:root {
  --bg-main: #0b0f1a;
  --bg-soft: #11162a;

  --text-main: #e6e9f0;
  --text-muted: #9aa3c7;

  --accent: #6aa9ff;

  --font-main: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 2rem;
  --space-4: 4rem;

  --radius-soft: 6px;

  --ease-calm: cubic-bezier(0.22, 0.61, 0.36, 1);
}