/* Match the existing article typography for site information pages. */
.info-content { max-width: 820px; padding-bottom: 72px; }
.info-page .article-header { padding-top: 20px; }
.info-page .article-header h1 { font-size: clamp(2rem, 4.5vw, 3rem); line-height: 1.4; }
.info-body { padding-top: 32px; color: #3f5567; font-size: 1rem; line-height: 1.85; overflow-wrap: anywhere; }
.info-body p { margin: 0 0 18px; }
.info-body h2 { margin: 38px 0 16px; color: var(--navy-950); font-size: 1.4rem; line-height: 1.5; letter-spacing: -0.035em; }
.info-body ul, .info-body ol { padding-left: 24px; margin: 0 0 22px; }
.info-body li { margin-bottom: 8px; }
.info-body a { color: var(--teal-700); text-decoration: underline; text-underline-offset: 3px; }
.info-page .footer-main nav { font-size: .875rem; }
