/* ─────────────────────────────────────────────────────────────
   Schrift — General Sans (Indian Type Foundry)
   ITF Free Font License, lokal gehostet. Kein externer Request.

   Genutzt wird ausschließlich fonts/GeneralSans-Variable.woff2
   (38 KB, Achse wght 200–700). Die Ordner fonts/OTF, fonts/TTF
   und fonts/WEB stammen aus dem Download und gehören nicht auf
   den Server.
   ───────────────────────────────────────────────────────────── */

@font-face{
  font-family:"General Sans";
  src:url("fonts/GeneralSans-Variable.woff2") format("woff2");
  font-weight:200 700;
  font-style:normal;
  font-display:swap;
}

:root{
  --font:"General Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --tr-adjust:-0.003em;   /* Headlines — gegen die echte Schrift geprüft */
}
