:root{
  /* Scale — display (Manrope, tight tracking, weight 600). Snapped to the Tailwind
     type scale per the KMY visual system: text-5xl (48px/1) and text-6xl (60px/1). */
  --text-display-1:60px; --text-display-1-lh:1; --text-display-2:48px; --text-display-2-lh:1; --text-display-3:36px; --text-display-3-lh:40px;
  /* Scale — headings: text-3xl (30/36), text-2xl (24/32), text-xl (20/28), text-lg (18/28) */
  --text-h1:30px; --text-h1-lh:36px; --text-h2:24px; --text-h2-lh:32px; --text-h3:20px; --text-h3-lh:28px; --text-h4:18px; --text-h4-lh:28px;
  /* Scale — body & support: text-lg (18/28), text-base (16/24), text-sm (14/20), text-xs (12/16) */
  --text-body-lg:18px; --text-body-lg-lh:28px; --text-body-md:16px; --text-body-md-lh:24px; --text-body-sm:14px; --text-body-sm-lh:20px; --text-caption:12px; --text-caption-lh:16px; --text-micro:12px; --text-micro-lh:16px;

  --leading-tight:1.06; --leading-snug:1.24; --leading-normal:1.55; --leading-loose:1.75;

  --tracking-display:-0.02em; --tracking-heading:-0.01em; --tracking-body:0em;
  --tracking-label:0.06em; --tracking-eyebrow:0.18em;

  --weight-light:300; --weight-regular:400; --weight-medium:500; --weight-semibold:600; --weight-bold:700;
}
body{font-family:var(--font-core);font-size:var(--text-body-md);line-height:var(--text-body-md-lh);color:var(--text-body);background:var(--surface-canvas);-webkit-font-smoothing:antialiased}
a{color:var(--text-link);text-decoration:none;transition:color var(--dur-fast) var(--ease-calm)}
a:hover{color:var(--text-link-hover)}
