/* Shared typography for inner-page content — aligned with Saya home/index typography. */
body.inner-page section h1,
body.inner-page section h2,
body.inner-page section h3,
body.inner-page .inner-content h1,
body.inner-page .inner-content h2,
body.inner-page .inner-content h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}

body.inner-page section p,
body.inner-page section li,
body.inner-page section .description,
body.inner-page section .desc,
body.inner-page .inner-content p,
body.inner-page .inner-content li {
  font-family: "mont-book", sans-serif;
  font-weight: 400;
}

/* Keep small labels, buttons, navigation and card/sub headings consistent with index. */
body.inner-page section h4,
body.inner-page section h5,
body.inner-page section h6,
body.inner-page section .hd2,
body.inner-page section .eyebrow,
body.inner-page section .sub-title {
  font-family: "mont-semibold", sans-serif;
}

body.inner-page header,
body.inner-page footer,
body.inner-page header *,
body.inner-page footer * {
  /* Header/footer retain their existing component typography. */
}
