.h-fs-12 {
  font-size: 12px;
}
.h-fs-14 {
  font-size: 14px;
}
.h-fs-16 {
  font-size: 15px !important;
}

.h-fs-18 {
  font-size: 16px !important;
}
@media only screen and (max-width: 678px) {
  .h-fs-18 {
    font-size: 15.5px !important;
  }
}

.h-fs-22 {
  font-size: 18px !important;
}
@media only screen and (max-width: 678px) {
  .h-fs-22 {
    font-size: 17.5px !important;
  }
}

.h-fs-24 {
  font-size: 20px !important;
}
@media only screen and (max-width: 678px) {
  .h-fs-24 {
    font-size: 19px !important;
  }
}

.h-fs-26 {
  font-size: 24px !important;
}
@media only screen and (max-width: 678px) {
  .h-fs-26 {
    font-size: 23px !important;
  }
}

.h-fs-32 {
  font-size: 28px !important;
}
@media only screen and (max-width: 678px) {
  .h-fs-32 {
    font-size: 25px !important;
  }
}

.h-fs-48 {
  font-size: 40px !important;
}
@media only screen and (max-width: 678px) {
  .h-fs-48 {
    font-size: 35px !important;
  }
}

.h-fs-64 {
  font-size: 48px !important;
}
@media only screen and (max-width: 678px) {
  .h-fs-64 {
    font-size: 40px !important;
  }
}

.h-fw-regular {
  font-weight: 400 !important;
}
.h-fw-medium {
  font-weight: 450 !important;
}
.h-fw-semiBold {
  font-weight: 550 !important;
}
