/* ============================================================
   Lokale Schriftarten — Heiko Bläsi Website
   Variable Fonts: alle Gewichte in je einer Datei
   ============================================================ */

/* Cormorant Garamond — Normal (400–700) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('Cormorant_Garamond/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
}

/* Cormorant Garamond — Kursiv (400–700) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('Cormorant_Garamond/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
}

/* Source Sans 3 — Normal (300–900) */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('Source_Sans_3/SourceSans3-VariableFont_wght.ttf') format('truetype');
}

/* Source Sans 3 — Kursiv (300–900) */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url('Source_Sans_3/SourceSans3-Italic-VariableFont_wght.ttf') format('truetype');
}
