.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.bold {
  font-weight: 700 !important;
}
.semi-bold {
  font-weight: 500 !important;
}
.mb-1rem {
  margin-bottom: 1rem !important;
}
.lorem-color {
  color: #ff00ce !important;
}