: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: #00a982;
--cb-color-bg-fill-brand-hovered: #1fb391;
--cb-color-bg-fill-brand-pressed: #33ba9b;
--cb-color-bg-fill-brand-selected: #29b796;
--cb-color-bg-fill-brand-disabled: #5cc8af;
--cb-color-text-brand: #00a982;
--cb-color-text-brand-hovered: #14b08c;
--cb-color-text-brand-pressed: #33ba9b;
--cb-color-text-brand-selected: #1fb391;
--cb-color-text-brand-disabled: #5cc8af;
--cb-color-bg-surface-brand: #ebf8f5;
--cb-color-bg-surface-brand-hovered: #d6f1eb;
--cb-color-bg-surface-brand-pressed: #c2eae1;
--cb-color-bg-surface-brand-selected: #e0f5f0;
--cb-color-bg-surface-brand-disabled: #f5fcfa;
--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: #00a982;}

:root:where([data-cb-theme="lightHighContrast"])  {--cb-color-bg-fill-brand: #008466;
--cb-color-bg-fill-brand-hovered: #1f9379;
--cb-color-bg-fill-brand-pressed: #339d85;
--cb-color-bg-fill-brand-selected: #29987f;
--cb-color-bg-fill-brand-disabled: #5cb09d;
--cb-color-text-brand: #007d60;
--cb-color-text-brand-hovered: #14876c;
--cb-color-text-brand-pressed: #339780;
--cb-color-text-brand-selected: #1f8d73;
--cb-color-text-brand-disabled: #5cac99;
--cb-color-border-selected: #008466;}

:root:where([data-cb-theme="dark"])  {--cb-color-bg-fill-brand-hovered: #009472;
--cb-color-bg-fill-brand-pressed: #008768;
--cb-color-bg-fill-brand-selected: #008e6d;
--cb-color-bg-fill-brand-disabled: #006c53;
--cb-color-text-brand-hovered: #009c78;
--cb-color-text-brand-pressed: #008768;
--cb-color-text-brand-selected: #009472;
--cb-color-text-brand-disabled: #006c53;
--cb-color-bg-surface-brand: #001b15;
--cb-color-bg-surface-brand-hovered: #00281f;
--cb-color-bg-surface-brand-pressed: #00362a;
--cb-color-bg-surface-brand-selected: #00221a;
--cb-color-bg-surface-brand-disabled: #001510;
--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: #1e3933;
--cb-color-bg-surface-brand-hovered: #1b443a;
--cb-color-bg-surface-brand-pressed: #184f42;
--cb-color-bg-surface-brand-selected: #1d3f37;
--cb-color-bg-surface-brand-disabled: #20342f;}
:root{--al-color-border-selected: #008764;
--al-color-border-elevated-selected: #008764;
--al-color-outline-focused: #003424;
--al-color-bg-surface-brand: #d6f2e7;
--al-color-bg-surface-brand-hovered: #b1e8d2;
--al-color-bg-surface-brand-pressed: #92dec2;
--al-color-bg-surface-brand-selected: #92dec2;
--al-color-bg-surface-brand-disabled: #e6f7f0;
--al-color-bg-surface-brand-elevated: #d6f2e7;
--al-color-bg-surface-brand-elevated-hovered: #b1e8d2;
--al-color-bg-surface-brand-elevated-pressed: #92dec2;
--al-color-bg-surface-brand-elevated-selected: #92dec2;
--al-color-bg-surface-brand-elevated-disabled: #e6f7f0;
--al-color-bg-fill-brand: #008764;
--al-color-bg-fill-brand-hovered: #007657;
--al-color-bg-fill-brand-pressed: #00654a;
--al-color-bg-fill-brand-selected: #00553d;
--al-color-bg-fill-brand-disabled: #73d3b2;
--al-color-text-brand: #007657;
--al-color-text-brand-hovered: #00654a;
--al-color-text-brand-pressed: #00553d;
--al-color-text-brand-selected: #004531;
--al-color-text-brand-disabled: #56c8a3;
--al-color-text-on-bg-fill-brand: #f9fdfb;
--al-color-text-on-bg-fill-brand-hovered: #f9fdfb;
--al-color-text-on-bg-fill-brand-pressed: #f9fdfb;
--al-color-text-on-bg-fill-brand-selected: #f9fdfb;
--al-color-text-on-bg-fill-brand-disabled: #e6f7f0;}

:root:where([data-al-theme="lightHighContrast"])  {--al-color-border-selected: #007657;
--al-color-border-elevated-selected: #007657;
--al-color-bg-fill-brand: #007657;
--al-color-bg-fill-brand-hovered: #00654a;
--al-color-bg-fill-brand-pressed: #00553d;
--al-color-bg-fill-brand-selected: #004531;
--al-color-text-brand: #00553d;
--al-color-text-brand-hovered: #004531;
--al-color-text-brand-pressed: #003424;
--al-color-text-brand-selected: #002015;}

:root:where([data-al-theme="dark"])  {--al-color-border-selected: #00906c;
--al-color-border-elevated-selected: #00a37c;
--al-color-outline-focused: #baead7;
--al-color-bg-surface-brand: #002317;
--al-color-bg-surface-brand-hovered: #003020;
--al-color-bg-surface-brand-pressed: #003b29;
--al-color-bg-surface-brand-selected: #003b29;
--al-color-bg-surface-brand-disabled: #001c11;
--al-color-bg-surface-brand-elevated: #003020;
--al-color-bg-surface-brand-elevated-hovered: #003b29;
--al-color-bg-surface-brand-elevated-pressed: #004631;
--al-color-bg-surface-brand-elevated-selected: #004631;
--al-color-bg-surface-brand-elevated-disabled: #002317;
--al-color-bg-fill-brand: #2ab58e;
--al-color-bg-fill-brand-hovered: #56c8a3;
--al-color-bg-fill-brand-pressed: #85dabb;
--al-color-bg-fill-brand-selected: #baead7;
--al-color-bg-fill-brand-disabled: #004631;
--al-color-text-brand: #2ab58e;
--al-color-text-brand-hovered: #56c8a3;
--al-color-text-brand-pressed: #85dabb;
--al-color-text-brand-selected: #baead7;
--al-color-text-brand-disabled: #004f39;
--al-color-text-on-bg-fill-brand: #001009;
--al-color-text-on-bg-fill-brand-hovered: #001009;
--al-color-text-on-bg-fill-brand-pressed: #001009;
--al-color-text-on-bg-fill-brand-selected: #001009;
--al-color-text-on-bg-fill-brand-disabled: #001c11;}

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



