/* Selbstgehostete Schriften (Latin-Subset) – keine externen Anfragen (DSGVO-freundlich).
   Cormorant Garamond & Mulish sind Variable Fonts und decken ihre Gewichtsbereiche
   mit je einer Datei ab. */

@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/cormorant-garamond.woff2") format("woff2");
}
@font-face {
  font-family: "Cormorant Garamond";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/cormorant-garamond-italic.woff2") format("woff2");
}
@font-face {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url("../fonts/mulish.woff2") format("woff2");
}
@font-face {
  font-family: "Parisienne";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/parisienne.woff2") format("woff2");
}
