/* ==========================================================================
   Lokale Marken-Schriften (DSGVO-freundlich, kein fremder Server)
   Dateien liegen im Ordner  fonts/  und werden NUR vom eigenen Webspace geladen.
   Beide Schriften: SIL Open Font License (frei selbst hostbar).
   font-display: swap  = Text ist sofort lesbar, Schrift wird nachgeladen.
   ========================================================================== */

/* --- Cormorant Garamond (Ueberschriften) --- */
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-600.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-700.woff2") format("woff2");
}

/* --- Nunito Sans (Fliesstext und Bedienelemente) --- */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/nunito-sans-400.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/nunito-sans-600.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/nunito-sans-700.woff2") format("woff2");
}
