/* stories/styles.css — module skin for Stories
 *
 * Base palette for the module (used by stories/index.html). Individual
 * stories layer their own variant on top (e.g. stories/moggruk/styles.css
 * as story-moggruk) and can override this completely — this is only a
 * sensible default before a story's own skin takes over.
 */
:root {
  --bg: #12100c;
  --bg-raised: #1c1811;
  --text: #e8e0d0;
  --text-dim: #9a8f78;
  --accent: #c99a3a;
  --accent-contrast: #12100c;
  --border: rgba(255, 255, 255, 0.08);
}
