@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

body{
    font-family: Nunito;
    background: #eee;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: Nunito;
    font-weight: 700;
}
p{
    opacity: 0.6;
}
.b-none{
    border: none;
}
.text-main{
    color: green !important;
}
.lh-3{
    line-height: 30px;
}
.w-30{
    width: 30%;
}
label{
    font-weight: 700;
    color:#777;
    font-size: 90%;
    display: block;
    margin-bottom: 10px;
}
.form-control,.form-select{
    border-radius: 0px;
}


