/* tokens-global.css — curated from @idealista/kiwi-tokens ^2.5.1 + luxury theme */

:root {
  --dimension-x025: 0.0625rem;
  --dimension-x050: 0.125rem;
  --dimension-x100: 0.25rem;
  --dimension-x150: 0.375rem;
  --dimension-x200: 0.5rem;
  --dimension-x250: 0.625rem;
  --dimension-x300: 0.75rem;
  --dimension-x350: 0.875rem;
  --dimension-x400: 1rem;
  --dimension-x450: 1.125rem;
  --dimension-x500: 1.25rem;
  --dimension-x550: 1.375rem;
  --dimension-x600: 1.5rem;
  --dimension-x700: 1.75rem;
  --dimension-x800: 2rem;
  --dimension-x900: 2.25rem;
  --dimension-x1000: 2.5rem;
  --dimension-x1100: 2.75rem;
  --dimension-x1200: 3rem;
  --dimension-x1400: 3.5rem;
  --dimension-x1500: 3.75rem;
  --dimension-x1600: 4rem;
  --dimension-x1800: 4.5rem;
  --dimension-x2000: 5rem;
  --dimension-x2400: 6rem;
  --dimension-x3000: 7.5rem;
  --dimension-x4000: 10rem;
  --dimension-x7500: 18.75rem;
  --dimension-x10000: 25rem;
  --dimension-x12500: 31.25rem;
  --elevation-01: 0 0.0625rem 0.125rem 0 #6f6f6d3d;
  --elevation-02: 0 0.125rem 0.5rem 0 #6f6f6d3d;
  --elevation-03: 0 0.25rem 1rem 0 #6f6f6d52;
  --elevation-04: 0 0.5rem 2rem 0 #6f6f6d66;
  --opacity-0: 0;
  --opacity-5: 0.05;
  --opacity-10: 0.1;
  --opacity-25: 0.25;
  --opacity-50: 0.5;
  --opacity-75: 0.75;
  --opacity-90: 0.9;
  --opacity-95: 0.95;
  --opacity-100: 1;
  --border-radius-small: 0.125rem;
  --border-radius-medium: 0.25rem;
  --border-radius-large: 0.5rem;
  --border-radius-full: 6rem;
  --border-width-small: 0.0625rem;
  --border-width-medium: 0.125rem;
  --border-width-large: 0.25rem;
  --border-width-comp-pin: 0.05rem;
  --padding-xx-small: 0.25rem;
  --padding-x-small: 0.5rem;
  --padding-small: 0.75rem;
  --padding-medium: 1rem;
  --padding-large: 1.5rem;
  --gap-small: 0.25rem;
  --gap-medium: 0.5rem;
  --gap-l-medium: 0.75rem;
  --gap-large: 1rem;
  --gap-x-large: 1.5rem;
  --layout-margin-x-small: 1rem;
  --layout-margin-small: 1.5rem;
  --layout-margin-medium: 2rem;
  --layout-margin-large: 3rem;
  --layout-margin-x-large: 3rem;
  --layout-padding-x-small: 1rem;
  --layout-padding-small: 1.5rem;
  --layout-padding-medium: 2rem;
  --layout-padding-large: 3rem;
  --layout-padding-x-large: 3rem;
  --layout-gutter-x-small: 1rem;
  --layout-gutter-small: 1rem;
  --layout-gutter-medium: 1.5rem;
  --layout-gutter-large: 1.5rem;
  --layout-gutter-x-large: 1.5rem;
  --layout-breakpoint-x-small: 29.9375rem;
  --layout-breakpoint-small: 47.9375rem;
  --layout-breakpoint-medium: 63.9375rem;
  --layout-breakpoint-large: 96rem;
  --layout-breakpoint-x-large: 250rem;
  --size-icon-medium: 1.25rem;
  --size-icon-large: 1.5rem;
  --height-interactive-small: 2rem;
  --height-interactive-medium: 2.5rem;
  --height-interactive-large: 3rem;
  --width-min-x-large: 18.75rem;
  --width-min-large: 7.5rem;
  --width-min-medium: 5rem;
  --width-min-small: 3rem;
  --width-interactive-small: 2rem;
  --width-interactive-medium: 2.5rem;
  --width-interactive-large: 3rem;
  --width-max-large: 31.25rem;
  --width-input-small: 5rem;
  --width-input-medium: 10rem;
  --font-family-default: bernino-regular;
  --font-weight-regular: 400;
  --font-weight-semibold: 500;
  --font-weight-bold: 600;
  --font-size-100: 0.75rem;
  --font-size-200: 0.875rem;
  --font-size-300: 1rem;
  --font-size-400: 1.125rem;
  --font-size-500: 1.25rem;
  --font-size-600: 1.375rem;
  --font-size-700: 1.5rem;
  --font-size-800: 1.75rem;
  --font-size-900: 2rem;
  --line-height-small: 1.375;
  --line-height-medium: 1.5;
  --letter-spacing-small: -0.0125rem;
}

:root,
.light-theme {
  --color-grey-10: #f4f5f2;
  --color-grey-20: #e5e6e1;
  --color-grey-30: #cbccc7;
  --color-grey-40: #a3a3a0;
  --color-grey-50: #6f6f6d;
  --color-grey-60: #4d4d4c;
  --color-grey-100: #141414;
  --color-grey-05: #fafbf9;
  --color-grey-00: #ffffff;
  --color-red-10: #fff0f0;
  --color-red-20: #ffc7c2;
  --color-red-30: #f55858;
  --color-red-40: #d62f2f;
  --color-red-50: #b81d29;
  --color-red-60: #910f19;
  --color-orange-10: #fff3e5;
  --color-orange-20: #fad9b4;
  --color-orange-30: #faa84b;
  --color-orange-40: #e07901;
  --color-orange-50: #ac5b06;
  --color-orange-60: #7b4104;
  --color-yellow-10: #fff8db;
  --color-yellow-20: #faedaa;
  --color-yellow-30: #ffdd57;
  --color-yellow-40: #ebc11c;
  --color-yellow-50: #ad8d0e;
  --color-yellow-60: #806703;
  --color-lime-10: #faffe0;
  --color-lime-20: #edfca2;
  --color-lime-30: #e1f56e;
  --color-lime-40: #b1d004;
  --color-lime-50: #839906;
  --color-lime-60: #576600;
  --color-green-10: #ebfaeb;
  --color-green-20: #c5f0c5;
  --color-green-30: #5ecc5e;
  --color-green-40: #0c990c;
  --color-green-50: #1d7a24;
  --color-green-60: #075c13;
  --color-teal-10: #edfcfc;
  --color-teal-20: #c0f0ee;
  --color-teal-30: #46c2be;
  --color-teal-40: #069e99;
  --color-teal-50: #05737a;
  --color-teal-60: #004d5c;
  --color-blue-10: #ebf4ff;
  --color-blue-20: #d1e7ff;
  --color-blue-30: #5ca8ff;
  --color-blue-40: #1d84fa;
  --color-blue-50: #145bc7;
  --color-blue-60: #093a8f;
  --color-purple-10: #f6f0ff;
  --color-purple-20: #e4d1ff;
  --color-purple-30: #b07ff5;
  --color-purple-40: #7d48c7;
  --color-purple-50: #582dad;
  --color-purple-60: #2c117a;
  --color-magenta-10: #fff0f9;
  --color-magenta-20: #ffd1ee;
  --color-magenta-30: #d158a5;
  --color-magenta-40: #b62682;
  --color-magenta-50: #8f156a;
  --color-magenta-60: #660c51;
  --color-mono-10: #f4f5f2;
  --color-mono-20: #e5e6e1;
  --color-mono-30: #cbccc7;
  --color-mono-40: #a3a3a0;
  --color-mono-50: #6f6f6d;
  --color-mono-60: #4d4d4c;
  --color-mono-100: #141414;
  --color-mono-05: #fafbf9;
  --color-mono-00: #ffffff;
  --color-negative-10: #fff0f0;
  --color-negative-20: #ffc7c2;
  --color-negative-30: #f55858;
  --color-negative-40: #d62f2f;
  --color-negative-50: #b81d29;
  --color-negative-60: #910f19;
  --color-warning-10: #fff3e5;
  --color-warning-20: #fad9b4;
  --color-warning-30: #faa84b;
  --color-warning-40: #e07901;
  --color-warning-50: #ac5b06;
  --color-warning-60: #7b4104;
  --color-info-10: #ebf4ff;
  --color-info-20: #d1e7ff;
  --color-info-30: #5ca8ff;
  --color-info-40: #1d84fa;
  --color-info-50: #145bc7;
  --color-info-60: #093a8f;
  --color-brand-10: #faffe0;
  --color-brand-20: #edfca2;
  --color-brand-30: #e1f56e;
  --color-brand-40: #b1d004;
  --color-brand-50: #839906;
  --color-brand-60: #576600;
  --color-positive-10: #ebfaeb;
  --color-positive-20: #c5f0c5;
  --color-positive-30: #5ecc5e;
  --color-positive-40: #0c990c;
  --color-positive-50: #1d7a24;
  --color-positive-60: #075c13;
  --color-accent-10: #fff0f9;
  --color-accent-20: #ffd1ee;
  --color-accent-30: #d158a5;
  --color-accent-40: #b62682;
  --color-accent-50: #8f156a;
  --color-accent-60: #660c51;
  --color-link-10: #ebf4ff;
  --color-link-20: #d1e7ff;
  --color-link-30: #5ca8ff;
  --color-link-40: #1d84fa;
  --color-link-50: #145bc7;
  --color-link-60: #093a8f;
  --color-core-content-primary: #141414;
  --color-core-content-secondary: #4d4d4c;
  --color-core-content-inverse: #ffffff;
  --color-core-background-base: #fafbf9;
  --color-core-background-primary: #ffffff;
  --color-core-background-secondary: #f4f5f2;
  --color-core-background-inverse: #4d4d4c;
  --color-core-background-overlay: #14141480;
  --color-core-border-primary: #e5e6e1;
  --color-core-border-secondary: #6f6f6d;
  --color-semantic-content-accent: #b62682;
  --color-semantic-content-link: #145bc7;
  --color-semantic-content-positive: #1d7a24;
  --color-semantic-content-info: #141414;
  --color-semantic-content-warning: #ac5b06;
  --color-semantic-content-negative: #b81d29;
  --color-semantic-background-brand: #e1f56e;
  --color-semantic-background-brand-light: #edfca2;
  --color-semantic-background-accent: #b62682;
  --color-semantic-background-accent-light: #fff0f9;
  --color-semantic-background-positive: #0c990c;
  --color-semantic-background-positive-light: #ebfaeb;
  --color-semantic-background-info: #1d84fa;
  --color-semantic-background-info-light: #ebf4ff;
  --color-semantic-background-warning: #e07901;
  --color-semantic-background-warning-light: #fff3e5;
  --color-semantic-background-negative: #d62f2f;
  --color-semantic-background-negative-light: #fff0f0;
  --color-semantic-border-brand: #b1d004;
  --color-semantic-border-accent: #b62682;
  --color-semantic-border-positive: #5ecc5e;
  --color-semantic-border-info: #5ca8ff;
  --color-semantic-border-warning: #faa84b;
  --color-semantic-border-negative: #f55858;
  --color-decorative-content-magenta: #b62682;
  --color-decorative-content-orange: #e07901;
  --color-decorative-content-red: #d62f2f;
  --color-decorative-background-magenta-light: #ffd1ee;
  --color-decorative-background-brand-light: #edfca2;
  --color-decorative-background-mono-light: #e5e6e1;
  --color-decorative-background-blue-light: #d1e7ff;
  --color-decorative-background-green-light: #c5f0c5;
  --color-decorative-background-orange-light: #fad9b4;
  --color-decorative-background-red-light: #ffc7c2;
  --color-decorative-background-yellow-light: #faedaa;
  --color-static-content-white: #ffffff;
  --color-static-content-black: #141414;
  --color-state-content-placeholder: #6f6f6d;
  --color-state-content-disabled: #a3a3a0;
  --color-state-content-primary-hover: #4d4d4c;
  --color-state-content-primary-active: #4d4d4c;
  --color-state-content-link-hover: #093a8f;
  --color-state-content-link-active: #093a8f;
  --color-state-content-link-visited: #660c51;
  --color-state-content-accent-active: #660c51;
  --color-state-content-accent-hover: #660c51;
  --color-state-background-disabled: #f4f5f2;
  --color-state-background-readonly: #fafbf9;
  --color-state-background-hover: #f4f5f2;
  --color-state-background-active: #e5e6e1;
  --color-state-background-accent-hover: #8f156a;
  --color-state-background-accent-active: #660c51;
  --color-state-background-accent-light-hover: #fff0f9;
  --color-state-background-accent-light-active: #ffd1ee;
  --color-state-border-accent-hover: #8f156a;
  --color-state-border-accent-active: #660c51;
  --color-state-background-cursor-selection: #d1e7ff;
  --color-state-border-focus: #1d84fa;
  --color-state-border-focus-thin: #d1e7ff;
  --color-comp-content-chat-viewed: #0c990c;
  --color-comp-content-logo-id-primary: #141414;
  --color-comp-content-logo-id-secondary: #8e8f8c;
  --color-comp-content-switch-track: #b62682;
  --color-comp-content-banner-brand: #839906;
  --color-comp-background-gallery-lightbox: #141414;
  --color-comp-background-on-image-light: #ffffffbf;
  --color-comp-background-pin-default: #e1f56e;
  --color-comp-background-pin-viewed: #839906;
  --color-comp-background-pin-selected: #b62682;
  --color-comp-background-fav-pin-viewed: #910f19;
  --color-comp-background-pin-discarded: #e5e6e1;
  --color-comp-background-calendar-day-select: #d158a5;
  --color-comp-background-calendar-range-select: #ffd1ee;
  --color-comp-background-chat-sent: #edfca2;
  --color-comp-background-avatar-placeholder: #6f6f6d;
  --color-comp-background-note: #fff8db;
  --color-comp-background-popover: #ffffff;
  --color-comp-background-tag-overlay: #141414bf;
  --color-comp-background-map-area: #b6268240;
  --color-comp-background-map-area-unselected: #a3a3a040;
  --color-comp-background-popover-inverse: #141414e6;
  --color-comp-border-pin: #14141480;
  --color-comp-border-note: #faedaa;
  --color-comp-border-map-area-unselected: #6f6f6d;
  --color-chart-main: #b1d004;
  --color-chart-highlight: #576600;
  --color-chart-muted: #e5e6e1;
  --color-chart-unfilled: #e5e6e1;
  --color-chart-categorical-1: #b1d004;
  --color-chart-categorical-2: #6d987f;
  --color-chart-categorical-3: #606c77;
  --color-chart-categorical-4: #91b3bf;
  --color-chart-categorical-5: #99707e;
  --color-chart-categorical-6: #0b3947;
  --color-chart-categorical-7: #a5a44b;
  --color-chart-categorical-8: #1d6062;
  --color-chart-categorical-others: #cbccc7;
  --color-chart-sequential-palette-0: #eaf89b;
  --color-chart-sequential-palette-125: #d5ec5c;
  --color-chart-sequential-palette-250: #c9e249;
  --color-chart-sequential-palette-375: #bdd931;
  --color-chart-sequential-palette-500: #b1d004;
  --color-chart-sequential-palette-625: #b1d004;
  --color-chart-sequential-palette-750: #7a9901;
  --color-chart-sequential-palette-875: #607f00;
  --color-chart-sequential-palette-1000: #476600;
  --color-chart-sequential-step-3-1: #eaf89b;
  --color-chart-sequential-step-3-2: #b1d004;
  --color-chart-sequential-step-3-3: #476600;
  --color-chart-sequential-step-4-1: #eaf89b;
  --color-chart-sequential-step-4-2: #c1dc3a;
  --color-chart-sequential-step-4-3: #8cab02;
  --color-chart-sequential-step-4-4: #476600;
  --color-chart-sequential-step-5-1: #eaf89b;
  --color-chart-sequential-step-5-2: #c9e249;
  --color-chart-sequential-step-5-3: #b1d004;
  --color-chart-sequential-step-5-4: #7a9901;
  --color-chart-sequential-step-5-5: #476600;
  --color-chart-sequential-step-6-1: #eaf89b;
  --color-chart-sequential-step-6-2: #cee651;
  --color-chart-sequential-step-6-3: #bbd72b;
  --color-chart-sequential-step-6-4: #9bba02;
  --color-chart-sequential-step-6-5: #6f8e01;
  --color-chart-sequential-step-6-6: #476600;
  --color-chart-sequential-step-7-1: #eaf89b;
  --color-chart-sequential-step-7-2: #d1e956;
  --color-chart-sequential-step-7-3: #c1dc3a;
  --color-chart-sequential-step-7-4: #b1d004;
  --color-chart-sequential-step-7-5: #8cab02;
  --color-chart-sequential-step-7-6: #698800;
  --color-chart-sequential-step-7-7: #476600;
  --color-chart-sequential-step-8-1: #eaf89b;
  --color-chart-sequential-step-8-2: #d3eb59;
  --color-chart-sequential-step-8-3: #c6df43;
  --color-chart-sequential-step-8-4: #b8d523;
  --color-chart-sequential-step-8-5: #a1c003;
  --color-chart-sequential-step-8-6: #82a101;
  --color-chart-sequential-step-8-7: #648300;
  --color-chart-sequential-step-8-8: #476600;
  --color-chart-sequential-step-9-1: #eaf89b;
  --color-chart-sequential-step-9-2: #d5ec5c;
  --color-chart-sequential-step-9-3: #c9e249;
  --color-chart-sequential-step-9-4: #bdd931;
  --color-chart-sequential-step-9-5: #b1d004;
  --color-chart-sequential-step-9-6: #95b402;
  --color-chart-sequential-step-9-7: #7a9901;
  --color-chart-sequential-step-9-8: #607f00;
  --color-chart-sequential-step-9-9: #476600;
  --color-chart-status-critical: #d62f2f;
  --color-chart-status-warning: #e07901;
  --color-chart-status-warning-copy: #ebc11c;
  --color-chart-status-positive: #0c990c;
}

.dark-theme {
  --color-mono-10: #191919;
  --color-mono-20: #232323;
  --color-mono-30: #404040;
  --color-mono-40: #5d5d5d;
  --color-mono-50: #7a7a7a;
  --color-mono-60: #b7b7b7;
  --color-mono-100: #e7e7e7;
  --color-mono-05: #141414;
  --color-mono-00: #040404;
  --color-negative-10: #2c2121;
  --color-negative-20: #613434;
  --color-negative-30: #964646;
  --color-negative-40: #ca5959;
  --color-negative-50: #ff6b6b;
  --color-negative-60: #ffa3a3;
  --color-warning-10: #201e1c;
  --color-warning-20: #563817;
  --color-warning-30: #8c5312;
  --color-warning-40: #c26d0c;
  --color-warning-50: #f88707;
  --color-warning-60: #faa84b;
  --color-info-10: #21252c;
  --color-info-20: #3a4b61;
  --color-info-30: #537296;
  --color-info-40: #6c98ca;
  --color-info-50: #85beff;
  --color-info-60: #b7d9ff;
  --color-brand-10: #2b3300;
  --color-brand-20: #576600;
  --color-brand-30: #839906;
  --color-brand-40: #b1d004;
  --color-brand-50: #e1f56e;
  --color-brand-60: #edfca2;
  --color-positive-10: #212c21;
  --color-positive-20: #305430;
  --color-positive-30: #407c40;
  --color-positive-40: #4fa44f;
  --color-positive-50: #5ecc5e;
  --color-positive-60: #79dc79;
  --color-accent-10: #2e0524;
  --color-accent-20: #660c51;
  --color-accent-30: #8f156a;
  --color-accent-40: #b62682;
  --color-accent-50: #d158a5;
  --color-accent-60: #ffb2e3;
  --color-link-10: #21252c;
  --color-link-20: #3a4b61;
  --color-link-30: #537296;
  --color-link-40: #6c98ca;
  --color-link-50: #85beff;
  --color-link-60: #b7d9ff;
  --color-core-content-primary: #e7e7e7;
  --color-core-content-secondary: #b7b7b7;
  --color-core-content-inverse: #191919;
  --color-core-background-base: #141414;
  --color-core-background-primary: #191919;
  --color-core-background-secondary: #040404;
  --color-core-background-inverse: #e7e7e7;
  --color-core-background-overlay: #04040480;
  --color-core-border-primary: #404040;
  --color-core-border-secondary: #7a7a7a;
  --color-semantic-content-accent: #e1f56e;
  --color-semantic-content-link: #85beff;
  --color-semantic-content-positive: #79dc79;
  --color-semantic-content-info: #b7d9ff;
  --color-semantic-content-warning: #faa84b;
  --color-semantic-content-negative: #ffa3a3;
  --color-semantic-background-brand: #232323;
  --color-semantic-background-brand-light: #232323;
  --color-semantic-background-accent: #e1f56e;
  --color-semantic-background-accent-light: #2b3300;
  --color-semantic-background-positive: #79dc79;
  --color-semantic-background-positive-light: #212c21;
  --color-semantic-background-info: #b7d9ff;
  --color-semantic-background-info-light: #21252c;
  --color-semantic-background-warning: #faa84b;
  --color-semantic-background-warning-light: #201e1c;
  --color-semantic-background-negative: #ffa3a3;
  --color-semantic-background-negative-light: #2c2121;
  --color-semantic-border-brand: #576600;
  --color-semantic-border-accent: #e1f56e;
  --color-semantic-border-positive: #5ecc5e;
  --color-semantic-border-info: #85beff;
  --color-semantic-border-warning: #f88707;
  --color-semantic-border-negative: #ff6b6b;
  --color-state-content-placeholder: #7a7a7a;
  --color-state-content-disabled: #7a7a7a;
  --color-state-content-primary-hover: #b7b7b7;
  --color-state-content-primary-active: #b7b7b7;
  --color-state-content-link-hover: #b7d9ff;
  --color-state-content-link-active: #b7d9ff;
  --color-state-content-link-visited: #ffb2e3;
  --color-state-content-accent-active: #edfca2;
  --color-state-content-accent-hover: #2b3300;
  --color-state-background-disabled: #232323;
  --color-state-background-readonly: #141414;
  --color-state-background-hover: #040404;
  --color-state-background-active: #232323;
  --color-state-background-accent-hover: #edfca2;
  --color-state-background-accent-active: #edfca2;
  --color-state-background-cursor-selection: #3a4b61;
  --color-state-background-accent-light-hover: #2b3300;
  --color-state-background-accent-light-active: #2b3300;
  --color-state-border-accent-hover: #edfca2;
  --color-state-border-accent-active: #edfca2;
  --color-state-border-focus: #85beff;
  --color-state-border-focus-thin: #3a4b61;
  --color-comp-content-chat-viewed: #4fa44f;
  --color-comp-content-logo-id-primary: #e1f56e;
  --color-comp-content-logo-id-secondary: #839906;
  --color-comp-content-switch-track: #839906;
  --color-comp-content-banner-brand: #e7e7e7;
  --color-comp-background-gallery-lightbox: #040404;
  --color-comp-background-on-image-light: #040404bf;
  --color-comp-background-pin-default: #e1f56e;
  --color-comp-background-pin-viewed: #576600;
  --color-comp-background-pin-selected: #b62682;
  --color-comp-background-fav-pin-viewed: #964646;
  --color-comp-background-pin-discarded: #b7b7b7;
  --color-comp-background-calendar-range-select: #2b3300;
  --color-comp-background-calendar-day-select: #576600;
  --color-comp-background-chat-sent: #2b3300;
  --color-comp-background-avatar-placeholder: #7a7a7a;
  --color-comp-background-note: #2c2921;
  --color-comp-background-popover: #232323;
  --color-comp-background-tag-overlay: #040404bf;
  --color-comp-background-map-area: #e1f56e40;
  --color-comp-background-map-area-unselected: #5d5d5d40;
  --color-comp-background-popover-inverse: #040404bf;
  --color-comp-border-pin: #e7e7e780;
  --color-comp-border-note: #5c4f20;
  --color-comp-border-map-area-unselected: #b7b7b7;
  --color-decorative-content-magenta: #d158a5;
  --color-decorative-content-orange: #f88707;
  --color-decorative-content-red: #ff6b6b;
  --color-decorative-background-magenta-light: #660c51;
  --color-decorative-background-orange-light: #563817;
  --color-decorative-background-red-light: #613434;
  --color-decorative-background-brand-light: #576600;
  --color-decorative-background-mono-light: #232323;
  --color-decorative-background-blue-light: #3a4b61;
  --color-decorative-background-green-light: #305430;
  --color-decorative-background-yellow-light: #5c4f20;
  --color-static-content-white: #e7e7e7;
  --color-static-content-black: #040404;
  --color-chart-main: #b1d004;
  --color-chart-highlight: #edfca2;
  --color-chart-unfilled: #404040;
  --color-chart-muted: #404040;
  --color-chart-categorical-1: #b1d004;
  --color-chart-categorical-2: #76b18f;
  --color-chart-categorical-3: #768797;
  --color-chart-categorical-4: #91b3bf;
  --color-chart-categorical-5: #99707e;
  --color-chart-categorical-6: #29698a;
  --color-chart-categorical-7: #a5a44b;
  --color-chart-categorical-8: #009297;
  --color-chart-categorical-others: #5d5d5d;
  --color-chart-sequential-palette-0: #476600;
  --color-chart-sequential-palette-125: #607f00;
  --color-chart-sequential-palette-250: #7a9901;
  --color-chart-sequential-palette-375: #95b402;
  --color-chart-sequential-palette-500: #b1d004;
  --color-chart-sequential-palette-625: #bdd931;
  --color-chart-sequential-palette-750: #c9e249;
  --color-chart-sequential-palette-875: #d5ec5c;
  --color-chart-sequential-palette-1000: #eaf89b;
  --color-chart-sequential-step-3-1: #476600;
  --color-chart-sequential-step-3-2: #b1d004;
  --color-chart-sequential-step-3-3: #eaf89b;
  --color-chart-sequential-step-4-1: #476600;
  --color-chart-sequential-step-4-2: #8cab02;
  --color-chart-sequential-step-4-3: #c1dc3a;
  --color-chart-sequential-step-4-4: #eaf89b;
  --color-chart-sequential-step-5-1: #476600;
  --color-chart-sequential-step-5-2: #7a9901;
  --color-chart-sequential-step-5-3: #b1d004;
  --color-chart-sequential-step-5-4: #c9e249;
  --color-chart-sequential-step-5-5: #eaf89b;
  --color-chart-sequential-step-6-1: #476600;
  --color-chart-sequential-step-6-2: #6f8e01;
  --color-chart-sequential-step-6-3: #9bba02;
  --color-chart-sequential-step-6-4: #bbd72b;
  --color-chart-sequential-step-6-5: #cee651;
  --color-chart-sequential-step-6-6: #eaf89b;
  --color-chart-sequential-step-7-1: #476600;
  --color-chart-sequential-step-7-2: #698800;
  --color-chart-sequential-step-7-3: #8cab02;
  --color-chart-sequential-step-7-4: #b1d004;
  --color-chart-sequential-step-7-5: #c1dc3a;
  --color-chart-sequential-step-7-6: #d1e956;
  --color-chart-sequential-step-7-7: #eaf89b;
  --color-chart-sequential-step-8-1: #476600;
  --color-chart-sequential-step-8-2: #648300;
  --color-chart-sequential-step-8-3: #82a101;
  --color-chart-sequential-step-8-4: #a1c003;
  --color-chart-sequential-step-8-5: #b8d523;
  --color-chart-sequential-step-8-6: #c6df43;
  --color-chart-sequential-step-8-7: #d3eb59;
  --color-chart-sequential-step-8-8: #eaf89b;
  --color-chart-sequential-step-9-1: #476600;
  --color-chart-sequential-step-9-2: #607f00;
  --color-chart-sequential-step-9-3: #7a9901;
  --color-chart-sequential-step-9-4: #95b402;
  --color-chart-sequential-step-9-5: #b1d004;
  --color-chart-sequential-step-9-6: #bdd931;
  --color-chart-sequential-step-9-7: #c9e249;
  --color-chart-sequential-step-9-8: #d5ec5c;
  --color-chart-sequential-step-9-9: #eaf89b;
  --color-chart-status-critical: #ca5959;
  --color-chart-status-warning: #c26d0c;
  --color-chart-status-warning-copy: #bb9b1d;
  --color-chart-status-positive: #4fa44f;
  --color-grey-10: #191919;
  --color-grey-20: #232323;
  --color-grey-30: #404040;
  --color-grey-40: #5d5d5d;
  --color-grey-50: #7a7a7a;
  --color-grey-60: #b7b7b7;
  --color-grey-100: #e7e7e7;
  --color-grey-05: #141414;
  --color-grey-00: #040404;
  --color-red-10: #2c2121;
  --color-red-20: #613434;
  --color-red-30: #964646;
  --color-red-40: #ca5959;
  --color-red-50: #ff6b6b;
  --color-red-60: #ffa3a3;
  --color-orange-10: #201e1c;
  --color-orange-20: #563817;
  --color-orange-30: #8c5312;
  --color-orange-40: #c26d0c;
  --color-orange-50: #f88707;
  --color-orange-60: #faa84b;
  --color-yellow-10: #2c2921;
  --color-yellow-20: #5c4f20;
  --color-yellow-30: #8c751f;
  --color-yellow-40: #bb9b1d;
  --color-yellow-50: #ebc11c;
  --color-yellow-60: #ffdd57;
  --color-lime-10: #2b3300;
  --color-lime-20: #576600;
  --color-lime-30: #839906;
  --color-lime-40: #b1d004;
  --color-lime-50: #e1f56e;
  --color-lime-60: #edfca2;
  --color-green-10: #212c21;
  --color-green-20: #305430;
  --color-green-30: #407c40;
  --color-green-40: #4fa44f;
  --color-green-50: #5ecc5e;
  --color-green-60: #79dc79;
  --color-teal-10: #212a2c;
  --color-teal-20: #334e4f;
  --color-teal-30: #447171;
  --color-teal-40: #569594;
  --color-teal-50: #67b8b6;
  --color-teal-60: #79dcd9;
  --color-blue-10: #21252c;
  --color-blue-20: #3a4b61;
  --color-blue-30: #537296;
  --color-blue-40: #6c98ca;
  --color-blue-50: #85beff;
  --color-blue-60: #b7d9ff;
  --color-purple-10: #24212c;
  --color-purple-20: #3d334f;
  --color-purple-30: #564472;
  --color-purple-40: #705696;
  --color-purple-50: #8967b9;
  --color-purple-60: #a279dc;
  --color-magenta-10: #2e0524;
  --color-magenta-20: #660c51;
  --color-magenta-30: #8f156a;
  --color-magenta-40: #b62682;
  --color-magenta-50: #d158a5;
  --color-magenta-60: #ffb2e3;
}

.luxury-light {
  --color-grey-10: #f4f5f2;
  --color-grey-20: #e5e6e1;
  --color-grey-30: #cbccc7;
  --color-grey-40: #a3a3a0;
  --color-grey-50: #6f6f6d;
  --color-grey-60: #4d4d4c;
  --color-grey-100: #141414;
  --color-grey-05: #fafbf9;
  --color-grey-00: #ffffff;
  --color-red-10: #fff0f0;
  --color-red-20: #ffc7c2;
  --color-red-30: #f55858;
  --color-red-40: #d62f2f;
  --color-red-50: #b81d29;
  --color-red-60: #910f19;
  --color-orange-10: #fff3e5;
  --color-orange-20: #fad9b4;
  --color-orange-30: #faa84b;
  --color-orange-40: #e07901;
  --color-orange-50: #ac5b06;
  --color-orange-60: #7b4104;
  --color-yellow-10: #fff8db;
  --color-yellow-20: #faedaa;
  --color-yellow-30: #ffdd57;
  --color-yellow-40: #ebc11c;
  --color-yellow-50: #ad8d0e;
  --color-yellow-60: #806703;
  --color-lime-10: #faffe0;
  --color-lime-20: #edfca2;
  --color-lime-30: #e1f56e;
  --color-lime-40: #b1d004;
  --color-lime-50: #839906;
  --color-lime-60: #576600;
  --color-green-10: #ebfaeb;
  --color-green-20: #c5f0c5;
  --color-green-30: #5ecc5e;
  --color-green-40: #0c990c;
  --color-green-50: #1d7a24;
  --color-green-60: #075c13;
  --color-teal-10: #edfcfc;
  --color-teal-20: #c0f0ee;
  --color-teal-30: #46c2be;
  --color-teal-40: #069e99;
  --color-teal-50: #05737a;
  --color-teal-60: #004d5c;
  --color-blue-10: #ebf4ff;
  --color-blue-20: #d1e7ff;
  --color-blue-30: #5ca8ff;
  --color-blue-40: #1d84fa;
  --color-blue-50: #145bc7;
  --color-blue-60: #093a8f;
  --color-purple-10: #f6f0ff;
  --color-purple-20: #e4d1ff;
  --color-purple-30: #b07ff5;
  --color-purple-40: #7d48c7;
  --color-purple-50: #582dad;
  --color-purple-60: #2c117a;
  --color-magenta-10: #faf6eb;
  --color-magenta-20: #ede5d0;
  --color-magenta-30: #c4a85e;
  --color-magenta-40: #857746;
  --color-magenta-50: #6b5f38;
  --color-magenta-60: #52492b;
  --color-magenta-70: #3d3620;
  --color-mono-10: #f4f5f2;
  --color-mono-20: #e5e6e1;
  --color-mono-30: #cbccc7;
  --color-mono-40: #a3a3a0;
  --color-mono-50: #6f6f6d;
  --color-mono-60: #4d4d4c;
  --color-mono-100: #141414;
  --color-mono-05: #fafbf9;
  --color-mono-00: #ffffff;
  --color-negative-10: #fff0f0;
  --color-negative-20: #ffc7c2;
  --color-negative-30: #f55858;
  --color-negative-40: #d62f2f;
  --color-negative-50: #b81d29;
  --color-negative-60: #910f19;
  --color-warning-10: #fff3e5;
  --color-warning-20: #fad9b4;
  --color-warning-30: #faa84b;
  --color-warning-40: #e07901;
  --color-warning-50: #ac5b06;
  --color-warning-60: #7b4104;
  --color-info-10: #ebf4ff;
  --color-info-20: #d1e7ff;
  --color-info-30: #5ca8ff;
  --color-info-40: #1d84fa;
  --color-info-50: #145bc7;
  --color-info-60: #093a8f;
  --color-brand-10: #faffe0;
  --color-brand-20: #edfca2;
  --color-brand-30: #e1f56e;
  --color-brand-40: #b1d004;
  --color-brand-50: #839906;
  --color-brand-60: #576600;
  --color-positive-10: #ebfaeb;
  --color-positive-20: #c5f0c5;
  --color-positive-30: #5ecc5e;
  --color-positive-40: #0c990c;
  --color-positive-50: #1d7a24;
  --color-positive-60: #075c13;
  --color-accent-10: #faf6eb;
  --color-accent-20: #ede5d0;
  --color-accent-30: #c4a85e;
  --color-accent-40: #857746;
  --color-accent-50: #6b5f38;
  --color-accent-60: #52492b;
  --color-link-10: #ebf4ff;
  --color-link-20: #d1e7ff;
  --color-link-30: #5ca8ff;
  --color-link-40: #1d84fa;
  --color-link-50: #145bc7;
  --color-link-60: #093a8f;
  --color-core-content-primary: #141414;
  --color-core-content-secondary: #4d4d4c;
  --color-core-content-inverse: #ffffff;
  --color-core-background-base: #fafbf9;
  --color-core-background-primary: #ffffff;
  --color-core-background-secondary: #f4f5f2;
  --color-core-background-inverse: #4d4d4c;
  --color-core-background-overlay: rgba(20, 20, 20, 0.5);
  --color-core-border-primary: #e5e6e1;
  --color-core-border-secondary: #6f6f6d;
  --color-semantic-content-accent: #857746;
  --color-semantic-content-link: #145bc7;
  --color-semantic-content-positive: #1d7a24;
  --color-semantic-content-info: #141414;
  --color-semantic-content-warning: #ac5b06;
  --color-semantic-content-negative: #b81d29;
  --color-semantic-background-brand: #e1f56e;
  --color-semantic-background-brand-light: #edfca2;
  --color-semantic-background-accent: #857746;
  --color-semantic-background-accent-light: #faf6eb;
  --color-semantic-background-positive: #0c990c;
  --color-semantic-background-positive-light: #ebfaeb;
  --color-semantic-background-info: #1d84fa;
  --color-semantic-background-info-light: #ebf4ff;
  --color-semantic-background-warning: #e07901;
  --color-semantic-background-warning-light: #fff3e5;
  --color-semantic-background-negative: #d62f2f;
  --color-semantic-background-negative-light: #fff0f0;
  --color-semantic-border-brand: #b1d004;
  --color-semantic-border-accent: #857746;
  --color-semantic-border-positive: #5ecc5e;
  --color-semantic-border-info: #5ca8ff;
  --color-semantic-border-warning: #faa84b;
  --color-semantic-border-negative: #f55858;
  --color-decorative-content-magenta: #857746;
  --color-decorative-content-orange: #e07901;
  --color-decorative-content-red: #d62f2f;
  --color-decorative-background-magenta-light: #ede5d0;
  --color-decorative-background-brand-light: #faf6eb;
  --color-decorative-background-mono-light: #e5e6e1;
  --color-decorative-background-blue-light: #d1e7ff;
  --color-decorative-background-green-light: #c5f0c5;
  --color-decorative-background-orange-light: #fad9b4;
  --color-decorative-background-red-light: #ffc7c2;
  --color-decorative-background-yellow-light: #faedaa;
  --color-static-content-white: #ffffff;
  --color-static-content-black: #141414;
  --color-state-content-placeholder: #6f6f6d;
  --color-state-content-disabled: #a3a3a0;
  --color-state-content-primary-hover: #4d4d4c;
  --color-state-content-primary-active: #4d4d4c;
  --color-state-content-link-hover: #093a8f;
  --color-state-content-link-active: #093a8f;
  --color-state-content-link-visited: #52492b;
  --color-state-content-accent-active: #52492b;
  --color-state-content-accent-hover: #52492b;
  --color-state-background-disabled: #f4f5f2;
  --color-state-background-readonly: #fafbf9;
  --color-state-background-hover: #f4f5f2;
  --color-state-background-active: #e5e6e1;
  --color-state-background-accent-hover: #6b5f38;
  --color-state-background-accent-active: #52492b;
  --color-state-background-accent-light-hover: #faf6eb;
  --color-state-background-accent-light-active: #ede5d0;
  --color-state-background-cursor-selection: #d1e7ff;
  --color-state-border-accent-hover: #6b5f38;
  --color-state-border-accent-active: #52492b;
  --color-state-border-focus: #1d84fa;
  --color-state-border-focus-thin: #d1e7ff;
  --color-comp-content-chat-viewed: #0c990c;
  --color-comp-content-logo-id-primary: #141414;
  --color-comp-content-logo-id-secondary: #8e8f8c;
  --color-comp-content-switch-track: #857746;
  --color-comp-content-banner-brand: #839906;
  --color-comp-background-gallery-lightbox: #141414;
  --color-comp-background-on-image-light: rgba(255, 255, 255, 0.75);
  --color-comp-background-pin-default: #e1f56e;
  --color-comp-background-pin-viewed: #839906;
  --color-comp-background-pin-selected: #857746;
  --color-comp-background-fav-pin-viewed: #910f19;
  --color-comp-background-pin-discarded: #e5e6e1;
  --color-comp-background-calendar-day-select: #c4a85e;
  --color-comp-background-calendar-range-select: #ede5d0;
  --color-comp-background-chat-sent: #edfca2;
  --color-comp-background-avatar-placeholder: #6f6f6d;
  --color-comp-background-note: #fff8db;
  --color-comp-background-popover: #ffffff;
  --color-comp-background-tag-overlay: rgba(20, 20, 20, 0.75);
  --color-comp-background-map-area: rgba(133, 119, 70, 0.25);
  --color-comp-background-map-area-unselected: rgba(163, 163, 160, 0.25);
  --color-comp-background-popover-inverse: rgba(20, 20, 20, 0.9);
  --color-comp-border-pin: rgba(20, 20, 20, 0.5);
  --color-comp-border-note: #faedaa;
  --color-comp-border-map-area-unselected: #6f6f6d;
  --color-chart-main: #b1d004;
  --color-chart-highlight: #576600;
  --color-chart-muted: #e5e6e1;
  --color-chart-unfilled: #e5e6e1;
  --color-chart-categorical-1: #b1d004;
  --color-chart-categorical-2: #6d987f;
  --color-chart-categorical-3: #606c77;
  --color-chart-categorical-4: #91b3bf;
  --color-chart-categorical-5: #99707e;
  --color-chart-categorical-6: #0b3947;
  --color-chart-categorical-7: #a5a44b;
  --color-chart-categorical-8: #1d6062;
  --color-chart-categorical-others: #cbccc7;
  --color-chart-sequential-palette-0: #eaf89b;
  --color-chart-sequential-palette-125: #d5ec5c;
  --color-chart-sequential-palette-250: #c9e249;
  --color-chart-sequential-palette-375: #bdd931;
  --color-chart-sequential-palette-500: #b1d004;
  --color-chart-sequential-palette-625: #b1d004;
  --color-chart-sequential-palette-750: #7a9901;
  --color-chart-sequential-palette-875: #607f00;
  --color-chart-sequential-palette-1000: #476600;
  --color-chart-sequential-step-3-1: #eaf89b;
  --color-chart-sequential-step-3-2: #b1d004;
  --color-chart-sequential-step-3-3: #476600;
  --color-chart-sequential-step-4-1: #eaf89b;
  --color-chart-sequential-step-4-2: #c1dc3a;
  --color-chart-sequential-step-4-3: #8cab02;
  --color-chart-sequential-step-4-4: #476600;
  --color-chart-sequential-step-5-1: #eaf89b;
  --color-chart-sequential-step-5-2: #c9e249;
  --color-chart-sequential-step-5-3: #b1d004;
  --color-chart-sequential-step-5-4: #7a9901;
  --color-chart-sequential-step-5-5: #476600;
  --color-chart-sequential-step-6-1: #eaf89b;
  --color-chart-sequential-step-6-2: #cee651;
  --color-chart-sequential-step-6-3: #bbd72b;
  --color-chart-sequential-step-6-4: #9bba02;
  --color-chart-sequential-step-6-5: #6f8e01;
  --color-chart-sequential-step-6-6: #476600;
  --color-chart-sequential-step-7-1: #eaf89b;
  --color-chart-sequential-step-7-2: #d1e956;
  --color-chart-sequential-step-7-3: #c1dc3a;
  --color-chart-sequential-step-7-4: #b1d004;
  --color-chart-sequential-step-7-5: #8cab02;
  --color-chart-sequential-step-7-6: #698800;
  --color-chart-sequential-step-7-7: #476600;
  --color-chart-sequential-step-8-1: #eaf89b;
  --color-chart-sequential-step-8-2: #d3eb59;
  --color-chart-sequential-step-8-3: #c6df43;
  --color-chart-sequential-step-8-4: #b8d523;
  --color-chart-sequential-step-8-5: #a1c003;
  --color-chart-sequential-step-8-6: #82a101;
  --color-chart-sequential-step-8-7: #648300;
  --color-chart-sequential-step-8-8: #476600;
  --color-chart-sequential-step-9-1: #eaf89b;
  --color-chart-sequential-step-9-2: #d5ec5c;
  --color-chart-sequential-step-9-3: #c9e249;
  --color-chart-sequential-step-9-4: #bdd931;
  --color-chart-sequential-step-9-5: #b1d004;
  --color-chart-sequential-step-9-6: #95b402;
  --color-chart-sequential-step-9-7: #7a9901;
  --color-chart-sequential-step-9-8: #607f00;
  --color-chart-sequential-step-9-9: #476600;
  --color-chart-status-critical: #d62f2f;
  --color-chart-status-warning: #e07901;
  --color-chart-status-warning-copy: #ebc11c;
  --color-chart-status-positive: #0c990c;
}
