/* =========================================================
   KVvV — Zelf-gehoste variable fonts (AVG-compliant)
   Bron: _dev-brief-brand-assets.md §4
   Fontsource latin-subset WOFF2 via jsDelivr (eenmalig gedownload).
   ========================================================= */

/* ----- Fraunces — display / headings (variable: opsz 9–144, wght 100–900) ----- */
@font-face {
  font-family: 'Fraunces';
  src: url('../fonts/fraunces/Fraunces-VariableFont.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

/* ----- Inter — body / UI (variable: wght 100–900) ----- */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/inter/Inter-VariableFont.woff2') format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
