h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 36px 0 16px 0;
  font-family: var(--heading);
  font-weight: var(--semi-bold);
  text-align: left;
  letter-spacing: 0.5px;
  color: var(--primary);
}

h1 {
  margin: 36px 0;
  font-family: var(--title);
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  color: var(--primary);
}

h2 {
  font-size: 1.4rem;
  font-family: var(--heading);
  padding-bottom: 8px;
  border-bottom: solid 2px var(--secondary);
  font-weight: var(--semi-bold);
  text-transform: uppercase;
  letter-spacing: 1px;
}

h3 {
  font-size: 1.25rem;
  font-weight: var(--semi-bold);
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

:where(h1, h2, h3, h4, h5, h6) > .icon {
  margin-right: 1em;
  color: var(--light-gray);
}

/*# sourceMappingURL=heading.css.map */