/* public/custom.css */
/* brand primary color - red: #962b33 */
/* dark blue: #243354 */
/* light blue: #536281 */
/* background color: #f1f6fc */

html body.custom-wlb {
  --brand-primary: #962b33 !important;
  --brand-secondary: #243354 !important;
  --brand-secondary-hover: #2c3e66 !important;
  --brand-primary-hover: #ad313b !important;
  --brand-success: #962b33 !important;
  --brand-success-hover: #ad313b !important;
  --sidebar-bg: #243354 !important;
  --header-bg: #243354 !important;
  --brand-background-color: #f1f6fc !important;
  --form-multi-step-header-bg-color: #243354 !important;
  --form-multi-step-header-text-color: #ffffff !important;
  --onboarding-screen-bg-color: #ffffff !important;
}
