:root{
--font-ui:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
--font-wordmark:"Inter",-apple-system,sans-serif;
--text-h1:2.5rem; /* 40px hero title */
--text-h1-mobile:1.75rem;
--text-h2:1.75rem; /* article page title 28-32px */
--text-h3:1.25rem; /* article section headings */
--text-card-title:1.0625rem; /* 17px */
--text-body-size:1rem;
--text-small:0.875rem;
--text-meta:0.8125rem;
--leading-tight:1.2;
--leading-body:1.65;
--weight-h1:800;
--weight-heading:700;
--weight-card-title:600;
--weight-body:400;
}
body{font-family:var(--font-ui);color:var(--text-body);font-size:var(--text-body-size);line-height:var(--leading-body)}
h1,h2,h3,h4{color:var(--text-heading);line-height:var(--leading-tight);margin:0}
a{color:var(--text-link)}
a:hover{color:var(--plum-900)}
::placeholder{color:var(--ink-400);opacity:1}
