/* Lokal gehostete Google Fonts (Montserrat, Outfit) – latin-Subset, deckt deutsche Umlaute ab */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url('./montserrat-variable.woff2') format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('./montserrat-italic-700.woff2') format('woff2');
}

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('./outfit-variable.woff2') format('woff2');
}
