/* GIG Kuwait Design System — spacing and layout tokens (PRD Appendix A.5)
   8px base grid. Section padding >= 56px; hero 80–120px. */
:root {
  --space-1:  4px;
  --space-2:  8px;
  --space-3:  12px;
  --space-4:  16px;
  --space-5:  20px;
  --space-6:  24px;
  --space-8:  32px;
  --space-12: 48px;
  --space-14: 56px;
  --space-20: 80px;
  --space-30: 120px;

  --container-max: 1140px;
  --gutter:        24px;
  --header-h:      80px;
  --subnav-h:      56px;
  --hit-target:    44px;
}
