@font-face {
    font-family: 'Averta';
    src:url('/fonts/Averta/Averta-Regular.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'Averta';
    src:url('/fonts/Averta/Averta-Bold.otf');
    font-weight: 600;
}

@font-face {
    font-family: 'Averta';
    src:url('/fonts/Averta/Averta-Bold.otf');
    font-weight: 700;
}

body.tp_background, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, span, a, p, sub, blockquote, th, td {
    font-family: 'Averta' !important;
}