/* 桃源乡 — DaoVerse paper theme (RGB channel vars) */
:root {
  --color-bg: 248 243 230 !important;
  --color-panel: 241 234 216 !important;
  --color-text: 44 24 16 !important;
  --color-accent: #efbf04 !important;
  --color-danger: #c1121f !important;
  --color-success: #4a7c59 !important;
  --color-muted: #5a4a42 !important;
}
html,
body,
#app {
  background: #f8f3e6 !important;
  color: #2c1810 !important;
}
