:root{
/* Families */
--font-display:"Folkies Vantage Sans","Jost",system-ui,sans-serif;   /* condensed brush caps */
--font-script:"Folkies Vantage Script","Jost",cursive;               /* bouncy brush script */
--font-sans:"Jost","Futura","Futura PT",system-ui,sans-serif;        /* sub font: Futura substitute */

/* Sizes — display scale is print-first (large-format), UI scale is screen */
--text-display-xl:clamp(56px,9vw,148px);
--text-display-lg:clamp(40px,6vw,96px);
--text-display-md:clamp(30px,4vw,60px);
--text-display-sm:24px;
--text-script-xl:clamp(40px,6vw,104px);
--text-script-lg:clamp(28px,3.5vw,56px);
--text-script-md:28px;
--text-lg:20px;
--text-base:16px;
--text-sm:14px;
--text-xs:12px;
--text-eyebrow:13px;

/* Weights (Folkies ships one weight; Jost carries the range) */
--weight-light:300;
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;

/* Line heights — display is set tight, body open */
--leading-display:0.92;
--leading-script:1.0;
--leading-heading:1.15;
--leading-body:1.5;

/* Tracking — Folkies Sans is set with a little air between caps */
--tracking-display:0.01em;
--tracking-eyebrow:0.18em;
--tracking-body:0;
}
