/* Latin-Teilmengen, lokal abgelegt. Erzeugt mit scripts/fetch-fonts.py,
   danach von Hand zusammengefasst: Inter ist eine Variable Font, eine
   Datei traegt alle Schnitte. */
@font-face{
  font-family:'Cormorant Garamond';
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url('./cormorant-garamond-600.woff2') format('woff2');
}
@font-face{
  font-family:'Inter';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('./inter-var.woff2') format('woff2');
}
