@font-face {
  font-family: Montserrat;
  src: url('Montserrat-Light.ttf') format('opentype');
  font-weight: 300;
}

@font-face {
  font-family: Montserrat;
  src: url('Montserrat-Regular.ttf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: Montserrat;
  src: url('Montserrat-Medium.ttf') format('opentype');
  font-weight: 500;
}
@font-face {
  font-family: Montserrat;
  src: url('Montserrat-SemiBold.ttf') format('opentype');
  font-weight: 600;
}
@font-face {
  font-family: Montserrat;
  src: url('Montserrat-Bold.ttf') format('opentype');
  font-weight: 700;
}
@font-face {
  font-family: Montserrat;
  src: url('Montserrat-ExtraBold.ttf') format('opentype');
  font-weight: 800;
}
