@font-face {
  font-family: 'montserratLight';
  /* font-weight: 200;
  font-style: normal; */
  /* src: local('montserratLight'), url('montserratLight.ttf') format('trueType'); */
  src: local('montserrat_light'), url('montserrat_light.ttf') format('trueType');
}
@font-face {
  font-family: 'montserratRegular';
  /* font-weight: 400;
  font-style: normal; */
  src: local('montserratRegular'), url('montserratRegular.ttf') format('trueType');
}
@font-face {
  font-family: 'montserratMedium';
  /* font-weight: 500;
  font-style: normal; */
  src: local('montserratMedium'), url('montserratMedium.ttf') format('trueType');
}
@font-face {
  font-family: 'montserratSemiBold';
  /* font-weight: 700; */
  /* font-style: normal; */
  src: local('montserratSemiBold'), url('montserratSemiBold.ttf') format('trueType');
}
@font-face {
  font-family: 'montserratBold';
  /* font-weight: 800;
  font-style: bold; */
  src: local('montserratBold'), url('montserratBold.ttf') format('trueType');
}
@font-face {
  font-family: 'montserratBlack';
  /* font-weight: 1000;
  font-style: bold; */
  src: local('montserratBlack'), url('montserratBlack.ttf') format('trueType');
}
  