/* ============================================================
   Musik-Baumeister: lokal gehostete Schriften
   (ersetzt die Einbindung von fonts.googleapis.com)

   Die vier .woff2-Dateien muessen im selben Ordner wie diese
   Datei liegen (z. B. /fonts/). Download-Anleitung siehe
   ANLEITUNG-impressum-und-fonts.md
   ============================================================ */

@font-face {
  font-family: 'Press Start 2P';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('press-start-2p-v16-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('nunito-v32-latin-regular.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('nunito-v32-latin-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('nunito-v32-latin-800.woff2') format('woff2');
}
