/* Self-hosted variable fonts (latin subset). Replaces the render-blocking
   third-party Google Fonts request: no external connection, ~80KB total,
   served same-origin so it needs no gstatic/googleapis CSP allowances. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/inter-latin-var.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url('/fonts/jetbrainsmono-latin-var.woff2') format('woff2');
}
