@font-face {
    font-family: 'Averta';
    src: url('/fonts/Averta.otf') format('opentype'); /* Formato OTF */
    font-weight: normal;
    font-style: normal;
}

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