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

@font-face {
    font-family: 'proxima_nova_ltsemibold';
    src: url('fonts/proxima_nova_semibold.eot');
    src: url('fonts/proxima_nova_semibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_semibold.woff2') format('woff2'),
         url('fonts/proxima_nova_semibold.woff') format('woff'),
         url('fonts/proxima_nova_semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}