body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.m-light {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.m-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.m-extra {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.brand-logo img {
  padding-top: 10px;
}

.bg-gold {
  background: #E5C56E;
  background: linear-gradient(142deg,rgba(229, 197, 110, 1) 0%, rgba(155, 107, 33, 1) 45%);
}
.bg-black {
  background: #E5C56E;
  background: linear-gradient(142deg,#212121 0%, black 45%);
}

.carousel .carousel-item {
  width: 400px;
}
.carousel .carousel-item p {
  position: absolute;
  padding-left: 10px;
}