/* Custom styles for Hopson Express */
html {
    scroll-behavior: smooth;
}

body {
    background-color: #050A18;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #0A1628;
}

::-webkit-scrollbar-thumb {
    background: #142D54;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #10B981;
}

/* Selection Color */
::selection {
    background: #10B981;
    color: #050A18;
}
