/* Schriften liegen auf dem eigenen Server – keine Verbindung zu Google.
   Fehlen die Dateien, greifen automatisch die Rückfall-Schriften aus portal.css.
   Herunterladen: siehe README, Abschnitt "Schriften". */

@font-face {
  font-family: 'Bungee';
  src: url('./fonts/bungee-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('./fonts/outfit-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}

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

@font-face {
  font-family: 'Space Mono';
  src: url('./fonts/space-mono-700.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
