@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@300;400;700&family=Roboto:wght@100&display=swap');

* {
    font-family: "Roboto", sans-serif;
}

.swiper {
    width: 900px;
    height: 405px;
    border-radius: 30px;
}

.swiper .swiper-button-prev {
    color: #fff;
    font-weight: 700;
}

.swiper .swiper-button-next {
    color: #fff;
    font-weight: 700;
}