html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.navbar {
    transition: all 0.3s ease-in-out;
}

.mobile-menu {
    display: none;
    transition: max-height 0.3s ease-in-out;
}

.dancing-script {
    font-family: "Dancing Script", cursive;
    font-weight: 600;
}

@media screen and (min-width: 600px) {
    .Container_containerlg__tE5_m {
        max-width: 1200px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.dancing-script-<uniquifier> {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.cinzel {
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.swiper-pagination-bullet {
    background-color: #0F766E;
    opacity: 0.4;
}

.swiper-pagination-bullet-active {
    background-color: #0F766E;
    opacity: 1;
}