h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--theme-primary-font), sans-serif;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
  line-height: 1.2;
}

h2, .h2, h3, .h3 {
  margin-bottom: 1.25rem;
}

.page-title {
  font-weight: 700;
  line-height: normal;
  font-size: 3rem;
  text-transform: uppercase;
  color: var(--theme-text-color);
  font-weight: 400;
  word-spacing: 10px;
}

.page-subheading {
  color: var(--theme-primary-color);
  font-weight: 500;
  font-size: 2em;
}
