:root {
  --ink: #750039;
  --paper: #fffdf8;
  --lime: #ffe0ed;
  --pink: #c50052;
  --line: rgba(117, 0, 57, 0.18);
}

.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 80px; height: 48px; object-fit: contain; }
.hero { background: #750039; }
.hero:after { border-color: rgba(255, 255, 255, 0.28); box-shadow: 0 0 0 8vw rgba(255, 255, 255, 0.035), 0 0 0 16vw rgba(255, 255, 255, 0.02); }
.hero h1 em, .section h2 em, .on-air, .track-info p { color: #ffe0ed; }
.play-button, .now-sticker, .ticker { background: #ffe0ed; color: #750039; }
.now-card { background: #8d0045; box-shadow: 14px 14px 0 #c50052; }
.progress i, .on-air i { background: #ffe0ed; }
.show.featured, .about-art { background: #c50052; }
.show-time span, .sun { background: #ffe0ed; color: #750039; }
footer { background: #750039; }
