/* Futura fonts */

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaNewBold-Reg.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaNewDemi-Reg.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaNewExtraBold-Reg.ttf') format('truetype');
    font-style: normal;
    font-weight: 900
}
@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaNewLight-Reg.ttf') format('truetype');
    font-style: normal;
    font-weight: 100
}
@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaNewMedium-Reg.ttf') format('truetype');
    font-style: normal;
    font-weight: 500
}

/* Proxima Nova */

@font-face{
    font-family:'Proxima Nova';
    src:url(../fonts/ProximaNova-Light.eot);
    src:url(../fonts/ProximaNova-Light.eot?#iefix) format('embedded-opentype'),
        url(../fonts/ProximaNova-Light.woff2) format('woff2'),
        url(../fonts/ProximaNova-Light.woff) format('woff'),
        url(../fonts/ProximaNova-Light.ttf) format('truetype'),
        url(../fonts/ProximaNova-Light.svg#ProximaNova-Light) format('svg');
    font-weight:300;
    font-style:normal
}
@font-face{
    font-family:'Proxima Nova';
    src:url(../fonts/ProximaNova-Regular.eot);
    src:url(../fonts/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'),
        url(../fonts/ProximaNova-Regular.woff2) format('woff2'),
        url(../fonts/ProximaNova-Regular.svg#ProximaNova-Regular) format('svg');
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'Proxima Nova';
    src:url(../fonts/ProximaNova-Bold.eot);
    src:url(../ProximaNova-Bold.eot?#iefix) format('embedded-opentype'),
        url(../fonts/ProximaNova-Bold.woff2) format('woff2'),
        url(../fonts/ProximaNova-Bold.woff) format('woff'),
        url(../fonts/ProximaNova-Bold.ttf) format('truetype'),
        url(../fonts/ProximaNova-Bold.svg#ProximaNova-Bold) format('svg');
    font-weight:700;
    font-style:normal
}