/* ============================================================
   fonts.css – lokal gehostete Markenschriften (DSGVO-sauber)
   Liegt im Stamm neben index.html. Schriftdateien in /fonts/.
   Wird von impressum.html und datenschutz.html eingebunden.
   (Die Startseite index.html hat dieselben Regeln inline.)
   ============================================================ */

/* --- Cinzel (Display / Überschriften) --- */
@font-face {
  font-family: 'Cinzel';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/Cinzel-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal; font-weight: 500; font-display: swap;
  src: url('fonts/Cinzel-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'Cinzel';
  font-style: normal; font-weight: 600; font-display: swap;
  src: url('fonts/Cinzel-SemiBold.woff2') format('woff2');
}

/* --- Playlist Script (Markenname / Akzente) --- */
@font-face {
  font-family: 'Playlist Script';
  font-style: normal; font-weight: 400; font-display: swap;
  src: url('fonts/PlaylistScript-Regular.woff2') format('woff2');
}
