:root {
  --shell-bg: #0a0a0d;
  --shell-bg-raised: #121216;
  --shell-ink: #f2f2f0;
  --shell-ink-dim: #a3a3ab;
  --shell-accent: #8b5cf6;
  --shell-border: #ffffff1a;

  --shell-font-display: 'Space Grotesk', sans-serif;
  --shell-font-body: 'Inter', sans-serif;

  --shell-space-sm: 1rem;
  --shell-space-md: 2rem;
  --shell-space-lg: 4rem;

  --shell-radius: 12px;
}
