/* ============================================================
   LUKON — Self-hosted Fonts (Variable, latin subset)
   Ersetzt Google-Fonts-CDN (DSGVO: keine Verbindung zu Google).
   Quelle: Google Fonts WOFF2, lokal gespiegelt 2026-07-06.
   ============================================================ */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url('/assets/fonts/montserrat-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/assets/fonts/instrumentsans-var.woff2') format('woff2');
}

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