/*
 * Farverne er samlet her.
 * Skift SITE_THEME i config/app.php mellem brown og green.
 */
:root,
html[data-theme="brown"] {
  --bg-deep: #120b07;
  --bg-dark: #1b100a;
  --surface: #42291b;
  --surface-deep: #2f1d13;
  --surface-soft: #523522;
  --accent: #c9a45b;
  --accent-light: #ead39a;
  --text: #fff7e8;
  --text-soft: #dfcfb8;
  --text-muted: #aa9276;
  --border: rgba(201, 164, 91, .26);
  --glow: rgba(201, 164, 91, .12);
  --button-text: #24150d;
  --hero-overlay-left: rgba(18, 11, 7, .91);
  --hero-overlay-mid: rgba(37, 21, 13, .52);
  --hero-overlay-right: rgba(18, 11, 7, .88);
}

html[data-theme="green"] {
  --bg-deep: #07130e;
  --bg-dark: #0c1d15;
  --surface: #153b2a;
  --surface-deep: #0f2a1e;
  --surface-soft: #24533d;
  --accent: #9bc7a7;
  --accent-light: #d8f0df;
  --text: #f4fff7;
  --text-soft: #d2e8d9;
  --text-muted: #9bb8a6;
  --border: rgba(155, 199, 167, .28);
  --glow: rgba(139, 210, 162, .13);
  --button-text: #0c2619;
  --hero-overlay-left: rgba(6, 23, 15, .92);
  --hero-overlay-mid: rgba(13, 55, 37, .53);
  --hero-overlay-right: rgba(6, 23, 15, .90);
}
