.tangerine-regular {
  font-family: "Tangerine", cursive;
  font-weight: 400;
  font-style: normal;
}
.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}

.eb-garamond-regular {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
}
.eb-garamond-italic {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: italic;
}
.eb-garamond-bold {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-style: normal;
}
.eb-garamond-bold-italic {
  font-family: "EB Garamond", serif;
  font-weight: 700;
  font-style: italic;
}

.landing-wrap {
  background: url("../img/couple-landing.jpg") center/cover no-repeat;
  height: 65vh;
  position: relative;
}
.landing-wrap .landing-overlay {
  background: linear-gradient(to top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 60%);
  height: 100%;
  inset: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.event-wrap h1 {
  color: #e06d6d;
  font-size: 7rem;
  line-height: 1;
}
@media (max-width: 992px) {
  .event-wrap h1 {
    font-size: 4.5rem;
  }
}/*# sourceMappingURL=wedding-styles.css.map */