:root {
  --space-xxs: var(--0);
  --space-xs: var(--1);
  --space-sm: var(--2);
  --space-md: var(--3);
  --space-lg: var(--4);
  --space-xl: var(--5);
  --space-xxl: var(--6);
}
