:root{
    --main-black: #373A3C;
}
body{
    padding: 0%;
    margin: 0%;
}
body section{
    font-family: "Cabin", sans-serif;
    color: var(--main-black);
}
.navbar-brand, label{
    font-family: "Lobster", sans-serif;
}
.carousel-control-prev-icon,
.carousel-control-next-icon, .carousel-indicators {
    filter: drop-shadow(0 0 3px rgb(0, 0, 0)) invert(50%);
}
.carousel-control-prev > .carousel-control-prev-icon, .carousel-control-next > .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
}
.carousel-indicators{
   top: 220px;
}
.text-underline{
    text-decoration: underline;
    text-underline-offset: 10px;
}
.newsletter{
    background-color: #DC3545;
    height: 400px;
}
footer, nav{
    background-color: var(--main-black);
}
.border-bottom{
    color: #373A3C;
}
.custom-tooltip {
    --bs-tooltip-bg: var(--bd-violet-bg);
    --bs-tooltip-color: var(--bs-white);
  }
ul{
    list-style: none;
}