/* Custom styles for PAKVIPS.club */

/* Smooth scrolling for anchor links */
html {
    scroll-behavior: smooth;
}

/* Hide scrollbar for cleaner look if desired, but keep functionality */
/* 
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #c5c5c5; 
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0; 
}
*/

/* Add any additional non-tailwind utility styles here */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
