/* Lokal gehostete Schriften – kein Abruf von Google-Servern (DSGVO).
   Variable Fonts, latin-Subset, aus Google Fonts (SIL Open Font License / Apache 2.0). */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/montserrat-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/static/fonts/roboto-var.woff2') format('woff2');
}
