/* @media (min-width: 768px) {
  @include meta.load-css("768px");
} */
/* Adapt invitation ratio to screen orientation (currently disabled) */
.invitation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding: 6rem 3rem;
  margin: 2rem auto;
  max-width: 375px;
  width: 90%;
  border: 1px solid #eeeeee;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.invitation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("img/paper-texture2.jpg");
  background-size: 100%;
  background-color: #ffffff;
  opacity: 1;
}

.invitation .invitation__figure {
  margin: 0;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.invitation .invitation__image {
  display: block;
  max-width: 280px;
  width: 90%;
  height: auto;
}

.invitation .invitation__content {
  text-align: left;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
}

.invitation .invitation__names {
  margin: 0 0 1.75rem;
  font-family: "Italianno", "Lora", "Times New Roman", serif;
  font-size: 4.14736rem;
  line-height: 4rem;
  color: #6b3ea8;
  font-weight: normal;
  letter-spacing: 0.02em;
}

.invitation .invitation__intro,
.invitation .invitation__details,
.invitation .invitation__reception {
  margin: 0 0 1.1rem;
}

.invitation .invitation__date {
  margin: 0 0 1.5rem;
  font-family: "Lora", "Georgia", "Times New Roman", serif;
  color: #6b3ea8;
}

/*
.invitation::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("img/FR.FI.Left.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  opacity: 0.25;
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
}
 */
@media (min-width: 576px) {
  .invitation {
    max-width: calc(576px - 2rem);
  }
}

/*# sourceMappingURL=style.css.map */
