.luxurious-script {
    font-family: "Luxurious Script", cursive;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

.ephesis {
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
}

.bg-gold {
    background: linear-gradient(to right bottom, #c9a23d 20%, #f6ec86 40%, #b58b3f 78%);
}

.gold {
    background: linear-gradient(to right bottom, #c9a23d 30%, #efe689 50%, #b58b3f 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.gold::after {
    background: none;
    content: attr(data-heading) / "";
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    text-shadow: 
        -1px 0 1px #c6bb9f, 
        0 1px 1px #c6bb9f, 
        5px 5px 10px rgba(0, 0, 0, 0.4),
        -5px -5px 10px rgba(0, 0, 0, 0.4);
}

.couple-image {
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 50%, rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 50%, rgba(0, 0, 0, 0));
}

@supports (image-resolution: 2dppx) {
  img {
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
  }
}