@font-face {
    font-family: "Montserrat";
    src: url("montserrat.eot");
    src: url("montserrat.eot?#iefix") format("embedded-opentype"),
    url("montserrat.woff") format("woff"),
    url("montserrat.woff2") format("woff2"),
    url("montserrat.ttf") format("truetype"),
    url('montserrat.svg') format('svg');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat Medium";
    src: url("Montserrat-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat Semi";
    src: url("Montserrat-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat Bold";
    src: url("montserrat-bold.eot");
    src: url("montserrat-bold.eot?#iefix") format("embedded-opentype"),
    url("montserrat-bold.woff") format("woff"),
    url("montserrat-bold.woff2") format("woff2"),
    url("montserrat-bold.ttf") format("truetype"),
    url('montserrat-bold.svg') format('svg');
    font-style: normal;
    font-weight: normal;
}