.header {
  box-shadow: 0px 0px 20px 0px #4d4d4d;
}

/* 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: "Arial Black";
    font-size: 40px;
    font-weight: 700;
    line-height: 41.6px;
    letter-spacing: 0;
  }
  h2 {
    font-family: "Arial Black";
    font-size: 30px;
    font-weight: 700;
    line-height: 28.6px;
    letter-spacing: 0;
  }
  h3 {
    font-family: "Arial Black";
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0;
  }
  h4 {
    font-family: "Arial Black";
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
    letter-spacing: 0;
  }
  h5 {
    font-family: "Arial Black";
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    letter-spacing: 0;
  }
}

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