/* Hero tagline emphasis — Fraunces Variable italic on four pillar
   phrases against the body sans. Isolated file so the rest of the
   design system doesn't inherit Fraunces. */
@font-face {
  font-family: 'Fraunces';
  src: url('../vendor/fraunces/Fraunces-Italic-latin.woff2') format('woff2-variations'),
       url('../vendor/fraunces/Fraunces-Italic-latin.woff2') format('woff2');
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* --ac-strong is text-emphasis-grade contrast. The standard --ac is
   calibrated for buttons; for pure text the light-mode terracotta needs
   to go deeper to clear AA on warm paper. */
[data-theme="light"] { --ac-strong: #8B3D20; }
[data-theme="dark"]  { --ac-strong: #E87B4E; }

.wv2-fx {
  font-family: 'Fraunces', 'Cormorant Garamond', 'EB Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 600;
  font-variation-settings: 'opsz' 36, 'SOFT' 50, 'WONK' 1;
  letter-spacing: -0.005em;
  color: var(--ac-strong);
  font-feature-settings: 'liga', 'dlig', 'calt';
}

/* Mobile: dial WONK off — swashy alternates compete with already-tighter
   horizontal rhythm at narrow widths. */
@media (max-width: 600px) {
  .wv2-fx {
    font-variation-settings: 'opsz' 32, 'SOFT' 50, 'WONK' 0;
  }
}
