/*
 * WebFont Proxima Nova Condensed
 */
@font-face {
    font-family: 'ProximaNovaCondensedRegular';
    src: url('proximanovacond-reg-webfont.eot');
    src: url('ProximaNovaCond-Reg.otf') format('opentype'),
         url('proximanovacond-reg-webfont.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-feature-settings: "kern", "liga" off, "calt" off, "tnum";
}

@font-face {
    font-family: 'Proxima Nova Cn Rg';
    src: url('proximanovacond-reg-webfont.eot');
    src: url('ProximaNovaCond-Reg.otf') format('opentype'),
    url('proximanovacond-reg-webfont.eot') format('embedded-opentype');
    font-feature-settings: "kern", "liga" off, "calt" off, "tnum";
}


