/* Barid Express — Spacing & layout tokens (4px base grid) */
:root {
  --sp-0: 0; /* @kind spacing */
  --sp-1: 4px;
  --sp-2: 8px;
  --sp-3: 12px;
  --sp-4: 16px;
  --sp-5: 20px;
  --sp-6: 24px;
  --sp-8: 32px;
  --sp-10: 40px;
  --sp-12: 48px;
  --sp-16: 64px;
  --sp-20: 80px;
  --sp-24: 96px;

  /* Layout */
  --container-max: 1200px;
  --container-narrow: 760px;
  --section-y: 96px;     /* vertical rhythm between page sections */
  --gutter: 24px;
}
