/*
|--------------------------------------------------------------------------
| 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 FiestyBaby.ca custom default: warm yellow/gold.
    */
    --site-accent: #f2b600;
    --site-accent-rgb: 242, 182, 0;

    /*
    |--------------------------------------------------------------------------
    | 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: #6f4b00;
    --site-accent-dark: #a66f00;

    /*
    |--------------------------------------------------------------------------
    | Mid Accent Tone
    |--------------------------------------------------------------------------
    | Used for sidebar icons, count badges, footer accents, gallery/file card
    | strips, and other medium-strength accent elements.
    */
    --site-accent-mid: #d89400;
    --site-accent-mid-rgb: 216, 148, 0;

    /*
    |--------------------------------------------------------------------------
    | Bright Accent Tone
    |--------------------------------------------------------------------------
    | Used heavily in dark mode for readable icons, View All links, success dots,
    | slider thumbs, and active highlights.
    */
    --site-accent-bright: #ffd34d;
    --site-accent-bright-rgb: 255, 211, 77;

    /*
    |--------------------------------------------------------------------------
    | 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: #ffe9a6;
}

/*
|--------------------------------------------------------------------------
| Active Palette: FiestyBaby.ca Warm Yellow / Gold
|--------------------------------------------------------------------------
| Designed to match the yellow/orange background and dark glass layout:
|
| Primary:      #f2b600
| Dark:         #a66f00
| Mid:          #d89400
| Bright:       #ffd34d
| Soft:         #ffe9a6
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| 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;
|--------------------------------------------------------------------------
*/
