/**
 * Variable Fonts – relativ zu dieser Datei (Css/) = ../Fonts/
 * Wird per TypoScript eingebunden, damit die URL von TYPO3 aufgelöst wird.
 */
@font-face {
  font-family: 'Teko';
  src: url('../Fonts/Teko.woff2') format('woff2-variations'),
       url('../Fonts/Teko.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('../Fonts/NotoSans.woff2') format('woff2-variations'),
       url('../Fonts/NotoSans.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
