/* Tehzeeb Mithai — Spacing tokens
 * The source lays sections out on a generous rhythm: ~120px top padding inside
 * full-width sections, ~28.5px nav gutters, 26px card insets.
 */
:root {
  --space-1: 8px;
  --space-2: 14px;      /* icon/label gaps */
  --space-3: 20px;
  --space-4: 26px;      /* card inner inset */
  --space-5: 28.5px;    /* nav gutter (28.525 in source) */
  --space-6: 40px;
  --space-7: 60px;
  --space-8: 80px;
  --section-pad-y: 120px;   /* vertical breathing room inside sections */
  --page-gutter: 40px;      /* left/right page margin for section content */
}
