/*
|--------------------------------------------------------------------------
| e-CMS Site Custom Branding
|--------------------------------------------------------------------------
| This file is safe for site owners to edit.
|
| Core e-CMS updates should not overwrite this file. Change the colors below
| to rebrand the main site accents without editing global.css, dark.css, or
| light.css. Keep each RGB value in sync with the matching hex color.
|
| These variables now drive the main-site accent system, including:
| - navigation active/hover accents and dropdown hover tint
| - page headers, breadcrumbs, sort pills, focus rings, and card borders
| - sidebar icons, sidebar badges/counts, and sidebar action buttons
| - latest forum updates and latest gallery uploads icons/View All links
| - gallery/media/file section buttons, icons, top accent bars, and borders
| - footer link hover color, list arrows, decorative orb/glow, and highlights
| - blockquotes, profile tabs, success/status accents, and green-style buttons
|--------------------------------------------------------------------------
*/

:root {
    /*
    |--------------------------------------------------------------------------
    | Primary Accent
    |--------------------------------------------------------------------------
    | Main brand accent. This is the one most owners will change first.
    | Current err0r/e-CMS default: green.
    */
    --site-accent: #198747;
    --site-accent-rgb: 25, 135, 71;

    /*
    |--------------------------------------------------------------------------
    | Dark Accent Tones
    |--------------------------------------------------------------------------
    | Used for stronger text, hover states, darkened buttons, footer arrows,
    | and places where the accent needs more contrast on light backgrounds.
    */
    --site-accent-darker: #0f5132;
    --site-accent-dark: #146c43;

    /*
    |--------------------------------------------------------------------------
    | Mid Accent Tone
    |--------------------------------------------------------------------------
    | Used for sidebar icons, count badges, footer accents, gallery/file card
    | strips, and other medium-strength accent elements.
    */
    --site-accent-mid: #23843d;
    --site-accent-mid-rgb: 35, 132, 61;

    /*
    |--------------------------------------------------------------------------
    | Bright Accent Tone
    |--------------------------------------------------------------------------
    | Used heavily in dark mode for readable icons, View All links, success dots,
    | slider thumbs, and active highlights.
    */
    --site-accent-bright: #56B73E;
    --site-accent-bright-rgb: 86, 183, 62;

    /*
    |--------------------------------------------------------------------------
    | Soft Accent Tone
    |--------------------------------------------------------------------------
    | Used for dark-theme link/icon accents, soft status text, and subtle glow
    | treatments that should not look too harsh.
    */
    --site-accent-soft: #8ff0b7;
}

/*
|--------------------------------------------------------------------------
| Example: Yellow Accent Set
|--------------------------------------------------------------------------
| To make an install use yellow/gold accents, replace the values above with:
|
| --site-accent: #d9a900;
| --site-accent-rgb: 217, 169, 0;
| --site-accent-darker: #6f4f00;
| --site-accent-dark: #9a6b00;
| --site-accent-mid: #c48a00;
| --site-accent-mid-rgb: 196, 138, 0;
| --site-accent-bright: #f5c542;
| --site-accent-bright-rgb: 245, 197, 66;
| --site-accent-soft: #ffe58a;
|--------------------------------------------------------------------------
*/
