@font-face {
    font-family: 'aaux_bold';
    src: 
         url('../fonts/aaux_next/AauxNext-Bd.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aaux_black';
    src:
        url('../fonts/aaux_next/AauxNext-Blk.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'aaux_medium';
    src: 
        url('../fonts/aaux_next/AauxNext-Md.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'aaux_light';
    src:
        url('../fonts/aaux_next/AauxNext-Lt.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'aaux_regular';
    src: 
        url('../fonts/aaux_next/AauxNext-Rg.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}