html, body {
    font-family: 'Inter' !important;
    overflow-x: hidden !important;
}

button {
    cursor: pointer !important;
}

.owl-dots {
    display: none !important;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.animate-shimmer {
    animation: shimmer 2s infinite;
}
