:root {
  --cb-font-family-brand: var(--cb-font-family-sans);
  --cb-font-family-brand-font-feature-settings: ;
  --al-font-family-brand: var(--al-font-family-sans);
  --al-font-family-brand-font-feature-settings: ;
}
:root{--cb-color-bg-fill-brand: #c9c8c9;
--cb-color-bg-fill-brand-hovered: #d0cfd0;
--cb-color-bg-fill-brand-pressed: #d4d3d4;
--cb-color-bg-fill-brand-selected: #d2d1d2;
--cb-color-bg-fill-brand-disabled: #dcdcdc;
--cb-color-text-brand: #c9c8c9;
--cb-color-text-brand-hovered: #cdcccd;
--cb-color-text-brand-pressed: #d4d3d4;
--cb-color-text-brand-selected: #d0cfd0;
--cb-color-text-brand-disabled: #dcdcdc;
--cb-color-bg-surface-brand: #fbfbfb;
--cb-color-bg-surface-brand-hovered: #f6f6f6;
--cb-color-bg-surface-brand-pressed: #f2f2f2;
--cb-color-bg-surface-brand-selected: #f8f8f8;
--cb-color-bg-surface-brand-disabled: #fdfdfd;
--cb-color-text-on-bg-fill-brand: #ffffff;
--cb-color-text-on-bg-fill-brand-hovered: #ffffff;
--cb-color-text-on-bg-fill-brand-pressed: #ffffff;
--cb-color-text-on-bg-fill-brand-selected: #ffffff;
--cb-color-text-on-bg-fill-brand-disabled: #ffffff66;
--cb-color-border-selected: #c9c8c9;}

:root:where([data-cb-theme="lightHighContrast"])  {--cb-color-bg-fill-brand: #717071;
--cb-color-bg-fill-brand-hovered: #828182;
--cb-color-bg-fill-brand-pressed: #8d8d8d;
--cb-color-bg-fill-brand-selected: #888788;
--cb-color-bg-fill-brand-disabled: #a4a4a4;
--cb-color-text-brand: #6f6e6f;
--cb-color-text-brand-hovered: #7a797a;
--cb-color-text-brand-pressed: #8c8b8c;
--cb-color-text-brand-selected: #818081;
--cb-color-text-brand-disabled: #a3a2a3;
--cb-color-border-selected: #717071;}

:root:where([data-cb-theme="dark"])  {--cb-color-bg-fill-brand-hovered: #b1b0b1;
--cb-color-bg-fill-brand-pressed: #a1a0a1;
--cb-color-bg-fill-brand-selected: #a9a8a9;
--cb-color-bg-fill-brand-disabled: #808080;
--cb-color-text-brand-hovered: #b9b8b9;
--cb-color-text-brand-pressed: #a1a0a1;
--cb-color-text-brand-selected: #b1b0b1;
--cb-color-text-brand-disabled: #808080;
--cb-color-bg-surface-brand: #202020;
--cb-color-bg-surface-brand-hovered: #303030;
--cb-color-bg-surface-brand-pressed: #414041;
--cb-color-bg-surface-brand-selected: #282828;
--cb-color-bg-surface-brand-disabled: #181818;
--cb-color-text-on-bg-fill-brand: #202125;
--cb-color-text-on-bg-fill-brand-hovered: #202125;
--cb-color-text-on-bg-fill-brand-pressed: #202125;
--cb-color-text-on-bg-fill-brand-selected: #202125;
--cb-color-text-on-bg-fill-brand-disabled: #20212566;}

:root:where([data-cb-theme="dark"]) :where(.cb-elevated, .al-elevated)  {--cb-color-bg-surface-brand: #3f3e3f;
--cb-color-bg-surface-brand-hovered: #4b4b4b;
--cb-color-bg-surface-brand-pressed: #595959;
--cb-color-bg-surface-brand-selected: #454545;
--cb-color-bg-surface-brand-disabled: #383838;}
:root{--al-color-border-selected: #777677;
--al-color-border-elevated-selected: #777677;
--al-color-outline-focused: #2d2d2d;
--al-color-bg-surface-brand: #edeced;
--al-color-bg-surface-brand-hovered: #dddcdd;
--al-color-bg-surface-brand-pressed: #cfcecf;
--al-color-bg-surface-brand-selected: #cfcecf;
--al-color-bg-surface-brand-disabled: #f3f3f3;
--al-color-bg-surface-brand-elevated: #edeced;
--al-color-bg-surface-brand-elevated-hovered: #dddcdd;
--al-color-bg-surface-brand-elevated-pressed: #cfcecf;
--al-color-bg-surface-brand-elevated-selected: #cfcecf;
--al-color-bg-surface-brand-elevated-disabled: #f3f3f3;
--al-color-bg-fill-brand: #777677;
--al-color-bg-fill-brand-hovered: #686768;
--al-color-bg-fill-brand-pressed: #595859;
--al-color-bg-fill-brand-selected: #4b4a4b;
--al-color-bg-fill-brand-disabled: #c2c1c2;
--al-color-text-brand: #686768;
--al-color-text-brand-hovered: #595859;
--al-color-text-brand-pressed: #4b4a4b;
--al-color-text-brand-selected: #3c3c3c;
--al-color-text-brand-disabled: #b5b4b5;
--al-color-text-on-bg-fill-brand: #fcfcfc;
--al-color-text-on-bg-fill-brand-hovered: #fcfcfc;
--al-color-text-on-bg-fill-brand-pressed: #fcfcfc;
--al-color-text-on-bg-fill-brand-selected: #fcfcfc;
--al-color-text-on-bg-fill-brand-disabled: #f3f3f3;}

:root:where([data-al-theme="lightHighContrast"])  {--al-color-border-selected: #686768;
--al-color-border-elevated-selected: #686768;
--al-color-bg-fill-brand: #686768;
--al-color-bg-fill-brand-hovered: #595859;
--al-color-bg-fill-brand-pressed: #4b4a4b;
--al-color-bg-fill-brand-selected: #3c3c3c;
--al-color-text-brand: #4b4a4b;
--al-color-text-brand-hovered: #3c3c3c;
--al-color-text-brand-pressed: #2d2d2d;
--al-color-text-brand-selected: #1b1b1b;}

:root:where([data-al-theme="dark"])  {--al-color-border-selected: #7f7e7f;
--al-color-border-elevated-selected: #908f90;
--al-color-outline-focused: #e0e0e0;
--al-color-bg-surface-brand: #1d1d1d;
--al-color-bg-surface-brand-hovered: #292929;
--al-color-bg-surface-brand-pressed: #333333;
--al-color-bg-surface-brand-selected: #333333;
--al-color-bg-surface-brand-disabled: #171717;
--al-color-bg-surface-brand-elevated: #292929;
--al-color-bg-surface-brand-elevated-hovered: #333333;
--al-color-bg-surface-brand-elevated-pressed: #3d3c3d;
--al-color-bg-surface-brand-elevated-selected: #3d3c3d;
--al-color-bg-surface-brand-elevated-disabled: #1d1d1d;
--al-color-bg-fill-brand: #a2a1a2;
--al-color-bg-fill-brand-hovered: #b5b4b5;
--al-color-bg-fill-brand-pressed: #cac9ca;
--al-color-bg-fill-brand-selected: #e0e0e0;
--al-color-bg-fill-brand-disabled: #3d3c3d;
--al-color-text-brand: #a2a1a2;
--al-color-text-brand-hovered: #b5b4b5;
--al-color-text-brand-pressed: #cac9ca;
--al-color-text-brand-selected: #e0e0e0;
--al-color-text-brand-disabled: #454545;
--al-color-text-on-bg-fill-brand: #0d0d0d;
--al-color-text-on-bg-fill-brand-hovered: #0d0d0d;
--al-color-text-on-bg-fill-brand-pressed: #0d0d0d;
--al-color-text-on-bg-fill-brand-selected: #0d0d0d;
--al-color-text-on-bg-fill-brand-disabled: #171717;}

:root, :root:where([data-al-theme="lightHighContrast"]) {
  --al-c-toggle-switch-on-bg: var(--al-color-bg-fill-brand);
}



