: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-s: 4px;
  --radius-m: 8px;
  --radius-l: 14px;
  --radius-pill: 999px;

  --shadow-card: 0 1px 2px rgba(44, 62, 53, 0.04), 0 8px 24px rgba(44, 62, 53, 0.06);
  --shadow-raised: 0 4px 12px rgba(44, 62, 53, 0.08), 0 16px 40px rgba(44, 62, 53, 0.10);
  --shadow-focus: 0 0 0 4px var(--color-focus-ring);

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

  --container-max: 1200px;
}
