:root {
  --bg-main: #0b0f14;
  --bg-panel: #141a22;
  --bg-metal: #1b222c;

  --text-main: #cfd6df;
  --text-dim: #7f8b99;

  --ok: #6fe3a3;
  --warn: #ffb347;
  --alert: #d94a4a;

  --panel-border: #2b3440;
}

body {
  background: var(--bg-main);
  color: var(--text-main);
  font-family: "IBM Plex Mono", "Consolas", monospace;
  letter-spacing: 0.5px;
}