:root {
  --bg: #121212;
  --fg: #e5e5e5;
  --panel: #1e1e1e;
  --button-bg: #2c2c2c;
  --border: #555555;
}

body {
  background: var(--bg);
  color: var(--fg);
}
