/* latin */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/bebas-neue-v9-latin-regular.woff2') format('woff2');
  /* unicode-range entfernt, damit die Schriftart für alle Zeichen gilt */
}
/* latin */
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/cinzel-decorative-v19-latin-regular.woff2') format('woff2');
}
/* latin */
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/cinzel-decorative-v19-latin-700.woff2') format('woff2');
}
/* latin */
@font-face {
  font-family: 'Cinzel Decorative';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('../fonts/cinzel-decorative-v19-latin-900.woff2') format('woff2');
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/roboto-v30-latin-300.woff2') format('woff2');
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2');
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2');
}

/* Hinweis: Cormorant Garamond und Montserrat wurden entfernt, da keine lokalen Font-Dateien vorhanden sind.
   Falls diese Schriftarten verwendet werden, sollten sie durch die bereits vorhandenen lokalen Schriftarten ersetzt werden:
   - Cinzel Decorative (für dekorative Überschriften)
   - Roboto (für Body-Text)
   - Bebas Neue (für moderne Headlines)
*/