*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    /* background-color: #f0f0f0; */
}
html {
    scroll-behavior: smooth;
}
.swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.5;
}
.swiper-pagination-bullet-active {
    background: rgba(52,211,153,var(--tw-text-opacity)) !important;
    opacity: 1;
}