/* Text Color Start */
.text-primary {
    color: #800020 !important;
}
.text-dark {
  color: #000 !important;
}
/* Text Color End */

/* Font Size Start */
.fs-60 {
  font-size: calc(35px + (60 - 35) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.2 !important;
}
.fs-45 {
  font-size: calc(32px + (45 - 32) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.2 !important;
}
.fs-40 {
  font-size: calc(29px + (40 - 29) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.2 !important;
}
.fs-30 {
  font-size: calc(24px + (30 - 24) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.2 !important;
}
.fs-22 {
  font-size: calc(19px + (22 - 19) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.2 !important;
}
.fs-20 {
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.3 !important;
}
.fs-16 {
  font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.4 !important;
}
/* Font Size End */
