.tc-brand {
  color: var(--brand-color);
}

a:hover {
  color: var(--brand-color);
}

svg:hover {
  color: var(--brand-color);
}

.stroke-brand {
  -webkit-text-stroke-color: var(--brand-color);
  text-stroke-color: var(--brand-color);
}

html {
  position: relative;
}
html:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70vh;
  width: 100%;
  background: linear-gradient(0deg, rgba(var(--brand-color-rgb), 0.2) 0%, rgba(var(--brand-color-rgb), 0) 100%);
  z-index: 0;
}

footer {
  position: relative;
  z-index: 10;
}

.rotating-carousel {
  --num-sliders: 4;
  --slider-margin: 20px;
  --scrollbar-height: 17px;
}
@media all and (max-width: 992px) {
  .rotating-carousel {
    --num-sliders: 3;
  }
}
@media all and (max-width: 768px) {
  .rotating-carousel {
    --num-sliders: 2;
  }
}
@media all and (max-width: 532px) {
  .rotating-carousel {
    --num-sliders: 1;
    --slider-margin: 0px;
  }
}

/*# sourceMappingURL=music-brand.css.map */
