/*
    Fonts
*/

@font-face {
    font-family: 'avenir_next_lt_proregular';
    src: url('../fonts/avenir-next/avenir_next-webfont.woff2') format('woff2'),
        url('../fonts/avenir-next/avenir_next-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prometo Trial Black';
    src: url('../fonts/prometo-trial/Prometo_Trial_Blk.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Prometo Trial Regular';
    src: url('../fonts/prometo-trial/Prometo_Trial_Rg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}