/* Custom CSS is now injected in index.html to support Tailwind CDN @apply directives */

/* Adding thin custom scrollbars here as standard CSS */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #050b14; 
}
::-webkit-scrollbar-thumb {
    background: #1e293b; 
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #334155; 
}
