: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: #fe0000;
--cb-color-bg-fill-brand-hovered: #fe1f1f;
--cb-color-bg-fill-brand-pressed: #fe3333;
--cb-color-bg-fill-brand-selected: #fe2929;
--cb-color-bg-fill-brand-disabled: #fe5c5c;
--cb-color-text-brand: #fe0000;
--cb-color-text-brand-hovered: #fe1414;
--cb-color-text-brand-pressed: #fe3333;
--cb-color-text-brand-selected: #fe1f1f;
--cb-color-text-brand-disabled: #fe5c5c;
--cb-color-bg-surface-brand: #ffebeb;
--cb-color-bg-surface-brand-hovered: #ffd6d6;
--cb-color-bg-surface-brand-pressed: #ffc2c2;
--cb-color-bg-surface-brand-selected: #ffe0e0;
--cb-color-bg-surface-brand-disabled: #fff5f5;
--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: #fe0000;}

:root:where([data-cb-theme="lightHighContrast"])  {--cb-color-bg-fill-brand: #ed0000;
--cb-color-bg-fill-brand-hovered: #ef1f1f;
--cb-color-bg-fill-brand-pressed: #f13333;
--cb-color-bg-fill-brand-selected: #f02929;
--cb-color-bg-fill-brand-disabled: #f35c5c;
--cb-color-text-brand: #d90000;
--cb-color-text-brand-hovered: #dc1414;
--cb-color-text-brand-pressed: #e13333;
--cb-color-text-brand-selected: #de1f1f;
--cb-color-text-brand-disabled: #e75c5c;
--cb-color-border-selected: #ed0000;}

:root:where([data-cb-theme="dark"])  {--cb-color-bg-fill-brand-hovered: #df0000;
--cb-color-bg-fill-brand-pressed: #cb0000;
--cb-color-bg-fill-brand-selected: #d50000;
--cb-color-bg-fill-brand-disabled: #a20000;
--cb-color-text-brand-hovered: #ea0000;
--cb-color-text-brand-pressed: #cb0000;
--cb-color-text-brand-selected: #df0000;
--cb-color-text-brand-disabled: #a20000;
--cb-color-bg-surface-brand: #290000;
--cb-color-bg-surface-brand-hovered: #3d0000;
--cb-color-bg-surface-brand-pressed: #520000;
--cb-color-bg-surface-brand-selected: #330000;
--cb-color-bg-surface-brand-disabled: #1f0000;
--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: #471e1e;
--cb-color-bg-surface-brand-hovered: #581b1b;
--cb-color-bg-surface-brand-pressed: #6a1818;
--cb-color-bg-surface-brand-selected: #501d1d;
--cb-color-bg-surface-brand-disabled: #3f2020;}
:root{--al-color-border-selected: #ee0000;
--al-color-border-elevated-selected: #ee0000;
--al-color-outline-focused: #620000;
--al-color-bg-surface-brand: #ffe6e0;
--al-color-bg-surface-brand-hovered: #ffd3c8;
--al-color-bg-surface-brand-pressed: #ffc0b1;
--al-color-bg-surface-brand-selected: #ffc0b1;
--al-color-bg-surface-brand-disabled: #fff1ee;
--al-color-bg-surface-brand-elevated: #ffe6e0;
--al-color-bg-surface-brand-elevated-hovered: #ffd3c8;
--al-color-bg-surface-brand-elevated-pressed: #ffc0b1;
--al-color-bg-surface-brand-elevated-selected: #ffc0b1;
--al-color-bg-surface-brand-elevated-disabled: #fff1ee;
--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: #ffad9c;
--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: #ff9986;
--al-color-text-on-bg-fill-brand: #fffcfc;
--al-color-text-on-bg-fill-brand-hovered: #fffcfc;
--al-color-text-on-bg-fill-brand-pressed: #fffcfc;
--al-color-text-on-bg-fill-brand-selected: #fffcfc;
--al-color-text-on-bg-fill-brand-disabled: #fff1ee;}

: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: #fe0201;
--al-color-border-elevated-selected: #ff5240;
--al-color-outline-focused: #ffd7ce;
--al-color-bg-surface-brand: #450000;
--al-color-bg-surface-brand-hovered: #5b0000;
--al-color-bg-surface-brand-pressed: #6e0000;
--al-color-bg-surface-brand-selected: #6e0000;
--al-color-bg-surface-brand-disabled: #390000;
--al-color-bg-surface-brand-elevated: #5b0000;
--al-color-bg-surface-brand-elevated-hovered: #6e0000;
--al-color-bg-surface-brand-elevated-pressed: #800000;
--al-color-bg-surface-brand-elevated-selected: #800000;
--al-color-bg-surface-brand-elevated-disabled: #450000;
--al-color-bg-fill-brand: #ff7965;
--al-color-bg-fill-brand-hovered: #ff9987;
--al-color-bg-fill-brand-pressed: #ffb8a9;
--al-color-bg-fill-brand-selected: #ffd7ce;
--al-color-bg-fill-brand-disabled: #800000;
--al-color-text-brand: #ff7965;
--al-color-text-brand-hovered: #ff9987;
--al-color-text-brand-pressed: #ffb8a9;
--al-color-text-brand-selected: #ffd7ce;
--al-color-text-brand-disabled: #900000;
--al-color-text-on-bg-fill-brand: #250000;
--al-color-text-on-bg-fill-brand-hovered: #250000;
--al-color-text-on-bg-fill-brand-pressed: #250000;
--al-color-text-on-bg-fill-brand-selected: #250000;
--al-color-text-on-bg-fill-brand-disabled: #390000;}

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



