:root {
  --ScientificSerif: "Times New Roman", Times, "Nimbus Roman No9 L",
    "Liberation Serif", serif;
}

body,
input,
textarea,
select,
button {
  font-family: var(--ScientificSerif) !important;
}

.page article,
.docs main article,
.page.listing main article section,
.page.listing main aside section article {
  font-size: 1.125rem;
  line-height: 1.65;
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.docs main article h1,
.docs main article h2,
.docs main article h3,
.docs main article h4,
.docs main article h5,
.docs main article h6,
header[role="banner"] h1,
header[role="banner"] .links > div a,
.page.listing main aside > header > p,
.metadata,
.marginnote,
.sidenote {
  font-family: var(--ScientificSerif) !important;
}

.page h1,
.docs main article h1 {
  font-size: 1.65rem !important;
}

.page h2,
.docs main article h2 {
  font-size: 1.45rem !important;
}

.page h3,
.docs main article h3 {
  font-size: 1.3rem !important;
}

.page h4,
.docs main article h4 {
  font-size: 1.18rem !important;
}

.page h5,
.docs main article h5 {
  font-size: 1.08rem !important;
}

.page h6,
.docs main article h6 {
  font-size: 1rem !important;
}

header[role="banner"] h1,
header[role="banner"] .links > div a,
.page header h1,
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  letter-spacing: 0 !important;
  text-transform: none !important;
}

article > p[aria-label]::before,
article > img[aria-label]::before,
article > figure[aria-label]::before {
  content: none !important;
}
