:root{
--font-sans:'Inter',system-ui,-apple-system,sans-serif;
--weight-display:800;
--weight-button:700;
--weight-label:600;
--weight-body:400;
--tracking-display:-0.02em;
--text-display:clamp(40px,5vw,64px);
--text-h1:40px;
--text-h2:28px;
--text-h3:20px;
--text-body-size:16px;
--text-small:14px;
--text-label:13px;
--leading-display:1.05;
--leading-heading:1.2;
--leading-body:1.6;
}
body{font-family:var(--font-sans);font-weight:var(--weight-body);color:var(--text-body);font-size:var(--text-body-size);line-height:var(--leading-body);margin:0}
a{color:var(--action);text-decoration:none}
a:hover{color:var(--action-hover);text-decoration:underline}
