/** Montserrat Regular **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("montserrat-regular.eot");
    src: url("montserrat-regular.eot?#iefix") format('embedded-opentype'),
         url("montserrat-regular.woff2") format("woff2"),
         url("montserrat-regular.woff") format("woff"),
         url("montserrat-regular.ttf") format('truetype'),
         url("montserrat-regular.otf") format('opentype');

}

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