/* ==========================================================================
   KENBES.de — Schriften
   --------------------------------------------------------------------------
   Selbst gehostet, nicht ueber Google geladen. Ein <link> zu
   fonts.googleapis.com wuerde bei jedem Seitenaufruf die IP-Adresse des
   Besuchers an Google uebertragen — dafuer braeuchte es eine Einwilligung
   (vgl. LG Muenchen I, Urteil v. 20.01.2022 - 3 O 17493/20).

   Nur der lateinische Zeichensatz, nur die tatsaechlich verwendeten
   Schnitte. font-display:swap zeigt sofort die Systemschrift und tauscht
   nach, sobald die Datei da ist — die Seite ist nie unlesbar.

   Lizenz: SIL Open Font License 1.1 (Barlow, Saira Condensed).
   ========================================================================== */

@font-face{
  font-family:'Barlow';
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url('../fonts/Barlow-400.woff2') format('woff2');
}

@font-face{
  font-family:'Barlow';
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url('../fonts/Barlow-500.woff2') format('woff2');
}

@font-face{
  font-family:'Barlow';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('../fonts/Barlow-600.woff2') format('woff2');
}

@font-face{
  font-family:'Barlow';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('../fonts/Barlow-700.woff2') format('woff2');
}

@font-face{
  font-family:'Saira Condensed';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('../fonts/SairaCondensed-600.woff2') format('woff2');
}

@font-face{
  font-family:'Saira Condensed';
  font-style:normal;
  font-weight:700;
  font-display:swap;
  src:url('../fonts/SairaCondensed-700.woff2') format('woff2');
}

@font-face{
  font-family:'Saira Condensed';
  font-style:normal;
  font-weight:800;
  font-display:swap;
  src:url('../fonts/SairaCondensed-800.woff2') format('woff2');
}


/* Kursiver Schmalschnitt für den Markennamen — nimmt die Anmutung
   des Logos auf, das ebenfalls kursiv und kondensiert geschnitten ist. */

@font-face{
  font-family:'Barlow Condensed';
  font-style:italic;
  font-weight:700;
  font-display:swap;
  src:url('../fonts/BarlowCondensed-700-italic.woff2') format('woff2');
}

@font-face{
  font-family:'Barlow Condensed';
  font-style:italic;
  font-weight:800;
  font-display:swap;
  src:url('../fonts/BarlowCondensed-800-italic.woff2') format('woff2');
}

