/* ==========================================================
   Simplon Webfont-Definitionen
   Passe die Dateipfade und Font-Weights an deine tatsächlich
   vorhandenen Schriftdateien an. Üblich sind woff2/woff.
   ========================================================== */

@font-face {
  font-family: 'Simplon';
  src: url('../fonts/SimplonNorm-Light-WebS.woff2') format('woff2'),
       url('../fonts/SimplonNorm-Light-WebS.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Simplon';
  src: url('../fonts/SimplonNorm-Regular-WebS.woff2') format('woff2'),
       url('../fonts/SimplonNorm-Regular-WebS.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Simplon';
  src: url('../fonts/SimplonNorm-RegularItalic-WebS.woff2') format('woff2'),
       url('../fonts/SimplonNorm-RegularItalic-WebS.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Simplon';
  src: url('../fonts/SimplonNorm-Medium-WebS.woff2') format('woff2'),
       url('../fonts/SimplonNorm-Medium-WebS.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Simplon';
  src: url('../fonts/SimplonNorm-Bold-WebS.woff2') format('woff2'),
       url('../fonts/SimplonNorm-Bold-WebS.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Simplon';
  src: url('../fonts/SimplonNorm-BoldItalic-WebS.woff2') format('woff2'),
       url('../fonts/SimplonNorm-BoldItalic-WebS.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Simplon Mono';
  src: url('../fonts/SimplonMono-Regular-WebS.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}