/* Co-Coach Tenant CSS Overrides */
/* This file is loaded after base CSS to customize the tenant branding */

:root {
  /* Brand colors - Purple/Indigo theme */
  --co-coach-primary: #4f46e5;
  --co-coach-secondary: #7c3aed;
  --co-coach-gradient: linear-gradient(135deg, #4f46e5, #7c3aed);
}

/* Override brand gradient if needed */
.brand-gradient {
  background: var(--co-coach-gradient) !important;
}
