/* Lokal gehostete Schriften (Variable Fonts, Latin-Subset) – ersetzt Google Fonts.
   Quelle: Google-Fonts-Auslieferung, SIL Open Font License. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('fraunces-latin.woff2') format('woff2');
}

@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('karla-latin.woff2') format('woff2');
}

/* Nur für die Wortmarke „FLOW". */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('montserrat-latin.woff2') format('woff2');
}
