:root{
--font-display:'Figtree',system-ui,sans-serif; /* weight 800-900, uppercase */
--font-body:'Figtree',system-ui,sans-serif;
--fs-display-xl:44px; /* hero / campaign */
--fs-display:30px;    /* screen titles */
--fs-h1:22px;         /* section / product name lg */
--fs-h2:17px;         /* card titles, product names */
--fs-body:15px;
--fs-caption:13px;
--fs-micro:11px;      /* overlines, badges — uppercase */
--lh-display:1.02;/* @kind other */
--lh-tight:1.2;/* @kind other */
--lh-body:1.5;/* @kind other */
--ls-display:-0.01em;
--ls-caps:0.12em;     /* uppercase overlines, buttons */
--fw-black:900;/* @kind font */
--fw-bold:700;/* @kind font */
--fw-semi:600;/* @kind font */
--fw-reg:400;/* @kind font */
}
body{font-family:var(--font-body);color:var(--text-body);}
a{color:var(--ink);}a:hover{color:var(--gold-deep);}
