/* Self-hosted fonts — sovereign, cache-local first, no CDN.
   Inter + Lora latin-subset VARIABLE woff2 (OFL), pulled from Google Fonts
   once and served from this origin. Inter covers 100-900; Lora 400-700.
   Replaces the former fonts.googleapis.com / fonts.gstatic.com <link>s.
   src URLs are relative to this file (assets/styles/), so they resolve the
   same whether loaded from the site root or a subdirectory page. */

@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: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/lora-latin-italic-var.woff2') format('woff2');
}
