body,
p,
span,
div,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd,
label,
small,
strong,
em,
b,
i,
td,
th,
caption,
figcaption,
blockquote,
section,
article,
header,
footer,
main,
nav,
aside {
  cursor: default;
}

a,
button,
[role="button"],
input[type="button"],
input[type="submit"],
input[type="reset"],
summary,
.button,
.btn,
.login-btn,
.location-button,
.share-button,
.contacts-trigger,
.main-photo.is-clickable,
.biography-toggle {
  cursor: pointer;
}

input:not([type="button"]):not([type="submit"]):not([type="reset"]),
textarea,
[contenteditable="true"] {
  cursor: text;
}
