@import './variables.css';
@import './components.css';

body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track {
    background: #0f172a;
}
body::-webkit-scrollbar-thumb {
    background-color: #334155;
    border-radius: 20px;
}
