
body {
    font-family: 'Inter', sans-serif;
    background-color: #0f212e;
    color: #b1bad3;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #1a2c38;
}
::-webkit-scrollbar-thumb {
    background: #2f4553;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #557086;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
