:root {
  color-scheme: dark;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;

  --bg: #111111;
  --bg-2: #171818;
  --panel: #1b1c1d;
  --panel-2: #202223;
  --panel-3: #252728;
  --line: #3b3f41;
  --line-soft: #292c2e;
  --text: #f2f0ec;
  --muted: #b8b6b0;
  --faint: #7d827f;
  --coral: #ff636d;
  --coral-2: #ff8d75;
  --gold: #ffc857;
  --cyan: #42d6c7;
  --green: #9bdc71;
  --shadow: 0 22px 70px rgba(0, 0, 0, 0.38);

  --radius-sm: 6px;
  --radius-md: 8px;
  --gap: 14px;
  --rail: 350px;
}
