/* Custom CSS Styles */
[x-cloak] { display: none !important; }

html {
    scroll-behavior: smooth;
}

/* Personnalisation de la Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #05070e;
}

::-webkit-scrollbar-thumb {
    background: #2a3447;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d4af37;
}
