@font-face {
    font-family: Proxima Nova;
    font-weight: normal;
    src: url(../fonts/ProximaNova-Regular.ttf);
}
@font-face {
    font-family: Proxima Nova;
    font-weight: bold;
    src: url(../fonts/ProximaNova-Bold.ttf);
}
@font-face {
    font-family: Proxima Nova;
    font-weight: 900;
    src: url(../fonts/ProximaNova-Extrabld.ttf);
}
@font-face {
    font-family: Proxima Nova;
    font-weight: 250;
    src: url(../fonts/ProximaNova-Thin.ttf);
}

@font-face {
    font-family: Laca;
    font-weight: 300;
    src: url(../fonts/Laca-Light.ttf);
}
@font-face {
    font-family: Laca;
    font-weight: 400;
    src: url(../fonts/Laca-Regular.ttf);
}
@font-face {
    font-family: Laca;
    font-weight: 500;
    src: url(../fonts/Laca-Medium.ttf);
}
@font-face {
    font-family: Laca;
    font-weight: 600;
    src: url(../fonts/Laca-SemiBold.ttf);
}
@font-face {
    font-family: Laca;
    font-weight: bold;
    src: url(../fonts/Laca-Bold.ttf);
}