/* Global base typography. The Montserrat @font link lives in
   _Layout.cshtml (Google Fonts preconnect + stylesheet) — this is what
   actually applies it. Previously set by the legacy style.1.0.6.css,
   which was removed; without this rule the site silently fell back to
   Bootstrap's default system font stack. */

body {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-weight: 500;
}

/* Central .lead class — every section's lead/subheading paragraph
   shares this weight and size. Section-specific CSS should only add
   color/max-width/margin, never repeat font-weight or font-size here. */
.lead {
    font-weight: 500;
    font-size: 0.9rem;
}
