/* Selbst gehostete Variable Fonts — Inter + Syne. Keine externe Verbindung zu Google.
   Je eine Datei, der Browser interpoliert alle Gewichte über die font-weight-Range. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(fonts/inter-var.woff2) format('woff2');
}

@font-face {
  font-family: 'Syne';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(fonts/syne-var.woff2) format('woff2');
}
