/* post-typography.css
   Increase readability of post body copy to 24px
*/

/* Desktop & mobile: set base body copy to 24px for posts */
body.post-template .gh-content > p,
body.post-template .gh-content > ol,
body.post-template .gh-content > ul,
body.post-template .gh-content > dl,
body.post-template .gh-content .kg-toggle-card .kg-toggle-content > p,
body.post-template .gh-content .kg-callout-card .kg-callout-text {
  font-size: 2.4rem !important; /* 24px (html: 62.5%) */
  line-height: 1.7 !important;
}

/* Keep list items balanced within larger lists */
body.post-template .gh-content li { font-size: 2.4rem !important; line-height: 1.7 !important; }

/* Maintain accessible spacing above/below elements with larger text */
body.post-template .gh-content > [id] + * { margin-top: 1.6rem !important; }

/* Optional: avoid over-scaling code blocks inside paragraphs */
body.post-template .gh-content :not(pre) > code { font-size: 0.9em !important; }
