@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova-300.eot');
    src: url('../fonts/proximanova-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-300.woff') format('woff'),
        url('../fonts/proximanova-300.ttf') format('truetype'),
        url('../fonts/proximanova-300.svg#ProximaNovaLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova-400.eot');
    src: url('../fonts/proximanova-400.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-400.woff') format('woff'),
        url('../fonts/proximanova-400.ttf') format('truetype'),
        url('../fonts/proximanova-400.svg#ProximaNovaReg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/proximanova-700.eot');
    src: url('../fonts/proximanova-700.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/proximanova-700.woff') format('woff'), 
    url('../fonts/proximanova-700.ttf') format('truetype');
    font-weight: 800;
}