/* Custom styles to supplement Tailwind */
body {
    font-family: 'Inter', sans-serif;
}

.swiper-button-next, .swiper-button-prev {
    color: #4EA72E; /* Primary Green */
}

/* Scrollbar hiding for clean UI in drawers */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
