/* ── LOKALE FONTS FÜR HAFENRÄTSEL ────────────────────────────────────────
   DSGVO-konform: kein Google-Kontakt, alle Fonts lokal gehostet
   Ablageort auf Server: /wp-content/extern/fonts/
   ─────────────────────────────────────────────────────────────────────── */

/* DM Serif Display – Regular */
@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('dm-serif-display-v17-latin-regular.woff2') format('woff2');
}

/* DM Serif Display – Italic */
@font-face {
  font-family: 'DM Serif Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('dm-serif-display-v17-latin-italic.woff2') format('woff2');
}

/* DM Sans – Regular */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('dm-sans-v17-latin-regular.woff2') format('woff2');
}

/* DM Sans – Medium */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('dm-sans-v17-latin-500.woff2') format('woff2');
}

/* DM Sans – SemiBold */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('dm-sans-v17-latin-600.woff2') format('woff2');
}
