/* Import Fonts */

/* pnova */
@font-face {
    font-family: 'proxima';
    src: url('pnova_condensed_bold-webfont.woff2') format('woff2'),
         url('pnova_condensed_bold-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}




@font-face {
    font-family: 'proxima';
    src: url('pnova_condensed_regular-webfont.woff2') format('woff2'),
         url('pnova_condensed_regular-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}




@font-face {
    font-family: 'proxima';
    src: url('pnova_regular-webfont.woff2') format('woff2'),
         url('pnova_regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}




@font-face {
    font-family: 'proxima';
    src: url('pnova_bold-webfont.woff2') format('woff2'),
         url('pnova_bold-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}