:root {
  --primary-color-hue: 48deg;
  --primary-color: hsl(var(--primary-color-hue), 100%, 50%);
  --background-color: #1e1e1e;
  --text-color: #e6e6e6;
  --interactive-background-color: #333;
}
