/* Self-hosted Geist + Geist Mono (variable, wght 100-900, full latin-ext incl. PL).
   Source: npm geist@1.7.2 (Vercel, OFL). Replaces Google Fonts: fonts.gstatic.com
   intermittently 404s Geist Mono woff2 files (observed 2026-08-14), which broke
   font loading for real users and failed the predeploy browser gate. */

@font-face {
  font-family: 'Geist';
  src: url('/static/fonts/Geist-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geist Mono';
  src: url('/static/fonts/GeistMono-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
