/* ============================================================
 * inzyte — Lokal gehostete Webfonts
 * Ersetzt Google Fonts CDN um DSGVO-Risiken (IP-Übertragung
 * an Google) komplett auszuschalten.
 *
 * Inter: Variable Font, deckt alle Gewichte 100–900 ab.
 * JetBrains Mono: nur Regular (400) und Medium (500) – mehr
 * brauchen wir nicht (für Ticker-Zahlen und Mono-Akzente).
 * ============================================================ */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fonts/Inter-Variable.woff2') format('woff2-variations'),
       url('fonts/Inter-Variable.woff2') format('woff2');
}

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

@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/JetBrainsMono-Medium.woff2') format('woff2');
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/Caveat-Bold.woff2') format('woff2');
}
