.rc-slider-track {
  background-color: #0c6efc;
}

.rc-slider-dot-active {
  border-color: #0c6efc;
  border: solid 2px #0c6efc;
}

.rc-slider-handle {
  background-color: #0c6efc;
  border-color: #0c6efc;
}

.rc-slider-handle:hover {
  border-color: #0c6efc;
}

.rc-slider-handle-active:active {
  border-color: #0c6efc;
}

*{
  font-family: Garamond;
}

/* assets/custom.css */
.white-dropdown-button .dropdown-toggle {
    color: white !important;
}

.inline-heading a {
    display: inline; /* Ensures that the link is inline */
    color: blue; /* Example to ensure link color is blue, can be omitted if already defined in `style` */
}
