:root {
  --font-main: "Courier New", monospace;
  --font-mono: Consolas, "Courier New", monospace;

  --bg: #0a0f16;
  --surface: #111823;
  --surface-2: #162131;
  --text: #d4deef;
  --text-muted: #8fa2bd;
  --light: rgba(255, 255, 255, 0.1);
  --line: var(--light);
  --primary: #66b3ff;
  --danger: #ff6f7a;
  --success: #62d2b2;

  --space-1: 6px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;

  --border-width: 2px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 10px;
}
