/* ============================================================
   fonts.css — self-hostede fonter (kundekrav: ingen eksterne
   avhengigheter, ingen fonts.googleapis.com).
   Variable fonter: Sora 600–800 (overskrifter), Inter 400–600 (brødtekst).
   ============================================================ */
@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("/fonts/sora.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("/fonts/inter.woff2") format("woff2");
}
