/* TODO NEW SGS Theme */
#root{
  --sb-primary-button-background-color: rgb(243,107,33);
  --sb-primary-button-hover-background-color: rgb(244,122,55);
  --sb-primary-button-focus-glow-color: rgba(244,122,55,0.30);

  --sb-secondary-button-background-color: rgb(150,154,155);
  --sb-secondary-button-hover-background-color: rgb(129,133,134);
  --sb-secondary-button-focus-glow-color: rgba(129,133,134,0.30);

  --sb-card-header-background-color: rgb(45,52,54);
  --sb-card-header-button-hover-text-color: rgb(255,255,255);
  --sb-card-header-button-hover-background-color: rgb(243,107,33);

  --sb-accent-theme-background-color: rgba(126,189,194,.05);
  --sb-accent-theme-color: rgb(126,189,194);
  --sb-accent-theme-item-hover-border-color: rgb(126,189,194);
  --sb-accent-theme-item-hover-text-color: rgb(126,189,194);
  --sb-accent-theme-item-active-border-color: rgb(126,189,194);
  --sb-accent-theme-item-active-text-color: rgb(126,189,194);
  --sb-accent-theme-item-active-background-color: rgba(126,189,194,.05);
}