/* David Personal Brand 26 — spacing, radius, shadow, motion */
:root {
  /* Spacing scale */
  --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 — one radius everywhere (matches swaddle.com) */
  --radius: 10px;
  --radius-circle: 50%;   /* circles only; no pills */

  /* Shadows — soft, tinted with violet, never grey-heavy */
  --shadow-card: 0 1px 2px rgba(13, 13, 26, 0.05), 0 8px 24px rgba(124, 58, 237, 0.07);
  --shadow-pop: 0 4px 12px rgba(13, 13, 26, 0.08), 0 16px 48px rgba(124, 58, 237, 0.14);

  /* Motion */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1); /* @kind other */
  --duration-fast: 150ms; /* @kind other */
  --duration-med: 280ms; /* @kind other */
}
