:root{
  --font-brand:"Poppins","Poppins Fallback",system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-ui:"Inter","Inter Fallback",system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-mono:ui-monospace,SFMono-Regular,"SF Mono",Menlo,monospace;

  --weight-regular:400; /* @kind other */
  --weight-medium:500; /* @kind other */
  --weight-semibold:600; /* @kind other */
  --weight-bold:700; /* @kind other */

  /* Display / brand — Poppins */
  --text-display-xl:56px; --lh-display-xl:1.04; /* @kind other */ --ls-display-xl:-0.02em; /* @kind other */
  --text-display-lg:44px; --lh-display-lg:1.08; /* @kind other */ --ls-display-lg:-0.02em; /* @kind other */
  --text-display-md:34px; --lh-display-md:1.12; /* @kind other */ --ls-display-md:-0.015em; /* @kind other */

  /* Headings — Poppins */
  --text-h1:26px; --lh-h1:1.2; /* @kind other */
  --text-h2:20px; --lh-h2:1.25; /* @kind other */
  --text-h3:18px; --lh-h3:1.3; /* @kind other */
  --text-h4:15px; --lh-h4:1.35; /* @kind other */

  /* Body / data — Inter */
  --text-body-lg:16px; --lh-body-lg:1.55; /* @kind other */
  --text-body-md:14px; --lh-body-md:1.55; /* @kind other */
  --text-body-sm:13px; --lh-body-sm:1.5; /* @kind other */
  --text-caption:12px; --lh-caption:1.45; /* @kind other */
  --text-micro:11px; --lh-micro:1.4; /* @kind other */

  /* Numeric emphasis (stat values, monthly payment) — Poppins bold, tight */
  --text-metric-lg:32px; --lh-metric-lg:1.05; /* @kind other */
  --text-metric-md:22px; --lh-metric-md:1.1; /* @kind other */

  /* Eyebrow / field labels — uppercase, tracked */
  --ls-eyebrow:0.08em; /* @kind other */
  --ls-label:0.02em; /* @kind other */
}
