/* ---------------------------------------------------------------------------
   fonts.css — self-hosted, latin subset, variable where the family offers it.

   Served from this repo rather than a CDN so the page makes no third-party
   request and renders identically offline — the same standard the theme's
   own preview page holds itself to.

   Headings deliberately use no webfont: they take the platform UI sans, so
   the headline renders exactly as it does on the theme's GitHub preview.

   Archivo        SIL OFL 1.1 — body and UI
   JetBrains Mono SIL OFL 1.1 — code, labels and every number
   --------------------------------------------------------------------------- */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/archivo.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/jetbrains-mono-italic.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('../fonts/jetbrains-mono.woff2') format('woff2');
}
