/* Source Sans 3 — WOFF2-Dateien lokal in wwwroot/fonts/
   Dateien herunterladen von: https://fonts.google.com/specimen/Source+Sans+3
   Benötigte Dateien in wwwroot/fonts/ ablegen:
     SourceSans3-Light.woff2    (300)
     SourceSans3-Regular.woff2  (400)
     SourceSans3-SemiBold.woff2 (600)
     SourceSans3-Bold.woff2     (700)
     SourceSans3-Black.woff2    (900)
*/

@font-face {
  font-family: 'Source Sans 3';
  src: url('/fonts/SourceSans3-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('/fonts/SourceSans3-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('/fonts/SourceSans3-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('/fonts/SourceSans3-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('/fonts/SourceSans3-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
