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

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