[data-sentiment="cautionary"],
[data-sentiment="cautionary"][data-prominence="default"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #f7e1a8;
  --themeColorBgHover: #fbf0d4;
  --themeColorFg: #1b1b1b;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #13362a;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #eaaf18;
  --themeColorBorderProminent: #302405;
  --themeColorBorderGentle: #f3d17a;
  --themeColorBorderMuted: #f3d17a;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --inputColorBorder: #3b3b3b;
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgWarning);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorder);
  --themeColorBorderSelected: var(--themeColorFgSelected);
  --themeColorBorderWarning: var(--themeColorBorder);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="cautionary"][data-prominence="gentle"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #fbf0d4;
  --themeColorBgHover: #fdf8ea;
  --themeColorFg: #1b1b1b;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #13362a;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #eaaf18;
  --themeColorBorderProminent: #4c3908;
  --themeColorBorderGentle: #f3d17a;
  --themeColorBorderMuted: #f7e1a8;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --inputColorBorder: #3b3b3b;
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgWarning);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorder);
  --themeColorBorderSelected: var(--themeColorFgSelected);
  --themeColorBorderWarning: var(--themeColorBorder);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="cautionary"][data-prominence="muted"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #fdf8ea;
  --themeColorBgHover: var(--commonColorWhite);
  --themeColorFg: #1b1b1b;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #f7e1a8;
  --themeColorBorderProminent: #4c3908;
  --themeColorBorderGentle: #f7e1a8;
  --themeColorBorderMuted: #fbf0d4;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --inputColorBorder: #3b3b3b;
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgWarning);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorder);
  --themeColorBorderSelected: var(--themeColorFgSelected);
  --themeColorBorderWarning: var(--themeColorBorder);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="cautionary"][data-prominence="prominent"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #eaaf18;
  --themeColorBgHover: #f3d17a;
  --themeColorFg: #090909;
  --themeColorFgProminent: var(--commonColorBlack);
  --themeColorFgGentle: #262626;
  --themeColorFgMuted: #474747;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #302405;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #97710f;
  --themeColorBorderProminent: #122a21;
  --themeColorBorderGentle: #f3d17a;
  --themeColorBorderMuted: #f3d17a;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #f3d17a;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --inputColorBorder: #3b3b3b;
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #5e5e5e;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgWarning);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorder);
  --themeColorBorderSelected: var(--themeColorFgSelected);
  --themeColorBorderWarning: var(--themeColorBorder);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="default"][data-prominence="gentle"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #f1f1f1;
  --themeColorBgHover: #e2e2e2;
  --themeColorFg: #262626;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #525252;
  --themeColorFgMuted: #6a6a6a;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #9e9e9e;
  --themeColorBorderProminent: #525252;
  --themeColorBorderGentle: #ababab;
  --themeColorBorderMuted: #b9b9b9;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #7a0c0c;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #82e578;
  --buttonColorPrimaryBgHover: #bef0ad;
  --buttonColorPrimaryBgActive: #72ce6e;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #144a38;
  --buttonColorPrimaryFgHover: #122a21;
  --buttonColorPrimaryFgActive: #1b1b1b;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #b9b9b9;
  --buttonColorSecondaryBorderDisabled: #b9b9b9;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #b9b9b9;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #b9b9b9;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #b9b9b9;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --inputColorBg: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #848484;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="default"][data-prominence="muted"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #e2e2e2;
  --themeColorBgHover: #d4d4d4;
  --themeColorFg: #262626;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #525252;
  --themeColorFgMuted: #9e9e9e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #848484;
  --themeColorBorderProminent: #525252;
  --themeColorBorderGentle: #9e9e9e;
  --themeColorBorderMuted: #b9b9b9;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #7a0c0c;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #82e578;
  --buttonColorPrimaryBgHover: #bef0ad;
  --buttonColorPrimaryBgActive: #72ce6e;
  --buttonColorPrimaryBgDisabled: #c6c6c6;
  --buttonColorPrimaryFg: #144a38;
  --buttonColorPrimaryFgHover: #122a21;
  --buttonColorPrimaryFgActive: #1b1b1b;
  --buttonColorPrimaryFgDisabled: #9e9e9e;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #b9b9b9;
  --buttonColorSecondaryBorderDisabled: #b9b9b9;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #b9b9b9;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #b9b9b9;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #b9b9b9;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --inputColorBg: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #848484;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="hero"],
[data-sentiment="hero"][data-prominence="default"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #144a38;
  --themeColorBgHover: #13362a;
  --themeColorFg: #f1f1f1;
  --themeColorFgProminent: var(--commonColorWhite);
  --themeColorFgGentle: #d4d4d4;
  --themeColorFgMuted: #b9b9b9;
  --themeColorFgBrand: #82e578;
  --themeColorFgSelected: #82e578;
  --themeColorFgLabel: #82e578;
  --themeColorFgSuccess: #82e578;
  --themeColorFgError: #eba8a8;
  --themeColorFgWarning: #eaaf18;
  --themeColorFgInfo: #97bce3;
  --themeColorFgLink: #82e578;
  --themeColorFgLinkHover: #bef0ad;
  --themeColorFgLinkActive: #dff8d6;
  --themeColorBorder: #82e578;
  --themeColorBorderProminent: var(--commonColorWhite);
  --themeColorBorderGentle: #479454;
  --themeColorBorderMuted: #2a6945;
  --themeColorBorderBrand: #82e578;
  --themeColorBorderSelected: #82e578;
  --themeColorBorderSuccess: #82e578;
  --themeColorBorderError: #d34444;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderInfo: #97bce3;
  --themeColorBorderFocus: #b7b6d4;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #82e578;
  --buttonColorPrimaryBgHover: #bef0ad;
  --buttonColorPrimaryBgActive: #72ce6e;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #144a38;
  --buttonColorPrimaryFgHover: #122a21;
  --buttonColorPrimaryFgActive: #1b1b1b;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #b9b9b9;
  --buttonColorSecondaryBorderDisabled: #b9b9b9;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #b9b9b9;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #e69696;
  --buttonColorDestructiveFgHover: #eba8a8;
  --buttonColorDestructiveFgActive: #efb9b9;
  --buttonColorDestructiveFgDisabled: #b9b9b9;
  --buttonColorDestructiveBorder: #e69696;
  --buttonColorDestructiveBorderHover: #eba8a8;
  --buttonColorDestructiveBorderActive: #efb9b9;
  --buttonColorDestructiveBorderDisabled: #b9b9b9;
  --datePickerColorFgSelected: #144a38;
  --datePickerColorFgSelectedHover: #13362a;
  --loaderColorA: #144a38;
  --loaderColorB: #82e578;
  --productCardColorBgHighlight: #82e578;
  --productCardColorFgHighlight: #144a38;
  --progressStepperColorIndicatorInactive: #9e9e9e;
  --switchToggleColorOnIcon: #144a38;
  --switchToggleColorOnHandle: #144a38;
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="hero"][data-prominence="gentle"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #13362a;
  --themeColorBgHover: #122a21;
  --themeColorFg: #f1f1f1;
  --themeColorFgProminent: var(--commonColorWhite);
  --themeColorFgGentle: #d4d4d4;
  --themeColorFgMuted: #b9b9b9;
  --themeColorFgBrand: #82e578;
  --themeColorFgSelected: #82e578;
  --themeColorFgLabel: #82e578;
  --themeColorFgSuccess: #82e578;
  --themeColorFgError: #eba8a8;
  --themeColorFgWarning: #eaaf18;
  --themeColorFgInfo: #97bce3;
  --themeColorFgLink: #82e578;
  --themeColorFgLinkHover: #bef0ad;
  --themeColorFgLinkActive: #dff8d6;
  --themeColorBorder: #72ce6e;
  --themeColorBorderProminent: var(--commonColorWhite);
  --themeColorBorderGentle: #3b854f;
  --themeColorBorderMuted: #215c40;
  --themeColorBorderBrand: #82e578;
  --themeColorBorderSelected: #82e578;
  --themeColorBorderSuccess: #82e578;
  --themeColorBorderError: #d34444;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderInfo: #97bce3;
  --themeColorBorderFocus: #b7b6d4;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #82e578;
  --buttonColorPrimaryBgHover: #bef0ad;
  --buttonColorPrimaryBgActive: #72ce6e;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #144a38;
  --buttonColorPrimaryFgHover: #122a21;
  --buttonColorPrimaryFgActive: #1b1b1b;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #b9b9b9;
  --buttonColorSecondaryBorderDisabled: #b9b9b9;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #b9b9b9;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #e69696;
  --buttonColorDestructiveFgHover: #eba8a8;
  --buttonColorDestructiveFgActive: #efb9b9;
  --buttonColorDestructiveFgDisabled: #b9b9b9;
  --buttonColorDestructiveBorder: #e69696;
  --buttonColorDestructiveBorderHover: #eba8a8;
  --buttonColorDestructiveBorderActive: #efb9b9;
  --buttonColorDestructiveBorderDisabled: #b9b9b9;
  --datePickerColorFgSelected: #144a38;
  --datePickerColorFgSelectedHover: #13362a;
  --loaderColorA: #144a38;
  --loaderColorB: #82e578;
  --productCardColorBgHighlight: #82e578;
  --productCardColorFgHighlight: #144a38;
  --progressStepperColorIndicatorInactive: #9e9e9e;
  --switchToggleColorOnIcon: #144a38;
  --switchToggleColorOnHandle: #144a38;
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="hero"][data-prominence="muted"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #122a21;
  --themeColorBgHover: #101e19;
  --themeColorFg: #f1f1f1;
  --themeColorFgProminent: var(--commonColorWhite);
  --themeColorFgGentle: #d4d4d4;
  --themeColorFgMuted: #b9b9b9;
  --themeColorFgBrand: #82e578;
  --themeColorFgSelected: #82e578;
  --themeColorFgLabel: #82e578;
  --themeColorFgSuccess: #82e578;
  --themeColorFgError: #eba8a8;
  --themeColorFgWarning: #eaaf18;
  --themeColorFgInfo: #97bce3;
  --themeColorFgLink: #82e578;
  --themeColorFgLinkHover: #bef0ad;
  --themeColorFgLinkActive: #dff8d6;
  --themeColorBorder: #5caf62;
  --themeColorBorderProminent: var(--commonColorWhite);
  --themeColorBorderGentle: #33784a;
  --themeColorBorderMuted: #144a38;
  --themeColorBorderBrand: #82e578;
  --themeColorBorderSelected: #82e578;
  --themeColorBorderSuccess: #82e578;
  --themeColorBorderError: #d34444;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderInfo: #97bce3;
  --themeColorBorderFocus: #b7b6d4;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #82e578;
  --buttonColorPrimaryBgHover: #bef0ad;
  --buttonColorPrimaryBgActive: #72ce6e;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #144a38;
  --buttonColorPrimaryFgHover: #122a21;
  --buttonColorPrimaryFgActive: #1b1b1b;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #b9b9b9;
  --buttonColorSecondaryBorderDisabled: #b9b9b9;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #b9b9b9;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #e69696;
  --buttonColorDestructiveFgHover: #eba8a8;
  --buttonColorDestructiveFgActive: #efb9b9;
  --buttonColorDestructiveFgDisabled: #b9b9b9;
  --buttonColorDestructiveBorder: #e69696;
  --buttonColorDestructiveBorderHover: #eba8a8;
  --buttonColorDestructiveBorderActive: #efb9b9;
  --buttonColorDestructiveBorderDisabled: #b9b9b9;
  --datePickerColorFgSelected: #144a38;
  --datePickerColorFgSelectedHover: #13362a;
  --loaderColorA: #144a38;
  --loaderColorB: #82e578;
  --productCardColorBgHighlight: #82e578;
  --productCardColorFgHighlight: #144a38;
  --progressStepperColorIndicatorInactive: #9e9e9e;
  --switchToggleColorOnIcon: #144a38;
  --switchToggleColorOnHandle: #144a38;
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="hero"][data-prominence="prominent"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #82e578;
  --themeColorBgHover: #bef0ad;
  --themeColorFg: #1b1b1b;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #303030;
  --themeColorFgMuted: #525252;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #144a38;
  --themeColorBorderProminent: #101e19;
  --themeColorBorderGentle: #215c40;
  --themeColorBorderMuted: #479454;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderWarning: #97710f;
  --themeColorBorderInfo: #2f79c6;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelected: var(--commonColorWhite);
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #6a6a6a;
  --switchToggleColorOnIcon: #82e578;
  --switchToggleColorOnHandle: #effceb;
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="informative"],
[data-sentiment="informative"][data-prominence="default"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #c1d7ee;
  --themeColorBgHover: #d5e4f4;
  --themeColorFg: #1b1b1b;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #3b3b3b;
  --themeColorFgMuted: #525252;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #003b77;
  --themeColorBorderProminent: #001c39;
  --themeColorBorderGentle: #97bce3;
  --themeColorBorderMuted: #97bce3;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #7a0c0c;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #9e9e9e;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --inputColorBorder: #3b3b3b;
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #6a6a6a;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgInfo);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorder);
  --themeColorBorderSelected: var(--themeColorBorder);
  --themeColorBorderInfo: var(--themeColorBorder);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="informative"][data-prominence="gentle"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #d5e4f4;
  --themeColorBgHover: #eaf2f9;
  --themeColorFg: #1b1b1b;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #3b3b3b;
  --themeColorFgMuted: #525252;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #003b77;
  --themeColorBorderProminent: #001c39;
  --themeColorBorderGentle: #97bce3;
  --themeColorBorderMuted: #97bce3;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #7a0c0c;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #9e9e9e;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --inputColorBorder: #3b3b3b;
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #6a6a6a;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgInfo);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorder);
  --themeColorBorderSelected: var(--themeColorBorder);
  --themeColorBorderInfo: var(--themeColorBorder);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="informative"][data-prominence="muted"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #eaf2f9;
  --themeColorBgHover: #f5f8fc;
  --themeColorFg: #1b1b1b;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #3b3b3b;
  --themeColorFgMuted: #525252;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #003b77;
  --themeColorBorderProminent: #001c39;
  --themeColorBorderGentle: #97bce3;
  --themeColorBorderMuted: #97bce3;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #7a0c0c;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #9e9e9e;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --inputColorBorder: #3b3b3b;
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #6a6a6a;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgInfo);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorder);
  --themeColorBorderSelected: var(--themeColorBorder);
  --themeColorBorderInfo: var(--themeColorBorder);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="informative"][data-prominence="prominent"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #003b77;
  --themeColorBgHover: #003062;
  --themeColorFg: #f1f1f1;
  --themeColorFgProminent: var(--commonColorWhite);
  --themeColorFgGentle: #e2e2e2;
  --themeColorFgMuted: #d4d4d4;
  --themeColorFgBrand: #82e578;
  --themeColorFgSentiment: #97bce3;
  --themeColorFgSelected: var(--commonColorWhite);
  --themeColorFgLabel: var(--commonColorWhite);
  --themeColorFgSuccess: #82e578;
  --themeColorFgError: #eba8a8;
  --themeColorFgWarning: #eaaf18;
  --themeColorFgInfo: #97bce3;
  --themeColorFgHeading2xl: var(--commonColorWhite);
  --themeColorFgHeadingXl: var(--commonColorWhite);
  --themeColorFgHeadingLg: var(--commonColorWhite);
  --themeColorFgHeadingMd: #f5f8fc;
  --themeColorFgHeadingSm: #f5f8fc;
  --themeColorFgHeadingXs: #f5f8fc;
  --themeColorFgLink: #f1f1f1;
  --themeColorFgLinkHover: var(--commonColorWhite);
  --themeColorFgLinkActive: #f5f8fc;
  --themeColorFgLinkDisabled: #6ea2d7;
  --themeColorBorder: #97bce3;
  --themeColorBorderProminent: #d5e4f4;
  --themeColorBorderGentle: #2f79c6;
  --themeColorBorderMuted: #2f79c6;
  --themeColorBorderBrand: #82e578;
  --themeColorBorderSuccess: #82e578;
  --themeColorBorderError: #d34444;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderFocus: #b7b6d4;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #82e578;
  --buttonColorPrimaryBgHover: #bef0ad;
  --buttonColorPrimaryBgActive: #72ce6e;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #13362a;
  --buttonColorPrimaryFgHover: #122a21;
  --buttonColorPrimaryFgActive: #1b1b1b;
  --buttonColorPrimaryFgDisabled: #9e9e9e;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #e69696;
  --buttonColorDestructiveFgHover: #eba8a8;
  --buttonColorDestructiveFgActive: #efb9b9;
  --buttonColorDestructiveFgDisabled: #b9b9b9;
  --buttonColorDestructiveBorder: #e69696;
  --buttonColorDestructiveBorderHover: #eba8a8;
  --buttonColorDestructiveBorderActive: #efb9b9;
  --buttonColorDestructiveBorderDisabled: #b9b9b9;
  --datePickerColorBgSelected: #82e578;
  --datePickerColorBgSelectedHover: #bef0ad;
  --datePickerColorFgSelected: #144a38;
  --datePickerColorFgSelectedHover: #13362a;
  --inputColorBorder: #e2e2e2;
  --loaderColorA: #144a38;
  --loaderColorB: #82e578;
  --productCardColorBgHighlight: #82e578;
  --productCardColorFgHighlight: #144a38;
  --progressStepperColorIndicatorInactive: #9e9e9e;
  --switchToggleColorOnTrack: #82e578;
  --switchToggleColorOnBorder: #82e578;
  --switchToggleColorOnIcon: #144a38;
  --switchToggleColorOnHandle: #144a38;
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorBorderSentiment: var(--themeColorBorder);
  --themeColorBorderSelected: var(--themeColorBorder);
  --themeColorBorderInfo: var(--themeColorBorder);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --switchToggleColorOffTrack: var(--inputColorBg);
}

[data-sentiment="negative"],
[data-sentiment="negative"][data-prominence="default"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #f3cbcb;
  --themeColorBgHover: #f7dcdc;
  --themeColorFg: #1b1b1b;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #a61111;
  --themeColorBorderProminent: #7a0c0c;
  --themeColorBorderGentle: #d34444;
  --themeColorBorderMuted: #e28383;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderWarning: #97710f;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --inputColorBorder: #3b3b3b;
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgError);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorder);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="negative"][data-prominence="gentle"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #f7dcdc;
  --themeColorBgHover: #fbeeee;
  --themeColorFg: #1b1b1b;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #a61111;
  --themeColorBorderProminent: #7a0c0c;
  --themeColorBorderGentle: #d34444;
  --themeColorBorderMuted: #e28383;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderWarning: #97710f;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --inputColorBorder: #3b3b3b;
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgError);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorder);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="negative"][data-prominence="muted"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #fbeeee;
  --themeColorBgHover: #fdf6f6;
  --themeColorFg: #1b1b1b;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #a61111;
  --themeColorBorderProminent: #7a0c0c;
  --themeColorBorderGentle: #d34444;
  --themeColorBorderMuted: #e28383;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderWarning: #97710f;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --inputColorBorder: #3b3b3b;
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgError);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorder);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="negative"][data-prominence="prominent"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #a61111;
  --themeColorBgHover: #7a0c0c;
  --themeColorFg: #f8f8f8;
  --themeColorFgProminent: var(--commonColorWhite);
  --themeColorFgGentle: #e2e2e2;
  --themeColorFgMuted: #d4d4d4;
  --themeColorFgBrand: #82e578;
  --themeColorFgSentiment: #f3cbcb;
  --themeColorFgSelected: #82e578;
  --themeColorFgLabel: var(--commonColorWhite);
  --themeColorFgSuccess: #82e578;
  --themeColorFgError: #f3cbcb;
  --themeColorFgWarning: #f3d17a;
  --themeColorFgInfo: #c1d7ee;
  --themeColorFgHeading2xl: var(--commonColorWhite);
  --themeColorFgHeadingXl: var(--commonColorWhite);
  --themeColorFgHeadingLg: var(--commonColorWhite);
  --themeColorFgHeadingMd: #fdf6f6;
  --themeColorFgHeadingSm: #fdf6f6;
  --themeColorFgHeadingXs: #fdf6f6;
  --themeColorFgLink: #f1f1f1;
  --themeColorFgLinkHover: var(--commonColorWhite);
  --themeColorFgLinkActive: #fdf6f6;
  --themeColorFgLinkDisabled: #e28383;
  --themeColorBorder: #f7dcdc;
  --themeColorBorderProminent: var(--commonColorWhite);
  --themeColorBorderGentle: #eba8a8;
  --themeColorBorderMuted: #d34444;
  --themeColorBorderBrand: #82e578;
  --themeColorBorderSelected: var(--commonColorWhite);
  --themeColorBorderSuccess: #82e578;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderInfo: #97bce3;
  --themeColorBorderFocus: #b7b6d4;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #82e578;
  --buttonColorPrimaryBgHover: #bef0ad;
  --buttonColorPrimaryBgActive: #72ce6e;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #13362a;
  --buttonColorPrimaryFgHover: #122a21;
  --buttonColorPrimaryFgActive: #1b1b1b;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #e69696;
  --buttonColorDestructiveFgHover: #eba8a8;
  --buttonColorDestructiveFgActive: #efb9b9;
  --buttonColorDestructiveFgDisabled: #b9b9b9;
  --buttonColorDestructiveBorder: #e69696;
  --buttonColorDestructiveBorderHover: #eba8a8;
  --buttonColorDestructiveBorderActive: #efb9b9;
  --buttonColorDestructiveBorderDisabled: #b9b9b9;
  --datePickerColorBgSelected: #82e578;
  --datePickerColorBgSelectedHover: #bef0ad;
  --datePickerColorFgSelected: #144a38;
  --datePickerColorFgSelectedHover: #13362a;
  --inputColorBorder: #e2e2e2;
  --loaderColorA: #144a38;
  --loaderColorB: #82e578;
  --productCardColorBgHighlight: #82e578;
  --productCardColorFgHighlight: #144a38;
  --progressStepperColorIndicatorInactive: #b9b9b9;
  --switchToggleColorOnIcon: #144a38;
  --switchToggleColorOnHandle: #144a38;
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorBorderSentiment: var(--themeColorBorder);
  --themeColorBorderError: var(--themeColorBorder);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --switchToggleColorOffTrack: var(--inputColorBg);
}

[data-sentiment="positive"],
[data-sentiment="positive"][data-prominence="default"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #bef0ad;
  --themeColorBgHover: #dff8d6;
  --themeColorFg: #1b1b1b;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #215c40;
  --themeColorBorderProminent: #13362a;
  --themeColorBorderGentle: #3b854f;
  --themeColorBorderMuted: #67be68;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #7a0c0c;
  --themeColorBorderWarning: #97710f;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="positive"][data-prominence="gentle"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #e8f3e9;
  --themeColorBgHover: #f4f9f4;
  --themeColorFg: #1b1b1b;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #2a6945;
  --themeColorBorderProminent: #13362a;
  --themeColorBorderGentle: #52a15c;
  --themeColorBorderMuted: #72ce6e;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #7a0c0c;
  --themeColorBorderWarning: #97710f;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="positive"][data-prominence="muted"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #f4f9f4;
  --themeColorBgHover: var(--commonColorWhite);
  --themeColorFg: #1b1b1b;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #33784a;
  --themeColorBorderProminent: #144a38;
  --themeColorBorderGentle: #67be68;
  --themeColorBorderMuted: #7ddd75;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #7a0c0c;
  --themeColorBorderWarning: #97710f;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="positive"][data-prominence="prominent"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #9de782;
  --themeColorBgHover: #bef0ad;
  --themeColorFg: #1b1b1b;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #303030;
  --themeColorFgMuted: #525252;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #174f3b;
  --themeColorBorderProminent: #122a21;
  --themeColorBorderGentle: #33784a;
  --themeColorBorderMuted: #5caf62;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #7a0c0c;
  --themeColorBorderWarning: #97710f;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="sage"],
[data-sentiment="sage"][data-prominence="default"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #dae6d2;
  --themeColorBgHover: #edf3e8;
  --themeColorFg: #262626;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #87957f;
  --themeColorBorderProminent: #13362a;
  --themeColorBorderGentle: #a0b095;
  --themeColorBorderMuted: #b9ccad;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="sage"][data-prominence="gentle"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #edf3e8;
  --themeColorBgHover: #f6f9f4;
  --themeColorFg: #262626;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #94a28a;
  --themeColorBorderProminent: #13362a;
  --themeColorBorderGentle: #adbea1;
  --themeColorBorderMuted: #c2d6b5;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="sage"][data-prominence="muted"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #f6f9f4;
  --themeColorBgHover: var(--commonColorWhite);
  --themeColorFg: #262626;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #a0b095;
  --themeColorBorderProminent: #13362a;
  --themeColorBorderGentle: #b9ccad;
  --themeColorBorderMuted: #dae6d2;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="sage"][data-prominence="prominent"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #c2d6b5;
  --themeColorBgHover: #dae6d2;
  --themeColorFg: #262626;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #3b3b3b;
  --themeColorFgMuted: #525252;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #7b8773;
  --themeColorBorderProminent: #13362a;
  --themeColorBorderGentle: #94a28a;
  --themeColorBorderMuted: #adbea1;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="sunset"],
[data-sentiment="sunset"][data-prominence="default"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #fedcc6;
  --themeColorBgHover: #ffede2;
  --themeColorFg: #262626;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #a58c7c;
  --themeColorBorderProminent: #13362a;
  --themeColorBorderGentle: #d3b29d;
  --themeColorBorderMuted: #f2cdb4;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderWarning: #97710f;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="sunset"][data-prominence="gentle"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #ffede2;
  --themeColorBgHover: #fff6f1;
  --themeColorFg: #262626;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #c3a592;
  --themeColorBorderProminent: #13362a;
  --themeColorBorderGentle: #e2c0a9;
  --themeColorBorderMuted: #f2cdb4;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderWarning: #97710f;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="sunset"][data-prominence="muted"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #fff6f1;
  --themeColorBgHover: var(--commonColorWhite);
  --themeColorFg: #262626;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #d3b29d;
  --themeColorBorderProminent: #13362a;
  --themeColorBorderGentle: #f2cdb4;
  --themeColorBorderMuted: #fedcc6;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderWarning: #97710f;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #777777;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="warm"],
[data-sentiment="warm"][data-prominence="default"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #f5f0d6;
  --themeColorBgHover: #fbf8ec;
  --themeColorFg: #262626;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #a19e8d;
  --themeColorBorderProminent: #13362a;
  --themeColorBorderGentle: #bdb9a5;
  --themeColorBorderMuted: #d9d5be;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #848484;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="warm"][data-prominence="gentle"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #f5f0d6;
  --themeColorBgHover: #fbf8ec;
  --themeColorFg: #262626;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #afac99;
  --themeColorBorderProminent: #13362a;
  --themeColorBorderGentle: #cbc7b1;
  --themeColorBorderMuted: #e8e3ca;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #848484;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

[data-sentiment="warm"][data-prominence="muted"] {
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --themeColorBg: #f5f0d6;
  --themeColorBgHover: #fbf8ec;
  --themeColorFg: #262626;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #474747;
  --themeColorFgMuted: #5e5e5e;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #afac99;
  --themeColorBorderProminent: #13362a;
  --themeColorBorderGentle: #cbc7b1;
  --themeColorBorderMuted: #e8e3ca;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #a61111;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --buttonColorPrimaryBg: #144a38;
  --buttonColorPrimaryBgHover: #144a38;
  --buttonColorPrimaryBgActive: #13362a;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #f8f8f8;
  --buttonColorPrimaryFgHover: #82e578;
  --buttonColorPrimaryFgActive: #d4d4d4;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #9e9e9e;
  --buttonColorSecondaryBorderDisabled: #9e9e9e;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #9e9e9e;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #9e9e9e;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #9e9e9e;
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #848484;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
}

:root,
[data-sentiment="default"],
[data-sentiment="default"][data-prominence="default"] {
  --themeMetaBrand: nib;
  --themeDimensionBorderRadiusZero: 0px;
  --themeDimensionBorderRadius: 8px;
  --themeDimensionBorderRadiusSmall: 4px;
  --themeDimensionBorderRadiusLarge: 16px;
  --themeDimensionBorderRadiusFull: 9999px;
  --themeDimensionBorderWidthNone: 0px;
  --themeDimensionBorderWidth: 2px;
  --themeDimensionBorderWidthThin: 1px;
  --themeDimensionBorderWidthMedium: 4px;
  --themeDimensionBorderWidthThick: 8px;
  --themeFocusOutlineStyle: solid;
  --themeFocusOutlineWidth: 3px;
  --themeFocusOutlineOffset: 0.125em;
  --themeShadowRaisedA: -2px 4px 4px 0px rgb(0% 0% 0% / 0.05);
  --themeShadowRaisedB: -4px 8px 8px 0px rgb(0% 0% 0% / 0.05);
  --themeShadowRaisedC: 0px 4px 8px 0px rgb(0% 0% 0% / 0.05);
  --themeShadowElevatedA: -4px 8px 8px 0px rgb(0% 0% 0% / 0.04);
  --themeShadowElevatedB: -8px 16px 16px 0px rgb(0% 0% 0% / 0.04);
  --themeShadowElevatedC: 0px 8px 16px 0px rgb(0% 0% 0% / 0.04);
  --themeShadowFloatingA: -6px 12px 12px 0px rgb(0% 0% 0% / 0.03);
  --themeShadowFloatingB: -12px 24px 24px 0px rgb(0% 0% 0% / 0.03);
  --themeShadowFloatingC: 0px 12px 24px 0px rgb(0% 0% 0% / 0.03);
  --themeFontWeightCopy: 400;
  --themeFontWeightBold: 700;
  --themeFontWeightLink: 500;
  --themeTypographyCopyLineHeight: 1.5;
  --themeTypographyCopyLetterSpacing: -0.02em;
  --themeTypographyCopySmallLineHeight: 1.5;
  --themeTypographyCopySmallLetterSpacing: -0.02em;
  --themeTypographyCopyLargeLineHeight: 1.5;
  --themeTypographyCopyLargeLetterSpacing: -0.02em;
  --themeTypographyHeading2xlFontSize: 3.75rem;
  --themeTypographyHeading2xlFontStyle: normal;
  --themeTypographyHeading2xlLineHeight: 0.875;
  --themeTypographyHeading2xlLetterSpacing: -0.015em;
  --themeTypographyHeadingXlFontStyle: normal;
  --themeTypographyHeadingXlLineHeight: 1;
  --themeTypographyHeadingXlLetterSpacing: -0.02em;
  --themeTypographyHeadingLgFontStyle: normal;
  --themeTypographyHeadingLgLineHeight: 1;
  --themeTypographyHeadingLgLetterSpacing: -0.02em;
  --themeTypographyHeadingMdFontStyle: normal;
  --themeTypographyHeadingMdLineHeight: 1.2;
  --themeTypographyHeadingMdLetterSpacing: -0.02em;
  --themeTypographyHeadingSmFontStyle: normal;
  --themeTypographyHeadingSmLineHeight: 1.2;
  --themeTypographyHeadingSmLetterSpacing: -0.02em;
  --themeTypographyHeadingXsFontStyle: normal;
  --themeTypographyHeadingXsLineHeight: 1.2;
  --themeTypographyHeadingXsLetterSpacing: -0.02em;
  --themeTextTransformHeading2xl: none;
  --acknowledgementMetaVisible: true;
  --acknowledgementMetaShowImage: true;
  --buttonOpacityDisabled: 0.4;
  --buttonTypographyLineHeight: 1;
  --buttonTypographyLetterSpacing: -0.02em;
  --buttonTypographySmallLineHeight: 1;
  --buttonTypographySmallLetterSpacing: -0.02em;
  --buttonTypographyLargeLineHeight: 1;
  --buttonTypographyLargeLetterSpacing: -0.02em;
  --buttonTextTransform: none;
  --formControlTypographyLabelLineHeight: 1.5;
  --formControlTypographyLabelLetterSpacing: 0px;
  --formControlTextTransformLabel: none;
  --headerDimensionLogoHeight: 40px;
  --logoDimensionHeight: 48px;
  --logoDimensionHeightSmall: 24px;
  --logoDimensionHeightLarge: 64px;
  --logoMetaVariation: default;
  --logoMetaColor: default;
  --overlayColorBg: rgba(17, 17, 17, 0.9);
  --tagLineHeight: 1;
  --tagTextTransform: none;
  --themeColorBg: var(--commonColorWhite);
  --themeColorBgHover: #f8f8f8;
  --themeColorFg: #262626;
  --themeColorFgProminent: #111111;
  --themeColorFgGentle: #525252;
  --themeColorFgMuted: #6a6a6a;
  --themeColorFgBrand: #144a38;
  --themeColorFgSelected: #144a38;
  --themeColorFgLabel: #144a38;
  --themeColorFgSuccess: #144a38;
  --themeColorFgError: #7a0c0c;
  --themeColorFgWarning: #302405;
  --themeColorFgInfo: #003b77;
  --themeColorFgLink: #144a38;
  --themeColorFgLinkHover: #122a21;
  --themeColorFgLinkActive: #13362a;
  --themeColorBorder: #ababab;
  --themeColorBorderProminent: #525252;
  --themeColorBorderGentle: #b9b9b9;
  --themeColorBorderMuted: #f1f1f1;
  --themeColorBorderBrand: #144a38;
  --themeColorBorderSelected: #144a38;
  --themeColorBorderSuccess: #144a38;
  --themeColorBorderError: #7a0c0c;
  --themeColorBorderWarning: #eaaf18;
  --themeColorBorderInfo: #003b77;
  --themeColorBorderFocus: #373666;
  --themeColorBorderBronze: #c97f2d;
  --themeColorBorderSilver: #86aebe;
  --themeColorBorderGold: #c4b355;
  --themeColorBorderProductExtras: #7c3e98;
  --themeFontFamilyCopy: 'Buenos Aires', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --themeTypographyCopyFontSize: 1rem;
  --themeTypographyCopyFontWeight: var(--themeFontWeightCopy);
  --themeTypographyCopySmallFontSize: 0.875rem;
  --themeTypographyCopySmallFontWeight: var(--themeFontWeightCopy);
  --themeTypographyCopyLargeFontSize: 1.125rem;
  --themeTypographyCopyLargeFontWeight: var(--themeFontWeightCopy);
  --themeTypographyHeading2xlFontFamily: 'Crimson Pro', 'Iowan Old Style', 'Sitka Display', 'Palatino Linotype', Charter, Palatino, serif;
  --themeTypographyHeading2xlFontWeight: 575;
  --themeTypographyHeadingXlFontSize: 2.25rem;
  --themeTypographyHeadingXlFontWeight: 600;
  --themeTypographyHeadingLgFontSize: 1.5rem;
  --themeTypographyHeadingLgFontWeight: var(--themeFontWeightBold);
  --themeTypographyHeadingMdFontSize: 1.25rem;
  --themeTypographyHeadingMdFontWeight: 700;
  --themeTypographyHeadingSmFontSize: 1rem;
  --themeTypographyHeadingSmFontWeight: var(--themeFontWeightBold);
  --themeTypographyHeadingXsFontSize: 1rem;
  --themeTypographyHeadingXsFontWeight: var(--themeFontWeightBold);
  --themeTextTransformHeadingXl: var(--themeTextTransformHeading2xl);
  --buttonColorPrimaryBg: #82e578;
  --buttonColorPrimaryBgHover: #bef0ad;
  --buttonColorPrimaryBgActive: #72ce6e;
  --buttonColorPrimaryBgDisabled: #e2e2e2;
  --buttonColorPrimaryFg: #144a38;
  --buttonColorPrimaryFgHover: #122a21;
  --buttonColorPrimaryFgActive: #1b1b1b;
  --buttonColorPrimaryFgDisabled: #b9b9b9;
  --buttonColorPrimaryBorder: var(--commonColorTransparent);
  --buttonColorPrimaryBorderHover: var(--commonColorTransparent);
  --buttonColorPrimaryBorderActive: var(--commonColorTransparent);
  --buttonColorSecondaryBg: var(--commonColorTransparent);
  --buttonColorSecondaryBgHover: var(--commonColorTransparent);
  --buttonColorSecondaryBgActive: var(--commonColorTransparent);
  --buttonColorSecondaryBgDisabled: var(--commonColorTransparent);
  --buttonColorSecondaryFgDisabled: #b9b9b9;
  --buttonColorSecondaryBorderDisabled: #b9b9b9;
  --buttonColorTertiaryBg: var(--commonColorTransparent);
  --buttonColorTertiaryBgHover: var(--commonColorTransparent);
  --buttonColorTertiaryBgActive: var(--commonColorTransparent);
  --buttonColorTertiaryBgDisabled: var(--commonColorTransparent);
  --buttonColorTertiaryFgDisabled: #b9b9b9;
  --buttonColorTertiaryBorder: var(--commonColorTransparent);
  --buttonColorTertiaryBorderHover: var(--commonColorTransparent);
  --buttonColorTertiaryBorderActive: var(--commonColorTransparent);
  --buttonColorTertiaryBorderDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveBg: var(--commonColorTransparent);
  --buttonColorDestructiveBgHover: var(--commonColorTransparent);
  --buttonColorDestructiveBgActive: var(--commonColorTransparent);
  --buttonColorDestructiveBgDisabled: var(--commonColorTransparent);
  --buttonColorDestructiveFg: #7a0c0c;
  --buttonColorDestructiveFgHover: #650a0a;
  --buttonColorDestructiveFgActive: #3d0606;
  --buttonColorDestructiveFgDisabled: #b9b9b9;
  --buttonColorDestructiveBorder: #7a0c0c;
  --buttonColorDestructiveBorderHover: #650a0a;
  --buttonColorDestructiveBorderActive: #3d0606;
  --buttonColorDestructiveBorderDisabled: #b9b9b9;
  --buttonDimensionBorderRadius: var(--themeDimensionBorderRadiusFull);
  --buttonDimensionBorderWidth: var(--themeDimensionBorderWidth);
  --buttonDimensionPaddingHorizontal: var(--commonDimensionSpacing6);
  --buttonDimensionPaddingVertical: var(--commonDimensionSpacing4);
  --buttonDimensionPaddingGap: var(--commonDimensionSpacing2);
  --buttonDimensionPaddingSmallHorizontal: var(--commonDimensionSpacing4);
  --buttonDimensionPaddingSmallVertical: var(--commonDimensionSpacing2);
  --buttonDimensionPaddingLargeHorizontal: var(--commonDimensionSpacing6);
  --buttonDimensionPaddingLargeVertical: var(--commonDimensionSpacing4);
  --buttonTypographyFontSize: 1rem;
  --buttonTypographyFontWeight: var(--themeFontWeightBold);
  --buttonTypographySmallFontSize: 1rem;
  --buttonTypographySmallFontWeight: var(--themeFontWeightBold);
  --buttonTypographyLargeFontSize: 1.125rem;
  --buttonTypographyLargeFontWeight: var(--themeFontWeightBold);
  --datePickerColorFgSelectedHover: var(--commonColorWhite);
  --formControlTypographyLabelFontSize: 1rem;
  --formControlTypographyLabelFontWeight: var(--themeFontWeightBold);
  --formControlTypographyHelpLineHeight: var(--themeTypographyCopyLineHeight);
  --formControlTypographyHelpLetterSpacing: var(--themeTypographyCopyLetterSpacing);
  --headerDimensionLogoHeightSmall: var(--logoDimensionHeightSmall);
  --headerDimensionLogoHeightSimplified: var(--logoDimensionHeightSmall);
  --headerMetaLogoVariation: var(--logoMetaVariation);
  --headerMetaLogoVariationSmall: var(--logoMetaVariation);
  --headerMetaLogoVariationSimplified: var(--logoMetaVariation);
  --loaderColorA: #82e578;
  --loaderColorB: #144a38;
  --productCardColorBgHighlight: #144a38;
  --productCardColorFgHighlight: #82e578;
  --progressStepperColorIndicatorInactive: #848484;
  --switchToggleColorOnIcon: var(--commonColorWhite);
  --switchToggleColorOnHandle: var(--commonColorWhite);
  --tooltipColorBg: #09130f;
  --tooltipColorFg: var(--commonColorWhite);
  --themeColorFgSentiment: var(--themeColorFgBrand);
  --themeColorFgHeading2xl: var(--themeColorFgBrand);
  --themeColorFgHeadingMd: var(--themeColorFg);
  --themeColorFgHeadingSm: var(--themeColorFg);
  --themeColorFgHeadingXs: var(--themeColorFg);
  --themeColorFgLinkDisabled: var(--themeColorFgMuted);
  --themeColorBorderSentiment: var(--themeColorBorderBrand);
  --themeColorBorderProductBronze: var(--themeColorBorderBronze);
  --themeColorBorderProductSilver: var(--themeColorBorderSilver);
  --themeColorBorderProductGold: var(--themeColorBorderGold);
  --themeColorBorderProductBasic: var(--themeColorBorderInfo);
  --themeColorBorderProductHospital: var(--themeColorBorderInfo);
  --themeColorBorderProductCombined: var(--themeColorBorderBrand);
  --themeFocusOutlineColor: var(--themeColorBorderFocus);
  --themeFontFamilyHeading: var(--themeFontFamilyCopy);
  --themeTypographyCopyFontFamily: var(--themeFontFamilyCopy);
  --themeTypographyCopySmallFontFamily: var(--themeFontFamilyCopy);
  --themeTypographyCopyLargeFontFamily: var(--themeFontFamilyCopy);
  --themeTextTransformHeadingLg: var(--themeTextTransformHeadingXl);
  --buttonColorPrimaryBorderDisabled: var(--buttonColorPrimaryBorder);
  --buttonColorSecondaryFg: var(--themeColorFgLink);
  --buttonColorSecondaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryFgActive: var(--themeColorFgLinkActive);
  --buttonColorSecondaryBorder: var(--themeColorFgLink);
  --buttonColorSecondaryBorderHover: var(--themeColorFgLinkHover);
  --buttonColorSecondaryBorderActive: var(--themeColorFgLinkActive);
  --buttonColorTertiaryFg: var(--themeColorFgLink);
  --buttonColorTertiaryFgHover: var(--themeColorFgLinkHover);
  --buttonColorTertiaryFgActive: var(--themeColorFgLinkActive);
  --buttonDimensionPaddingSmallGap: var(--buttonDimensionPaddingGap);
  --buttonDimensionPaddingLargeGap: var(--buttonDimensionPaddingGap);
  --buttonTypographyFontFamily: var(--themeFontFamilyCopy);
  --buttonTypographySmallFontFamily: var(--themeFontFamilyCopy);
  --buttonTypographyLargeFontFamily: var(--themeFontFamilyCopy);
  --datePickerColorBgSelected: var(--themeColorFgSelected);
  --datePickerColorBgSelectedHover: var(--themeColorFgLinkHover);
  --datePickerColorBgHover: var(--themeColorBgHover);
  --datePickerColorFgSelected: var(--themeColorFgLink);
  --datePickerColorFgHover: var(--themeColorFgProminent);
  --formControlTypographyLabelFontFamily: var(--themeFontFamilyCopy);
  --formControlTypographyHelpFontSize: var(--themeTypographyCopyFontSize);
  --formControlTypographyHelpFontWeight: var(--themeTypographyCopyFontWeight);
  --inputColorBg: var(--themeColorBgHover);
  --inputColorBorder: var(--themeColorBorder);
  --progressStepperColorIndicatorActive: var(--themeColorFgSelected);
  --switchToggleColorOffBorder: var(--themeColorFgMuted);
  --switchToggleColorOffIcon: var(--themeColorFgMuted);
  --switchToggleColorOffHandle: var(--themeColorFgMuted);
  --switchToggleColorOnTrack: var(--themeColorFgSelected);
  --switchToggleColorOnBorder: var(--themeColorFgSelected);
  --themeColorFgHeadingXl: var(--themeColorFgHeading2xl);
  --themeTypographyHeadingXlFontFamily: var(--themeFontFamilyHeading);
  --themeTypographyHeadingLgFontFamily: var(--themeFontFamilyHeading);
  --themeTypographyHeadingMdFontFamily: var(--themeFontFamilyHeading);
  --themeTypographyHeadingSmFontFamily: var(--themeFontFamilyHeading);
  --themeTypographyHeadingXsFontFamily: var(--themeFontFamilyHeading);
  --themeTextTransformHeadingMd: var(--themeTextTransformHeadingLg);
  --formControlTypographyHelpFontFamily: var(--themeTypographyCopyFontFamily);
  --switchToggleColorOffTrack: var(--inputColorBg);
  --themeColorFgHeadingLg: var(--themeColorFgHeadingXl);
  --themeTextTransformHeadingSm: var(--themeTextTransformHeadingMd);
  --themeTextTransformHeadingXs: var(--themeTextTransformHeadingSm);
}
