@font-face {
  font-family: 'Montserrat';
  font-style: lighter;
  font-weight: 200;
  src: url("../fonts/Montserrat-Light.otf") format('opentype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Montserrat-Regular.otf") format('opentype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: bold;
  font-weight: 600;
  src: url("../fonts/Montserrat-SemiBold.otf") format('opentype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: bolder;
  font-weight: 800;
  src: url("../fonts/Montserrat-Bold.otf") format('opentype');
}
