@font-face {
    font-family: "Cormorant Garamond";
    src: url("../fonts/CormorantGaramond-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "UVF Didot";
    src: url("../fonts/UVFDidot.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "UVF Didot", sans-serif;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading {
    font-family: "Cormorant Garamond", sans-serif;
}
.swiper-container {
    overflow: hidden;
}
.boxDescription h2,
.boxDescription h3,
.boxDescription h4,
.boxDescription h5,
.boxDescription h6 {
    color: #bd916f;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1;
}

.boxDescription h2 {
    font-size: 3rem;
    margin-bottom: 1.8rem;
}

.boxDescription h3 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.boxDescription h4 {
    font-size: 2rem;
    margin-bottom: 1.3rem;
}

.boxDescription h5 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.boxDescription h6 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.boxDescription ul {
    list-style-type: disc;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.boxDescription p {
    margin-bottom: 1rem;
}
