/* Generated by scripts/build-site.js — palette for Leaf Book. */
:root {
  --bg: #f4f7f1;
  --bg-elev: #ffffff;
  --surface: #ffffff;
  --text: #1e2b1f;
  --text-muted: #5f6f5e;
  --border: #dbe6d6;
  --accent: #3f7d3f;
  --accent-strong: #2c5c2c;
  --accent-contrast: #ffffff;
  --link: #2c5c2c;
  --star: #c8961f;
  --star-empty: #c9d6c4;
  --shadow: 0 1px 2px rgba(24, 40, 26, 0.06), 0 8px 24px rgba(24, 40, 26, 0.08);
}

:root[data-theme="dark"] {
  --bg: #111a12;
  --bg-elev: #18251a;
  --surface: #18251a;
  --text: #e8f1e6;
  --text-muted: #9bb098;
  --border: #243626;
  --accent: #79c07a;
  --accent-strong: #a2d9a2;
  --accent-contrast: #18251a;
  --link: #79c07a;
  --star: #e5b95a;
  --star-empty: #31462f;
  --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: #111a12;
    --bg-elev: #18251a;
    --surface: #18251a;
    --text: #e8f1e6;
    --text-muted: #9bb098;
    --border: #243626;
    --accent: #79c07a;
    --accent-strong: #a2d9a2;
    --accent-contrast: #18251a;
    --link: #79c07a;
    --star: #e5b95a;
    --star-empty: #31462f;
    --shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 8px 24px rgba(0, 0, 0, 0.4);
  }
}
