/* ============================================================
   Schriften – selbst gehostet, eine Datei pro Schnitt
   Erzeugt von schriften.py. Latin und Latin-Extended sind
   zusammengefasst, damit deutsche und tuerkische Zeichen
   aus derselben Datei kommen.
   ============================================================ */
@font-face{
  font-family:"Jost";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url("schrift/jost-400.woff2") format("woff2");
}
@font-face{
  font-family:"Jost";
  font-style:normal;
  font-weight:500;
  font-display:swap;
  src:url("schrift/jost-500.woff2") format("woff2");
}
@font-face{
  font-family:"Jost";
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url("schrift/jost-600.woff2") format("woff2");
}
@font-face{
  font-family:"Source Serif 4";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url("schrift/serif-400.woff2") format("woff2");
}
@font-face{
  font-family:"Source Serif 4";
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url("schrift/serif-600.woff2") format("woff2");
}
@font-face{
  font-family:"Source Serif 4";
  font-style:italic;
  font-weight:400;
  font-display:swap;
  src:url("schrift/serif-400-kursiv.woff2") format("woff2");
}
