@font-face {
    font-family: 'Jones';
    src: url('../fonts/Jones-Bold.otf') format('truetype');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Jones';
    src: url('../fonts/Jones-Light.otf') format('truetype');
    font-style: normal;
}

* {
    font-family: 'Jones', sans-serif !important;
}

.headerhoy, .footer h1, .footer-menu h1, .heading-2, .heading-3,
.heading-2 > strong, .heading-3 > strong, .heading-2 > span, .heading-3 > span, 
.menu-esportes h1, .header-cadastro, .header-campeonato, .header-resultados,
.modal-header h4, .modal-header h4 span, .box-type-placar .time-a, .market-tabs h3, .envivo .market-tabs h3 {
    font-family: 'Jones', sans-serif !important;
}