/* SmartBee white-label — Nango Connect UI. Palette from smartbee-website.vercel.app */
:root,:host{
  --color-brand-400:#d3ab55;
  --color-brand-500:#c79a3b;
  --color-brand-600:#b8892e;
  --color-brand-700:#a2761f;
  --color-primary:#c79a3b;
  --color-focus-ring:#c79a3b;
}
:is(:root,:host):where(.dark,.dark *){
  --color-brand-500:#c79a3b;
  --color-primary:#c79a3b;
  --color-focus-ring:#c79a3b;
}
