/* STATION STYLE */

:root {
  --brand-color: #0575BB;
  --station-logo: url("assets/stationlogo.jpg");
}

.header {
  background-color: #ffffff !important;
}

.play-button {
  color: #0575BB !important;
}

.hamburger {
    color: #0575BB !important;
}