/* ═══════════════════════════════════════════════════════════════
   Norwegen langsam lesen — Self-hosted fonts
   Variable TTFs from Google Fonts (OFL — see fonts/*-OFL.txt)
   ─────────────────────────────────────────────────────────────── */

/* Manrope — variable wght (200–800) */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("./Manrope-VariableFont_wght.ttf") format("truetype-variations"),
       url("./Manrope-VariableFont_wght.ttf") format("truetype");
}

/* Newsreader — variable opsz (6–72) × wght (200–800), upright */
@font-face {
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("./Newsreader-VariableFont_opsz_wght.ttf") format("truetype-variations"),
       url("./Newsreader-VariableFont_opsz_wght.ttf") format("truetype");
}

/* Newsreader — variable opsz × wght, italic */
@font-face {
  font-family: "Newsreader";
  font-style: italic;
  font-weight: 200 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("./Newsreader-Italic-VariableFont_opsz_wght.ttf") format("truetype-variations"),
       url("./Newsreader-Italic-VariableFont_opsz_wght.ttf") format("truetype");
}
