/* theme-him.css — existing app palette: deep charcoal + flame red. */

:root, [data-theme="him"] {
  --bg: #35322E;
  --bg-alt: #35322E80;
  --surface: #2A2825;
  --surface-2: #323028;
  --border: #3D3832;

  --text: #F5F0E8;
  --text-secondary: #C8C0B8;
  --text-muted: #6B6560;

  --accent: #E84040;
  --accent-strong: #C82020;
  --accent-soft: rgba(232, 64, 64, 0.18);
  --accent-on: #35322E;

  --teal: #4A9E8A;
  --gold: #C8962A;

  --shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 24px 60px rgba(232, 64, 64, 0.18);
}
