/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

@font-face {
 font-family:montserrat;
 src:url(../fonts/Prompt-ExtraLight.ttf) format('truetype');
 unicode-range:U+0-2f,
 U+40-10FFFF;
 font-weight:300
}
@font-face {
 font-family:montserrat;
 src:url(../fonts/Prompt-Light.ttf) format('truetype');
 unicode-range:U+0-2f,
 U+40-10FFFF;
 font-weight:400
}
@font-face {
 font-family:montserrat;
 src:url(../fonts/Prompt-Regular.ttf) format('truetype');
 unicode-range:U+0-2f,
 U+40-10FFFF;
 font-weight:500
}
@font-face {
 font-family:montserrat;
 src:url(../fonts/Prompt-Medium.ttf) format('truetype');
 unicode-range:U+0-2f,
 U+40-10FFFF;
 font-weight:600
}
@font-face {
 font-family:montserrat;
 src:url(../fonts/Prompt-SemiBold.ttf) format('truetype');
 unicode-range:U+0-2f,
 U+40-10FFFF;
 font-weight:700
}
@font-face {
    font-family: 'Montserrat';
    src:url(../fonts/Montserrat-Light.ttf) format('truetype');
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat';
    src:url(../fonts/Montserrat-Regular.ttf) format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Montserrat';
    src:url(../fonts/Montserrat-Medium.ttf) format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Montserrat';
    src:url(../fonts/Montserrat-SemiBold.ttf) format('truetype');
    font-weight: 600;
}
@font-face {
    font-family: 'Montserrat';
    src:url(../fonts/Montserrat-Bold.ttf) format('truetype');
    font-weight: 700;
}