/* Typografie: eine präzise Grotesk als Arbeitsschrift, Mono für Auszeichnungen und Zahlenkontext. */
:root{
--font-grotesk:'Schibsted Grotesk','Noto Sans',Helvetica,Arial,sans-serif;
--font-mono:'JetBrains Mono',ui-monospace,monospace;
/* Größen (aus Website v3 übernommen, nicht runden) */
--fs-hero:clamp(32px,4.6vw,56px); /* @kind font */
--fs-h2:clamp(27px,3.2vw,40px); /* @kind font */
--fs-statement:clamp(24px,3vw,38px); /* @kind font */
--fs-h3:20px;
--fs-h3-karte:23px;
--fs-zahl:42px;            /* große Belegzahl in Weg-Karten */
--fs-body:16.5px;
--fs-body-klein:15.5px;
--fs-klein:14.5px;
--fs-caption:11.5px;       /* Mono-Bildunterschriften */
--fs-kicker:12px;          /* Mono-Sektionsmarke */
/* Laufweiten */
--ls-tight:-.028em;        /* H2 */
--ls-statement:-.022em;
--ls-kicker:.14em;
--ls-caption:.06em;
--ls-label:.1em;
/* Zeilen */
--lh-heading:1.1; /* @kind font */
--lh-statement:1.22; /* @kind font */
--lh-body:1.6; /* @kind font */
--lh-lang:1.65; /* @kind font */
}
/* Mobil ≤760px: große Belegzahlen und Kartentitel eine Stufe kleiner. */
@media (max-width:760px){:root{
--fs-zahl:36px;
--fs-h3-karte:21px;
}}
