/*
 * The built-in player's documented custom properties. A television is watched
 * from across a room, so the defaults favour contrast over subtlety.
 */
body {
  margin: 0;
  background-color: #05070a;
}

cast-media-player {
  --background-color: #05070a;
  --logo-background: #05070a;
  --splash-background: #05070a;
  --progress-color: #4c8dff;
  --theme-hue: 220;
  --font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  --title-font-size: 40px;
  --subtitle-font-size: 28px;
}
