/* Atlas — Spacing scale (4px base grid) */
:root {
  --space-2xs: 4px;
  --space-xs:  8px;
  --space-sm:  12px;
  --space-md:  16px;
  --space-lg:  24px;
  --space-xl:  32px;
  --space-2xl: 40px;
  --space-3xl: 48px;
  --space-4xl: 64px;
  --space-5xl: 80px;

  /* Component density anchors used across Atlas */
  --row-height: 36px;        /* table rows, nav items */
  --control-height: 28px;    /* buttons, pills, inputs */
  --cell-pad-y: 16px;        /* matrix cell internal padding */
  --cell-pad-x: 18px;
}
