/* Selbst gehostete Schriften (Google Fonts, SIL Open Font License).
   Variable Fonts, latin-Subset. Kein externer Request an Google Fonts
   zur Laufzeit (Datenschutz, Performance). */

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("../assets/fonts/playfairdisplay-variable.woff2") format("woff2");
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("../assets/fonts/manrope-variable.woff2") format("woff2");
}
