:root{
/* Families ---------------------------------------------------- */
--font-display:"Poppins","Segoe UI",Helvetica,sans-serif;   /* headings, CTAs, wordmark */
--font-body:"IBM Plex Sans",Calibri,"Segoe UI",sans-serif;  /* body, UI, forms */
--font-mono:"IBM Plex Mono","Courier New",monospace;        /* stats, eyebrows, NPI ids */

/* Type scale (px values kept literal, no rounding) ----------- */
--text-display-1:64px;
--text-display-2:48px;
--text-h1:40px;
--text-h2:32px;
--text-h3:24px;
--text-h4:20px;
--text-body-lg:18px;
--text-body:16px;
--text-body-sm:14px;
--text-caption:13px;
--text-micro:11px;
--text-stat:56px;

/* Weights ---------------------------------------------------- */
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700;

/* Line heights ----------------------------------------------- */
--leading-tight:1.05;
--leading-heading:1.18;
--leading-snug:1.35;
--leading-body:1.6;
--leading-loose:1.75;

/* Tracking --------------------------------------------------- */
--tracking-display:-0.02em;
--tracking-heading:-0.01em;
--tracking-body:0;
--tracking-label:0.06em;
--tracking-eyebrow:0.14em;   /* mono, uppercase kickers */
--tracking-cta:0.08em;       /* uppercase Poppins buttons */
}
