/* Self-hosted webfonts (latin subset), vendored from Google Fonts for Plan 2.
   Space Grotesk and Inter are variable-font files: one @font-face per family
   declares the weight range the file actually supports, and the browser
   resolves the requested font-weight against the font's wght axis — pinning
   each weight to its own @font-face (as if they were static instances) would
   defeat the point of shipping a variable font. IBM Plex Mono is shipped as
   genuinely separate static files per weight, so it keeps one @font-face
   per file. */

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('space-grotesk-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('inter-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('ibm-plex-mono-400.woff2') format('woff2');
}

@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('ibm-plex-mono-500.woff2') format('woff2');
}
