/* Lokale Schriftarten für windundwurzel.de
   Ersetzt die Google-Fonts-Einbindung – keine Anfrage mehr an fonts.googleapis.com / fonts.gstatic.com */

@font-face {
  font-family: "Lora";
  src: url("./Fonts/Lora-Variable.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lora";
  src: url("./Fonts/Lora-Italic-Variable.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("./Fonts/SourceSans3-Variable.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("./Fonts/SourceSans3-Italic-Variable.woff2") format("woff2");
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
