/* ═══════════════════════════════════════════════
   LOCAL FONTS  –  replaces Google Fonts CDN
   DSGVO-konform / GDPR compliant
   ═══════════════════════════════════════════════ */

/* ── Cormorant ── */
@font-face {
  font-family: 'Cormorant';
  src: url('/assets/fonts/cormorant-v24-latin_latin-ext-300.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('/assets/fonts/cormorant-v24-latin_latin-ext-300italic.woff2') format('woff2');
  font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('/assets/fonts/cormorant-v24-latin_latin-ext-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('/assets/fonts/cormorant-v24-latin_latin-ext-italic.woff2') format('woff2');
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('/assets/fonts/cormorant-v24-latin_latin-ext-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('/assets/fonts/cormorant-v24-latin_latin-ext-500italic.woff2') format('woff2');
  font-weight: 500; font-style: italic; font-display: swap;
}

/* ── Cormorant SC ── */
@font-face {
  font-family: 'Cormorant SC';
  src: url('/assets/fonts/cormorant-sc-v19-latin-300.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant SC';
  src: url('/assets/fonts/cormorant-sc-v19-latin-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Cormorant SC';
  src: url('/assets/fonts/cormorant-sc-v19-latin-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}

/* ── Jost ── */
@font-face {
  font-family: 'Jost';
  src: url('/assets/fonts/jost-v20-latin_latin-ext-300.woff2') format('woff2');
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('/assets/fonts/jost-v20-latin_latin-ext-regular.woff2') format('woff2');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('/assets/fonts/jost-v20-latin_latin-ext-500.woff2') format('woff2');
  font-weight: 500; font-style: normal; font-display: swap;
}
