/* ============================================================
   Self-hosted fonts — no request leaves the site (GDPR-safe,
   replaces the Google Fonts CDN <link>).
   Variable-weight woff2, latin subset (covers å ä ö).
   ============================================================ */

@font-face {
  font-family: "Fredoka";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("vendor/fonts/fredoka-var-latin.woff2") format("woff2");
}

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