/* Sussex Audio — Spacing tokens. Base unit 8px. */
:root {
  --space-hair: 1px;
  --space-xxs: 4px;
  --space-xs: 8px;
  --space-sm: 12px;
  --space-md: 16px;
  --space-lg: 24px;   /* card interior padding */
  --space-xl: 32px;   /* desktop gutters */
  --space-xxl: 48px;  /* color-block interior padding */
  --space-section: 96px; /* vertical rhythm between major sections */

  --container-max: 1280px;
}
