: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: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --shadow-card: 0 2px 0 rgba(32, 16, 33, 0.06), 0 10px 24px -12px rgba(32, 16, 33, 0.25);
  --shadow-pop: 0 4px 0 rgba(32, 16, 33, 0.9);

  --ease-brand: cubic-bezier(0.34, 1.56, 0.64, 1); /* @kind other */
  --duration-fast: 140ms; /* @kind other */
  --duration-med: 260ms; /* @kind other */
}
