/* ============================================================================
   Self-hosted Geist  —  replaces the previous Google Fonts <link>.
   No external requests: the fonts are served from this domain only.
   Geist & Geist Mono are licensed under the SIL Open Font License v1.1
   (see assets/fonts/OFL.txt). Variable fonts: one file covers all weights.
   ============================================================================ */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;          /* variable weight axis */
  font-display: swap;
  src: url('fonts/Geist-Variable.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/GeistMono-Variable.woff2') format('woff2');
}
