/* Self-hosted Geist family — replaces the Google Fonts stylesheet.
   Geist and Geist Mono are variable fonts; one woff2 file per family covers
   all weights. Both files were fetched from Google Fonts' served subset on
   2026-05-27 and live in www/css/fonts/. */

@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('/css/fonts/geist.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/css/fonts/geist-mono.woff2') format('woff2-variations');
}
