/* Shared finishing layer for Axion's public/editorial pages. */
:root {
  --font-display: var(--font-body, "Newsreader", Georgia, "Times New Roman", serif);
}

h1,
h2,
h3,
.section-heading,
.card-name,
.safety-title,
.way-title {
  font-family: var(--font-display);
  letter-spacing: -.012em;
}

@media (max-width: 720px) {
  html.ax-nav-open,
  html.ax-nav-open body {
    overflow: hidden;
  }
}
