/* Arusha National Park Specific Theme */
:root {
    /* Overrides for Premium Theme */
    --color-primary: #228B22;
    /* ForestGreen - Lush montane forest */
    --color-secondary: #708090;
    /* SlateGray - Mount Meru Ash/Rock */
    --color-accent: #D2691E;
    /* Chocolate/Rust - Earthy tones */
    --color-bg: #F0FFF0;
    /* Honeydew - Very light green tint */
}

/* Specific Hero Overlay for clear text reading over forest images */
.premium-hero::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
}

/* Custom accent for list bullets in Arusha */
.showcase-list li::before {
    color: var(--color-primary);
}