/* Schriften lokal ausgeliefert statt von fonts.googleapis.com.
   Das Bundle verlinkte Google direkt; damit haette jeder Seitenaufruf IP und
   User-Agent der Besucherin an Google gemeldet - auf einer Seite mit den
   echten Daten eines deutschen Cafes unnoetig, und es haette dem eigenen
   Cookie-Hinweis widersprochen ("Drittanbieter erst nach Zustimmung").

   Erzeugt aus der Google-CSS-Antwort, reduziert auf die Subsets latin und
   latin-ext. Unveraendert uebernommen sind Familie, Schnitt und
   unicode-range je @font-face.

   Cormorant Garamond und Jost sind variable Fonts - eine Datei je Subset
   traegt alle benoetigten Gewichte (Cormorant 300/400/500/600, Jost
   300/400/500/600); Cormorant-Kursiv ist eine eigene, statische Datei je
   Subset.

   2. Audit-Durchgang (29.08.2026): font-weight je Schnitt war urspruenglich
   als vier separate @font-face-Bloecke mit je EINEM festen Wert (300/400/
   500/600) angelegt, die alle auf dieselbe variable Datei zeigen. Ohne
   Bereichsangabe nutzt der Browser dafuer aber die in der Datei hinterlegte
   Standard-Instanz (Jost: 400, Cormorant: 300) fuer JEDEN dieser Werte -
   font-weight:500/600 sah dadurch ueberall identisch zu 400/300 aus (per
   Playwright/getBoundingClientRect an renderten Textbreiten verifiziert:
   300/400/500/600 ergaben exakt dieselbe Breite). Fix: je Subset ein
   einzelner @font-face-Block mit Bereichs-Syntax (`font-weight: <min> <max>`,
   passend zur fvar-Achse der jeweiligen Datei), damit der Browser innerhalb
   des Bereichs tatsaechlich interpoliert statt immer die Standard-Instanz zu
   zeigen. */

/* Cormorant Garamond - 400 italic latin-ext (statische Datei, ein Schnitt) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/CormorantGaramond-400i-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Cormorant Garamond - 400 italic latin (statische Datei, ein Schnitt) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/CormorantGaramond-400i-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Cormorant Garamond - normal, latin-ext (variable Datei, Achse 300-700) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/static/fonts/CormorantGaramond-300-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Cormorant Garamond - normal, latin (variable Datei, Achse 300-700) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(/static/fonts/CormorantGaramond-300-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Jost - normal, latin-ext (variable Datei, Achse 100-900) */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/static/fonts/Jost-300-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Jost - normal, latin (variable Datei, Achse 100-900) */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/static/fonts/Jost-300-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Parisienne - 400 latin-ext (statische Datei, ein Schnitt) */
@font-face {
  font-family: 'Parisienne';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/Parisienne-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Parisienne - 400 latin (statische Datei, ein Schnitt) */
@font-face {
  font-family: 'Parisienne';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/static/fonts/Parisienne-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
