/* Page-scoped WCAG remediation: preserve the previous h4/h6 appearance. */
.a11y-heading-h4 {
    font-size: 1.5rem;
}

.a11y-tagline {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}
