@font-face {
  font-family: "Noteworthy Light";
  font-style: normal;
  font-weight: normal;
  src: local("Noteworthy Light"),
    url("../fonts/Noteworthy-Lt.woff") format("woff");
}

@font-face {
  font-family: "Rubik Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Rubik Regular"), url("../fonts/Rubik-Regular.woff") format("woff");
}

.inherit-height {
  height: inherit;
}
.overlay-image {
  position: absolute;
  z-index: 1;
  position: absolute;
  z-index: 1;
  bottom: -50px;
  left: 50px;
}
.bg-dark {
  margin-top: 7%;
}
.banner {
  margin-top: 7%;
}

.font-family-noteworthy {
  font-family: "Noteworthy Light";
}

.font-family-sans {
  font-family: sans-serif;
}

.min-height-100 {
  min-height: 100px;
}

a,
a img {
  cursor: pointer;
}

.text-decoration-underline {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .overlay-image {
    position: initial;
  }
  h1 {
    font-size: 2rem;
  }
}
