/* ============================================================
   SCHRIFTEN, LOKAL AUS DEM EIGENEN WEBSPACE
   Kein Aufruf zu Google oder anderen fremden Servern.
   Alle Dateien liegen in assets/fonts/
   ============================================================ */

/* --- Überschriften: Instrument Serif --- */
@font-face{
  font-family:"Instrument Serif";
  src:url("../fonts/instrumentserif-regular.woff2") format("woff2");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Instrument Serif";
  src:url("../fonts/instrumentserif-italic.woff2") format("woff2");
  font-weight:400;
  font-style:italic;
  font-display:swap;
}

/* --- Fließtext: Karla, variabel von 300 bis 700 --- */
@font-face{
  font-family:"Karla";
  src:url("../fonts/karla-var.woff2") format("woff2-variations");
  font-weight:300 700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Karla";
  src:url("../fonts/karla-italic-var.woff2") format("woff2-variations");
  font-weight:300 700;
  font-style:italic;
  font-display:swap;
}

/* --- Alternative für Überschriften: Newsreader ---
   Liegt bereits in assets/fonts/. Zum Umschalten:
   1. Diesen Block einkommentieren
   2. In style.css bei --schrift-display den Namen auf "Newsreader" ändern

@font-face{
  font-family:"Newsreader";
  src:url("../fonts/newsreader-var.woff2") format("woff2-variations");
  font-weight:200 800;
  font-style:normal;
  font-display:swap;
}
*/
