/* Generated by scripts/build-site.js — palette for Bean Book. */
:root {
  --bg: #f7f3ee;
  --bg-elev: #ffffff;
  --surface: #ffffff;
  --text: #2b2018;
  --text-muted: #7a6a5c;
  --border: #e7ddd2;
  --accent: #b5651d;
  --accent-strong: #8a4a12;
  --accent-contrast: #ffffff;
  --link: #8a4a12;
  --star: #e0a326;
  --star-empty: #d9ccbe;
  --shadow: 0 1px 2px rgba(43, 32, 24, 0.06), 0 8px 24px rgba(43, 32, 24, 0.08);
}

:root[data-theme="dark"] {
  --bg: #1a1410;
  --bg-elev: #241b15;
  --surface: #241b15;
  --text: #f3ebe2;
  --text-muted: #b3a293;
  --border: #38291f;
  --accent: #e0994f;
  --accent-strong: #f0b878;
  --accent-contrast: #241b15;
  --link: #e0994f;
  --star: #f0b64a;
  --star-empty: #46372c;
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 8px 24px rgba(0, 0, 0, 0.4);
}

@media (prefers-color-scheme: dark) {
  :root[data-theme="auto"] {
    --bg: #1a1410;
    --bg-elev: #241b15;
    --surface: #241b15;
    --text: #f3ebe2;
    --text-muted: #b3a293;
    --border: #38291f;
    --accent: #e0994f;
    --accent-strong: #f0b878;
    --accent-contrast: #241b15;
    --link: #e0994f;
    --star: #f0b64a;
    --star-empty: #46372c;
    --shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 8px 24px rgba(0, 0, 0, 0.4);
  }
}
