/* Lokal gehostete Webfonts – kein Google-Tracking, kein CDN-Request.
   Nur latin-Subset (DACH). Outfit ist ein Variable Font, deshalb genuegt
   eine einzige Datei fuer den gesamten Gewichtsbereich 300–700. */

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('../fonts/Outfit-variable-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/InstrumentSerif-400-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Instrument Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/InstrumentSerif-400-italic-latin.woff2') format('woff2');
}
