/* ZUUL FX V1.32 — display typography
   Uses Oxanium from Google Fonts for large headings only.
   The user-supplied Atari font is NOT bundled or served as a webfont. */

@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@600;700;800&display=swap');

:root {
  --zuul-display-font: "Oxanium", "Arial Narrow", Arial, sans-serif;
}

/* Main display titles */
h1,
h2,
.hero h1,
.hero-title,
.section-title,
.bio-hero h1,
.bio-head h2,
.live-hero h1,
.live-head h2,
.hplus-copy h3,
.return-main h3,
.future-box h3,
.long-bio-aside strong,
.bio-card--quote strong {
  font-family: var(--zuul-display-font) !important;
  font-weight: 800 !important;
  letter-spacing: .035em;
}

/* Secondary card titles: same family, slightly lighter */
h3,
.project-card h3,
.moment h3,
.return-side h4,
.story-block h3 {
  font-family: var(--zuul-display-font) !important;
  font-weight: 700 !important;
  letter-spacing: .025em;
}

/* Keep titles aggressive without the compressed Impact feel */
.bio-hero h1,
.live-hero h1 {
  line-height: .92 !important;
}

@media screen and (max-width: 560px) {
  h1, h2, h3 {
    letter-spacing: .02em;
  }
}
