/* Every Good Idea — spacing, radius, shadow, motion tokens */

: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;
  --space-10: 128px;

  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 14px;
  --radius-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(15, 16, 49, 0.06), 0 1px 1px rgba(15, 16, 49, 0.04);
  --shadow-md: 0 4px 16px rgba(15, 16, 49, 0.08), 0 1px 2px rgba(15, 16, 49, 0.06);
  --shadow-lg: 0 16px 40px rgba(15, 16, 49, 0.14);

  --ease-standard: cubic-bezier(0.2, 0.7, 0.2, 1); /* @kind other */
  --duration-fast: 120ms; /* @kind other */
  --duration-base: 200ms; /* @kind other */
  --duration-slow: 320ms; /* @kind other */

  --container-max: 1200px;
  --border-width: 1px;
}
