/* Built-in default palettes. "songbook-light" is the :root default in site.css;
   this file adds its dark counterpart. Any other theme is derived at runtime by
   themes.js from a Windows-Terminal colour scheme and applied as inline custom
   properties on <html> (data-theme="custom-…"), so it needs no block here. */

[data-theme="songbook-dark"] {
  color-scheme: dark;
  --bg: #191410; --bg-2: #1f1913; --paper: #271f18;
  --ink: #eee2ce; --ink-soft: #d6c8b2; --muted: #a4917a;
  --line: #3a2f24; --line-strong: #4c3e30;
  --accent: #74c39a; --accent-ink: #0f241a; --accent-soft: #22322a;
  --gold: #dcae5e; --active: #4d3b1b; --active-bar: #b9862f;
  --cat-meeqqanut: #74c39a; --cat-general: #7db0e6; --cat-groovy: #d193c1;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.45);
  --shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 16px 34px -18px rgba(0, 0, 0, 0.7);
}
