html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Plus Jakarta Sans', 'Courier New', Courier, monospace;
}

.gagalin-font {
    font-family: 'Gagalin', 'Courier New', Courier, monospace;
}

.info-swiper .swiper-slide {
    transition: transform 0.3s ease-in-out;
}

.info-swiper .swiper-slide-active {
    transform: scale(1.175);
}
