/* Gandalfur theme kit — light + dark
   Integrate: link theme.css, inline theme-init.js in <head>, add toggle button */

/* Light mode — Evolved Parchment */
:root {
  --color-bg:           #F1EADB;
  --color-surface:      #E5DCCA;
  --color-border:       #CFC4A6;
  --color-border-hover: #B5A47A;
  --color-text:         #161E2A;
  --color-secondary:    #7A7260;
  --color-ornament:     #B5A47A;
}

/* Dark mode — Wizard Robe (icon-derived)
   bg = wizard's deep blue robe, text = wizard's cream beard, gold = shared accent */
[data-theme="dark"] {
  --color-bg:           #161E2A;
  --color-surface:      #1E2836;
  --color-border:       #2D3F54;
  --color-border-hover: #B5A47A;
  --color-text:         #EDE6D3;
  --color-secondary:    #A09478;
  --color-ornament:     #B5A47A;
}
