/* stylelint-disable */
/* stylelint-enable */
:root {
  --heading-margin: 0;
  --heading-text-transform: none;
  --heading-font-weight: 600;
}

.heading {
  margin: var(--heading-margin);
  text-transform: var(--heading-text-transform);
  color: var(--heading-color);
}

@media (min-width: 768px) {
  h1 {
    font-family: "Archivo Black";
    font-weight: 400;
    font-style: normal;
    font-size: 53px;
    line-height: 67.77px;
    letter-spacing: -2%;
  }
  h2 {
    font-family: "Archivo Black";
    font-weight: 400;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 2.5rem;
    letter-spacing: -2%;
  }
  h3 {
    font-family: "Archivo Black";
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 44px;
  }
  h4 {
    font-family: "Archivo Black";
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    line-height: 38.73px;
    letter-spacing: -2%;
  }
  h5 {
    font-family: "Archivo Black";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
  }
}

/*# sourceMappingURL=base-heading.scss.css.map*/