/* Shared spacing scale — used in style guides and example pages (+⅓ page margins) */
:root {
  --space-xs: 11px;
  --space-sm: 21px;
  --space-md: 32px;
  --space-lg: 53px;
  --space-xl: 85px;
  --space-2xl: 107px;
  --page-margin-mobile: 27px;
}
