/* Lokale Schriften – DSGVO-konform, kein Kontakt zu Google-Servern.
   Variable Fonts: eine Datei deckt alle Schriftschnitte ab. */

@font-face {
  font-family: 'DM Sans';
  src: url('DMSans-Variable.woff2') format('woff2');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Serif Display';
  src: url('DMSerifDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('Inter-Variable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
