:root {
  color-scheme: light;
  --dom-bg: #fff8f2;
  --dom-surface: #ffffff;
  --dom-surface-soft: #f7f4ef;
  --dom-text: #17151c;
  --dom-muted: #625d67;
  --dom-line: #e9e2da;
  --dom-primary: #007e5c;
  --dom-primary-bright: #00c98b;
  --dom-primary-soft: #dff8ef;
  --dom-accent: #c91f43;
  --dom-accent-soft: #ffe8ec;
  --dom-warning: #b85f00;
  --dom-radius-sm: 8px;
  --dom-radius: 12px;
  --dom-shadow: 0 5px 18px rgba(23, 21, 28, 0.07);
  --dom-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  --dom-page: 520px;
  --dom-header-h: 92px;
  --dom-tap: 44px;
}
