.lexend-extralight {
    font-family: "Lexend", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.lexend-light {
    font-family: "Lexend", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lexend-regular {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lexend-medium {
    font-family: "Lexend", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.lexend-semibold {
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.lexend-bold {
    font-family: "Lexend", sans-serif;
    font-weight: 700;
    font-style: normal;
}


body {
    font-family: "Lexend", sans-serif;
}   

.auth-one-bg {
    background-image: url(/custom/banner-home2.png);
    background-position: center;
    background-size: cover;
}