@import url(../../fonts/Banco/font.css);
@import url(../../fonts/Segoe/font.css);
@import url(../../fonts/Outfit/font.css);

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.5;
}


*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: #374151;
    cursor: pointer;
    border-radius: 50px;
}