: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: #ec1c24;
--cb-color-bg-fill-brand-hovered: #ee383f;
--cb-color-bg-fill-brand-pressed: #f04950;
--cb-color-bg-fill-brand-selected: #ef4047;
--cb-color-bg-fill-brand-disabled: #f36e73;
--cb-color-text-brand: #ec1c24;
--cb-color-text-brand-hovered: #ed2e35;
--cb-color-text-brand-pressed: #f04950;
--cb-color-text-brand-selected: #ee383f;
--cb-color-text-brand-disabled: #f36e73;
--cb-color-bg-surface-brand: #feedee;
--cb-color-bg-surface-brand-hovered: #fcdbdc;
--cb-color-bg-surface-brand-pressed: #fac9cb;
--cb-color-bg-surface-brand-selected: #fde3e4;
--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: #ec1c24;}

:root:where([data-cb-theme="lightHighContrast"])  {--cb-color-bg-fill-brand: #e91c24;
--cb-color-bg-fill-brand-hovered: #ec383f;
--cb-color-bg-fill-brand-pressed: #ed4950;
--cb-color-bg-fill-brand-selected: #ed4047;
--cb-color-bg-fill-brand-disabled: #f16e73;
--cb-color-text-brand: #d71a21;
--cb-color-text-brand-hovered: #da2c32;
--cb-color-text-brand-pressed: #df484d;
--cb-color-text-brand-selected: #dc363c;
--cb-color-text-brand-disabled: #e56d71;
--cb-color-border-selected: #e91c24;}

:root:where([data-cb-theme="dark"])  {--cb-color-bg-fill-brand-hovered: #cf1920;
--cb-color-bg-fill-brand-pressed: #bd161d;
--cb-color-bg-fill-brand-selected: #c6171e;
--cb-color-bg-fill-brand-disabled: #971217;
--cb-color-text-brand-hovered: #d91a21;
--cb-color-text-brand-pressed: #bd161d;
--cb-color-text-brand-selected: #cf1920;
--cb-color-text-brand-disabled: #971217;
--cb-color-bg-surface-brand: #260506;
--cb-color-bg-surface-brand-hovered: #380709;
--cb-color-bg-surface-brand-pressed: #4c090c;
--cb-color-bg-surface-brand-selected: #2f0607;
--cb-color-bg-surface-brand-disabled: #1d0304;
--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: #442324;
--cb-color-bg-surface-brand-hovered: #542224;
--cb-color-bg-surface-brand-pressed: #642124;
--cb-color-bg-surface-brand-selected: #4c2224;
--cb-color-bg-surface-brand-disabled: #3c2324;}
:root{--al-color-border-selected: #ea1822;
--al-color-border-elevated-selected: #ea1822;
--al-color-outline-focused: #620000;
--al-color-bg-surface-brand: #ffe7e3;
--al-color-bg-surface-brand-hovered: #ffd2ca;
--al-color-bg-surface-brand-pressed: #ffbfb5;
--al-color-bg-surface-brand-selected: #ffbfb5;
--al-color-bg-surface-brand-disabled: #fff1ee;
--al-color-bg-surface-brand-elevated: #ffe7e3;
--al-color-bg-surface-brand-elevated-hovered: #ffd2ca;
--al-color-bg-surface-brand-elevated-pressed: #ffbfb5;
--al-color-bg-surface-brand-elevated-selected: #ffbfb5;
--al-color-bg-surface-brand-elevated-disabled: #fff1ee;
--al-color-bg-fill-brand: #ea1822;
--al-color-bg-fill-brand-hovered: #d1000e;
--al-color-bg-fill-brand-pressed: #b50000;
--al-color-bg-fill-brand-selected: #9a0000;
--al-color-bg-fill-brand-disabled: #ffada1;
--al-color-text-brand: #d1000e;
--al-color-text-brand-hovered: #b50000;
--al-color-text-brand-pressed: #9a0000;
--al-color-text-brand-selected: #7f0000;
--al-color-text-brand-disabled: #ff988c;
--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: #d1000e;
--al-color-border-elevated-selected: #d1000e;
--al-color-bg-fill-brand: #d1000e;
--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: #f42b2d;
--al-color-border-elevated-selected: #ff514a;
--al-color-outline-focused: #ffd7d1;
--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: #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: #450000;
--al-color-bg-fill-brand: #ff786c;
--al-color-bg-fill-brand-hovered: #ff998c;
--al-color-bg-fill-brand-pressed: #ffb8ae;
--al-color-bg-fill-brand-selected: #ffd7d1;
--al-color-bg-fill-brand-disabled: #800000;
--al-color-text-brand: #ff786c;
--al-color-text-brand-hovered: #ff998c;
--al-color-text-brand-pressed: #ffb8ae;
--al-color-text-brand-selected: #ffd7d1;
--al-color-text-brand-disabled: #900000;
--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;}