:root {
  --bg-color: #171717;
  --text-color: #e4e4e7;
}

body {
  background-color: var(--bg-color);
  color: var(--text-color);
}
