/*
===========================================================================
CHANGE LOG
File: /var/www/html/eaglesflock.nsgia.com/static/css/leafriver_variables.css
Type: CSS Variables (Project Override)
Purpose: Leaf River Oasis color scheme - river/nature palette

TUTORIAL:
This file overrides the default colors from nsg_variables.css.
Load this AFTER nsg_variables.css.

Only override what you need to change. Everything else inherits
from nsg_variables.css.

Color Palette: Teal/green river colors
===========================================================================
2025-12-30 v1.0 - Initial creation
===========================================================================
*/

:root {
    /* Sidebar - river teal */
    --color-sidebar: #2b6777;
    --color-sidebar-dark: #1e4a4a;
    --color-sidebar-light: #52ab98;

    /* Primary - for content accents */
    --color-primary: #2b6777;
    --color-primary-dark: #1e4a4a;
    --color-primary-light: #52ab98;

    /* Secondary - panel backgrounds */
    --color-secondary: #d4e8ed;
    --color-secondary-light: #f5f9fa;

    /* Accent - nature green */
    --color-accent: #c8e6c9;
}
