/* Inter Variable Font – Primäre Schrift ab 2026 */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  src: url('/fonts/inter/InterVariable.woff2') format('woff2');
}

/* Legacy-Aliase: text-regular/text-bold zeigen jetzt auf Inter,
   damit bestehende CSS-Referenzen weiter funktionieren */
@font-face {
  font-display: swap;
  font-family: 'text-regular';
  font-style: normal;
  font-weight: 100 900;
  src: url('/fonts/inter/InterVariable.woff2') format('woff2');
}

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