/* font-weight: thin/100 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: local('Montserrat Thin'), url("./Montserrat-Thin.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 100;
    src: local('Montserrat Thin Italic'), url("./Montserrat-ThinItalic.ttf") format('truetype');
}
/* font-weight: ExtraLight/200 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: local('Montserrat ExtraLight'), url("./Montserrat-ExtraLight.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 200;
    src: local('Montserrat ExtraLight Italic'), url("./Montserrat-ExtraLightItalic.ttf") format('truetype');
}
/* font-weight: Light/300 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), url("./Montserrat-Light.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    src: local('Montserrat Light Italic'), url("./Montserrat-LightItalic.ttf") format('truetype');
}
/* font-weight: Regular/400 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), url("./Montserrat-Regular.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Regular Italic'), url("./Montserrat-Italic.ttf") format('truetype');
}
/* font-weight: Medium/500 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), url("./Montserrat-Medium.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 500;
    src: local('Montserrat Medium Italic'), url("./Montserrat-MediumItalic.ttf") format('truetype');
}
/* font-weight: SemiBold /600 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), url("./Montserrat-SemiBold.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 600;
    src: local('Montserrat SemiBold Italic'), url("./Montserrat-SemiBoldItalic.ttf") format('truetype');
}
/* font-weight: Bold /700 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), url("./Montserrat-Bold.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), url("./Montserrat-BoldItalic.ttf") format('truetype');
}
/* font-weight: ExtraBold  /800 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: local('Montserrat ExtraBold '), url("./Montserrat-ExtraBold.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 800;
    src: local('Montserrat ExtraBold Italic'), url("./Montserrat-ExtraBoldItalic.ttf") format('truetype');
}
/* font-weight: Black  /900 */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: local('Montserrat Black '), url("./Montserrat-Black.ttf") format('truetype');
}
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 900;
    src: local('Montserrat Black Italic'), url("./Montserrat-BlackItalic.ttf") format('truetype');
}