/* Public-site typography consistency.
   This file intentionally changes font families only; existing sizes, weights,
   line heights, spacing and responsive rules remain untouched. */

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: var(--serif) !important;
}

body p {
    font-family: var(--sans) !important;
}
