:root {
  --background: #1a1a1a;
  --foreground: #f0f0f0;
  --accent: #00ff00;
  --red: #ff4136;
  --green: #2ecc40;
  --yellow: #ffdc00;
  --blue: #0074d9;
  --magenta: #b10dc9;
  --cyan: #39cccc;
  --white: #ffffff;
  --black: #000000;
}