@font-face {
  font-family: "Outfit-Medium";
  src: url(./assets/fonts/Outfit-Medium.ttf);
}
@font-face {
  font-family: "Outfit-Light";
  src: url(./assets/fonts/Outfit-Light.ttf);
}
.slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.333);
  z-index: 999;
}
.slide-overlay .slide-overlay-tint {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100vh;
  margin: 0;
}
.slide-overlay .slide-overlay-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  color: white;
}
.slide-overlay .slide-overlay-inner img {
  height: 100vh;
}
.slide-overlay .slide-overlay-inner h2 {
  font-family: "Outfit-Medium";
  letter-spacing: 0.98px;
  padding-bottom: 1rem;
}

.slide-overlay .slide-overlay-inner span {
  color: #3c834d;
}

.slide-overlay .slide-overlay-inner p {
  font-family: "Outfit-Light";
} /*# sourceMappingURL=newstyle.css.map */
