.headingH1 {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 50px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 58px;
}

.headingH2 {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 40px;
  font-weight: 300;
  line-height: 58px;
}

.headingH3 {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 48px;
}

.headingH4 {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 30px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 38px;
}

.headingH5 {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 39px;
}

.subHeading1 {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
}

.subHeading2 {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 38px;
}

.subHeading3 {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

.textIconLabel {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
}

.iconLabel {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px;
  text-align: center;
}

.iconLabel2 {
  font-family: var(--base-font);
  color: #0f103b;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

.text1 {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  text-align: center;
}

.text2 {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 39px;
}

.headingBlue {
  color: #0095d6;
  font-family: var(--base-font);
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 40px;
  text-transform: uppercase;
}

.headingGray2 {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 2.24px;
  line-height: 30px;
  text-transform: uppercase;
}

.customCardHeading {
  font-family: var(--base-font);
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-transform: uppercase;
}

.customCardHeadingBold {
  color: #0f103b;
  font-family: var(--base-font);
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

.customCardText1 {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
}

.linkLabel {
  color: var(--primary-color);
  font-family: var(--base-font);
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-decoration: none;
  text-transform: capitalize;
}

.customCardText {
  color: #09162e;
  font-family: var(--base-font);
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  text-align: left;
}
