/** CSS Easing functions */ /* Bulma Utilities */
.is-style-h1 {
  font-size: var(--wp--preset--font-size--size-1);
  font-weight: 700;
  line-height: 1.18;
  color: var(--wp--preset--color--green-deep);
  letter-spacing: 0.99px;
  font-family: var(--wp--preset--font-family--maven-pro);
}

.is-style-h2 {
  font-size: var(--wp--preset--font-size--size-2);
  font-weight: 700;
  line-height: 1.18;
  color: var(--wp--preset--color--green-deep);
  letter-spacing: 0.99px;
  font-family: var(--wp--preset--font-family--maven-pro);
}

.is-style-h3 {
  font-size: var(--wp--preset--font-size--size-3);
  font-weight: 700;
  line-height: 1.18;
  color: var(--wp--preset--color--green-deep);
  letter-spacing: 0.99px;
  font-family: var(--wp--preset--font-family--maven-pro);
}

.is-style-h4 {
  font-size: var(--wp--preset--font-size--size-4);
  font-weight: 700;
  line-height: 1.18;
  color: var(--wp--preset--color--green-deep);
  letter-spacing: 0.99px;
  font-family: var(--wp--preset--font-family--maven-pro);
}

.is-style-h5 {
  font-size: var(--wp--preset--font-size--size-5);
  font-weight: 700;
  line-height: 1.18;
  color: var(--wp--preset--color--green-deep);
  letter-spacing: 0.99px;
  font-family: var(--wp--preset--font-family--maven-pro);
}

.is-style-h6 {
  font-size: var(--wp--preset--font-size--size-6);
  font-weight: 700;
  line-height: 1.18;
  color: var(--wp--preset--color--green-deep);
  letter-spacing: 0.99px;
  font-family: var(--wp--preset--font-family--maven-pro);
}

strong[style="color: #800000;"] {
  color: var(--wp--preset--color--green-light) !important;
}
