/**
 * Shared inner-page typography
 */
.heading {
  font-family: Tahoma, sans-serif !important;
  font-weight: bold !important;
  font-size: 2.5rem;
  line-height: 1.2;
}

.uoc-section-heading {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-family: Tahoma, sans-serif !important;
  font-weight: bold !important;
}
