/* Custom Variables for Client Branding */
:root {
  /* Override default SaaS colors here for specific clients */
  /* 
  --saas-brand-primary: #your-color;
  --saas-brand-secondary: #your-color;
  --saas-brand-accent: #your-color;
  */
}

/* Client-specific Tailwind config can be added here if needed */
/* Avoid adding custom CSS - use Tailwind classes instead */