/* Inter (rsms.me/inter) – lokal gehostet, SIL Open Font License 1.1 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/inter-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/inter-800.woff2') format('woff2');
}

:root {
  --font-sans: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
}

/* Tabular Figures global aktivieren: Zahlen sind gleich breit – wichtig für
   Datum, Uhrzeit, Telefonnummern, Statistiken. CSS ss01 = Stilistisches Set 1
   (modifiziertes a/g für leichtere Lesbarkeit). */
html, body {
  font-family: var(--font-sans);
  font-feature-settings: "tnum" 1, "cv11" 1, "ss01" 1;
}
