:root {
  --bg: #faf0e1;
  --bg-elev: #ffffff;
  --bg-soft: #f3ede2;
  --ink: #2a1f17;
  --ink-soft: #5b4a3d;
  --ink-mute: #8b7866;
  --line: #e7dccb;
  --terracotta: #c75d3f;
  --terracotta-deep: #a64428;
  --terracotta-soft: #f0d9cf;
  --green: #6b7d5a;
  --shadow: 0 1px 2px rgba(42, 31, 23, 0.04), 0 8px 24px rgba(42, 31, 23, 0.06);
  --shadow-lg: 0 4px 12px rgba(42, 31, 23, 0.08), 0 24px 48px rgba(42, 31, 23, 0.12);
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
}

[data-theme="dark"] {
  --bg: #1a1410;
  --bg-elev: #251c16;
  --bg-soft: #2e231b;
  --ink: #f5ebd9;
  --ink-soft: #c9b89e;
  --ink-mute: #8b7866;
  --line: #3a2c22;
  --terracotta: #e07559;
  --terracotta-deep: #c75d3f;
  --terracotta-soft: #3a2820;
  --green: #8a9c79;
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 8px 24px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 4px 12px rgba(0, 0, 0, 0.4), 0 24px 48px rgba(0, 0, 0, 0.5);
}
