@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;500;600;700;800&display=swap');


/*body {
    font-family: "Baloo Da 2", sans-serif;
}

h1 {
    margin-bottom: 40px;
}

label {
    color: #333;
}*/




.form-lol-tit {
	font-family: "Baloo Da 2", sans-serif;
	font-size: 18px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    letter-spacing: 0.0em;
    /*margin-bottom: 20px;*/
	/*cursor:pointer;*/
}


.btn-send {
	font-family: "Baloo Da 2", sans-serif;
	font-size: 19px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    letter-spacing: 0.0em;
    margin-bottom: 20px;
	cursor:pointer;
}

.help-block.with-errors {
	font-family: "Baloo Da 2", sans-serif;
	font-size: 16px;
    font-weight: 300;
    color: #ff5050;
    margin-top: 5px;
}