/* General Sans — SELBST GEHOSTET (29.07.2026).
   Ersetzt Inter/SF Pro als Schrift der Seite. Grund: Inter-solo steht in den eigenen
   STYLE-CONSTRAINTS als „der eine grosse Font-Tell" — und SF Pro/Inter sind UI-Schriften,
   die als 60px-Headline bewusst keinen Charakter haben. Emres Urteil dazu: „unsere typo
   fuehlt sich tot an ... man dachte html only website."
   Betonte Woerter laufen weiterhin ueber die BRANDFARBE, nicht ueber einen Schriftwechsel
   (Emre 29.07.: „die markierten woerter muessen in unsere theme farbe") — damit bleibt der
   Ban gegen das Serif-Italic-Wort im Sans-Satz gewahrt.
   Quelle: Fontshare (Indian Type Foundry), kostenlos fuer kommerzielle Nutzung.
   Lokal gehostet wie Inter: KEIN externer Request (D56). */
/* General Sans */
@font-face {
  font-family: 'General Sans';
  src: url('/fonts/general-sans-1.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'General Sans';
  src: url('/fonts/general-sans-2.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'General Sans';
  src: url('/fonts/general-sans-3.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}


