:root{
/* Base palette — from brand board */
--navy:#0D1B2A; /* Navy — primary brand */
--taupe:#A69A8D; /* Warm Taupe — secondary accent */
--slate:#4A6B8A; /* Slate Blue — supporting */
--gray-light:#F2F4F7; /* Light Gray — surfaces */
--white:#FFFFFF;
/* Derived tints/shades (color-mix on the 5 brand colors; no new hues) */
--navy-800:#16283B; --navy-700:#1F364D; --navy-hover:#182C42;
--slate-hover:#3E5B77; --slate-tint:#E4EAF0; --slate-tint-2:#D3DDE6;
--taupe-hover:#96897B; --taupe-tint:#F1EEEA; --taupe-tint-2:#E4DFD8;
--gray-200:#E5E9EF; --gray-300:#D4DAE2;
/* Semantic aliases */
--text-heading:var(--navy);
--text-body:#33424F; /* navy softened for long copy */
--text-muted:#6B7784;
--text-on-dark:var(--white);
--text-accent:var(--taupe);
--surface-page:var(--white);
--surface-subtle:var(--gray-light);
--surface-card:var(--white);
--surface-dark:var(--navy);
--surface-accent:var(--taupe-tint);
--border-default:var(--gray-200);
--border-strong:var(--gray-300);
--border-focus:var(--slate);
--action-primary:var(--navy);
--action-primary-hover:var(--navy-hover);
--action-secondary:var(--slate);
--action-secondary-hover:var(--slate-hover);
--link:var(--slate);
--link-hover:var(--navy);
/* Status — derived from brand hues (slate=info/success context, kept muted) */
--status-positive:#3E6B4F;
--status-negative:#8A4A4A;
--status-info:var(--slate);
}
