:root, .theme-dark, .theme-light, .theme-minimal, .theme-warm, .theme-editorial, .theme-airy {
  --bg: #f5f3ee;
  --bg-rgb: 245, 243, 238;
  --bg-card: #ffffff;
  --bg-input: #ebe6dc;
  --bg-hover: #e0dcd2;
  --border: #dcdad4;
  --line-soft: rgba(61, 62, 66, 0.08);
  --line-strong: rgba(61, 62, 66, 0.15);
  --text: #2b2620;
  --text-muted: #8a8781;
  --accent: #263e0f;
  --accent-hover: #3f6719;
  --accent-wash: rgba(38, 62, 15, 0.10);
}
