:root{
--font-sans:"Inter","Helvetica Neue",Helvetica,Arial,sans-serif;
--font-core:var(--font-sans);

/* Only three weights are approved: 400 body, 500 sub-heads/emphasis, 700 headings. */
--weight-regular:400;
--weight-medium:500;
--weight-bold:700;

/* Scale — 1.25-ish, tuned for German compound words and long headlines. */
--size-display:64px;
--size-h1:48px;
--size-h2:36px;
--size-h3:28px;
--size-h4:22px;
--size-lead:20px;
--size-body:17px;
--size-small:15px;
--size-caption:13px;
--size-label:12px;

--line-display:1.05; /* @kind other */
--line-heading:1.15; /* @kind other */
--line-lead:1.45; /* @kind other */
--line-body:1.65; /* @kind other */
--line-tight:1.3; /* @kind other */

/* Headlines sit slightly tight; eyebrows and labels are wide and upper-case. */
--tracking-display:-0.02em;
--tracking-heading:-0.01em;
--tracking-body:0;
--tracking-label:0.14em;

--eyebrow-transform:uppercase; /* @kind other */

/* Semantic type roles */
--text-measure:66ch; /* @kind other */
--text-measure-narrow:46ch; /* @kind other */
}
