/* ============================================================
   FONTS — Skiforeningen
   Besley (slab serif) for headings · Hanken Grotesk for everything else.
   Both SIL Open Font License, full æ/ø/å support, served from Google Fonts.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&family=Hanken+Grotesk:ital,wght@0,300..800;1,300..800&display=swap');

:root {
  /* Font family tokens */
  --font-display: 'Besley', Georgia, 'Times New Roman', serif;
  --font-sans: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-mono: ui-monospace, 'SFMono-Regular', Menlo, Consolas, monospace;
}
