/* ================================================================
   brand.css - iMort.com color overrides (Green identity)
   ================================================================ */

:root {
    --brand-primary: #107931;
    --brand-dark: #0a5a22;
    --brand-light: #e8f5ec;
    --brand-accent: #2670B1;
    --brand-accent-light: #e8f0fa;
    --footer-bg: #0a3318;

    /* Hero gradients — deep forest-to-midnight with green tones */
    --hero-grad-1: #0a5a22;
    --hero-grad-2: #0a2e18;
    --hero-grad-3: #050e08;
    --hero-glow-1: rgba(16, 121, 49, 0.10);
    --hero-glow-2: rgba(38, 112, 177, 0.06);
    --hero-pill-bg: rgba(16, 121, 49, 0.20);
    --hero-pill-icon: rgba(255, 255, 255, 0.9);
}
