/* stories/moggruk/styles.css — story-moggruk skin, layered on stories/styles.css
 *
 * Overrides shared/site.css palette tokens only (parchment/ink, to match
 * the hand-built chapter pages under stories/moggruk/). No structural
 * rules here — those live in shared/site.css.
 */
:root {
  --bg: #f7f3ec;
  --bg-raised: #efe7d6;
  --text: #1c1712;
  --text-dim: #7a6a52;
  --accent: #8c6c1e;
  --accent-contrast: #f7f3ec;
  --border: rgba(28, 23, 18, 0.12);
  --font-body: "Cormorant Garamond", Georgia, serif;
  --font-display: "IM Fell English", serif;
}
