@font-face {
    font-family: "Montserrat Regular";
    src: url(fonts/Montserrat-Regular.ttf);
}
@font-face {
    font-family: "Montserrat SemiBold";
    src: url(fonts/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: "Montserrat Medium";
    src: url(fonts/Montserrat-Medium.ttf);
}
@font-face {
    font-family: "Montserrat Bold";
    src: url(fonts/Montserrat-Bold.ttf);
}
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') 
        format('embedded-opentype'), url('./fonts/slick.woff') 
        format('woff'), url('./fonts/slick.ttf') 
        format('truetype'), url('./fonts/slick.svg#slick') 
        format('svg');
}
@font-face{
    font-family:'Glyphicons Halflings';
    src:url(fonts/glyphicons-halflings-regular.eot);
    src:url(fonts/glyphicons-halflings-regular.eot?#iefix) 
        format('embedded-opentype'),url(fonts/glyphicons-halflings-regular.woff2) 
        format('woff2'),url(fonts/glyphicons-halflings-regular.woff) 
        format('woff'),url(fonts/glyphicons-halflings-regular.ttf) 
        format('truetype'),url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) 
        format('svg')
}