h1,
.h1 {
  font-size: 1.8rem;
  font-weight: 700;
}

h2,
.h2 {
  font-size: 1.6rem;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

h4,
.h4 {
  font-size: 1.2rem;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 1rem;
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  max-width: var(--page-width);
  padding: 0 0 0.1rem 0;
  margin: 0 auto 0.5rem auto;
  line-height: 110%;
  font-family: var(--font-family-title);
  letter-spacing: var(--font-letter-spacing-title);
}

.title-line-light {
  border-bottom: var(--font-title-border-bottom-light) !important;
}

.title-line-dark {
  border-bottom: var(--font-title-border-bottom-dark) !important;
}

.uppercase {
  text-transform: uppercase;
}
