/* ═══════════════════════════════════════════════════════
   BIT CAFÉ — SELF-HOSTED FONTS (DSGVO-konform, keine Google-Server)
   Ersetzt: <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond…">
   Dateien liegen in: wp-content/themes/bit-cafe-theme/assets/fonts/
   ═══════════════════════════════════════════════════════ */

/* Cormorant Garamond — Variable Font (deckt 300–700 ab) */
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-normal.woff2') format('woff2');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/cormorant-garamond-italic.woff2') format('woff2');
}

/* DM Sans — Variable Font (deckt 300–700 ab) */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/dm-sans-normal.woff2') format('woff2');
}
