/* DEV-5542 — ec360 (EC Public Automation) theme.
 * Palette from the core client (encompass repo,
 * client/src/encompass.vars.scss, $themes.ec360). Custom properties ONLY —
 * no rules. Button + banner values replicate the app's button-primary()
 * mixin and vertical-menu nav (verification-round decision, 2026-07-03:
 * match the product UI exactly; supersedes the docs-site navy #364760 and
 * the AA-ink button — white-on-cyan matches the shipping ECPA button). */
:root {
    --brand-primary: #43bdd8; /* colorPrimary6 — app button background */
    --brand-primary-border: #39a1b8; /* colorPrimary5 — app button border */
    --brand-primary-active: #5dc6dd; /* colorPrimary7 — app button :active */
    --brand-primary-ink: #ffffff; /* app button ink (white) */
    --brand-ink: #2e4561; /* colorNeutral6 */
    --brand-accent: #43bdd8; /* non-text decoration only (focus rings, borders) */
    --brand-page-bg: #eceef1; /* colorNeutralE */
    --brand-header-bg: #1b2939; /* colorNeutral3 — app nav colour (card band + docs) */
    --brand-header-ink: #ffffff;
    --brand-sidebar-bg: #1b2939; /* colorNeutral3 — matches the app nav */
    --brand-sidebar-ink: rgba(255, 255, 255, 0.6);
    --brand-applogo-bg: rgba(0, 0, 0, 0.14);
}
