/* Selbst gehostet (DSGVO: keine Verbindung zu Google).
   Variable Schriften – eine Datei deckt alle Schnitte ab. */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter-var.woff2') format('woff2-variations'),
       url('../fonts/inter-var.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/oswald-var.woff2') format('woff2-variations'),
       url('../fonts/oswald-var.woff2') format('woff2');
}
