@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body.styled {
    background: #ededed;
}


.logo img {
   max-width: 200px;
}


.website-estimate-request-h2 {
font-family: 'ubuntu',sans-serif;
font-size: 32px !important;
line-height: 36px;
font-weight: 700;
color: #000000;
letter-spacing: -1px;
margin-bottom: 12px;
}



.form-intro-paragraph {
font-family: 'Roboto',sans-serif;
font-size: 22px;
line-height: 30px !important;
font-weight: 400;
}


.btn, .btn-group>.btn {
    
   
    font-weight: 700;
    

}