/* Lokal gehostete Web-Fonts (Variable Fonts, Latin-Subset) – ersetzt Google Fonts CDN */

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url('dm-sans-latin-wght-normal.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'DM Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 100 1000;
  src: url('dm-sans-latin-wght-italic.woff2') format('woff2-variations');
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-display: swap;
  font-weight: 300 700;
  src: url('space-grotesk-latin-wght-normal.woff2') format('woff2-variations');
}
