/* Self-hosted variable fonts (SIL Open Font License 1.1).
   Previously loaded from fonts.googleapis.com, which sent every visitor's IP
   address to Google — an unnecessary GDPR exposure. Self-hosting removes the
   third-party request entirely (and is faster: no extra DNS/TLS handshake). */

@font-face {
  font-family: 'Fraunces';
  src: url('/assets/fonts/fraunces-var.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

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