@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Quicksand:wght@300..700&display=swap');

:root {
--border-color: #131313;
}

#loading {
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: 1s;
    position: fixed;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading .imgcontainer img {
    height: 40px;
}

body {
    background-color: black;
    display: flex;
    overflow-y: auto;
}

/* width */
::-webkit-scrollbar {
    display: none;
}

* {
    font-family: "Nunito", serif;
    outline: none;
    margin: 0;
    padding: 0;
}