/* ============================================================
   fonts.css  —  gehoert nach  /public/fonts/fonts.css

   Bindet die Schriften LOKAL ein. Beim Seitenaufruf geht damit
   keine IP-Adresse mehr an Google.
   (vgl. LG Muenchen I, Urteil vom 20.01.2022, 3 O 17493/20)

   Die Dateinamen unten entsprechen exakt dem Download vom
   google-webfonts-helper. Es muss nichts umbenannt werden.

   ── LIZENZEN ────────────────────────────────────────────────

   Cormorant Garamond
     Copyright 2015 The Cormorant Project Authors
     (github.com/CatharsisFonts/Cormorant)
     Christian Thalmann, Catharsis Fonts
     SIL Open Font License, Version 1.1

   Jost*
     Copyright 2020 The Jost Project Authors
     (github.com/indestructible-type)
     Owen Earl, indestructible type*
     SIL Open Font License, Version 1.1

   Beide duerfen kostenlos kommerziell genutzt, eingebettet und
   weitergegeben werden. Die Lizenz verlangt, dass der Lizenz-
   text mitgeliefert wird: die Datei OFL.txt aus dem Download
   unveraendert in diesen Ordner legen. Die Schriften duerfen
   nicht einzeln verkauft werden.

   ── DATEIEN IN DIESEM ORDNER ────────────────────────────────

     fonts.css                                      (diese Datei)
     OFL.txt                                        (aus dem Download)
     cormorant-garamond-v21-latin-300.woff2
     cormorant-garamond-v21-latin-300italic.woff2
     cormorant-garamond-v21-latin-regular.woff2
     cormorant-garamond-v21-latin-italic.woff2
     cormorant-garamond-v21-latin-500.woff2
     cormorant-garamond-v21-latin-600.woff2
     jost-v20-latin-300.woff2
     jost-v20-latin-regular.woff2
     jost-v20-latin-500.woff2
     jost-v20-latin-600.woff2
   ============================================================ */


/* ── Cormorant Garamond  (Serif — Ueberschriften) ─────────── */

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('cormorant-garamond-v21-latin-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('cormorant-garamond-v21-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('cormorant-garamond-v21-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('cormorant-garamond-v21-latin-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url('cormorant-garamond-v21-latin-300italic.woff2') format('woff2');
}

@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('cormorant-garamond-v21-latin-italic.woff2') format('woff2');
}


/* ── Jost  (Sans — Fliesstext) ────────────────────────────── */

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('jost-v20-latin-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('jost-v20-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('jost-v20-latin-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('jost-v20-latin-600.woff2') format('woff2');
}
