/* Custom CSS for The Nocturne */

html {
    scroll-behavior: smooth;
    background-color: #080808;
}

/* Premium Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background: #080808; 
}
::-webkit-scrollbar-thumb {
    background: #2b2b2b; 
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: #c57d53; 
}

/* Typography Enhancements */
.title-gradient {
    background: linear-gradient(135deg, #ffffff 0%, #d5bdaf 40%, #c57d53 80%, #a35d35 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
