/* Fonts: Proxima Nova */

@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proxima_nova_reg.eot');
    src: url('fonts/proxima_nova_reg.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_reg.woff') format('woff'),
         url('fonts/proxima_nova_reg.ttf') format('truetype'),
         url('fonts/proxima_nova_reg.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_semibold';
    src: url('fonts/proxima_nova_sbold.eot');
    src: url('fonts/proxima_nova_sbold.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_sbold.woff') format('woff'),
         url('fonts/proxima_nova_sbold.ttf') format('truetype'),
         url('fonts/proxima_nova_sbold.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_bold';
    src: url('fonts/proxima_nova_bold.eot');
    src: url('fonts/proxima_nova_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_bold.woff') format('woff'),
         url('fonts/proxima_nova_bold.ttf') format('truetype'),
         url('fonts/proxima_nova_bold.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_semibold_italic';
    src: url('fonts/proximanovasemibolditalic-webfont.eot');
    src: url('fonts/proximanovasemibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanovasemibolditalic-webfont.woff') format('woff'),
         url('fonts/proximanovasemibolditalic-webfont.ttf') format('truetype'),
         url('fonts/proximanovasemibolditalic-webfont.svg#proxima_nova_semiboldItdemiBd') format('svg');
    font-weight: normal;
    font-style: normal;

}