html,
body,
p,
a,
span,
h1,
h2,
h3,
h4,
h5,
h6,
* {
  font-family: "Muli", sans-serif;
}

b {
  font-weight: 900;
}

.rocketchat-widget {
  right: 65px !important;
}

.ant-carousel .slick-dots li {
  background: #000;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #0e996d !important;
}

.ant-carousel .slick-dots-bottom {
  bottom: 7% !important;
}

.ant-carousel .slick-dots li button {
  height: 6px !important;
}

@media (max-width: 750px) {
  .ant-carousel .slick-dots-bottom {
    bottom: -12px !important;
  }
}
