/* ============================================================
   evia · Spacing & layout tokens
   4px base grid. Layouts favour hard right angles and clean
   column gaps; no decorative graphic devices.
   ============================================================ */

: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;
  --space-32: 128px;

  /* component padding rhythm */
  --pad-control: 10px 18px;     /* buttons / inputs */
  --pad-card: 24px;
  --pad-section: 80px;

  /* container widths */
  --container-sm: 640px;
  --container-md: 880px;
  --container-lg: 1120px;
  --container-xl: 1320px;

  --gutter: 24px;
}
