:root {
    --font-family-content: "Cutive Mono";
}

.swiper-content-wrapper h1,
.swiper-content-wrapper h3 {
    font-family: "Playfair Display", serif;
    font-style: normal;
}
.swiper-content-wrapper p {
/*    font-family: "Playfair Display", serif;*/
    font-family: var(--font-family-content), monospace;
    font-weight: 400;
    letter-spacing: 1px;
}



.shop.swiper-content {
    margin-top:auto;
    margin-bottom:50px;
}

#carousel-item-1 .lead-h1 {
    font-size:60px !important;
}

.booking-wrapper {
    width:50%;
}
.booking-wrapper .swiper-content-wrapper {
    width:100%;

}


/* ---------------------------------------- LG ---------------------------------------------------------------------- */
@media (max-width: 992px) {
    #carousel-item-1 .lead-h1 {
        font-size: calc(1.375rem + 1.5vw) !important;
    }
    .booking-wrapper {
        width:100%;
    }
}