body,
html {
    overflow-x: hidden;
}

* {
    font-family: "Asap";
    transition: 0.2s all ease-in-out;
}

a:hover,
a:focus {
    transition: 0.2s all ease-in-out !important;
}

/* loader */

/* HTML: <div class="loader"></div> */

#loader--wrapper {
    transition: unset;
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    bottom: 0px;
}

#loader--wrapper img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    padding: 25px 0px;
}

.fixed--body {
    overflow-y: hidden !important;
    height: 100vh;
}
