@import url("https://fonts.googleapis.com/css?family=Montserrat");

.mont {
  font-family: "Montserrat", sans-serif !important;
}
.mont-Thin {
  font-weight: 100 !important;
}
.mont-Light {
  font-weight: 300 !important;
}
.mont-Regular {
  font-weight: 400 !important;
}
.mont-Medium {
  font-weight: 500 !important;
}
.mont-Bold {
  font-weight: 700 !important;
}
.mont-Black {
  font-weight: 900 !important;
}
