/**
 * Ta' Chancen — self-hosted fonts
 *
 * Roboto Slab (overskrifter) + Lato (brødtekst), jf. MS Designguide 2025.
 * Self-hosted (ikke Google CDN) af hensyn til GDPR — ingen bruger-IP til Google.
 * Roboto Slab leveres som variabel font (ét file, vægt 100–900).
 * woff2 hentet fra Fontsource (Roboto Slab: Apache-2.0, Lato: SIL OFL 1.1).
 */

/* Roboto Slab — variabel, til overskrifter */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../fonts/roboto-slab-variable.woff2") format("woff2-variations");
}

/* Lato — til brødtekst */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lato-400.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/lato-400-italic.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/lato-700.woff2") format("woff2");
}

@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/lato-900.woff2") format("woff2");
}
