/* Lokal gehostete Schriften — keine Verbindung zu Google-Servern.
   EB Garamond & Archivo, SIL Open Font License 1.1.
   Variable Fonts: eine Datei deckt den gesamten Gewichtsbereich ab. */

@font-face{
  font-family:'EB Garamond';
  font-style:normal;
  font-weight:400 800;           /* variabler Bereich */
  font-display:swap;
  src:url('/fonts/ebgaramond-var.woff2') format('woff2-variations');
}
@font-face{
  font-family:'EB Garamond';
  font-style:italic;
  font-weight:400 800;
  font-display:swap;
  src:url('/fonts/ebgaramond-italic-var.woff2') format('woff2-variations');
}
@font-face{
  font-family:'Archivo';
  font-style:normal;
  font-weight:100 900;
  font-display:swap;
  src:url('/fonts/archivo-var.woff2') format('woff2-variations');
}
