/* MONTSERRAT ----------------------------------------------------------------------------------*/
@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: "Futura Medium";
    src: url('../fonts/FuturaMedium/Futura Medium.otf') format('opentype');
}

/*@font-face {*/
/*    font-family: "Futura";*/
/*    src: url('../fonts/Futura/Futura Light font.ttf') format('truetype');*/
/*    font-weight: 100;*/
/*}*/

@font-face {
    font-family: "Futura";
    src: url('../fonts/Futura/futura light bt.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: "Futura";
    src: url('../fonts/Futura/Futura Book font.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: "Futura";
    src: url('../fonts/Futura/futura medium bt.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: "Futura";
    src: url('../fonts/Futura/Futura Heavy font.ttf') format('truetype');
    font-weight: 700;
}

