/* Type system — manual 3.1/3.2 */
:root{
--font-headline:'Grifo M',Georgia,serif;          /* headlines: Grifo M Medium 500 + Light Italic 300 */
--font-body:'Armin Grotesk',Helvetica,Arial,sans-serif; /* body 400, highlights 800 */
--weight-body:400;
--weight-body-strong:800;
--weight-headline:500;
--weight-headline-italic:300;
/* Scale */
--text-xs:12px;
--text-sm:14px;
--text-base:16px;
--text-lg:19px;
--text-xl:24px;
--text-2xl:32px;
--text-3xl:44px;
--text-4xl:60px;
--text-5xl:84px;
/* Leading & tracking */
--leading-tight:1.05;
--leading-snug:1.2;
--leading-body:1.5;
--tracking-label:0.18em;   /* uppercase Thema/labels, Armin Grotesk */
--tracking-wide:0.08em;
--tracking-normal:0;
}
body{font-family:var(--font-body);font-weight:var(--weight-body);color:var(--text-body);font-size:var(--text-base);line-height:var(--leading-body)}
a{color:var(--link);text-decoration:none}
a:hover{color:var(--link-hover)}
