@font-face {
    font-family: 'FuturaBookC';
    src: url(../fonts/futura/FuturaBookC.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaDemiC';
    src: url(../fonts/futura/FuturaBookC.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaExtraBold';
    src: url(../fonts/proxima/ProximaNova-Extrabold.ttf);
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaBold';
    src: url(../fonts/proxima/ProximaNova-Bold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaSemiBold';
    src: url(../fonts/proxima/ProximaNova-Semibold.ttf);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaSemiRegular';
    src: url(../fonts/proxima/ProximaNova-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}

a{
    font-family: 'Montserrat', sans-serif;
}



