:root{
--font-display:'Archivo',"Helvetica Neue",Arial,sans-serif;
--font-body:'Inter',"Helvetica Neue",Arial,sans-serif;
--font-mono:'SF Mono','Roboto Mono',monospace;

/* type scale — display used bold/tight for headlines, body for reading text */
--text-display-xl:clamp(3.5rem,6vw,7rem);
--text-display-l:clamp(2.5rem,4.2vw,4.5rem);
--text-display-m:clamp(1.75rem,2.8vw,2.75rem);
--text-display-s:1.5rem;
--text-body-l:1.25rem;
--text-body-m:1.0625rem;
--text-body-s:0.9375rem;
--text-caption:0.8125rem;
--text-eyebrow:0.75rem;

--lh-tight:1.05; /* @kind other */
--lh-snug:1.25; /* @kind other */
--lh-normal:1.5; /* @kind other */
--lh-relaxed:1.7; /* @kind other */

--ls-tight:-0.02em; /* @kind other */
--ls-normal:0; /* @kind other */
--ls-wide:0.08em; /* @kind other */
--ls-eyebrow:0.22em; /* @kind other */

--fw-regular:400; /* @kind other */
--fw-medium:500; /* @kind other */
--fw-semibold:600; /* @kind other */
--fw-bold:700; /* @kind other */
--fw-black:800; /* @kind other */
}
