:root{
  --font-display:"Space Grotesk","Helvetica Neue",Arial,sans-serif;
  --font-body:"Inter","Helvetica Neue",Arial,sans-serif;
  --font-mono:"IBM Plex Mono",ui-monospace,monospace;

  /* editorial display scale — fluid, viewport-driven */
  --type-mega:clamp(3.5rem,13vw,15rem);
  --type-display:clamp(2.75rem,8.5vw,9rem);
  --type-headline:clamp(2.25rem,5.5vw,5rem);
  --type-title:clamp(1.75rem,3vw,2.75rem);
  --type-subtitle:clamp(1.25rem,1.8vw,1.5rem);

  /* body + utility scale */
  --type-lead:clamp(1.0625rem,1.35vw,1.375rem);
  --type-body:1rem;
  --type-small:0.875rem;
  --type-micro:0.75rem;
  --type-nano:0.6875rem;

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

  --leading-mega:0.86; /* @kind other */
  --leading-display:0.9; /* @kind other */
  --leading-headline:0.96; /* @kind other */
  --leading-title:1.08; /* @kind other */
  --leading-body:1.55; /* @kind other */
  --leading-loose:1.7; /* @kind other */

  --track-mega:-0.045em; /* @kind other */
  --track-display:-0.035em; /* @kind other */
  --track-title:-0.02em; /* @kind other */
  --track-body:-0.01em; /* @kind other */
  --track-micro:0.14em; /* @kind other */
  --track-label:0.24em; /* @kind other */
}
