/* Regular */
@font-face {
    font-family: 'ProximaNova';
    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');
    font-weight: normal;
    font-style: normal;
}
/* Bold */
@font-face {
    font-family: 'ProximaNova';
    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');
    font-weight: bold;
    font-style: normal;
}
/* Semi bold */
@font-face {
    font-family: 'ProximaNova';
    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');
    font-weight: 500;
    font-style: normal;
}
/* Light */
@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/proxima_nova_light.eot');
    src: url('../fonts/proxima_nova_light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proxima_nova_light.woff') format('woff'),
         url('../fonts/proxima_nova_light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

/** franklin gothic **/
/* Medium Condensed */
@font-face {
    font-family: 'FranklinGothicCondensed';
    src: url('../fonts/franklin_gothic_med_cond.eot');
    src: url('../fonts/franklin_gothic_med_cond.eot?#iefix') format('eot'),
         url('../fonts/franklin_gothic_med_cond.woff') format('woff'),
         url('../fonts/franklin_gothic_med_cond.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
/* Regular Condensed */
@font-face {
    font-family: 'FranklinGothicCondensed';
    src: url('../fonts/franklin_gothic_cond.eot');
    src: url('../fonts/franklin_gothic_cond.eot?#iefix') format('eot'),
         url('../fonts/franklin_gothic_cond.woff') format('woff'),
         url('../fonts/franklin_gothic_cond.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
