:root {
  color-scheme: light;
  --bg: #f5f1e8;
  --surface: #fffdf8;
  --surface-soft: #ece6da;
  --surface-strong: #ded5c5;
  --ink: #1d2925;
  --muted: #66716c;
  --line: #d6cec0;
  --accent: #b59663;
  --accent-bright: #d6ba86;
  --accent-ink: #1d2925;
  --forest: #243a31;
  --forest-soft: #304c40;
  --dark: #18231f;
  --on-dark: #f8f4eb;
  --whatsapp: #25d366;
  --focus: #176bc4;
  --shadow-sm: 0 12px 30px rgba(29, 41, 37, .08);
  --shadow-lg: 0 30px 80px rgba(21, 30, 27, .16);
  --radius: 18px;
  --radius-lg: 28px;
  --container: 1240px;
  --font: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-display: Georgia, 'Times New Roman', serif;
}

html[data-theme="dark"] {
  color-scheme: dark;
  --bg: #101714;
  --surface: #18211e;
  --surface-soft: #202c28;
  --surface-strong: #2d3934;
  --ink: #f2eee5;
  --muted: #b9c1bc;
  --line: #34413c;
  --accent: #c4a875;
  --accent-bright: #ddc28e;
  --accent-ink: #121a17;
  --forest: #0e1714;
  --forest-soft: #17261f;
  --dark: #0b110f;
  --on-dark: #f7f3ea;
  --focus: #8dc6ff;
  --shadow-sm: 0 12px 30px rgba(0, 0, 0, .2);
  --shadow-lg: 0 30px 80px rgba(0, 0, 0, .38);
}
