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

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

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

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

.averta-bold {
    font-family: 'Averta Bold', sans-serif !important;
}

.averta-semibold {
    font-family: 'Averta Semi-Bold', sans-serif !important;
}

.pointer-events-all {
    pointer-events: all !important;
}