/* 万界道友引导页 */
:root {
  --bg: #f8f3e6 !important;
  --ink: #2c1810 !important;
  --gold: #efbf04 !important;
  --muted: rgba(44, 24, 16, 0.55) !important;
  --line: rgba(44, 24, 16, 0.18) !important;
}
html,
body {
  background: #f8f3e6 !important;
  color: #2c1810 !important;
}
