/* Självhostade typsnitt. Ligger här och INTE på Googles CDN eftersom varje
   sidladdning då hade skickat besökarens IP-adress och user agent till Google i
   USA, utan rättslig grund och utan att det behövs för tjänsten (granskaren
   2026-09-06, fynd B6). Båda typsnitten är SIL OFL och får självhostas;
   JetBrains Monos licenstext ligger bredvid som JetBrainsMono-OFL.txt. */
@font-face {
  font-family: 'Manrope';
  src: url('manrope-var.ttf') format('truetype-variations'),
       url('manrope-var.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
/* Bara de tre vikter designen faktiskt använder — 400 i rådata, 500 i tabeller
   och bildtexter, 600 i nyckeltal och åtgärdsbrickor. Varje vikt är ~90 kB, så
   att ta med hela familjen vore att betala för sjutton oanvända filer. */
@font-face {
  font-family: 'JetBrains Mono';
  src: url('jetbrains-mono-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('jetbrains-mono-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'JetBrains Mono';
  src: url('jetbrains-mono-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
