/* ============================================================
   Greeba Wealth - Forest theme
   Deep forest green + warm sand. Quieter, more traditional feel.
   Overrides via [data-theme="forest"] attribute on <html>.
   ============================================================ */

[data-theme="forest"] {
    --gw-primary: #18382b;
    --gw-primary-dark: #0f261c;
    --gw-accent: #4a7c59;
    --gw-accent-soft: #8aa698;
    --gw-paper: #f3efe6;
    --gw-bg-soft: #f7f4ee;
}

[data-theme="forest"] .gw-shell ::selection { background: var(--gw-accent); color: #fff; }
[data-theme="forest"] .gw-trustbar { background: var(--gw-primary); border-bottom-color: var(--gw-primary-dark); }
