/*font*/ 
@import url('https://use.typekit.net/tlq6fer.css');
:not(.fa):not(.fi) {
font-family: 'omnes-pro';     
font-weight:700;
}
.fal, .form-group input[type=checkbox]+.custom-checkbox .custom-label:before, [class*=fa-]:not(.fab) {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 500;
}
/*round buttons*/
.btn {
    border-radius: 40px;
}
.section, .item__tab, .item__picture, #sb-timeline #steps #steps-content .paid-attribute-footer, #sb_timeview_container { 
    border-radius: 18px;
}
#main-buttons .wrapper .bar .btn, .title--h4 { 
    font-size: 23px;
}
#main-buttons .wrapper .company-name {
    font-size: 60px; 
}
#sb_timeview_container{
    background-color: white; 
}
.title--h3{
  text-decoration: underline wavy;
            text-decoration-color: #FB4B01;  
} 
.link{ 
color: #FB4B01!important;
} 