/** Proxima Nova **/

@font-face {
    font-family: 'proxima_nova-light';
    src: url('./proximanova-light-webfont.woff') format('woff');
    font-weight: normal !important;
    font-style: normal;
    }

@font-face {
    font-family: 'proxima_nova';
    src: url('./proximanova-regular-webfont.woff') format('woff');
    font-weight: normal !important;
    font-style: normal;
    }

@font-face {
    font-family: 'proxima_nova-semibold';
    src: url('./proximanova-semibold-webfont.woff') format('woff');
    font-weight: normal !important;
    font-style: normal;
    }

@font-face {
    font-family: 'proxima_nova-bold';
    src: url('./proximanova-bold-webfont.woff') format('woff'); 
    font-weight: normal !important;
    font-style: normal;
    }
