/* Self-hosted variable webfonts — SIL Open Font License 1.1.
   Latin subset only; one file per family covers the whole weight range.
   Replacing the Google Fonts <link> removes the site's only third-party request. */

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

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