/* =========================================================
   Zomniverse — Scholarly Works Presentation

   PATCH 2026-08-11 | SCHOLARLY PUBLICATION TYPOGRAPHY
   Gives Scholarly Works a publication-style serif reading
   environment while leaving all other Learn categories on
   their existing documentation typography.
========================================================= */

.learn-workspace[data-learn-category="scholarly-works"]
#learn-md-content > .learn-document-page {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
}


/* =========================================================
   HEADINGS
========================================================= */

.learn-workspace[data-learn-category="scholarly-works"]
#learn-md-content > .learn-document-page h1,

.learn-workspace[data-learn-category="scholarly-works"]
#learn-md-content > .learn-document-page h2,

.learn-workspace[data-learn-category="scholarly-works"]
#learn-md-content > .learn-document-page h3,

.learn-workspace[data-learn-category="scholarly-works"]
#learn-md-content > .learn-document-page h4 {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
}


/* =========================================================
   TABLE / COLLAPSIBLE TEXT
========================================================= */

.learn-workspace[data-learn-category="scholarly-works"]
#learn-md-content > .learn-document-page th,

.learn-workspace[data-learn-category="scholarly-works"]
#learn-md-content > .learn-document-page details > summary,

.learn-workspace[data-learn-category="scholarly-works"]
.learn-table-group .learn-table-caption {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
}


/* =========================================================
   FIGURE LEGENDS
========================================================= */

.learn-workspace[data-learn-category="scholarly-works"]
.learn-mermaid-caption,

.learn-workspace[data-learn-category="scholarly-works"]
.learn-image-caption {
  font-family:
    Georgia,
    "Times New Roman",
    serif;
}