/* 修仙模拟器 — flip ink (was page bg) / parchment (was text) to paper theme */
:root,
html {
  color-scheme: light !important;
  --color-ink: #f8f3e6 !important;
  --color-parchment: #2c1810 !important;
  --color-parchment-dim: #5a4a42 !important;
  --color-cinnabar: #c1121f !important;
  --color-cinnabar-glow: #e03540 !important;
  --color-jade: #4a7c59 !important;
  --color-jade-light: #5a9e6f !important;
  --color-gold: #efbf04 !important;
  --color-gold-dim: #c8a45c !important;
  --color-mist: #5a4a42 !important;
}
html,
body,
#root {
  background: #f8f3e6 !important;
  color: #2c1810 !important;
}
body::before,
body::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
}
select {
  color-scheme: light !important;
  background-color: #f8f3e6 !important;
  color: #2c1810 !important;
  border-color: rgba(44, 24, 16, 0.22) !important;
}
