/* For desktop screens */
@media only screen and (min-width: 601px) {
    .formular {
        height: 600px;
    }
    
font {
    font-family: 'bc-sklonar', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
}

body font {
    font-family: 'bc-sklonar', sans-serif;
    font-style: normal;
    font-weight: 400;
}


