
@font-face {
    font-family: 'proxima_nova_bold';
    src: url('../type/proximanova-bold-webfont.eot');
    src: url('../type/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/proximanova-bold-webfont.woff') format('woff'),
         url('../type/proximanova-bold-webfont.ttf') format('truetype'),
         url('../type/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova_regular';
    src: url('../type/proximanova-regular-webfont.eot');
    src: url('../type/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../type/proximanova-regular-webfont.woff') format('woff'),
         url('../type/proximanova-regular-webfont.ttf') format('truetype'),
         url('../type/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* General
===============================================*/

.font_proxima_reg {
        font-family: "proxima_nova_regular", Helvetica;
        }
.font_proxima_bold {
        font-family: "proxima_nova_bold", Helvetica;
        }
