/* Motion GTM Workspace — Typography Tokens */

:root {
  /* ── Font sizes ─────────────────────────────── */
  --text-2xs:    10px;
  --text-xs:     11px;
  --text-sm:     12px;
  --text-base:   14px;
  --text-md:     15px;
  --text-lg:     18px;
  --text-xl:     20px;
  --text-2xl:    24px;
  --text-h3:     clamp(18px, 2vw, 22px);
  --text-h2:     clamp(32px, 4vw, 52px);
  --text-h1:     clamp(42px, 7vw, 76px);

  /* ── Weights ────────────────────────────────── */
  --weight-light:     300;
  --weight-regular:   400;
  --weight-medium:    500;
  --weight-semibold:  600;
  --weight-bold:      700;
  --weight-extrabold: 800;
  --weight-black:     900;

  /* ── Line heights ───────────────────────────── */
  --leading-display:  0.96;
  --leading-heading:  1.04;
  --leading-tight:    1.2;
  --leading-snug:     1.35;
  --leading-normal:   1.5;
  --leading-relaxed:  1.65;

  /* ── Letter spacing ─────────────────────────── */
  --tracking-display: -0.055em;
  --tracking-heading: -0.045em;
  --tracking-normal:  -0.01em;
  --tracking-label:   0.22em;
  --tracking-eyebrow: 0.28em;
}
