@font-face {
    font-family: 'proxima_nova';
    src: url('./fonts/proxima_nova_regular.eot');
    src: url('./fonts/proxima_nova_regular.eot?#iefix') format('embedded-opentype'),
         url('./fonts/proxima_nova_regular.woff') format('woff'),
         url('./fonts/proxima_nova_regular.ttf') format('truetype'),
         url('./fonts/proxima_nova_regular.svg#proxima_nova_rgregular') format('svg');
}
@font-face {
    font-family: 'proxima_nova';
    src: url('./fonts/proxima_nova_semibold.eot');
    src: url('./fonts/proxima_nova_semibold.eot?#iefix') format('embedded-opentype'),
         url('./fonts/proxima_nova_semibold.woff') format('woff'),
         url('./fonts/proxima_nova_semibold.ttf') format('truetype'),
         url('./fonts/proxima_nova_semibold.svg#proxima_nova_ltsemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_nova';
    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: 700;
    font-style: normal;
}
