/* Self-hosted fonts — sovereign, cache-local first, no CDN.
   Inter + Lora latin-subset VARIABLE woff2 (OFL), pulled once from the
   upstream web-font distributor and served from this origin.
   Inter covers 100-900; Lora 400-700. Replaces the former external
   web-font <link>s so the CSP can ship strict font-src 'self'. */

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

@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/lora-latin-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/lora-latin-italic-var.woff2') format('woff2');
}
