@font-face {
    font-family: 'Visby';
    src: url('../fonts/VisbyBold.otf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

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

@font-face {
    font-family: 'Visby';
    src: url('../fonts/VisbyRegular.otf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

* {
    font-family: 'Visby', 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: 'Visby', sans-serif !important;
}