:root{
--font-display:"Poppins","Century Gothic",system-ui,sans-serif;   /* headlines, labels, numbers */
--font-body:"Source Sans 3","Segoe UI",system-ui,sans-serif;      /* body copy, lists, captions */
--font-icon:"Material Symbols Rounded";

--fw-light:300;/* @kind font */
--fw-regular:400;/* @kind font */
--fw-medium:500;/* @kind font */
--fw-semibold:600;/* @kind font */
--fw-bold:700;/* @kind font */

/* Print-first scale (letter page, 1in margins). px values are the print sizes. */
--fs-display-1:44px;   /* cover headline, line 1 */
--fs-banner:112px;     /* large-format banner headline, set LIGHT and centered */
--fs-display-2:34px;   /* cover headline, line 2 / page titles */
--fs-statement:26px;   /* big navy statement block */
--fs-h1:24px;
--fs-h2:19px;          /* section headings: "What we handle for your building" */
--fs-h3:15px;          /* list item titles, step titles */
--fs-body:14px;
--fs-body-sm:12.5px;
--fs-caption:11px;     /* list sub-lines, map labels */
--fs-eyebrow:10.5px;   /* orange all-caps STEP 1 / INTEGRATES WITH... */

--lh-tight:1.08;/* @kind font */       /* display headlines */
--lh-snug:1.28;/* @kind font */        /* statements, h2 */
--lh-normal:1.45;/* @kind font */      /* body */
--lh-loose:1.6;/* @kind font */        /* long-form paragraphs */

--ls-display:-0.015em;/* @kind font */
--ls-normal:0;/* @kind font */
--ls-eyebrow:0.14em;/* @kind font */   /* all-caps eyebrows + city lines */
--ls-caps-wide:0.22em;/* @kind font */ /* "KALAMAZOO • TRAVERSE CITY" on the card back */
}
