/* CSS Variables and Color Themes */
:root {
  --bg: #000000;
  --input-bg: #222222;
  --user-bg: #ffffff;
  --user-text: #000000;
  --ai-text: #ffffff;
  --muted: #888888;
  --copy: #aaaaaa;
  --code-bg: #0b0b0b;
  --accent: #9bdcff;
  --error: #ff8080;
  --success: #33ff99;
  --keyword-color: #66d9ef;
  --string-color: #e6db74;
  --comment-color: #75715e;
  --number-color: #ae81ff;
}
