:root {
  --primary-rgb: 137, 112, 52;
  --secondary-rgb: 159, 129, 60;
  --body-bg-rgb: 0, 0, 0;
  --navbar-brand-height: 46px;
  --footer-brand-height: 30px;
  --button-background: #ffffff;
}

/* Channels slider */
.slider-rialto {
  .swiper-slide .caption,
  .swiper-title {
    display: none;
  }
  .swiper-slide .poster {
    border-radius: 25px;
    .hover {
      background: rgba(var(--body-bg-rgb), 0.15);
    }
  }
}

.plans-page .plan-buttons button {
  background-color: var(--primary);
  border-color: #896f34;
  &:hover {
    background-color: var(--secondary);
    border-color: #9f813c;
  }
}
