/*
 * SELF-HOSTED FONTS — 21 Inkstreet
 *
 * Benötigte Dateien in assets/fonts/:
 *
 *   Cormorant Garamond (Headings)
 *   ─ cormorant-garamond-300.woff2
 *   ─ cormorant-garamond-300italic.woff2
 *   ─ cormorant-garamond-400.woff2
 *   ─ cormorant-garamond-400italic.woff2
 *   ─ cormorant-garamond-500.woff2
 *   ─ cormorant-garamond-600.woff2
 *
 *   Inter (Body)
 *   ─ inter-300.woff2
 *   ─ inter-400.woff2
 *   ─ inter-500.woff2
 *
 * Download: https://gwfh.mranftl.com/fonts
 *   → "Cormorant Garamond" → Weights: 300, 400, 400i, 500, 600 → Download
 *   → "Inter"              → Weights: 300, 400, 500             → Download
 *   Dateien aus dem ZIP in assets/fonts/ legen und umbenennen wie oben.
 */

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

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

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

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

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

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


/* ─── Inter ──────────────────────────────────────────── */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/inter-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-500.woff2') format('woff2');
}
