/* Inter — lokalt vendorerad (v1.9.3, egress/robusthet).
   Ersätter fonts.googleapis.com-länken: sista externa CDN-beroendet i appen.
   Varför: (1) husregeln "inga CDN:er" — Phosphor/Chart/flatpickr är redan lokala;
   (2) på degraderade nät hängde Googles font-CSS sidladdningen (verifierat
   2026-07-12: 15+ s svarstid → Jarvis networkidle0-timeouts, och riktiga
   användare fick systemfont under tiden); (3) offline-PWA:n får nu rätt
   typografi utan nätverk. Filerna kommer från @fontsource/inter (devDep,
   latin-subsettet täcker svenska å/ä/ö). font-display: swap = text ritas
   direkt med fallback och byter när fonten laddat (samma som Google-länken). */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./inter-latin-400-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('./inter-latin-500-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./inter-latin-600-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./inter-latin-700-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('./inter-latin-800-normal.woff2') format('woff2');
}
