/* ============================================================
   Animated v2 — everything in ONE font (JetBrains Mono, no Poppins)
   Loaded AFTER styles.css + anim.css. Flips the body font variable
   to the mono stack and relaxes the negative tracking that Poppins
   headlines used (mono is wider and reads better at normal spacing).
   ============================================================ */

:root { --sans: var(--mono); }

/* mono headlines look best without Poppins' negative letter-spacing */
h1, h2, h3 { letter-spacing: 0; }
.hero-copy h1,
.section-title,
.final-title,
.host-copy h2,
.learn-card h3,
.fit-title,
.hero-with { letter-spacing: 0; }

/* body copy: normal tracking, a touch more line height for mono density */
body { letter-spacing: 0; }
.hero-sub,
.host-copy p,
.learn-card p,
.fit-list li,
.legal { letter-spacing: 0; }
