: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: #f20707;
--cb-color-bg-fill-brand-hovered: #f42525;
--cb-color-bg-fill-brand-pressed: #f53939;
--cb-color-bg-fill-brand-selected: #f42f2f;
--cb-color-bg-fill-brand-disabled: #f76060;
--cb-color-text-brand: #f20707;
--cb-color-text-brand-hovered: #f31a1a;
--cb-color-text-brand-pressed: #f53939;
--cb-color-text-brand-selected: #f42525;
--cb-color-text-brand-disabled: #f76060;
--cb-color-bg-surface-brand: #feecec;
--cb-color-bg-surface-brand-hovered: #fdd7d7;
--cb-color-bg-surface-brand-pressed: #fcc4c4;
--cb-color-bg-surface-brand-selected: #fde1e1;
--cb-color-bg-surface-brand-disabled: #fef5f5;
--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: #f20707;}

:root:where([data-cb-theme="lightHighContrast"])  {--cb-color-bg-fill-brand: #ed0707;
--cb-color-bg-fill-brand-hovered: #ef2525;
--cb-color-bg-fill-brand-pressed: #f13939;
--cb-color-bg-fill-brand-selected: #f02f2f;
--cb-color-bg-fill-brand-disabled: #f36060;
--cb-color-text-brand: #da0606;
--cb-color-text-brand-hovered: #dd1a1a;
--cb-color-text-brand-pressed: #e13838;
--cb-color-text-brand-selected: #de2424;
--cb-color-text-brand-disabled: #e76060;
--cb-color-border-selected: #ed0707;}

:root:where([data-cb-theme="dark"])  {--cb-color-bg-fill-brand-hovered: #d50606;
--cb-color-bg-fill-brand-pressed: #c20606;
--cb-color-bg-fill-brand-selected: #cb0606;
--cb-color-bg-fill-brand-disabled: #9b0404;
--cb-color-text-brand-hovered: #df0606;
--cb-color-text-brand-pressed: #c20606;
--cb-color-text-brand-selected: #d50606;
--cb-color-text-brand-disabled: #9b0404;
--cb-color-bg-surface-brand: #270101;
--cb-color-bg-surface-brand-hovered: #3a0202;
--cb-color-bg-surface-brand-pressed: #4e0202;
--cb-color-bg-surface-brand-selected: #300101;
--cb-color-bg-surface-brand-disabled: #1d0101;
--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: #451f1f;
--cb-color-bg-surface-brand-hovered: #551d1d;
--cb-color-bg-surface-brand-pressed: #661b1b;
--cb-color-bg-surface-brand-selected: #4d1e1e;
--cb-color-bg-surface-brand-disabled: #3d2020;}
:root{--al-color-border-selected: #ee0000;
--al-color-border-elevated-selected: #ee0000;
--al-color-outline-focused: #620000;
--al-color-bg-surface-brand: #ffe7e2;
--al-color-bg-surface-brand-hovered: #ffd3c9;
--al-color-bg-surface-brand-pressed: #ffbfb2;
--al-color-bg-surface-brand-selected: #ffbfb2;
--al-color-bg-surface-brand-disabled: #fff1ed;
--al-color-bg-surface-brand-elevated: #ffe7e2;
--al-color-bg-surface-brand-elevated-hovered: #ffd3c9;
--al-color-bg-surface-brand-elevated-pressed: #ffbfb2;
--al-color-bg-surface-brand-elevated-selected: #ffbfb2;
--al-color-bg-surface-brand-elevated-disabled: #fff1ed;
--al-color-bg-fill-brand: #ee0000;
--al-color-bg-fill-brand-hovered: #d10000;
--al-color-bg-fill-brand-pressed: #b50000;
--al-color-bg-fill-brand-selected: #9a0000;
--al-color-bg-fill-brand-disabled: #ffac9d;
--al-color-text-brand: #d10000;
--al-color-text-brand-hovered: #b50000;
--al-color-text-brand-pressed: #9a0000;
--al-color-text-brand-selected: #7f0000;
--al-color-text-brand-disabled: #ff9987;
--al-color-text-on-bg-fill-brand: #fffaf9;
--al-color-text-on-bg-fill-brand-hovered: #fffaf9;
--al-color-text-on-bg-fill-brand-pressed: #fffaf9;
--al-color-text-on-bg-fill-brand-selected: #fffaf9;
--al-color-text-on-bg-fill-brand-disabled: #fff1ed;}

:root:where([data-al-theme="lightHighContrast"])  {--al-color-border-selected: #d10000;
--al-color-border-elevated-selected: #d10000;
--al-color-bg-fill-brand: #d10000;
--al-color-bg-fill-brand-hovered: #b50000;
--al-color-bg-fill-brand-pressed: #9a0000;
--al-color-bg-fill-brand-selected: #7f0000;
--al-color-text-brand: #9a0000;
--al-color-text-brand-hovered: #7f0000;
--al-color-text-brand-pressed: #620000;
--al-color-text-brand-selected: #400000;}

:root:where([data-al-theme="dark"])  {--al-color-border-selected: #f91e16;
--al-color-border-elevated-selected: #ff5141;
--al-color-outline-focused: #ffd7ce;
--al-color-bg-surface-brand: #460000;
--al-color-bg-surface-brand-hovered: #5b0000;
--al-color-bg-surface-brand-pressed: #6d0000;
--al-color-bg-surface-brand-selected: #6d0000;
--al-color-bg-surface-brand-disabled: #360000;
--al-color-bg-surface-brand-elevated: #5b0000;
--al-color-bg-surface-brand-elevated-hovered: #6d0000;
--al-color-bg-surface-brand-elevated-pressed: #800000;
--al-color-bg-surface-brand-elevated-selected: #800000;
--al-color-bg-surface-brand-elevated-disabled: #460000;
--al-color-bg-fill-brand: #ff7866;
--al-color-bg-fill-brand-hovered: #ff9988;
--al-color-bg-fill-brand-pressed: #ffb8aa;
--al-color-bg-fill-brand-selected: #ffd7ce;
--al-color-bg-fill-brand-disabled: #800000;
--al-color-text-brand: #ff7866;
--al-color-text-brand-hovered: #ff9988;
--al-color-text-brand-pressed: #ffb8aa;
--al-color-text-brand-selected: #ffd7ce;
--al-color-text-brand-disabled: #910000;
--al-color-text-on-bg-fill-brand: #270000;
--al-color-text-on-bg-fill-brand-hovered: #270000;
--al-color-text-on-bg-fill-brand-pressed: #270000;
--al-color-text-on-bg-fill-brand-selected: #270000;
--al-color-text-on-bg-fill-brand-disabled: #360000;}

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



