/**
 * Brand Color Variables
 *
 * Override these values for white-label deployments.
 * Each client can have their own variables.css with custom brand colors.
 */
:root {
    /* Primary brand color - used for headers, buttons, accents */
    --brand-primary: #ec101a;

    /* Primary dark - used for hover states */
    --brand-primary-dark: #c9302c;

    /* Secondary brand color - used for links, highlights */
    --brand-secondary: #ff5a60;
}
