﻿.Heading1-font,
h1 {
  font: 700 40px/1.3 "Poppins";
}
.Heading2-font,
h2 {
  font: 700 34px/1.3 "Poppins";
}
.Heading3-font,
h3 {
  font: 700 24px/1.5 "Poppins";
}
.Heading4-font,
h4 {
  font: 700 22px/1.5 "Poppins";
}
.Heading5-font,
h5 {
  font: 700 20px/1.5 "Poppins";
}
.Heading6-font,
h6 {
  font: 700 18px/1.5 "Poppins";
}
.LeadBig-font {
  font: 700 41px/1.3 "Poppins";
}
.LeadRegular-font {
  font: 400 24px/1.5 "Poppins";
}
.BodyLargeMedium-font {
  font: 400 22px/1.5 "Poppins";
}
.BodyLargeBold-font {
  font: 700 22px/1.5 "Poppins";
}
.BodyMidMedium-font {
  font: 400 18px/1.5 "Poppins";
}
.BodyMidBold-font {
  font: 700 18px/1.5 "Poppins";
}
.BodySmallMedium-font {
  font: 400 16px/1.5 "Poppins";
}
.BodySmallBold-font {
  font: 700 16px/1.5 "Poppins";
}

@media (min-width: 992px) and (max-width: 2399px) {
    .Heading1-font,
    h1 {
        font: 700 40px/1.3 "Poppins";
    }

    .Heading2-font,
    h2 {
        font: 700 34px/1.3 "Poppins";
    }

    .Heading3-font,
    h3 {
        font: 700 24px/1.5 "Poppins";
    }

    .Heading4-font,
    h4 {
        font: 700 22px/1.5 "Poppins";
    }

    .Heading5-font,
    h5 {
        font: 700 20px/1.5 "Poppins";
    }

    .Heading6-font,
    h6 {
        font: 700 18px/1.5 "Poppins";
    }
  .LeadBig-font {
    font: 700 34px/1.3 "Poppins";
  }
  .LeadRegular-font {
    font: 400 20px/1.5 "Poppins";
  }
  .BodyLargeMedium-font {
    font: 400 18px/1.5 "Poppins";
  }
  .BodyLargeBold-font {
    font: 700 18px/1.5 "Poppins";
  }
  .BodyMidMedium-font {
    font: 400 16px/1.5 "Poppins";
  }
  .BodyMidBold-font {
    font: 700 16px/1.5 "Poppins";
  }
  .BodySmallMedium-font {
    font: 400 14px/1.5 "Poppins";
  }
  .BodySmallBold-font {
    font: 700 14px/1.5 "Poppins";
  }
}

@media (max-width: 991px) {
  .Heading1-font,
  h1 {
    font: 700 32px/1.3 "Poppins";
  }
  .Heading2-font,
  h2 {
    font: 700 28px/1.3 "Poppins";
  }
  .Heading3-font,
  h3 {
    font: 700 22px/1.3 "Poppins";
  }
  .Heading4-font,
  h4 {
    font: 700 20px/1.3 "Poppins";
  }
  .Heading5-font,
  h5 {
    font: 700 18px/1.3 "Poppins";
  }
  .Heading6-font,
  h6 {
    font: 700 16px/1.3 "Poppins";
  }
  .LeadBig-font {
    font: 700 28px/1.3 "Poppins";
  }
  .LeadRegular-font {
    font: 400 18px/1.5 "Poppins";
  }
  .BodyLargeMedium-font {
    font: 400 18px/1.5 "Poppins";
  }
  .BodyLargeBold-font {
    font: 700 18px/1.5 "Poppins";
  }
  .BodyMidMedium-font {
    font: 400 16px/1.5 "Poppins";
  }
  .BodyMidBold-font {
    font: 700 16px/1.5 "Poppins";
  }
  .BodySmallMedium-font {
    font: 400 14px/1.5 "Poppins";
  }
  .BodySmallBold-font {
    font: 700 14px/1.5 "Poppins";
  }
}

.dark {
  color: white !important;
}

.dark h1 {
  color: white !important;
}

.green-heading h1,
h1.green-heading {
  color: var(--waa-green) !important;
}

.green-heading h2,
.green-heading h3,
.green-heading h4,
.green-heading h5,
.green-heading h6 {
  color: var(--waa-green) !important;
}

.large-text p {
  font-size: 15px;
}

.small,
small {
  font-size: 0.875em;
}

@media (min-width: 992px) {
  .large-text p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .large-text p {
    font-size: 20px;
  }
}
