.fake-h6 {
  font-family: var(--h6-font-family, "Born Ready", sans-serif);
  font-weight: var(--h6-font-weight, 400);
  font-size: var(--h6-font-size, 33px);
  font-style: var(--h6-font-style, normal);
  line-height: var(--h6-line-height, 1.4);
  letter-spacing: var(--h6-letter-spacing, 0em);
  text-transform: var(--h6-text-transform, none);
  color: var(--h6-color, #f79153);
  margin-bottom: var(--h6-margin-bottom, 1.5rem);
}

.fake-h2 {
  font-family: var(--h2-font-family, "Outfit Thin", sans-serif);
  font-weight: var(--h2-font-weight, 300);
  font-size: var(--h2-font-size, 26px);
  font-style: var(--h2-font-style, normal);
  line-height: var(--h2-line-height, 1.4);
  letter-spacing: var(--h2-letter-spacing, 0em);
  text-transform: var(--h2-text-transform, none);
  color: var(--color-content-heading, #3a4354);
  margin-bottom: var(--h2-margin-bottom, 23px);
}