/* Geist — selbst gehostet, SIL Open Font License 1.1 (fonts/OFL.txt).
   Variable Font: ein Request statt vier, deckt 100–900 ab (68 KB gegen 183 KB
   fuer die vier statischen Schnitte 400/500/600/700).
   MASTERPLAN 4.6: woff2, font-display: swap, nur eine Datei preloaden. */

@font-face {
  font-family: "Geist";
  src: url("fonts/Geist-Variable.woff2") format("woff2-variations"),
       url("fonts/Geist-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  /* Von hier ziehen leistungen-pages.css und die Startseite ihren Schriftstack.
     Fallback bewusst systemnah, damit der Textfluss beim Nachladen kaum springt. */
  --font-geist: "Geist", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
