:root {
    --brand-primary: #345f9f;
    --brand-secondary: #243d63;
    --brand-accent: #8cadde;
    --brand-surface: #f4f6fa;
    --brand-surface-alt: #e6ebf3;
    --brand-text: #1f2c3c;
    --brand-muted: #667386;
    --brand-border: #d5dce7;
    --brand-sidebar-bg: #1e314f;
    --brand-sidebar-text: #eef3fb;
    --brand-sidebar-hover: #304f7d;
    --brand-sidebar-active: #9db8e3;
    --brand-hero-end: #142238;
    --brand-status-success: #4b7c68;
    --brand-status-info: #4c7895;
    --brand-status-warning: #bf8a42;
    --brand-status-danger: #b8655b;
    --brand-status-neutral: #667386;
    --brand-table-head: #f0f3f8;
    --brand-widget-shadow: rgba(31, 44, 60, .11);
}
