/* /static/fonts.css */
/* Lädt die Schriftart "Outfit" lokal. Die Pfade sind relativ zur Position dieser CSS-Datei. */

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

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

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

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