/** Aurora - Customer Branding Variables **/

:root {

    --primary-color: #ba0c2f;
    --secondary-color: #ECECEC;

     /* Text color on secondary background - set based on WCAG contrast:
       Use #ffffff if white text passes 4.5:1 on secondary
       Use #000000 if secondary requires dark text for compliance */

    --text-on-secondary: #000000;

}