body {
    color: #3E4939;

}
html, body {
    overflow-x: hidden  !important;
}
body {
    position: relative !important;
}
input::placeholder{
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
}
strong{
    font-family: "Questrial", sans-serif;
    font-style: normal;
}
label{
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-size: 28px;

    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-style: normal;
}


p {
    font-size: 14px;
    font-weight: lighter;
    text-align: justify;
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

button {
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

span{
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;  
}