/* Custom CSS is mostly handled by Tailwind via CDN in this premium version. 
   Keeping this file for any future overrides or custom base styles. */

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Hide scrollbar for clean horizontal scrolls if needed */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
