/* Source Sans 3 - Local hosting */
/* TODO: Die .woff2-Dateien muessen von https://fonts.google.com/specimen/Source+Sans+3 heruntergeladen werden */

@font-face {
  font-family: 'Source Sans 3';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url('./source-sans-3-300.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Sans 3';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('./source-sans-3-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Sans 3';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('./source-sans-3-500.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Sans 3';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('./source-sans-3-600.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Sans 3';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('./source-sans-3-700.woff2') format('woff2');
}

/* Source Serif 4 - Local hosting */
/* TODO: Die .woff2-Dateien muessen von https://fonts.google.com/specimen/Source+Serif+4 heruntergeladen werden */

@font-face {
  font-family: 'Source Serif 4';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('./source-serif-4-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Source Serif 4';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url('./source-serif-4-600.woff2') format('woff2');
}
