:root{
--font-display:"Poppins",system-ui,sans-serif;   /* H1/H2, product titles, prices */
--font-body:"Inter",system-ui,sans-serif;        /* paragraph copy */
--font-ui:"Roboto",system-ui,sans-serif;         /* buttons, small labels */

--fw-regular:400;/* @kind font */--fw-medium:500;/* @kind font */--fw-semibold:600;/* @kind font */--fw-bold:700;/* @kind font */--fw-extrabold:800;/* @kind font */--fw-black:900;/* @kind font */

/* Scale as measured on libertypeptides.com */
--fs-h1:41px;   --lh-h1:1.15;/* @kind font */
--fs-h2:40px;   --lh-h2:1.2;/* @kind font */
--fs-h3:16px;   --lh-h3:1.4;/* @kind font */
--fs-h4:16px;   --lh-h4:1.4;/* @kind font */
--fs-product:17.6px; --lh-product:1.3;/* @kind font */
--fs-price:17.6px;
--fs-body-lg:17px; --lh-body-lg:1.65;/* @kind font */
--fs-body:16px;    --lh-body:1.7;/* @kind font */
--fs-sm:14px;      --lh-sm:1.5;/* @kind font */
--fs-xs:12px;      --lh-xs:1.4;/* @kind font */

--ls-tight:-0.01em;/* @kind font */
--ls-eyebrow:0.12em;/* @kind font */   /* uppercase eyebrows & trust strip */
--ls-button:0.02em;/* @kind font */
}
