/** Aurora - Customer Branding Variables **/

:root {

    --primary-color: #780000;
    --secondary-color: #003049;

    /* Text color on secondary background - set based on WCAG contrast:
       Use var(--text-white) if white text passes 4.5:1 on secondary
       Use var(--text-black) if secondary requires dark text for compliance */

    --text-on-secondary: var(--text-white);

}