/* Ennea Scholars – lokal eingebundene Schriften (DSGVO: kein Nachladen
   von Google-Servern). Variable Fonts, Latin-Teilsatz (deckt Deutsch
   inkl. Umlaute, ß, „" und – ab). Dateien: /static/schriften/.
   Ersetzt ueberall die fruehere fonts.googleapis.com-Einbindung. */

@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("/static/schriften/merriweather-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url("/static/schriften/merriweather-latin-kursiv.woff2") format("woff2");
}
@font-face {
  font-family: "Cinzel";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("/static/schriften/cinzel-latin.woff2") format("woff2");
}
