/* ===========================================================================
   MUNAR — Spacing & layout tokens
   Base unit 4px. Steps: 8, 12, 16, 24, 32. Max content 1280px.
   =========================================================================== */

:root {
  --space-0:  0;
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-8:  32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;

  /* Layout */
  --content-max: 1280px;
  --gutter-desktop: 24px;
  --gutter-tablet:  20px;
  --gutter-mobile:  16px;

  --grid-cols-desktop: 12; /* @kind other */
  --grid-cols-tablet:  8;  /* @kind other */
  --grid-cols-mobile:  4;  /* @kind other */

  /* Controls */
  --control-height:    44px;   /* min touch target */
  --control-height-sm: 36px;
  --control-pad-x:     20px;
}
