/* Self-hosted subset of Space Grotesk and JetBrains Mono - only the latin
   subset and the 400/500/600 weights this site actually uses (checked
   against every font-weight declaration in site.css). Both source files
   are variable fonts covering that whole weight range in one file, same as
   Google's own served CSS (which points weights 400/500/600 at the same
   physical URL) - so one @font-face per family with a weight range is
   correct, not an approximation. No italic file: the site never requested
   one from Google either, so `em` selectors were already rendering via
   browser-synthesized oblique, and still do. Source: Google Fonts (SIL Open
   Font License), fetched directly, not modified. */
@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/assets/fonts/space-grotesk-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('/assets/fonts/jetbrains-mono-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
