/* Self-hosted fonts — sovereign, cache-local first, no CDN.
   Inter + Lora + JetBrains Mono latin-subset VARIABLE woff2 (OFL), pulled
   from Google Fonts once and served from this origin. Inter covers 100-900;
   Lora 400-700; JetBrains Mono 400-600. Replaces the former
   fonts.googleapis.com / fonts.gstatic.com <link>. Root-absolute src — this
   site is always served from the domain root. Families match tokens.css. */

@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: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/lora-latin-var.woff2') format('woff2');
}

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