
/* Montserrat-fonts */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-stretch: 100%;
  src: url("../themes/demo/assets/css/fonts/Montserrat-thin.ttf")format("truetype");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-stretch: 100%;
  src: url("../themes/demo/assets/css/fonts/Montserrat-ExtraLight.ttf")format("truetype");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url("../themes/demo/assets/css/fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url("../themes/demo/assets/css/fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  src: url("../themes/demo/assets/css/fonts/Montserrat-Medium.ttf") format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url("../themes/demo/assets/css/fonts/Montserrat-Bold.ttf") format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url("../themes/demo/assets/css/fonts/Montserrat-SemiBold.ttf") format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url("../themes/demo/assets/css/fonts/Montserrat-ExtraBold.ttf") format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-stretch: 100%;
  src: url("../themes/demo/assets/css/fonts/Montserrat-Black.ttf") format('truetype');
}
