#player {
  --theme-hue: 210;
  --splash-image: url("/images/splash.png");
  --background-image: url("/images/bg.png");
  --font-family: "Roboto Condensed", sans-serif;
  --progress-color: rgba(242, 112, 0, 0.8);
}

#player.beta {
  --splash-image: url("/images/splash-beta.png");
}
