/**
 * @file
 * heading  styles
 */
.section-title {
  font-weight: var(--font-regular);
}

.large-heading {
  font-size: var(--fs128);
  line-height: 1.132;
}

.medium-heading {
  font-size: var(--fs80);
  line-height: 1.25;
}

.title-style-1 {
  font-size: var(--fs48);
  line-height: 1.29;
}

.full-caps {
  text-transform: uppercase;
}

.normal-case {
  text-transform: none;
}
