/* RUHEKERN — die Schriften, die schon auf dem Server liegen, endlich einbinden.
   Alle drei Dateien sind variabel: eine Datei deckt den ganzen
   Strichstärkenbereich ab, es wird nichts künstlich verfettet. */

@font-face{
  font-family:"Cormorant Garamond";
  src:url("/assets/fonts/cormorant-garamond-latin-normal.woff2") format("woff2");
  font-weight:300 700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Cormorant Garamond";
  src:url("/assets/fonts/cormorant-garamond-latin-italic.woff2") format("woff2");
  font-weight:300 700;
  font-style:italic;
  font-display:swap;
}
@font-face{
  font-family:"Inter";
  src:url("/assets/fonts/inter-latin-normal.woff2") format("woff2");
  font-weight:100 900;
  font-style:normal;
  font-display:swap;
}
