/* ===========================================================
   FF Kaulsdorf — Lokal gehostete Schriftarten
   Ersetzt die bisherige externe Einbindung über fonts.googleapis.com,
   damit keine Nutzer-IP-Adressen mehr an Google übertragen werden
   (DSGVO/TTDSG-relevant, siehe LG München I, Urteil v. 20.01.2022).

   Dateien liegen unter /assets/fonts/ — siehe ANLEITUNG.md zum Beziehen
   der eigentlichen .woff2-Dateien (Lizenz: SIL Open Font License, beide
   Schriften sind kostenlos und frei für diesen Zweck nutzbar).
   =========================================================== */

@font-face {
  font-family: 'Archivo Black';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/archivo-black-v23-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/assets/fonts/archivo-v29-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/assets/fonts/archivo-v29-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/assets/fonts/archivo-v29-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/assets/fonts/archivo-v29-latin-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/assets/fonts/archivo-v29-latin-800.woff2') format('woff2');
}

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

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