/* Spacing, radius, border, shadow, motion, layout */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;

  --radius-sm: 4px;
  --radius-md: 6px;
  --radius-lg: 8px;
  --radius-xl: 12px;
  --radius-pill: 999px;

  --border-hair: 1px;
  --border-accent: 3px;

  --shadow-xs: 0 1px 1px rgba(33,31,27,0.03);
  --shadow-sm: 0 1px 2px rgba(33,31,27,0.04), 0 1px 8px rgba(33,31,27,0.04);
  --shadow-md: 0 2px 4px rgba(33,31,27,0.05), 0 4px 16px rgba(33,31,27,0.05);
  --shadow-lg: 0 4px 8px rgba(33,31,27,0.06), 0 12px 32px rgba(33,31,27,0.07);

  --container: 1120px;
  --container-wide: 1360px;

  --ease: cubic-bezier(.22,.61,.36,1); /* @kind other */
  --dur-fast: 150ms; /* @kind other */
  --dur-base: 240ms; /* @kind other */
  --dur-slow: 350ms; /* @kind other */
}
