/* Self-hosted fonts — no third-party requests.
   Latin-subset variable fonts fetched from Google Fonts (Inter v20, JetBrains Mono v24).
   Each file is a variable font covering the full weight range the site uses:
   Inter 400/500/600/700/800/900, JetBrains Mono 400/600/700. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url('/fonts/inter-latin-var.woff2') format('woff2');
}

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