:root {
  --spottleyDarkBlue: #2c2978;
  --spottleyTextGrey: #c6c6c6;

  --category-audiobook: #7f28e4;
  --category-ai: #7f28e4;
  --category-concerts: #7f28e4;
  --category-games: #e2bdff;
  --category-movies: #7f28e4;
  --category-music: #e6fe81;
  --category-software: #ceeef0;
  --category-sport: #66aae9;

  --dropdownPrimary: #4b4b4b;
  --dropdown-secondary: #3d3d3d;
}
body {
  background-color: #000;
  color: #fff;
}
