/* =====================================================================
   Dif3r3nt - Lokale fonts (WOFF2)  |  Branding Blueprint v2.0 (§5 + §12.1)
   Geen externe CDN's (AVG): alle fonts self-hosted, font-display: swap.
   Display / UI = Inter (variable 100-900).  Mono = JetBrains Mono.
   ===================================================================== */

/* ---- Display / UI: Inter (variable) ---- */
@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/inter.woff2') format('woff2');
  font-weight: 100 900; font-style: normal; font-display: swap;
}

/* ---- Code / Mono: JetBrains Mono ---- */
@font-face {
  font-family: 'JetBrains Mono';
  src: url('/assets/fonts/jetbrains-mono-400.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
