:root {
  --background: #1d1e20;
  --foreground: #39d353;
  --accent: #00cc55;
}

body {
  background-color: var(--background);
  color: var(--foreground);
}
