/* Self-hosted variable fonts. woff2 only; font-display:swap.
   Fraunces (opsz+wght) — editorial display · Hanken Grotesk (wght) — UI/body
   · JetBrains Mono (wght) — data/ledger. Sourced from Fontsource, free. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-stretch: normal;
  font-display: swap;
  src: url('/assets/fonts/fraunces-standard.woff2') format('woff2-variations');
  /* opsz axis range 9–144 exposed via font-optical-sizing / font-variation-settings */
}

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/assets/fonts/hanken-wght.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/assets/fonts/jetbrains-wght.woff2') format('woff2-variations');
}
