: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: #2c2525;
--cb-color-bg-fill-brand-hovered: #464040;
--cb-color-bg-fill-brand-pressed: #565151;
--cb-color-bg-fill-brand-selected: #4e4848;
--cb-color-bg-fill-brand-disabled: #787474;
--cb-color-text-brand: #2c2525;
--cb-color-text-brand-hovered: #3d3636;
--cb-color-text-brand-pressed: #565151;
--cb-color-text-brand-selected: #464040;
--cb-color-text-brand-disabled: #787474;
--cb-color-bg-surface-brand: #eeeeee;
--cb-color-bg-surface-brand-hovered: #dddcdc;
--cb-color-bg-surface-brand-pressed: #cdcbcb;
--cb-color-bg-surface-brand-selected: #e5e4e4;
--cb-color-bg-surface-brand-disabled: #f7f6f6;
--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: #2c2525;}

:root:where([data-cb-theme="dark"])  {--cb-color-bg-fill-brand-hovered: #272121;
--cb-color-bg-fill-brand-pressed: #231e1e;
--cb-color-bg-fill-brand-selected: #251f1f;
--cb-color-bg-fill-brand-disabled: #1c1818;
--cb-color-text-brand-hovered: #292222;
--cb-color-text-brand-pressed: #231e1e;
--cb-color-text-brand-selected: #272121;
--cb-color-text-brand-disabled: #1c1818;
--cb-color-bg-surface-brand: #070606;
--cb-color-bg-surface-brand-hovered: #0b0909;
--cb-color-bg-surface-brand-pressed: #0e0c0c;
--cb-color-bg-surface-brand-selected: #090707;
--cb-color-bg-surface-brand-disabled: #050404;}

:root:where([data-cb-theme="dark"]) :where(.cb-elevated, .al-elevated)  {--cb-color-bg-surface-brand: #252424;
--cb-color-bg-surface-brand-hovered: #262424;
--cb-color-bg-surface-brand-pressed: #272424;
--cb-color-bg-surface-brand-selected: #262424;
--cb-color-bg-surface-brand-disabled: #252424;}
:root{--al-color-border-selected: #7b7575;
--al-color-border-elevated-selected: #7b7575;
--al-color-outline-focused: #332b2b;
--al-color-bg-surface-brand: #edecec;
--al-color-bg-surface-brand-hovered: #dedcdc;
--al-color-bg-surface-brand-pressed: #d0cece;
--al-color-bg-surface-brand-selected: #d0cece;
--al-color-bg-surface-brand-disabled: #f5f4f4;
--al-color-bg-surface-brand-elevated: #edecec;
--al-color-bg-surface-brand-elevated-hovered: #dedcdc;
--al-color-bg-surface-brand-elevated-pressed: #d0cece;
--al-color-bg-surface-brand-elevated-selected: #d0cece;
--al-color-bg-surface-brand-elevated-disabled: #f5f4f4;
--al-color-bg-fill-brand: #7b7575;
--al-color-bg-fill-brand-hovered: #6c6666;
--al-color-bg-fill-brand-pressed: #5e5757;
--al-color-bg-fill-brand-selected: #504848;
--al-color-bg-fill-brand-disabled: #c4c1c1;
--al-color-text-brand: #6c6666;
--al-color-text-brand-hovered: #5e5757;
--al-color-text-brand-pressed: #504848;
--al-color-text-brand-selected: #423a3a;
--al-color-text-brand-disabled: #b7b4b4;
--al-color-text-on-bg-fill-brand: #fbfbfb;
--al-color-text-on-bg-fill-brand-hovered: #fbfbfb;
--al-color-text-on-bg-fill-brand-pressed: #fbfbfb;
--al-color-text-on-bg-fill-brand-selected: #fbfbfb;
--al-color-text-on-bg-fill-brand-disabled: #f5f4f4;}

:root:where([data-al-theme="lightHighContrast"])  {--al-color-border-selected: #6c6666;
--al-color-border-elevated-selected: #6c6666;
--al-color-bg-fill-brand: #6c6666;
--al-color-bg-fill-brand-hovered: #5e5757;
--al-color-bg-fill-brand-pressed: #504848;
--al-color-bg-fill-brand-selected: #423a3a;
--al-color-text-brand: #504848;
--al-color-text-brand-hovered: #423a3a;
--al-color-text-brand-pressed: #332b2b;
--al-color-text-brand-selected: #201919;}

:root:where([data-al-theme="dark"])  {--al-color-border-selected: #837d7d;
--al-color-border-elevated-selected: #938e8e;
--al-color-outline-focused: #e1e0e0;
--al-color-bg-surface-brand: #231c1c;
--al-color-bg-surface-brand-hovered: #2e2727;
--al-color-bg-surface-brand-pressed: #383131;
--al-color-bg-surface-brand-selected: #383131;
--al-color-bg-surface-brand-disabled: #1b1515;
--al-color-bg-surface-brand-elevated: #2e2727;
--al-color-bg-surface-brand-elevated-hovered: #383131;
--al-color-bg-surface-brand-elevated-pressed: #423b3b;
--al-color-bg-surface-brand-elevated-selected: #423b3b;
--al-color-bg-surface-brand-elevated-disabled: #231c1c;
--al-color-bg-fill-brand: #a5a0a0;
--al-color-bg-fill-brand-hovered: #b7b4b4;
--al-color-bg-fill-brand-pressed: #cbc9c9;
--al-color-bg-fill-brand-selected: #e1e0e0;
--al-color-bg-fill-brand-disabled: #423b3b;
--al-color-text-brand: #a5a0a0;
--al-color-text-brand-hovered: #b7b4b4;
--al-color-text-brand-pressed: #cbc9c9;
--al-color-text-brand-selected: #e1e0e0;
--al-color-text-brand-disabled: #4b4343;
--al-color-text-on-bg-fill-brand: #120d0d;
--al-color-text-on-bg-fill-brand-hovered: #120d0d;
--al-color-text-on-bg-fill-brand-pressed: #120d0d;
--al-color-text-on-bg-fill-brand-selected: #120d0d;
--al-color-text-on-bg-fill-brand-disabled: #1b1515;}

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



