:root {
  --color-base-black: #000000;
  --color-base-white: #ffffff;
  --color-base-transparent: rgba(0, 0, 0, 0);
  --color-base-blue-50: #f8fcff;
  --color-base-blue-100: #e8f6fe;
  --color-base-blue-200: #c2e9fb;
  --color-base-blue-300: #87d1f6;
  --color-base-blue-400: #52baeb;
  --color-base-blue-500: #2da8e2;
  --color-base-blue-600: #1896d8;
  --color-base-blue-700: #0c87d1;
  --color-base-blue-800: #0378cf;
  --color-base-blue-900: #006dc7;
  --color-base-blue-950: #0064c2;
  --color-base-blue-975: #005fbd;
  --color-base-gray-50: #f5f6fa;
  --color-base-gray-75: #edeef2;
  --color-base-gray-100: #e9ebf0;
  --color-base-gray-200: #e5e7ed;
  --color-base-gray-300: #dadde3;
  --color-base-gray-400: #d4d7de;
  --color-base-gray-500: #5f626a;
  --color-base-gray-600: #4a4e56;
  --color-base-gray-700: #40444c;
  --color-base-gray-800: #2e3138;
  --color-base-gray-900: #212329;
  --color-base-gray-950: #17191f;
  --color-base-gray-975: #13151a;
  --color-base-navy-50: #f1f3f5;
  --color-base-navy-100: #d4d9de;
  --color-base-navy-200: #b7bfc6;
  --color-base-navy-300: #9aa5ae;
  --color-base-navy-400: #8e9ba6;
  --color-base-navy-500: #707d8a;
  --color-base-navy-600: #6a7785;
  --color-base-navy-700: #5a6673;
  --color-base-navy-800: #495561;
  --color-base-navy-900: #3d4752;
  --color-base-navy-950: #1c2126;
  --color-base-deep-space-50: #f2f2f4;
  --color-base-deep-space-100: #d6d7e1;
  --color-base-deep-space-200: #babcce;
  --color-base-deep-space-300: #9e9fbb;
  --color-base-deep-space-400: #9697a3;
  --color-base-deep-space-500: #858594;
  --color-base-deep-space-600: #737485;
  --color-base-deep-space-700: #626275;
  --color-base-deep-space-800: #505166;
  --color-base-deep-space-900: #404152;
  --color-base-deep-space-950: #282933;
  --color-base-deep-space-alpha-50: rgba(17, 17, 46, 0.05);
  --color-base-deep-space-alpha-100: rgba(17, 17, 46, 0.1);
  --color-base-deep-space-alpha-200: rgba(17, 17, 46, 0.2);
  --color-base-deep-space-alpha-300: rgba(17, 17, 46, 0.3);
  --color-base-deep-space-alpha-400: rgba(17, 17, 46, 0.43);
  --color-base-deep-space-alpha-500: rgba(17, 17, 46, 0.48);
  --color-base-deep-space-alpha-600: rgba(17, 17, 46, 0.55);
  --color-base-deep-space-alpha-700: rgba(17, 17, 46, 0.65);
  --color-base-deep-space-alpha-800: rgba(17, 17, 46, 0.8);
  --color-base-deep-space-alpha-900: rgba(17, 17, 46, 0.9);
  --color-base-deep-space-alpha-950: #11112e;
  --color-base-red-400: #ff9096;
  --color-base-red-500: #ff405c;
  --color-base-red-600: #ff2b4d;
  --color-base-red-700: #e8113d;
  --color-base-red-800: #d10a37;
  --color-base-orange-400: #ffba00;
  --color-base-orange-500: #ff9f00;
  --color-base-orange-600: #ff8200;
  --color-base-orange-700: #ff6500;
  --color-base-orange-800: #ff4700;
  --color-base-green-400: #4ade80;
  --color-base-green-500: #22c55e;
  --color-base-green-600: #16a34a;
  --color-base-green-700: #15803d;
  --color-base-green-800: #166534;
  --color-base-purple-400: #a78bfa;
  --color-base-purple-500: #8b5cf6;
  --color-base-purple-600: #7c3aed;
  --color-base-purple-700: #6d28d9;
  --color-base-file-document-light: #2b579a;
  --color-base-file-document-dark: #5b9bd5;
  --color-base-file-presentation-light: #d24726;
  --color-base-file-presentation-dark: #ff6d4a;
  --color-base-file-video-light: #7c3aed;
  --color-base-file-video-dark: #a78bfa;
  --color-base-file-audio-light: #e67e00;
  --color-base-file-audio-dark: #ffba00;
  --color-base-file-image-light: #0d9488;
  --color-base-file-image-dark: #2dd4bf;
  --color-base-file-archive-light: #78716c;
  --color-base-file-archive-dark: #a8a29e;
  --color-base-file-spreadsheet-light: #217346;
  --color-base-file-spreadsheet-dark: #4ade80;
  --color-base-file-source-code-light: #c2410c;
  --color-base-file-source-code-dark: #fb923c;
  --color-base-file-log-file-light: #4b5563;
  --color-base-file-log-file-dark: #9ca3af;
  --color-base-file-executable-light: #6b7280;
  --color-base-file-executable-dark: #d1d5db;
  --color-base-file-pdf-light: #d32f2f;
  --color-base-file-pdf-dark: #f28b82;
  --color-base-file-unknown-light: #6b7280;
  --color-base-file-unknown-dark: #9ca3af;
  --color-a11y-grey-10: #191919;
  --color-a11y-grey-20: #333333;
  --color-a11y-grey-30: #4d4d4d;
  --color-a11y-grey-40: #666666;
  --color-a11y-grey-50: #808080;
  --color-a11y-grey-60: #999999;
  --color-a11y-grey-70: #b3b3b3;
  --color-a11y-grey-80: #cccccc;
  --color-a11y-grey-87: #dedede;
  --color-a11y-grey-90: #e6e6e6;
  --color-a11y-grey-92: #ebebeb;
  --color-a11y-grey-95: #f3f3f3;
  --color-a11y-grey-98: #fbf9fb;
  --color-a11y-grey-100: #ffffff;
  --color-a11y-blue-30: #003699;
  --color-a11y-blue-35: #003db3;
  --color-a11y-blue-40: #0044cc;
  --color-a11y-red-21: #5c0f35;
  --color-a11y-red-36: #9e1a5a;
  --color-a11y-red-51: #dc267f;
  --color-a11y-orange-20: #662700;
  --color-a11y-orange-35: #b24400;
  --color-a11y-orange-50: #fe6100;
  --color-a11y-purple-24: #2b2257;
  --color-a11y-purple-45: #5240a3;
  --color-a11y-purple-65: #785ef0;
  --color-a11y-purple-75: #9d8af4;
  --color-a11y-file-document: #0044cc;
  --color-a11y-file-presentation: #c74f00;
  --color-a11y-file-video: #5240a3;
  --color-a11y-file-audio: #b24400;
  --color-a11y-file-image: #0f766e;
  --color-a11y-file-archive: #57534e;
  --color-a11y-file-spreadsheet: #166534;
  --color-a11y-file-source-code: #9a3412;
  --color-a11y-file-log-file: #4b5563;
  --color-a11y-file-executable: #6b7280;
  --color-a11y-file-pdf: #b71c1c;
  --color-a11y-file-unknown: #6b7280;
  --color-background-base: #edeef2;
  --color-background-infobox: #e9ebf0;
  --color-background-panel-base: #ffffff;
  --color-background-panel-dialog: #ffffff;
  --color-background-panel-user-media: #e9ebf0;
  --color-background-panel-select-menu: #ffffff;
  --color-background-panel-list-item-up: rgba(245, 246, 250, 0);
  --color-background-panel-list-item-hover: #e9ebf0;
  --color-background-panel-list-item-focused: #e5e7ed;
  --color-background-panel-list-item-pressed: #e5e7ed;
  --color-background-panel-list-item-divider-base: rgba(192, 195, 201, 0.5);
  --color-background-panel-accordion-list-item-base: rgba(0, 0, 0, 0);
  --color-background-panel-accordion-list-item-expanded: #e9ebf0;
  --color-background-panel-accordion-list-item-child-list-item-up: rgba(245, 246, 250, 0);
  --color-background-panel-accordion-list-item-child-list-item-hover: #dadde3;
  --color-background-panel-accordion-list-item-child-list-item-focused: #d4d7de;
  --color-background-panel-accordion-list-item-child-list-item-pressed: #d4d7de;
  --color-background-panel-accordion-list-item-child-list-item-divider-base: rgba(192, 195, 201, 0.5);
  --color-background-panel-chat-bubble-other-base: #e9ebf0;
  --color-background-panel-chat-bubble-other-text-selection: #0c87d1;
  --color-background-panel-chat-bubble-self-base: #0378cf;
  --color-background-panel-chat-bubble-self-text-selection: #0064c2;
  --color-background-panel-section-header-up: #e9ebf0;
  --color-background-panel-section-header-hover: #dadde3;
  --color-background-panel-section-header-focused: #d4d7de;
  --color-background-panel-section-header-pressed: #d4d7de;
  --color-background-drawer-base: #212329;
  --color-background-drawer-avatar: #40444c;
  --color-background-drawer-list-item-up: rgba(54, 58, 65, 0);
  --color-background-drawer-list-item-hover: #2e3138;
  --color-background-drawer-list-item-focused: #2e3138;
  --color-background-drawer-list-item-pressed: #2e3138;
  --color-background-control-flat: rgba(192, 195, 206, 0);
  --color-background-control-base: rgba(192, 195, 206, 0.7);
  --color-background-control-hover: rgba(192, 195, 206, 0.9);
  --color-background-control-focused: #c0c3ce;
  --color-background-control-pressed: #c0c3ce;
  --color-background-control-disabled: rgba(192, 195, 206, 0.3);
  --color-background-popout-media-view-background: #17191f;
  --color-background-tabmenu-button-base: rgba(192, 195, 206, 0.7);
  --color-background-tabmenu-flap-base: rgba(192, 195, 206, 0.7);
  --color-background-chip-notification-default-base: #ffffff;
  --color-background-chip-notification-default-on-panel: #e9ebf0;
  --color-background-chip-notification-section-count-base: #ffffff;
  --color-background-button-default-base: rgba(192, 195, 206, 0.7);
  --color-background-button-default-hover: rgba(192, 195, 206, 0.9);
  --color-background-button-default-focused: #c0c3ce;
  --color-background-button-default-pressed: #c0c3ce;
  --color-background-button-accent-base: #0378cf;
  --color-background-button-accent-hover: #006dc7;
  --color-background-button-accent-focused: #0064c2;
  --color-background-button-accent-pressed: #0064c2;
  --color-background-button-warning-base: #ff9f00;
  --color-background-button-warning-hover: #ff8200;
  --color-background-button-warning-focused: #ff6500;
  --color-background-button-warning-pressed: #ff6500;
  --color-background-button-danger-base: #ff405c;
  --color-background-button-danger-hover: #ff2b4d;
  --color-background-button-danger-focused: #e8113d;
  --color-background-button-danger-pressed: #e8113d;
  --color-background-button-video-control-base: rgba(17, 17, 36, 0.7);
  --color-background-button-video-control-hover: rgba(17, 17, 36, 0.8);
  --color-background-button-video-control-focused: rgba(17, 17, 36, 0.9);
  --color-background-button-video-control-pressed: rgba(17, 17, 36, 0.9);
  --color-background-button-video-control-disabled: rgba(17, 17, 36, 0.5);
  --color-background-button-video-control-no-video: rgba(17, 17, 46, 0.48);
  --color-background-button-disabled-base: rgba(192, 195, 206, 0.3);
  --color-background-switch-base: rgba(192, 195, 201, 0.7);
  --color-background-switch-handle: #ffffff;
  --color-background-switch-checked-info: #0378cf;
  --color-background-switch-checked-warning: #ff9f00;
  --color-background-switch-checked-danger: #ff405c;
  --color-background-switch-checked-handle: #ffffff;
  --color-background-switch-disabled-base: rgba(192, 195, 206, 0.3);
  --color-background-switch-disabled-handle: #ffffff;
  --color-background-checkbox-base: rgba(122, 125, 132, 0.8);
  --color-background-checkbox-checked-info: #0378cf;
  --color-background-checkbox-checked-warning: #ff9f00;
  --color-background-checkbox-checked-danger: #ff405c;
  --color-background-checkbox-disabled: rgba(192, 195, 201, 0.5);
  --color-background-slider-base: rgba(192, 195, 201, 0.7);
  --color-background-slider-handle-info: #0378cf;
  --color-background-slider-handle-warning: #ff9f00;
  --color-background-slider-handle-danger: #ff405c;
  --color-background-slider-track-info: #0378cf;
  --color-background-slider-track-warning: #ff9f00;
  --color-background-slider-track-danger: #ff405c;
  --color-background-slider-disabled-base: rgba(192, 195, 201, 0.4);
  --color-background-slider-disabled-handle: #e5e7ed;
  --color-background-divider-base: rgba(192, 195, 201, 0.5);
  --color-background-scrollbar-base: rgba(122, 125, 132, 0.5);
  --color-background-scrollbar-pressed: #7a7d84;
  --color-background-input-disabled: rgba(192, 195, 206, 0.3);
  --color-background-input-search-base: rgba(192, 195, 206, 0.7);
  --color-background-input-search-hover: rgba(192, 195, 206, 0.9);
  --color-background-input-search-focused: #ffffff;
  --color-background-input-search-disabled: rgba(192, 195, 206, 0.3);
  --color-background-busy-indicator-base: rgba(17, 17, 46, 0.85);
  --color-background-busy-indicator-background: rgba(17, 17, 46, 0.2);
  --color-background-text-selection-base: #0c87d1;
  --color-background-text-selection-dark: #0064c2;
  --color-background-tooltip-base: #282933;
  --color-background-talking-indicator-circle-base: rgba(0, 0, 0, 0);
  --color-background-talking-indicator-circle-active: #0378cf;
  --color-background-video-name-label-base: rgba(17, 17, 36, 0.82);
  --color-background-video-name-label-no-video: rgba(17, 17, 36, 0.61);
  --color-background-video-name-label-talking: #0378cf;
  --color-background-decoration-new-version-notification-foreground: #0378cf;
  --color-background-decoration-new-version-notification-background: rgba(192, 195, 201, 0.5);
  --color-background-modal-overlay-base: rgba(30, 33, 37, 0.7);
  --color-border-control-visualfocus: #0378cf;
  --color-border-button-flat: rgba(0, 0, 0, 0);
  --color-border-input-base: rgba(122, 125, 132, 0.6);
  --color-border-input-hover: rgba(122, 125, 132, 0.95);
  --color-border-input-focused: #0378cf;
  --color-border-input-danger: #ff405c;
  --color-border-input-disabled: rgba(122, 125, 132, 0.4);
  --color-border-talking-indicator-circle-base: rgba(0, 0, 0, 0.6);
  --color-border-talking-indicator-circle-active: #0378cf;
  --color-border-panel-base: #dadde3;
  --color-border-panel-popup: #dadde3;
  --color-border-panel-menu: #dadde3;
  --color-border-panel-sidebar-floating: #dadde3;
  --color-border-list-item-base: rgba(192, 195, 201, 0.5);
  --color-border-list-item-divider: rgba(192, 195, 201, 0.5);
  --color-border-tooltip-base: #858594;
  --color-brand-base: #0378cf;
  --color-brand-dark-1: #006dc7;
  --color-brand-dark-2: #0064c2;
  --color-brand-dark-3: #005fbd;
  --color-brand-light-1: #52baeb;
  --color-brand-light-2: #87d1f6;
  --color-brand-light-3: #c2e9fb;
  --color-feedback-success-light-1: #52baeb;
  --color-feedback-success-base: #0378cf;
  --color-feedback-success-dark-1: #006dc7;
  --color-feedback-success-dark-2: #0064c2;
  --color-feedback-info-light-1: #52baeb;
  --color-feedback-info-base: #0378cf;
  --color-feedback-info-dark-1: #006dc7;
  --color-feedback-info-dark-2: #0064c2;
  --color-feedback-warning-light-1: #ffba00;
  --color-feedback-warning-base: #ff9f00;
  --color-feedback-warning-dark-1: #ff8200;
  --color-feedback-warning-dark-2: #ff6500;
  --color-feedback-danger-light-1: #ff9096;
  --color-feedback-danger-base: #ff405c;
  --color-feedback-danger-dark-1: #ff2b4d;
  --color-feedback-danger-dark-2: #e8113d;
  --color-font-primary: #000000;
  --color-font-secondary: rgba(0, 0, 0, 0.81);
  --color-font-hint: rgba(0, 0, 0, 0.6);
  --color-font-feedback-info: #0c87d1;
  --color-font-feedback-warning: #ff6500;
  --color-font-feedback-danger: #e8113d;
  --color-font-link-default: #000000;
  --color-font-link-accent: #0378cf;
  --color-font-button-default: #000000;
  --color-font-button-colored: #ffffff;
  --color-font-button-accent: #ffffff;
  --color-font-button-warning: #ffffff;
  --color-font-button-danger: #ffffff;
  --color-font-button-disabled: rgba(0, 0, 0, 0.6);
  --color-font-drawer-primary: #f7f7ff;
  --color-font-drawer-secondary: rgba(247, 247, 255, 0.7);
  --color-font-drawer-hint: rgba(247, 247, 255, 0.5);
  --color-font-tooltip-base: #ffffff;
  --color-icon-primary: #000000;
  --color-icon-secondary: rgba(0, 0, 0, 0.81);
  --color-icon-hint: rgba(0, 0, 0, 0.6);
  --color-icon-feedback-info: #0378cf;
  --color-icon-feedback-warning: #ff8200;
  --color-icon-feedback-danger: #ff405c;
  --color-icon-brand-base: #0378cf;
  --color-icon-brand-alt: #0378cf;
  --color-icon-file-document: #2b579a;
  --color-icon-file-presentation: #d24726;
  --color-icon-file-video: #7c3aed;
  --color-icon-file-audio: #e67e00;
  --color-icon-file-image: #0d9488;
  --color-icon-file-archive: #78716c;
  --color-icon-file-spreadsheet: #217346;
  --color-icon-file-source-code: #c2410c;
  --color-icon-file-log-file: #4b5563;
  --color-icon-file-executable: #6b7280;
  --color-icon-file-pdf: #d32f2f;
  --color-icon-file-unknown: #6b7280;
  --color-shadow-x-small: rgba(0, 0, 0, 0.1);
  --color-shadow-small: rgba(0, 0, 0, 0.2);
  --color-shadow-medium: rgba(0, 0, 0, 0.2);
  --color-shadow-large: rgba(0, 0, 0, 0.2);
  --motion-easing-standard-cx1: 0.4;
  --motion-easing-standard-cy1: 0;
  --motion-easing-standard-cx2: 0.2;
  --motion-easing-standard-cy2: 1;
  --motion-easing-decelerate-cx1: 0;
  --motion-easing-decelerate-cy1: 0;
  --motion-easing-decelerate-cx2: 0.2;
  --motion-easing-decelerate-cy2: 1;
  --motion-easing-accelerate-cx1: 0.4;
  --motion-easing-accelerate-cy1: 0;
  --motion-easing-accelerate-cx2: 1;
  --motion-easing-accelerate-cy2: 1;
  --opacity-item-disabled: 0.6;
  --opacity-item-panel-list-item-disabled: 0.6;
  --scale-animation-view-start: 0.97;
  --scale-animation-dialog-start: 0.97;
  --scale-animation-message-card-start: 0.97;
  --size-border-control-visualfocus: 2rem;
  --size-border-button-flat: 0rem;
  --size-border-input-base: 1rem;
  --size-border-input-focused: 2rem;
  --size-border-input-error: 2rem;
  --size-border-busy-indicator: 2rem;
  --size-border-talking-indicator-circle-base: 1rem;
  --size-border-selection-indicator: 3rem;
  --size-border-panel-base: 0rem;
  --size-border-panel-menu: 1rem;
  --size-border-panel-popup: 0rem;
  --size-border-panel-sidebar-floating: 0rem;
  --size-border-list-item-base: 0rem;
  --size-border-tooltip-base: 1rem;
  --size-font-x-small: 11rem;
  --size-font-small: 13rem;
  --size-font-medium: 16rem;
  --size-font-large: 18rem;
  --size-font-x-large: 24rem;
  --size-font-xx-large: 28rem;
  --size-font-xxx-large: 34rem;
  --size-font-variant-x-small: 11rem;
  --size-font-variant-small: 12rem;
  --size-font-variant-medium: 15rem;
  --size-font-variant-large: 18rem;
  --size-font-variant-x-large: 24rem;
  --size-font-variant-xx-large: 28rem;
  --size-font-variant-xxx-large: 34rem;
  --size-font-panel-video-initials-max: 128rem;
  --size-height-input-medium: 36rem;
  --size-height-input-large: 48rem;
  --size-height-button-x-small: 24rem;
  --size-height-button-small: 28rem;
  --size-height-button-medium: 32rem;
  --size-height-button-large: 36rem;
  --size-height-button-x-large: 42rem;
  --size-height-button-xx-large: 48rem;
  --size-height-button-xxx-large: 56rem;
  --size-height-switch-x-small: 20rem;
  --size-height-switch-small: 24rem;
  --size-height-switch-medium: 36rem;
  --size-height-switch-handle-x-small: 16rem;
  --size-height-switch-handle-small: 20rem;
  --size-height-switch-handle-medium: 32rem;
  --size-height-list-item-xxx-small: 28rem;
  --size-height-list-item-xx-small: 44rem;
  --size-height-list-item-x-small: 48rem;
  --size-height-list-item-small: 56rem;
  --size-height-list-item-medium: 64rem;
  --size-height-list-item-large: 72rem;
  --size-height-list-item-divider-base: 0rem;
  --size-height-divider-base: 1rem;
  --size-height-chip-small: 24rem;
  --size-height-chip-medium: 28rem;
  --size-height-direct-message-text-field-medium: 72rem;
  --size-height-tooltip-medium: 24rem;
  --size-height-talking-indicator-circle-medium: 10rem;
  --size-height-tab-indicator-medium: 2rem;
  --size-icon-x-small: 18rem;
  --size-icon-small: 20rem;
  --size-icon-medium: 24rem;
  --size-icon-large: 36rem;
  --size-icon-x-large: 48rem;
  --size-icon-xx-large: 64rem;
  --size-icon-xxx-large: 96rem;
  --size-icon-empty-state-base: 56rem;
  --size-icon-panel-video-avatar-max: 128rem;
  --size-radius-x-small: 8rem;
  --size-radius-small: 12rem;
  --size-radius-medium: 16rem;
  --size-radius-large: 20rem;
  --size-radius-x-large: 22rem;
  --size-radius-xx-large: 26rem;
  --size-radius-xxx-large: 30rem;
  --size-radius-button-x-small: 16rem;
  --size-radius-button-small: 18rem;
  --size-radius-button-medium: 20rem;
  --size-radius-button-large: 22rem;
  --size-radius-button-x-large: 24rem;
  --size-radius-button-xx-large: 26rem;
  --size-radius-button-xxx-large: 30rem;
  --size-radius-panel-base: 20rem;
  --size-radius-input-medium: 16rem;
  --size-radius-input-round: 26rem;
  --size-radius-control-visualfocus: 12rem;
  --size-radius-chip-small: 8rem;
  --size-radius-chip-medium: 12rem;
  --size-radius-tooltip-medium: 16rem;
  --size-radius-talking-indicator-circle-medium: 6rem;
  --size-radius-notification-badge-small: 16rem;
  --size-radius-notification-badge-medium: 10rem;
  --size-radius-switch-x-small: 14rem;
  --size-radius-switch-small: 16rem;
  --size-radius-switch-medium: 20rem;
  --size-radius-switch-handle-x-small: 13rem;
  --size-radius-switch-handle-small: 15rem;
  --size-radius-switch-handle-medium: 19rem;
  --size-radius-video-name-label-factor-height: 0.22rem;
  --size-radius-a11y-control: 0rem;
  --size-spacing-xxx-small: 2rem;
  --size-spacing-xx-small: 4rem;
  --size-spacing-x-small: 8rem;
  --size-spacing-small: 16rem;
  --size-spacing-medium: 32rem;
  --size-spacing-large: 64rem;
  --size-spacing-x-large: 128rem;
  --size-extras-spacing-extra-1: 6rem;
  --size-extras-spacing-extra-2: 12rem;
  --size-extras-spacing-extra-3: 24rem;
  --size-extras-spacing-extra-4: 48rem;
  --size-extras-spacing-extra-5: 56rem;
  --size-width-list-item-primary-small: 40rem;
  --size-width-button-min-width-x-small: 72rem;
  --size-width-button-min-width-small: 88rem;
  --size-width-button-min-width-medium: 112rem;
  --size-width-button-min-width-large: 144rem;
  --size-width-button-min-width-x-large: 168rem;
  --size-width-button-min-width-xx-large: 192rem;
  --size-width-button-min-width-xxx-large: 200rem;
  --size-width-context-menu-base: 300rem;
  --size-width-context-menu-xx-small: 180rem;
  --size-width-context-menu-x-small: 240rem;
  --size-width-context-menu-small: 260rem;
  --size-width-context-menu-medium: 300rem;
  --size-width-context-menu-large: 320rem;
  --size-width-context-menu-x-large: 360rem;
  --size-width-context-menu-xx-large: 420rem;
  --size-width-dialog-small: 480rem;
  --size-width-dialog-medium: 560rem;
  --size-width-dialog-large: 720rem;
  --size-width-dialog-x-large: 880rem;
  --size-width-dialog-xx-large: 1040rem;
  --size-width-message-card-base: 320rem;
  --size-width-message-card-medium: 320rem;
  --size-width-popover-base: 240rem;
  --size-width-popover-medium: 240rem;
  --size-width-notification-badge-small: 12rem;
  --size-width-notification-badge-medium: 14rem;
  --size-width-decoration-new-version-notification-background: 176rem;
  --size-width-sidebar-stage-minimum: 264rem;
  --size-width-sidebar-stage-base: 408rem;
  --size-width-sidebar-stage-maximum: 960rem;
  --size-shadow-x-small-h-offset: 0rem;
  --size-shadow-x-small-v-offset: 0.5rem;
  --size-shadow-x-small-blur: 2rem;
  --size-shadow-small-h-offset: 0rem;
  --size-shadow-small-v-offset: 2rem;
  --size-shadow-small-blur: 3rem;
  --size-shadow-medium-h-offset: 0rem;
  --size-shadow-medium-v-offset: 3rem;
  --size-shadow-medium-blur: 12rem;
  --size-shadow-large-h-offset: 0rem;
  --size-shadow-large-v-offset: 4rem;
  --size-shadow-large-blur: 32rem;
  --time-duration-xxx-fast: 0.08s;
  --time-duration-xx-fast: 0.11s;
  --time-duration-x-fast: 0.13s;
  --time-duration-fast: 0.19s;
  --time-duration-normal: 0.21s;
  --time-duration-slow: 0.28s;
  --time-duration-talk-indicator: 0.64s;
  --time-duration-press-and-hold-short: 0.50s;
  --time-delay-tooltip-base: 0.22s;
  --time-delay-tooltip-normal: 0.22s;
  --weight-font-light: 300;
  --weight-font-normal: 400;
  --weight-font-medium: 600;
  --weight-font-bold: 700;
}
