/* Self-hosted fonts (latin subset, variable) — replaces the Google Fonts request.
   One variable WOFF2 per family covers the full weight range used on the site.
   Privacy bonus: no third-party (fonts.googleapis.com / fonts.gstatic.com) call. */

@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(fonts/hanken-grotesk.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');
}
