/* KERN-CI-Schriften, lokal ausgeliefert (SIL Open Font License).
   Kein Google-CDN — in Deutschland datenschutzrechtlich heikel, und die
   Hauptseite löst es bewusst ebenso.
   Liefert das Theme Exo 2 und Carlito bereits aus, lässt sich diese Datei
   abschalten: add_filter( 'kern_wertrechner_schriften_laden', '__return_false' ); */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/exo-2-v26-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('./fonts/exo-2-v26-latin-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/exo-2-v26-latin-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Carlito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./fonts/carlito-v4-latin-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Carlito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./fonts/carlito-v4-latin-700.woff2') format('woff2');
}
