:root {
  --bg: #0c0e11;
  --bg-raised: #12151a;
  --bg-card: #161a21;
  --border: #262c36;
  --border-strong: #39414f;

  --text: #e9e7e2;
  --text-muted: #a4a8b0;
  --text-faint: #7b8089;

  --accent-rgb: 85, 142, 255;
  --accent: rgb(var(--accent-rgb));
  --accent-strong: #8fb4ff;
  --accent-ink: #060d1d;
  --accent-glow: rgba(var(--accent-rgb), 0.16);

  --font-display: 'Space Grotesk', 'Segoe UI', sans-serif;
  --font-body: 'Inter', 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', Consolas, monospace;

  --content-width: 1080px;
  --radius: 14px;
  --radius-small: 8px;
  --section-gap: clamp(5rem, 10vw, 8rem);

  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --speed: 0.55s;
}
