@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;600;800&family=Jura:wght@400;600;700&display=swap');

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

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

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

::-webkit-scrollbar-thumb {
    background: #5BC0BE;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: #3A506B;
}
