/* Aus dem Claude-Design-Mockup übernommen.
   TODO (siehe Plan "Design-System"): Google-Fonts-Import durch selbst
   gehostete Woff2-Dateien ersetzen (wie SIWIKI/fonts/), damit .htaccess
   eine CSP ohne fonts.googleapis.com/fonts.gstatic.com fahren kann. Bis
   dahin lässt .htaccess diese beiden Hosts für style-src/font-src explizit
   zu (siehe dortiger Kommentar). */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&family=Nunito+Sans:ital,wght@0,400;0,600;0,700;0,800&display=swap');
:root{
--font-display:'Quicksand',-apple-system,sans-serif;
--font-body:'Nunito Sans',-apple-system,Helvetica,Arial,sans-serif;
--font-mono:'SFMono-Regular',Consolas,monospace;
--fs-xs:13px;--fs-sm:15px;--fs-base:17px;--fs-md:19px;--fs-lg:22px;--fs-xl:28px;--fs-2xl:36px;--fs-3xl:48px;--fs-4xl:60px;
--lh-tight:1.15;--lh-snug:1.35;--lh-normal:1.55;--lh-relaxed:1.7;
--fw-regular:400;--fw-semibold:600;--fw-bold:700;--fw-display:600;
--ls-display:0.01em;--ls-tight:-0.01em;
}
