/*
 * BizLinx.AI — Brand Color Law.
 * All views, stylesheets, and email/PDF templates MUST reference these tokens.
 * Do not introduce new hex literals elsewhere. No dark. No gold.
 */
:root {
  --brand-bg:      #FFFFFF;
  --brand-primary: #7B2D8B; /* purple */
  --brand-accent:  #00BCD4; /* teal  */
  --brand-text:    #1A1A1A;
  --brand-white:   #FFFFFF;
}
