@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&family=Rubik:wght@400;600;800&display=swap');

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #F5F5F5;
}

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

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