/* Self-hosted fonts.
   Hostas direkt från /public/fonts/ för att undvika Tailwind v4 tree-shake
   av @font-face OCH Google Fonts CDN-läckage (ePrivacy/GDPR — ingen browser-IP
   skickas till fonts.googleapis.com). */

/* Material Symbols Outlined — för ikoner. */
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url("/fonts/material-symbols-outlined-subset.woff2") format("woff2");
}

/* Fraunces — display-serif för landings-page-rubriker (Henrik 2026-05-13).
   Bara SemiBold (600) eftersom det är vad vi använder. Latin-subset. */
@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/fraunces-600.woff2") format("woff2");
}
