/* spacing.css — shared: scale spacing 4/8/16/24/32px */
:root {
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 16px;
    --space-4: 24px;
    --space-5: 32px;
}
