/*!
 * Lokale Web-Fonts – DSGVO-konform selbst gehostet.
 * Quelle: Google Fonts Variable TTFs (google/fonts GitHub Repo),
 * auf WOFF2 konvertiert + auf Latin/Latin-Ext subsettiert
 * (deckt DE, EN, FR, ES ab).
 *
 * - Cormorant Garamond: serif, 300–500 + italic 400
 * - Jost: sans-serif, 300–500 regular
 */

/* Cormorant Garamond (variable, wght 300–500) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url('/assets/vendor/fonts/cormorant-garamond/CormorantGaramond.woff2') format('woff2-variations'),
       url('/assets/vendor/fonts/cormorant-garamond/CormorantGaramond.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 500;
  font-display: swap;
  src: url('/assets/vendor/fonts/cormorant-garamond/CormorantGaramond-Italic.woff2') format('woff2-variations'),
       url('/assets/vendor/fonts/cormorant-garamond/CormorantGaramond-Italic.woff2') format('woff2');
}

/* Jost (variable, wght 300–500) */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 500;
  font-display: swap;
  src: url('/assets/vendor/fonts/jost/Jost.woff2') format('woff2-variations'),
       url('/assets/vendor/fonts/jost/Jost.woff2') format('woff2');
}
