/*
Design System: Remodeling
Description: Exact color match for General Contractor / Remodeling layouts. Trust Navy, Slate, and Builder Orange.
*/

:root {
    --color-brand-primary: #1e3a8a; /* Blue 900 (Corporate Trust) */
    --color-brand-dark: #0f172a;    /* Slate 900 */
    --color-brand-accent: #f97316;  /* Orange 500 (Construction Action) */
    --color-brand-light: #eff6ff;   /* Blue 50 */
}