:root {
  /* 8px base 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;
  --space-10: 128px;

  /* Radii — the guide's own graphics use sharp/angular cuts (diagonal splits) far more than
     rounded corners. Keep radii small and purposeful; avoid the generic "rounded card" look. */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-pill: 999px;

  /* Shadows — the guide uses soft, diffuse dark shadows (no colored glow, no inner shadow) */
  --shadow-sm: 0 2px 8px rgba(11, 11, 11, 0.08);
  --shadow-md: 0 8px 24px rgba(11, 11, 11, 0.14);
  --shadow-lg: 0 16px 48px rgba(11, 11, 11, 0.22);

  /* Standard clearspace rule for the logo mark: half the mark's height, on all sides */
  --logo-clearspace-ratio: 0.5; /* @kind other */
}
