/*
|--------------------------------------------------------------------------
| e-CMS Site Custom Branding Overrides
|--------------------------------------------------------------------------
| This file is intentionally inactive in the public installer package.
|
| e-CMS loads site-custom.css after the main light/dark theme files, so any
| active CSS variables placed here will override both light.css and dark.css.
|
| To customize a site, copy one of the example palettes below, remove the
| comment markers, and change the color values. Until a site owner does that,
| e-CMS uses the default slate accent colors defined in light.css and dark.css.
|--------------------------------------------------------------------------
*/

/*
:root {
    --site-accent: #475569;
    --site-accent-rgb: 71, 85, 105;
    --site-accent-darker: #1f2937;
    --site-accent-dark: #334155;
    --site-accent-mid: #64748b;
    --site-accent-mid-rgb: 100, 116, 139;
    --site-accent-bright: #94a3b8;
    --site-accent-bright-rgb: 148, 163, 184;
    --site-accent-soft: #cbd5e1;
}
*/

/*
|--------------------------------------------------------------------------
| Example: Blue Accent Set
|--------------------------------------------------------------------------
:root {
    --site-accent: #2563eb;
    --site-accent-rgb: 37, 99, 235;
    --site-accent-darker: #1e3a8a;
    --site-accent-dark: #1d4ed8;
    --site-accent-mid: #3b82f6;
    --site-accent-mid-rgb: 59, 130, 246;
    --site-accent-bright: #60a5fa;
    --site-accent-bright-rgb: 96, 165, 250;
    --site-accent-soft: #bfdbfe;
}
*/

/*
|--------------------------------------------------------------------------
| Example: Gold Accent Set
|--------------------------------------------------------------------------
:root {
    --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;
}
*/

/*
|--------------------------------------------------------------------------
| Example: Purple Accent Set
|--------------------------------------------------------------------------
:root {
    --site-accent: #7c3aed;
    --site-accent-rgb: 124, 58, 237;
    --site-accent-darker: #4c1d95;
    --site-accent-dark: #6d28d9;
    --site-accent-mid: #8b5cf6;
    --site-accent-mid-rgb: 139, 92, 246;
    --site-accent-bright: #a78bfa;
    --site-accent-bright-rgb: 167, 139, 250;
    --site-accent-soft: #ddd6fe;
}
*/


