: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: #f21d23;
--cb-color-bg-fill-brand-hovered: #f4383e;
--cb-color-bg-fill-brand-pressed: #f54a4f;
--cb-color-bg-fill-brand-selected: #f44146;
--cb-color-bg-fill-brand-disabled: #f76f72;
--cb-color-text-brand: #f21d23;
--cb-color-text-brand-hovered: #f32f34;
--cb-color-text-brand-pressed: #f54a4f;
--cb-color-text-brand-selected: #f4383e;
--cb-color-text-brand-disabled: #f76f72;
--cb-color-bg-surface-brand: #feedee;
--cb-color-bg-surface-brand-hovered: #fddbdc;
--cb-color-bg-surface-brand-pressed: #fcc9ca;
--cb-color-bg-surface-brand-selected: #fde4e4;
--cb-color-bg-surface-brand-disabled: #fef6f6;
--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: #f21d23;}

:root:where([data-cb-theme="lightHighContrast"])  {--cb-color-bg-fill-brand: #e81c22;
--cb-color-bg-fill-brand-hovered: #eb383d;
--cb-color-bg-fill-brand-pressed: #ed494e;
--cb-color-bg-fill-brand-selected: #ec4046;
--cb-color-bg-fill-brand-disabled: #f06e72;
--cb-color-text-brand: #d71a1f;
--cb-color-text-brand-hovered: #da2c31;
--cb-color-text-brand-pressed: #df484c;
--cb-color-text-brand-selected: #dc363a;
--cb-color-text-brand-disabled: #e56d70;
--cb-color-border-selected: #e81c22;}

:root:where([data-cb-theme="dark"])  {--cb-color-bg-fill-brand-hovered: #d5191f;
--cb-color-bg-fill-brand-pressed: #c2171c;
--cb-color-bg-fill-brand-selected: #cb181d;
--cb-color-bg-fill-brand-disabled: #9b1316;
--cb-color-text-brand-hovered: #df1b20;
--cb-color-text-brand-pressed: #c2171c;
--cb-color-text-brand-selected: #d5191f;
--cb-color-text-brand-disabled: #9b1316;
--cb-color-bg-surface-brand: #270506;
--cb-color-bg-surface-brand-hovered: #3a0708;
--cb-color-bg-surface-brand-pressed: #4e090b;
--cb-color-bg-surface-brand-selected: #300607;
--cb-color-bg-surface-brand-disabled: #1d0404;
--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: #452324;
--cb-color-bg-surface-brand-hovered: #552224;
--cb-color-bg-surface-brand-pressed: #662224;
--cb-color-bg-surface-brand-selected: #4d2324;
--cb-color-bg-surface-brand-disabled: #3d2324;}
:root{--al-color-border-selected: #ec101d;
--al-color-border-elevated-selected: #ec101d;
--al-color-outline-focused: #620000;
--al-color-bg-surface-brand: #ffe7e3;
--al-color-bg-surface-brand-hovered: #ffd2c9;
--al-color-bg-surface-brand-pressed: #ffbfb4;
--al-color-bg-surface-brand-selected: #ffbfb4;
--al-color-bg-surface-brand-disabled: #fff1ee;
--al-color-bg-surface-brand-elevated: #ffe7e3;
--al-color-bg-surface-brand-elevated-hovered: #ffd2c9;
--al-color-bg-surface-brand-elevated-pressed: #ffbfb4;
--al-color-bg-surface-brand-elevated-selected: #ffbfb4;
--al-color-bg-surface-brand-elevated-disabled: #fff1ee;
--al-color-bg-fill-brand: #ec101d;
--al-color-bg-fill-brand-hovered: #d10007;
--al-color-bg-fill-brand-pressed: #b50000;
--al-color-bg-fill-brand-selected: #9a0000;
--al-color-bg-fill-brand-disabled: #ffada0;
--al-color-text-brand: #d10007;
--al-color-text-brand-hovered: #b50000;
--al-color-text-brand-pressed: #9a0000;
--al-color-text-brand-selected: #7f0000;
--al-color-text-brand-disabled: #ff998c;
--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: #fff1ee;}

:root:where([data-al-theme="lightHighContrast"])  {--al-color-border-selected: #d10007;
--al-color-border-elevated-selected: #d10007;
--al-color-bg-fill-brand: #d10007;
--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: #f62528;
--al-color-border-elevated-selected: #ff5149;
--al-color-outline-focused: #ffd7d0;
--al-color-bg-surface-brand: #450000;
--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: #390000;
--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: #450000;
--al-color-bg-fill-brand: #ff786b;
--al-color-bg-fill-brand-hovered: #ff998c;
--al-color-bg-fill-brand-pressed: #ffb8ad;
--al-color-bg-fill-brand-selected: #ffd7d0;
--al-color-bg-fill-brand-disabled: #800000;
--al-color-text-brand: #ff786b;
--al-color-text-brand-hovered: #ff998c;
--al-color-text-brand-pressed: #ffb8ad;
--al-color-text-brand-selected: #ffd7d0;
--al-color-text-brand-disabled: #900000;
--al-color-text-on-bg-fill-brand: #260000;
--al-color-text-on-bg-fill-brand-hovered: #260000;
--al-color-text-on-bg-fill-brand-pressed: #260000;
--al-color-text-on-bg-fill-brand-selected: #260000;
--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);
}



