: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-card: 0 1px 2px rgba(26,26,26,0.04), 0 4px 16px rgba(26,26,26,0.06);
  --shadow-card-hover: 0 2px 4px rgba(26,26,26,0.06), 0 12px 28px rgba(26,26,26,0.10);
  --shadow-popover: 0 8px 24px rgba(26,26,26,0.14);

  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1); /* @kind other */
  --duration-fast: 140ms; /* @kind other */
  --duration-standard: 220ms; /* @kind other */
}
