:root {
  /* Marketing display scale (Karla 400/500) — huge, tight, unapologetic */
  --text-display: 66px;
  --text-display-tablet: 48px;
  --text-display-mobile: 36px;
  --text-display-lh: 1.1;
  --text-subhead: 32px;

  /* Portal scale (Geist) */
  --text-page-title: 20px;        /* dashboard top bar */
  --text-page-title-legacy: 24px; /* deposit/statements top bar */
  --text-auth-title: 1.85rem;
  --text-card-title: 18px;
  --text-stat-hero: 38px;
  --text-stat: 30px;
  --text-section-title: 15px;
  --text-body: 16px;
  --text-body-sm: 14px;
  --text-label: 12px;
  --text-eyebrow: 11.5px;
  --text-nav-eyebrow: 11px;

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

  /* Tracking — negative on headings, wide on eyebrows */
  --tracking-tight: -0.025em;
  --tracking-title: -0.02em;
  --tracking-body: -0.005em;
  --tracking-eyebrow: 0.1em;
  --tracking-nav-eyebrow: 0.5px;
  --tracking-code: 0.3em;

  --leading-tight: 1.15;
  --leading-snug: 1.45;
  --leading-body: 1.6;
  --leading-nav: 126%;
}
