/* Self-hosted fonts, replacing the Google Fonts CDN link every page used to load.
   Each file below is the exact variable-font file Google's own css2 API was already
   serving to modern (Chrome-class) browsers for this site's font requests — same
   bytes, same rendering — just served from this domain instead of fonts.gstatic.com,
   so visitors' browsers make one fewer cross-origin connection and no font request
   ever touches Google's servers. font-weight is declared as a range because each
   file is a single variable-weight font covering that whole range, not a separate
   static file per weight. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/inter-var.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/jetbrains-mono-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('assets/fonts/space-grotesk-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('assets/fonts/newsreader-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Newsreader';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('assets/fonts/newsreader-italic-var.woff2') format('woff2');
}
