:root{
/* families */
--font-display:"Fraunces",Georgia,serif;
--font-body:"Mona Sans",system-ui,sans-serif;
/* display serif settings — soft, no wonk */
--display-variation:"SOFT" 100,"WONK" 0; /* @kind font */
/* scale (1280px artboard reference) */
--text-display-xl:72px; /* oversized ghost words ("Inhalt", "2030") */
--text-display-1:56px;  /* page titles */
--text-display-2:40px;  /* section headlines */
--text-h3:26px;         /* card / column headings (serif) */
--text-h4:19px;         /* item headings (serif bold) */
--text-lead:17px;       /* bold sans lead-in paragraphs */
--text-body:15px;
--text-small:13px;
--text-eyebrow:12px;
/* line heights */
--leading-display:1.08;
--leading-heading:1.2;
--leading-body:1.75;
/* weights */
--weight-display:700;
--weight-body:400;
--weight-body-bold:700;
/* tracking */
--tracking-eyebrow:0.14em;
--tracking-display:-0.01em;
}
