/*
 * Spacing scale — values mirrored from console uno/theme.ts.
 * Not emitted as CSS vars on the console side (UnoCSS-only), so declared here.
 */

:root {
  --spacing-2xs: 0.125rem; /* 2px */
  --spacing-xs: 0.25rem;   /* 4px */
  --spacing-sm: 0.5rem;    /* 8px */
  --spacing-md: 0.75rem;   /* 12px */
  --spacing-lg: 1rem;      /* 16px */
  --spacing-xl: 1.25rem;   /* 20px */
  --spacing-2xl: 1.5rem;   /* 24px */
  --spacing-3xl: 2rem;     /* 32px */
  --spacing-4xl: 2.5rem;   /* 40px */
  --spacing-5xl: 3.75rem;  /* 60px */
  --spacing-6xl: 5rem;     /* 80px */
}
