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

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

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

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