/* Self-hosted fonts (latin) — geen externe Google-call, dus geen IP-lek vóór toestemming.
   Sora (display), Inter (body), JetBrains Mono (labels/annotaties/code). Variabele woff2's. */
@font-face {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('sora-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url('inter-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url('jetbrainsmono-latin.woff2') format('woff2');
}
