diff --git a/apps/docs/scripts/build-tokens.js b/apps/docs/scripts/build-tokens.js index 0ca5b1163..1354d2446 100644 --- a/apps/docs/scripts/build-tokens.js +++ b/apps/docs/scripts/build-tokens.js @@ -64,7 +64,6 @@ const themeColorNames = ['default-theme']; for (const skin of [kbq]) { const koobiqTokensProps = `node_modules/@koobiq/design-tokens/web/properties/**/*.json5`; - const koobiqTokensComponents = `node_modules/@koobiq/design-tokens/web/components/**/*.json5`; for (const theme of themeColorNames) { themesConfig.push({ @@ -72,8 +71,7 @@ for (const skin of [kbq]) { name: theme, buildPath: [ koobiqTokensProps, - `apps/docs/src/styles/${skin}/${theme}/properties/**/*.json5`, - koobiqTokensComponents + `apps/docs/src/styles/${skin}/${theme}/properties/**/*.json5` ], outputPath: `apps/docs/src/styles/${skin}/${theme}/` }); diff --git a/apps/docs/src/app/containers/icons-viewer/icons-viewer-theme.scss b/apps/docs/src/app/containers/icons-viewer/icons-viewer-theme.scss index c7659367b..1ca4a054d 100644 --- a/apps/docs/src/app/containers/icons-viewer/icons-viewer-theme.scss +++ b/apps/docs/src/app/containers/icons-viewer/icons-viewer-theme.scss @@ -12,7 +12,7 @@ .docs-icons-viewer__table-cell { background: var(--kbq-background-bg); - border-color: var(--kbq-line-contrast-less); + border-color: var(--kbq-divider-color, var(--kbq-line-contrast-less)); > .docs-icons-viewer__table-cell-name { color: var(--kbq-foreground-text-less-contrast); diff --git a/apps/docs/src/app/containers/icons-viewer/icons-viewer.scss b/apps/docs/src/app/containers/icons-viewer/icons-viewer.scss index 5818101aa..cbeac798d 100644 --- a/apps/docs/src/app/containers/icons-viewer/icons-viewer.scss +++ b/apps/docs/src/app/containers/icons-viewer/icons-viewer.scss @@ -101,7 +101,7 @@ flex-direction: column; text-align: center; - border-radius: 8px; + border-radius: var(--kbq-size-border-radius); border-style: solid; border-width: 1px; diff --git a/apps/docs/src/styles/_hot-keys.scss b/apps/docs/src/styles/_hot-keys.scss index faedc90ba..5333f2960 100644 --- a/apps/docs/src/styles/_hot-keys.scss +++ b/apps/docs/src/styles/_hot-keys.scss @@ -13,7 +13,7 @@ border-width: 1px; border-style: solid; - border-radius: 8px; + border-radius: var(--kbq-size-border-radius); box-sizing: border-box; diff --git a/apps/docs/src/styles/koobiq/default-theme/_variables.scss b/apps/docs/src/styles/koobiq/default-theme/_variables.scss index fa31ff8ec..6550a9381 100644 --- a/apps/docs/src/styles/koobiq/default-theme/_variables.scss +++ b/apps/docs/src/styles/koobiq/default-theme/_variables.scss @@ -1148,3290 +1148,3 @@ $fa-ir-caption-caps-font-family: notonaskharabic, -apple-system, BlinkMacSystemF $fa-ir-small-text-font-family: notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; $fa-ir-extra-small-text-font-family: notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; $fa-ir-extra-small-text-caps-font-family: notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$accordion-size-item-header-height: 36px; -$accordion-size-item-header-variant-fill-padding: 6px 8px; -$accordion-size-item-header-variant-hug-padding: 6px 8px 6px 12px; -$accordion-size-item-content-padding: 0px 12px 8px 12px; -$accordion-font-item-header-text-font-size: 16px; -$accordion-font-item-header-text-line-height: 24px; -$accordion-font-item-header-text-letter-spacing: -0.011em; -$accordion-font-item-header-text-font-weight: normal; -$accordion-font-item-header-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$accordion-font-item-header-text-text-transform: null; -$accordion-font-item-header-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$accordion-font-item-content-text-font-size: 14px; -$accordion-font-item-content-text-line-height: 20px; -$accordion-font-item-content-text-letter-spacing: -0.006em; -$accordion-font-item-content-text-font-weight: normal; -$accordion-font-item-content-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$accordion-font-item-content-text-text-transform: null; -$accordion-font-item-content-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$accordion-light-item-default-background: transparent; -$accordion-light-item-default-text-color: hsla(229, 15%, 15%, 100%); -$accordion-light-item-default-icon-color: hsla(229, 15%, 60%, 100%); -$accordion-light-item-states-hover-icon-color: hsla(229, 15%, 15%, 100%); -$accordion-light-item-states-focus-border-color: hsla(216, 100%, 50%, 100%); -$accordion-light-item-states-disabled-text-color: hsla(229, 15%, 50%, 100%); -$accordion-light-item-states-disabled-icon-color: hsla(229, 15%, 15%, 32%); -$accordion-dark-item-default-background: transparent; -$accordion-dark-item-default-text-color: hsla(229, 15%, 80%, 100%); -$accordion-dark-item-default-icon-color: hsla(229, 15%, 45%, 100%); -$accordion-dark-item-states-hover-icon-color: hsla(229, 15%, 80%, 100%); -$accordion-dark-item-states-focus-border-color: hsla(216, 100%, 65%, 100%); -$accordion-dark-item-states-disabled-text-color: hsla(229, 15%, 60%, 100%); -$accordion-dark-item-states-disabled-icon-color: hsla(229, 15%, 30%, 100%); -$alert-size-normal-container-border-radius: 12px; -$alert-size-normal-container-padding-top: 0; -$alert-size-normal-container-padding-right: 8px; -$alert-size-normal-container-padding-bottom: 0; -$alert-size-normal-container-padding-left: 8px; -$alert-size-normal-content-padding-top: 16px; -$alert-size-normal-content-padding-right: 8px; -$alert-size-normal-content-padding-bottom: 16px; -$alert-size-normal-content-padding-left: 12px; -$alert-size-normal-icon-margin-top: 16px; -$alert-size-normal-icon-margin-right: 0; -$alert-size-normal-icon-margin-bottom: 16px; -$alert-size-normal-icon-margin-left: 12px; -$alert-size-normal-icon-padding-top: 4px; -$alert-size-normal-title-margin-bottom: 4px; -$alert-size-normal-close-button-margin-top: 14px; -$alert-size-normal-close-button-margin-left: 6px; -$alert-size-normal-button-stack-padding-top: 8px; -$alert-size-normal-button-stack-padding-bottom: 2px; -$alert-size-normal-no-title-icon-margin-top: 16px; -$alert-size-normal-no-title-icon-padding-top: 2px; -$alert-size-compact-container-border-radius: 12px; -$alert-size-compact-container-padding-top: 0; -$alert-size-compact-container-padding-right: 8px; -$alert-size-compact-container-padding-bottom: 0; -$alert-size-compact-container-padding-left: 16px; -$alert-size-compact-content-padding-top: 12px; -$alert-size-compact-content-padding-right: 8px; -$alert-size-compact-content-padding-bottom: 12px; -$alert-size-compact-content-padding-left: 0; -$alert-size-compact-icon-margin-top: 12px; -$alert-size-compact-icon-margin-right: 8px; -$alert-size-compact-icon-padding-top: 4px; -$alert-size-compact-title-margin-bottom: 2px; -$alert-size-compact-close-button-margin-top: 8px; -$alert-size-compact-close-button-margin-left: 2px; -$alert-size-compact-button-stack-padding-top: 8px; -$alert-size-compact-button-stack-padding-bottom: 2px; -$alert-size-compact-no-title-icon-margin-top: 12px; -$alert-size-compact-no-title-icon-padding-top: 2px; -$alert-font-title-font-size: 18px; -$alert-font-title-line-height: 26px; -$alert-font-title-letter-spacing: normal; -$alert-font-title-font-weight: 600; -$alert-font-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$alert-font-title-text-transform: null; -$alert-font-title-font-feature-settings: "calt", "kern", "liga"; -$alert-font-title-compact-font-size: 16px; -$alert-font-title-compact-line-height: 24px; -$alert-font-title-compact-letter-spacing: -0.011em; -$alert-font-title-compact-font-weight: 600; -$alert-font-title-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$alert-font-title-compact-text-transform: null; -$alert-font-title-compact-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$alert-font-text-font-size: 14px; -$alert-font-text-line-height: 20px; -$alert-font-text-letter-spacing: -0.006em; -$alert-font-text-font-weight: normal; -$alert-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$alert-font-text-text-transform: null; -$alert-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$alert-light-default-contrast-container-background: hsla(229, 15%, 92%, 100%); -$alert-light-default-contrast-container-title: hsla(229, 15%, 15%, 100%); -$alert-light-default-contrast-container-text: hsla(229, 15%, 15%, 100%); -$alert-light-default-error-container-background: hsla(229, 15%, 92%, 100%); -$alert-light-default-error-container-title: hsla(229, 15%, 15%, 100%); -$alert-light-default-error-container-text: hsla(229, 15%, 15%, 100%); -$alert-light-default-warning-container-background: hsla(229, 15%, 92%, 100%); -$alert-light-default-warning-container-title: hsla(229, 15%, 15%, 100%); -$alert-light-default-warning-container-text: hsla(229, 15%, 15%, 100%); -$alert-light-default-success-container-background: hsla(229, 15%, 92%, 100%); -$alert-light-default-success-container-title: hsla(229, 15%, 15%, 100%); -$alert-light-default-success-container-text: hsla(229, 15%, 15%, 100%); -$alert-light-default-theme-container-background: hsla(229, 15%, 92%, 100%); -$alert-light-default-theme-container-title: hsla(229, 15%, 15%, 100%); -$alert-light-default-theme-container-text: hsla(229, 15%, 15%, 100%); -$alert-light-colored-contrast-container-background: hsla(229, 15%, 92%, 100%); -$alert-light-colored-contrast-container-title: hsla(229, 15%, 15%, 100%); -$alert-light-colored-contrast-container-text: hsla(229, 15%, 15%, 100%); -$alert-light-colored-error-container-background: hsla(7, 97%, 90%, 100%); -$alert-light-colored-error-container-title: hsla(229, 15%, 15%, 100%); -$alert-light-colored-error-container-text: hsla(229, 15%, 15%, 100%); -$alert-light-colored-warning-container-background: hsla(38, 100%, 85%, 100%); -$alert-light-colored-warning-container-title: hsla(229, 15%, 15%, 100%); -$alert-light-colored-warning-container-text: hsla(229, 15%, 15%, 100%); -$alert-light-colored-success-container-background: hsla(104, 64%, 80%, 100%); -$alert-light-colored-success-container-title: hsla(229, 15%, 15%, 100%); -$alert-light-colored-success-container-text: hsla(229, 15%, 15%, 100%); -$alert-light-colored-theme-container-background: hsla(216, 100%, 85%, 100%); -$alert-light-colored-theme-container-title: hsla(229, 15%, 15%, 100%); -$alert-light-colored-theme-container-text: hsla(229, 15%, 15%, 100%); -$alert-dark-default-contrast-container-background: hsla(229, 15%, 25%, 100%); -$alert-dark-default-contrast-container-title: hsla(229, 15%, 80%, 100%); -$alert-dark-default-contrast-container-text: hsla(229, 15%, 80%, 100%); -$alert-dark-default-error-container-background: hsla(229, 15%, 25%, 100%); -$alert-dark-default-error-container-title: hsla(229, 15%, 80%, 100%); -$alert-dark-default-error-container-text: hsla(229, 15%, 80%, 100%); -$alert-dark-default-warning-container-background: hsla(229, 15%, 25%, 100%); -$alert-dark-default-warning-container-title: hsla(229, 15%, 80%, 100%); -$alert-dark-default-warning-container-text: hsla(229, 15%, 80%, 100%); -$alert-dark-default-success-container-background: hsla(229, 15%, 25%, 100%); -$alert-dark-default-success-container-title: hsla(229, 15%, 80%, 100%); -$alert-dark-default-success-container-text: hsla(229, 15%, 80%, 100%); -$alert-dark-default-theme-container-background: hsla(229, 15%, 25%, 100%); -$alert-dark-default-theme-container-title: hsla(229, 15%, 80%, 100%); -$alert-dark-default-theme-container-text: hsla(229, 15%, 80%, 100%); -$alert-dark-colored-contrast-container-background: hsla(229, 15%, 25%, 100%); -$alert-dark-colored-contrast-container-title: hsla(229, 15%, 80%, 100%); -$alert-dark-colored-contrast-container-text: hsla(229, 15%, 80%, 100%); -$alert-dark-colored-error-container-background: hsla(7, 97%, 15%, 100%); -$alert-dark-colored-error-container-title: hsla(229, 15%, 80%, 100%); -$alert-dark-colored-error-container-text: hsla(229, 15%, 80%, 100%); -$alert-dark-colored-warning-container-background: hsla(38, 100%, 14%, 100%); -$alert-dark-colored-warning-container-title: hsla(229, 15%, 80%, 100%); -$alert-dark-colored-warning-container-text: hsla(229, 15%, 80%, 100%); -$alert-dark-colored-success-container-background: hsla(104, 64%, 12%, 100%); -$alert-dark-colored-success-container-title: hsla(229, 15%, 80%, 100%); -$alert-dark-colored-success-container-text: hsla(229, 15%, 80%, 100%); -$alert-dark-colored-theme-container-background: hsla(216, 100%, 20%, 100%); -$alert-dark-colored-theme-container-title: hsla(229, 15%, 80%, 100%); -$alert-dark-colored-theme-container-text: hsla(229, 15%, 80%, 100%); -$autocomplete-size-panel-padding: 4px 0; -$autocomplete-size-panel-max-height: 256px; -$autocomplete-size-panel-border-radius: 8px; -$badge-light-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%); -$badge-light-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%); -$badge-light-filled-fade-off-theme-caption: hsla(0, 0%, 100%, 100%); -$badge-light-filled-fade-off-theme-icon: hsla(0, 0%, 100%, 100%); -$badge-light-filled-fade-off-success-background: hsla(104, 64%, 45%, 100%); -$badge-light-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%); -$badge-light-filled-fade-off-success-caption: hsla(0, 0%, 100%, 100%); -$badge-light-filled-fade-off-success-icon: hsla(0, 0%, 100%, 100%); -$badge-light-filled-fade-off-warning-background: hsla(38, 100%, 50%, 100%); -$badge-light-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%); -$badge-light-filled-fade-off-warning-caption: hsla(0, 0%, 100%, 100%); -$badge-light-filled-fade-off-warning-icon: hsla(0, 0%, 100%, 100%); -$badge-light-filled-fade-off-error-background: hsla(7, 97%, 60%, 100%); -$badge-light-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%); -$badge-light-filled-fade-off-error-caption: hsla(0, 0%, 100%, 100%); -$badge-light-filled-fade-off-error-icon: hsla(0, 0%, 100%, 100%); -$badge-light-filled-fade-on-theme-background: hsla(216, 100%, 85%, 100%); -$badge-light-filled-fade-on-theme-color: hsla(216, 100%, 50%, 100%); -$badge-light-filled-fade-on-theme-caption: hsla(216, 100%, 50%, 100%); -$badge-light-filled-fade-on-theme-icon: hsla(216, 100%, 50%, 100%); -$badge-light-filled-fade-on-contrast-background: hsla(229, 15%, 92%, 100%); -$badge-light-filled-fade-on-contrast-color: hsla(229, 15%, 15%, 100%); -$badge-light-filled-fade-on-contrast-caption: hsla(229, 15%, 15%, 100%); -$badge-light-filled-fade-on-contrast-icon: hsla(229, 15%, 60%, 100%); -$badge-light-filled-fade-on-success-background: hsla(104, 64%, 80%, 100%); -$badge-light-filled-fade-on-success-color: hsla(104, 64%, 30%, 100%); -$badge-light-filled-fade-on-success-caption: hsla(104, 64%, 30%, 100%); -$badge-light-filled-fade-on-success-icon: hsla(104, 64%, 40%, 100%); -$badge-light-filled-fade-on-warning-background: hsla(38, 100%, 85%, 100%); -$badge-light-filled-fade-on-warning-color: hsla(38, 100%, 33%, 100%); -$badge-light-filled-fade-on-warning-caption: hsla(38, 100%, 33%, 100%); -$badge-light-filled-fade-on-warning-icon: hsla(38, 100%, 42%, 100%); -$badge-light-filled-fade-on-error-background: hsla(7, 97%, 90%, 100%); -$badge-light-filled-fade-on-error-color: hsla(7, 97%, 40%, 100%); -$badge-light-filled-fade-on-error-caption: hsla(7, 97%, 40%, 100%); -$badge-light-filled-fade-on-error-icon: hsla(7, 97%, 45%, 100%); -$badge-light-outline-fade-on-theme-background: transparent; -$badge-light-outline-fade-on-theme-color: hsla(216, 100%, 50%, 100%); -$badge-light-outline-fade-on-theme-border: hsla(216, 100%, 65%, 100%); -$badge-light-outline-fade-on-theme-caption: hsla(216, 100%, 50%, 100%); -$badge-light-outline-fade-on-theme-icon: hsla(216, 100%, 50%, 100%); -$badge-light-outline-fade-on-contrast-background: transparent; -$badge-light-outline-fade-on-contrast-color: hsla(229, 15%, 15%, 100%); -$badge-light-outline-fade-on-contrast-border: hsla(229, 15%, 80%, 100%); -$badge-light-outline-fade-on-contrast-caption: hsla(229, 15%, 15%, 100%); -$badge-light-outline-fade-on-contrast-icon: hsla(229, 15%, 60%, 100%); -$badge-light-outline-fade-on-success-background: transparent; -$badge-light-outline-fade-on-success-color: hsla(104, 64%, 30%, 100%); -$badge-light-outline-fade-on-success-border: hsla(104, 64%, 45%, 100%); -$badge-light-outline-fade-on-success-caption: hsla(104, 64%, 30%, 100%); -$badge-light-outline-fade-on-success-icon: hsla(104, 64%, 40%, 100%); -$badge-light-outline-fade-on-warning-background: transparent; -$badge-light-outline-fade-on-warning-color: hsla(38, 100%, 33%, 100%); -$badge-light-outline-fade-on-warning-border: hsla(38, 100%, 55%, 100%); -$badge-light-outline-fade-on-warning-caption: hsla(38, 100%, 33%, 100%); -$badge-light-outline-fade-on-warning-icon: hsla(38, 100%, 42%, 100%); -$badge-light-outline-fade-on-error-background: transparent; -$badge-light-outline-fade-on-error-color: hsla(7, 97%, 40%, 100%); -$badge-light-outline-fade-on-error-border: hsla(7, 97%, 65%, 100%); -$badge-light-outline-fade-on-error-caption: hsla(7, 97%, 40%, 100%); -$badge-light-outline-fade-on-error-icon: hsla(7, 97%, 45%, 100%); -$badge-dark-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%); -$badge-dark-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%); -$badge-dark-filled-fade-off-theme-caption: hsla(0, 0%, 100%, 100%); -$badge-dark-filled-fade-off-theme-icon: hsla(0, 0%, 100%, 100%); -$badge-dark-filled-fade-off-success-background: hsla(104, 64%, 40%, 100%); -$badge-dark-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%); -$badge-dark-filled-fade-off-success-caption: hsla(0, 0%, 100%, 100%); -$badge-dark-filled-fade-off-success-icon: hsla(0, 0%, 100%, 100%); -$badge-dark-filled-fade-off-warning-background: hsla(38, 100%, 39%, 100%); -$badge-dark-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%); -$badge-dark-filled-fade-off-warning-caption: hsla(0, 0%, 100%, 100%); -$badge-dark-filled-fade-off-warning-icon: hsla(0, 0%, 100%, 100%); -$badge-dark-filled-fade-off-error-background: hsla(7, 97%, 41%, 100%); -$badge-dark-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%); -$badge-dark-filled-fade-off-error-caption: hsla(0, 0%, 100%, 100%); -$badge-dark-filled-fade-off-error-icon: hsla(0, 0%, 100%, 100%); -$badge-dark-filled-fade-on-theme-background: hsla(216, 100%, 20%, 100%); -$badge-dark-filled-fade-on-theme-color: hsla(216, 100%, 65%, 100%); -$badge-dark-filled-fade-on-theme-caption: hsla(216, 100%, 65%, 100%); -$badge-dark-filled-fade-on-theme-icon: hsla(216, 100%, 65%, 100%); -$badge-dark-filled-fade-on-contrast-background: hsla(229, 15%, 25%, 100%); -$badge-dark-filled-fade-on-contrast-color: hsla(229, 15%, 80%, 100%); -$badge-dark-filled-fade-on-contrast-caption: hsla(229, 15%, 80%, 100%); -$badge-dark-filled-fade-on-contrast-icon: hsla(229, 15%, 45%, 100%); -$badge-dark-filled-fade-on-success-background: hsla(104, 64%, 12%, 100%); -$badge-dark-filled-fade-on-success-color: hsla(104, 64%, 45%, 100%); -$badge-dark-filled-fade-on-success-caption: hsla(104, 64%, 45%, 100%); -$badge-dark-filled-fade-on-success-icon: hsla(104, 64%, 45%, 100%); -$badge-dark-filled-fade-on-warning-background: hsla(38, 100%, 14%, 100%); -$badge-dark-filled-fade-on-warning-color: hsla(38, 100%, 60%, 100%); -$badge-dark-filled-fade-on-warning-caption: hsla(38, 100%, 60%, 100%); -$badge-dark-filled-fade-on-warning-icon: hsla(38, 100%, 60%, 100%); -$badge-dark-filled-fade-on-error-background: hsla(7, 97%, 15%, 100%); -$badge-dark-filled-fade-on-error-color: hsla(7, 97%, 60%, 100%); -$badge-dark-filled-fade-on-error-caption: hsla(7, 97%, 60%, 100%); -$badge-dark-filled-fade-on-error-icon: hsla(7, 97%, 60%, 100%); -$badge-dark-outline-fade-on-theme-background: transparent; -$badge-dark-outline-fade-on-theme-color: hsla(216, 100%, 65%, 100%); -$badge-dark-outline-fade-on-theme-border: hsla(216, 100%, 30%, 100%); -$badge-dark-outline-fade-on-theme-caption: hsla(216, 100%, 65%, 100%); -$badge-dark-outline-fade-on-theme-icon: hsla(216, 100%, 65%, 100%); -$badge-dark-outline-fade-on-contrast-background: transparent; -$badge-dark-outline-fade-on-contrast-color: hsla(229, 15%, 80%, 100%); -$badge-dark-outline-fade-on-contrast-border: hsla(229, 15%, 30%, 100%); -$badge-dark-outline-fade-on-contrast-caption: hsla(229, 15%, 80%, 100%); -$badge-dark-outline-fade-on-contrast-icon: hsla(229, 15%, 45%, 100%); -$badge-dark-outline-fade-on-success-background: transparent; -$badge-dark-outline-fade-on-success-color: hsla(104, 64%, 45%, 100%); -$badge-dark-outline-fade-on-success-border: hsla(104, 64%, 20%, 100%); -$badge-dark-outline-fade-on-success-caption: hsla(104, 64%, 45%, 100%); -$badge-dark-outline-fade-on-success-icon: hsla(104, 64%, 45%, 100%); -$badge-dark-outline-fade-on-warning-background: transparent; -$badge-dark-outline-fade-on-warning-color: hsla(38, 100%, 60%, 100%); -$badge-dark-outline-fade-on-warning-border: hsla(38, 100%, 20%, 100%); -$badge-dark-outline-fade-on-warning-caption: hsla(38, 100%, 60%, 100%); -$badge-dark-outline-fade-on-warning-icon: hsla(38, 100%, 60%, 100%); -$badge-dark-outline-fade-on-error-background: transparent; -$badge-dark-outline-fade-on-error-color: hsla(7, 97%, 60%, 100%); -$badge-dark-outline-fade-on-error-border: hsla(7, 97%, 35%, 100%); -$badge-dark-outline-fade-on-error-caption: hsla(7, 97%, 60%, 100%); -$badge-dark-outline-fade-on-error-icon: hsla(7, 97%, 60%, 100%); -$badge-size-normal-height: 24px; -$badge-size-normal-icon-left-width: 16px; -$badge-size-normal-icon-left-height: 16px; -$badge-size-normal-icon-left-margin-right: 4px; -$badge-size-normal-icon-right-width: 16px; -$badge-size-normal-icon-right-height: 16px; -$badge-size-normal-icon-right-margin-left: 4px; -$badge-size-normal-horizontal-padding: 8px; -$badge-size-normal-content-padding: 4px; -$badge-size-normal-border-width: 1px; -$badge-size-normal-border-radius: 4px; -$badge-size-compact-height: 16px; -$badge-size-compact-icon-left-width: 16px; -$badge-size-compact-icon-left-height: 16px; -$badge-size-compact-icon-left-margin-right: 2px; -$badge-size-compact-icon-right-width: 16px; -$badge-size-compact-icon-right-height: 16px; -$badge-size-compact-icon-right-margin-left: 2px; -$badge-size-compact-vertical-padding: 0; -$badge-size-compact-horizontal-padding: 4px; -$badge-size-compact-content-padding: 2px; -$badge-size-compact-border-width: 1px; -$badge-size-compact-border-radius: 4px; -$badge-font-normal-default-font-size: 14px; -$badge-font-normal-default-line-height: 20px; -$badge-font-normal-default-letter-spacing: -0.006em; -$badge-font-normal-default-font-weight: 500; -$badge-font-normal-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$badge-font-normal-default-text-transform: null; -$badge-font-normal-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$badge-font-normal-caption-font-size: 14px; -$badge-font-normal-caption-line-height: 20px; -$badge-font-normal-caption-letter-spacing: -0.006em; -$badge-font-normal-caption-font-weight: normal; -$badge-font-normal-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$badge-font-normal-caption-text-transform: null; -$badge-font-normal-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$badge-font-compact-default-font-size: 12px; -$badge-font-compact-default-line-height: 16px; -$badge-font-compact-default-letter-spacing: normal; -$badge-font-compact-default-font-weight: 500; -$badge-font-compact-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$badge-font-compact-default-text-transform: null; -$badge-font-compact-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$badge-font-compact-caption-font-size: 12px; -$badge-font-compact-caption-line-height: 16px; -$badge-font-compact-caption-letter-spacing: normal; -$badge-font-compact-caption-font-weight: normal; -$badge-font-compact-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$badge-font-compact-caption-text-transform: null; -$badge-font-compact-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$button-toggle-size-container-border-radius: 8px; -$button-toggle-size-container-padding-horizontal: 4px; -$button-toggle-size-container-padding-vertical: 4px; -$button-toggle-size-container-content-gap-horizontal: 4px; -$button-toggle-size-item-height: 24px; -$button-toggle-size-item-border-radius: 4px; -$button-toggle-size-item-padding-horizontal: 8px; -$button-toggle-size-item-padding-vertical: 2px; -$button-toggle-size-item-content-gap-horizontal: 4px; -$button-toggle-size-item-focus-outline-width: 2px; -$button-toggle-font-item-font-size: 14px; -$button-toggle-font-item-line-height: 20px; -$button-toggle-font-item-letter-spacing: -0.006em; -$button-toggle-font-item-font-weight: 500; -$button-toggle-font-item-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$button-toggle-font-item-text-transform: null; -$button-toggle-font-item-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$button-toggle-light-container-background: hsla(229, 15%, 92%, 100%); -$button-toggle-light-item-default-background: hsla(229, 15%, 92%, 100%); -$button-toggle-light-item-default-text: hsla(229, 15%, 15%, 100%); -$button-toggle-light-item-default-icon: hsla(229, 15%, 60%, 100%); -$button-toggle-light-item-states-hover-background: hsla(229, 15%, 88%, 100%); -$button-toggle-light-item-states-hover-text: hsla(229, 15%, 15%, 100%); -$button-toggle-light-item-states-hover-icon: hsla(229, 15%, 60%, 100%); -$button-toggle-light-item-states-active-background: hsla(229, 15%, 85%, 100%); -$button-toggle-light-item-states-active-text: hsla(229, 15%, 15%, 100%); -$button-toggle-light-item-states-active-icon: hsla(229, 15%, 60%, 100%); -$button-toggle-light-item-states-selected-background: hsla(229, 15%, 100%, 100%); -$button-toggle-light-item-states-selected-text: hsla(229, 15%, 15%, 100%); -$button-toggle-light-item-states-selected-icon: hsla(229, 15%, 60%, 100%); -$button-toggle-light-item-states-selected-hover-background: hsla(229, 15%, 50%, 8%); -$button-toggle-light-item-states-selected-hover-text: hsla(229, 15%, 15%, 100%); -$button-toggle-light-item-states-selected-hover-icon: hsla(229, 15%, 60%, 100%); -$button-toggle-light-item-states-selected-active-background: hsla(229, 15%, 50%, 16%); -$button-toggle-light-item-states-selected-active-text: hsla(229, 15%, 15%, 100%); -$button-toggle-light-item-states-selected-active-icon: hsla(229, 15%, 60%, 100%); -$button-toggle-light-item-states-selected-disabled-background: hsla(229, 15%, 50%, 16%); -$button-toggle-light-item-states-selected-disabled-text: hsla(229, 15%, 15%, 32%); -$button-toggle-light-item-states-selected-disabled-icon: hsla(229, 15%, 15%, 32%); -$button-toggle-light-item-states-disabled-background: none; -$button-toggle-light-item-states-disabled-text: hsla(229, 15%, 15%, 32%); -$button-toggle-light-item-states-disabled-icon: hsla(229, 15%, 15%, 32%); -$button-toggle-light-item-states-focused-outline: hsla(216, 100%, 60%, 100%); -$button-toggle-dark-container-background: hsla(229, 15%, 25%, 100%); -$button-toggle-dark-item-default-background: hsla(229, 15%, 25%, 100%); -$button-toggle-dark-item-default-text: hsla(229, 15%, 80%, 100%); -$button-toggle-dark-item-default-icon: hsla(229, 15%, 45%, 100%); -$button-toggle-dark-item-states-hover-background: hsla(229, 15%, 25%, 100%); -$button-toggle-dark-item-states-hover-text: hsla(229, 15%, 80%, 100%); -$button-toggle-dark-item-states-hover-icon: hsla(229, 15%, 45%, 100%); -$button-toggle-dark-item-states-active-background: hsla(229, 15%, 27%, 100%); -$button-toggle-dark-item-states-active-text: hsla(229, 15%, 80%, 100%); -$button-toggle-dark-item-states-active-icon: hsla(229, 15%, 45%, 100%); -$button-toggle-dark-item-states-selected-background: hsla(229, 15%, 15%, 100%); -$button-toggle-dark-item-states-selected-text: hsla(229, 15%, 80%, 100%); -$button-toggle-dark-item-states-selected-icon: hsla(229, 15%, 45%, 100%); -$button-toggle-dark-item-states-selected-hover-background: hsla(229, 15%, 50%, 16%); -$button-toggle-dark-item-states-selected-hover-text: hsla(229, 15%, 80%, 100%); -$button-toggle-dark-item-states-selected-hover-icon: hsla(229, 15%, 45%, 100%); -$button-toggle-dark-item-states-selected-active-background: hsla(229, 100%, 85%, 15%); -$button-toggle-dark-item-states-selected-active-text: hsla(229, 15%, 80%, 100%); -$button-toggle-dark-item-states-selected-active-icon: hsla(229, 15%, 45%, 100%); -$button-toggle-dark-item-states-selected-disabled-background: hsla(229, 15%, 50%, 16%); -$button-toggle-dark-item-states-selected-disabled-text: hsla(229, 15%, 40%, 100%); -$button-toggle-dark-item-states-selected-disabled-icon: hsla(229, 15%, 30%, 100%); -$button-toggle-dark-item-states-disabled-background: none; -$button-toggle-dark-item-states-disabled-text: hsla(229, 15%, 40%, 100%); -$button-toggle-dark-item-states-disabled-icon: hsla(229, 15%, 30%, 100%); -$button-toggle-dark-item-states-focused-outline: hsla(216, 100%, 60%, 100%); -$button-size-height: 32px; -$button-size-border-width: 1px; -$button-size-border-radius: 8px; -$button-size-horizontal-padding: 12px; -$button-size-content-padding: 6px; -$button-font-default-font-size: 14px; -$button-font-default-line-height: 20px; -$button-font-default-letter-spacing: -0.006em; -$button-font-default-font-weight: 500; -$button-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$button-font-default-text-transform: null; -$button-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$button-light-filled-contrast-fade-off-background: hsla(229, 15%, 25%, 100%); -$button-light-filled-contrast-fade-off-border: transparent; -$button-light-filled-contrast-fade-off-foreground: hsla(229, 15%, 100%, 100%); -$button-light-filled-contrast-fade-off-left-icon: hsla(229, 15%, 100%, 100%); -$button-light-filled-contrast-fade-off-right-icon: hsla(229, 15%, 100%, 100%); -$button-light-filled-contrast-fade-off-states-hover-background: hsla(229, 15%, 20%, 100%); -$button-light-filled-contrast-fade-off-states-active-background: hsla(229, 15%, 15%, 100%); -$button-light-filled-contrast-fade-off-states-active-hover-background: hsla(229, 15%, 15%, 100%); -$button-light-filled-contrast-fade-off-states-disabled-background: hsla(229, 15%, 50%, 16%); -$button-light-filled-contrast-fade-off-states-disabled-border: transparent; -$button-light-filled-contrast-fade-off-states-disabled-foreground: hsla(229, 15%, 15%, 32%); -$button-light-filled-contrast-fade-off-states-disabled-left-icon: hsla(229, 15%, 15%, 32%); -$button-light-filled-contrast-fade-off-states-disabled-right-icon: hsla(229, 15%, 15%, 32%); -$button-light-filled-contrast-fade-on-background: hsla(229, 15%, 92%, 100%); -$button-light-filled-contrast-fade-on-border: transparent; -$button-light-filled-contrast-fade-on-foreground: hsla(229, 15%, 15%, 100%); -$button-light-filled-contrast-fade-on-left-icon: hsla(229, 15%, 15%, 100%); -$button-light-filled-contrast-fade-on-right-icon: hsla(229, 15%, 15%, 100%); -$button-light-filled-contrast-fade-on-states-hover-background: hsla(229, 15%, 88%, 100%); -$button-light-filled-contrast-fade-on-states-active-background: hsla(229, 15%, 85%, 100%); -$button-light-filled-contrast-fade-on-states-active-hover-background: hsla(229, 15%, 85%, 100%); -$button-light-filled-contrast-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); -$button-light-filled-contrast-fade-on-states-disabled-border: transparent; -$button-light-filled-contrast-fade-on-states-disabled-foreground: hsla(229, 15%, 15%, 32%); -$button-light-filled-contrast-fade-on-states-disabled-left-icon: hsla(229, 15%, 15%, 32%); -$button-light-filled-contrast-fade-on-states-disabled-right-icon: hsla(229, 15%, 15%, 32%); -$button-light-outline-theme-fade-on-background: transparent; -$button-light-outline-theme-fade-on-border: hsla(216, 100%, 65%, 100%); -$button-light-outline-theme-fade-on-foreground: hsla(216, 100%, 50%, 100%); -$button-light-outline-theme-fade-on-left-icon: hsla(216, 100%, 50%, 100%); -$button-light-outline-theme-fade-on-right-icon: hsla(216, 100%, 50%, 100%); -$button-light-outline-theme-fade-on-states-hover-background: hsla(229, 15%, 50%, 8%); -$button-light-outline-theme-fade-on-states-hover-border: hsla(216, 100%, 65%, 100%); -$button-light-outline-theme-fade-on-states-hover-foreground: hsla(216, 100%, 50%, 100%); -$button-light-outline-theme-fade-on-states-hover-left-icon: hsla(216, 100%, 50%, 100%); -$button-light-outline-theme-fade-on-states-hover-right-icon: hsla(216, 100%, 50%, 100%); -$button-light-outline-theme-fade-on-states-active-background: hsla(229, 15%, 50%, 16%); -$button-light-outline-theme-fade-on-states-active-border: hsla(216, 100%, 65%, 100%); -$button-light-outline-theme-fade-on-states-active-foreground: hsla(216, 100%, 50%, 100%); -$button-light-outline-theme-fade-on-states-active-left-icon: hsla(216, 100%, 50%, 100%); -$button-light-outline-theme-fade-on-states-active-right-icon: hsla(216, 100%, 50%, 100%); -$button-light-outline-theme-fade-on-states-active-hover-background: hsla(229, 15%, 50%, 16%); -$button-light-outline-theme-fade-on-states-active-hover-border: hsla(216, 100%, 65%, 100%); -$button-light-outline-theme-fade-on-states-active-hover-foreground: hsla(216, 100%, 50%, 100%); -$button-light-outline-theme-fade-on-states-active-hover-left-icon: hsla(216, 100%, 50%, 100%); -$button-light-outline-theme-fade-on-states-active-hover-right-icon: hsla(216, 100%, 50%, 100%); -$button-light-outline-theme-fade-on-states-disabled-background: transparent; -$button-light-outline-theme-fade-on-states-disabled-border: hsla(229, 15%, 50%, 32%); -$button-light-outline-theme-fade-on-states-disabled-foreground: hsla(229, 15%, 15%, 32%); -$button-light-outline-theme-fade-on-states-disabled-left-icon: hsla(229, 15%, 15%, 32%); -$button-light-outline-theme-fade-on-states-disabled-right-icon: hsla(229, 15%, 15%, 32%); -$button-light-outline-contrast-fade-on-background: transparent; -$button-light-outline-contrast-fade-on-border: hsla(229, 15%, 80%, 100%); -$button-light-outline-contrast-fade-on-foreground: hsla(229, 15%, 15%, 100%); -$button-light-outline-contrast-fade-on-left-icon: hsla(229, 15%, 15%, 100%); -$button-light-outline-contrast-fade-on-right-icon: hsla(229, 15%, 15%, 100%); -$button-light-outline-contrast-fade-on-states-hover-background: hsla(229, 15%, 50%, 8%); -$button-light-outline-contrast-fade-on-states-hover-border: hsla(229, 15%, 80%, 100%); -$button-light-outline-contrast-fade-on-states-hover-foreground: hsla(229, 15%, 15%, 100%); -$button-light-outline-contrast-fade-on-states-hover-left-icon: hsla(229, 15%, 15%, 100%); -$button-light-outline-contrast-fade-on-states-hover-right-icon: hsla(229, 15%, 15%, 100%); -$button-light-outline-contrast-fade-on-states-active-background: hsla(229, 15%, 50%, 16%); -$button-light-outline-contrast-fade-on-states-active-border: hsla(229, 15%, 80%, 100%); -$button-light-outline-contrast-fade-on-states-active-foreground: hsla(229, 15%, 15%, 100%); -$button-light-outline-contrast-fade-on-states-active-left-icon: hsla(229, 15%, 15%, 100%); -$button-light-outline-contrast-fade-on-states-active-right-icon: hsla(229, 15%, 15%, 100%); -$button-light-outline-contrast-fade-on-states-active-hover-background: hsla(229, 15%, 50%, 16%); -$button-light-outline-contrast-fade-on-states-active-hover-border: hsla(229, 15%, 80%, 100%); -$button-light-outline-contrast-fade-on-states-active-hover-foreground: hsla(229, 15%, 15%, 100%); -$button-light-outline-contrast-fade-on-states-active-hover-left-icon: hsla(229, 15%, 15%, 100%); -$button-light-outline-contrast-fade-on-states-active-hover-right-icon: hsla(229, 15%, 15%, 100%); -$button-light-outline-contrast-fade-on-states-disabled-background: transparent; -$button-light-outline-contrast-fade-on-states-disabled-border: hsla(229, 15%, 50%, 32%); -$button-light-outline-contrast-fade-on-states-disabled-foreground: hsla(229, 15%, 15%, 32%); -$button-light-outline-contrast-fade-on-states-disabled-left-icon: hsla(229, 15%, 15%, 32%); -$button-light-outline-contrast-fade-on-states-disabled-right-icon: hsla(229, 15%, 15%, 32%); -$button-light-transparent-theme-fade-on-border: transparent; -$button-light-transparent-theme-fade-on-foreground: hsla(216, 100%, 50%, 100%); -$button-light-transparent-theme-fade-on-background: transparent; -$button-light-transparent-theme-fade-on-left-icon: hsla(216, 100%, 50%, 100%); -$button-light-transparent-theme-fade-on-right-icon: hsla(216, 100%, 50%, 100%); -$button-light-transparent-theme-fade-on-states-hover-border: transparent; -$button-light-transparent-theme-fade-on-states-hover-foreground: hsla(216, 100%, 50%, 100%); -$button-light-transparent-theme-fade-on-states-hover-background: hsla(229, 15%, 50%, 8%); -$button-light-transparent-theme-fade-on-states-hover-left-icon: hsla(216, 100%, 50%, 100%); -$button-light-transparent-theme-fade-on-states-hover-right-icon: hsla(216, 100%, 50%, 100%); -$button-light-transparent-theme-fade-on-states-active-border: transparent; -$button-light-transparent-theme-fade-on-states-active-foreground: hsla(216, 100%, 50%, 100%); -$button-light-transparent-theme-fade-on-states-active-background: hsla(229, 15%, 50%, 16%); -$button-light-transparent-theme-fade-on-states-active-left-icon: hsla(216, 100%, 50%, 100%); -$button-light-transparent-theme-fade-on-states-active-right-icon: hsla(216, 100%, 50%, 100%); -$button-light-transparent-theme-fade-on-states-active-hover-border: transparent; -$button-light-transparent-theme-fade-on-states-active-hover-foreground: hsla(216, 100%, 50%, 100%); -$button-light-transparent-theme-fade-on-states-active-hover-background: hsla(229, 15%, 50%, 16%); -$button-light-transparent-theme-fade-on-states-active-hover-left-icon: hsla(216, 100%, 50%, 100%); -$button-light-transparent-theme-fade-on-states-active-hover-right-icon: hsla(216, 100%, 50%, 100%); -$button-light-transparent-theme-fade-on-states-disabled-border: transparent; -$button-light-transparent-theme-fade-on-states-disabled-foreground: hsla(229, 15%, 15%, 32%); -$button-light-transparent-theme-fade-on-states-disabled-background: transparent; -$button-light-transparent-theme-fade-on-states-disabled-left-icon: hsla(229, 15%, 15%, 32%); -$button-light-transparent-theme-fade-on-states-disabled-right-icon: hsla(229, 15%, 15%, 32%); -$button-light-transparent-contrast-fade-on-border: transparent; -$button-light-transparent-contrast-fade-on-foreground: hsla(229, 15%, 15%, 100%); -$button-light-transparent-contrast-fade-on-background: transparent; -$button-light-transparent-contrast-fade-on-left-icon: hsla(229, 15%, 15%, 100%); -$button-light-transparent-contrast-fade-on-right-icon: hsla(229, 15%, 15%, 100%); -$button-light-transparent-contrast-fade-on-states-hover-border: transparent; -$button-light-transparent-contrast-fade-on-states-hover-foreground: hsla(229, 15%, 15%, 100%); -$button-light-transparent-contrast-fade-on-states-hover-background: hsla(229, 15%, 50%, 8%); -$button-light-transparent-contrast-fade-on-states-hover-left-icon: hsla(229, 15%, 15%, 100%); -$button-light-transparent-contrast-fade-on-states-hover-right-icon: hsla(229, 15%, 15%, 100%); -$button-light-transparent-contrast-fade-on-states-active-border: transparent; -$button-light-transparent-contrast-fade-on-states-active-foreground: hsla(229, 15%, 15%, 100%); -$button-light-transparent-contrast-fade-on-states-active-background: hsla(229, 15%, 50%, 16%); -$button-light-transparent-contrast-fade-on-states-active-left-icon: hsla(229, 15%, 15%, 100%); -$button-light-transparent-contrast-fade-on-states-active-right-icon: hsla(229, 15%, 15%, 100%); -$button-light-transparent-contrast-fade-on-states-active-hover-border: transparent; -$button-light-transparent-contrast-fade-on-states-active-hover-foreground: hsla(229, 15%, 15%, 100%); -$button-light-transparent-contrast-fade-on-states-active-hover-background: hsla(229, 15%, 50%, 16%); -$button-light-transparent-contrast-fade-on-states-active-hover-left-icon: hsla(229, 15%, 15%, 100%); -$button-light-transparent-contrast-fade-on-states-active-hover-right-icon: hsla(229, 15%, 15%, 100%); -$button-light-transparent-contrast-fade-on-states-disabled-border: transparent; -$button-light-transparent-contrast-fade-on-states-disabled-foreground: hsla(229, 15%, 15%, 32%); -$button-light-transparent-contrast-fade-on-states-disabled-background: transparent; -$button-light-transparent-contrast-fade-on-states-disabled-left-icon: hsla(229, 15%, 15%, 32%); -$button-light-transparent-contrast-fade-on-states-disabled-right-icon: hsla(229, 15%, 15%, 32%); -$button-dark-filled-contrast-fade-off-background: hsla(229, 15%, 90%, 100%); -$button-dark-filled-contrast-fade-off-border: transparent; -$button-dark-filled-contrast-fade-off-foreground: hsla(229, 15%, 15%, 100%); -$button-dark-filled-contrast-fade-off-left-icon: hsla(229, 15%, 15%, 100%); -$button-dark-filled-contrast-fade-off-right-icon: hsla(229, 15%, 15%, 100%); -$button-dark-filled-contrast-fade-off-states-hover-background: hsla(229, 15%, 80%, 100%); -$button-dark-filled-contrast-fade-off-states-active-background: hsla(229, 15%, 55%, 100%); -$button-dark-filled-contrast-fade-off-states-active-hover-background: hsla(229, 15%, 55%, 100%); -$button-dark-filled-contrast-fade-off-states-disabled-background: hsla(229, 15%, 50%, 16%); -$button-dark-filled-contrast-fade-off-states-disabled-border: transparent; -$button-dark-filled-contrast-fade-off-states-disabled-foreground: hsla(229, 15%, 40%, 100%); -$button-dark-filled-contrast-fade-off-states-disabled-left-icon: hsla(229, 15%, 40%, 100%); -$button-dark-filled-contrast-fade-off-states-disabled-right-icon: hsla(229, 15%, 40%, 100%); -$button-dark-filled-contrast-fade-on-background: hsla(229, 15%, 25%, 100%); -$button-dark-filled-contrast-fade-on-border: transparent; -$button-dark-filled-contrast-fade-on-foreground: hsla(229, 15%, 80%, 100%); -$button-dark-filled-contrast-fade-on-left-icon: hsla(229, 15%, 80%, 100%); -$button-dark-filled-contrast-fade-on-right-icon: hsla(229, 15%, 80%, 100%); -$button-dark-filled-contrast-fade-on-states-hover-background: hsla(229, 15%, 25%, 100%); -$button-dark-filled-contrast-fade-on-states-active-background: hsla(229, 15%, 27%, 100%); -$button-dark-filled-contrast-fade-on-states-active-hover-background: hsla(229, 15%, 27%, 100%); -$button-dark-filled-contrast-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); -$button-dark-filled-contrast-fade-on-states-disabled-border: transparent; -$button-dark-filled-contrast-fade-on-states-disabled-foreground: hsla(229, 15%, 40%, 100%); -$button-dark-filled-contrast-fade-on-states-disabled-left-icon: hsla(229, 15%, 40%, 100%); -$button-dark-filled-contrast-fade-on-states-disabled-right-icon: hsla(229, 15%, 40%, 100%); -$button-dark-outline-theme-fade-on-background: transparent; -$button-dark-outline-theme-fade-on-border: hsla(216, 100%, 30%, 100%); -$button-dark-outline-theme-fade-on-foreground: hsla(216, 100%, 65%, 100%); -$button-dark-outline-theme-fade-on-left-icon: hsla(216, 100%, 65%, 100%); -$button-dark-outline-theme-fade-on-right-icon: hsla(216, 100%, 65%, 100%); -$button-dark-outline-theme-fade-on-states-hover-background: hsla(229, 15%, 50%, 16%); -$button-dark-outline-theme-fade-on-states-hover-border: hsla(216, 100%, 30%, 100%); -$button-dark-outline-theme-fade-on-states-hover-foreground: hsla(216, 100%, 65%, 100%); -$button-dark-outline-theme-fade-on-states-hover-left-icon: hsla(216, 100%, 65%, 100%); -$button-dark-outline-theme-fade-on-states-hover-right-icon: hsla(216, 100%, 65%, 100%); -$button-dark-outline-theme-fade-on-states-active-background: hsla(229, 100%, 85%, 15%); -$button-dark-outline-theme-fade-on-states-active-border: hsla(216, 100%, 30%, 100%); -$button-dark-outline-theme-fade-on-states-active-foreground: hsla(216, 100%, 65%, 100%); -$button-dark-outline-theme-fade-on-states-active-left-icon: hsla(216, 100%, 65%, 100%); -$button-dark-outline-theme-fade-on-states-active-right-icon: hsla(216, 100%, 65%, 100%); -$button-dark-outline-theme-fade-on-states-active-hover-background: hsla(229, 100%, 85%, 15%); -$button-dark-outline-theme-fade-on-states-active-hover-border: hsla(216, 100%, 30%, 100%); -$button-dark-outline-theme-fade-on-states-active-hover-foreground: hsla(216, 100%, 65%, 100%); -$button-dark-outline-theme-fade-on-states-active-hover-left-icon: hsla(216, 100%, 65%, 100%); -$button-dark-outline-theme-fade-on-states-active-hover-right-icon: hsla(216, 100%, 65%, 100%); -$button-dark-outline-theme-fade-on-states-disabled-background: transparent; -$button-dark-outline-theme-fade-on-states-disabled-border: hsla(229, 15%, 50%, 32%); -$button-dark-outline-theme-fade-on-states-disabled-foreground: hsla(229, 15%, 40%, 100%); -$button-dark-outline-theme-fade-on-states-disabled-left-icon: hsla(229, 15%, 30%, 100%); -$button-dark-outline-theme-fade-on-states-disabled-right-icon: hsla(229, 15%, 30%, 100%); -$button-dark-outline-contrast-fade-on-background: transparent; -$button-dark-outline-contrast-fade-on-border: hsla(229, 15%, 30%, 100%); -$button-dark-outline-contrast-fade-on-foreground: hsla(229, 15%, 80%, 100%); -$button-dark-outline-contrast-fade-on-left-icon: hsla(229, 15%, 80%, 100%); -$button-dark-outline-contrast-fade-on-right-icon: hsla(229, 15%, 80%, 100%); -$button-dark-outline-contrast-fade-on-states-hover-background: hsla(229, 15%, 50%, 16%); -$button-dark-outline-contrast-fade-on-states-hover-border: hsla(229, 15%, 30%, 100%); -$button-dark-outline-contrast-fade-on-states-hover-foreground: hsla(229, 15%, 80%, 100%); -$button-dark-outline-contrast-fade-on-states-hover-left-icon: hsla(229, 15%, 80%, 100%); -$button-dark-outline-contrast-fade-on-states-hover-right-icon: hsla(229, 15%, 80%, 100%); -$button-dark-outline-contrast-fade-on-states-active-background: hsla(229, 100%, 85%, 15%); -$button-dark-outline-contrast-fade-on-states-active-border: hsla(229, 15%, 30%, 100%); -$button-dark-outline-contrast-fade-on-states-active-foreground: hsla(229, 15%, 80%, 100%); -$button-dark-outline-contrast-fade-on-states-active-left-icon: hsla(229, 15%, 80%, 100%); -$button-dark-outline-contrast-fade-on-states-active-right-icon: hsla(229, 15%, 80%, 100%); -$button-dark-outline-contrast-fade-on-states-active-hover-background: hsla(229, 100%, 85%, 15%); -$button-dark-outline-contrast-fade-on-states-active-hover-border: hsla(229, 15%, 30%, 100%); -$button-dark-outline-contrast-fade-on-states-active-hover-foreground: hsla(229, 15%, 80%, 100%); -$button-dark-outline-contrast-fade-on-states-active-hover-left-icon: hsla(229, 15%, 80%, 100%); -$button-dark-outline-contrast-fade-on-states-active-hover-right-icon: hsla(229, 15%, 80%, 100%); -$button-dark-outline-contrast-fade-on-states-disabled-background: transparent; -$button-dark-outline-contrast-fade-on-states-disabled-border: hsla(229, 15%, 50%, 32%); -$button-dark-outline-contrast-fade-on-states-disabled-foreground: hsla(229, 15%, 40%, 100%); -$button-dark-outline-contrast-fade-on-states-disabled-left-icon: hsla(229, 15%, 30%, 100%); -$button-dark-outline-contrast-fade-on-states-disabled-right-icon: hsla(229, 15%, 30%, 100%); -$button-dark-transparent-theme-fade-on-border: transparent; -$button-dark-transparent-theme-fade-on-foreground: hsla(216, 100%, 65%, 100%); -$button-dark-transparent-theme-fade-on-background: transparent; -$button-dark-transparent-theme-fade-on-left-icon: hsla(216, 100%, 65%, 100%); -$button-dark-transparent-theme-fade-on-right-icon: hsla(216, 100%, 65%, 100%); -$button-dark-transparent-theme-fade-on-states-hover-border: transparent; -$button-dark-transparent-theme-fade-on-states-hover-foreground: hsla(216, 100%, 65%, 100%); -$button-dark-transparent-theme-fade-on-states-hover-background: hsla(229, 15%, 50%, 16%); -$button-dark-transparent-theme-fade-on-states-hover-left-icon: hsla(216, 100%, 65%, 100%); -$button-dark-transparent-theme-fade-on-states-hover-right-icon: hsla(216, 100%, 65%, 100%); -$button-dark-transparent-theme-fade-on-states-active-border: transparent; -$button-dark-transparent-theme-fade-on-states-active-foreground: hsla(216, 100%, 65%, 100%); -$button-dark-transparent-theme-fade-on-states-active-background: hsla(229, 100%, 85%, 15%); -$button-dark-transparent-theme-fade-on-states-active-left-icon: hsla(216, 100%, 65%, 100%); -$button-dark-transparent-theme-fade-on-states-active-right-icon: hsla(216, 100%, 65%, 100%); -$button-dark-transparent-theme-fade-on-states-active-hover-border: transparent; -$button-dark-transparent-theme-fade-on-states-active-hover-foreground: hsla(216, 100%, 65%, 100%); -$button-dark-transparent-theme-fade-on-states-active-hover-background: hsla(229, 100%, 85%, 15%); -$button-dark-transparent-theme-fade-on-states-active-hover-left-icon: hsla(216, 100%, 65%, 100%); -$button-dark-transparent-theme-fade-on-states-active-hover-right-icon: hsla(216, 100%, 65%, 100%); -$button-dark-transparent-theme-fade-on-states-disabled-border: transparent; -$button-dark-transparent-theme-fade-on-states-disabled-foreground: hsla(229, 15%, 40%, 100%); -$button-dark-transparent-theme-fade-on-states-disabled-background: transparent; -$button-dark-transparent-theme-fade-on-states-disabled-left-icon: hsla(229, 15%, 30%, 100%); -$button-dark-transparent-theme-fade-on-states-disabled-right-icon: hsla(229, 15%, 30%, 100%); -$button-dark-transparent-contrast-fade-on-border: transparent; -$button-dark-transparent-contrast-fade-on-foreground: hsla(229, 15%, 80%, 100%); -$button-dark-transparent-contrast-fade-on-background: transparent; -$button-dark-transparent-contrast-fade-on-left-icon: hsla(229, 15%, 80%, 100%); -$button-dark-transparent-contrast-fade-on-right-icon: hsla(229, 15%, 80%, 100%); -$button-dark-transparent-contrast-fade-on-states-hover-border: transparent; -$button-dark-transparent-contrast-fade-on-states-hover-foreground: hsla(229, 15%, 80%, 100%); -$button-dark-transparent-contrast-fade-on-states-hover-background: hsla(229, 15%, 50%, 16%); -$button-dark-transparent-contrast-fade-on-states-hover-left-icon: hsla(229, 15%, 80%, 100%); -$button-dark-transparent-contrast-fade-on-states-hover-right-icon: hsla(229, 15%, 80%, 100%); -$button-dark-transparent-contrast-fade-on-states-active-border: transparent; -$button-dark-transparent-contrast-fade-on-states-active-foreground: hsla(229, 15%, 80%, 100%); -$button-dark-transparent-contrast-fade-on-states-active-background: hsla(229, 100%, 85%, 15%); -$button-dark-transparent-contrast-fade-on-states-active-left-icon: hsla(229, 15%, 80%, 100%); -$button-dark-transparent-contrast-fade-on-states-active-right-icon: hsla(229, 15%, 80%, 100%); -$button-dark-transparent-contrast-fade-on-states-active-hover-border: transparent; -$button-dark-transparent-contrast-fade-on-states-active-hover-foreground: hsla(229, 15%, 80%, 100%); -$button-dark-transparent-contrast-fade-on-states-active-hover-background: hsla(229, 100%, 85%, 15%); -$button-dark-transparent-contrast-fade-on-states-active-hover-left-icon: hsla(229, 15%, 80%, 100%); -$button-dark-transparent-contrast-fade-on-states-active-hover-right-icon: hsla(229, 15%, 80%, 100%); -$button-dark-transparent-contrast-fade-on-states-disabled-border: transparent; -$button-dark-transparent-contrast-fade-on-states-disabled-foreground: hsla(229, 15%, 40%, 100%); -$button-dark-transparent-contrast-fade-on-states-disabled-background: transparent; -$button-dark-transparent-contrast-fade-on-states-disabled-left-icon: hsla(229, 15%, 30%, 100%); -$button-dark-transparent-contrast-fade-on-states-disabled-right-icon: hsla(229, 15%, 30%, 100%); -$icon-button-size-horizontal-padding: 8px; -$icon-button-size-left-icon-padding: 6px; -$icon-button-size-normal-horizontal-padding: 0; -$icon-button-size-normal-vertical-padding: 0; -$icon-button-size-small-horizontal-padding: 4px; -$icon-button-size-small-vertical-padding: 4px; -$icon-button-light-theme-default: hsla(216, 100%, 50%, 100%); -$icon-button-light-theme-states-hover: hsla(216, 100%, 45%, 100%); -$icon-button-light-theme-states-active: hsla(216, 100%, 40%, 100%); -$icon-button-light-theme-states-disabled: hsla(229, 15%, 15%, 32%); -$icon-button-light-contrast-default: hsla(229, 15%, 15%, 100%); -$icon-button-light-contrast-states-hover: hsla(229, 15%, 10%, 100%); -$icon-button-light-contrast-states-active: hsla(229, 15%, 10%, 100%); -$icon-button-light-contrast-states-disabled: hsla(229, 15%, 15%, 32%); -$icon-button-light-fade-contrast-default: hsla(229, 15%, 60%, 100%); -$icon-button-light-fade-contrast-states-hover: hsla(229, 15%, 50%, 100%); -$icon-button-light-fade-contrast-states-active: hsla(229, 15%, 40%, 100%); -$icon-button-light-fade-contrast-states-disabled: hsla(229, 15%, 15%, 32%); -$icon-button-light-error-default: hsla(7, 97%, 45%, 100%); -$icon-button-light-error-states-hover: hsla(7, 97%, 45%, 100%); -$icon-button-light-error-states-active: hsla(7, 97%, 40%, 100%); -$icon-button-light-error-states-disabled: hsla(229, 15%, 15%, 32%); -$icon-button-light-success-default: hsla(104, 64%, 40%, 100%); -$icon-button-light-success-states-hover: hsla(104, 64%, 40%, 100%); -$icon-button-light-success-states-active: hsla(104, 64%, 30%, 100%); -$icon-button-light-success-states-disabled: hsla(229, 15%, 15%, 32%); -$icon-button-light-warning-default: hsla(38, 100%, 42%, 100%); -$icon-button-light-warning-states-hover: hsla(38, 100%, 45%, 100%); -$icon-button-light-warning-states-active: hsla(38, 100%, 42%, 100%); -$icon-button-light-warning-states-disabled: hsla(229, 15%, 15%, 32%); -$icon-button-dark-theme-default: hsla(216, 100%, 65%, 100%); -$icon-button-dark-theme-states-hover: hsla(216, 100%, 45%, 100%); -$icon-button-dark-theme-states-active: hsla(216, 100%, 40%, 100%); -$icon-button-dark-theme-states-disabled: hsla(229, 15%, 30%, 100%); -$icon-button-dark-contrast-default: hsla(229, 15%, 80%, 100%); -$icon-button-dark-contrast-states-hover: hsla(229, 15%, 90%, 100%); -$icon-button-dark-contrast-states-active: hsla(229, 15%, 80%, 100%); -$icon-button-dark-contrast-states-disabled: hsla(229, 15%, 30%, 100%); -$icon-button-dark-fade-contrast-default: hsla(229, 15%, 45%, 100%); -$icon-button-dark-fade-contrast-states-hover: hsla(229, 15%, 50%, 100%); -$icon-button-dark-fade-contrast-states-active: hsla(229, 15%, 40%, 100%); -$icon-button-dark-fade-contrast-states-disabled: hsla(229, 15%, 30%, 100%); -$icon-button-dark-error-default: hsla(7, 97%, 60%, 100%); -$icon-button-dark-error-states-hover: hsla(7, 97%, 50%, 100%); -$icon-button-dark-error-states-active: hsla(7, 97%, 40%, 100%); -$icon-button-dark-error-states-disabled: hsla(229, 15%, 30%, 100%); -$icon-button-dark-success-default: hsla(104, 64%, 45%, 100%); -$icon-button-dark-success-states-hover: hsla(104, 64%, 40%, 100%); -$icon-button-dark-success-states-active: hsla(104, 64%, 30%, 100%); -$icon-button-dark-success-states-disabled: hsla(229, 15%, 30%, 100%); -$icon-button-dark-warning-default: hsla(38, 100%, 60%, 100%); -$icon-button-dark-warning-states-hover: hsla(38, 100%, 45%, 100%); -$icon-button-dark-warning-states-active: hsla(38, 100%, 42%, 100%); -$icon-button-dark-warning-states-disabled: hsla(229, 15%, 30%, 100%); -$button-icon-size-horizontal-padding: 8px; -$button-icon-size-vertical-padding: 8px; -$button-icon-size-content-padding: 4px; -$checkbox-light-theme-default-border: hsla(229, 15%, 80%, 100%); -$checkbox-light-theme-default-color: hsla(0, 0%, 100%, 100%); -$checkbox-light-theme-default-text: hsla(229, 15%, 15%, 100%); -$checkbox-light-theme-default-background: hsla(0, 0%, 100%, 100%); -$checkbox-light-theme-default-caption: hsla(229, 15%, 50%, 100%); -$checkbox-light-theme-states-hover-border: hsla(229, 15%, 80%, 100%); -$checkbox-light-theme-states-hover-background: hsla(229, 15%, 50%, 8%); -$checkbox-light-theme-states-checked-border: transparent; -$checkbox-light-theme-states-checked-background: hsla(216, 100%, 50%, 100%); -$checkbox-light-theme-states-checked-hover-border: transparent; -$checkbox-light-theme-states-checked-hover-background: hsla(216, 100%, 45%, 100%); -$checkbox-light-theme-states-focused-border: hsla(216, 100%, 60%, 100%); -$checkbox-light-theme-states-focused-background: hsla(0, 0%, 100%, 100%); -$checkbox-light-theme-states-focused-outline: 1px solid hsla(216, 100%, 60%, 100%); -$checkbox-light-theme-states-checked-focused-border: hsla(216, 100%, 60%, 100%); -$checkbox-light-theme-states-checked-focused-background: hsla(216, 100%, 50%, 100%); -$checkbox-light-theme-states-checked-focused-outline: 1px solid hsla(216, 100%, 60%, 100%); -$checkbox-light-theme-states-disabled-border: hsla(229, 15%, 50%, 32%); -$checkbox-light-theme-states-disabled-color: hsla(229, 15%, 15%, 32%); -$checkbox-light-theme-states-disabled-text: hsla(229, 15%, 15%, 32%); -$checkbox-light-theme-states-disabled-background: hsla(229, 15%, 50%, 16%); -$checkbox-light-theme-states-disabled-caption: hsla(229, 15%, 15%, 32%); -$checkbox-light-error-default-border: hsla(7, 97%, 45%, 100%); -$checkbox-light-error-default-color: hsla(0, 0%, 100%, 100%); -$checkbox-light-error-default-text: hsla(229, 15%, 15%, 100%); -$checkbox-light-error-default-background: hsla(7, 97%, 99%, 100%); -$checkbox-light-error-default-caption: hsla(229, 15%, 50%, 100%); -$checkbox-light-error-states-hover-border: hsla(7, 97%, 45%, 100%); -$checkbox-light-error-states-hover-background: hsla(7, 97%, 92%, 100%); -$checkbox-light-error-states-checked-border: transparent; -$checkbox-light-error-states-checked-background: hsla(7, 97%, 60%, 100%); -$checkbox-light-error-states-checked-hover-border: transparent; -$checkbox-light-error-states-checked-hover-background: hsla(7, 97%, 56%, 100%); -$checkbox-light-error-states-focused-border: hsla(7, 97%, 45%, 100%); -$checkbox-light-error-states-focused-background: hsla(7, 97%, 99%, 100%); -$checkbox-light-error-states-focused-outline: 1px solid hsla(7, 97%, 45%, 100%); -$checkbox-light-error-states-checked-focused-border: hsla(7, 97%, 45%, 100%); -$checkbox-light-error-states-checked-focused-background: hsla(7, 97%, 60%, 100%); -$checkbox-light-error-states-checked-focused-outline: 1px solid hsla(7, 97%, 45%, 100%); -$checkbox-light-error-states-disabled-border: hsla(229, 15%, 50%, 32%); -$checkbox-light-error-states-disabled-color: hsla(229, 15%, 15%, 32%); -$checkbox-light-error-states-disabled-text: hsla(229, 15%, 15%, 32%); -$checkbox-light-error-states-disabled-background: hsla(229, 15%, 50%, 16%); -$checkbox-light-error-states-disabled-caption: hsla(229, 15%, 15%, 32%); -$checkbox-dark-theme-default-border: hsla(229, 15%, 30%, 100%); -$checkbox-dark-theme-default-color: hsla(0, 0%, 100%, 100%); -$checkbox-dark-theme-default-text: hsla(229, 15%, 80%, 100%); -$checkbox-dark-theme-default-background: hsla(229, 15%, 12%, 100%); -$checkbox-dark-theme-default-caption: hsla(229, 15%, 60%, 100%); -$checkbox-dark-theme-states-hover-border: hsla(229, 15%, 30%, 100%); -$checkbox-dark-theme-states-hover-background: hsla(229, 15%, 50%, 16%); -$checkbox-dark-theme-states-checked-border: transparent; -$checkbox-dark-theme-states-checked-background: hsla(216, 100%, 50%, 100%); -$checkbox-dark-theme-states-checked-hover-border: transparent; -$checkbox-dark-theme-states-checked-hover-background: hsla(216, 100%, 45%, 100%); -$checkbox-dark-theme-states-focused-border: hsla(216, 100%, 60%, 100%); -$checkbox-dark-theme-states-focused-background: hsla(229, 15%, 12%, 100%); -$checkbox-dark-theme-states-focused-outline: 1px solid hsla(216, 100%, 60%, 100%); -$checkbox-dark-theme-states-checked-focused-border: hsla(216, 100%, 60%, 100%); -$checkbox-dark-theme-states-checked-focused-background: hsla(216, 100%, 50%, 100%); -$checkbox-dark-theme-states-checked-focused-outline: 1px solid hsla(216, 100%, 60%, 100%); -$checkbox-dark-theme-states-disabled-border: hsla(229, 15%, 30%, 100%); -$checkbox-dark-theme-states-disabled-color: hsla(229, 15%, 30%, 100%); -$checkbox-dark-theme-states-disabled-text: hsla(229, 15%, 40%, 100%); -$checkbox-dark-theme-states-disabled-background: hsla(229, 15%, 50%, 16%); -$checkbox-dark-theme-states-disabled-caption: hsla(229, 15%, 30%, 100%); -$checkbox-dark-error-default-border: hsla(7, 97%, 35%, 100%); -$checkbox-dark-error-default-color: hsla(0, 0%, 100%, 100%); -$checkbox-dark-error-default-text: hsla(229, 15%, 80%, 100%); -$checkbox-dark-error-default-background: hsla(7, 97%, 6%, 100%); -$checkbox-dark-error-default-caption: hsla(229, 15%, 60%, 100%); -$checkbox-dark-error-states-hover-border: hsla(7, 97%, 35%, 100%); -$checkbox-dark-error-states-hover-background: hsla(7, 97%, 13%, 100%); -$checkbox-dark-error-states-checked-border: transparent; -$checkbox-dark-error-states-checked-background: hsla(7, 97%, 41%, 100%); -$checkbox-dark-error-states-checked-hover-border: transparent; -$checkbox-dark-error-states-checked-hover-background: hsla(7, 97%, 42%, 100%); -$checkbox-dark-error-states-focused-border: hsla(7, 97%, 35%, 100%); -$checkbox-dark-error-states-focused-background: hsla(7, 97%, 6%, 100%); -$checkbox-dark-error-states-focused-outline: 1px solid hsla(7, 97%, 45%, 100%); -$checkbox-dark-error-states-checked-focused-border: hsla(7, 97%, 45%, 100%); -$checkbox-dark-error-states-checked-focused-background: hsla(7, 97%, 41%, 100%); -$checkbox-dark-error-states-checked-focused-outline: 1px solid hsla(7, 97%, 45%, 100%); -$checkbox-dark-error-states-disabled-border: hsla(229, 15%, 30%, 100%); -$checkbox-dark-error-states-disabled-color: hsla(229, 15%, 30%, 100%); -$checkbox-dark-error-states-disabled-text: hsla(229, 15%, 40%, 100%); -$checkbox-dark-error-states-disabled-background: hsla(229, 15%, 50%, 16%); -$checkbox-dark-error-states-disabled-caption: hsla(229, 15%, 30%, 100%); -$checkbox-size-normal-width: 16px; -$checkbox-size-normal-border-width: 1px; -$checkbox-size-normal-border-radius: 4px; -$checkbox-size-normal-horizontal-content-padding: 8px; -$checkbox-size-normal-vertical-content-padding: 2px; -$checkbox-size-normal-top: 2px; -$checkbox-size-big-width: 16px; -$checkbox-size-big-border-width: 1px; -$checkbox-size-big-border-radius: 4px; -$checkbox-size-big-horizontal-content-padding: 8px; -$checkbox-size-big-vertical-content-padding: 2px; -$checkbox-size-big-top: 4px; -$checkbox-font-normal-label-font-size: 14px; -$checkbox-font-normal-label-line-height: 20px; -$checkbox-font-normal-label-letter-spacing: -0.006em; -$checkbox-font-normal-label-font-weight: normal; -$checkbox-font-normal-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$checkbox-font-normal-label-text-transform: null; -$checkbox-font-normal-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$checkbox-font-normal-caption-font-size: 12px; -$checkbox-font-normal-caption-line-height: 16px; -$checkbox-font-normal-caption-letter-spacing: normal; -$checkbox-font-normal-caption-font-weight: normal; -$checkbox-font-normal-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$checkbox-font-normal-caption-text-transform: null; -$checkbox-font-normal-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$checkbox-font-big-label-font-size: 16px; -$checkbox-font-big-label-line-height: 24px; -$checkbox-font-big-label-letter-spacing: -0.011em; -$checkbox-font-big-label-font-weight: normal; -$checkbox-font-big-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$checkbox-font-big-label-text-transform: null; -$checkbox-font-big-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$checkbox-font-big-caption-font-size: 14px; -$checkbox-font-big-caption-line-height: 20px; -$checkbox-font-big-caption-letter-spacing: -0.006em; -$checkbox-font-big-caption-font-weight: normal; -$checkbox-font-big-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$checkbox-font-big-caption-text-transform: null; -$checkbox-font-big-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$code-block-size-container-border-width: 1px; -$code-block-size-container-border-radius: 12px; -$code-block-size-with-header-content-padding-top: 4px; -$code-block-size-with-header-content-padding-bottom: 16px; -$code-block-size-with-header-content-padding-horizontal: 20px; -$code-block-size-with-header-content-content-gap-horizontal: 12px; -$code-block-size-no-header-content-padding-vertical: 14px; -$code-block-size-no-header-content-padding-horizontal: 20px; -$code-block-size-no-header-content-content-gap-horizontal: 12px; -$code-block-size-header-padding-vertical: 8px; -$code-block-size-header-padding-left: 12px; -$code-block-size-header-padding-right: 8px; -$code-block-size-header-content-gap-horizontal: 16px; -$code-block-size-actionbar-content-gap-horizontal: 2px; -$code-block-size-actionbar-padding-vertical: 8px; -$code-block-size-actionbar-padding-horizontal: 12px; -$code-block-size-actionbar-fade-gradient-width: 32px; -$code-block-size-collapse-expanded-padding-top: 0; -$code-block-size-collapse-expanded-padding-bottom: 16px; -$code-block-size-collapse-collapsed-padding-top: 32px; -$code-block-size-collapse-collapsed-padding-bottom: 16px; -$code-block-font-default-font-size: 14px; -$code-block-font-default-line-height: 20px; -$code-block-font-default-letter-spacing: normal; -$code-block-font-default-font-weight: normal; -$code-block-font-default-font-family: 'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace; -$code-block-font-default-text-transform: null; -$code-block-font-default-font-feature-settings: initial; -$code-block-font-hljs-addition-font-style: null; -$code-block-font-hljs-addition-font-weight: null; -$code-block-font-hljs-attr-font-style: null; -$code-block-font-hljs-attr-font-weight: null; -$code-block-font-hljs-attribute-font-style: null; -$code-block-font-hljs-attribute-font-weight: null; -$code-block-font-hljs-built-in-font-style: null; -$code-block-font-hljs-built-in-font-weight: null; -$code-block-font-hljs-bullet-font-style: null; -$code-block-font-hljs-bullet-font-weight: null; -$code-block-font-hljs-char-escape-font-style: null; -$code-block-font-hljs-char-escape-font-weight: null; -$code-block-font-hljs-class-font-style: null; -$code-block-font-hljs-class-font-weight: null; -$code-block-font-hljs-code-font-style: null; -$code-block-font-hljs-code-font-weight: null; -$code-block-font-hljs-comment-font-style: null; -$code-block-font-hljs-comment-font-weight: null; -$code-block-font-hljs-deletion-font-style: null; -$code-block-font-hljs-deletion-font-weight: null; -$code-block-font-hljs-doctag-font-style: null; -$code-block-font-hljs-doctag-font-weight: null; -$code-block-font-hljs-emphasis-font-style: null; -$code-block-font-hljs-emphasis-font-weight: null; -$code-block-font-hljs-formula-font-style: null; -$code-block-font-hljs-formula-font-weight: null; -$code-block-font-hljs-function-font-style: null; -$code-block-font-hljs-function-font-weight: null; -$code-block-font-hljs-keyword-font-style: null; -$code-block-font-hljs-keyword-font-weight: null; -$code-block-font-hljs-link-font-style: null; -$code-block-font-hljs-link-font-weight: null; -$code-block-font-hljs-literal-font-style: null; -$code-block-font-hljs-literal-font-weight: null; -$code-block-font-hljs-meta-font-style: null; -$code-block-font-hljs-meta-font-weight: null; -$code-block-font-hljs-meta-keyword-font-style: null; -$code-block-font-hljs-meta-keyword-font-weight: null; -$code-block-font-hljs-meta-string-font-style: null; -$code-block-font-hljs-meta-string-font-weight: null; -$code-block-font-hljs-meta-prompt-font-style: null; -$code-block-font-hljs-meta-prompt-font-weight: null; -$code-block-font-hljs-name-font-style: null; -$code-block-font-hljs-name-font-weight: null; -$code-block-font-hljs-number-font-style: null; -$code-block-font-hljs-number-font-weight: null; -$code-block-font-hljs-operator-font-style: null; -$code-block-font-hljs-operator-font-weight: null; -$code-block-font-hljs-params-font-style: null; -$code-block-font-hljs-params-font-weight: null; -$code-block-font-hljs-property-font-style: null; -$code-block-font-hljs-property-font-weight: null; -$code-block-font-hljs-punctuation-font-style: null; -$code-block-font-hljs-punctuation-font-weight: null; -$code-block-font-hljs-quote-font-style: null; -$code-block-font-hljs-quote-font-weight: null; -$code-block-font-hljs-regexp-font-style: null; -$code-block-font-hljs-regexp-font-weight: null; -$code-block-font-hljs-section-font-style: null; -$code-block-font-hljs-section-font-weight: null; -$code-block-font-hljs-selector-attr-font-style: null; -$code-block-font-hljs-selector-attr-font-weight: null; -$code-block-font-hljs-selector-class-font-style: null; -$code-block-font-hljs-selector-class-font-weight: null; -$code-block-font-hljs-selector-id-font-style: null; -$code-block-font-hljs-selector-id-font-weight: null; -$code-block-font-hljs-selector-pseudo-font-style: null; -$code-block-font-hljs-selector-pseudo-font-weight: null; -$code-block-font-hljs-selector-tag-font-style: null; -$code-block-font-hljs-selector-tag-font-weight: null; -$code-block-font-hljs-string-font-style: null; -$code-block-font-hljs-string-font-weight: null; -$code-block-font-hljs-strong-font-style: null; -$code-block-font-hljs-strong-font-weight: null; -$code-block-font-hljs-subst-font-style: null; -$code-block-font-hljs-subst-font-weight: null; -$code-block-font-hljs-symbol-font-style: null; -$code-block-font-hljs-symbol-font-weight: null; -$code-block-font-hljs-tag-font-style: null; -$code-block-font-hljs-tag-font-weight: null; -$code-block-font-hljs-template-tag-font-style: null; -$code-block-font-hljs-template-tag-font-weight: null; -$code-block-font-hljs-template-variable-font-style: null; -$code-block-font-hljs-template-variable-font-weight: null; -$code-block-font-hljs-title-font-style: null; -$code-block-font-hljs-title-font-weight: null; -$code-block-font-hljs-title-class-font-style: normal; -$code-block-font-hljs-title-class-font-weight: 500; -$code-block-font-hljs-title-class-inherited-font-style: null; -$code-block-font-hljs-title-class-inherited-font-weight: null; -$code-block-font-hljs-title-function-font-style: null; -$code-block-font-hljs-title-function-font-weight: null; -$code-block-font-hljs-title-function-invoke-font-style: null; -$code-block-font-hljs-title-function-invoke-font-weight: null; -$code-block-font-hljs-type-font-style: null; -$code-block-font-hljs-type-font-weight: null; -$code-block-font-hljs-variable-font-style: null; -$code-block-font-hljs-variable-font-weight: null; -$code-block-font-hljs-variable-constant-font-style: null; -$code-block-font-hljs-variable-constant-font-weight: null; -$code-block-font-hljs-variable-language-font-style: null; -$code-block-font-hljs-variable-language-font-weight: null; -$code-block-light-filled-container-background: hsla(229, 15%, 95%, 100%); -$code-block-light-filled-container-border-color: transparent; -$code-block-light-filled-header-background: hsla(229, 15%, 95%, 100%); -$code-block-light-filled-header-shadow: 0px 1px 0px 0px hsla(229, 15%, 6%, 12%); -$code-block-light-filled-actionbar-fade-gradient: linear-gradient(90deg, transparent, hsla(229, 15%, 95%, 100%)); -$code-block-light-filled-actionbar-background: hsla(229, 15%, 95%, 100%); -$code-block-light-filled-collapse-expanded-background: transparent; -$code-block-light-filled-collapse-collapsed-background: linear-gradient(180deg, hsla(225, 15%, 95%, 0%) 0%, hsla(225, 15%, 95%, 100%) 100%); -$code-block-light-filled-collapse-button-expand-background: hsla(229, 15%, 95%, 100%); -$code-block-light-outline-container-background: hsla(229, 15%, 100%, 100%); -$code-block-light-outline-container-border-color: hsla(229, 15%, 6%, 12%); -$code-block-light-outline-header-background: hsla(229, 15%, 100%, 100%); -$code-block-light-outline-header-shadow: 0px 1px 0px 0px hsla(229, 15%, 6%, 12%); -$code-block-light-outline-actionbar-fade-gradient: linear-gradient(90deg, transparent, hsla(229, 15%, 100%, 100%)); -$code-block-light-outline-actionbar-background: hsla(229, 15%, 100%, 100%); -$code-block-light-outline-collapse-expanded-background: transparent; -$code-block-light-outline-collapse-collapsed-background: linear-gradient(180deg, hsla(0, 0%, 100%, 0%) 0%, hsla(0, 0%, 100%, 100%) 100%); -$code-block-light-outline-collapse-button-expand-background: hsla(229, 15%, 100%, 100%); -$code-block-light-hljs-addition-background: hsla(104, 64%, 95%, 100%); -$code-block-light-hljs-addition-color: hsla(104, 64%, 25%, 100%); -$code-block-light-hljs-attr-background: null; -$code-block-light-hljs-attr-color: null; -$code-block-light-hljs-attribute-background: null; -$code-block-light-hljs-attribute-color: null; -$code-block-light-hljs-built-in-background: null; -$code-block-light-hljs-built-in-color: null; -$code-block-light-hljs-bullet-background: null; -$code-block-light-hljs-bullet-color: null; -$code-block-light-hljs-char-escape-background: null; -$code-block-light-hljs-char-escape-color: null; -$code-block-light-hljs-class-background: null; -$code-block-light-hljs-class-color: null; -$code-block-light-hljs-code-background: null; -$code-block-light-hljs-code-color: null; -$code-block-light-hljs-comment-background: null; -$code-block-light-hljs-comment-color: hsla(229, 15%, 60%, 100%); -$code-block-light-hljs-deletion-background: hsla(7, 97%, 95%, 100%); -$code-block-light-hljs-deletion-color: hsla(7, 97%, 35%, 100%); -$code-block-light-hljs-doctag-background: null; -$code-block-light-hljs-doctag-color: null; -$code-block-light-hljs-emphasis-background: null; -$code-block-light-hljs-emphasis-color: null; -$code-block-light-hljs-formula-background: null; -$code-block-light-hljs-formula-color: null; -$code-block-light-hljs-function-background: null; -$code-block-light-hljs-function-color: null; -$code-block-light-hljs-keyword-background: null; -$code-block-light-hljs-keyword-color: null; -$code-block-light-hljs-line-numbers-color: hsla(229, 15%, 50%, 100%); -$code-block-light-hljs-link-background: null; -$code-block-light-hljs-link-color: null; -$code-block-light-hljs-literal-background: null; -$code-block-light-hljs-literal-color: hsla(277, 72%, 30%, 100%); -$code-block-light-hljs-meta-background: null; -$code-block-light-hljs-meta-color: hsla(216, 100%, 35%, 100%); -$code-block-light-hljs-meta-keyword-background: null; -$code-block-light-hljs-meta-keyword-color: null; -$code-block-light-hljs-meta-string-background: null; -$code-block-light-hljs-meta-string-color: hsla(216, 100%, 35%, 100%); -$code-block-light-hljs-meta-prompt-background: null; -$code-block-light-hljs-meta-prompt-color: null; -$code-block-light-hljs-name-background: null; -$code-block-light-hljs-name-color: hsla(216, 100%, 35%, 100%); -$code-block-light-hljs-number-background: null; -$code-block-light-hljs-number-color: hsla(277, 72%, 30%, 100%); -$code-block-light-hljs-operator-background: null; -$code-block-light-hljs-operator-color: null; -$code-block-light-hljs-params-background: null; -$code-block-light-hljs-params-color: null; -$code-block-light-hljs-property-background: null; -$code-block-light-hljs-property-color: null; -$code-block-light-hljs-punctuation-background: null; -$code-block-light-hljs-punctuation-color: null; -$code-block-light-hljs-quote-background: null; -$code-block-light-hljs-quote-color: null; -$code-block-light-hljs-regexp-background: null; -$code-block-light-hljs-regexp-color: hsla(104, 64%, 25%, 100%); -$code-block-light-hljs-section-background: null; -$code-block-light-hljs-section-color: null; -$code-block-light-hljs-selector-attr-background: null; -$code-block-light-hljs-selector-attr-color: null; -$code-block-light-hljs-selector-class-background: null; -$code-block-light-hljs-selector-class-color: null; -$code-block-light-hljs-selector-id-background: null; -$code-block-light-hljs-selector-id-color: null; -$code-block-light-hljs-selector-pseudo-background: null; -$code-block-light-hljs-selector-pseudo-color: null; -$code-block-light-hljs-selector-tag-background: null; -$code-block-light-hljs-selector-tag-color: hsla(216, 100%, 35%, 100%); -$code-block-light-hljs-string-background: null; -$code-block-light-hljs-string-color: hsla(104, 64%, 25%, 100%); -$code-block-light-hljs-strong-background: null; -$code-block-light-hljs-strong-color: null; -$code-block-light-hljs-subst-background: null; -$code-block-light-hljs-subst-color: null; -$code-block-light-hljs-symbol-background: null; -$code-block-light-hljs-symbol-color: hsla(216, 100%, 35%, 100%); -$code-block-light-hljs-tag-background: null; -$code-block-light-hljs-tag-color: null; -$code-block-light-hljs-template-tag-background: null; -$code-block-light-hljs-template-tag-color: null; -$code-block-light-hljs-template-variable-background: null; -$code-block-light-hljs-template-variable-color: null; -$code-block-light-hljs-title-background: null; -$code-block-light-hljs-title-color: hsla(216, 100%, 35%, 100%); -$code-block-light-hljs-title-class-background: null; -$code-block-light-hljs-title-class-color: null; -$code-block-light-hljs-title-class-inherited-background: null; -$code-block-light-hljs-title-class-inherited-color: null; -$code-block-light-hljs-title-function-background: null; -$code-block-light-hljs-title-function-color: null; -$code-block-light-hljs-title-function-invoke-background: null; -$code-block-light-hljs-title-function-invoke-color: null; -$code-block-light-hljs-type-background: null; -$code-block-light-hljs-type-color: null; -$code-block-light-hljs-variable-background: null; -$code-block-light-hljs-variable-color: null; -$code-block-light-hljs-variable-constant-background: null; -$code-block-light-hljs-variable-constant-color: null; -$code-block-light-hljs-variable-language-background: null; -$code-block-light-hljs-variable-language-color: null; -$code-block-dark-filled-container-background: hsla(229, 15%, 16%, 100%); -$code-block-dark-filled-container-border-color: hsla(229, 15%, 22%, 100%); -$code-block-dark-filled-header-background: hsla(229, 15%, 16%, 100%); -$code-block-dark-filled-header-shadow: 0px 1px 0px 0px hsla(229, 100%, 85%, 15%); -$code-block-dark-filled-actionbar-fade-gradient: linear-gradient(90deg, transparent, hsla(229, 15%, 16%, 100%)); -$code-block-dark-filled-actionbar-background: hsla(229, 15%, 16%, 100%); -$code-block-dark-filled-collapse-expanded-background: transparent; -$code-block-dark-filled-collapse-collapsed-background: linear-gradient(180deg, hsla(229, 15%, 15%, 0%) 0%, hsla(229, 15%, 15%, 1%) 100%); -$code-block-dark-filled-collapse-button-expand-background: hsla(229, 15%, 16%, 100%); -$code-block-dark-outline-container-background: hsla(229, 15%, 15%, 100%); -$code-block-dark-outline-container-border-color: transparent; -$code-block-dark-outline-header-background: hsla(229, 15%, 15%, 100%); -$code-block-dark-outline-header-shadow: 0px 1px 0px 0px hsla(229, 100%, 85%, 15%); -$code-block-dark-outline-actionbar-fade-gradient: linear-gradient(90deg, transparent, hsla(229, 15%, 15%, 100%)); -$code-block-dark-outline-actionbar-background: hsla(229, 15%, 15%, 100%); -$code-block-dark-outline-collapse-expanded-background: transparent; -$code-block-dark-outline-collapse-collapsed-background: linear-gradient(180deg, hsla(229, 15%, 12%, 0%) 0%, hsla(229, 15%, 12%, 1%) 100%); -$code-block-dark-outline-collapse-button-expand-background: hsla(229, 15%, 15%, 100%); -$code-block-dark-hljs-addition-background: hsla(104, 64%, 95%, 100%); -$code-block-dark-hljs-addition-color: hsla(104, 64%, 25%, 100%); -$code-block-dark-hljs-attr-background: null; -$code-block-dark-hljs-attr-color: null; -$code-block-dark-hljs-attribute-background: null; -$code-block-dark-hljs-attribute-color: null; -$code-block-dark-hljs-built-in-background: null; -$code-block-dark-hljs-built-in-color: null; -$code-block-dark-hljs-bullet-background: null; -$code-block-dark-hljs-bullet-color: null; -$code-block-dark-hljs-char-escape-background: null; -$code-block-dark-hljs-char-escape-color: null; -$code-block-dark-hljs-class-background: null; -$code-block-dark-hljs-class-color: null; -$code-block-dark-hljs-code-background: null; -$code-block-dark-hljs-code-color: null; -$code-block-dark-hljs-comment-background: null; -$code-block-dark-hljs-comment-color: hsla(229, 15%, 60%, 100%); -$code-block-dark-hljs-deletion-background: hsla(7, 97%, 95%, 100%); -$code-block-dark-hljs-deletion-color: hsla(7, 97%, 35%, 100%); -$code-block-dark-hljs-doctag-background: null; -$code-block-dark-hljs-doctag-color: null; -$code-block-dark-hljs-emphasis-background: null; -$code-block-dark-hljs-emphasis-color: null; -$code-block-dark-hljs-formula-background: null; -$code-block-dark-hljs-formula-color: null; -$code-block-dark-hljs-function-background: null; -$code-block-dark-hljs-function-color: null; -$code-block-dark-hljs-keyword-background: null; -$code-block-dark-hljs-keyword-color: null; -$code-block-dark-hljs-line-numbers-color: hsla(229, 15%, 60%, 100%); -$code-block-dark-hljs-link-background: null; -$code-block-dark-hljs-link-color: null; -$code-block-dark-hljs-literal-background: null; -$code-block-dark-hljs-literal-color: hsla(277, 72%, 60%, 100%); -$code-block-dark-hljs-meta-background: null; -$code-block-dark-hljs-meta-color: hsla(216, 100%, 65%, 100%); -$code-block-dark-hljs-meta-keyword-background: null; -$code-block-dark-hljs-meta-keyword-color: null; -$code-block-dark-hljs-meta-string-background: null; -$code-block-dark-hljs-meta-string-color: hsla(216, 100%, 65%, 100%); -$code-block-dark-hljs-meta-prompt-background: null; -$code-block-dark-hljs-meta-prompt-color: null; -$code-block-dark-hljs-name-background: null; -$code-block-dark-hljs-name-color: hsla(216, 100%, 65%, 100%); -$code-block-dark-hljs-number-background: null; -$code-block-dark-hljs-number-color: hsla(277, 72%, 60%, 100%); -$code-block-dark-hljs-operator-background: null; -$code-block-dark-hljs-operator-color: null; -$code-block-dark-hljs-params-background: null; -$code-block-dark-hljs-params-color: null; -$code-block-dark-hljs-property-background: null; -$code-block-dark-hljs-property-color: null; -$code-block-dark-hljs-punctuation-background: null; -$code-block-dark-hljs-punctuation-color: null; -$code-block-dark-hljs-quote-background: null; -$code-block-dark-hljs-quote-color: null; -$code-block-dark-hljs-regexp-background: null; -$code-block-dark-hljs-regexp-color: hsla(104, 64%, 40%, 100%); -$code-block-dark-hljs-section-background: null; -$code-block-dark-hljs-section-color: null; -$code-block-dark-hljs-selector-attr-background: null; -$code-block-dark-hljs-selector-attr-color: null; -$code-block-dark-hljs-selector-class-background: null; -$code-block-dark-hljs-selector-class-color: null; -$code-block-dark-hljs-selector-id-background: null; -$code-block-dark-hljs-selector-id-color: null; -$code-block-dark-hljs-selector-pseudo-background: null; -$code-block-dark-hljs-selector-pseudo-color: null; -$code-block-dark-hljs-selector-tag-background: null; -$code-block-dark-hljs-selector-tag-color: hsla(216, 100%, 65%, 100%); -$code-block-dark-hljs-string-background: null; -$code-block-dark-hljs-string-color: hsla(104, 64%, 40%, 100%); -$code-block-dark-hljs-strong-background: null; -$code-block-dark-hljs-strong-color: null; -$code-block-dark-hljs-subst-background: null; -$code-block-dark-hljs-subst-color: null; -$code-block-dark-hljs-symbol-background: null; -$code-block-dark-hljs-symbol-color: hsla(216, 100%, 65%, 100%); -$code-block-dark-hljs-tag-background: null; -$code-block-dark-hljs-tag-color: null; -$code-block-dark-hljs-template-tag-background: null; -$code-block-dark-hljs-template-tag-color: null; -$code-block-dark-hljs-template-variable-background: null; -$code-block-dark-hljs-template-variable-color: null; -$code-block-dark-hljs-title-background: null; -$code-block-dark-hljs-title-color: hsla(216, 100%, 65%, 100%); -$code-block-dark-hljs-title-class-background: null; -$code-block-dark-hljs-title-class-color: null; -$code-block-dark-hljs-title-class-inherited-background: null; -$code-block-dark-hljs-title-class-inherited-color: null; -$code-block-dark-hljs-title-function-background: null; -$code-block-dark-hljs-title-function-color: null; -$code-block-dark-hljs-title-function-invoke-background: null; -$code-block-dark-hljs-title-function-invoke-color: null; -$code-block-dark-hljs-type-background: null; -$code-block-dark-hljs-type-color: null; -$code-block-dark-hljs-variable-background: null; -$code-block-dark-hljs-variable-color: null; -$code-block-dark-hljs-variable-constant-background: null; -$code-block-dark-hljs-variable-constant-color: null; -$code-block-dark-hljs-variable-language-background: null; -$code-block-dark-hljs-variable-language-color: null; -$datepicker-size-container-padding-vertical: 12px; -$datepicker-size-container-border-radius: 8px; -$datepicker-size-header-padding-horizontal: 4px; -$datepicker-size-header-margin-bottom: 2px; -$datepicker-size-grid-padding-horizontal: 12px; -$datepicker-size-grid-content-gap-vertical: 2px; -$datepicker-size-grid-divider-height: 1px; -$datepicker-size-grid-cell-padding-horizontal: 8px; -$datepicker-size-grid-cell-padding-vertical: 8px; -$datepicker-size-grid-cell-border-radius: 8px; -$datepicker-font-text-font-size: 14px; -$datepicker-font-text-line-height: 20px; -$datepicker-font-text-letter-spacing: -0.006em; -$datepicker-font-text-font-weight: normal; -$datepicker-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$datepicker-font-text-text-transform: null; -$datepicker-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$datepicker-light-container-background: hsla(229, 15%, 100%, 100%); -$datepicker-light-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); -$datepicker-light-header-text: hsla(229, 15%, 60%, 100%); -$datepicker-light-header-divider: hsla(229, 15%, 6%, 12%); -$datepicker-light-grid-cell-default-background: transparent; -$datepicker-light-grid-cell-default-text: hsla(229, 15%, 15%, 100%); -$datepicker-light-grid-cell-today-background: transparent; -$datepicker-light-grid-cell-today-text: hsla(216, 100%, 50%, 100%); -$datepicker-light-grid-cell-states-hover-background: hsla(229, 15%, 50%, 8%); -$datepicker-light-grid-cell-states-active-background: hsla(229, 15%, 50%, 16%); -$datepicker-light-grid-cell-states-selected-background: hsla(229, 15%, 25%, 100%); -$datepicker-light-grid-cell-states-selected-text: hsla(0, 0%, 100%, 100%); -$datepicker-light-grid-cell-states-selected-hover-background: hsla(229, 15%, 15%, 100%); -$datepicker-light-grid-cell-states-disabled-background: transparent; -$datepicker-light-grid-cell-states-disabled-text: hsla(229, 15%, 15%, 32%); -$datepicker-dark-container-background: hsla(229, 15%, 15%, 100%); -$datepicker-dark-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$datepicker-dark-header-text: hsla(229, 15%, 45%, 100%); -$datepicker-dark-header-divider: hsla(229, 15%, 22%, 100%); -$datepicker-dark-grid-cell-default-background: transparent; -$datepicker-dark-grid-cell-default-text: hsla(229, 15%, 80%, 100%); -$datepicker-dark-grid-cell-today-background: transparent; -$datepicker-dark-grid-cell-today-text: hsla(216, 100%, 65%, 100%); -$datepicker-dark-grid-cell-states-hover-background: hsla(229, 15%, 50%, 16%); -$datepicker-dark-grid-cell-states-active-background: hsla(229, 100%, 85%, 15%); -$datepicker-dark-grid-cell-states-selected-background: hsla(229, 15%, 90%, 100%); -$datepicker-dark-grid-cell-states-selected-text: hsla(229, 15%, 15%, 100%); -$datepicker-dark-grid-cell-states-selected-hover-background: hsla(229, 15%, 55%, 100%); -$datepicker-dark-grid-cell-states-disabled-background: transparent; -$datepicker-dark-grid-cell-states-disabled-text: hsla(229, 15%, 40%, 100%); -$divider-size-horizontal-width: 1px; -$divider-size-horizontal-margin-vertical: 4px; -$divider-size-vertical-width: 1px; -$divider-size-vertical-margin-horizontal: 4px; -$divider-light-color: hsla(229, 15%, 6%, 12%); -$divider-dark-color: hsla(229, 15%, 22%, 100%); -$description-list-size-horizontal-content-gap-horizontal: 16px; -$description-list-size-horizontal-gap-vertical: 16px; -$description-list-size-vertical-content-gap-vertical: 2px; -$description-list-size-vertical-gap-vertical: 12px; -$description-list-font-term-font-size: 14px; -$description-list-font-term-line-height: 20px; -$description-list-font-term-letter-spacing: -0.006em; -$description-list-font-term-font-weight: normal; -$description-list-font-term-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$description-list-font-term-text-transform: null; -$description-list-font-term-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$description-list-font-description-font-size: 14px; -$description-list-font-description-line-height: 20px; -$description-list-font-description-letter-spacing: -0.006em; -$description-list-font-description-font-weight: normal; -$description-list-font-description-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$description-list-font-description-text-transform: null; -$description-list-font-description-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$description-list-light-term-color: hsla(229, 15%, 50%, 100%); -$description-list-light-description-color: hsla(229, 15%, 15%, 100%); -$description-list-dark-term-color: hsla(229, 15%, 50%, 100%); -$description-list-dark-description-color: hsla(229, 15%, 80%, 100%); -$dropdown-size-container-width-min: 64px; -$dropdown-size-container-width-max: 640px; -$dropdown-size-container-padding-vertical: 4px; -$dropdown-size-container-border-radius: 8px; -$dropdown-light-container-background: hsla(229, 15%, 100%, 100%); -$dropdown-light-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); -$dropdown-dark-container-background: hsla(229, 15%, 15%, 100%); -$dropdown-dark-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$empty-state-size-big-max-width: 480px; -$empty-state-size-big-padding-horizontal: 56px; -$empty-state-size-big-padding-top: 48px; -$empty-state-size-big-padding-bottom: 48px; -$empty-state-size-big-actions-margin-top: 20px; -$empty-state-size-big-image-margin-bottom: 32px; -$empty-state-size-big-image-addon-height: 56px; -$empty-state-size-big-title-margin-bottom: 16px; -$empty-state-size-normal-max-width: 320px; -$empty-state-size-normal-padding-horizontal: 32px; -$empty-state-size-normal-padding-top: 32px; -$empty-state-size-normal-padding-bottom: 32px; -$empty-state-size-normal-actions-margin-top: 8px; -$empty-state-size-normal-image-margin-bottom: 20px; -$empty-state-size-normal-image-addon-height: 24px; -$empty-state-size-normal-title-margin-bottom: 4px; -$empty-state-font-big-title-font-size: 28px; -$empty-state-font-big-title-line-height: 32px; -$empty-state-font-big-title-letter-spacing: normal; -$empty-state-font-big-title-font-weight: 700; -$empty-state-font-big-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$empty-state-font-big-title-text-transform: null; -$empty-state-font-big-title-font-feature-settings: "calt", "kern", "liga"; -$empty-state-font-big-text-font-size: 14px; -$empty-state-font-big-text-line-height: 20px; -$empty-state-font-big-text-letter-spacing: -0.006em; -$empty-state-font-big-text-font-weight: normal; -$empty-state-font-big-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$empty-state-font-big-text-text-transform: null; -$empty-state-font-big-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$empty-state-font-normal-title-font-size: 16px; -$empty-state-font-normal-title-line-height: 24px; -$empty-state-font-normal-title-letter-spacing: -0.011em; -$empty-state-font-normal-title-font-weight: 600; -$empty-state-font-normal-title-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$empty-state-font-normal-title-text-transform: null; -$empty-state-font-normal-title-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$empty-state-font-normal-text-font-size: 14px; -$empty-state-font-normal-text-line-height: 20px; -$empty-state-font-normal-text-letter-spacing: -0.006em; -$empty-state-font-normal-text-font-weight: normal; -$empty-state-font-normal-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$empty-state-font-normal-text-text-transform: null; -$empty-state-font-normal-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$empty-state-light-title: hsla(229, 15%, 15%, 100%); -$empty-state-light-color: hsla(229, 15%, 15%, 100%); -$empty-state-dark-title: hsla(229, 15%, 80%, 100%); -$empty-state-dark-color: hsla(229, 15%, 80%, 100%); -$file-upload-size-single-container-border-radius: 8px; -$file-upload-size-single-container-border-width: 1px; -$file-upload-size-single-container-content-gap-horizontal: 8px; -$file-upload-size-single-container-padding-vertical: 12px; -$file-upload-size-single-container-padding-horizontal: 12px; -$file-upload-size-single-text-block-padding-vertical: 2px; -$file-upload-size-single-text-block-content-gap-horizontal: 4px; -$file-upload-size-multiple-big-container-min-height: 160px; -$file-upload-size-multiple-big-container-min-width: 320px; -$file-upload-size-multiple-big-container-border-radius: 8px; -$file-upload-size-multiple-big-container-border-width: 1px; -$file-upload-size-multiple-big-container-content-gap-horizontal: 12px; -$file-upload-size-multiple-big-container-padding-vertical: 24px; -$file-upload-size-multiple-big-container-padding-horizontal: 24px; -$file-upload-size-multiple-big-text-block-content-gap-vertical: 0px; -$file-upload-size-multiple-big-text-block-content-gap-horizontal: 4px; -$file-upload-size-multiple-big-grid-cell-padding-horizontal: 8px; -$file-upload-size-multiple-big-grid-cell-padding-vertical: 8px; -$file-upload-size-multiple-big-grid-cell-content-gap-horizontal: 4px; -$file-upload-font-single-text-block-font-size: 14px; -$file-upload-font-single-text-block-line-height: 20px; -$file-upload-font-single-text-block-letter-spacing: -0.006em; -$file-upload-font-single-text-block-font-weight: normal; -$file-upload-font-single-text-block-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$file-upload-font-single-text-block-text-transform: null; -$file-upload-font-single-text-block-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$file-upload-font-multiple-title-font-size: 18px; -$file-upload-font-multiple-title-line-height: 26px; -$file-upload-font-multiple-title-letter-spacing: normal; -$file-upload-font-multiple-title-font-weight: 600; -$file-upload-font-multiple-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$file-upload-font-multiple-title-text-transform: null; -$file-upload-font-multiple-title-font-feature-settings: "calt", "kern", "liga"; -$file-upload-font-multiple-text-block-font-size: 14px; -$file-upload-font-multiple-text-block-line-height: 20px; -$file-upload-font-multiple-text-block-letter-spacing: -0.006em; -$file-upload-font-multiple-text-block-font-weight: normal; -$file-upload-font-multiple-text-block-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$file-upload-font-multiple-text-block-text-transform: null; -$file-upload-font-multiple-text-block-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$file-upload-font-multiple-grid-font-size: 14px; -$file-upload-font-multiple-grid-line-height: 20px; -$file-upload-font-multiple-grid-letter-spacing: -0.006em; -$file-upload-font-multiple-grid-font-weight: normal; -$file-upload-font-multiple-grid-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$file-upload-font-multiple-grid-text-transform: null; -$file-upload-font-multiple-grid-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$file-upload-light-single-default-container-border: hsla(229, 15%, 80%, 100%); -$file-upload-light-single-default-container-background: hsla(0, 0%, 100%, 100%); -$file-upload-light-single-default-upload-icon-color: hsla(229, 15%, 60%, 100%); -$file-upload-light-single-default-left-icon-color: hsla(229, 15%, 60%, 100%); -$file-upload-light-single-default-text-block-color: hsla(229, 15%, 15%, 100%); -$file-upload-light-single-default-icon-button-color: hsla(229, 15%, 15%, 100%); -$file-upload-light-single-states-on-drag-container-border: hsla(216, 100%, 65%, 100%); -$file-upload-light-single-states-on-drag-container-background: hsla(216, 100%, 85%, 100%); -$file-upload-light-single-states-on-drag-upload-icon-color: hsla(229, 15%, 60%, 100%); -$file-upload-light-single-states-on-drag-left-icon-color: hsla(229, 15%, 60%, 100%); -$file-upload-light-single-states-on-drag-text-block-color: hsla(229, 15%, 15%, 100%); -$file-upload-light-single-states-error-container-border: hsla(7, 97%, 45%, 100%); -$file-upload-light-single-states-error-container-background: hsla(7, 97%, 99%, 100%); -$file-upload-light-single-states-error-left-icon-color: hsla(7, 97%, 45%, 100%); -$file-upload-light-single-states-error-text-block-color: hsla(7, 97%, 40%, 100%); -$file-upload-light-single-states-disabled-container-border: hsla(229, 15%, 50%, 32%); -$file-upload-light-single-states-disabled-container-background: hsla(229, 15%, 50%, 16%); -$file-upload-light-single-states-disabled-upload-icon-color: hsla(229, 15%, 15%, 32%); -$file-upload-light-single-states-disabled-left-icon-color: hsla(229, 15%, 15%, 32%); -$file-upload-light-single-states-disabled-text-block-color: hsla(229, 15%, 15%, 32%); -$file-upload-light-single-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); -$file-upload-light-multiple-default-container-border: hsla(229, 15%, 80%, 100%); -$file-upload-light-multiple-default-container-background: hsla(0, 0%, 100%, 100%); -$file-upload-light-multiple-default-upload-icon-color: hsla(229, 15%, 60%, 100%); -$file-upload-light-multiple-default-left-icon-color: hsla(229, 15%, 60%, 100%); -$file-upload-light-multiple-default-text-block-color: hsla(229, 15%, 15%, 100%); -$file-upload-light-multiple-default-icon-button-color: hsla(229, 15%, 15%, 100%); -$file-upload-light-multiple-default-grid-divider-color: hsla(229, 15%, 6%, 12%); -$file-upload-light-multiple-states-on-drag-container-border: hsla(216, 100%, 65%, 100%); -$file-upload-light-multiple-states-on-drag-container-background: hsla(216, 100%, 85%, 100%); -$file-upload-light-multiple-states-on-drag-upload-icon-color: hsla(229, 15%, 60%, 100%); -$file-upload-light-multiple-states-on-drag-left-icon-color: hsla(229, 15%, 60%, 100%); -$file-upload-light-multiple-states-on-drag-icon-button-color: hsla(229, 15%, 15%, 100%); -$file-upload-light-multiple-states-on-drag-text-block-color: hsla(229, 15%, 15%, 100%); -$file-upload-light-multiple-states-on-drag-grid-divider-color: hsla(229, 15%, 6%, 12%); -$file-upload-light-multiple-states-error-grid-cell-background: hsla(7, 97%, 99%, 100%); -$file-upload-light-multiple-states-error-left-icon-color: hsla(7, 97%, 45%, 100%); -$file-upload-light-multiple-states-error-text-block-color: hsla(7, 97%, 40%, 100%); -$file-upload-light-multiple-states-error-icon-button-color: hsla(7, 97%, 45%, 100%); -$file-upload-light-multiple-states-disabled-container-border: hsla(229, 15%, 50%, 32%); -$file-upload-light-multiple-states-disabled-container-background: hsla(229, 15%, 50%, 16%); -$file-upload-light-multiple-states-disabled-upload-icon-color: hsla(229, 15%, 15%, 32%); -$file-upload-light-multiple-states-disabled-left-icon-color: hsla(229, 15%, 15%, 32%); -$file-upload-light-multiple-states-disabled-text-block-color: hsla(229, 15%, 15%, 32%); -$file-upload-light-multiple-states-disabled-grid-divider-color: hsla(229, 15%, 50%, 32%); -$file-upload-dark-single-default-container-border: hsla(229, 15%, 30%, 100%); -$file-upload-dark-single-default-container-background: hsla(229, 15%, 12%, 100%); -$file-upload-dark-single-default-upload-icon-color: hsla(229, 15%, 45%, 100%); -$file-upload-dark-single-default-left-icon-color: hsla(229, 15%, 45%, 100%); -$file-upload-dark-single-default-text-block-color: hsla(229, 15%, 80%, 100%); -$file-upload-dark-single-default-icon-button-color: hsla(229, 15%, 80%, 100%); -$file-upload-dark-single-states-on-drag-container-border: hsla(216, 100%, 30%, 100%); -$file-upload-dark-single-states-on-drag-container-background: hsla(216, 100%, 20%, 100%); -$file-upload-dark-single-states-on-drag-upload-icon-color: hsla(229, 15%, 45%, 100%); -$file-upload-dark-single-states-on-drag-left-icon-color: hsla(229, 15%, 45%, 100%); -$file-upload-dark-single-states-on-drag-text-block-color: hsla(229, 15%, 80%, 100%); -$file-upload-dark-single-states-error-container-border: hsla(7, 97%, 35%, 100%); -$file-upload-dark-single-states-error-container-background: hsla(7, 97%, 6%, 100%); -$file-upload-dark-single-states-error-left-icon-color: hsla(7, 97%, 60%, 100%); -$file-upload-dark-single-states-error-text-block-color: hsla(7, 97%, 60%, 100%); -$file-upload-dark-single-states-disabled-container-border: hsla(229, 15%, 50%, 32%); -$file-upload-dark-single-states-disabled-container-background: hsla(229, 15%, 50%, 16%); -$file-upload-dark-single-states-disabled-upload-icon-color: hsla(229, 15%, 30%, 100%); -$file-upload-dark-single-states-disabled-left-icon-color: hsla(229, 15%, 30%, 100%); -$file-upload-dark-single-states-disabled-text-block-color: hsla(229, 15%, 40%, 100%); -$file-upload-dark-single-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); -$file-upload-dark-multiple-default-container-border: hsla(229, 15%, 30%, 100%); -$file-upload-dark-multiple-default-container-background: hsla(229, 15%, 12%, 100%); -$file-upload-dark-multiple-default-upload-icon-color: hsla(229, 15%, 45%, 100%); -$file-upload-dark-multiple-default-left-icon-color: hsla(229, 15%, 45%, 100%); -$file-upload-dark-multiple-default-text-block-color: hsla(229, 15%, 80%, 100%); -$file-upload-dark-multiple-default-icon-button-color: hsla(229, 15%, 80%, 100%); -$file-upload-dark-multiple-default-grid-divider-color: hsla(229, 15%, 22%, 100%); -$file-upload-dark-multiple-states-on-drag-container-border: hsla(216, 100%, 30%, 100%); -$file-upload-dark-multiple-states-on-drag-container-background: hsla(216, 100%, 20%, 100%); -$file-upload-dark-multiple-states-on-drag-upload-icon-color: hsla(229, 15%, 45%, 100%); -$file-upload-dark-multiple-states-on-drag-left-icon-color: hsla(229, 15%, 45%, 100%); -$file-upload-dark-multiple-states-on-drag-icon-button-color: hsla(229, 15%, 80%, 100%); -$file-upload-dark-multiple-states-on-drag-text-block-color: hsla(229, 15%, 80%, 100%); -$file-upload-dark-multiple-states-on-drag-grid-divider-color: hsla(216, 100%, 30%, 100%); -$file-upload-dark-multiple-states-error-grid-cell-background: hsla(7, 97%, 6%, 100%); -$file-upload-dark-multiple-states-error-left-icon-color: hsla(7, 97%, 60%, 100%); -$file-upload-dark-multiple-states-error-text-block-color: hsla(7, 97%, 60%, 100%); -$file-upload-dark-multiple-states-error-icon-button-color: hsla(7, 97%, 60%, 100%); -$file-upload-dark-multiple-states-disabled-container-border: hsla(229, 15%, 50%, 32%); -$file-upload-dark-multiple-states-disabled-container-background: hsla(229, 15%, 50%, 16%); -$file-upload-dark-multiple-states-disabled-upload-icon-color: hsla(229, 15%, 30%, 100%); -$file-upload-dark-multiple-states-disabled-left-icon-color: hsla(229, 15%, 30%, 100%); -$file-upload-dark-multiple-states-disabled-text-block-color: hsla(229, 15%, 40%, 100%); -$file-upload-dark-multiple-states-disabled-grid-divider-color: hsla(229, 15%, 50%, 32%); -$form-field-size-height: 32px; -$form-field-size-border-width: 1px; -$form-field-size-border-radius: 8px; -$form-field-size-icon-size: 16px; -$form-field-size-icon-margin-left: 8px; -$form-field-size-icon-margin-right: 8px; -$form-field-size-icon-button-size: 24px; -$form-field-size-icon-button-margin-right: 4px; -$form-field-size-icon-button-margin-left: 4px; -$form-field-font-text-font-size: 14px; -$form-field-font-text-line-height: 20px; -$form-field-font-text-letter-spacing: -0.006em; -$form-field-font-text-font-weight: normal; -$form-field-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$form-field-font-text-text-transform: null; -$form-field-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$form-field-light-default-border-color: hsla(229, 15%, 80%, 100%); -$form-field-light-default-background: hsla(0, 0%, 100%, 100%); -$form-field-light-default-placeholder: hsla(229, 15%, 60%, 100%); -$form-field-light-default-text: hsla(229, 15%, 15%, 100%); -$form-field-light-states-focused-border-color: hsla(216, 100%, 60%, 100%); -$form-field-light-states-focused-background: hsla(0, 0%, 100%, 100%); -$form-field-light-states-focused-placeholder: hsla(229, 15%, 60%, 100%); -$form-field-light-states-focused-text: hsla(229, 15%, 15%, 100%); -$form-field-light-states-focused-focus-outline: hsla(216, 100%, 60%, 100%); -$form-field-light-states-error-border-color: hsla(7, 97%, 45%, 100%); -$form-field-light-states-error-background: hsla(7, 97%, 99%, 100%); -$form-field-light-states-error-placeholder: hsla(7, 97%, 70%, 100%); -$form-field-light-states-error-text: hsla(7, 97%, 40%, 100%); -$form-field-light-states-error-focused-focus-outline: hsla(7, 97%, 45%, 100%); -$form-field-light-states-autofill-border-color: hsla(216, 100%, 60%, 100%); -$form-field-light-states-autofill-background: hsla(216, 100%, 85%, 100%); -$form-field-light-states-autofill-placeholder: hsla(229, 15%, 60%, 100%); -$form-field-light-states-autofill-text: hsla(229, 15%, 15%, 100%); -$form-field-light-states-disabled-border-color: hsla(229, 15%, 50%, 32%); -$form-field-light-states-disabled-background: hsla(229, 15%, 50%, 16%); -$form-field-light-states-disabled-placeholder: hsla(229, 15%, 15%, 32%); -$form-field-light-states-disabled-text: hsla(229, 15%, 15%, 32%); -$form-field-dark-default-border-color: hsla(229, 15%, 30%, 100%); -$form-field-dark-default-background: hsla(229, 15%, 12%, 100%); -$form-field-dark-default-placeholder: hsla(229, 15%, 45%, 100%); -$form-field-dark-default-text: hsla(229, 15%, 80%, 100%); -$form-field-dark-states-focused-border-color: hsla(216, 100%, 60%, 100%); -$form-field-dark-states-focused-background: hsla(229, 15%, 12%, 100%); -$form-field-dark-states-focused-placeholder: hsla(229, 15%, 45%, 100%); -$form-field-dark-states-focused-text: hsla(229, 15%, 80%, 100%); -$form-field-dark-states-focused-focus-outline: hsla(216, 100%, 60%, 100%); -$form-field-dark-states-error-border-color: hsla(7, 97%, 35%, 100%); -$form-field-dark-states-error-background: hsla(7, 97%, 6%, 100%); -$form-field-dark-states-error-placeholder: hsla(7, 97%, 25%, 100%); -$form-field-dark-states-error-text: hsla(7, 97%, 60%, 100%); -$form-field-dark-states-error-focused-focus-outline: hsla(7, 97%, 45%, 100%); -$form-field-dark-states-autofill-border-color: hsla(216, 100%, 60%, 100%); -$form-field-dark-states-autofill-background: hsla(216, 100%, 20%, 100%); -$form-field-dark-states-autofill-placeholder: hsla(229, 15%, 45%, 100%); -$form-field-dark-states-autofill-text: hsla(229, 15%, 80%, 100%); -$form-field-dark-states-disabled-border-color: hsla(229, 15%, 50%, 32%); -$form-field-dark-states-disabled-background: hsla(229, 15%, 50%, 16%); -$form-field-dark-states-disabled-placeholder: hsla(229, 15%, 40%, 100%); -$form-field-dark-states-disabled-text: hsla(229, 15%, 40%, 100%); -$form-field-hint-size-margin-top: 4px; -$form-field-hint-size-gap: 8px; -$form-field-hint-font-text-font-size: 12px; -$form-field-hint-font-text-line-height: 16px; -$form-field-hint-font-text-letter-spacing: normal; -$form-field-hint-font-text-font-weight: normal; -$form-field-hint-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$form-field-hint-font-text-text-transform: null; -$form-field-hint-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$form-field-hint-light-text: hsla(229, 15%, 50%, 100%); -$form-field-hint-dark-text: hsla(229, 15%, 60%, 100%); -$forms-light-label: hsla(229, 15%, 15%, 100%); -$forms-light-legend: hsla(229, 15%, 15%, 100%); -$forms-dark-label: hsla(229, 15%, 80%, 100%); -$forms-dark-legend: hsla(229, 15%, 80%, 100%); -$forms-size-horizontal-row-margin-bottom: 20px; -$forms-size-horizontal-control-padding-left: 16px; -$forms-size-horizontal-legend-margin-top: 32px; -$forms-size-horizontal-legend-margin-bottom: 16px; -$forms-size-vertical-row-margin-bottom: 16px; -$forms-size-vertical-label-padding-top: 0; -$forms-size-vertical-label-padding-bottom: 8px; -$forms-size-vertical-control-padding-left: 24px; -$forms-size-vertical-legend-margin-top: 32px; -$forms-size-vertical-legend-margin-bottom: 12px; -$forms-font-label-font-size: 14px; -$forms-font-label-line-height: 20px; -$forms-font-label-letter-spacing: -0.006em; -$forms-font-label-font-weight: normal; -$forms-font-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$forms-font-label-text-transform: null; -$forms-font-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$forms-font-legend-font-size: 18px; -$forms-font-legend-line-height: 26px; -$forms-font-legend-letter-spacing: normal; -$forms-font-legend-font-weight: 600; -$forms-font-legend-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$forms-font-legend-text-transform: null; -$forms-font-legend-font-feature-settings: "calt", "kern", "liga"; -$hint-light-fill-text-off-fade-contrast-text: hsla(229, 15%, 15%, 100%); -$hint-light-fill-text-off-fade-contrast-icon: hsla(229, 15%, 60%, 100%); -$hint-light-fill-text-off-success-text: hsla(229, 15%, 15%, 100%); -$hint-light-fill-text-off-success-icon: hsla(104, 64%, 40%, 100%); -$hint-light-fill-text-off-warning-text: hsla(229, 15%, 15%, 100%); -$hint-light-fill-text-off-warning-icon: hsla(38, 100%, 42%, 100%); -$hint-light-fill-text-off-error-text: hsla(229, 15%, 15%, 100%); -$hint-light-fill-text-off-error-icon: hsla(7, 97%, 45%, 100%); -$hint-light-fill-text-on-fade-contrast-text: hsla(229, 15%, 15%, 100%); -$hint-light-fill-text-on-fade-contrast-icon: hsla(229, 15%, 60%, 100%); -$hint-light-fill-text-on-success-text: hsla(104, 64%, 30%, 100%); -$hint-light-fill-text-on-success-icon: hsla(104, 64%, 40%, 100%); -$hint-light-fill-text-on-warning-text: hsla(38, 100%, 33%, 100%); -$hint-light-fill-text-on-warning-icon: hsla(38, 100%, 42%, 100%); -$hint-light-fill-text-on-error-text: hsla(7, 97%, 40%, 100%); -$hint-light-fill-text-on-error-icon: hsla(7, 97%, 45%, 100%); -$hint-dark-fill-text-off-fade-contrast-text: hsla(229, 15%, 80%, 100%); -$hint-dark-fill-text-off-fade-contrast-icon: hsla(229, 15%, 45%, 100%); -$hint-dark-fill-text-off-success-text: hsla(229, 15%, 80%, 100%); -$hint-dark-fill-text-off-success-icon: hsla(104, 64%, 45%, 100%); -$hint-dark-fill-text-off-warning-text: hsla(229, 15%, 80%, 100%); -$hint-dark-fill-text-off-warning-icon: hsla(38, 100%, 60%, 100%); -$hint-dark-fill-text-off-error-text: hsla(229, 15%, 80%, 100%); -$hint-dark-fill-text-off-error-icon: hsla(7, 97%, 60%, 100%); -$hint-dark-fill-text-on-fade-contrast-text: hsla(229, 15%, 80%, 100%); -$hint-dark-fill-text-on-fade-contrast-icon: hsla(229, 15%, 45%, 100%); -$hint-dark-fill-text-on-success-text: hsla(104, 64%, 45%, 100%); -$hint-dark-fill-text-on-success-icon: hsla(104, 64%, 45%, 100%); -$hint-dark-fill-text-on-warning-text: hsla(38, 100%, 60%, 100%); -$hint-dark-fill-text-on-warning-icon: hsla(38, 100%, 60%, 100%); -$hint-dark-fill-text-on-error-text: hsla(7, 97%, 60%, 100%); -$hint-dark-fill-text-on-error-icon: hsla(7, 97%, 60%, 100%); -$hint-size-normal-margin-top: 2px; -$hint-size-normal-content-padding: 4px; -$hint-size-compact-margin-top: 0; -$hint-size-compact-content-padding: 4px; -$hint-font-normal-text-font-size: 14px; -$hint-font-normal-text-line-height: 20px; -$hint-font-normal-text-letter-spacing: -0.006em; -$hint-font-normal-text-font-weight: 500; -$hint-font-normal-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$hint-font-normal-text-text-transform: null; -$hint-font-normal-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$hint-font-compact-text-font-size: 12px; -$hint-font-compact-text-line-height: 16px; -$hint-font-compact-text-letter-spacing: normal; -$hint-font-compact-text-font-weight: normal; -$hint-font-compact-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$hint-font-compact-text-text-transform: null; -$hint-font-compact-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$icon-item-light-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%); -$icon-item-light-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%); -$icon-item-light-filled-fade-off-contrast-color: hsla(229, 15%, 100%, 100%); -$icon-item-light-filled-fade-off-contrast-background: hsla(229, 15%, 25%, 100%); -$icon-item-light-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%); -$icon-item-light-filled-fade-off-error-background: hsla(7, 97%, 60%, 100%); -$icon-item-light-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%); -$icon-item-light-filled-fade-off-warning-background: hsla(38, 100%, 50%, 100%); -$icon-item-light-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%); -$icon-item-light-filled-fade-off-success-background: hsla(104, 64%, 45%, 100%); -$icon-item-light-filled-fade-on-theme-color: hsla(216, 100%, 50%, 100%); -$icon-item-light-filled-fade-on-theme-background: hsla(216, 100%, 85%, 100%); -$icon-item-light-filled-fade-on-contrast-color: hsla(229, 15%, 15%, 100%); -$icon-item-light-filled-fade-on-contrast-background: hsla(229, 15%, 92%, 100%); -$icon-item-light-filled-fade-on-error-color: hsla(7, 97%, 45%, 100%); -$icon-item-light-filled-fade-on-error-background: hsla(7, 97%, 90%, 100%); -$icon-item-light-filled-fade-on-warning-color: hsla(38, 100%, 42%, 100%); -$icon-item-light-filled-fade-on-warning-background: hsla(38, 100%, 85%, 100%); -$icon-item-light-filled-fade-on-success-color: hsla(104, 64%, 40%, 100%); -$icon-item-light-filled-fade-on-success-background: hsla(104, 64%, 80%, 100%); -$icon-item-dark-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%); -$icon-item-dark-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%); -$icon-item-dark-filled-fade-off-contrast-color: hsla(229, 15%, 15%, 100%); -$icon-item-dark-filled-fade-off-contrast-background: hsla(229, 15%, 90%, 100%); -$icon-item-dark-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%); -$icon-item-dark-filled-fade-off-error-background: hsla(7, 97%, 41%, 100%); -$icon-item-dark-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%); -$icon-item-dark-filled-fade-off-warning-background: hsla(38, 100%, 39%, 100%); -$icon-item-dark-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%); -$icon-item-dark-filled-fade-off-success-background: hsla(104, 64%, 40%, 100%); -$icon-item-dark-filled-fade-on-theme-color: hsla(216, 100%, 65%, 100%); -$icon-item-dark-filled-fade-on-theme-background: hsla(216, 100%, 20%, 100%); -$icon-item-dark-filled-fade-on-contrast-color: hsla(229, 15%, 80%, 100%); -$icon-item-dark-filled-fade-on-contrast-background: hsla(229, 15%, 25%, 100%); -$icon-item-dark-filled-fade-on-error-color: hsla(7, 97%, 60%, 100%); -$icon-item-dark-filled-fade-on-error-background: hsla(7, 97%, 15%, 100%); -$icon-item-dark-filled-fade-on-warning-color: hsla(38, 100%, 60%, 100%); -$icon-item-dark-filled-fade-on-warning-background: hsla(38, 100%, 14%, 100%); -$icon-item-dark-filled-fade-on-success-color: hsla(104, 64%, 45%, 100%); -$icon-item-dark-filled-fade-on-success-background: hsla(104, 64%, 12%, 100%); -$icon-item-size-normal-horizontal-padding: 8px; -$icon-item-size-normal-vertical-padding: 8px; -$icon-item-size-big-horizontal-padding: 16px; -$icon-item-size-big-vertical-padding: 16px; -$icon-light-theme-color: hsla(216, 100%, 50%, 100%); -$icon-light-contrast-color: hsla(229, 15%, 15%, 100%); -$icon-light-fade-contrast-color: hsla(229, 15%, 60%, 100%); -$icon-light-error-color: hsla(7, 97%, 45%, 100%); -$icon-light-success-color: hsla(104, 64%, 40%, 100%); -$icon-light-warning-color: hsla(38, 100%, 42%, 100%); -$icon-dark-theme-color: hsla(216, 100%, 65%, 100%); -$icon-dark-contrast-color: hsla(229, 15%, 80%, 100%); -$icon-dark-fade-contrast-color: hsla(229, 15%, 45%, 100%); -$icon-dark-error-color: hsla(7, 97%, 60%, 100%); -$icon-dark-success-color: hsla(104, 64%, 45%, 100%); -$icon-dark-warning-color: hsla(38, 100%, 60%, 100%); -$input-size-padding-horizontal: 12px; -$input-size-padding-vertical: 6px; -$input-font-text-font-size: 14px; -$input-font-text-line-height: 20px; -$input-font-text-letter-spacing: -0.006em; -$input-font-text-font-weight: normal; -$input-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$input-font-text-text-transform: null; -$input-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$link-light-text: hsla(216, 100%, 50%, 100%); -$link-light-border-bottom: hsla(216, 100%, 85%, 100%); -$link-light-state-visited-text: hsla(277, 72%, 45%, 100%); -$link-light-state-visited-border-bottom: hsla(277, 72%, 80%, 100%); -$link-light-state-visited-hover-text: hsla(277, 72%, 40%, 100%); -$link-light-state-visited-hover-border-bottom: hsla(277, 72%, 80%, 100%); -$link-light-state-visited-active-text: hsla(277, 72%, 35%, 100%); -$link-light-state-visited-active-border-bottom: hsla(277, 72%, 80%, 100%); -$link-light-state-hover-text: hsla(216, 100%, 45%, 100%); -$link-light-state-hover-border-bottom: hsla(216, 100%, 85%, 100%); -$link-light-state-active-text: hsla(216, 100%, 40%, 100%); -$link-light-state-active-border-bottom: hsla(216, 100%, 85%, 100%); -$link-light-state-focused-outline: hsla(216, 100%, 60%, 100%); -$link-light-state-disabled-text: hsla(229, 15%, 15%, 32%); -$link-light-state-disabled-border-bottom: hsla(229, 15%, 50%, 32%); -$link-dark-text: hsla(216, 100%, 65%, 100%); -$link-dark-border-bottom: hsla(216, 100%, 27%, 100%); -$link-dark-state-visited-text: hsla(277, 72%, 50%, 100%); -$link-dark-state-visited-border-bottom: hsla(277, 72%, 30%, 100%); -$link-dark-state-visited-hover-text: hsla(277, 72%, 55%, 100%); -$link-dark-state-visited-hover-border-bottom: hsla(277, 72%, 30%, 100%); -$link-dark-state-visited-active-text: hsla(277, 72%, 60%, 100%); -$link-dark-state-visited-active-border-bottom: hsla(277, 72%, 30%, 100%); -$link-dark-state-hover-text: hsla(216, 100%, 65%, 100%); -$link-dark-state-hover-border-bottom: hsla(216, 100%, 27%, 100%); -$link-dark-state-active-text: hsla(216, 100%, 70%, 100%); -$link-dark-state-active-border-bottom: hsla(216, 100%, 27%, 100%); -$link-dark-state-focused-outline: hsla(216, 100%, 60%, 100%); -$link-dark-state-disabled-text: hsla(229, 15%, 40%, 100%); -$link-dark-state-disabled-border-bottom: hsla(229, 15%, 50%, 32%); -$link-size-state-focused-outline-offset: 0px; -$link-size-state-focused-outline-width: 2px; -$link-size-compact-content-padding: 4px; -$link-size-normal-content-padding: 4px; -$link-size-big-content-padding: 4px; -$link-font-compact-font-size: 12px; -$link-font-compact-line-height: 16px; -$link-font-compact-letter-spacing: normal; -$link-font-compact-font-weight: normal; -$link-font-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$link-font-compact-text-transform: null; -$link-font-compact-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$link-font-normal-font-size: 14px; -$link-font-normal-line-height: 20px; -$link-font-normal-letter-spacing: -0.006em; -$link-font-normal-font-weight: normal; -$link-font-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$link-font-normal-text-transform: null; -$link-font-normal-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$link-font-big-font-size: 16px; -$link-font-big-line-height: 24px; -$link-font-big-letter-spacing: -0.011em; -$link-font-big-font-weight: normal; -$link-font-big-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$link-font-big-text-transform: null; -$link-font-big-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$list-size-container-padding-left: 12px; -$list-size-container-padding-right: 12px; -$list-size-container-padding-vertical: 6px; -$list-size-container-content-gap-horizontal: 8px; -$list-size-container-content-gap-vertical: 2px; -$list-size-container-focus-outline-width: 2px; -$list-size-text-padding-vertical: 0; -$list-size-header-padding-top: 8px; -$list-size-header-padding-bottom: 4px; -$list-size-header-padding-horizontal: 12px; -$list-size-subheading-padding-top: 12px; -$list-size-subheading-padding-bottom: 4px; -$list-size-subheading-padding-horizontal: 12px; -$list-font-text-font-size: 14px; -$list-font-text-line-height: 20px; -$list-font-text-letter-spacing: -0.006em; -$list-font-text-font-weight: normal; -$list-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$list-font-text-text-transform: null; -$list-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$list-font-caption-font-size: 12px; -$list-font-caption-line-height: 16px; -$list-font-caption-letter-spacing: normal; -$list-font-caption-font-weight: normal; -$list-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$list-font-caption-text-transform: null; -$list-font-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$list-font-header-font-size: 16px; -$list-font-header-line-height: 24px; -$list-font-header-letter-spacing: -0.011em; -$list-font-header-font-weight: 600; -$list-font-header-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$list-font-header-text-transform: null; -$list-font-header-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$list-font-subheading-font-size: 12px; -$list-font-subheading-line-height: 16px; -$list-font-subheading-letter-spacing: 1px; -$list-font-subheading-font-weight: 500; -$list-font-subheading-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$list-font-subheading-text-transform: uppercase; -$list-font-subheading-font-feature-settings: "calt", "case", "kern", "liga", "ss01", "ss04"; -$list-light-default-container-background: transparent; -$list-light-default-text-color: hsla(229, 15%, 15%, 100%); -$list-light-default-icon-color: hsla(229, 15%, 15%, 100%); -$list-light-default-icon-button-color: hsla(229, 15%, 60%, 100%); -$list-light-default-caption-color: hsla(229, 15%, 50%, 100%); -$list-light-states-hover-container-background: hsla(229, 15%, 50%, 8%); -$list-light-states-hover-text-color: hsla(229, 15%, 15%, 100%); -$list-light-states-hover-icon-color: hsla(229, 15%, 15%, 100%); -$list-light-states-hover-icon-button-color: hsla(229, 15%, 60%, 100%); -$list-light-states-selected-container-background: hsla(216, 100%, 94%, 100%); -$list-light-states-selected-text-color: hsla(229, 15%, 15%, 100%); -$list-light-states-selected-icon-color: hsla(229, 15%, 15%, 100%); -$list-light-states-selected-icon-button-color: hsla(229, 15%, 60%, 100%); -$list-light-states-selected-hover-container-background: hsla(216, 100%, 90%, 100%); -$list-light-states-selected-hover-text-color: hsla(229, 15%, 15%, 100%); -$list-light-states-selected-hover-icon-color: hsla(229, 15%, 15%, 100%); -$list-light-states-selected-hover-icon-button-color: hsla(229, 15%, 60%, 100%); -$list-light-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); -$list-light-states-disabled-container-background: transparent; -$list-light-states-disabled-text-color: hsla(229, 15%, 15%, 32%); -$list-light-states-disabled-icon-color: hsla(229, 15%, 15%, 32%); -$list-light-states-disabled-icon-button-color: hsla(229, 15%, 15%, 32%); -$list-light-states-disabled-caption-color: hsla(229, 15%, 15%, 32%); -$list-dark-default-container-background: transparent; -$list-dark-default-text-color: hsla(229, 15%, 80%, 100%); -$list-dark-default-icon-color: hsla(229, 15%, 80%, 100%); -$list-dark-default-icon-button-color: hsla(229, 15%, 45%, 100%); -$list-dark-default-caption-color: hsla(229, 15%, 60%, 100%); -$list-dark-states-hover-container-background: hsla(229, 15%, 50%, 16%); -$list-dark-states-hover-text-color: hsla(229, 15%, 80%, 100%); -$list-dark-states-hover-icon-color: hsla(229, 15%, 80%, 100%); -$list-dark-states-hover-icon-button-color: hsla(229, 15%, 45%, 100%); -$list-dark-states-selected-container-background: hsla(216, 100%, 18%, 100%); -$list-dark-states-selected-text-color: hsla(229, 15%, 80%, 100%); -$list-dark-states-selected-icon-color: hsla(229, 15%, 80%, 100%); -$list-dark-states-selected-icon-button-color: hsla(229, 15%, 45%, 100%); -$list-dark-states-selected-hover-container-background: hsla(216, 100%, 15%, 100%); -$list-dark-states-selected-hover-text-color: hsla(229, 15%, 80%, 100%); -$list-dark-states-selected-hover-icon-color: hsla(229, 15%, 80%, 100%); -$list-dark-states-selected-hover-icon-button-color: hsla(229, 15%, 45%, 100%); -$list-dark-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); -$list-dark-states-disabled-container-background: transparent; -$list-dark-states-disabled-text-color: hsla(229, 15%, 40%, 100%); -$list-dark-states-disabled-icon-color: hsla(229, 15%, 30%, 100%); -$list-dark-states-disabled-icon-button-color: hsla(229, 15%, 30%, 100%); -$list-dark-states-disabled-caption-color: hsla(229, 15%, 40%, 100%); -$loader-overlay-size-big-overlay-padding-horizontal: 32px; -$loader-overlay-size-big-loader-margin-bottom: 24px; -$loader-overlay-size-big-content-content-gap-vertical: 4px; -$loader-overlay-size-compact-overlay-padding-horizontal: 32px; -$loader-overlay-size-compact-loader-margin-bottom: 8px; -$loader-overlay-size-compact-content-content-gap-vertical: 2px; -$loader-overlay-font-big-text-font-size: 18px; -$loader-overlay-font-big-text-line-height: 26px; -$loader-overlay-font-big-text-letter-spacing: normal; -$loader-overlay-font-big-text-font-weight: 600; -$loader-overlay-font-big-text-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$loader-overlay-font-big-text-text-transform: null; -$loader-overlay-font-big-text-font-feature-settings: "calt", "kern", "liga"; -$loader-overlay-font-big-caption-font-size: 14px; -$loader-overlay-font-big-caption-line-height: 20px; -$loader-overlay-font-big-caption-letter-spacing: -0.006em; -$loader-overlay-font-big-caption-font-weight: normal; -$loader-overlay-font-big-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$loader-overlay-font-big-caption-text-transform: null; -$loader-overlay-font-big-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$loader-overlay-font-compact-text-font-size: 14px; -$loader-overlay-font-compact-text-line-height: 20px; -$loader-overlay-font-compact-text-letter-spacing: -0.006em; -$loader-overlay-font-compact-text-font-weight: normal; -$loader-overlay-font-compact-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$loader-overlay-font-compact-text-text-transform: null; -$loader-overlay-font-compact-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$loader-overlay-font-compact-caption-font-size: 12px; -$loader-overlay-font-compact-caption-line-height: 16px; -$loader-overlay-font-compact-caption-letter-spacing: normal; -$loader-overlay-font-compact-caption-font-weight: normal; -$loader-overlay-font-compact-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$loader-overlay-font-compact-caption-text-transform: null; -$loader-overlay-font-compact-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$loader-overlay-light-transparent-overlay-background: hsla(229, 15%, 99%, 88%); -$loader-overlay-light-transparent-text-color: hsla(229, 15%, 15%, 100%); -$loader-overlay-light-transparent-caption-color: hsla(229, 15%, 50%, 100%); -$loader-overlay-light-filled-overlay-background: hsla(0, 0%, 100%, 100%); -$loader-overlay-light-filled-text-color: hsla(229, 15%, 15%, 100%); -$loader-overlay-light-filled-caption-color: hsla(229, 15%, 50%, 100%); -$loader-overlay-dark-transparent-overlay-background: hsla(229, 15%, 12%, 80%); -$loader-overlay-dark-transparent-text-color: hsla(229, 15%, 80%, 100%); -$loader-overlay-dark-transparent-caption-color: hsla(229, 15%, 60%, 100%); -$loader-overlay-dark-filled-overlay-background: hsla(229, 15%, 12%, 100%); -$loader-overlay-dark-filled-text-color: hsla(229, 15%, 80%, 100%); -$loader-overlay-dark-filled-caption-color: hsla(229, 15%, 60%, 100%); -$markdown-h1-light-color: hsla(229, 15%, 15%, 100%); -$markdown-h1-dark-color: hsla(229, 15%, 80%, 100%); -$markdown-h1-size-max-width: 650px; -$markdown-h1-size-margin-top: 0; -$markdown-h1-size-margin-bottom: 12px; -$markdown-h1-font-default-font-size: 36px; -$markdown-h1-font-default-line-height: 44px; -$markdown-h1-font-default-letter-spacing: normal; -$markdown-h1-font-default-font-weight: 400; -$markdown-h1-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$markdown-h1-font-default-text-transform: null; -$markdown-h1-font-default-font-feature-settings: "calt", "kern", "liga"; -$markdown-h2-light-color: hsla(229, 15%, 15%, 100%); -$markdown-h2-dark-color: hsla(229, 15%, 80%, 100%); -$markdown-h2-size-max-width: 650px; -$markdown-h2-size-margin-top: 32px; -$markdown-h2-size-margin-bottom: 12px; -$markdown-h2-font-default-font-size: 24px; -$markdown-h2-font-default-line-height: 32px; -$markdown-h2-font-default-letter-spacing: normal; -$markdown-h2-font-default-font-weight: 700; -$markdown-h2-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$markdown-h2-font-default-text-transform: null; -$markdown-h2-font-default-font-feature-settings: "calt", "kern", "liga"; -$markdown-h3-light-color: hsla(229, 15%, 15%, 100%); -$markdown-h3-dark-color: hsla(229, 15%, 80%, 100%); -$markdown-h3-size-max-width: 650px; -$markdown-h3-size-margin-top: 28px; -$markdown-h3-size-margin-bottom: 12px; -$markdown-h3-font-default-font-size: 20px; -$markdown-h3-font-default-line-height: 28px; -$markdown-h3-font-default-letter-spacing: normal; -$markdown-h3-font-default-font-weight: 700; -$markdown-h3-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$markdown-h3-font-default-text-transform: null; -$markdown-h3-font-default-font-feature-settings: "calt", "kern", "liga"; -$markdown-h4-light-color: hsla(229, 15%, 15%, 100%); -$markdown-h4-dark-color: hsla(229, 15%, 80%, 100%); -$markdown-h4-size-max-width: 650px; -$markdown-h4-size-margin-top: 24px; -$markdown-h4-size-margin-bottom: 12px; -$markdown-h4-font-default-font-size: 18px; -$markdown-h4-font-default-line-height: 26px; -$markdown-h4-font-default-letter-spacing: normal; -$markdown-h4-font-default-font-weight: 700; -$markdown-h4-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$markdown-h4-font-default-text-transform: null; -$markdown-h4-font-default-font-feature-settings: "calt", "kern", "liga"; -$markdown-h5-light-color: hsla(229, 15%, 15%, 100%); -$markdown-h5-dark-color: hsla(229, 15%, 80%, 100%); -$markdown-h5-size-max-width: 650px; -$markdown-h5-size-margin-top: 24px; -$markdown-h5-size-margin-bottom: 12px; -$markdown-h5-font-default-font-size: 16px; -$markdown-h5-font-default-line-height: 24px; -$markdown-h5-font-default-letter-spacing: -0.011em; -$markdown-h5-font-default-font-weight: 700; -$markdown-h5-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$markdown-h5-font-default-text-transform: null; -$markdown-h5-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$markdown-h6-light-color: hsla(229, 15%, 15%, 100%); -$markdown-h6-dark-color: hsla(229, 15%, 80%, 100%); -$markdown-h6-size-max-width: 650px; -$markdown-h6-size-margin-top: 24px; -$markdown-h6-size-margin-bottom: 12px; -$markdown-h6-font-default-font-size: 14px; -$markdown-h6-font-default-line-height: 20px; -$markdown-h6-font-default-letter-spacing: 0.08em; -$markdown-h6-font-default-font-weight: 500; -$markdown-h6-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$markdown-h6-font-default-text-transform: uppercase; -$markdown-h6-font-default-font-feature-settings: "calt", "case", "kern", "liga", "ss01", "ss04"; -$markdown-p-light-color: hsla(229, 15%, 15%, 100%); -$markdown-p-dark-color: hsla(229, 15%, 80%, 100%); -$markdown-p-size-max-width: 650px; -$markdown-p-size-margin-top: 12px; -$markdown-p-size-margin-bottom: 12px; -$markdown-p-font-default-font-size: 16px; -$markdown-p-font-default-line-height: 24px; -$markdown-p-font-default-letter-spacing: -0.011em; -$markdown-p-font-default-font-weight: normal; -$markdown-p-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$markdown-p-font-default-text-transform: null; -$markdown-p-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$markdown-list-light-color: hsla(229, 15%, 15%, 100%); -$markdown-list-dark-color: hsla(229, 15%, 80%, 100%); -$markdown-list-size-max-width: 650px; -$markdown-list-size-margin-top: 12px; -$markdown-list-size-margin-bottom: 12px; -$markdown-list-size-margin-top-after-paragraph: -8px; -$markdown-list-size-ol-number-padding-right: 4px; -$markdown-list-size-ul-padding: 0 0 0 24px; -$markdown-list-size-item-margin-bottom: 8px; -$markdown-list-font-default-font-size: 16px; -$markdown-list-font-default-line-height: 24px; -$markdown-list-font-default-letter-spacing: -0.011em; -$markdown-list-font-default-font-weight: normal; -$markdown-list-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$markdown-list-font-default-text-transform: null; -$markdown-list-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$markdown-blockquote-light-text: hsla(229, 15%, 15%, 100%); -$markdown-blockquote-light-line: hsla(229, 15%, 80%, 100%); -$markdown-blockquote-light-background: hsla(229, 15%, 92%, 100%); -$markdown-blockquote-light-border: transparent; -$markdown-blockquote-dark-text: hsla(229, 15%, 80%, 100%); -$markdown-blockquote-dark-line: hsla(229, 15%, 30%, 100%); -$markdown-blockquote-dark-background: hsla(229, 15%, 25%, 100%); -$markdown-blockquote-dark-border: transparent; -$markdown-blockquote-size-max-width: 650px; -$markdown-blockquote-size-margin-top: 20px; -$markdown-blockquote-size-margin-bottom: 24px; -$markdown-blockquote-size-padding: 12px 16px; -$markdown-blockquote-size-line-width: 4px; -$markdown-blockquote-size-border-radius: 0; -$markdown-blockquote-size-border-width: 0; -$markdown-blockquote-font-default-font-size: 16px; -$markdown-blockquote-font-default-line-height: 24px; -$markdown-blockquote-font-default-letter-spacing: -0.011em; -$markdown-blockquote-font-default-font-weight: normal; -$markdown-blockquote-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$markdown-blockquote-font-default-text-transform: null; -$markdown-blockquote-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$markdown-code-light-text: hsla(229, 15%, 15%, 100%); -$markdown-code-light-background: hsla(229, 15%, 95%, 100%); -$markdown-code-light-border: hsla(229, 15%, 6%, 12%); -$markdown-code-dark-text: hsla(229, 15%, 80%, 100%); -$markdown-code-dark-background: hsla(229, 15%, 95%, 100%); -$markdown-code-dark-border: hsla(229, 15%, 22%, 100%); -$markdown-code-size-max-width: 650px; -$markdown-code-size-multiline-margin-top: 8px; -$markdown-code-size-multiline-margin-bottom: 24px; -$markdown-code-size-inline-padding: 0 4px; -$markdown-code-size-multiline-padding: 14px 20px; -$markdown-code-size-border-radius: 8px; -$markdown-code-size-border-width: 1px; -$markdown-code-font-default-font-size: 16px; -$markdown-code-font-default-line-height: 24px; -$markdown-code-font-default-letter-spacing: normal; -$markdown-code-font-default-font-weight: normal; -$markdown-code-font-default-font-family: 'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace; -$markdown-code-font-default-text-transform: null; -$markdown-code-font-default-font-feature-settings: initial; -$markdown-link-light-text: hsla(216, 100%, 50%, 100%); -$markdown-link-light-border-bottom: hsla(216, 100%, 85%, 100%); -$markdown-link-light-state-visited-text: hsla(277, 72%, 45%, 100%); -$markdown-link-light-state-visited-border-bottom: hsla(277, 72%, 80%, 100%); -$markdown-link-light-state-hover-text: hsla(216, 100%, 45%, 100%); -$markdown-link-light-state-hover-border-bottom: hsla(216, 100%, 85%, 100%); -$markdown-link-light-state-active: hsla(216, 100%, 40%, 100%); -$markdown-link-light-state-focused-outline: hsla(216, 100%, 60%, 100%); -$markdown-link-dark-text: hsla(216, 100%, 65%, 100%); -$markdown-link-dark-border-bottom: hsla(216, 100%, 27%, 100%); -$markdown-link-dark-state-visited-text: hsla(277, 72%, 50%, 100%); -$markdown-link-dark-state-visited-border-bottom: hsla(277, 72%, 30%, 100%); -$markdown-link-dark-state-hover-text: hsla(216, 100%, 65%, 100%); -$markdown-link-dark-state-hover-border-bottom: hsla(216, 100%, 27%, 100%); -$markdown-link-dark-state-active: hsla(216, 100%, 70%, 100%); -$markdown-link-dark-state-focused-outline: hsla(216, 100%, 60%, 100%); -$markdown-link-size-icon-margin: 4px; -$markdown-link-size-state-focused-outline-offset: 0px; -$markdown-link-size-state-focused-outline-width: 2px; -$markdown-link-font-default-font-size: 16px; -$markdown-link-font-default-line-height: 24px; -$markdown-link-font-default-letter-spacing: -0.011em; -$markdown-link-font-default-font-weight: normal; -$markdown-link-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$markdown-link-font-default-text-transform: null; -$markdown-link-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$markdown-image-light-caption-text: hsla(229, 15%, 50%, 100%); -$markdown-image-dark-caption-text: hsla(229, 15%, 50%, 100%); -$markdown-image-size-max-width: 650px; -$markdown-image-size-margin-top: 8px; -$markdown-image-size-margin-bottom: 8px; -$markdown-image-size-caption-margin-top: -8px; -$markdown-image-size-caption-margin-bottom: 24px; -$markdown-image-font-caption-font-size: 14px; -$markdown-image-font-caption-line-height: 20px; -$markdown-image-font-caption-letter-spacing: -0.006em; -$markdown-image-font-caption-font-weight: normal; -$markdown-image-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$markdown-image-font-caption-text-transform: null; -$markdown-image-font-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$markdown-hr-light-color: hsla(229, 15%, 6%, 12%); -$markdown-hr-dark-color: hsla(229, 15%, 22%, 100%); -$markdown-hr-size-width: 1px; -$markdown-hr-size-margin-vertical: 16px; -$markdown-table-light-header: hsla(229, 15%, 50%, 100%); -$markdown-table-light-body: hsla(229, 15%, 15%, 100%); -$markdown-table-light-border: hsla(229, 15%, 6%, 12%); -$markdown-table-dark-header: hsla(229, 15%, 50%, 100%); -$markdown-table-dark-body: hsla(229, 15%, 80%, 100%); -$markdown-table-dark-border: hsla(229, 15%, 22%, 100%); -$markdown-table-size-border-width: 1px; -$markdown-table-size-padding: 8px; -$markdown-table-size-margin-bottom: 16px; -$markdown-table-font-header-font-size: 14px; -$markdown-table-font-header-line-height: 20px; -$markdown-table-font-header-letter-spacing: -0.006em; -$markdown-table-font-header-font-weight: normal; -$markdown-table-font-header-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$markdown-table-font-header-text-transform: null; -$markdown-table-font-header-font-feature-settings: "calt", "ss01", "ss04", "tnum"; -$markdown-table-font-body-font-size: 16px; -$markdown-table-font-body-line-height: 24px; -$markdown-table-font-body-letter-spacing: normal; -$markdown-table-font-body-font-weight: normal; -$markdown-table-font-body-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$markdown-table-font-body-text-transform: null; -$markdown-table-font-body-font-feature-settings: "calt", "ss01", "ss04", "tnum"; -$markdown-size-max-width: 650px; -$markdown-font-default-font-size: 16px; -$markdown-font-default-line-height: 24px; -$markdown-font-default-letter-spacing: -0.011em; -$markdown-font-default-font-weight: normal; -$markdown-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$markdown-font-default-text-transform: null; -$markdown-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$modal-size-small-width: 400px; -$modal-size-medium-width: 640px; -$modal-size-large-width: 960px; -$modal-size-border-radius: 8px; -$modal-size-header-padding-vertical: 16px; -$modal-size-header-padding-left: 24px; -$modal-size-header-padding-right: 48px; -$modal-size-close-button-margin-left: 8px; -$modal-size-content-padding-horizontal: 24px; -$modal-size-content-padding-top: 0; -$modal-size-content-padding-bottom: 8px; -$modal-size-content-padding-top-without-header: 24px; -$modal-size-content-padding-bottom-without-footer: 40px; -$modal-size-footer-padding-horizontal: 24px; -$modal-size-footer-padding-vertical: 20px; -$modal-size-footer-content-gap-horizontal: 16px; -$modal-font-header-font-size: 20px; -$modal-font-header-line-height: 28px; -$modal-font-header-letter-spacing: normal; -$modal-font-header-font-weight: 700; -$modal-font-header-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$modal-font-header-text-transform: null; -$modal-font-header-font-feature-settings: "calt", "kern", "liga"; -$modal-font-content-font-size: 14px; -$modal-font-content-line-height: 20px; -$modal-font-content-letter-spacing: -0.006em; -$modal-font-content-font-weight: normal; -$modal-font-content-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$modal-font-content-text-transform: null; -$modal-font-content-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$modal-light-overlay-background: hsla(229, 15%, 20%, 32%); -$modal-light-container-background: hsla(229, 15%, 100%, 100%); -$modal-light-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 3px 16px hsla(229, 15%, 6%, 6%), 0 4px 32px hsla(229, 15%, 6%, 12%); -$modal-light-close-button-color: hsla(229, 15%, 15%, 100%); -$modal-light-header-text-color: hsla(229, 15%, 15%, 100%); -$modal-light-content-text-color: hsla(229, 15%, 15%, 100%); -$modal-dark-overlay-background: hsla(229, 15%, 6%, 64%); -$modal-dark-container-background: hsla(229, 15%, 15%, 100%); -$modal-dark-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$modal-dark-close-button-color: hsla(229, 15%, 80%, 100%); -$modal-dark-header-text-color: hsla(229, 15%, 80%, 100%); -$modal-dark-content-text-color: hsla(229, 15%, 80%, 100%); -$navbar-font-title-font-size: 18px; -$navbar-font-title-line-height: 28px; -$navbar-font-title-letter-spacing: normal; -$navbar-font-title-font-weight: 700; -$navbar-font-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$navbar-font-title-text-transform: null; -$navbar-font-title-font-feature-settings: "calt", "kern", "liga"; -$navbar-light-background: hsla(0, 0%, 100%, 100%); -$navbar-light-border: hsla(229, 15%, 6%, 12%); -$navbar-dark-background: hsla(229, 15%, 12%, 100%); -$navbar-dark-border: hsla(229, 15%, 22%, 100%); -$navbar-item-size-content-border-radius: 8px; -$navbar-item-light-default-content-text: hsla(229, 15%, 15%, 100%); -$navbar-item-light-default-content-background: transparent; -$navbar-item-light-default-content-icon-left: hsla(229, 15%, 15%, 100%); -$navbar-item-light-default-content-icon-right: hsla(229, 15%, 15%, 100%); -$navbar-item-light-states-hover-content-text: hsla(229, 15%, 15%, 100%); -$navbar-item-light-states-hover-content-background: hsla(229, 15%, 50%, 8%); -$navbar-item-light-states-hover-content-icon-left: hsla(229, 15%, 10%, 100%); -$navbar-item-light-states-hover-content-icon-right: hsla(229, 15%, 10%, 100%); -$navbar-item-light-states-selected-content-text: hsla(229, 15%, 15%, 100%); -$navbar-item-light-states-selected-content-background: hsla(229, 15%, 50%, 16%); -$navbar-item-light-states-selected-content-icon-left: hsla(229, 15%, 10%, 100%); -$navbar-item-light-states-selected-content-icon-right: hsla(229, 15%, 10%, 100%); -$navbar-item-light-states-selected-hover-content-text: hsla(229, 15%, 15%, 100%); -$navbar-item-light-states-selected-hover-content-background: hsla(229, 15%, 50%, 8%); -$navbar-item-light-states-selected-hover-content-icon-left: hsla(229, 15%, 10%, 100%); -$navbar-item-light-states-selected-hover-content-icon-right: hsla(229, 15%, 10%, 100%); -$navbar-item-light-states-disabled-content-text: hsla(229, 15%, 15%, 32%); -$navbar-item-light-states-disabled-content-background: transparent; -$navbar-item-light-states-disabled-content-icon-left: hsla(229, 15%, 15%, 32%); -$navbar-item-light-states-disabled-content-icon-right: hsla(229, 15%, 15%, 32%); -$navbar-item-dark-default-content-text: hsla(229, 15%, 80%, 100%); -$navbar-item-dark-default-content-background: transparent; -$navbar-item-dark-default-content-icon-left: hsla(229, 15%, 80%, 100%); -$navbar-item-dark-default-content-icon-right: hsla(229, 15%, 80%, 100%); -$navbar-item-dark-states-hover-content-text: hsla(229, 15%, 80%, 100%); -$navbar-item-dark-states-hover-content-background: hsla(229, 15%, 50%, 16%); -$navbar-item-dark-states-hover-content-icon-left: hsla(229, 15%, 90%, 100%); -$navbar-item-dark-states-hover-content-icon-right: hsla(229, 15%, 90%, 100%); -$navbar-item-dark-states-selected-content-text: hsla(229, 15%, 80%, 100%); -$navbar-item-dark-states-selected-content-background: hsla(229, 100%, 85%, 15%); -$navbar-item-dark-states-selected-content-icon-left: hsla(229, 15%, 80%, 100%); -$navbar-item-dark-states-selected-content-icon-right: hsla(229, 15%, 80%, 100%); -$navbar-item-dark-states-selected-hover-content-text: hsla(229, 15%, 80%, 100%); -$navbar-item-dark-states-selected-hover-content-background: hsla(229, 15%, 50%, 16%); -$navbar-item-dark-states-selected-hover-content-icon-left: hsla(229, 15%, 90%, 100%); -$navbar-item-dark-states-selected-hover-content-icon-right: hsla(229, 15%, 90%, 100%); -$navbar-item-dark-states-disabled-content-text: hsla(229, 15%, 40%, 100%); -$navbar-item-dark-states-disabled-content-background: transparent; -$navbar-item-dark-states-disabled-content-icon-left: hsla(229, 15%, 30%, 100%); -$navbar-item-dark-states-disabled-content-icon-right: hsla(229, 15%, 30%, 100%); -$optgroup-size-padding-left: 17px; -$optgroup-font-default-font-size: 18px; -$optgroup-font-default-line-height: 26px; -$optgroup-font-default-letter-spacing: normal; -$optgroup-font-default-font-weight: 600; -$optgroup-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$optgroup-font-default-text-transform: null; -$optgroup-font-default-font-feature-settings: "calt", "kern", "liga"; -$option-size-horizontal-padding: 12px; -$option-size-height: 32px; -$option-size-border-width: 2px; -$option-font-default-font-size: 16px; -$option-font-default-line-height: 24px; -$option-font-default-letter-spacing: -0.011em; -$option-font-default-font-weight: normal; -$option-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$option-font-default-text-transform: null; -$option-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$popover-size-container-width-small: 200px; -$popover-size-container-width-medium: 400px; -$popover-size-container-width-large: 640px; -$popover-size-container-border-radius: 12px; -$popover-size-container-max-height: 480px; -$popover-size-close-button-width: 32px; -$popover-size-close-button-margin-right: -16px; -$popover-size-close-button-margin-top: -10px; -$popover-size-header-padding-horizontal: 24px; -$popover-size-header-padding-top: 16px; -$popover-size-header-padding-bottom: 6px; -$popover-size-content-padding-top: 24px; -$popover-size-content-padding-bottom: 32px; -$popover-size-content-padding-horizontal: 24px; -$popover-size-content-padding-with-header-top: 8px; -$popover-size-content-padding-with-footer-bottom: 8px; -$popover-size-footer-padding-vertical: 16px; -$popover-size-footer-padding-horizontal: 24px; -$popover-font-header-font-size: 18px; -$popover-font-header-line-height: 26px; -$popover-font-header-letter-spacing: normal; -$popover-font-header-font-weight: 600; -$popover-font-header-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$popover-font-header-text-transform: null; -$popover-font-header-font-feature-settings: "calt", "kern", "liga"; -$popover-font-content-font-size: 14px; -$popover-font-content-line-height: 20px; -$popover-font-content-letter-spacing: -0.006em; -$popover-font-content-font-weight: normal; -$popover-font-content-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$popover-font-content-text-transform: null; -$popover-font-content-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$popover-light-container-background: hsla(229, 15%, 100%, 100%); -$popover-light-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); -$popover-light-header-text-color: hsla(229, 15%, 15%, 100%); -$popover-light-header-scroll-shadow: 0 9px 8px -12px hsla(229, 15%, 60%, 100%); -$popover-light-content-text-color: hsla(229, 15%, 15%, 100%); -$popover-light-footer-scroll-shadow: 0 -9px 8px -12px hsla(229, 15%, 60%, 100%); -$popover-dark-container-background: hsla(229, 15%, 15%, 100%); -$popover-dark-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$popover-dark-header-text-color: hsla(229, 15%, 80%, 100%); -$popover-dark-header-scroll-shadow: 0px 1px 0px 0px hsla(229, 100%, 85%, 15%); -$popover-dark-content-text-color: hsla(229, 15%, 80%, 100%); -$popover-dark-footer-scroll-shadow: 0px -1px 0px 0px hsla(229, 100%, 85%, 15%); -$popup-light-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); -$popup-light-border: transparent; -$popup-light-background: hsla(229, 15%, 100%, 100%); -$popup-light-footer-background: hsla(229, 15%, 95%, 100%); -$popup-dark-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$popup-dark-border: transparent; -$popup-dark-background: hsla(229, 15%, 15%, 100%); -$popup-dark-footer-background: transparent; -$progress-bar-size-container-content-gap: 8px; -$progress-bar-size-container-border-radius: 2px; -$progress-bar-size-bar-height: 4px; -$progress-bar-size-bar-border-radius: 2px; -$progress-bar-font-label-font-size: 14px; -$progress-bar-font-label-line-height: 20px; -$progress-bar-font-label-letter-spacing: -0.006em; -$progress-bar-font-label-font-weight: normal; -$progress-bar-font-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$progress-bar-font-label-text-transform: null; -$progress-bar-font-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$progress-bar-font-caption-font-size: 12px; -$progress-bar-font-caption-line-height: 16px; -$progress-bar-font-caption-letter-spacing: normal; -$progress-bar-font-caption-font-weight: normal; -$progress-bar-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$progress-bar-font-caption-text-transform: null; -$progress-bar-font-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$progress-bar-light-bar-background: hsla(229, 15%, 92%, 100%); -$progress-bar-light-bar-foreground: hsla(216, 100%, 50%, 100%); -$progress-bar-light-text-color: hsla(229, 15%, 15%, 100%); -$progress-bar-light-caption-color: hsla(229, 15%, 50%, 100%); -$progress-bar-dark-bar-background: hsla(229, 15%, 25%, 100%); -$progress-bar-dark-bar-foreground: hsla(216, 100%, 65%, 100%); -$progress-bar-dark-text-color: hsla(229, 15%, 80%, 100%); -$progress-bar-dark-caption-color: hsla(229, 15%, 60%, 100%); -$progress-spinner-size-compact-size: 16px; -$progress-spinner-size-compact-stroke-width: 2px; -$progress-spinner-size-compact-content-gap-vertical: 2px; -$progress-spinner-size-compact-content-gap-horizontal: 8px; -$progress-spinner-size-big-size: 48px; -$progress-spinner-size-big-stroke-width: 3px; -$progress-spinner-size-big-content-gap-vertical: 2px; -$progress-spinner-size-big-content-gap-horizontal: 8px; -$progress-spinner-font-label-font-size: 14px; -$progress-spinner-font-label-line-height: 20px; -$progress-spinner-font-label-letter-spacing: -0.006em; -$progress-spinner-font-label-font-weight: normal; -$progress-spinner-font-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$progress-spinner-font-label-text-transform: null; -$progress-spinner-font-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$progress-spinner-font-caption-font-size: 12px; -$progress-spinner-font-caption-line-height: 16px; -$progress-spinner-font-caption-letter-spacing: normal; -$progress-spinner-font-caption-font-weight: normal; -$progress-spinner-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$progress-spinner-font-caption-text-transform: null; -$progress-spinner-font-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$progress-spinner-light-circle-background: hsla(216, 100%, 50%, 100%); -$progress-spinner-light-text-color: hsla(229, 15%, 15%, 100%); -$progress-spinner-light-caption-color: hsla(229, 15%, 50%, 100%); -$progress-spinner-dark-circle-background: hsla(216, 100%, 65%, 100%); -$progress-spinner-dark-text-color: hsla(229, 15%, 80%, 100%); -$progress-spinner-dark-caption-color: hsla(229, 15%, 60%, 100%); -$radio-light-theme-default-outer-circle-border: hsla(229, 15%, 80%, 100%); -$radio-light-theme-default-outer-circle-background: hsla(0, 0%, 100%, 100%); -$radio-light-theme-default-inner-circle-background: transparent; -$radio-light-theme-default-caption: hsla(229, 15%, 50%, 100%); -$radio-light-theme-states-hover-outer-circle-border: hsla(229, 15%, 80%, 100%); -$radio-light-theme-states-hover-outer-circle-background: hsla(229, 15%, 50%, 8%); -$radio-light-theme-states-hover-inner-circle-background: transparent; -$radio-light-theme-states-checked-outer-circle-border: transparent; -$radio-light-theme-states-checked-outer-circle-background: hsla(216, 100%, 50%, 100%); -$radio-light-theme-states-checked-inner-circle-background: hsla(0, 0%, 100%, 100%); -$radio-light-theme-states-checked-hover-outer-circle-border: hsla(216, 100%, 45%, 100%); -$radio-light-theme-states-checked-hover-outer-circle-background: hsla(216, 100%, 45%, 100%); -$radio-light-theme-states-checked-hover-inner-circle-background: hsla(0, 0%, 100%, 100%); -$radio-light-theme-states-checked-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); -$radio-light-theme-states-checked-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); -$radio-light-theme-states-checked-disabled-inner-circle-background: hsla(229, 15%, 15%, 32%); -$radio-light-theme-states-focused-outer-circle-border: transparent; -$radio-light-theme-states-focused-outer-circle-background: hsla(0, 0%, 100%, 100%); -$radio-light-theme-states-focused-inner-circle-background: transparent; -$radio-light-theme-states-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(216, 100%, 60%, 100%); -$radio-light-theme-states-checked-focused-outer-circle-border: transparent; -$radio-light-theme-states-checked-focused-outer-circle-background: hsla(216, 100%, 50%, 100%); -$radio-light-theme-states-checked-focused-inner-circle-background: hsla(0, 0%, 100%, 100%); -$radio-light-theme-states-checked-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(216, 100%, 60%, 100%); -$radio-light-theme-states-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); -$radio-light-theme-states-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); -$radio-light-theme-states-disabled-inner-circle-background: transparent; -$radio-light-theme-states-disabled-caption: hsla(229, 15%, 15%, 32%); -$radio-light-error-default-outer-circle-border: hsla(7, 97%, 45%, 100%); -$radio-light-error-default-outer-circle-background: hsla(7, 97%, 99%, 100%); -$radio-light-error-default-inner-circle-background: transparent; -$radio-light-error-states-hover-outer-circle-border: hsla(7, 97%, 45%, 100%); -$radio-light-error-states-hover-outer-circle-background: hsla(7, 97%, 92%, 100%); -$radio-light-error-states-hover-inner-circle-background: transparent; -$radio-light-error-states-checked-outer-circle-border: transparent; -$radio-light-error-states-checked-outer-circle-background: hsla(7, 97%, 60%, 100%); -$radio-light-error-states-checked-inner-circle-background: hsla(0, 0%, 100%, 100%); -$radio-light-error-states-checked-hover-outer-circle-border: transparent; -$radio-light-error-states-checked-hover-outer-circle-background: hsla(7, 97%, 56%, 100%); -$radio-light-error-states-checked-hover-inner-circle-background: hsla(0, 0%, 100%, 100%); -$radio-light-error-states-checked-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); -$radio-light-error-states-checked-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); -$radio-light-error-states-checked-disabled-inner-circle-background: hsla(229, 15%, 15%, 32%); -$radio-light-error-states-focused-outer-circle-border: transparent; -$radio-light-error-states-focused-outer-circle-background: hsla(7, 97%, 99%, 100%); -$radio-light-error-states-focused-inner-circle-background: transparent; -$radio-light-error-states-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(7, 97%, 45%, 100%); -$radio-light-error-states-checked-focused-outer-circle-border: transparent; -$radio-light-error-states-checked-focused-outer-circle-background: hsla(7, 97%, 60%, 100%); -$radio-light-error-states-checked-focused-inner-circle-background: hsla(0, 0%, 100%, 100%); -$radio-light-error-states-checked-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(7, 97%, 45%, 100%); -$radio-light-error-states-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); -$radio-light-error-states-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); -$radio-light-error-states-disabled-inner-circle-background: transparent; -$radio-dark-theme-default-outer-circle-border: hsla(229, 15%, 30%, 100%); -$radio-dark-theme-default-outer-circle-background: hsla(229, 15%, 12%, 100%); -$radio-dark-theme-default-inner-circle-background: transparent; -$radio-dark-theme-default-caption: hsla(229, 15%, 60%, 100%); -$radio-dark-theme-states-hover-outer-circle-border: hsla(229, 15%, 30%, 100%); -$radio-dark-theme-states-hover-outer-circle-background: hsla(229, 15%, 50%, 16%); -$radio-dark-theme-states-hover-inner-circle-background: transparent; -$radio-dark-theme-states-checked-outer-circle-border: transparent; -$radio-dark-theme-states-checked-outer-circle-background: hsla(216, 100%, 50%, 100%); -$radio-dark-theme-states-checked-inner-circle-background: hsla(0, 0%, 100%, 100%); -$radio-dark-theme-states-checked-hover-outer-circle-border: hsla(216, 100%, 45%, 100%); -$radio-dark-theme-states-checked-hover-outer-circle-background: hsla(216, 100%, 45%, 100%); -$radio-dark-theme-states-checked-hover-inner-circle-background: hsla(0, 0%, 100%, 100%); -$radio-dark-theme-states-checked-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); -$radio-dark-theme-states-checked-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); -$radio-dark-theme-states-checked-disabled-inner-circle-background: hsla(229, 15%, 30%, 100%); -$radio-dark-theme-states-focused-outer-circle-border: transparent; -$radio-dark-theme-states-focused-outer-circle-background: hsla(229, 15%, 12%, 100%); -$radio-dark-theme-states-focused-inner-circle-background: transparent; -$radio-dark-theme-states-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(216, 100%, 60%, 100%); -$radio-dark-theme-states-checked-focused-outer-circle-border: transparent; -$radio-dark-theme-states-checked-focused-outer-circle-background: hsla(216, 100%, 50%, 100%); -$radio-dark-theme-states-checked-focused-inner-circle-background: hsla(0, 0%, 100%, 100%); -$radio-dark-theme-states-checked-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(216, 100%, 60%, 100%); -$radio-dark-theme-states-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); -$radio-dark-theme-states-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); -$radio-dark-theme-states-disabled-inner-circle-background: transparent; -$radio-dark-theme-states-disabled-caption: hsla(229, 15%, 40%, 100%); -$radio-dark-error-default-outer-circle-border: hsla(7, 97%, 35%, 100%); -$radio-dark-error-default-outer-circle-background: hsla(7, 97%, 6%, 100%); -$radio-dark-error-default-inner-circle-background: transparent; -$radio-dark-error-states-hover-outer-circle-border: hsla(7, 97%, 35%, 100%); -$radio-dark-error-states-hover-outer-circle-background: hsla(7, 97%, 13%, 100%); -$radio-dark-error-states-hover-inner-circle-background: transparent; -$radio-dark-error-states-checked-outer-circle-border: transparent; -$radio-dark-error-states-checked-outer-circle-background: hsla(7, 97%, 41%, 100%); -$radio-dark-error-states-checked-inner-circle-background: hsla(0, 0%, 100%, 100%); -$radio-dark-error-states-checked-hover-outer-circle-border: transparent; -$radio-dark-error-states-checked-hover-outer-circle-background: hsla(7, 97%, 42%, 100%); -$radio-dark-error-states-checked-hover-inner-circle-background: hsla(0, 0%, 100%, 100%); -$radio-dark-error-states-checked-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); -$radio-dark-error-states-checked-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); -$radio-dark-error-states-checked-disabled-inner-circle-background: hsla(229, 15%, 30%, 100%); -$radio-dark-error-states-focused-outer-circle-border: transparent; -$radio-dark-error-states-focused-outer-circle-background: hsla(7, 97%, 6%, 100%); -$radio-dark-error-states-focused-inner-circle-background: transparent; -$radio-dark-error-states-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(7, 97%, 45%, 100%); -$radio-dark-error-states-checked-focused-outer-circle-border: transparent; -$radio-dark-error-states-checked-focused-outer-circle-background: hsla(7, 97%, 41%, 100%); -$radio-dark-error-states-checked-focused-inner-circle-background: hsla(0, 0%, 100%, 100%); -$radio-dark-error-states-checked-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(7, 97%, 45%, 100%); -$radio-dark-error-states-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); -$radio-dark-error-states-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); -$radio-dark-error-states-disabled-inner-circle-background: transparent; -$radio-size-normal-outer-size: 16px; -$radio-size-normal-inner-size: 6px; -$radio-size-normal-horizontal-content-padding: 8px; -$radio-size-normal-vertical-content-padding: 2px; -$radio-size-normal-vertical-gap: 12px; -$radio-size-normal-top: 0; -$radio-size-big-outer-size: 16px; -$radio-size-big-inner-size: 6px; -$radio-size-big-horizontal-content-padding: 8px; -$radio-size-big-vertical-content-padding: 2px; -$radio-size-big-vertical-gap: 12px; -$radio-size-big-top: 2px; -$radio-font-normal-label-font-size: 14px; -$radio-font-normal-label-line-height: 20px; -$radio-font-normal-label-letter-spacing: -0.006em; -$radio-font-normal-label-font-weight: normal; -$radio-font-normal-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$radio-font-normal-label-text-transform: null; -$radio-font-normal-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$radio-font-normal-caption-font-size: 12px; -$radio-font-normal-caption-line-height: 16px; -$radio-font-normal-caption-letter-spacing: normal; -$radio-font-normal-caption-font-weight: normal; -$radio-font-normal-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$radio-font-normal-caption-text-transform: null; -$radio-font-normal-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$radio-font-big-label-font-size: 16px; -$radio-font-big-label-line-height: 24px; -$radio-font-big-label-letter-spacing: -0.011em; -$radio-font-big-label-font-weight: normal; -$radio-font-big-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$radio-font-big-label-text-transform: null; -$radio-font-big-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$radio-font-big-caption-font-size: 14px; -$radio-font-big-caption-line-height: 20px; -$radio-font-big-caption-letter-spacing: -0.006em; -$radio-font-big-caption-font-weight: normal; -$radio-font-big-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$radio-font-big-caption-text-transform: null; -$radio-font-big-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$risk-level-size-padding-vertical: 2px; -$risk-level-size-padding-horizontal: 8px; -$risk-level-size-border-width: 1px; -$risk-level-size-border-radius: 4px; -$risk-level-font-text-font-size: 18px; -$risk-level-font-text-line-height: 26px; -$risk-level-font-text-letter-spacing: normal; -$risk-level-font-text-font-weight: 600; -$risk-level-font-text-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$risk-level-font-text-text-transform: null; -$risk-level-font-text-font-feature-settings: "calt", "kern", "liga"; -$risk-level-light-filled-fade-off-success-background: hsla(104, 64%, 45%, 100%); -$risk-level-light-filled-fade-off-success-text: hsla(0, 0%, 100%, 100%); -$risk-level-light-filled-fade-off-warning-background: hsla(38, 100%, 50%, 100%); -$risk-level-light-filled-fade-off-warning-text: hsla(0, 0%, 100%, 100%); -$risk-level-light-filled-fade-off-error-background: hsla(7, 97%, 60%, 100%); -$risk-level-light-filled-fade-off-error-text: hsla(0, 0%, 100%, 100%); -$risk-level-light-filled-fade-on-contrast-background: hsla(229, 15%, 92%, 100%); -$risk-level-light-filled-fade-on-contrast-text: hsla(229, 15%, 15%, 100%); -$risk-level-light-filled-fade-on-success-background: hsla(104, 64%, 80%, 100%); -$risk-level-light-filled-fade-on-success-text: hsla(104, 64%, 30%, 100%); -$risk-level-light-filled-fade-on-warning-background: hsla(38, 100%, 85%, 100%); -$risk-level-light-filled-fade-on-warning-text: hsla(38, 100%, 33%, 100%); -$risk-level-light-filled-fade-on-error-background: hsla(7, 97%, 90%, 100%); -$risk-level-light-filled-fade-on-error-text: hsla(7, 97%, 40%, 100%); -$risk-level-light-outline-fade-on-contrast-background: transparent; -$risk-level-light-outline-fade-on-contrast-text: hsla(229, 15%, 15%, 100%); -$risk-level-light-outline-fade-on-contrast-border: hsla(229, 15%, 80%, 100%); -$risk-level-light-outline-fade-on-success-background: transparent; -$risk-level-light-outline-fade-on-success-text: hsla(104, 64%, 30%, 100%); -$risk-level-light-outline-fade-on-success-border: hsla(104, 64%, 45%, 100%); -$risk-level-light-outline-fade-on-warning-background: transparent; -$risk-level-light-outline-fade-on-warning-text: hsla(38, 100%, 33%, 100%); -$risk-level-light-outline-fade-on-warning-border: hsla(38, 100%, 55%, 100%); -$risk-level-light-outline-fade-on-error-background: transparent; -$risk-level-light-outline-fade-on-error-text: hsla(7, 97%, 40%, 100%); -$risk-level-light-outline-fade-on-error-border: hsla(7, 97%, 65%, 100%); -$risk-level-dark-filled-fade-off-success-background: hsla(104, 64%, 40%, 100%); -$risk-level-dark-filled-fade-off-success-text: hsla(0, 0%, 100%, 100%); -$risk-level-dark-filled-fade-off-warning-background: hsla(38, 100%, 39%, 100%); -$risk-level-dark-filled-fade-off-warning-text: hsla(0, 0%, 100%, 100%); -$risk-level-dark-filled-fade-off-error-background: hsla(7, 97%, 41%, 100%); -$risk-level-dark-filled-fade-off-error-text: hsla(0, 0%, 100%, 100%); -$risk-level-dark-filled-fade-on-contrast-background: hsla(229, 15%, 25%, 100%); -$risk-level-dark-filled-fade-on-contrast-text: hsla(229, 15%, 80%, 100%); -$risk-level-dark-filled-fade-on-success-background: hsla(104, 64%, 12%, 100%); -$risk-level-dark-filled-fade-on-success-text: hsla(104, 64%, 45%, 100%); -$risk-level-dark-filled-fade-on-warning-background: hsla(38, 100%, 14%, 100%); -$risk-level-dark-filled-fade-on-warning-text: hsla(38, 100%, 60%, 100%); -$risk-level-dark-filled-fade-on-error-background: hsla(7, 97%, 15%, 100%); -$risk-level-dark-filled-fade-on-error-text: hsla(7, 97%, 60%, 100%); -$risk-level-dark-outline-fade-on-contrast-background: transparent; -$risk-level-dark-outline-fade-on-contrast-text: hsla(229, 15%, 80%, 100%); -$risk-level-dark-outline-fade-on-contrast-border: hsla(229, 15%, 30%, 100%); -$risk-level-dark-outline-fade-on-success-background: transparent; -$risk-level-dark-outline-fade-on-success-text: hsla(104, 64%, 45%, 100%); -$risk-level-dark-outline-fade-on-success-border: hsla(104, 64%, 20%, 100%); -$risk-level-dark-outline-fade-on-warning-background: transparent; -$risk-level-dark-outline-fade-on-warning-text: hsla(38, 100%, 60%, 100%); -$risk-level-dark-outline-fade-on-warning-border: hsla(38, 100%, 20%, 100%); -$risk-level-dark-outline-fade-on-error-background: transparent; -$risk-level-dark-outline-fade-on-error-text: hsla(7, 97%, 60%, 100%); -$risk-level-dark-outline-fade-on-error-border: hsla(7, 97%, 35%, 100%); -$scrollbar-size-track-dimension: 16px; -$scrollbar-size-track-padding-vertical: 2px; -$scrollbar-size-track-padding-horizontal: 2px; -$scrollbar-size-thumb-width: 8px; -$scrollbar-size-thumb-min-size: 20px; -$scrollbar-size-thumb-border-radius: 8px; -$scrollbar-light-thumb-default-background: hsla(229, 15%, 60%, 100%); -$scrollbar-light-thumb-hover-background: hsla(229, 15%, 50%, 100%); -$scrollbar-light-thumb-active-background: hsla(229, 15%, 40%, 100%); -$scrollbar-light-thumb-disabled-background: hsla(229, 15%, 15%, 32%); -$scrollbar-light-track-default-border: transparent; -$scrollbar-light-track-default-background: transparent; -$scrollbar-light-track-hover-border: transparent; -$scrollbar-light-track-hover-background: transparent; -$scrollbar-light-track-active-border: transparent; -$scrollbar-light-track-active-background: transparent; -$scrollbar-dark-thumb-default-background: hsla(229, 15%, 45%, 100%); -$scrollbar-dark-thumb-hover-background: hsla(229, 15%, 50%, 100%); -$scrollbar-dark-thumb-active-background: hsla(229, 15%, 40%, 100%); -$scrollbar-dark-thumb-disabled-background: hsla(229, 15%, 30%, 100%); -$scrollbar-dark-track-default-border: transparent; -$scrollbar-dark-track-default-background: transparent; -$scrollbar-dark-track-hover-border: transparent; -$scrollbar-dark-track-hover-background: transparent; -$scrollbar-dark-track-active-border: transparent; -$scrollbar-dark-track-active-background: transparent; -$select-size-single-padding-left: 12px; -$select-size-single-padding-right: 4px; -$select-size-single-padding-vertical: 6px; -$select-size-single-content-gap: 4px; -$select-size-multiple-padding-left: 4px; -$select-size-multiple-padding-right: 4px; -$select-size-multiple-padding-vertical: 4px; -$select-size-multiple-content-gap: 4px; -$select-font-default-font-size: 14px; -$select-font-default-line-height: 20px; -$select-font-default-letter-spacing: -0.006em; -$select-font-default-font-weight: normal; -$select-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$select-font-default-text-transform: null; -$select-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$select-panel-size-border-radius: 8px; -$select-panel-size-max-height: 256px; -$select-panel-font-default-font-size: 14px; -$select-panel-font-default-line-height: 20px; -$select-panel-font-default-letter-spacing: -0.006em; -$select-panel-font-default-font-weight: normal; -$select-panel-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$select-panel-font-default-text-transform: null; -$select-panel-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$select-panel-light-dropdown-background: hsla(229, 15%, 100%, 100%); -$select-panel-light-dropdown-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); -$select-panel-dark-dropdown-background: hsla(229, 15%, 15%, 100%); -$select-panel-dark-dropdown-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$sidepanel-size-small-width: 400px; -$sidepanel-size-medium-width: 640px; -$sidepanel-size-large-width: 960px; -$sidepanel-size-header-padding-vertical: 16px; -$sidepanel-size-header-padding-left: 32px; -$sidepanel-size-header-padding-right: 12px; -$sidepanel-size-close-button-margin-left: 8px; -$sidepanel-size-content-padding-horizontal: 32px; -$sidepanel-size-content-padding-bottom: 24px; -$sidepanel-size-footer-padding-top: 8px; -$sidepanel-size-footer-padding-bottom: 32px; -$sidepanel-size-footer-padding-horizontal: 32px; -$sidepanel-size-footer-content-gap-horizontal: 16px; -$sidepanel-font-header-font-size: 20px; -$sidepanel-font-header-line-height: 28px; -$sidepanel-font-header-letter-spacing: normal; -$sidepanel-font-header-font-weight: 700; -$sidepanel-font-header-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$sidepanel-font-header-text-transform: null; -$sidepanel-font-header-font-feature-settings: "calt", "kern", "liga"; -$sidepanel-font-content-font-size: 14px; -$sidepanel-font-content-line-height: 20px; -$sidepanel-font-content-letter-spacing: -0.006em; -$sidepanel-font-content-font-weight: normal; -$sidepanel-font-content-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$sidepanel-font-content-text-transform: null; -$sidepanel-font-content-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$sidepanel-light-overlay-background: hsla(229, 15%, 20%, 32%); -$sidepanel-light-container-background: hsla(229, 15%, 100%, 100%); -$sidepanel-light-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 3px 16px hsla(229, 15%, 6%, 6%), 0 4px 32px hsla(229, 15%, 6%, 12%); -$sidepanel-light-header-text-color: hsla(229, 15%, 15%, 100%); -$sidepanel-light-content-text-color: hsla(229, 15%, 15%, 100%); -$sidepanel-dark-overlay-background: hsla(229, 15%, 6%, 64%); -$sidepanel-dark-container-background: hsla(229, 15%, 15%, 100%); -$sidepanel-dark-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$sidepanel-dark-header-text-color: hsla(229, 15%, 80%, 100%); -$sidepanel-dark-content-text-color: hsla(229, 15%, 80%, 100%); -$table-size-border-width: 1px; -$table-size-row-padding-vertical: 10px; -$table-size-row-padding-horizontal: 8px; -$table-font-header-font-size: 14px; -$table-font-header-line-height: 20px; -$table-font-header-letter-spacing: -0.006em; -$table-font-header-font-weight: normal; -$table-font-header-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$table-font-header-text-transform: null; -$table-font-header-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$table-font-body-font-size: 14px; -$table-font-body-line-height: 20px; -$table-font-body-letter-spacing: -0.006em; -$table-font-body-font-weight: normal; -$table-font-body-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$table-font-body-text-transform: null; -$table-font-body-font-feature-settings: "calt", "ss01", "ss04", "tnum"; -$tabs-size-tab-item-padding-horizontal: 12px; -$tabs-size-tab-item-padding-vertical: 6px; -$tabs-size-tab-item-content-gap-horizontal: 4px; -$tabs-size-tab-item-border-radius: 8px; -$tabs-size-tab-item-focus-outline-width: 2px; -$tabs-size-tab-stack-horizontal-border-radius: 8px; -$tabs-size-tab-stack-vertical-content-gap-vertical: 8px; -$tabs-font-text-font-size: 14px; -$tabs-font-text-line-height: 20px; -$tabs-font-text-letter-spacing: -0.006em; -$tabs-font-text-font-weight: 500; -$tabs-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$tabs-font-text-text-transform: null; -$tabs-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$tabs-light-tab-item-filled-on-background-default-background: transparent; -$tabs-light-tab-item-filled-on-background-default-text-color: hsla(229, 15%, 15%, 100%); -$tabs-light-tab-item-filled-on-background-default-icon-color: hsla(229, 15%, 15%, 100%); -$tabs-light-tab-item-filled-on-background-states-hover-background: hsla(229, 15%, 50%, 8%); -$tabs-light-tab-item-filled-on-background-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); -$tabs-light-tab-item-filled-on-background-states-selected-background: hsla(229, 15%, 50%, 16%); -$tabs-light-tab-item-filled-on-background-states-selected-hover-background: hsla(229, 15%, 50%, 16%); -$tabs-light-tab-item-filled-on-background-states-selected-disabled-background: hsla(229, 15%, 50%, 16%); -$tabs-light-tab-item-filled-on-background-states-selected-disabled-text-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-filled-on-background-states-selected-disabled-icon-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-filled-on-background-states-disabled-background: transparent; -$tabs-light-tab-item-filled-on-background-states-disabled-text-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-filled-on-background-states-disabled-icon-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-filled-on-surface-default-background: transparent; -$tabs-light-tab-item-filled-on-surface-default-text-color: hsla(229, 15%, 15%, 100%); -$tabs-light-tab-item-filled-on-surface-default-icon-color: hsla(229, 15%, 15%, 100%); -$tabs-light-tab-item-filled-on-surface-states-hover-background: hsla(229, 15%, 50%, 8%); -$tabs-light-tab-item-filled-on-surface-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); -$tabs-light-tab-item-filled-on-surface-states-selected-background: hsla(229, 15%, 50%, 16%); -$tabs-light-tab-item-filled-on-surface-states-selected-hover-background: hsla(229, 15%, 50%, 16%); -$tabs-light-tab-item-filled-on-surface-states-selected-disabled-background: hsla(229, 15%, 50%, 16%); -$tabs-light-tab-item-filled-on-surface-states-selected-disabled-text-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-filled-on-surface-states-selected-disabled-icon-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-filled-on-surface-states-disabled-background: transparent; -$tabs-light-tab-item-filled-on-surface-states-disabled-text-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-filled-on-surface-states-disabled-icon-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-transparent-on-background-default-background: transparent; -$tabs-light-tab-item-transparent-on-background-default-text-color: hsla(229, 15%, 15%, 100%); -$tabs-light-tab-item-transparent-on-background-default-icon-color: hsla(229, 15%, 15%, 100%); -$tabs-light-tab-item-transparent-on-background-states-hover-background: hsla(229, 15%, 50%, 8%); -$tabs-light-tab-item-transparent-on-background-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); -$tabs-light-tab-item-transparent-on-background-states-selected-background: hsla(229, 15%, 50%, 16%); -$tabs-light-tab-item-transparent-on-background-states-selected-hover-background: hsla(229, 15%, 50%, 16%); -$tabs-light-tab-item-transparent-on-background-states-selected-disabled-background: hsla(229, 15%, 50%, 16%); -$tabs-light-tab-item-transparent-on-background-states-selected-disabled-text-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-transparent-on-background-states-selected-disabled-icon-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-transparent-on-background-states-disabled-background: transparent; -$tabs-light-tab-item-transparent-on-background-states-disabled-text-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-transparent-on-background-states-disabled-icon-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-transparent-on-surface-default-background: transparent; -$tabs-light-tab-item-transparent-on-surface-default-text-color: hsla(229, 15%, 15%, 100%); -$tabs-light-tab-item-transparent-on-surface-default-icon-color: hsla(229, 15%, 15%, 100%); -$tabs-light-tab-item-transparent-on-surface-states-hover-background: hsla(229, 15%, 50%, 8%); -$tabs-light-tab-item-transparent-on-surface-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); -$tabs-light-tab-item-transparent-on-surface-states-selected-background: hsla(229, 15%, 50%, 16%); -$tabs-light-tab-item-transparent-on-surface-states-selected-hover-background: hsla(229, 15%, 50%, 16%); -$tabs-light-tab-item-transparent-on-surface-states-selected-disabled-background: hsla(229, 15%, 50%, 16%); -$tabs-light-tab-item-transparent-on-surface-states-selected-disabled-text-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-transparent-on-surface-states-selected-disabled-icon-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-transparent-on-surface-states-disabled-background: transparent; -$tabs-light-tab-item-transparent-on-surface-states-disabled-text-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-item-transparent-on-surface-states-disabled-icon-color: hsla(229, 15%, 15%, 32%); -$tabs-light-tab-stack-filled-on-background-background: hsla(0, 0%, 100%, 100%); -$tabs-light-tab-stack-filled-on-surface-background: hsla(229, 15%, 92%, 100%); -$tabs-light-tab-stack-transparent-on-background-background: transparent; -$tabs-light-tab-stack-transparent-on-surface-background: transparent; -$tabs-dark-tab-item-filled-on-background-default-background: transparent; -$tabs-dark-tab-item-filled-on-background-default-text-color: hsla(229, 15%, 80%, 100%); -$tabs-dark-tab-item-filled-on-background-default-icon-color: hsla(229, 15%, 80%, 100%); -$tabs-dark-tab-item-filled-on-background-states-hover-background: hsla(229, 15%, 50%, 16%); -$tabs-dark-tab-item-filled-on-background-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); -$tabs-dark-tab-item-filled-on-background-states-selected-background: hsla(229, 100%, 85%, 15%); -$tabs-dark-tab-item-filled-on-background-states-selected-hover-background: hsla(229, 100%, 85%, 15%); -$tabs-dark-tab-item-filled-on-background-states-selected-disabled-background: hsla(229, 100%, 85%, 15%); -$tabs-dark-tab-item-filled-on-background-states-selected-disabled-text-color: hsla(229, 15%, 40%, 100%); -$tabs-dark-tab-item-filled-on-background-states-selected-disabled-icon-color: hsla(229, 15%, 30%, 100%); -$tabs-dark-tab-item-filled-on-background-states-disabled-background: transparent; -$tabs-dark-tab-item-filled-on-background-states-disabled-text-color: hsla(229, 15%, 40%, 100%); -$tabs-dark-tab-item-filled-on-background-states-disabled-icon-color: hsla(229, 15%, 30%, 100%); -$tabs-dark-tab-item-filled-on-surface-default-background: transparent; -$tabs-dark-tab-item-filled-on-surface-default-text-color: hsla(229, 15%, 80%, 100%); -$tabs-dark-tab-item-filled-on-surface-default-icon-color: hsla(229, 15%, 80%, 100%); -$tabs-dark-tab-item-filled-on-surface-states-hover-background: hsla(229, 15%, 50%, 16%); -$tabs-dark-tab-item-filled-on-surface-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); -$tabs-dark-tab-item-filled-on-surface-states-selected-background: hsla(229, 100%, 85%, 15%); -$tabs-dark-tab-item-filled-on-surface-states-selected-hover-background: hsla(229, 100%, 85%, 15%); -$tabs-dark-tab-item-filled-on-surface-states-selected-disabled-background: hsla(229, 100%, 85%, 15%); -$tabs-dark-tab-item-filled-on-surface-states-selected-disabled-text-color: hsla(229, 15%, 40%, 100%); -$tabs-dark-tab-item-filled-on-surface-states-selected-disabled-icon-color: hsla(229, 15%, 30%, 100%); -$tabs-dark-tab-item-filled-on-surface-states-disabled-background: transparent; -$tabs-dark-tab-item-filled-on-surface-states-disabled-text-color: hsla(229, 15%, 40%, 100%); -$tabs-dark-tab-item-filled-on-surface-states-disabled-icon-color: hsla(229, 15%, 30%, 100%); -$tabs-dark-tab-item-transparent-on-background-default-background: transparent; -$tabs-dark-tab-item-transparent-on-background-default-text-color: hsla(229, 15%, 80%, 100%); -$tabs-dark-tab-item-transparent-on-background-default-icon-color: hsla(229, 15%, 80%, 100%); -$tabs-dark-tab-item-transparent-on-background-states-hover-background: hsla(229, 15%, 50%, 16%); -$tabs-dark-tab-item-transparent-on-background-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); -$tabs-dark-tab-item-transparent-on-background-states-selected-background: hsla(229, 100%, 85%, 15%); -$tabs-dark-tab-item-transparent-on-background-states-selected-hover-background: hsla(229, 100%, 85%, 15%); -$tabs-dark-tab-item-transparent-on-background-states-selected-disabled-background: hsla(229, 100%, 85%, 15%); -$tabs-dark-tab-item-transparent-on-background-states-selected-disabled-text-color: hsla(229, 15%, 40%, 100%); -$tabs-dark-tab-item-transparent-on-background-states-selected-disabled-icon-color: hsla(229, 15%, 30%, 100%); -$tabs-dark-tab-item-transparent-on-background-states-disabled-background: transparent; -$tabs-dark-tab-item-transparent-on-background-states-disabled-text-color: hsla(229, 15%, 40%, 100%); -$tabs-dark-tab-item-transparent-on-background-states-disabled-icon-color: hsla(229, 15%, 30%, 100%); -$tabs-dark-tab-item-transparent-on-surface-default-background: transparent; -$tabs-dark-tab-item-transparent-on-surface-default-text-color: hsla(229, 15%, 80%, 100%); -$tabs-dark-tab-item-transparent-on-surface-default-icon-color: hsla(229, 15%, 80%, 100%); -$tabs-dark-tab-item-transparent-on-surface-states-hover-background: hsla(229, 15%, 50%, 16%); -$tabs-dark-tab-item-transparent-on-surface-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); -$tabs-dark-tab-item-transparent-on-surface-states-selected-background: hsla(229, 100%, 85%, 15%); -$tabs-dark-tab-item-transparent-on-surface-states-selected-hover-background: hsla(229, 100%, 85%, 15%); -$tabs-dark-tab-item-transparent-on-surface-states-selected-disabled-background: hsla(229, 100%, 85%, 15%); -$tabs-dark-tab-item-transparent-on-surface-states-selected-disabled-text-color: hsla(229, 15%, 40%, 100%); -$tabs-dark-tab-item-transparent-on-surface-states-selected-disabled-icon-color: hsla(229, 15%, 30%, 100%); -$tabs-dark-tab-item-transparent-on-surface-states-disabled-background: transparent; -$tabs-dark-tab-item-transparent-on-surface-states-disabled-text-color: hsla(229, 15%, 40%, 100%); -$tabs-dark-tab-item-transparent-on-surface-states-disabled-icon-color: hsla(229, 15%, 30%, 100%); -$tabs-dark-tab-stack-filled-on-background-background: hsla(229, 15%, 12%, 100%); -$tabs-dark-tab-stack-filled-on-surface-background: hsla(229, 15%, 25%, 100%); -$tabs-dark-tab-stack-transparent-on-background-background: transparent; -$tabs-dark-tab-stack-transparent-on-surface-background: transparent; -$tag-input-size-padding-left: 4px; -$tag-input-size-padding-right: 12px; -$tag-input-size-padding-vertical: 4px; -$tag-input-size-content-gap: 8px; -$tag-input-font-default-font-size: 14px; -$tag-input-font-default-line-height: 20px; -$tag-input-font-default-letter-spacing: -0.006em; -$tag-input-font-default-font-weight: normal; -$tag-input-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$tag-input-font-default-text-transform: null; -$tag-input-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$tag-list-size-content-gap: 4px; -$tag-size-padding-horizontal: 4px; -$tag-size-padding-vertical: 2px; -$tag-size-content-gap-horizontal: 2px; -$tag-size-icon-margin-left: 2px; -$tag-size-close-button-margin-right: 2px; -$tag-font-default-font-size: 14px; -$tag-font-default-line-height: 20px; -$tag-font-default-letter-spacing: -0.006em; -$tag-font-default-font-weight: 500; -$tag-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$tag-font-default-text-transform: null; -$tag-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$tag-light-theme-fade-on-default-background: hsla(216, 100%, 85%, 100%); -$tag-light-theme-fade-on-default-text: hsla(216, 100%, 50%, 100%); -$tag-light-theme-fade-on-default-icon: hsla(216, 100%, 50%, 100%); -$tag-light-theme-fade-on-default-close-button: hsla(216, 100%, 50%, 100%); -$tag-light-theme-fade-on-states-hover-background: hsla(216, 100%, 91%, 100%); -$tag-light-theme-fade-on-states-hover-text: hsla(216, 100%, 50%, 100%); -$tag-light-theme-fade-on-states-hover-icon: hsla(216, 100%, 50%, 100%); -$tag-light-theme-fade-on-states-hover-close-button: hsla(216, 100%, 50%, 100%); -$tag-light-theme-fade-on-states-focus-background: hsla(216, 100%, 85%, 100%); -$tag-light-theme-fade-on-states-focus-text: hsla(216, 100%, 50%, 100%); -$tag-light-theme-fade-on-states-focus-icon: hsla(216, 100%, 50%, 100%); -$tag-light-theme-fade-on-states-focus-close-button: hsla(216, 100%, 50%, 100%); -$tag-light-theme-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%); -$tag-light-theme-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); -$tag-light-theme-fade-on-states-disabled-text: hsla(229, 15%, 15%, 32%); -$tag-light-theme-fade-on-states-disabled-icon: hsla(229, 15%, 15%, 32%); -$tag-light-theme-fade-on-states-disabled-close-button: hsla(229, 15%, 15%, 32%); -$tag-light-contrast-fade-on-default-background: hsla(229, 15%, 92%, 100%); -$tag-light-contrast-fade-on-default-text: hsla(229, 15%, 15%, 100%); -$tag-light-contrast-fade-on-default-icon: hsla(229, 15%, 60%, 100%); -$tag-light-contrast-fade-on-default-close-button: hsla(229, 15%, 60%, 100%); -$tag-light-contrast-fade-on-states-hover-background: hsla(229, 15%, 88%, 100%); -$tag-light-contrast-fade-on-states-hover-text: hsla(229, 15%, 15%, 100%); -$tag-light-contrast-fade-on-states-hover-icon: hsla(229, 15%, 60%, 100%); -$tag-light-contrast-fade-on-states-hover-close-button: hsla(229, 15%, 60%, 100%); -$tag-light-contrast-fade-on-states-focus-background: hsla(229, 15%, 92%, 100%); -$tag-light-contrast-fade-on-states-focus-text: hsla(229, 15%, 15%, 100%); -$tag-light-contrast-fade-on-states-focus-icon: hsla(229, 15%, 60%, 100%); -$tag-light-contrast-fade-on-states-focus-close-button: hsla(229, 15%, 60%, 100%); -$tag-light-contrast-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%); -$tag-light-contrast-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); -$tag-light-contrast-fade-on-states-disabled-text: hsla(229, 15%, 15%, 32%); -$tag-light-contrast-fade-on-states-disabled-icon: hsla(229, 15%, 15%, 32%); -$tag-light-contrast-fade-on-states-disabled-close-button: hsla(229, 15%, 15%, 32%); -$tag-light-error-fade-on-default-background: hsla(7, 97%, 90%, 100%); -$tag-light-error-fade-on-default-text: hsla(7, 97%, 40%, 100%); -$tag-light-error-fade-on-default-icon: hsla(7, 97%, 45%, 100%); -$tag-light-error-fade-on-default-close-button: hsla(7, 97%, 45%, 100%); -$tag-light-error-fade-on-states-hover-background: hsla(7, 97%, 92%, 100%); -$tag-light-error-fade-on-states-hover-text: hsla(7, 97%, 40%, 100%); -$tag-light-error-fade-on-states-hover-icon: hsla(7, 97%, 45%, 100%); -$tag-light-error-fade-on-states-hover-close-button: hsla(7, 97%, 45%, 100%); -$tag-light-error-fade-on-states-focus-background: hsla(7, 97%, 90%, 100%); -$tag-light-error-fade-on-states-focus-text: hsla(7, 97%, 40%, 100%); -$tag-light-error-fade-on-states-focus-icon: hsla(7, 97%, 45%, 100%); -$tag-light-error-fade-on-states-focus-close-button: hsla(7, 97%, 45%, 100%); -$tag-light-error-fade-on-states-focus-outline: hsla(7, 97%, 45%, 100%); -$tag-light-error-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); -$tag-light-error-fade-on-states-disabled-text: hsla(229, 15%, 15%, 32%); -$tag-light-error-fade-on-states-disabled-icon: hsla(229, 15%, 15%, 32%); -$tag-light-error-fade-on-states-disabled-close-button: hsla(229, 15%, 15%, 32%); -$tag-dark-theme-fade-on-default-background: hsla(216, 100%, 20%, 100%); -$tag-dark-theme-fade-on-default-text: hsla(216, 100%, 65%, 100%); -$tag-dark-theme-fade-on-default-icon: hsla(216, 100%, 65%, 100%); -$tag-dark-theme-fade-on-default-close-button: hsla(216, 100%, 65%, 100%); -$tag-dark-theme-fade-on-states-hover-background: hsla(216, 100%, 18%, 100%); -$tag-dark-theme-fade-on-states-hover-text: hsla(216, 100%, 65%, 100%); -$tag-dark-theme-fade-on-states-hover-icon: hsla(216, 100%, 65%, 100%); -$tag-dark-theme-fade-on-states-hover-close-button: hsla(216, 100%, 65%, 100%); -$tag-dark-theme-fade-on-states-focus-background: hsla(216, 100%, 20%, 100%); -$tag-dark-theme-fade-on-states-focus-text: hsla(216, 100%, 65%, 100%); -$tag-dark-theme-fade-on-states-focus-icon: hsla(216, 100%, 65%, 100%); -$tag-dark-theme-fade-on-states-focus-close-button: hsla(216, 100%, 65%, 100%); -$tag-dark-theme-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%); -$tag-dark-theme-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); -$tag-dark-theme-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%); -$tag-dark-theme-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%); -$tag-dark-theme-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%); -$tag-dark-contrast-fade-on-default-background: hsla(229, 15%, 25%, 100%); -$tag-dark-contrast-fade-on-default-text: hsla(229, 15%, 80%, 100%); -$tag-dark-contrast-fade-on-default-icon: hsla(229, 15%, 45%, 100%); -$tag-dark-contrast-fade-on-default-close-button: hsla(229, 15%, 45%, 100%); -$tag-dark-contrast-fade-on-states-hover-background: hsla(229, 15%, 25%, 100%); -$tag-dark-contrast-fade-on-states-hover-text: hsla(229, 15%, 80%, 100%); -$tag-dark-contrast-fade-on-states-hover-icon: hsla(229, 15%, 45%, 100%); -$tag-dark-contrast-fade-on-states-hover-close-button: hsla(229, 15%, 45%, 100%); -$tag-dark-contrast-fade-on-states-focus-background: hsla(229, 15%, 25%, 100%); -$tag-dark-contrast-fade-on-states-focus-text: hsla(229, 15%, 80%, 100%); -$tag-dark-contrast-fade-on-states-focus-icon: hsla(229, 15%, 45%, 100%); -$tag-dark-contrast-fade-on-states-focus-close-button: hsla(229, 15%, 45%, 100%); -$tag-dark-contrast-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%); -$tag-dark-contrast-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); -$tag-dark-contrast-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%); -$tag-dark-contrast-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%); -$tag-dark-contrast-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%); -$tag-dark-error-fade-on-default-background: hsla(7, 97%, 15%, 100%); -$tag-dark-error-fade-on-default-text: hsla(7, 97%, 60%, 100%); -$tag-dark-error-fade-on-default-icon: hsla(7, 97%, 60%, 100%); -$tag-dark-error-fade-on-default-close-button: hsla(7, 97%, 60%, 100%); -$tag-dark-error-fade-on-states-hover-background: hsla(7, 97%, 13%, 100%); -$tag-dark-error-fade-on-states-hover-text: hsla(7, 97%, 60%, 100%); -$tag-dark-error-fade-on-states-hover-icon: hsla(7, 97%, 60%, 100%); -$tag-dark-error-fade-on-states-hover-close-button: hsla(7, 97%, 60%, 100%); -$tag-dark-error-fade-on-states-focus-background: hsla(7, 97%, 15%, 100%); -$tag-dark-error-fade-on-states-focus-text: hsla(7, 97%, 60%, 100%); -$tag-dark-error-fade-on-states-focus-icon: hsla(7, 97%, 60%, 100%); -$tag-dark-error-fade-on-states-focus-close-button: hsla(7, 97%, 60%, 100%); -$tag-dark-error-fade-on-states-focus-outline: hsla(7, 97%, 45%, 100%); -$tag-dark-error-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); -$tag-dark-error-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%); -$tag-dark-error-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%); -$tag-dark-error-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%); -$tag-dark-warning-fade-on-default-background: hsla(38, 100%, 14%, 100%); -$tag-dark-warning-fade-on-default-text: hsla(38, 100%, 60%, 100%); -$tag-dark-warning-fade-on-default-icon: hsla(38, 100%, 60%, 100%); -$tag-dark-warning-fade-on-default-close-button: hsla(38, 100%, 60%, 100%); -$tag-dark-warning-fade-on-states-hover-background: hsla(38, 100%, 13%, 100%); -$tag-dark-warning-fade-on-states-hover-text: hsla(38, 100%, 60%, 100%); -$tag-dark-warning-fade-on-states-hover-icon: hsla(38, 100%, 60%, 100%); -$tag-dark-warning-fade-on-states-hover-close-button: hsla(38, 100%, 60%, 100%); -$tag-dark-warning-fade-on-states-focus-background: hsla(38, 100%, 14%, 100%); -$tag-dark-warning-fade-on-states-focus-text: hsla(38, 100%, 60%, 100%); -$tag-dark-warning-fade-on-states-focus-icon: hsla(38, 100%, 60%, 100%); -$tag-dark-warning-fade-on-states-focus-close-button: hsla(38, 100%, 60%, 100%); -$tag-dark-warning-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%); -$tag-dark-warning-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); -$tag-dark-warning-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%); -$tag-dark-warning-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%); -$tag-dark-warning-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%); -$textarea-size-min-height: 64px; -$textarea-size-max-height: 96px; -$textarea-size-padding-vertical: 6px; -$textarea-size-padding-horizontal: 12px; -$textarea-font-default-font-size: 14px; -$textarea-font-default-line-height: 20px; -$textarea-font-default-letter-spacing: -0.006em; -$textarea-font-default-font-weight: normal; -$textarea-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$textarea-font-default-text-transform: null; -$textarea-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$timezone-option-light-text: hsla(229, 15%, 15%, 100%); -$timezone-option-light-caption: hsla(229, 15%, 50%, 100%); -$timezone-option-light-optgroup-label: hsla(229, 15%, 50%, 100%); -$timezone-option-dark-text: hsla(229, 15%, 80%, 100%); -$timezone-option-dark-caption: hsla(229, 15%, 60%, 100%); -$timezone-option-dark-optgroup-label: hsla(229, 15%, 60%, 100%); -$timezone-option-size-padding: 6px 10px; -$timezone-option-size-column-gap: 16px; -$timezone-option-size-height: auto; -$timezone-option-size-max-height: 5em; -$timezone-option-size-optgroup-label-padding: 12px 12px 4px 12px; -$timezone-option-font-text-font-size: 14px; -$timezone-option-font-text-line-height: 20px; -$timezone-option-font-text-letter-spacing: -0.006em; -$timezone-option-font-text-font-weight: normal; -$timezone-option-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$timezone-option-font-text-text-transform: null; -$timezone-option-font-text-font-feature-settings: "calt", "ss01", "ss04", "tnum"; -$timezone-option-font-offset-text-font-size: 14px; -$timezone-option-font-offset-text-line-height: 20px; -$timezone-option-font-offset-text-letter-spacing: -0.006em; -$timezone-option-font-offset-text-font-weight: normal; -$timezone-option-font-offset-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$timezone-option-font-offset-text-text-transform: null; -$timezone-option-font-offset-text-font-feature-settings: "calt", "ss01", "ss04", "tnum"; -$timezone-option-font-caption-font-size: 12px; -$timezone-option-font-caption-line-height: 16px; -$timezone-option-font-caption-letter-spacing: normal; -$timezone-option-font-caption-font-weight: normal; -$timezone-option-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$timezone-option-font-caption-text-transform: null; -$timezone-option-font-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$timezone-option-font-optgroup-label-font-size: 12px; -$timezone-option-font-optgroup-label-line-height: 16px; -$timezone-option-font-optgroup-label-letter-spacing: 1px; -$timezone-option-font-optgroup-label-font-weight: 500; -$timezone-option-font-optgroup-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$timezone-option-font-optgroup-label-text-transform: uppercase; -$timezone-option-font-optgroup-label-font-feature-settings: "calt", "case", "kern", "liga", "ss01", "ss04"; -$toast-size-container-width: 360px; -$toast-size-container-border-radius: 8px; -$toast-size-container-padding-left: 12px; -$toast-size-container-padding-right: 8px; -$toast-size-content-padding-top: 16px; -$toast-size-content-padding-bottom: 16px; -$toast-size-caption-padding-bottom: 4px; -$toast-size-icon-width: 16px; -$toast-size-icon-height: 16px; -$toast-size-icon-margin-right: 8px; -$toast-size-icon-border-radius: 50%; -$toast-size-close-button-margin-top: 12px; -$toast-size-close-button-margin-right: 4px; -$toast-size-button-stack-padding-top: 8px; -$toast-size-button-stack-content-gap-horizontal: 12px; -$toast-font-title-font-size: 14px; -$toast-font-title-line-height: 20px; -$toast-font-title-letter-spacing: -0.006em; -$toast-font-title-font-weight: normal; -$toast-font-title-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$toast-font-title-text-transform: null; -$toast-font-title-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$toast-font-text-font-size: 14px; -$toast-font-text-line-height: 20px; -$toast-font-text-letter-spacing: -0.006em; -$toast-font-text-font-weight: normal; -$toast-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$toast-font-text-text-transform: null; -$toast-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$toast-light-contrast-container-background: hsla(229, 15%, 100%, 100%); -$toast-light-contrast-container-title: hsla(229, 15%, 15%, 100%); -$toast-light-contrast-container-text: hsla(229, 15%, 50%, 100%); -$toast-light-contrast-container-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); -$toast-light-error-container-background: hsla(229, 15%, 100%, 100%); -$toast-light-error-container-title: hsla(229, 15%, 15%, 100%); -$toast-light-error-container-text: hsla(229, 15%, 50%, 100%); -$toast-light-error-container-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); -$toast-light-warning-container-background: hsla(229, 15%, 100%, 100%); -$toast-light-warning-container-title: hsla(229, 15%, 15%, 100%); -$toast-light-warning-container-text: hsla(229, 15%, 50%, 100%); -$toast-light-warning-container-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); -$toast-light-success-container-background: hsla(229, 15%, 100%, 100%); -$toast-light-success-container-title: hsla(229, 15%, 15%, 100%); -$toast-light-success-container-text: hsla(229, 15%, 50%, 100%); -$toast-light-success-container-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); -$toast-dark-contrast-container-background: hsla(229, 15%, 15%, 100%); -$toast-dark-contrast-container-title: hsla(229, 15%, 80%, 100%); -$toast-dark-contrast-container-text: hsla(229, 15%, 60%, 100%); -$toast-dark-contrast-container-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$toast-dark-error-container-background: hsla(229, 15%, 15%, 100%); -$toast-dark-error-container-title: hsla(229, 15%, 80%, 100%); -$toast-dark-error-container-text: hsla(229, 15%, 60%, 100%); -$toast-dark-error-container-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$toast-dark-warning-container-background: hsla(229, 15%, 15%, 100%); -$toast-dark-warning-container-title: hsla(229, 15%, 80%, 100%); -$toast-dark-warning-container-text: hsla(229, 15%, 60%, 100%); -$toast-dark-warning-container-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$toast-dark-success-container-background: hsla(229, 15%, 15%, 100%); -$toast-dark-success-container-title: hsla(229, 15%, 80%, 100%); -$toast-dark-success-container-text: hsla(229, 15%, 60%, 100%); -$toast-dark-success-container-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$toast-stack-size-margin-top: 12px; -$toast-stack-size-margin-right: 12px; -$toast-stack-size-gap: 8px; -$toggle-light-theme-default-border: hsla(229, 15%, 80%, 100%); -$toggle-light-theme-default-background: hsla(0, 0%, 100%, 100%); -$toggle-light-theme-default-circle-background: hsla(229, 15%, 15%, 100%); -$toggle-light-theme-states-hover-border: hsla(229, 15%, 80%, 100%); -$toggle-light-theme-states-hover-background: hsla(229, 15%, 50%, 8%); -$toggle-light-theme-states-hover-circle-background: hsla(229, 15%, 15%, 100%); -$toggle-light-theme-states-checked-border: transparent; -$toggle-light-theme-states-checked-background: hsla(216, 100%, 50%, 100%); -$toggle-light-theme-states-checked-circle-background: hsla(0, 0%, 100%, 100%); -$toggle-light-theme-states-checked-hover-border: transparent; -$toggle-light-theme-states-checked-hover-background: hsla(216, 100%, 45%, 100%); -$toggle-light-theme-states-checked-hover-circle-background: hsla(0, 0%, 100%, 100%); -$toggle-light-theme-states-focused-border: hsla(216, 100%, 60%, 100%); -$toggle-light-theme-states-focused-background: hsla(0, 0%, 100%, 100%); -$toggle-light-theme-states-focused-circle-background: hsla(229, 15%, 15%, 100%); -$toggle-light-theme-states-focused-focus-outline: hsla(216, 100%, 60%, 100%); -$toggle-light-theme-states-checked-focused-border: hsla(216, 100%, 60%, 100%); -$toggle-light-theme-states-checked-focused-background: hsla(216, 100%, 50%, 100%); -$toggle-light-theme-states-checked-focused-circle-background: hsla(0, 0%, 100%, 100%); -$toggle-light-theme-states-checked-focused-focus-outline: hsla(216, 100%, 60%, 100%); -$toggle-light-theme-states-disabled-border: hsla(229, 15%, 50%, 32%); -$toggle-light-theme-states-disabled-background: hsla(229, 15%, 50%, 16%); -$toggle-light-theme-states-disabled-circle-background: hsla(229, 15%, 15%, 32%); -$toggle-light-error-default-border: hsla(7, 97%, 45%, 100%); -$toggle-light-error-default-background: hsla(7, 97%, 99%, 100%); -$toggle-light-error-default-circle-background: hsla(7, 97%, 45%, 100%); -$toggle-light-error-states-hover-border: hsla(7, 97%, 45%, 100%); -$toggle-light-error-states-hover-background: hsla(7, 97%, 92%, 100%); -$toggle-light-error-states-hover-circle-background: hsla(7, 97%, 45%, 100%); -$toggle-light-error-states-checked-border: hsla(7, 97%, 45%, 100%); -$toggle-light-error-states-checked-background: hsla(7, 97%, 60%, 100%); -$toggle-light-error-states-checked-circle-background: hsla(0, 0%, 100%, 100%); -$toggle-light-error-states-checked-hover-border: hsla(7, 97%, 45%, 100%); -$toggle-light-error-states-checked-hover-background: hsla(7, 97%, 56%, 100%); -$toggle-light-error-states-checked-hover-circle-background: hsla(0, 0%, 100%, 100%); -$toggle-light-error-states-focused-border: hsla(7, 97%, 45%, 100%); -$toggle-light-error-states-focused-background: hsla(7, 97%, 99%, 100%); -$toggle-light-error-states-focused-circle-background: hsla(7, 97%, 45%, 100%); -$toggle-light-error-states-focused-focus-outline: hsla(7, 97%, 45%, 100%); -$toggle-light-error-states-checked-focused-border: hsla(7, 97%, 45%, 100%); -$toggle-light-error-states-checked-focused-background: hsla(7, 97%, 60%, 100%); -$toggle-light-error-states-checked-focused-circle-background: hsla(0, 0%, 100%, 100%); -$toggle-light-error-states-checked-focused-focus-outline: hsla(7, 97%, 45%, 100%); -$toggle-light-error-states-disabled-border: hsla(229, 15%, 50%, 32%); -$toggle-light-error-states-disabled-background: hsla(229, 15%, 50%, 16%); -$toggle-light-error-states-disabled-circle-background: hsla(229, 15%, 15%, 32%); -$toggle-dark-theme-default-border: hsla(229, 15%, 30%, 100%); -$toggle-dark-theme-default-background: hsla(229, 15%, 12%, 100%); -$toggle-dark-theme-default-circle-background: hsla(229, 15%, 80%, 100%); -$toggle-dark-theme-states-hover-border: hsla(229, 15%, 30%, 100%); -$toggle-dark-theme-states-hover-background: hsla(229, 15%, 50%, 16%); -$toggle-dark-theme-states-hover-circle-background: hsla(229, 15%, 80%, 100%); -$toggle-dark-theme-states-checked-border: transparent; -$toggle-dark-theme-states-checked-background: hsla(216, 100%, 50%, 100%); -$toggle-dark-theme-states-checked-circle-background: hsla(0, 0%, 100%, 100%); -$toggle-dark-theme-states-checked-hover-border: transparent; -$toggle-dark-theme-states-checked-hover-background: hsla(216, 100%, 45%, 100%); -$toggle-dark-theme-states-checked-hover-circle-background: hsla(0, 0%, 100%, 100%); -$toggle-dark-theme-states-focused-border: hsla(216, 100%, 60%, 100%); -$toggle-dark-theme-states-focused-background: hsla(229, 15%, 12%, 100%); -$toggle-dark-theme-states-focused-circle-background: hsla(229, 15%, 80%, 100%); -$toggle-dark-theme-states-focused-focus-outline: hsla(216, 100%, 60%, 100%); -$toggle-dark-theme-states-checked-focused-border: hsla(216, 100%, 60%, 100%); -$toggle-dark-theme-states-checked-focused-background: hsla(216, 100%, 50%, 100%); -$toggle-dark-theme-states-checked-focused-circle-background: hsla(0, 0%, 100%, 100%); -$toggle-dark-theme-states-checked-focused-focus-outline: hsla(216, 100%, 60%, 100%); -$toggle-dark-theme-states-disabled-border: hsla(229, 15%, 50%, 32%); -$toggle-dark-theme-states-disabled-background: hsla(229, 15%, 50%, 16%); -$toggle-dark-theme-states-disabled-circle-background: hsla(229, 15%, 30%, 100%); -$toggle-dark-error-default-border: hsla(7, 97%, 35%, 100%); -$toggle-dark-error-default-background: hsla(7, 97%, 6%, 100%); -$toggle-dark-error-default-circle-background: hsla(7, 97%, 60%, 100%); -$toggle-dark-error-states-hover-border: hsla(7, 97%, 35%, 100%); -$toggle-dark-error-states-hover-background: hsla(7, 97%, 13%, 100%); -$toggle-dark-error-states-hover-circle-background: hsla(7, 97%, 60%, 100%); -$toggle-dark-error-states-checked-border: hsla(7, 97%, 35%, 100%); -$toggle-dark-error-states-checked-background: hsla(7, 97%, 41%, 100%); -$toggle-dark-error-states-checked-circle-background: hsla(0, 0%, 100%, 100%); -$toggle-dark-error-states-checked-hover-border: hsla(7, 97%, 35%, 100%); -$toggle-dark-error-states-checked-hover-background: hsla(7, 97%, 42%, 100%); -$toggle-dark-error-states-checked-hover-circle-background: hsla(0, 0%, 100%, 100%); -$toggle-dark-error-states-focused-border: hsla(7, 97%, 45%, 100%); -$toggle-dark-error-states-focused-background: hsla(7, 97%, 6%, 100%); -$toggle-dark-error-states-focused-circle-background: hsla(7, 97%, 60%, 100%); -$toggle-dark-error-states-focused-focus-outline: hsla(7, 97%, 45%, 100%); -$toggle-dark-error-states-checked-focused-border: hsla(7, 97%, 45%, 100%); -$toggle-dark-error-states-checked-focused-background: hsla(7, 97%, 41%, 100%); -$toggle-dark-error-states-checked-focused-circle-background: hsla(0, 0%, 100%, 100%); -$toggle-dark-error-states-checked-focused-focus-outline: hsla(7, 97%, 45%, 100%); -$toggle-dark-error-states-disabled-border: hsla(229, 15%, 50%, 32%); -$toggle-dark-error-states-disabled-background: hsla(229, 15%, 50%, 16%); -$toggle-dark-error-states-disabled-circle-background: hsla(229, 15%, 30%, 100%); -$toggle-size-normal-height: 16px; -$toggle-size-normal-width: 28px; -$toggle-size-normal-horizontal-content-padding: 8px; -$toggle-size-normal-vertical-content-padding: 8px; -$toggle-size-big-height: 16px; -$toggle-size-big-width: 28px; -$toggle-size-big-horizontal-content-padding: 8px; -$toggle-size-big-vertical-content-padding: 8px; -$toggle-font-normal-label-font-size: 14px; -$toggle-font-normal-label-line-height: 20px; -$toggle-font-normal-label-letter-spacing: -0.006em; -$toggle-font-normal-label-font-weight: normal; -$toggle-font-normal-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$toggle-font-normal-label-text-transform: null; -$toggle-font-normal-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$toggle-font-normal-caption-font-size: 12px; -$toggle-font-normal-caption-line-height: 16px; -$toggle-font-normal-caption-letter-spacing: normal; -$toggle-font-normal-caption-font-weight: normal; -$toggle-font-normal-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$toggle-font-normal-caption-text-transform: null; -$toggle-font-normal-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$toggle-font-big-label-font-size: 16px; -$toggle-font-big-label-line-height: 24px; -$toggle-font-big-label-letter-spacing: -0.011em; -$toggle-font-big-label-font-weight: normal; -$toggle-font-big-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$toggle-font-big-label-text-transform: null; -$toggle-font-big-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$toggle-font-big-caption-font-size: 14px; -$toggle-font-big-caption-line-height: 20px; -$toggle-font-big-caption-letter-spacing: -0.006em; -$toggle-font-big-caption-font-weight: normal; -$toggle-font-big-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$toggle-font-big-caption-text-transform: null; -$toggle-font-big-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$tooltip-size-max-width: 300px; -$tooltip-size-border-radius: 8px; -$tooltip-size-padding-horizontal: 12px; -$tooltip-size-padding-vertical: 8px; -$tooltip-size-arrow-size: 12px; -$tooltip-font-default-font-size: 12px; -$tooltip-font-default-line-height: 16px; -$tooltip-font-default-letter-spacing: normal; -$tooltip-font-default-font-weight: normal; -$tooltip-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$tooltip-font-default-text-transform: null; -$tooltip-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$tooltip-font-title-font-size: 12px; -$tooltip-font-title-line-height: 16px; -$tooltip-font-title-letter-spacing: normal; -$tooltip-font-title-font-weight: normal; -$tooltip-font-title-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$tooltip-font-title-text-transform: null; -$tooltip-font-title-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$tooltip-light-contrast-fade-on-background: hsla(229, 15%, 100%, 100%); -$tooltip-light-contrast-fade-on-text: hsla(229, 15%, 15%, 100%); -$tooltip-light-contrast-fade-on-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); -$tooltip-light-contrast-fade-off-background: hsla(229, 15%, 25%, 100%); -$tooltip-light-contrast-fade-off-text: hsla(0, 0%, 100%, 100%); -$tooltip-light-contrast-fade-off-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); -$tooltip-light-theme-fade-off-background: hsla(216, 100%, 50%, 100%); -$tooltip-light-theme-fade-off-text: hsla(0, 0%, 100%, 100%); -$tooltip-light-theme-fade-off-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); -$tooltip-light-warning-fade-off-background: hsla(38, 100%, 50%, 100%); -$tooltip-light-warning-fade-off-text: hsla(0, 0%, 100%, 100%); -$tooltip-light-warning-fade-off-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); -$tooltip-light-error-fade-off-background: hsla(7, 97%, 60%, 100%); -$tooltip-light-error-fade-off-text: hsla(0, 0%, 100%, 100%); -$tooltip-light-error-fade-off-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$tooltip-dark-contrast-fade-on-background: hsla(229, 15%, 15%, 100%); -$tooltip-dark-contrast-fade-on-text: hsla(229, 15%, 80%, 100%); -$tooltip-dark-contrast-fade-on-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$tooltip-dark-contrast-fade-off-background: hsla(229, 15%, 25%, 100%); -$tooltip-dark-contrast-fade-off-text: hsla(0, 0%, 100%, 100%); -$tooltip-dark-contrast-fade-off-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$tooltip-dark-theme-fade-off-background: hsla(216, 100%, 50%, 100%); -$tooltip-dark-theme-fade-off-text: hsla(0, 0%, 100%, 100%); -$tooltip-dark-theme-fade-off-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$tooltip-dark-warning-fade-off-background: hsla(38, 100%, 50%, 100%); -$tooltip-dark-warning-fade-off-text: hsla(0, 0%, 100%, 100%); -$tooltip-dark-warning-fade-off-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$tooltip-dark-error-fade-off-background: hsla(7, 97%, 60%, 100%); -$tooltip-dark-error-fade-off-text: hsla(0, 0%, 100%, 100%); -$tooltip-dark-error-fade-off-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); -$tree-size-indent-level: 24px; -$tree-size-container-padding-right: 8px; -$tree-size-container-padding-vertical: 4px; -$tree-size-container-content-gap-horizontal: 8px; -$tree-size-container-content-gap-vertical: 0px; -$tree-size-container-focus-outline-width: 2px; -$tree-size-text-padding-vertical: 2px; -$tree-font-text-font-size: 14px; -$tree-font-text-line-height: 20px; -$tree-font-text-letter-spacing: -0.006em; -$tree-font-text-font-weight: normal; -$tree-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$tree-font-text-text-transform: null; -$tree-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$tree-font-caption-font-size: 12px; -$tree-font-caption-line-height: 16px; -$tree-font-caption-letter-spacing: normal; -$tree-font-caption-font-weight: normal; -$tree-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; -$tree-font-caption-text-transform: null; -$tree-font-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -$tree-light-default-container-background: transparent; -$tree-light-default-text-color: hsla(229, 15%, 15%, 100%); -$tree-light-default-icon-color: hsla(229, 15%, 15%, 100%); -$tree-light-default-tree-toggle-color: hsla(229, 15%, 60%, 100%); -$tree-light-default-action-button-color: hsla(229, 15%, 60%, 100%); -$tree-light-default-caption-color: hsla(229, 15%, 50%, 100%); -$tree-light-states-hover-container-background: hsla(229, 15%, 50%, 8%); -$tree-light-states-hover-text-color: hsla(229, 15%, 15%, 100%); -$tree-light-states-hover-icon-color: hsla(229, 15%, 15%, 100%); -$tree-light-states-hover-tree-toggle-color: hsla(229, 15%, 60%, 100%); -$tree-light-states-hover-action-button-color: hsla(229, 15%, 60%, 100%); -$tree-light-states-hover-caption-color: hsla(229, 15%, 50%, 100%); -$tree-light-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); -$tree-light-states-selected-container-background: hsla(216, 100%, 94%, 100%); -$tree-light-states-selected-text-color: hsla(229, 15%, 15%, 100%); -$tree-light-states-selected-icon-color: hsla(229, 15%, 15%, 100%); -$tree-light-states-selected-tree-toggle-color: hsla(229, 15%, 60%, 100%); -$tree-light-states-selected-action-button-color: hsla(229, 15%, 60%, 100%); -$tree-light-states-selected-caption-color: hsla(229, 15%, 50%, 100%); -$tree-light-states-selected-hover-container-background: hsla(216, 100%, 90%, 100%); -$tree-light-states-selected-hover-text-color: hsla(229, 15%, 15%, 100%); -$tree-light-states-selected-hover-icon-color: hsla(229, 15%, 15%, 100%); -$tree-light-states-selected-hover-tree-toggle-color: hsla(229, 15%, 60%, 100%); -$tree-light-states-selected-hover-action-button-color: hsla(229, 15%, 60%, 100%); -$tree-light-states-selected-hover-caption-color: hsla(229, 15%, 50%, 100%); -$tree-light-states-disabled-container-background: transparent; -$tree-light-states-disabled-text-color: hsla(229, 15%, 15%, 32%); -$tree-light-states-disabled-icon-color: hsla(229, 15%, 15%, 32%); -$tree-light-states-disabled-tree-toggle-color: hsla(229, 15%, 15%, 32%); -$tree-light-states-disabled-action-button-color: hsla(229, 15%, 15%, 32%); -$tree-light-states-disabled-caption-color: hsla(229, 15%, 15%, 32%); -$tree-dark-default-container-background: transparent; -$tree-dark-default-text-color: hsla(229, 15%, 80%, 100%); -$tree-dark-default-icon-color: hsla(229, 15%, 80%, 100%); -$tree-dark-default-tree-toggle-color: hsla(229, 15%, 45%, 100%); -$tree-dark-default-action-button-color: hsla(229, 15%, 45%, 100%); -$tree-dark-default-caption-color: hsla(229, 15%, 60%, 100%); -$tree-dark-states-hover-container-background: hsla(229, 15%, 50%, 16%); -$tree-dark-states-hover-text-color: hsla(229, 15%, 80%, 100%); -$tree-dark-states-hover-icon-color: hsla(229, 15%, 80%, 100%); -$tree-dark-states-hover-tree-toggle-color: hsla(229, 15%, 45%, 100%); -$tree-dark-states-hover-action-button-color: hsla(229, 15%, 45%, 100%); -$tree-dark-states-hover-caption-color: hsla(229, 15%, 60%, 100%); -$tree-dark-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); -$tree-dark-states-selected-container-background: hsla(216, 100%, 18%, 100%); -$tree-dark-states-selected-text-color: hsla(229, 15%, 80%, 100%); -$tree-dark-states-selected-icon-color: hsla(229, 15%, 80%, 100%); -$tree-dark-states-selected-tree-toggle-color: hsla(229, 15%, 45%, 100%); -$tree-dark-states-selected-action-button-color: hsla(229, 15%, 45%, 100%); -$tree-dark-states-selected-caption-color: hsla(229, 15%, 60%, 100%); -$tree-dark-states-selected-hover-container-background: hsla(216, 100%, 15%, 100%); -$tree-dark-states-selected-hover-text-color: hsla(229, 15%, 80%, 100%); -$tree-dark-states-selected-hover-icon-color: hsla(229, 15%, 80%, 100%); -$tree-dark-states-selected-hover-tree-toggle-color: hsla(229, 15%, 45%, 100%); -$tree-dark-states-selected-hover-action-button-color: hsla(229, 15%, 45%, 100%); -$tree-dark-states-selected-hover-caption-color: hsla(229, 15%, 60%, 100%); -$tree-dark-states-disabled-container-background: transparent; -$tree-dark-states-disabled-text-color: hsla(229, 15%, 40%, 100%); -$tree-dark-states-disabled-icon-color: hsla(229, 15%, 30%, 100%); -$tree-dark-states-disabled-tree-toggle-color: hsla(229, 15%, 30%, 100%); -$tree-dark-states-disabled-action-button-color: hsla(229, 15%, 30%, 100%); -$tree-dark-states-disabled-caption-color: hsla(229, 15%, 40%, 100%); diff --git a/apps/docs/src/styles/koobiq/default-theme/css-tokens-dark.css b/apps/docs/src/styles/koobiq/default-theme/css-tokens-dark.css index 4805211a8..f78db095e 100644 --- a/apps/docs/src/styles/koobiq/default-theme/css-tokens-dark.css +++ b/apps/docs/src/styles/koobiq/default-theme/css-tokens-dark.css @@ -156,1026 +156,4 @@ --kbq-shadow-card: 0 0 0 1px hsla(229, 100%, 85%, 15%); --kbq-shadow-popup: 0 0 0 1px hsla(229, 100%, 85%, 15%); --kbq-shadow-overlay: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-accordion-item-default-background: transparent; - --kbq-accordion-item-default-text-color: hsla(229, 15%, 80%, 100%); - --kbq-accordion-item-default-icon-color: hsla(229, 15%, 45%, 100%); - --kbq-accordion-item-states-hover-icon-color: hsla(229, 15%, 80%, 100%); - --kbq-accordion-item-states-focus-border-color: hsla(216, 100%, 65%, 100%); - --kbq-accordion-item-states-disabled-text-color: hsla(229, 15%, 60%, 100%); - --kbq-accordion-item-states-disabled-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-alert-default-contrast-container-background: hsla(229, 15%, 25%, 100%); - --kbq-alert-default-contrast-container-title: hsla(229, 15%, 80%, 100%); - --kbq-alert-default-contrast-container-text: hsla(229, 15%, 80%, 100%); - --kbq-alert-default-error-container-background: hsla(229, 15%, 25%, 100%); - --kbq-alert-default-error-container-title: hsla(229, 15%, 80%, 100%); - --kbq-alert-default-error-container-text: hsla(229, 15%, 80%, 100%); - --kbq-alert-default-warning-container-background: hsla(229, 15%, 25%, 100%); - --kbq-alert-default-warning-container-title: hsla(229, 15%, 80%, 100%); - --kbq-alert-default-warning-container-text: hsla(229, 15%, 80%, 100%); - --kbq-alert-default-success-container-background: hsla(229, 15%, 25%, 100%); - --kbq-alert-default-success-container-title: hsla(229, 15%, 80%, 100%); - --kbq-alert-default-success-container-text: hsla(229, 15%, 80%, 100%); - --kbq-alert-default-theme-container-background: hsla(229, 15%, 25%, 100%); - --kbq-alert-default-theme-container-title: hsla(229, 15%, 80%, 100%); - --kbq-alert-default-theme-container-text: hsla(229, 15%, 80%, 100%); - --kbq-alert-colored-contrast-container-background: hsla(229, 15%, 25%, 100%); - --kbq-alert-colored-contrast-container-title: hsla(229, 15%, 80%, 100%); - --kbq-alert-colored-contrast-container-text: hsla(229, 15%, 80%, 100%); - --kbq-alert-colored-error-container-background: hsla(7, 97%, 15%, 100%); - --kbq-alert-colored-error-container-title: hsla(229, 15%, 80%, 100%); - --kbq-alert-colored-error-container-text: hsla(229, 15%, 80%, 100%); - --kbq-alert-colored-warning-container-background: hsla(38, 100%, 14%, 100%); - --kbq-alert-colored-warning-container-title: hsla(229, 15%, 80%, 100%); - --kbq-alert-colored-warning-container-text: hsla(229, 15%, 80%, 100%); - --kbq-alert-colored-success-container-background: hsla(104, 64%, 12%, 100%); - --kbq-alert-colored-success-container-title: hsla(229, 15%, 80%, 100%); - --kbq-alert-colored-success-container-text: hsla(229, 15%, 80%, 100%); - --kbq-alert-colored-theme-container-background: hsla(216, 100%, 20%, 100%); - --kbq-alert-colored-theme-container-title: hsla(229, 15%, 80%, 100%); - --kbq-alert-colored-theme-container-text: hsla(229, 15%, 80%, 100%); - --kbq-badge-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%); - --kbq-badge-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-theme-caption: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-theme-icon: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-success-background: hsla(104, 64%, 40%, 100%); - --kbq-badge-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-success-caption: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-success-icon: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-warning-background: hsla(38, 100%, 39%, 100%); - --kbq-badge-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-warning-caption: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-warning-icon: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-error-background: hsla(7, 97%, 41%, 100%); - --kbq-badge-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-error-caption: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-error-icon: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-on-theme-background: hsla(216, 100%, 20%, 100%); - --kbq-badge-filled-fade-on-theme-color: hsla(216, 100%, 65%, 100%); - --kbq-badge-filled-fade-on-theme-caption: hsla(216, 100%, 65%, 100%); - --kbq-badge-filled-fade-on-theme-icon: hsla(216, 100%, 65%, 100%); - --kbq-badge-filled-fade-on-contrast-background: hsla(229, 15%, 25%, 100%); - --kbq-badge-filled-fade-on-contrast-color: hsla(229, 15%, 80%, 100%); - --kbq-badge-filled-fade-on-contrast-caption: hsla(229, 15%, 80%, 100%); - --kbq-badge-filled-fade-on-contrast-icon: hsla(229, 15%, 45%, 100%); - --kbq-badge-filled-fade-on-success-background: hsla(104, 64%, 12%, 100%); - --kbq-badge-filled-fade-on-success-color: hsla(104, 64%, 45%, 100%); - --kbq-badge-filled-fade-on-success-caption: hsla(104, 64%, 45%, 100%); - --kbq-badge-filled-fade-on-success-icon: hsla(104, 64%, 45%, 100%); - --kbq-badge-filled-fade-on-warning-background: hsla(38, 100%, 14%, 100%); - --kbq-badge-filled-fade-on-warning-color: hsla(38, 100%, 60%, 100%); - --kbq-badge-filled-fade-on-warning-caption: hsla(38, 100%, 60%, 100%); - --kbq-badge-filled-fade-on-warning-icon: hsla(38, 100%, 60%, 100%); - --kbq-badge-filled-fade-on-error-background: hsla(7, 97%, 15%, 100%); - --kbq-badge-filled-fade-on-error-color: hsla(7, 97%, 60%, 100%); - --kbq-badge-filled-fade-on-error-caption: hsla(7, 97%, 60%, 100%); - --kbq-badge-filled-fade-on-error-icon: hsla(7, 97%, 60%, 100%); - --kbq-badge-outline-fade-on-theme-background: transparent; - --kbq-badge-outline-fade-on-theme-color: hsla(216, 100%, 65%, 100%); - --kbq-badge-outline-fade-on-theme-border: hsla(216, 100%, 30%, 100%); - --kbq-badge-outline-fade-on-theme-caption: hsla(216, 100%, 65%, 100%); - --kbq-badge-outline-fade-on-theme-icon: hsla(216, 100%, 65%, 100%); - --kbq-badge-outline-fade-on-contrast-background: transparent; - --kbq-badge-outline-fade-on-contrast-color: hsla(229, 15%, 80%, 100%); - --kbq-badge-outline-fade-on-contrast-border: hsla(229, 15%, 30%, 100%); - --kbq-badge-outline-fade-on-contrast-caption: hsla(229, 15%, 80%, 100%); - --kbq-badge-outline-fade-on-contrast-icon: hsla(229, 15%, 45%, 100%); - --kbq-badge-outline-fade-on-success-background: transparent; - --kbq-badge-outline-fade-on-success-color: hsla(104, 64%, 45%, 100%); - --kbq-badge-outline-fade-on-success-border: hsla(104, 64%, 20%, 100%); - --kbq-badge-outline-fade-on-success-caption: hsla(104, 64%, 45%, 100%); - --kbq-badge-outline-fade-on-success-icon: hsla(104, 64%, 45%, 100%); - --kbq-badge-outline-fade-on-warning-background: transparent; - --kbq-badge-outline-fade-on-warning-color: hsla(38, 100%, 60%, 100%); - --kbq-badge-outline-fade-on-warning-border: hsla(38, 100%, 20%, 100%); - --kbq-badge-outline-fade-on-warning-caption: hsla(38, 100%, 60%, 100%); - --kbq-badge-outline-fade-on-warning-icon: hsla(38, 100%, 60%, 100%); - --kbq-badge-outline-fade-on-error-background: transparent; - --kbq-badge-outline-fade-on-error-color: hsla(7, 97%, 60%, 100%); - --kbq-badge-outline-fade-on-error-border: hsla(7, 97%, 35%, 100%); - --kbq-badge-outline-fade-on-error-caption: hsla(7, 97%, 60%, 100%); - --kbq-badge-outline-fade-on-error-icon: hsla(7, 97%, 60%, 100%); - --kbq-button-toggle-container-background: hsla(229, 15%, 25%, 100%); - --kbq-button-toggle-item-default-background: hsla(229, 15%, 25%, 100%); - --kbq-button-toggle-item-default-text: hsla(229, 15%, 80%, 100%); - --kbq-button-toggle-item-default-icon: hsla(229, 15%, 45%, 100%); - --kbq-button-toggle-item-states-hover-background: hsla(229, 15%, 25%, 100%); - --kbq-button-toggle-item-states-hover-text: hsla(229, 15%, 80%, 100%); - --kbq-button-toggle-item-states-hover-icon: hsla(229, 15%, 45%, 100%); - --kbq-button-toggle-item-states-active-background: hsla(229, 15%, 27%, 100%); - --kbq-button-toggle-item-states-active-text: hsla(229, 15%, 80%, 100%); - --kbq-button-toggle-item-states-active-icon: hsla(229, 15%, 45%, 100%); - --kbq-button-toggle-item-states-selected-background: hsla(229, 15%, 15%, 100%); - --kbq-button-toggle-item-states-selected-text: hsla(229, 15%, 80%, 100%); - --kbq-button-toggle-item-states-selected-icon: hsla(229, 15%, 45%, 100%); - --kbq-button-toggle-item-states-selected-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-button-toggle-item-states-selected-hover-text: hsla(229, 15%, 80%, 100%); - --kbq-button-toggle-item-states-selected-hover-icon: hsla(229, 15%, 45%, 100%); - --kbq-button-toggle-item-states-selected-active-background: hsla(229, 100%, 85%, 15%); - --kbq-button-toggle-item-states-selected-active-text: hsla(229, 15%, 80%, 100%); - --kbq-button-toggle-item-states-selected-active-icon: hsla(229, 15%, 45%, 100%); - --kbq-button-toggle-item-states-selected-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-button-toggle-item-states-selected-disabled-text: hsla(229, 15%, 40%, 100%); - --kbq-button-toggle-item-states-selected-disabled-icon: hsla(229, 15%, 30%, 100%); - --kbq-button-toggle-item-states-disabled-background: none; - --kbq-button-toggle-item-states-disabled-text: hsla(229, 15%, 40%, 100%); - --kbq-button-toggle-item-states-disabled-icon: hsla(229, 15%, 30%, 100%); - --kbq-button-toggle-item-states-focused-outline: hsla(216, 100%, 60%, 100%); - --kbq-button-filled-contrast-fade-off-background: hsla(229, 15%, 90%, 100%); - --kbq-button-filled-contrast-fade-off-border: transparent; - --kbq-button-filled-contrast-fade-off-foreground: hsla(229, 15%, 15%, 100%); - --kbq-button-filled-contrast-fade-off-left-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-filled-contrast-fade-off-right-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-filled-contrast-fade-off-states-hover-background: hsla(229, 15%, 80%, 100%); - --kbq-button-filled-contrast-fade-off-states-active-background: hsla(229, 15%, 55%, 100%); - --kbq-button-filled-contrast-fade-off-states-active-hover-background: hsla(229, 15%, 55%, 100%); - --kbq-button-filled-contrast-fade-off-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-button-filled-contrast-fade-off-states-disabled-border: transparent; - --kbq-button-filled-contrast-fade-off-states-disabled-foreground: hsla(229, 15%, 40%, 100%); - --kbq-button-filled-contrast-fade-off-states-disabled-left-icon: hsla(229, 15%, 40%, 100%); - --kbq-button-filled-contrast-fade-off-states-disabled-right-icon: hsla(229, 15%, 40%, 100%); - --kbq-button-filled-contrast-fade-on-background: hsla(229, 15%, 25%, 100%); - --kbq-button-filled-contrast-fade-on-border: transparent; - --kbq-button-filled-contrast-fade-on-foreground: hsla(229, 15%, 80%, 100%); - --kbq-button-filled-contrast-fade-on-left-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-filled-contrast-fade-on-right-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-filled-contrast-fade-on-states-hover-background: hsla(229, 15%, 25%, 100%); - --kbq-button-filled-contrast-fade-on-states-active-background: hsla(229, 15%, 27%, 100%); - --kbq-button-filled-contrast-fade-on-states-active-hover-background: hsla(229, 15%, 27%, 100%); - --kbq-button-filled-contrast-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-button-filled-contrast-fade-on-states-disabled-border: transparent; - --kbq-button-filled-contrast-fade-on-states-disabled-foreground: hsla(229, 15%, 40%, 100%); - --kbq-button-filled-contrast-fade-on-states-disabled-left-icon: hsla(229, 15%, 40%, 100%); - --kbq-button-filled-contrast-fade-on-states-disabled-right-icon: hsla(229, 15%, 40%, 100%); - --kbq-button-outline-theme-fade-on-background: transparent; - --kbq-button-outline-theme-fade-on-border: hsla(216, 100%, 30%, 100%); - --kbq-button-outline-theme-fade-on-foreground: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-left-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-right-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-states-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-button-outline-theme-fade-on-states-hover-border: hsla(216, 100%, 30%, 100%); - --kbq-button-outline-theme-fade-on-states-hover-foreground: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-states-hover-left-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-states-hover-right-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-states-active-background: hsla(229, 100%, 85%, 15%); - --kbq-button-outline-theme-fade-on-states-active-border: hsla(216, 100%, 30%, 100%); - --kbq-button-outline-theme-fade-on-states-active-foreground: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-states-active-left-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-states-active-right-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-states-active-hover-background: hsla(229, 100%, 85%, 15%); - --kbq-button-outline-theme-fade-on-states-active-hover-border: hsla(216, 100%, 30%, 100%); - --kbq-button-outline-theme-fade-on-states-active-hover-foreground: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-states-active-hover-left-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-states-active-hover-right-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-states-disabled-background: transparent; - --kbq-button-outline-theme-fade-on-states-disabled-border: hsla(229, 15%, 50%, 32%); - --kbq-button-outline-theme-fade-on-states-disabled-foreground: hsla(229, 15%, 40%, 100%); - --kbq-button-outline-theme-fade-on-states-disabled-left-icon: hsla(229, 15%, 30%, 100%); - --kbq-button-outline-theme-fade-on-states-disabled-right-icon: hsla(229, 15%, 30%, 100%); - --kbq-button-outline-contrast-fade-on-background: transparent; - --kbq-button-outline-contrast-fade-on-border: hsla(229, 15%, 30%, 100%); - --kbq-button-outline-contrast-fade-on-foreground: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-left-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-right-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-states-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-button-outline-contrast-fade-on-states-hover-border: hsla(229, 15%, 30%, 100%); - --kbq-button-outline-contrast-fade-on-states-hover-foreground: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-states-hover-left-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-states-hover-right-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-background: hsla(229, 100%, 85%, 15%); - --kbq-button-outline-contrast-fade-on-states-active-border: hsla(229, 15%, 30%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-foreground: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-left-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-right-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-hover-background: hsla(229, 100%, 85%, 15%); - --kbq-button-outline-contrast-fade-on-states-active-hover-border: hsla(229, 15%, 30%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-hover-foreground: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-hover-left-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-hover-right-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-states-disabled-background: transparent; - --kbq-button-outline-contrast-fade-on-states-disabled-border: hsla(229, 15%, 50%, 32%); - --kbq-button-outline-contrast-fade-on-states-disabled-foreground: hsla(229, 15%, 40%, 100%); - --kbq-button-outline-contrast-fade-on-states-disabled-left-icon: hsla(229, 15%, 30%, 100%); - --kbq-button-outline-contrast-fade-on-states-disabled-right-icon: hsla(229, 15%, 30%, 100%); - --kbq-button-transparent-theme-fade-on-border: transparent; - --kbq-button-transparent-theme-fade-on-foreground: hsla(216, 100%, 65%, 100%); - --kbq-button-transparent-theme-fade-on-background: transparent; - --kbq-button-transparent-theme-fade-on-left-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-transparent-theme-fade-on-right-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-transparent-theme-fade-on-states-hover-border: transparent; - --kbq-button-transparent-theme-fade-on-states-hover-foreground: hsla(216, 100%, 65%, 100%); - --kbq-button-transparent-theme-fade-on-states-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-button-transparent-theme-fade-on-states-hover-left-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-transparent-theme-fade-on-states-hover-right-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-transparent-theme-fade-on-states-active-border: transparent; - --kbq-button-transparent-theme-fade-on-states-active-foreground: hsla(216, 100%, 65%, 100%); - --kbq-button-transparent-theme-fade-on-states-active-background: hsla(229, 100%, 85%, 15%); - --kbq-button-transparent-theme-fade-on-states-active-left-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-transparent-theme-fade-on-states-active-right-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-transparent-theme-fade-on-states-active-hover-border: transparent; - --kbq-button-transparent-theme-fade-on-states-active-hover-foreground: hsla(216, 100%, 65%, 100%); - --kbq-button-transparent-theme-fade-on-states-active-hover-background: hsla(229, 100%, 85%, 15%); - --kbq-button-transparent-theme-fade-on-states-active-hover-left-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-transparent-theme-fade-on-states-active-hover-right-icon: hsla(216, 100%, 65%, 100%); - --kbq-button-transparent-theme-fade-on-states-disabled-border: transparent; - --kbq-button-transparent-theme-fade-on-states-disabled-foreground: hsla(229, 15%, 40%, 100%); - --kbq-button-transparent-theme-fade-on-states-disabled-background: transparent; - --kbq-button-transparent-theme-fade-on-states-disabled-left-icon: hsla(229, 15%, 30%, 100%); - --kbq-button-transparent-theme-fade-on-states-disabled-right-icon: hsla(229, 15%, 30%, 100%); - --kbq-button-transparent-contrast-fade-on-border: transparent; - --kbq-button-transparent-contrast-fade-on-foreground: hsla(229, 15%, 80%, 100%); - --kbq-button-transparent-contrast-fade-on-background: transparent; - --kbq-button-transparent-contrast-fade-on-left-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-transparent-contrast-fade-on-right-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-transparent-contrast-fade-on-states-hover-border: transparent; - --kbq-button-transparent-contrast-fade-on-states-hover-foreground: hsla(229, 15%, 80%, 100%); - --kbq-button-transparent-contrast-fade-on-states-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-button-transparent-contrast-fade-on-states-hover-left-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-transparent-contrast-fade-on-states-hover-right-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-transparent-contrast-fade-on-states-active-border: transparent; - --kbq-button-transparent-contrast-fade-on-states-active-foreground: hsla(229, 15%, 80%, 100%); - --kbq-button-transparent-contrast-fade-on-states-active-background: hsla(229, 100%, 85%, 15%); - --kbq-button-transparent-contrast-fade-on-states-active-left-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-transparent-contrast-fade-on-states-active-right-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-transparent-contrast-fade-on-states-active-hover-border: transparent; - --kbq-button-transparent-contrast-fade-on-states-active-hover-foreground: hsla(229, 15%, 80%, 100%); - --kbq-button-transparent-contrast-fade-on-states-active-hover-background: hsla(229, 100%, 85%, 15%); - --kbq-button-transparent-contrast-fade-on-states-active-hover-left-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-transparent-contrast-fade-on-states-active-hover-right-icon: hsla(229, 15%, 80%, 100%); - --kbq-button-transparent-contrast-fade-on-states-disabled-border: transparent; - --kbq-button-transparent-contrast-fade-on-states-disabled-foreground: hsla(229, 15%, 40%, 100%); - --kbq-button-transparent-contrast-fade-on-states-disabled-background: transparent; - --kbq-button-transparent-contrast-fade-on-states-disabled-left-icon: hsla(229, 15%, 30%, 100%); - --kbq-button-transparent-contrast-fade-on-states-disabled-right-icon: hsla(229, 15%, 30%, 100%); - --kbq-icon-button-theme-default: hsla(216, 100%, 65%, 100%); - --kbq-icon-button-theme-states-hover: hsla(216, 100%, 45%, 100%); - --kbq-icon-button-theme-states-active: hsla(216, 100%, 40%, 100%); - --kbq-icon-button-theme-states-disabled: hsla(229, 15%, 30%, 100%); - --kbq-icon-button-contrast-default: hsla(229, 15%, 80%, 100%); - --kbq-icon-button-contrast-states-hover: hsla(229, 15%, 90%, 100%); - --kbq-icon-button-contrast-states-active: hsla(229, 15%, 80%, 100%); - --kbq-icon-button-contrast-states-disabled: hsla(229, 15%, 30%, 100%); - --kbq-icon-button-fade-contrast-default: hsla(229, 15%, 45%, 100%); - --kbq-icon-button-fade-contrast-states-hover: hsla(229, 15%, 50%, 100%); - --kbq-icon-button-fade-contrast-states-active: hsla(229, 15%, 40%, 100%); - --kbq-icon-button-fade-contrast-states-disabled: hsla(229, 15%, 30%, 100%); - --kbq-icon-button-error-default: hsla(7, 97%, 60%, 100%); - --kbq-icon-button-error-states-hover: hsla(7, 97%, 50%, 100%); - --kbq-icon-button-error-states-active: hsla(7, 97%, 40%, 100%); - --kbq-icon-button-error-states-disabled: hsla(229, 15%, 30%, 100%); - --kbq-icon-button-success-default: hsla(104, 64%, 45%, 100%); - --kbq-icon-button-success-states-hover: hsla(104, 64%, 40%, 100%); - --kbq-icon-button-success-states-active: hsla(104, 64%, 30%, 100%); - --kbq-icon-button-success-states-disabled: hsla(229, 15%, 30%, 100%); - --kbq-icon-button-warning-default: hsla(38, 100%, 60%, 100%); - --kbq-icon-button-warning-states-hover: hsla(38, 100%, 45%, 100%); - --kbq-icon-button-warning-states-active: hsla(38, 100%, 42%, 100%); - --kbq-icon-button-warning-states-disabled: hsla(229, 15%, 30%, 100%); - --kbq-checkbox-theme-default-border: hsla(229, 15%, 30%, 100%); - --kbq-checkbox-theme-default-color: hsla(0, 0%, 100%, 100%); - --kbq-checkbox-theme-default-text: hsla(229, 15%, 80%, 100%); - --kbq-checkbox-theme-default-background: hsla(229, 15%, 12%, 100%); - --kbq-checkbox-theme-default-caption: hsla(229, 15%, 60%, 100%); - --kbq-checkbox-theme-states-hover-border: hsla(229, 15%, 30%, 100%); - --kbq-checkbox-theme-states-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-checkbox-theme-states-checked-border: transparent; - --kbq-checkbox-theme-states-checked-background: hsla(216, 100%, 50%, 100%); - --kbq-checkbox-theme-states-checked-hover-border: transparent; - --kbq-checkbox-theme-states-checked-hover-background: hsla(216, 100%, 45%, 100%); - --kbq-checkbox-theme-states-focused-border: hsla(216, 100%, 60%, 100%); - --kbq-checkbox-theme-states-focused-background: hsla(229, 15%, 12%, 100%); - --kbq-checkbox-theme-states-focused-outline: 1px solid hsla(216, 100%, 60%, 100%); - --kbq-checkbox-theme-states-checked-focused-border: hsla(216, 100%, 60%, 100%); - --kbq-checkbox-theme-states-checked-focused-background: hsla(216, 100%, 50%, 100%); - --kbq-checkbox-theme-states-checked-focused-outline: 1px solid hsla(216, 100%, 60%, 100%); - --kbq-checkbox-theme-states-disabled-border: hsla(229, 15%, 30%, 100%); - --kbq-checkbox-theme-states-disabled-color: hsla(229, 15%, 30%, 100%); - --kbq-checkbox-theme-states-disabled-text: hsla(229, 15%, 40%, 100%); - --kbq-checkbox-theme-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-checkbox-theme-states-disabled-caption: hsla(229, 15%, 30%, 100%); - --kbq-checkbox-error-default-border: hsla(7, 97%, 35%, 100%); - --kbq-checkbox-error-default-color: hsla(0, 0%, 100%, 100%); - --kbq-checkbox-error-default-text: hsla(229, 15%, 80%, 100%); - --kbq-checkbox-error-default-background: hsla(7, 97%, 6%, 100%); - --kbq-checkbox-error-default-caption: hsla(229, 15%, 60%, 100%); - --kbq-checkbox-error-states-hover-border: hsla(7, 97%, 35%, 100%); - --kbq-checkbox-error-states-hover-background: hsla(7, 97%, 13%, 100%); - --kbq-checkbox-error-states-checked-border: transparent; - --kbq-checkbox-error-states-checked-background: hsla(7, 97%, 41%, 100%); - --kbq-checkbox-error-states-checked-hover-border: transparent; - --kbq-checkbox-error-states-checked-hover-background: hsla(7, 97%, 42%, 100%); - --kbq-checkbox-error-states-focused-border: hsla(7, 97%, 35%, 100%); - --kbq-checkbox-error-states-focused-background: hsla(7, 97%, 6%, 100%); - --kbq-checkbox-error-states-focused-outline: 1px solid hsla(7, 97%, 45%, 100%); - --kbq-checkbox-error-states-checked-focused-border: hsla(7, 97%, 45%, 100%); - --kbq-checkbox-error-states-checked-focused-background: hsla(7, 97%, 41%, 100%); - --kbq-checkbox-error-states-checked-focused-outline: 1px solid hsla(7, 97%, 45%, 100%); - --kbq-checkbox-error-states-disabled-border: hsla(229, 15%, 30%, 100%); - --kbq-checkbox-error-states-disabled-color: hsla(229, 15%, 30%, 100%); - --kbq-checkbox-error-states-disabled-text: hsla(229, 15%, 40%, 100%); - --kbq-checkbox-error-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-checkbox-error-states-disabled-caption: hsla(229, 15%, 30%, 100%); - --kbq-code-block-filled-container-background: hsla(229, 15%, 16%, 100%); - --kbq-code-block-filled-container-border-color: hsla(229, 15%, 22%, 100%); - --kbq-code-block-filled-header-background: hsla(229, 15%, 16%, 100%); - --kbq-code-block-filled-header-shadow: 0px 1px 0px 0px hsla(229, 100%, 85%, 15%); - --kbq-code-block-filled-actionbar-fade-gradient: linear-gradient(90deg, transparent, hsla(229, 15%, 16%, 100%)); - --kbq-code-block-filled-actionbar-background: hsla(229, 15%, 16%, 100%); - --kbq-code-block-filled-collapse-expanded-background: transparent; - --kbq-code-block-filled-collapse-collapsed-background: linear-gradient(180deg, hsla(229, 15%, 15%, 0%) 0%, hsla(229, 15%, 15%, 1%) 100%); - --kbq-code-block-filled-collapse-button-expand-background: hsla(229, 15%, 16%, 100%); - --kbq-code-block-outline-container-background: hsla(229, 15%, 15%, 100%); - --kbq-code-block-outline-container-border-color: transparent; - --kbq-code-block-outline-header-background: hsla(229, 15%, 15%, 100%); - --kbq-code-block-outline-header-shadow: 0px 1px 0px 0px hsla(229, 100%, 85%, 15%); - --kbq-code-block-outline-actionbar-fade-gradient: linear-gradient(90deg, transparent, hsla(229, 15%, 15%, 100%)); - --kbq-code-block-outline-actionbar-background: hsla(229, 15%, 15%, 100%); - --kbq-code-block-outline-collapse-expanded-background: transparent; - --kbq-code-block-outline-collapse-collapsed-background: linear-gradient(180deg, hsla(229, 15%, 12%, 0%) 0%, hsla(229, 15%, 12%, 1%) 100%); - --kbq-code-block-outline-collapse-button-expand-background: hsla(229, 15%, 15%, 100%); - --kbq-code-block-hljs-addition-background: hsla(104, 64%, 95%, 100%); - --kbq-code-block-hljs-addition-color: hsla(104, 64%, 25%, 100%); - --kbq-code-block-hljs-attr-background: null; - --kbq-code-block-hljs-attr-color: null; - --kbq-code-block-hljs-attribute-background: null; - --kbq-code-block-hljs-attribute-color: null; - --kbq-code-block-hljs-built-in-background: null; - --kbq-code-block-hljs-built-in-color: null; - --kbq-code-block-hljs-bullet-background: null; - --kbq-code-block-hljs-bullet-color: null; - --kbq-code-block-hljs-char-escape-background: null; - --kbq-code-block-hljs-char-escape-color: null; - --kbq-code-block-hljs-class-background: null; - --kbq-code-block-hljs-class-color: null; - --kbq-code-block-hljs-code-background: null; - --kbq-code-block-hljs-code-color: null; - --kbq-code-block-hljs-comment-background: null; - --kbq-code-block-hljs-comment-color: hsla(229, 15%, 60%, 100%); - --kbq-code-block-hljs-deletion-background: hsla(7, 97%, 95%, 100%); - --kbq-code-block-hljs-deletion-color: hsla(7, 97%, 35%, 100%); - --kbq-code-block-hljs-doctag-background: null; - --kbq-code-block-hljs-doctag-color: null; - --kbq-code-block-hljs-emphasis-background: null; - --kbq-code-block-hljs-emphasis-color: null; - --kbq-code-block-hljs-formula-background: null; - --kbq-code-block-hljs-formula-color: null; - --kbq-code-block-hljs-function-background: null; - --kbq-code-block-hljs-function-color: null; - --kbq-code-block-hljs-keyword-background: null; - --kbq-code-block-hljs-keyword-color: null; - --kbq-code-block-hljs-line-numbers-color: hsla(229, 15%, 60%, 100%); - --kbq-code-block-hljs-link-background: null; - --kbq-code-block-hljs-link-color: null; - --kbq-code-block-hljs-literal-background: null; - --kbq-code-block-hljs-literal-color: hsla(277, 72%, 60%, 100%); - --kbq-code-block-hljs-meta-background: null; - --kbq-code-block-hljs-meta-color: hsla(216, 100%, 65%, 100%); - --kbq-code-block-hljs-meta-keyword-background: null; - --kbq-code-block-hljs-meta-keyword-color: null; - --kbq-code-block-hljs-meta-string-background: null; - --kbq-code-block-hljs-meta-string-color: hsla(216, 100%, 65%, 100%); - --kbq-code-block-hljs-meta-prompt-background: null; - --kbq-code-block-hljs-meta-prompt-color: null; - --kbq-code-block-hljs-name-background: null; - --kbq-code-block-hljs-name-color: hsla(216, 100%, 65%, 100%); - --kbq-code-block-hljs-number-background: null; - --kbq-code-block-hljs-number-color: hsla(277, 72%, 60%, 100%); - --kbq-code-block-hljs-operator-background: null; - --kbq-code-block-hljs-operator-color: null; - --kbq-code-block-hljs-params-background: null; - --kbq-code-block-hljs-params-color: null; - --kbq-code-block-hljs-property-background: null; - --kbq-code-block-hljs-property-color: null; - --kbq-code-block-hljs-punctuation-background: null; - --kbq-code-block-hljs-punctuation-color: null; - --kbq-code-block-hljs-quote-background: null; - --kbq-code-block-hljs-quote-color: null; - --kbq-code-block-hljs-regexp-background: null; - --kbq-code-block-hljs-regexp-color: hsla(104, 64%, 40%, 100%); - --kbq-code-block-hljs-section-background: null; - --kbq-code-block-hljs-section-color: null; - --kbq-code-block-hljs-selector-attr-background: null; - --kbq-code-block-hljs-selector-attr-color: null; - --kbq-code-block-hljs-selector-class-background: null; - --kbq-code-block-hljs-selector-class-color: null; - --kbq-code-block-hljs-selector-id-background: null; - --kbq-code-block-hljs-selector-id-color: null; - --kbq-code-block-hljs-selector-pseudo-background: null; - --kbq-code-block-hljs-selector-pseudo-color: null; - --kbq-code-block-hljs-selector-tag-background: null; - --kbq-code-block-hljs-selector-tag-color: hsla(216, 100%, 65%, 100%); - --kbq-code-block-hljs-string-background: null; - --kbq-code-block-hljs-string-color: hsla(104, 64%, 40%, 100%); - --kbq-code-block-hljs-strong-background: null; - --kbq-code-block-hljs-strong-color: null; - --kbq-code-block-hljs-subst-background: null; - --kbq-code-block-hljs-subst-color: null; - --kbq-code-block-hljs-symbol-background: null; - --kbq-code-block-hljs-symbol-color: hsla(216, 100%, 65%, 100%); - --kbq-code-block-hljs-tag-background: null; - --kbq-code-block-hljs-tag-color: null; - --kbq-code-block-hljs-template-tag-background: null; - --kbq-code-block-hljs-template-tag-color: null; - --kbq-code-block-hljs-template-variable-background: null; - --kbq-code-block-hljs-template-variable-color: null; - --kbq-code-block-hljs-title-background: null; - --kbq-code-block-hljs-title-color: hsla(216, 100%, 65%, 100%); - --kbq-code-block-hljs-title-class-background: null; - --kbq-code-block-hljs-title-class-color: null; - --kbq-code-block-hljs-title-class-inherited-background: null; - --kbq-code-block-hljs-title-class-inherited-color: null; - --kbq-code-block-hljs-title-function-background: null; - --kbq-code-block-hljs-title-function-color: null; - --kbq-code-block-hljs-title-function-invoke-background: null; - --kbq-code-block-hljs-title-function-invoke-color: null; - --kbq-code-block-hljs-type-background: null; - --kbq-code-block-hljs-type-color: null; - --kbq-code-block-hljs-variable-background: null; - --kbq-code-block-hljs-variable-color: null; - --kbq-code-block-hljs-variable-constant-background: null; - --kbq-code-block-hljs-variable-constant-color: null; - --kbq-code-block-hljs-variable-language-background: null; - --kbq-code-block-hljs-variable-language-color: null; - --kbq-datepicker-container-background: hsla(229, 15%, 15%, 100%); - --kbq-datepicker-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-datepicker-header-text: hsla(229, 15%, 45%, 100%); - --kbq-datepicker-header-divider: hsla(229, 15%, 22%, 100%); - --kbq-datepicker-grid-cell-default-background: transparent; - --kbq-datepicker-grid-cell-default-text: hsla(229, 15%, 80%, 100%); - --kbq-datepicker-grid-cell-today-background: transparent; - --kbq-datepicker-grid-cell-today-text: hsla(216, 100%, 65%, 100%); - --kbq-datepicker-grid-cell-states-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-datepicker-grid-cell-states-active-background: hsla(229, 100%, 85%, 15%); - --kbq-datepicker-grid-cell-states-selected-background: hsla(229, 15%, 90%, 100%); - --kbq-datepicker-grid-cell-states-selected-text: hsla(229, 15%, 15%, 100%); - --kbq-datepicker-grid-cell-states-selected-hover-background: hsla(229, 15%, 55%, 100%); - --kbq-datepicker-grid-cell-states-disabled-background: transparent; - --kbq-datepicker-grid-cell-states-disabled-text: hsla(229, 15%, 40%, 100%); - --kbq-divider-color: hsla(229, 15%, 22%, 100%); - --kbq-description-list-term-color: hsla(229, 15%, 50%, 100%); - --kbq-description-list-description-color: hsla(229, 15%, 80%, 100%); - --kbq-dropdown-container-background: hsla(229, 15%, 15%, 100%); - --kbq-dropdown-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-empty-state-title: hsla(229, 15%, 80%, 100%); - --kbq-empty-state-color: hsla(229, 15%, 80%, 100%); - --kbq-file-upload-single-default-container-border: hsla(229, 15%, 30%, 100%); - --kbq-file-upload-single-default-container-background: hsla(229, 15%, 12%, 100%); - --kbq-file-upload-single-default-upload-icon-color: hsla(229, 15%, 45%, 100%); - --kbq-file-upload-single-default-left-icon-color: hsla(229, 15%, 45%, 100%); - --kbq-file-upload-single-default-text-block-color: hsla(229, 15%, 80%, 100%); - --kbq-file-upload-single-default-icon-button-color: hsla(229, 15%, 80%, 100%); - --kbq-file-upload-single-states-on-drag-container-border: hsla(216, 100%, 30%, 100%); - --kbq-file-upload-single-states-on-drag-container-background: hsla(216, 100%, 20%, 100%); - --kbq-file-upload-single-states-on-drag-upload-icon-color: hsla(229, 15%, 45%, 100%); - --kbq-file-upload-single-states-on-drag-left-icon-color: hsla(229, 15%, 45%, 100%); - --kbq-file-upload-single-states-on-drag-text-block-color: hsla(229, 15%, 80%, 100%); - --kbq-file-upload-single-states-error-container-border: hsla(7, 97%, 35%, 100%); - --kbq-file-upload-single-states-error-container-background: hsla(7, 97%, 6%, 100%); - --kbq-file-upload-single-states-error-left-icon-color: hsla(7, 97%, 60%, 100%); - --kbq-file-upload-single-states-error-text-block-color: hsla(7, 97%, 60%, 100%); - --kbq-file-upload-single-states-disabled-container-border: hsla(229, 15%, 50%, 32%); - --kbq-file-upload-single-states-disabled-container-background: hsla(229, 15%, 50%, 16%); - --kbq-file-upload-single-states-disabled-upload-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-file-upload-single-states-disabled-left-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-file-upload-single-states-disabled-text-block-color: hsla(229, 15%, 40%, 100%); - --kbq-file-upload-single-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); - --kbq-file-upload-multiple-default-container-border: hsla(229, 15%, 30%, 100%); - --kbq-file-upload-multiple-default-container-background: hsla(229, 15%, 12%, 100%); - --kbq-file-upload-multiple-default-upload-icon-color: hsla(229, 15%, 45%, 100%); - --kbq-file-upload-multiple-default-left-icon-color: hsla(229, 15%, 45%, 100%); - --kbq-file-upload-multiple-default-text-block-color: hsla(229, 15%, 80%, 100%); - --kbq-file-upload-multiple-default-icon-button-color: hsla(229, 15%, 80%, 100%); - --kbq-file-upload-multiple-default-grid-divider-color: hsla(229, 15%, 22%, 100%); - --kbq-file-upload-multiple-states-on-drag-container-border: hsla(216, 100%, 30%, 100%); - --kbq-file-upload-multiple-states-on-drag-container-background: hsla(216, 100%, 20%, 100%); - --kbq-file-upload-multiple-states-on-drag-upload-icon-color: hsla(229, 15%, 45%, 100%); - --kbq-file-upload-multiple-states-on-drag-left-icon-color: hsla(229, 15%, 45%, 100%); - --kbq-file-upload-multiple-states-on-drag-icon-button-color: hsla(229, 15%, 80%, 100%); - --kbq-file-upload-multiple-states-on-drag-text-block-color: hsla(229, 15%, 80%, 100%); - --kbq-file-upload-multiple-states-on-drag-grid-divider-color: hsla(216, 100%, 30%, 100%); - --kbq-file-upload-multiple-states-error-grid-cell-background: hsla(7, 97%, 6%, 100%); - --kbq-file-upload-multiple-states-error-left-icon-color: hsla(7, 97%, 60%, 100%); - --kbq-file-upload-multiple-states-error-text-block-color: hsla(7, 97%, 60%, 100%); - --kbq-file-upload-multiple-states-error-icon-button-color: hsla(7, 97%, 60%, 100%); - --kbq-file-upload-multiple-states-disabled-container-border: hsla(229, 15%, 50%, 32%); - --kbq-file-upload-multiple-states-disabled-container-background: hsla(229, 15%, 50%, 16%); - --kbq-file-upload-multiple-states-disabled-upload-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-file-upload-multiple-states-disabled-left-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-file-upload-multiple-states-disabled-text-block-color: hsla(229, 15%, 40%, 100%); - --kbq-file-upload-multiple-states-disabled-grid-divider-color: hsla(229, 15%, 50%, 32%); - --kbq-form-field-default-border-color: hsla(229, 15%, 30%, 100%); - --kbq-form-field-default-background: hsla(229, 15%, 12%, 100%); - --kbq-form-field-default-placeholder: hsla(229, 15%, 45%, 100%); - --kbq-form-field-default-text: hsla(229, 15%, 80%, 100%); - --kbq-form-field-states-focused-border-color: hsla(216, 100%, 60%, 100%); - --kbq-form-field-states-focused-background: hsla(229, 15%, 12%, 100%); - --kbq-form-field-states-focused-placeholder: hsla(229, 15%, 45%, 100%); - --kbq-form-field-states-focused-text: hsla(229, 15%, 80%, 100%); - --kbq-form-field-states-focused-focus-outline: hsla(216, 100%, 60%, 100%); - --kbq-form-field-states-error-border-color: hsla(7, 97%, 35%, 100%); - --kbq-form-field-states-error-background: hsla(7, 97%, 6%, 100%); - --kbq-form-field-states-error-placeholder: hsla(7, 97%, 25%, 100%); - --kbq-form-field-states-error-text: hsla(7, 97%, 60%, 100%); - --kbq-form-field-states-error-focused-focus-outline: hsla(7, 97%, 45%, 100%); - --kbq-form-field-states-autofill-border-color: hsla(216, 100%, 60%, 100%); - --kbq-form-field-states-autofill-background: hsla(216, 100%, 20%, 100%); - --kbq-form-field-states-autofill-placeholder: hsla(229, 15%, 45%, 100%); - --kbq-form-field-states-autofill-text: hsla(229, 15%, 80%, 100%); - --kbq-form-field-states-disabled-border-color: hsla(229, 15%, 50%, 32%); - --kbq-form-field-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-form-field-states-disabled-placeholder: hsla(229, 15%, 40%, 100%); - --kbq-form-field-states-disabled-text: hsla(229, 15%, 40%, 100%); - --kbq-form-field-hint-text: hsla(229, 15%, 60%, 100%); - --kbq-forms-label: hsla(229, 15%, 80%, 100%); - --kbq-forms-legend: hsla(229, 15%, 80%, 100%); - --kbq-hint-fill-text-off-fade-contrast-text: hsla(229, 15%, 80%, 100%); - --kbq-hint-fill-text-off-fade-contrast-icon: hsla(229, 15%, 45%, 100%); - --kbq-hint-fill-text-off-success-text: hsla(229, 15%, 80%, 100%); - --kbq-hint-fill-text-off-success-icon: hsla(104, 64%, 45%, 100%); - --kbq-hint-fill-text-off-warning-text: hsla(229, 15%, 80%, 100%); - --kbq-hint-fill-text-off-warning-icon: hsla(38, 100%, 60%, 100%); - --kbq-hint-fill-text-off-error-text: hsla(229, 15%, 80%, 100%); - --kbq-hint-fill-text-off-error-icon: hsla(7, 97%, 60%, 100%); - --kbq-hint-fill-text-on-fade-contrast-text: hsla(229, 15%, 80%, 100%); - --kbq-hint-fill-text-on-fade-contrast-icon: hsla(229, 15%, 45%, 100%); - --kbq-hint-fill-text-on-success-text: hsla(104, 64%, 45%, 100%); - --kbq-hint-fill-text-on-success-icon: hsla(104, 64%, 45%, 100%); - --kbq-hint-fill-text-on-warning-text: hsla(38, 100%, 60%, 100%); - --kbq-hint-fill-text-on-warning-icon: hsla(38, 100%, 60%, 100%); - --kbq-hint-fill-text-on-error-text: hsla(7, 97%, 60%, 100%); - --kbq-hint-fill-text-on-error-icon: hsla(7, 97%, 60%, 100%); - --kbq-icon-item-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%); - --kbq-icon-item-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%); - --kbq-icon-item-filled-fade-off-contrast-color: hsla(229, 15%, 15%, 100%); - --kbq-icon-item-filled-fade-off-contrast-background: hsla(229, 15%, 90%, 100%); - --kbq-icon-item-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%); - --kbq-icon-item-filled-fade-off-error-background: hsla(7, 97%, 41%, 100%); - --kbq-icon-item-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%); - --kbq-icon-item-filled-fade-off-warning-background: hsla(38, 100%, 39%, 100%); - --kbq-icon-item-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%); - --kbq-icon-item-filled-fade-off-success-background: hsla(104, 64%, 40%, 100%); - --kbq-icon-item-filled-fade-on-theme-color: hsla(216, 100%, 65%, 100%); - --kbq-icon-item-filled-fade-on-theme-background: hsla(216, 100%, 20%, 100%); - --kbq-icon-item-filled-fade-on-contrast-color: hsla(229, 15%, 80%, 100%); - --kbq-icon-item-filled-fade-on-contrast-background: hsla(229, 15%, 25%, 100%); - --kbq-icon-item-filled-fade-on-error-color: hsla(7, 97%, 60%, 100%); - --kbq-icon-item-filled-fade-on-error-background: hsla(7, 97%, 15%, 100%); - --kbq-icon-item-filled-fade-on-warning-color: hsla(38, 100%, 60%, 100%); - --kbq-icon-item-filled-fade-on-warning-background: hsla(38, 100%, 14%, 100%); - --kbq-icon-item-filled-fade-on-success-color: hsla(104, 64%, 45%, 100%); - --kbq-icon-item-filled-fade-on-success-background: hsla(104, 64%, 12%, 100%); - --kbq-icon-theme-color: hsla(216, 100%, 65%, 100%); - --kbq-icon-contrast-color: hsla(229, 15%, 80%, 100%); - --kbq-icon-fade-contrast-color: hsla(229, 15%, 45%, 100%); - --kbq-icon-error-color: hsla(7, 97%, 60%, 100%); - --kbq-icon-success-color: hsla(104, 64%, 45%, 100%); - --kbq-icon-warning-color: hsla(38, 100%, 60%, 100%); - --kbq-link-text: hsla(216, 100%, 65%, 100%); - --kbq-link-border-bottom: hsla(216, 100%, 27%, 100%); - --kbq-link-state-visited-text: hsla(277, 72%, 50%, 100%); - --kbq-link-state-visited-border-bottom: hsla(277, 72%, 30%, 100%); - --kbq-link-state-visited-hover-text: hsla(277, 72%, 55%, 100%); - --kbq-link-state-visited-hover-border-bottom: hsla(277, 72%, 30%, 100%); - --kbq-link-state-visited-active-text: hsla(277, 72%, 60%, 100%); - --kbq-link-state-visited-active-border-bottom: hsla(277, 72%, 30%, 100%); - --kbq-link-state-hover-text: hsla(216, 100%, 65%, 100%); - --kbq-link-state-hover-border-bottom: hsla(216, 100%, 27%, 100%); - --kbq-link-state-active-text: hsla(216, 100%, 70%, 100%); - --kbq-link-state-active-border-bottom: hsla(216, 100%, 27%, 100%); - --kbq-link-state-focused-outline: hsla(216, 100%, 60%, 100%); - --kbq-link-state-disabled-text: hsla(229, 15%, 40%, 100%); - --kbq-link-state-disabled-border-bottom: hsla(229, 15%, 50%, 32%); - --kbq-list-default-container-background: transparent; - --kbq-list-default-text-color: hsla(229, 15%, 80%, 100%); - --kbq-list-default-icon-color: hsla(229, 15%, 80%, 100%); - --kbq-list-default-icon-button-color: hsla(229, 15%, 45%, 100%); - --kbq-list-default-caption-color: hsla(229, 15%, 60%, 100%); - --kbq-list-states-hover-container-background: hsla(229, 15%, 50%, 16%); - --kbq-list-states-hover-text-color: hsla(229, 15%, 80%, 100%); - --kbq-list-states-hover-icon-color: hsla(229, 15%, 80%, 100%); - --kbq-list-states-hover-icon-button-color: hsla(229, 15%, 45%, 100%); - --kbq-list-states-selected-container-background: hsla(216, 100%, 18%, 100%); - --kbq-list-states-selected-text-color: hsla(229, 15%, 80%, 100%); - --kbq-list-states-selected-icon-color: hsla(229, 15%, 80%, 100%); - --kbq-list-states-selected-icon-button-color: hsla(229, 15%, 45%, 100%); - --kbq-list-states-selected-hover-container-background: hsla(216, 100%, 15%, 100%); - --kbq-list-states-selected-hover-text-color: hsla(229, 15%, 80%, 100%); - --kbq-list-states-selected-hover-icon-color: hsla(229, 15%, 80%, 100%); - --kbq-list-states-selected-hover-icon-button-color: hsla(229, 15%, 45%, 100%); - --kbq-list-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); - --kbq-list-states-disabled-container-background: transparent; - --kbq-list-states-disabled-text-color: hsla(229, 15%, 40%, 100%); - --kbq-list-states-disabled-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-list-states-disabled-icon-button-color: hsla(229, 15%, 30%, 100%); - --kbq-list-states-disabled-caption-color: hsla(229, 15%, 40%, 100%); - --kbq-loader-overlay-transparent-overlay-background: hsla(229, 15%, 12%, 80%); - --kbq-loader-overlay-transparent-text-color: hsla(229, 15%, 80%, 100%); - --kbq-loader-overlay-transparent-caption-color: hsla(229, 15%, 60%, 100%); - --kbq-loader-overlay-filled-overlay-background: hsla(229, 15%, 12%, 100%); - --kbq-loader-overlay-filled-text-color: hsla(229, 15%, 80%, 100%); - --kbq-loader-overlay-filled-caption-color: hsla(229, 15%, 60%, 100%); - --kbq-markdown-h1-color: hsla(229, 15%, 80%, 100%); - --kbq-markdown-h2-color: hsla(229, 15%, 80%, 100%); - --kbq-markdown-h3-color: hsla(229, 15%, 80%, 100%); - --kbq-markdown-h4-color: hsla(229, 15%, 80%, 100%); - --kbq-markdown-h5-color: hsla(229, 15%, 80%, 100%); - --kbq-markdown-h6-color: hsla(229, 15%, 80%, 100%); - --kbq-markdown-p-color: hsla(229, 15%, 80%, 100%); - --kbq-markdown-list-color: hsla(229, 15%, 80%, 100%); - --kbq-markdown-blockquote-text: hsla(229, 15%, 80%, 100%); - --kbq-markdown-blockquote-line: hsla(229, 15%, 30%, 100%); - --kbq-markdown-blockquote-background: hsla(229, 15%, 25%, 100%); - --kbq-markdown-blockquote-border: transparent; - --kbq-markdown-code-text: hsla(229, 15%, 80%, 100%); - --kbq-markdown-code-background: hsla(229, 15%, 95%, 100%); - --kbq-markdown-code-border: hsla(229, 15%, 22%, 100%); - --kbq-markdown-link-text: hsla(216, 100%, 65%, 100%); - --kbq-markdown-link-border-bottom: hsla(216, 100%, 27%, 100%); - --kbq-markdown-link-state-visited-text: hsla(277, 72%, 50%, 100%); - --kbq-markdown-link-state-visited-border-bottom: hsla(277, 72%, 30%, 100%); - --kbq-markdown-link-state-hover-text: hsla(216, 100%, 65%, 100%); - --kbq-markdown-link-state-hover-border-bottom: hsla(216, 100%, 27%, 100%); - --kbq-markdown-link-state-active: hsla(216, 100%, 70%, 100%); - --kbq-markdown-link-state-focused-outline: hsla(216, 100%, 60%, 100%); - --kbq-markdown-image-caption-text: hsla(229, 15%, 50%, 100%); - --kbq-markdown-hr-color: hsla(229, 15%, 22%, 100%); - --kbq-markdown-table-header: hsla(229, 15%, 50%, 100%); - --kbq-markdown-table-body: hsla(229, 15%, 80%, 100%); - --kbq-markdown-table-border: hsla(229, 15%, 22%, 100%); - --kbq-modal-overlay-background: hsla(229, 15%, 6%, 64%); - --kbq-modal-container-background: hsla(229, 15%, 15%, 100%); - --kbq-modal-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-modal-close-button-color: hsla(229, 15%, 80%, 100%); - --kbq-modal-header-text-color: hsla(229, 15%, 80%, 100%); - --kbq-modal-content-text-color: hsla(229, 15%, 80%, 100%); - --kbq-navbar-background: hsla(229, 15%, 12%, 100%); - --kbq-navbar-border: hsla(229, 15%, 22%, 100%); - --kbq-navbar-item-default-content-text: hsla(229, 15%, 80%, 100%); - --kbq-navbar-item-default-content-background: transparent; - --kbq-navbar-item-default-content-icon-left: hsla(229, 15%, 80%, 100%); - --kbq-navbar-item-default-content-icon-right: hsla(229, 15%, 80%, 100%); - --kbq-navbar-item-states-hover-content-text: hsla(229, 15%, 80%, 100%); - --kbq-navbar-item-states-hover-content-background: hsla(229, 15%, 50%, 16%); - --kbq-navbar-item-states-hover-content-icon-left: hsla(229, 15%, 90%, 100%); - --kbq-navbar-item-states-hover-content-icon-right: hsla(229, 15%, 90%, 100%); - --kbq-navbar-item-states-selected-content-text: hsla(229, 15%, 80%, 100%); - --kbq-navbar-item-states-selected-content-background: hsla(229, 100%, 85%, 15%); - --kbq-navbar-item-states-selected-content-icon-left: hsla(229, 15%, 80%, 100%); - --kbq-navbar-item-states-selected-content-icon-right: hsla(229, 15%, 80%, 100%); - --kbq-navbar-item-states-selected-hover-content-text: hsla(229, 15%, 80%, 100%); - --kbq-navbar-item-states-selected-hover-content-background: hsla(229, 15%, 50%, 16%); - --kbq-navbar-item-states-selected-hover-content-icon-left: hsla(229, 15%, 90%, 100%); - --kbq-navbar-item-states-selected-hover-content-icon-right: hsla(229, 15%, 90%, 100%); - --kbq-navbar-item-states-disabled-content-text: hsla(229, 15%, 40%, 100%); - --kbq-navbar-item-states-disabled-content-background: transparent; - --kbq-navbar-item-states-disabled-content-icon-left: hsla(229, 15%, 30%, 100%); - --kbq-navbar-item-states-disabled-content-icon-right: hsla(229, 15%, 30%, 100%); - --kbq-popover-container-background: hsla(229, 15%, 15%, 100%); - --kbq-popover-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-popover-header-text-color: hsla(229, 15%, 80%, 100%); - --kbq-popover-header-scroll-shadow: 0px 1px 0px 0px hsla(229, 100%, 85%, 15%); - --kbq-popover-content-text-color: hsla(229, 15%, 80%, 100%); - --kbq-popover-footer-scroll-shadow: 0px -1px 0px 0px hsla(229, 100%, 85%, 15%); - --kbq-popup-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-popup-border: transparent; - --kbq-popup-background: hsla(229, 15%, 15%, 100%); - --kbq-popup-footer-background: transparent; - --kbq-progress-bar-bar-background: hsla(229, 15%, 25%, 100%); - --kbq-progress-bar-bar-foreground: hsla(216, 100%, 65%, 100%); - --kbq-progress-bar-text-color: hsla(229, 15%, 80%, 100%); - --kbq-progress-bar-caption-color: hsla(229, 15%, 60%, 100%); - --kbq-progress-spinner-circle-background: hsla(216, 100%, 65%, 100%); - --kbq-progress-spinner-text-color: hsla(229, 15%, 80%, 100%); - --kbq-progress-spinner-caption-color: hsla(229, 15%, 60%, 100%); - --kbq-radio-theme-default-outer-circle-border: hsla(229, 15%, 30%, 100%); - --kbq-radio-theme-default-outer-circle-background: hsla(229, 15%, 12%, 100%); - --kbq-radio-theme-default-inner-circle-background: transparent; - --kbq-radio-theme-default-caption: hsla(229, 15%, 60%, 100%); - --kbq-radio-theme-states-hover-outer-circle-border: hsla(229, 15%, 30%, 100%); - --kbq-radio-theme-states-hover-outer-circle-background: hsla(229, 15%, 50%, 16%); - --kbq-radio-theme-states-hover-inner-circle-background: transparent; - --kbq-radio-theme-states-checked-outer-circle-border: transparent; - --kbq-radio-theme-states-checked-outer-circle-background: hsla(216, 100%, 50%, 100%); - --kbq-radio-theme-states-checked-inner-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-radio-theme-states-checked-hover-outer-circle-border: hsla(216, 100%, 45%, 100%); - --kbq-radio-theme-states-checked-hover-outer-circle-background: hsla(216, 100%, 45%, 100%); - --kbq-radio-theme-states-checked-hover-inner-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-radio-theme-states-checked-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); - --kbq-radio-theme-states-checked-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); - --kbq-radio-theme-states-checked-disabled-inner-circle-background: hsla(229, 15%, 30%, 100%); - --kbq-radio-theme-states-focused-outer-circle-border: transparent; - --kbq-radio-theme-states-focused-outer-circle-background: hsla(229, 15%, 12%, 100%); - --kbq-radio-theme-states-focused-inner-circle-background: transparent; - --kbq-radio-theme-states-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(216, 100%, 60%, 100%); - --kbq-radio-theme-states-checked-focused-outer-circle-border: transparent; - --kbq-radio-theme-states-checked-focused-outer-circle-background: hsla(216, 100%, 50%, 100%); - --kbq-radio-theme-states-checked-focused-inner-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-radio-theme-states-checked-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(216, 100%, 60%, 100%); - --kbq-radio-theme-states-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); - --kbq-radio-theme-states-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); - --kbq-radio-theme-states-disabled-inner-circle-background: transparent; - --kbq-radio-theme-states-disabled-caption: hsla(229, 15%, 40%, 100%); - --kbq-radio-error-default-outer-circle-border: hsla(7, 97%, 35%, 100%); - --kbq-radio-error-default-outer-circle-background: hsla(7, 97%, 6%, 100%); - --kbq-radio-error-default-inner-circle-background: transparent; - --kbq-radio-error-states-hover-outer-circle-border: hsla(7, 97%, 35%, 100%); - --kbq-radio-error-states-hover-outer-circle-background: hsla(7, 97%, 13%, 100%); - --kbq-radio-error-states-hover-inner-circle-background: transparent; - --kbq-radio-error-states-checked-outer-circle-border: transparent; - --kbq-radio-error-states-checked-outer-circle-background: hsla(7, 97%, 41%, 100%); - --kbq-radio-error-states-checked-inner-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-radio-error-states-checked-hover-outer-circle-border: transparent; - --kbq-radio-error-states-checked-hover-outer-circle-background: hsla(7, 97%, 42%, 100%); - --kbq-radio-error-states-checked-hover-inner-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-radio-error-states-checked-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); - --kbq-radio-error-states-checked-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); - --kbq-radio-error-states-checked-disabled-inner-circle-background: hsla(229, 15%, 30%, 100%); - --kbq-radio-error-states-focused-outer-circle-border: transparent; - --kbq-radio-error-states-focused-outer-circle-background: hsla(7, 97%, 6%, 100%); - --kbq-radio-error-states-focused-inner-circle-background: transparent; - --kbq-radio-error-states-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(7, 97%, 45%, 100%); - --kbq-radio-error-states-checked-focused-outer-circle-border: transparent; - --kbq-radio-error-states-checked-focused-outer-circle-background: hsla(7, 97%, 41%, 100%); - --kbq-radio-error-states-checked-focused-inner-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-radio-error-states-checked-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(7, 97%, 45%, 100%); - --kbq-radio-error-states-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); - --kbq-radio-error-states-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); - --kbq-radio-error-states-disabled-inner-circle-background: transparent; - --kbq-risk-level-filled-fade-off-success-background: hsla(104, 64%, 40%, 100%); - --kbq-risk-level-filled-fade-off-success-text: hsla(0, 0%, 100%, 100%); - --kbq-risk-level-filled-fade-off-warning-background: hsla(38, 100%, 39%, 100%); - --kbq-risk-level-filled-fade-off-warning-text: hsla(0, 0%, 100%, 100%); - --kbq-risk-level-filled-fade-off-error-background: hsla(7, 97%, 41%, 100%); - --kbq-risk-level-filled-fade-off-error-text: hsla(0, 0%, 100%, 100%); - --kbq-risk-level-filled-fade-on-contrast-background: hsla(229, 15%, 25%, 100%); - --kbq-risk-level-filled-fade-on-contrast-text: hsla(229, 15%, 80%, 100%); - --kbq-risk-level-filled-fade-on-success-background: hsla(104, 64%, 12%, 100%); - --kbq-risk-level-filled-fade-on-success-text: hsla(104, 64%, 45%, 100%); - --kbq-risk-level-filled-fade-on-warning-background: hsla(38, 100%, 14%, 100%); - --kbq-risk-level-filled-fade-on-warning-text: hsla(38, 100%, 60%, 100%); - --kbq-risk-level-filled-fade-on-error-background: hsla(7, 97%, 15%, 100%); - --kbq-risk-level-filled-fade-on-error-text: hsla(7, 97%, 60%, 100%); - --kbq-risk-level-outline-fade-on-contrast-background: transparent; - --kbq-risk-level-outline-fade-on-contrast-text: hsla(229, 15%, 80%, 100%); - --kbq-risk-level-outline-fade-on-contrast-border: hsla(229, 15%, 30%, 100%); - --kbq-risk-level-outline-fade-on-success-background: transparent; - --kbq-risk-level-outline-fade-on-success-text: hsla(104, 64%, 45%, 100%); - --kbq-risk-level-outline-fade-on-success-border: hsla(104, 64%, 20%, 100%); - --kbq-risk-level-outline-fade-on-warning-background: transparent; - --kbq-risk-level-outline-fade-on-warning-text: hsla(38, 100%, 60%, 100%); - --kbq-risk-level-outline-fade-on-warning-border: hsla(38, 100%, 20%, 100%); - --kbq-risk-level-outline-fade-on-error-background: transparent; - --kbq-risk-level-outline-fade-on-error-text: hsla(7, 97%, 60%, 100%); - --kbq-risk-level-outline-fade-on-error-border: hsla(7, 97%, 35%, 100%); - --kbq-scrollbar-thumb-default-background: hsla(229, 15%, 45%, 100%); - --kbq-scrollbar-thumb-hover-background: hsla(229, 15%, 50%, 100%); - --kbq-scrollbar-thumb-active-background: hsla(229, 15%, 40%, 100%); - --kbq-scrollbar-thumb-disabled-background: hsla(229, 15%, 30%, 100%); - --kbq-scrollbar-track-default-border: transparent; - --kbq-scrollbar-track-default-background: transparent; - --kbq-scrollbar-track-hover-border: transparent; - --kbq-scrollbar-track-hover-background: transparent; - --kbq-scrollbar-track-active-border: transparent; - --kbq-scrollbar-track-active-background: transparent; - --kbq-select-panel-dropdown-background: hsla(229, 15%, 15%, 100%); - --kbq-select-panel-dropdown-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-sidepanel-overlay-background: hsla(229, 15%, 6%, 64%); - --kbq-sidepanel-container-background: hsla(229, 15%, 15%, 100%); - --kbq-sidepanel-container-box-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-sidepanel-header-text-color: hsla(229, 15%, 80%, 100%); - --kbq-sidepanel-content-text-color: hsla(229, 15%, 80%, 100%); - --kbq-tabs-tab-item-filled-on-background-default-background: transparent; - --kbq-tabs-tab-item-filled-on-background-default-text-color: hsla(229, 15%, 80%, 100%); - --kbq-tabs-tab-item-filled-on-background-default-icon-color: hsla(229, 15%, 80%, 100%); - --kbq-tabs-tab-item-filled-on-background-states-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-filled-on-background-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); - --kbq-tabs-tab-item-filled-on-background-states-selected-background: hsla(229, 100%, 85%, 15%); - --kbq-tabs-tab-item-filled-on-background-states-selected-hover-background: hsla(229, 100%, 85%, 15%); - --kbq-tabs-tab-item-filled-on-background-states-selected-disabled-background: hsla(229, 100%, 85%, 15%); - --kbq-tabs-tab-item-filled-on-background-states-selected-disabled-text-color: hsla(229, 15%, 40%, 100%); - --kbq-tabs-tab-item-filled-on-background-states-selected-disabled-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-tabs-tab-item-filled-on-background-states-disabled-background: transparent; - --kbq-tabs-tab-item-filled-on-background-states-disabled-text-color: hsla(229, 15%, 40%, 100%); - --kbq-tabs-tab-item-filled-on-background-states-disabled-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-tabs-tab-item-filled-on-surface-default-background: transparent; - --kbq-tabs-tab-item-filled-on-surface-default-text-color: hsla(229, 15%, 80%, 100%); - --kbq-tabs-tab-item-filled-on-surface-default-icon-color: hsla(229, 15%, 80%, 100%); - --kbq-tabs-tab-item-filled-on-surface-states-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-filled-on-surface-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); - --kbq-tabs-tab-item-filled-on-surface-states-selected-background: hsla(229, 100%, 85%, 15%); - --kbq-tabs-tab-item-filled-on-surface-states-selected-hover-background: hsla(229, 100%, 85%, 15%); - --kbq-tabs-tab-item-filled-on-surface-states-selected-disabled-background: hsla(229, 100%, 85%, 15%); - --kbq-tabs-tab-item-filled-on-surface-states-selected-disabled-text-color: hsla(229, 15%, 40%, 100%); - --kbq-tabs-tab-item-filled-on-surface-states-selected-disabled-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-tabs-tab-item-filled-on-surface-states-disabled-background: transparent; - --kbq-tabs-tab-item-filled-on-surface-states-disabled-text-color: hsla(229, 15%, 40%, 100%); - --kbq-tabs-tab-item-filled-on-surface-states-disabled-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-tabs-tab-item-transparent-on-background-default-background: transparent; - --kbq-tabs-tab-item-transparent-on-background-default-text-color: hsla(229, 15%, 80%, 100%); - --kbq-tabs-tab-item-transparent-on-background-default-icon-color: hsla(229, 15%, 80%, 100%); - --kbq-tabs-tab-item-transparent-on-background-states-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-transparent-on-background-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); - --kbq-tabs-tab-item-transparent-on-background-states-selected-background: hsla(229, 100%, 85%, 15%); - --kbq-tabs-tab-item-transparent-on-background-states-selected-hover-background: hsla(229, 100%, 85%, 15%); - --kbq-tabs-tab-item-transparent-on-background-states-selected-disabled-background: hsla(229, 100%, 85%, 15%); - --kbq-tabs-tab-item-transparent-on-background-states-selected-disabled-text-color: hsla(229, 15%, 40%, 100%); - --kbq-tabs-tab-item-transparent-on-background-states-selected-disabled-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-tabs-tab-item-transparent-on-background-states-disabled-background: transparent; - --kbq-tabs-tab-item-transparent-on-background-states-disabled-text-color: hsla(229, 15%, 40%, 100%); - --kbq-tabs-tab-item-transparent-on-background-states-disabled-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-tabs-tab-item-transparent-on-surface-default-background: transparent; - --kbq-tabs-tab-item-transparent-on-surface-default-text-color: hsla(229, 15%, 80%, 100%); - --kbq-tabs-tab-item-transparent-on-surface-default-icon-color: hsla(229, 15%, 80%, 100%); - --kbq-tabs-tab-item-transparent-on-surface-states-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-transparent-on-surface-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); - --kbq-tabs-tab-item-transparent-on-surface-states-selected-background: hsla(229, 100%, 85%, 15%); - --kbq-tabs-tab-item-transparent-on-surface-states-selected-hover-background: hsla(229, 100%, 85%, 15%); - --kbq-tabs-tab-item-transparent-on-surface-states-selected-disabled-background: hsla(229, 100%, 85%, 15%); - --kbq-tabs-tab-item-transparent-on-surface-states-selected-disabled-text-color: hsla(229, 15%, 40%, 100%); - --kbq-tabs-tab-item-transparent-on-surface-states-selected-disabled-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-tabs-tab-item-transparent-on-surface-states-disabled-background: transparent; - --kbq-tabs-tab-item-transparent-on-surface-states-disabled-text-color: hsla(229, 15%, 40%, 100%); - --kbq-tabs-tab-item-transparent-on-surface-states-disabled-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-tabs-tab-stack-filled-on-background-background: hsla(229, 15%, 12%, 100%); - --kbq-tabs-tab-stack-filled-on-surface-background: hsla(229, 15%, 25%, 100%); - --kbq-tabs-tab-stack-transparent-on-background-background: transparent; - --kbq-tabs-tab-stack-transparent-on-surface-background: transparent; - --kbq-tag-theme-fade-on-default-background: hsla(216, 100%, 20%, 100%); - --kbq-tag-theme-fade-on-default-text: hsla(216, 100%, 65%, 100%); - --kbq-tag-theme-fade-on-default-icon: hsla(216, 100%, 65%, 100%); - --kbq-tag-theme-fade-on-default-close-button: hsla(216, 100%, 65%, 100%); - --kbq-tag-theme-fade-on-states-hover-background: hsla(216, 100%, 18%, 100%); - --kbq-tag-theme-fade-on-states-hover-text: hsla(216, 100%, 65%, 100%); - --kbq-tag-theme-fade-on-states-hover-icon: hsla(216, 100%, 65%, 100%); - --kbq-tag-theme-fade-on-states-hover-close-button: hsla(216, 100%, 65%, 100%); - --kbq-tag-theme-fade-on-states-focus-background: hsla(216, 100%, 20%, 100%); - --kbq-tag-theme-fade-on-states-focus-text: hsla(216, 100%, 65%, 100%); - --kbq-tag-theme-fade-on-states-focus-icon: hsla(216, 100%, 65%, 100%); - --kbq-tag-theme-fade-on-states-focus-close-button: hsla(216, 100%, 65%, 100%); - --kbq-tag-theme-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%); - --kbq-tag-theme-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-tag-theme-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%); - --kbq-tag-theme-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%); - --kbq-tag-theme-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%); - --kbq-tag-contrast-fade-on-default-background: hsla(229, 15%, 25%, 100%); - --kbq-tag-contrast-fade-on-default-text: hsla(229, 15%, 80%, 100%); - --kbq-tag-contrast-fade-on-default-icon: hsla(229, 15%, 45%, 100%); - --kbq-tag-contrast-fade-on-default-close-button: hsla(229, 15%, 45%, 100%); - --kbq-tag-contrast-fade-on-states-hover-background: hsla(229, 15%, 25%, 100%); - --kbq-tag-contrast-fade-on-states-hover-text: hsla(229, 15%, 80%, 100%); - --kbq-tag-contrast-fade-on-states-hover-icon: hsla(229, 15%, 45%, 100%); - --kbq-tag-contrast-fade-on-states-hover-close-button: hsla(229, 15%, 45%, 100%); - --kbq-tag-contrast-fade-on-states-focus-background: hsla(229, 15%, 25%, 100%); - --kbq-tag-contrast-fade-on-states-focus-text: hsla(229, 15%, 80%, 100%); - --kbq-tag-contrast-fade-on-states-focus-icon: hsla(229, 15%, 45%, 100%); - --kbq-tag-contrast-fade-on-states-focus-close-button: hsla(229, 15%, 45%, 100%); - --kbq-tag-contrast-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%); - --kbq-tag-contrast-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-tag-contrast-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%); - --kbq-tag-contrast-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%); - --kbq-tag-contrast-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%); - --kbq-tag-error-fade-on-default-background: hsla(7, 97%, 15%, 100%); - --kbq-tag-error-fade-on-default-text: hsla(7, 97%, 60%, 100%); - --kbq-tag-error-fade-on-default-icon: hsla(7, 97%, 60%, 100%); - --kbq-tag-error-fade-on-default-close-button: hsla(7, 97%, 60%, 100%); - --kbq-tag-error-fade-on-states-hover-background: hsla(7, 97%, 13%, 100%); - --kbq-tag-error-fade-on-states-hover-text: hsla(7, 97%, 60%, 100%); - --kbq-tag-error-fade-on-states-hover-icon: hsla(7, 97%, 60%, 100%); - --kbq-tag-error-fade-on-states-hover-close-button: hsla(7, 97%, 60%, 100%); - --kbq-tag-error-fade-on-states-focus-background: hsla(7, 97%, 15%, 100%); - --kbq-tag-error-fade-on-states-focus-text: hsla(7, 97%, 60%, 100%); - --kbq-tag-error-fade-on-states-focus-icon: hsla(7, 97%, 60%, 100%); - --kbq-tag-error-fade-on-states-focus-close-button: hsla(7, 97%, 60%, 100%); - --kbq-tag-error-fade-on-states-focus-outline: hsla(7, 97%, 45%, 100%); - --kbq-tag-error-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-tag-error-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%); - --kbq-tag-error-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%); - --kbq-tag-error-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%); - --kbq-tag-warning-fade-on-default-background: hsla(38, 100%, 14%, 100%); - --kbq-tag-warning-fade-on-default-text: hsla(38, 100%, 60%, 100%); - --kbq-tag-warning-fade-on-default-icon: hsla(38, 100%, 60%, 100%); - --kbq-tag-warning-fade-on-default-close-button: hsla(38, 100%, 60%, 100%); - --kbq-tag-warning-fade-on-states-hover-background: hsla(38, 100%, 13%, 100%); - --kbq-tag-warning-fade-on-states-hover-text: hsla(38, 100%, 60%, 100%); - --kbq-tag-warning-fade-on-states-hover-icon: hsla(38, 100%, 60%, 100%); - --kbq-tag-warning-fade-on-states-hover-close-button: hsla(38, 100%, 60%, 100%); - --kbq-tag-warning-fade-on-states-focus-background: hsla(38, 100%, 14%, 100%); - --kbq-tag-warning-fade-on-states-focus-text: hsla(38, 100%, 60%, 100%); - --kbq-tag-warning-fade-on-states-focus-icon: hsla(38, 100%, 60%, 100%); - --kbq-tag-warning-fade-on-states-focus-close-button: hsla(38, 100%, 60%, 100%); - --kbq-tag-warning-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%); - --kbq-tag-warning-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-tag-warning-fade-on-states-disabled-text: hsla(229, 15%, 40%, 100%); - --kbq-tag-warning-fade-on-states-disabled-icon: hsla(229, 15%, 30%, 100%); - --kbq-tag-warning-fade-on-states-disabled-close-button: hsla(229, 15%, 30%, 100%); - --kbq-timezone-option-text: hsla(229, 15%, 80%, 100%); - --kbq-timezone-option-caption: hsla(229, 15%, 60%, 100%); - --kbq-timezone-option-optgroup-label: hsla(229, 15%, 60%, 100%); - --kbq-toast-contrast-container-background: hsla(229, 15%, 15%, 100%); - --kbq-toast-contrast-container-title: hsla(229, 15%, 80%, 100%); - --kbq-toast-contrast-container-text: hsla(229, 15%, 60%, 100%); - --kbq-toast-contrast-container-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-toast-error-container-background: hsla(229, 15%, 15%, 100%); - --kbq-toast-error-container-title: hsla(229, 15%, 80%, 100%); - --kbq-toast-error-container-text: hsla(229, 15%, 60%, 100%); - --kbq-toast-error-container-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-toast-warning-container-background: hsla(229, 15%, 15%, 100%); - --kbq-toast-warning-container-title: hsla(229, 15%, 80%, 100%); - --kbq-toast-warning-container-text: hsla(229, 15%, 60%, 100%); - --kbq-toast-warning-container-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-toast-success-container-background: hsla(229, 15%, 15%, 100%); - --kbq-toast-success-container-title: hsla(229, 15%, 80%, 100%); - --kbq-toast-success-container-text: hsla(229, 15%, 60%, 100%); - --kbq-toast-success-container-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-toggle-theme-default-border: hsla(229, 15%, 30%, 100%); - --kbq-toggle-theme-default-background: hsla(229, 15%, 12%, 100%); - --kbq-toggle-theme-default-circle-background: hsla(229, 15%, 80%, 100%); - --kbq-toggle-theme-states-hover-border: hsla(229, 15%, 30%, 100%); - --kbq-toggle-theme-states-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-toggle-theme-states-hover-circle-background: hsla(229, 15%, 80%, 100%); - --kbq-toggle-theme-states-checked-border: transparent; - --kbq-toggle-theme-states-checked-background: hsla(216, 100%, 50%, 100%); - --kbq-toggle-theme-states-checked-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-toggle-theme-states-checked-hover-border: transparent; - --kbq-toggle-theme-states-checked-hover-background: hsla(216, 100%, 45%, 100%); - --kbq-toggle-theme-states-checked-hover-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-toggle-theme-states-focused-border: hsla(216, 100%, 60%, 100%); - --kbq-toggle-theme-states-focused-background: hsla(229, 15%, 12%, 100%); - --kbq-toggle-theme-states-focused-circle-background: hsla(229, 15%, 80%, 100%); - --kbq-toggle-theme-states-focused-focus-outline: hsla(216, 100%, 60%, 100%); - --kbq-toggle-theme-states-checked-focused-border: hsla(216, 100%, 60%, 100%); - --kbq-toggle-theme-states-checked-focused-background: hsla(216, 100%, 50%, 100%); - --kbq-toggle-theme-states-checked-focused-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-toggle-theme-states-checked-focused-focus-outline: hsla(216, 100%, 60%, 100%); - --kbq-toggle-theme-states-disabled-border: hsla(229, 15%, 50%, 32%); - --kbq-toggle-theme-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-toggle-theme-states-disabled-circle-background: hsla(229, 15%, 30%, 100%); - --kbq-toggle-error-default-border: hsla(7, 97%, 35%, 100%); - --kbq-toggle-error-default-background: hsla(7, 97%, 6%, 100%); - --kbq-toggle-error-default-circle-background: hsla(7, 97%, 60%, 100%); - --kbq-toggle-error-states-hover-border: hsla(7, 97%, 35%, 100%); - --kbq-toggle-error-states-hover-background: hsla(7, 97%, 13%, 100%); - --kbq-toggle-error-states-hover-circle-background: hsla(7, 97%, 60%, 100%); - --kbq-toggle-error-states-checked-border: hsla(7, 97%, 35%, 100%); - --kbq-toggle-error-states-checked-background: hsla(7, 97%, 41%, 100%); - --kbq-toggle-error-states-checked-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-toggle-error-states-checked-hover-border: hsla(7, 97%, 35%, 100%); - --kbq-toggle-error-states-checked-hover-background: hsla(7, 97%, 42%, 100%); - --kbq-toggle-error-states-checked-hover-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-toggle-error-states-focused-border: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-states-focused-background: hsla(7, 97%, 6%, 100%); - --kbq-toggle-error-states-focused-circle-background: hsla(7, 97%, 60%, 100%); - --kbq-toggle-error-states-focused-focus-outline: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-states-checked-focused-border: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-states-checked-focused-background: hsla(7, 97%, 41%, 100%); - --kbq-toggle-error-states-checked-focused-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-toggle-error-states-checked-focused-focus-outline: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-states-disabled-border: hsla(229, 15%, 50%, 32%); - --kbq-toggle-error-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-toggle-error-states-disabled-circle-background: hsla(229, 15%, 30%, 100%); - --kbq-tooltip-contrast-fade-on-background: hsla(229, 15%, 15%, 100%); - --kbq-tooltip-contrast-fade-on-text: hsla(229, 15%, 80%, 100%); - --kbq-tooltip-contrast-fade-on-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-tooltip-contrast-fade-off-background: hsla(229, 15%, 25%, 100%); - --kbq-tooltip-contrast-fade-off-text: hsla(0, 0%, 100%, 100%); - --kbq-tooltip-contrast-fade-off-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-tooltip-theme-fade-off-background: hsla(216, 100%, 50%, 100%); - --kbq-tooltip-theme-fade-off-text: hsla(0, 0%, 100%, 100%); - --kbq-tooltip-theme-fade-off-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-tooltip-warning-fade-off-background: hsla(38, 100%, 50%, 100%); - --kbq-tooltip-warning-fade-off-text: hsla(0, 0%, 100%, 100%); - --kbq-tooltip-warning-fade-off-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-tooltip-error-fade-off-background: hsla(7, 97%, 60%, 100%); - --kbq-tooltip-error-fade-off-text: hsla(0, 0%, 100%, 100%); - --kbq-tooltip-error-fade-off-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-tree-default-container-background: transparent; - --kbq-tree-default-text-color: hsla(229, 15%, 80%, 100%); - --kbq-tree-default-icon-color: hsla(229, 15%, 80%, 100%); - --kbq-tree-default-tree-toggle-color: hsla(229, 15%, 45%, 100%); - --kbq-tree-default-action-button-color: hsla(229, 15%, 45%, 100%); - --kbq-tree-default-caption-color: hsla(229, 15%, 60%, 100%); - --kbq-tree-states-hover-container-background: hsla(229, 15%, 50%, 16%); - --kbq-tree-states-hover-text-color: hsla(229, 15%, 80%, 100%); - --kbq-tree-states-hover-icon-color: hsla(229, 15%, 80%, 100%); - --kbq-tree-states-hover-tree-toggle-color: hsla(229, 15%, 45%, 100%); - --kbq-tree-states-hover-action-button-color: hsla(229, 15%, 45%, 100%); - --kbq-tree-states-hover-caption-color: hsla(229, 15%, 60%, 100%); - --kbq-tree-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); - --kbq-tree-states-selected-container-background: hsla(216, 100%, 18%, 100%); - --kbq-tree-states-selected-text-color: hsla(229, 15%, 80%, 100%); - --kbq-tree-states-selected-icon-color: hsla(229, 15%, 80%, 100%); - --kbq-tree-states-selected-tree-toggle-color: hsla(229, 15%, 45%, 100%); - --kbq-tree-states-selected-action-button-color: hsla(229, 15%, 45%, 100%); - --kbq-tree-states-selected-caption-color: hsla(229, 15%, 60%, 100%); - --kbq-tree-states-selected-hover-container-background: hsla(216, 100%, 15%, 100%); - --kbq-tree-states-selected-hover-text-color: hsla(229, 15%, 80%, 100%); - --kbq-tree-states-selected-hover-icon-color: hsla(229, 15%, 80%, 100%); - --kbq-tree-states-selected-hover-tree-toggle-color: hsla(229, 15%, 45%, 100%); - --kbq-tree-states-selected-hover-action-button-color: hsla(229, 15%, 45%, 100%); - --kbq-tree-states-selected-hover-caption-color: hsla(229, 15%, 60%, 100%); - --kbq-tree-states-disabled-container-background: transparent; - --kbq-tree-states-disabled-text-color: hsla(229, 15%, 40%, 100%); - --kbq-tree-states-disabled-icon-color: hsla(229, 15%, 30%, 100%); - --kbq-tree-states-disabled-tree-toggle-color: hsla(229, 15%, 30%, 100%); - --kbq-tree-states-disabled-action-button-color: hsla(229, 15%, 30%, 100%); - --kbq-tree-states-disabled-caption-color: hsla(229, 15%, 40%, 100%); } diff --git a/apps/docs/src/styles/koobiq/default-theme/css-tokens-font.css b/apps/docs/src/styles/koobiq/default-theme/css-tokens-font.css deleted file mode 100644 index 2f60141db..000000000 --- a/apps/docs/src/styles/koobiq/default-theme/css-tokens-font.css +++ /dev/null @@ -1,808 +0,0 @@ -/** - * Do not edit directly - */ - -.kbq-font { - --kbq-accordion-font-item-header-text-font-size: 16px; - --kbq-accordion-font-item-header-text-line-height: 24px; - --kbq-accordion-font-item-header-text-letter-spacing: -0.011em; - --kbq-accordion-font-item-header-text-font-weight: normal; - --kbq-accordion-font-item-header-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-accordion-font-item-header-text-text-transform: null; - --kbq-accordion-font-item-header-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-accordion-font-item-content-text-font-size: 14px; - --kbq-accordion-font-item-content-text-line-height: 20px; - --kbq-accordion-font-item-content-text-letter-spacing: -0.006em; - --kbq-accordion-font-item-content-text-font-weight: normal; - --kbq-accordion-font-item-content-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-accordion-font-item-content-text-text-transform: null; - --kbq-accordion-font-item-content-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-alert-font-title-font-size: 18px; - --kbq-alert-font-title-line-height: 26px; - --kbq-alert-font-title-letter-spacing: normal; - --kbq-alert-font-title-font-weight: 600; - --kbq-alert-font-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-alert-font-title-text-transform: null; - --kbq-alert-font-title-font-feature-settings: "calt", "kern", "liga"; - --kbq-alert-font-title-compact-font-size: 16px; - --kbq-alert-font-title-compact-line-height: 24px; - --kbq-alert-font-title-compact-letter-spacing: -0.011em; - --kbq-alert-font-title-compact-font-weight: 600; - --kbq-alert-font-title-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-alert-font-title-compact-text-transform: null; - --kbq-alert-font-title-compact-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-alert-font-text-font-size: 14px; - --kbq-alert-font-text-line-height: 20px; - --kbq-alert-font-text-letter-spacing: -0.006em; - --kbq-alert-font-text-font-weight: normal; - --kbq-alert-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-alert-font-text-text-transform: null; - --kbq-alert-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-badge-font-normal-default-font-size: 14px; - --kbq-badge-font-normal-default-line-height: 20px; - --kbq-badge-font-normal-default-letter-spacing: -0.006em; - --kbq-badge-font-normal-default-font-weight: 500; - --kbq-badge-font-normal-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-badge-font-normal-default-text-transform: null; - --kbq-badge-font-normal-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-badge-font-normal-caption-font-size: 14px; - --kbq-badge-font-normal-caption-line-height: 20px; - --kbq-badge-font-normal-caption-letter-spacing: -0.006em; - --kbq-badge-font-normal-caption-font-weight: normal; - --kbq-badge-font-normal-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-badge-font-normal-caption-text-transform: null; - --kbq-badge-font-normal-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-badge-font-compact-default-font-size: 12px; - --kbq-badge-font-compact-default-line-height: 16px; - --kbq-badge-font-compact-default-letter-spacing: normal; - --kbq-badge-font-compact-default-font-weight: 500; - --kbq-badge-font-compact-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-badge-font-compact-default-text-transform: null; - --kbq-badge-font-compact-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-badge-font-compact-caption-font-size: 12px; - --kbq-badge-font-compact-caption-line-height: 16px; - --kbq-badge-font-compact-caption-letter-spacing: normal; - --kbq-badge-font-compact-caption-font-weight: normal; - --kbq-badge-font-compact-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-badge-font-compact-caption-text-transform: null; - --kbq-badge-font-compact-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-button-toggle-font-item-font-size: 14px; - --kbq-button-toggle-font-item-line-height: 20px; - --kbq-button-toggle-font-item-letter-spacing: -0.006em; - --kbq-button-toggle-font-item-font-weight: 500; - --kbq-button-toggle-font-item-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-button-toggle-font-item-text-transform: null; - --kbq-button-toggle-font-item-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-button-font-default-font-size: 14px; - --kbq-button-font-default-line-height: 20px; - --kbq-button-font-default-letter-spacing: -0.006em; - --kbq-button-font-default-font-weight: 500; - --kbq-button-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-button-font-default-text-transform: null; - --kbq-button-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-checkbox-font-normal-label-font-size: 14px; - --kbq-checkbox-font-normal-label-line-height: 20px; - --kbq-checkbox-font-normal-label-letter-spacing: -0.006em; - --kbq-checkbox-font-normal-label-font-weight: normal; - --kbq-checkbox-font-normal-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-checkbox-font-normal-label-text-transform: null; - --kbq-checkbox-font-normal-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-checkbox-font-normal-caption-font-size: 12px; - --kbq-checkbox-font-normal-caption-line-height: 16px; - --kbq-checkbox-font-normal-caption-letter-spacing: normal; - --kbq-checkbox-font-normal-caption-font-weight: normal; - --kbq-checkbox-font-normal-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-checkbox-font-normal-caption-text-transform: null; - --kbq-checkbox-font-normal-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-checkbox-font-big-label-font-size: 16px; - --kbq-checkbox-font-big-label-line-height: 24px; - --kbq-checkbox-font-big-label-letter-spacing: -0.011em; - --kbq-checkbox-font-big-label-font-weight: normal; - --kbq-checkbox-font-big-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-checkbox-font-big-label-text-transform: null; - --kbq-checkbox-font-big-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-checkbox-font-big-caption-font-size: 14px; - --kbq-checkbox-font-big-caption-line-height: 20px; - --kbq-checkbox-font-big-caption-letter-spacing: -0.006em; - --kbq-checkbox-font-big-caption-font-weight: normal; - --kbq-checkbox-font-big-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-checkbox-font-big-caption-text-transform: null; - --kbq-checkbox-font-big-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-code-block-font-default-font-size: 14px; - --kbq-code-block-font-default-line-height: 20px; - --kbq-code-block-font-default-letter-spacing: normal; - --kbq-code-block-font-default-font-weight: normal; - --kbq-code-block-font-default-font-family: 'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace; - --kbq-code-block-font-default-text-transform: null; - --kbq-code-block-font-default-font-feature-settings: initial; - --kbq-code-block-font-hljs-addition-font-style: null; - --kbq-code-block-font-hljs-addition-font-weight: null; - --kbq-code-block-font-hljs-attr-font-style: null; - --kbq-code-block-font-hljs-attr-font-weight: null; - --kbq-code-block-font-hljs-attribute-font-style: null; - --kbq-code-block-font-hljs-attribute-font-weight: null; - --kbq-code-block-font-hljs-built-in-font-style: null; - --kbq-code-block-font-hljs-built-in-font-weight: null; - --kbq-code-block-font-hljs-bullet-font-style: null; - --kbq-code-block-font-hljs-bullet-font-weight: null; - --kbq-code-block-font-hljs-char-escape-font-style: null; - --kbq-code-block-font-hljs-char-escape-font-weight: null; - --kbq-code-block-font-hljs-class-font-style: null; - --kbq-code-block-font-hljs-class-font-weight: null; - --kbq-code-block-font-hljs-code-font-style: null; - --kbq-code-block-font-hljs-code-font-weight: null; - --kbq-code-block-font-hljs-comment-font-style: null; - --kbq-code-block-font-hljs-comment-font-weight: null; - --kbq-code-block-font-hljs-deletion-font-style: null; - --kbq-code-block-font-hljs-deletion-font-weight: null; - --kbq-code-block-font-hljs-doctag-font-style: null; - --kbq-code-block-font-hljs-doctag-font-weight: null; - --kbq-code-block-font-hljs-emphasis-font-style: null; - --kbq-code-block-font-hljs-emphasis-font-weight: null; - --kbq-code-block-font-hljs-formula-font-style: null; - --kbq-code-block-font-hljs-formula-font-weight: null; - --kbq-code-block-font-hljs-function-font-style: null; - --kbq-code-block-font-hljs-function-font-weight: null; - --kbq-code-block-font-hljs-keyword-font-style: null; - --kbq-code-block-font-hljs-keyword-font-weight: null; - --kbq-code-block-font-hljs-link-font-style: null; - --kbq-code-block-font-hljs-link-font-weight: null; - --kbq-code-block-font-hljs-literal-font-style: null; - --kbq-code-block-font-hljs-literal-font-weight: null; - --kbq-code-block-font-hljs-meta-font-style: null; - --kbq-code-block-font-hljs-meta-font-weight: null; - --kbq-code-block-font-hljs-meta-keyword-font-style: null; - --kbq-code-block-font-hljs-meta-keyword-font-weight: null; - --kbq-code-block-font-hljs-meta-string-font-style: null; - --kbq-code-block-font-hljs-meta-string-font-weight: null; - --kbq-code-block-font-hljs-meta-prompt-font-style: null; - --kbq-code-block-font-hljs-meta-prompt-font-weight: null; - --kbq-code-block-font-hljs-name-font-style: null; - --kbq-code-block-font-hljs-name-font-weight: null; - --kbq-code-block-font-hljs-number-font-style: null; - --kbq-code-block-font-hljs-number-font-weight: null; - --kbq-code-block-font-hljs-operator-font-style: null; - --kbq-code-block-font-hljs-operator-font-weight: null; - --kbq-code-block-font-hljs-params-font-style: null; - --kbq-code-block-font-hljs-params-font-weight: null; - --kbq-code-block-font-hljs-property-font-style: null; - --kbq-code-block-font-hljs-property-font-weight: null; - --kbq-code-block-font-hljs-punctuation-font-style: null; - --kbq-code-block-font-hljs-punctuation-font-weight: null; - --kbq-code-block-font-hljs-quote-font-style: null; - --kbq-code-block-font-hljs-quote-font-weight: null; - --kbq-code-block-font-hljs-regexp-font-style: null; - --kbq-code-block-font-hljs-regexp-font-weight: null; - --kbq-code-block-font-hljs-section-font-style: null; - --kbq-code-block-font-hljs-section-font-weight: null; - --kbq-code-block-font-hljs-selector-attr-font-style: null; - --kbq-code-block-font-hljs-selector-attr-font-weight: null; - --kbq-code-block-font-hljs-selector-class-font-style: null; - --kbq-code-block-font-hljs-selector-class-font-weight: null; - --kbq-code-block-font-hljs-selector-id-font-style: null; - --kbq-code-block-font-hljs-selector-id-font-weight: null; - --kbq-code-block-font-hljs-selector-pseudo-font-style: null; - --kbq-code-block-font-hljs-selector-pseudo-font-weight: null; - --kbq-code-block-font-hljs-selector-tag-font-style: null; - --kbq-code-block-font-hljs-selector-tag-font-weight: null; - --kbq-code-block-font-hljs-string-font-style: null; - --kbq-code-block-font-hljs-string-font-weight: null; - --kbq-code-block-font-hljs-strong-font-style: null; - --kbq-code-block-font-hljs-strong-font-weight: null; - --kbq-code-block-font-hljs-subst-font-style: null; - --kbq-code-block-font-hljs-subst-font-weight: null; - --kbq-code-block-font-hljs-symbol-font-style: null; - --kbq-code-block-font-hljs-symbol-font-weight: null; - --kbq-code-block-font-hljs-tag-font-style: null; - --kbq-code-block-font-hljs-tag-font-weight: null; - --kbq-code-block-font-hljs-template-tag-font-style: null; - --kbq-code-block-font-hljs-template-tag-font-weight: null; - --kbq-code-block-font-hljs-template-variable-font-style: null; - --kbq-code-block-font-hljs-template-variable-font-weight: null; - --kbq-code-block-font-hljs-title-font-style: null; - --kbq-code-block-font-hljs-title-font-weight: null; - --kbq-code-block-font-hljs-title-class-font-style: normal; - --kbq-code-block-font-hljs-title-class-font-weight: 500; - --kbq-code-block-font-hljs-title-class-inherited-font-style: null; - --kbq-code-block-font-hljs-title-class-inherited-font-weight: null; - --kbq-code-block-font-hljs-title-function-font-style: null; - --kbq-code-block-font-hljs-title-function-font-weight: null; - --kbq-code-block-font-hljs-title-function-invoke-font-style: null; - --kbq-code-block-font-hljs-title-function-invoke-font-weight: null; - --kbq-code-block-font-hljs-type-font-style: null; - --kbq-code-block-font-hljs-type-font-weight: null; - --kbq-code-block-font-hljs-variable-font-style: null; - --kbq-code-block-font-hljs-variable-font-weight: null; - --kbq-code-block-font-hljs-variable-constant-font-style: null; - --kbq-code-block-font-hljs-variable-constant-font-weight: null; - --kbq-code-block-font-hljs-variable-language-font-style: null; - --kbq-code-block-font-hljs-variable-language-font-weight: null; - --kbq-datepicker-font-text-font-size: 14px; - --kbq-datepicker-font-text-line-height: 20px; - --kbq-datepicker-font-text-letter-spacing: -0.006em; - --kbq-datepicker-font-text-font-weight: normal; - --kbq-datepicker-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-datepicker-font-text-text-transform: null; - --kbq-datepicker-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-description-list-font-term-font-size: 14px; - --kbq-description-list-font-term-line-height: 20px; - --kbq-description-list-font-term-letter-spacing: -0.006em; - --kbq-description-list-font-term-font-weight: normal; - --kbq-description-list-font-term-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-description-list-font-term-text-transform: null; - --kbq-description-list-font-term-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-description-list-font-description-font-size: 14px; - --kbq-description-list-font-description-line-height: 20px; - --kbq-description-list-font-description-letter-spacing: -0.006em; - --kbq-description-list-font-description-font-weight: normal; - --kbq-description-list-font-description-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-description-list-font-description-text-transform: null; - --kbq-description-list-font-description-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-empty-state-font-big-title-font-size: 28px; - --kbq-empty-state-font-big-title-line-height: 32px; - --kbq-empty-state-font-big-title-letter-spacing: normal; - --kbq-empty-state-font-big-title-font-weight: 700; - --kbq-empty-state-font-big-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-empty-state-font-big-title-text-transform: null; - --kbq-empty-state-font-big-title-font-feature-settings: "calt", "kern", "liga"; - --kbq-empty-state-font-big-text-font-size: 14px; - --kbq-empty-state-font-big-text-line-height: 20px; - --kbq-empty-state-font-big-text-letter-spacing: -0.006em; - --kbq-empty-state-font-big-text-font-weight: normal; - --kbq-empty-state-font-big-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-empty-state-font-big-text-text-transform: null; - --kbq-empty-state-font-big-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-empty-state-font-normal-title-font-size: 16px; - --kbq-empty-state-font-normal-title-line-height: 24px; - --kbq-empty-state-font-normal-title-letter-spacing: -0.011em; - --kbq-empty-state-font-normal-title-font-weight: 600; - --kbq-empty-state-font-normal-title-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-empty-state-font-normal-title-text-transform: null; - --kbq-empty-state-font-normal-title-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-empty-state-font-normal-text-font-size: 14px; - --kbq-empty-state-font-normal-text-line-height: 20px; - --kbq-empty-state-font-normal-text-letter-spacing: -0.006em; - --kbq-empty-state-font-normal-text-font-weight: normal; - --kbq-empty-state-font-normal-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-empty-state-font-normal-text-text-transform: null; - --kbq-empty-state-font-normal-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-file-upload-font-single-text-block-font-size: 14px; - --kbq-file-upload-font-single-text-block-line-height: 20px; - --kbq-file-upload-font-single-text-block-letter-spacing: -0.006em; - --kbq-file-upload-font-single-text-block-font-weight: normal; - --kbq-file-upload-font-single-text-block-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-file-upload-font-single-text-block-text-transform: null; - --kbq-file-upload-font-single-text-block-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-file-upload-font-multiple-title-font-size: 18px; - --kbq-file-upload-font-multiple-title-line-height: 26px; - --kbq-file-upload-font-multiple-title-letter-spacing: normal; - --kbq-file-upload-font-multiple-title-font-weight: 600; - --kbq-file-upload-font-multiple-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-file-upload-font-multiple-title-text-transform: null; - --kbq-file-upload-font-multiple-title-font-feature-settings: "calt", "kern", "liga"; - --kbq-file-upload-font-multiple-text-block-font-size: 14px; - --kbq-file-upload-font-multiple-text-block-line-height: 20px; - --kbq-file-upload-font-multiple-text-block-letter-spacing: -0.006em; - --kbq-file-upload-font-multiple-text-block-font-weight: normal; - --kbq-file-upload-font-multiple-text-block-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-file-upload-font-multiple-text-block-text-transform: null; - --kbq-file-upload-font-multiple-text-block-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-file-upload-font-multiple-grid-font-size: 14px; - --kbq-file-upload-font-multiple-grid-line-height: 20px; - --kbq-file-upload-font-multiple-grid-letter-spacing: -0.006em; - --kbq-file-upload-font-multiple-grid-font-weight: normal; - --kbq-file-upload-font-multiple-grid-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-file-upload-font-multiple-grid-text-transform: null; - --kbq-file-upload-font-multiple-grid-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-form-field-font-text-font-size: 14px; - --kbq-form-field-font-text-line-height: 20px; - --kbq-form-field-font-text-letter-spacing: -0.006em; - --kbq-form-field-font-text-font-weight: normal; - --kbq-form-field-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-form-field-font-text-text-transform: null; - --kbq-form-field-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-form-field-hint-font-text-font-size: 12px; - --kbq-form-field-hint-font-text-line-height: 16px; - --kbq-form-field-hint-font-text-letter-spacing: normal; - --kbq-form-field-hint-font-text-font-weight: normal; - --kbq-form-field-hint-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-form-field-hint-font-text-text-transform: null; - --kbq-form-field-hint-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-forms-font-label-font-size: 14px; - --kbq-forms-font-label-line-height: 20px; - --kbq-forms-font-label-letter-spacing: -0.006em; - --kbq-forms-font-label-font-weight: normal; - --kbq-forms-font-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-forms-font-label-text-transform: null; - --kbq-forms-font-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-forms-font-legend-font-size: 18px; - --kbq-forms-font-legend-line-height: 26px; - --kbq-forms-font-legend-letter-spacing: normal; - --kbq-forms-font-legend-font-weight: 600; - --kbq-forms-font-legend-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-forms-font-legend-text-transform: null; - --kbq-forms-font-legend-font-feature-settings: "calt", "kern", "liga"; - --kbq-hint-font-normal-text-font-size: 14px; - --kbq-hint-font-normal-text-line-height: 20px; - --kbq-hint-font-normal-text-letter-spacing: -0.006em; - --kbq-hint-font-normal-text-font-weight: 500; - --kbq-hint-font-normal-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-hint-font-normal-text-text-transform: null; - --kbq-hint-font-normal-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-hint-font-compact-text-font-size: 12px; - --kbq-hint-font-compact-text-line-height: 16px; - --kbq-hint-font-compact-text-letter-spacing: normal; - --kbq-hint-font-compact-text-font-weight: normal; - --kbq-hint-font-compact-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-hint-font-compact-text-text-transform: null; - --kbq-hint-font-compact-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-input-font-text-font-size: 14px; - --kbq-input-font-text-line-height: 20px; - --kbq-input-font-text-letter-spacing: -0.006em; - --kbq-input-font-text-font-weight: normal; - --kbq-input-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-input-font-text-text-transform: null; - --kbq-input-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-link-font-compact-font-size: 12px; - --kbq-link-font-compact-line-height: 16px; - --kbq-link-font-compact-letter-spacing: normal; - --kbq-link-font-compact-font-weight: normal; - --kbq-link-font-compact-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-link-font-compact-text-transform: null; - --kbq-link-font-compact-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-link-font-normal-font-size: 14px; - --kbq-link-font-normal-line-height: 20px; - --kbq-link-font-normal-letter-spacing: -0.006em; - --kbq-link-font-normal-font-weight: normal; - --kbq-link-font-normal-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-link-font-normal-text-transform: null; - --kbq-link-font-normal-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-link-font-big-font-size: 16px; - --kbq-link-font-big-line-height: 24px; - --kbq-link-font-big-letter-spacing: -0.011em; - --kbq-link-font-big-font-weight: normal; - --kbq-link-font-big-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-link-font-big-text-transform: null; - --kbq-link-font-big-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-list-font-text-font-size: 14px; - --kbq-list-font-text-line-height: 20px; - --kbq-list-font-text-letter-spacing: -0.006em; - --kbq-list-font-text-font-weight: normal; - --kbq-list-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-list-font-text-text-transform: null; - --kbq-list-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-list-font-caption-font-size: 12px; - --kbq-list-font-caption-line-height: 16px; - --kbq-list-font-caption-letter-spacing: normal; - --kbq-list-font-caption-font-weight: normal; - --kbq-list-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-list-font-caption-text-transform: null; - --kbq-list-font-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-list-font-header-font-size: 16px; - --kbq-list-font-header-line-height: 24px; - --kbq-list-font-header-letter-spacing: -0.011em; - --kbq-list-font-header-font-weight: 600; - --kbq-list-font-header-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-list-font-header-text-transform: null; - --kbq-list-font-header-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-list-font-subheading-font-size: 12px; - --kbq-list-font-subheading-line-height: 16px; - --kbq-list-font-subheading-letter-spacing: 1px; - --kbq-list-font-subheading-font-weight: 500; - --kbq-list-font-subheading-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-list-font-subheading-text-transform: uppercase; - --kbq-list-font-subheading-font-feature-settings: "calt", "case", "kern", "liga", "ss01", "ss04"; - --kbq-loader-overlay-font-big-text-font-size: 18px; - --kbq-loader-overlay-font-big-text-line-height: 26px; - --kbq-loader-overlay-font-big-text-letter-spacing: normal; - --kbq-loader-overlay-font-big-text-font-weight: 600; - --kbq-loader-overlay-font-big-text-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-loader-overlay-font-big-text-text-transform: null; - --kbq-loader-overlay-font-big-text-font-feature-settings: "calt", "kern", "liga"; - --kbq-loader-overlay-font-big-caption-font-size: 14px; - --kbq-loader-overlay-font-big-caption-line-height: 20px; - --kbq-loader-overlay-font-big-caption-letter-spacing: -0.006em; - --kbq-loader-overlay-font-big-caption-font-weight: normal; - --kbq-loader-overlay-font-big-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-loader-overlay-font-big-caption-text-transform: null; - --kbq-loader-overlay-font-big-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-loader-overlay-font-compact-text-font-size: 14px; - --kbq-loader-overlay-font-compact-text-line-height: 20px; - --kbq-loader-overlay-font-compact-text-letter-spacing: -0.006em; - --kbq-loader-overlay-font-compact-text-font-weight: normal; - --kbq-loader-overlay-font-compact-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-loader-overlay-font-compact-text-text-transform: null; - --kbq-loader-overlay-font-compact-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-loader-overlay-font-compact-caption-font-size: 12px; - --kbq-loader-overlay-font-compact-caption-line-height: 16px; - --kbq-loader-overlay-font-compact-caption-letter-spacing: normal; - --kbq-loader-overlay-font-compact-caption-font-weight: normal; - --kbq-loader-overlay-font-compact-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-loader-overlay-font-compact-caption-text-transform: null; - --kbq-loader-overlay-font-compact-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-markdown-h1-font-default-font-size: 36px; - --kbq-markdown-h1-font-default-line-height: 44px; - --kbq-markdown-h1-font-default-letter-spacing: normal; - --kbq-markdown-h1-font-default-font-weight: 400; - --kbq-markdown-h1-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-markdown-h1-font-default-text-transform: null; - --kbq-markdown-h1-font-default-font-feature-settings: "calt", "kern", "liga"; - --kbq-markdown-h2-font-default-font-size: 24px; - --kbq-markdown-h2-font-default-line-height: 32px; - --kbq-markdown-h2-font-default-letter-spacing: normal; - --kbq-markdown-h2-font-default-font-weight: 700; - --kbq-markdown-h2-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-markdown-h2-font-default-text-transform: null; - --kbq-markdown-h2-font-default-font-feature-settings: "calt", "kern", "liga"; - --kbq-markdown-h3-font-default-font-size: 20px; - --kbq-markdown-h3-font-default-line-height: 28px; - --kbq-markdown-h3-font-default-letter-spacing: normal; - --kbq-markdown-h3-font-default-font-weight: 700; - --kbq-markdown-h3-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-markdown-h3-font-default-text-transform: null; - --kbq-markdown-h3-font-default-font-feature-settings: "calt", "kern", "liga"; - --kbq-markdown-h4-font-default-font-size: 18px; - --kbq-markdown-h4-font-default-line-height: 26px; - --kbq-markdown-h4-font-default-letter-spacing: normal; - --kbq-markdown-h4-font-default-font-weight: 700; - --kbq-markdown-h4-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-markdown-h4-font-default-text-transform: null; - --kbq-markdown-h4-font-default-font-feature-settings: "calt", "kern", "liga"; - --kbq-markdown-h5-font-default-font-size: 16px; - --kbq-markdown-h5-font-default-line-height: 24px; - --kbq-markdown-h5-font-default-letter-spacing: -0.011em; - --kbq-markdown-h5-font-default-font-weight: 700; - --kbq-markdown-h5-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-markdown-h5-font-default-text-transform: null; - --kbq-markdown-h5-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-markdown-h6-font-default-font-size: 14px; - --kbq-markdown-h6-font-default-line-height: 20px; - --kbq-markdown-h6-font-default-letter-spacing: 0.08em; - --kbq-markdown-h6-font-default-font-weight: 500; - --kbq-markdown-h6-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-markdown-h6-font-default-text-transform: uppercase; - --kbq-markdown-h6-font-default-font-feature-settings: "calt", "case", "kern", "liga", "ss01", "ss04"; - --kbq-markdown-p-font-default-font-size: 16px; - --kbq-markdown-p-font-default-line-height: 24px; - --kbq-markdown-p-font-default-letter-spacing: -0.011em; - --kbq-markdown-p-font-default-font-weight: normal; - --kbq-markdown-p-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-markdown-p-font-default-text-transform: null; - --kbq-markdown-p-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-markdown-list-font-default-font-size: 16px; - --kbq-markdown-list-font-default-line-height: 24px; - --kbq-markdown-list-font-default-letter-spacing: -0.011em; - --kbq-markdown-list-font-default-font-weight: normal; - --kbq-markdown-list-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-markdown-list-font-default-text-transform: null; - --kbq-markdown-list-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-markdown-blockquote-font-default-font-size: 16px; - --kbq-markdown-blockquote-font-default-line-height: 24px; - --kbq-markdown-blockquote-font-default-letter-spacing: -0.011em; - --kbq-markdown-blockquote-font-default-font-weight: normal; - --kbq-markdown-blockquote-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-markdown-blockquote-font-default-text-transform: null; - --kbq-markdown-blockquote-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-markdown-code-font-default-font-size: 16px; - --kbq-markdown-code-font-default-line-height: 24px; - --kbq-markdown-code-font-default-letter-spacing: normal; - --kbq-markdown-code-font-default-font-weight: normal; - --kbq-markdown-code-font-default-font-family: 'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace; - --kbq-markdown-code-font-default-text-transform: null; - --kbq-markdown-code-font-default-font-feature-settings: initial; - --kbq-markdown-link-font-default-font-size: 16px; - --kbq-markdown-link-font-default-line-height: 24px; - --kbq-markdown-link-font-default-letter-spacing: -0.011em; - --kbq-markdown-link-font-default-font-weight: normal; - --kbq-markdown-link-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-markdown-link-font-default-text-transform: null; - --kbq-markdown-link-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-markdown-image-font-caption-font-size: 14px; - --kbq-markdown-image-font-caption-line-height: 20px; - --kbq-markdown-image-font-caption-letter-spacing: -0.006em; - --kbq-markdown-image-font-caption-font-weight: normal; - --kbq-markdown-image-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-markdown-image-font-caption-text-transform: null; - --kbq-markdown-image-font-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-markdown-table-font-header-font-size: 14px; - --kbq-markdown-table-font-header-line-height: 20px; - --kbq-markdown-table-font-header-letter-spacing: -0.006em; - --kbq-markdown-table-font-header-font-weight: normal; - --kbq-markdown-table-font-header-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-markdown-table-font-header-text-transform: null; - --kbq-markdown-table-font-header-font-feature-settings: "calt", "ss01", "ss04", "tnum"; - --kbq-markdown-table-font-body-font-size: 16px; - --kbq-markdown-table-font-body-line-height: 24px; - --kbq-markdown-table-font-body-letter-spacing: normal; - --kbq-markdown-table-font-body-font-weight: normal; - --kbq-markdown-table-font-body-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-markdown-table-font-body-text-transform: null; - --kbq-markdown-table-font-body-font-feature-settings: "calt", "ss01", "ss04", "tnum"; - --kbq-markdown-font-default-font-size: 16px; - --kbq-markdown-font-default-line-height: 24px; - --kbq-markdown-font-default-letter-spacing: -0.011em; - --kbq-markdown-font-default-font-weight: normal; - --kbq-markdown-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-markdown-font-default-text-transform: null; - --kbq-markdown-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-modal-font-header-font-size: 20px; - --kbq-modal-font-header-line-height: 28px; - --kbq-modal-font-header-letter-spacing: normal; - --kbq-modal-font-header-font-weight: 700; - --kbq-modal-font-header-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-modal-font-header-text-transform: null; - --kbq-modal-font-header-font-feature-settings: "calt", "kern", "liga"; - --kbq-modal-font-content-font-size: 14px; - --kbq-modal-font-content-line-height: 20px; - --kbq-modal-font-content-letter-spacing: -0.006em; - --kbq-modal-font-content-font-weight: normal; - --kbq-modal-font-content-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-modal-font-content-text-transform: null; - --kbq-modal-font-content-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-navbar-font-title-font-size: 18px; - --kbq-navbar-font-title-line-height: 28px; - --kbq-navbar-font-title-letter-spacing: normal; - --kbq-navbar-font-title-font-weight: 700; - --kbq-navbar-font-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-navbar-font-title-text-transform: null; - --kbq-navbar-font-title-font-feature-settings: "calt", "kern", "liga"; - --kbq-optgroup-font-default-font-size: 18px; - --kbq-optgroup-font-default-line-height: 26px; - --kbq-optgroup-font-default-letter-spacing: normal; - --kbq-optgroup-font-default-font-weight: 600; - --kbq-optgroup-font-default-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-optgroup-font-default-text-transform: null; - --kbq-optgroup-font-default-font-feature-settings: "calt", "kern", "liga"; - --kbq-option-font-default-font-size: 16px; - --kbq-option-font-default-line-height: 24px; - --kbq-option-font-default-letter-spacing: -0.011em; - --kbq-option-font-default-font-weight: normal; - --kbq-option-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-option-font-default-text-transform: null; - --kbq-option-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-popover-font-header-font-size: 18px; - --kbq-popover-font-header-line-height: 26px; - --kbq-popover-font-header-letter-spacing: normal; - --kbq-popover-font-header-font-weight: 600; - --kbq-popover-font-header-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-popover-font-header-text-transform: null; - --kbq-popover-font-header-font-feature-settings: "calt", "kern", "liga"; - --kbq-popover-font-content-font-size: 14px; - --kbq-popover-font-content-line-height: 20px; - --kbq-popover-font-content-letter-spacing: -0.006em; - --kbq-popover-font-content-font-weight: normal; - --kbq-popover-font-content-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-popover-font-content-text-transform: null; - --kbq-popover-font-content-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-progress-bar-font-label-font-size: 14px; - --kbq-progress-bar-font-label-line-height: 20px; - --kbq-progress-bar-font-label-letter-spacing: -0.006em; - --kbq-progress-bar-font-label-font-weight: normal; - --kbq-progress-bar-font-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-progress-bar-font-label-text-transform: null; - --kbq-progress-bar-font-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-progress-bar-font-caption-font-size: 12px; - --kbq-progress-bar-font-caption-line-height: 16px; - --kbq-progress-bar-font-caption-letter-spacing: normal; - --kbq-progress-bar-font-caption-font-weight: normal; - --kbq-progress-bar-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-progress-bar-font-caption-text-transform: null; - --kbq-progress-bar-font-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-progress-spinner-font-label-font-size: 14px; - --kbq-progress-spinner-font-label-line-height: 20px; - --kbq-progress-spinner-font-label-letter-spacing: -0.006em; - --kbq-progress-spinner-font-label-font-weight: normal; - --kbq-progress-spinner-font-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-progress-spinner-font-label-text-transform: null; - --kbq-progress-spinner-font-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-progress-spinner-font-caption-font-size: 12px; - --kbq-progress-spinner-font-caption-line-height: 16px; - --kbq-progress-spinner-font-caption-letter-spacing: normal; - --kbq-progress-spinner-font-caption-font-weight: normal; - --kbq-progress-spinner-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-progress-spinner-font-caption-text-transform: null; - --kbq-progress-spinner-font-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-radio-font-normal-label-font-size: 14px; - --kbq-radio-font-normal-label-line-height: 20px; - --kbq-radio-font-normal-label-letter-spacing: -0.006em; - --kbq-radio-font-normal-label-font-weight: normal; - --kbq-radio-font-normal-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-radio-font-normal-label-text-transform: null; - --kbq-radio-font-normal-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-radio-font-normal-caption-font-size: 12px; - --kbq-radio-font-normal-caption-line-height: 16px; - --kbq-radio-font-normal-caption-letter-spacing: normal; - --kbq-radio-font-normal-caption-font-weight: normal; - --kbq-radio-font-normal-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-radio-font-normal-caption-text-transform: null; - --kbq-radio-font-normal-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-radio-font-big-label-font-size: 16px; - --kbq-radio-font-big-label-line-height: 24px; - --kbq-radio-font-big-label-letter-spacing: -0.011em; - --kbq-radio-font-big-label-font-weight: normal; - --kbq-radio-font-big-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-radio-font-big-label-text-transform: null; - --kbq-radio-font-big-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-radio-font-big-caption-font-size: 14px; - --kbq-radio-font-big-caption-line-height: 20px; - --kbq-radio-font-big-caption-letter-spacing: -0.006em; - --kbq-radio-font-big-caption-font-weight: normal; - --kbq-radio-font-big-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-radio-font-big-caption-text-transform: null; - --kbq-radio-font-big-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-risk-level-font-text-font-size: 18px; - --kbq-risk-level-font-text-line-height: 26px; - --kbq-risk-level-font-text-letter-spacing: normal; - --kbq-risk-level-font-text-font-weight: 600; - --kbq-risk-level-font-text-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-risk-level-font-text-text-transform: null; - --kbq-risk-level-font-text-font-feature-settings: "calt", "kern", "liga"; - --kbq-select-font-default-font-size: 14px; - --kbq-select-font-default-line-height: 20px; - --kbq-select-font-default-letter-spacing: -0.006em; - --kbq-select-font-default-font-weight: normal; - --kbq-select-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-select-font-default-text-transform: null; - --kbq-select-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-select-panel-font-default-font-size: 14px; - --kbq-select-panel-font-default-line-height: 20px; - --kbq-select-panel-font-default-letter-spacing: -0.006em; - --kbq-select-panel-font-default-font-weight: normal; - --kbq-select-panel-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-select-panel-font-default-text-transform: null; - --kbq-select-panel-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-sidepanel-font-header-font-size: 20px; - --kbq-sidepanel-font-header-line-height: 28px; - --kbq-sidepanel-font-header-letter-spacing: normal; - --kbq-sidepanel-font-header-font-weight: 700; - --kbq-sidepanel-font-header-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-sidepanel-font-header-text-transform: null; - --kbq-sidepanel-font-header-font-feature-settings: "calt", "kern", "liga"; - --kbq-sidepanel-font-content-font-size: 14px; - --kbq-sidepanel-font-content-line-height: 20px; - --kbq-sidepanel-font-content-letter-spacing: -0.006em; - --kbq-sidepanel-font-content-font-weight: normal; - --kbq-sidepanel-font-content-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-sidepanel-font-content-text-transform: null; - --kbq-sidepanel-font-content-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-table-font-header-font-size: 14px; - --kbq-table-font-header-line-height: 20px; - --kbq-table-font-header-letter-spacing: -0.006em; - --kbq-table-font-header-font-weight: normal; - --kbq-table-font-header-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-table-font-header-text-transform: null; - --kbq-table-font-header-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-table-font-body-font-size: 14px; - --kbq-table-font-body-line-height: 20px; - --kbq-table-font-body-letter-spacing: -0.006em; - --kbq-table-font-body-font-weight: normal; - --kbq-table-font-body-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-table-font-body-text-transform: null; - --kbq-table-font-body-font-feature-settings: "calt", "ss01", "ss04", "tnum"; - --kbq-tabs-font-text-font-size: 14px; - --kbq-tabs-font-text-line-height: 20px; - --kbq-tabs-font-text-letter-spacing: -0.006em; - --kbq-tabs-font-text-font-weight: 500; - --kbq-tabs-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-tabs-font-text-text-transform: null; - --kbq-tabs-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-tag-input-font-default-font-size: 14px; - --kbq-tag-input-font-default-line-height: 20px; - --kbq-tag-input-font-default-letter-spacing: -0.006em; - --kbq-tag-input-font-default-font-weight: normal; - --kbq-tag-input-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-tag-input-font-default-text-transform: null; - --kbq-tag-input-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-tag-font-default-font-size: 14px; - --kbq-tag-font-default-line-height: 20px; - --kbq-tag-font-default-letter-spacing: -0.006em; - --kbq-tag-font-default-font-weight: 500; - --kbq-tag-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-tag-font-default-text-transform: null; - --kbq-tag-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-textarea-font-default-font-size: 14px; - --kbq-textarea-font-default-line-height: 20px; - --kbq-textarea-font-default-letter-spacing: -0.006em; - --kbq-textarea-font-default-font-weight: normal; - --kbq-textarea-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-textarea-font-default-text-transform: null; - --kbq-textarea-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-timezone-option-font-text-font-size: 14px; - --kbq-timezone-option-font-text-line-height: 20px; - --kbq-timezone-option-font-text-letter-spacing: -0.006em; - --kbq-timezone-option-font-text-font-weight: normal; - --kbq-timezone-option-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-timezone-option-font-text-text-transform: null; - --kbq-timezone-option-font-text-font-feature-settings: "calt", "ss01", "ss04", "tnum"; - --kbq-timezone-option-font-offset-text-font-size: 14px; - --kbq-timezone-option-font-offset-text-line-height: 20px; - --kbq-timezone-option-font-offset-text-letter-spacing: -0.006em; - --kbq-timezone-option-font-offset-text-font-weight: normal; - --kbq-timezone-option-font-offset-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-timezone-option-font-offset-text-text-transform: null; - --kbq-timezone-option-font-offset-text-font-feature-settings: "calt", "ss01", "ss04", "tnum"; - --kbq-timezone-option-font-caption-font-size: 12px; - --kbq-timezone-option-font-caption-line-height: 16px; - --kbq-timezone-option-font-caption-letter-spacing: normal; - --kbq-timezone-option-font-caption-font-weight: normal; - --kbq-timezone-option-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-timezone-option-font-caption-text-transform: null; - --kbq-timezone-option-font-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-timezone-option-font-optgroup-label-font-size: 12px; - --kbq-timezone-option-font-optgroup-label-line-height: 16px; - --kbq-timezone-option-font-optgroup-label-letter-spacing: 1px; - --kbq-timezone-option-font-optgroup-label-font-weight: 500; - --kbq-timezone-option-font-optgroup-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-timezone-option-font-optgroup-label-text-transform: uppercase; - --kbq-timezone-option-font-optgroup-label-font-feature-settings: "calt", "case", "kern", "liga", "ss01", "ss04"; - --kbq-toast-font-title-font-size: 14px; - --kbq-toast-font-title-line-height: 20px; - --kbq-toast-font-title-letter-spacing: -0.006em; - --kbq-toast-font-title-font-weight: normal; - --kbq-toast-font-title-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-toast-font-title-text-transform: null; - --kbq-toast-font-title-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-toast-font-text-font-size: 14px; - --kbq-toast-font-text-line-height: 20px; - --kbq-toast-font-text-letter-spacing: -0.006em; - --kbq-toast-font-text-font-weight: normal; - --kbq-toast-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-toast-font-text-text-transform: null; - --kbq-toast-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-toggle-font-normal-label-font-size: 14px; - --kbq-toggle-font-normal-label-line-height: 20px; - --kbq-toggle-font-normal-label-letter-spacing: -0.006em; - --kbq-toggle-font-normal-label-font-weight: normal; - --kbq-toggle-font-normal-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-toggle-font-normal-label-text-transform: null; - --kbq-toggle-font-normal-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-toggle-font-normal-caption-font-size: 12px; - --kbq-toggle-font-normal-caption-line-height: 16px; - --kbq-toggle-font-normal-caption-letter-spacing: normal; - --kbq-toggle-font-normal-caption-font-weight: normal; - --kbq-toggle-font-normal-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-toggle-font-normal-caption-text-transform: null; - --kbq-toggle-font-normal-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-toggle-font-big-label-font-size: 16px; - --kbq-toggle-font-big-label-line-height: 24px; - --kbq-toggle-font-big-label-letter-spacing: -0.011em; - --kbq-toggle-font-big-label-font-weight: normal; - --kbq-toggle-font-big-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-toggle-font-big-label-text-transform: null; - --kbq-toggle-font-big-label-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-toggle-font-big-caption-font-size: 14px; - --kbq-toggle-font-big-caption-line-height: 20px; - --kbq-toggle-font-big-caption-letter-spacing: -0.006em; - --kbq-toggle-font-big-caption-font-weight: normal; - --kbq-toggle-font-big-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-toggle-font-big-caption-text-transform: null; - --kbq-toggle-font-big-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-tooltip-font-default-font-size: 12px; - --kbq-tooltip-font-default-line-height: 16px; - --kbq-tooltip-font-default-letter-spacing: normal; - --kbq-tooltip-font-default-font-weight: normal; - --kbq-tooltip-font-default-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-tooltip-font-default-text-transform: null; - --kbq-tooltip-font-default-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-tooltip-font-title-font-size: 12px; - --kbq-tooltip-font-title-line-height: 16px; - --kbq-tooltip-font-title-letter-spacing: normal; - --kbq-tooltip-font-title-font-weight: normal; - --kbq-tooltip-font-title-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-tooltip-font-title-text-transform: null; - --kbq-tooltip-font-title-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-tree-font-text-font-size: 14px; - --kbq-tree-font-text-line-height: 20px; - --kbq-tree-font-text-letter-spacing: -0.006em; - --kbq-tree-font-text-font-weight: normal; - --kbq-tree-font-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-tree-font-text-text-transform: null; - --kbq-tree-font-text-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; - --kbq-tree-font-caption-font-size: 12px; - --kbq-tree-font-caption-line-height: 16px; - --kbq-tree-font-caption-letter-spacing: normal; - --kbq-tree-font-caption-font-weight: normal; - --kbq-tree-font-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-tree-font-caption-text-transform: null; - --kbq-tree-font-caption-font-feature-settings: "calt", "kern", "liga", "ss01", "ss04"; -} diff --git a/apps/docs/src/styles/koobiq/default-theme/css-tokens-light.css b/apps/docs/src/styles/koobiq/default-theme/css-tokens-light.css index 108cb9a6b..d82385299 100644 --- a/apps/docs/src/styles/koobiq/default-theme/css-tokens-light.css +++ b/apps/docs/src/styles/koobiq/default-theme/css-tokens-light.css @@ -157,1009 +157,4 @@ --kbq-shadow-card: 0 0px 0 1px hsla(229, 15%, 6%, 3%), 0 1px 6px 0 hsla(229, 15%, 6%, 6%), 0 1px 6px 0 hsla(229, 15%, 6%, 12%); --kbq-shadow-popup: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); --kbq-shadow-overlay: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 3px 16px hsla(229, 15%, 6%, 6%), 0 4px 32px hsla(229, 15%, 6%, 12%); - --kbq-accordion-item-default-background: transparent; - --kbq-accordion-item-default-text-color: hsla(229, 15%, 15%, 100%); - --kbq-accordion-item-default-icon-color: hsla(229, 15%, 60%, 100%); - --kbq-accordion-item-states-hover-icon-color: hsla(229, 15%, 15%, 100%); - --kbq-accordion-item-states-focus-border-color: hsla(216, 100%, 50%, 100%); - --kbq-accordion-item-states-disabled-text-color: hsla(229, 15%, 50%, 100%); - --kbq-accordion-item-states-disabled-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-alert-default-contrast-container-background: hsla(229, 15%, 92%, 100%); - --kbq-alert-default-contrast-container-title: hsla(229, 15%, 15%, 100%); - --kbq-alert-default-contrast-container-text: hsla(229, 15%, 15%, 100%); - --kbq-alert-default-error-container-background: hsla(229, 15%, 92%, 100%); - --kbq-alert-default-error-container-title: hsla(229, 15%, 15%, 100%); - --kbq-alert-default-error-container-text: hsla(229, 15%, 15%, 100%); - --kbq-alert-default-warning-container-background: hsla(229, 15%, 92%, 100%); - --kbq-alert-default-warning-container-title: hsla(229, 15%, 15%, 100%); - --kbq-alert-default-warning-container-text: hsla(229, 15%, 15%, 100%); - --kbq-alert-default-success-container-background: hsla(229, 15%, 92%, 100%); - --kbq-alert-default-success-container-title: hsla(229, 15%, 15%, 100%); - --kbq-alert-default-success-container-text: hsla(229, 15%, 15%, 100%); - --kbq-alert-default-theme-container-background: hsla(229, 15%, 92%, 100%); - --kbq-alert-default-theme-container-title: hsla(229, 15%, 15%, 100%); - --kbq-alert-default-theme-container-text: hsla(229, 15%, 15%, 100%); - --kbq-alert-colored-contrast-container-background: hsla(229, 15%, 92%, 100%); - --kbq-alert-colored-contrast-container-title: hsla(229, 15%, 15%, 100%); - --kbq-alert-colored-contrast-container-text: hsla(229, 15%, 15%, 100%); - --kbq-alert-colored-error-container-background: hsla(7, 97%, 90%, 100%); - --kbq-alert-colored-error-container-title: hsla(229, 15%, 15%, 100%); - --kbq-alert-colored-error-container-text: hsla(229, 15%, 15%, 100%); - --kbq-alert-colored-warning-container-background: hsla(38, 100%, 85%, 100%); - --kbq-alert-colored-warning-container-title: hsla(229, 15%, 15%, 100%); - --kbq-alert-colored-warning-container-text: hsla(229, 15%, 15%, 100%); - --kbq-alert-colored-success-container-background: hsla(104, 64%, 80%, 100%); - --kbq-alert-colored-success-container-title: hsla(229, 15%, 15%, 100%); - --kbq-alert-colored-success-container-text: hsla(229, 15%, 15%, 100%); - --kbq-alert-colored-theme-container-background: hsla(216, 100%, 85%, 100%); - --kbq-alert-colored-theme-container-title: hsla(229, 15%, 15%, 100%); - --kbq-alert-colored-theme-container-text: hsla(229, 15%, 15%, 100%); - --kbq-badge-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%); - --kbq-badge-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-theme-caption: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-theme-icon: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-success-background: hsla(104, 64%, 45%, 100%); - --kbq-badge-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-success-caption: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-success-icon: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-warning-background: hsla(38, 100%, 50%, 100%); - --kbq-badge-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-warning-caption: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-warning-icon: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-error-background: hsla(7, 97%, 60%, 100%); - --kbq-badge-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-error-caption: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-off-error-icon: hsla(0, 0%, 100%, 100%); - --kbq-badge-filled-fade-on-theme-background: hsla(216, 100%, 85%, 100%); - --kbq-badge-filled-fade-on-theme-color: hsla(216, 100%, 50%, 100%); - --kbq-badge-filled-fade-on-theme-caption: hsla(216, 100%, 50%, 100%); - --kbq-badge-filled-fade-on-theme-icon: hsla(216, 100%, 50%, 100%); - --kbq-badge-filled-fade-on-contrast-background: hsla(229, 15%, 92%, 100%); - --kbq-badge-filled-fade-on-contrast-color: hsla(229, 15%, 15%, 100%); - --kbq-badge-filled-fade-on-contrast-caption: hsla(229, 15%, 15%, 100%); - --kbq-badge-filled-fade-on-contrast-icon: hsla(229, 15%, 60%, 100%); - --kbq-badge-filled-fade-on-success-background: hsla(104, 64%, 80%, 100%); - --kbq-badge-filled-fade-on-success-color: hsla(104, 64%, 30%, 100%); - --kbq-badge-filled-fade-on-success-caption: hsla(104, 64%, 30%, 100%); - --kbq-badge-filled-fade-on-success-icon: hsla(104, 64%, 40%, 100%); - --kbq-badge-filled-fade-on-warning-background: hsla(38, 100%, 85%, 100%); - --kbq-badge-filled-fade-on-warning-color: hsla(38, 100%, 33%, 100%); - --kbq-badge-filled-fade-on-warning-caption: hsla(38, 100%, 33%, 100%); - --kbq-badge-filled-fade-on-warning-icon: hsla(38, 100%, 42%, 100%); - --kbq-badge-filled-fade-on-error-background: hsla(7, 97%, 90%, 100%); - --kbq-badge-filled-fade-on-error-color: hsla(7, 97%, 40%, 100%); - --kbq-badge-filled-fade-on-error-caption: hsla(7, 97%, 40%, 100%); - --kbq-badge-filled-fade-on-error-icon: hsla(7, 97%, 45%, 100%); - --kbq-badge-outline-fade-on-theme-background: transparent; - --kbq-badge-outline-fade-on-theme-color: hsla(216, 100%, 50%, 100%); - --kbq-badge-outline-fade-on-theme-border: hsla(216, 100%, 65%, 100%); - --kbq-badge-outline-fade-on-theme-caption: hsla(216, 100%, 50%, 100%); - --kbq-badge-outline-fade-on-theme-icon: hsla(216, 100%, 50%, 100%); - --kbq-badge-outline-fade-on-contrast-background: transparent; - --kbq-badge-outline-fade-on-contrast-color: hsla(229, 15%, 15%, 100%); - --kbq-badge-outline-fade-on-contrast-border: hsla(229, 15%, 80%, 100%); - --kbq-badge-outline-fade-on-contrast-caption: hsla(229, 15%, 15%, 100%); - --kbq-badge-outline-fade-on-contrast-icon: hsla(229, 15%, 60%, 100%); - --kbq-badge-outline-fade-on-success-background: transparent; - --kbq-badge-outline-fade-on-success-color: hsla(104, 64%, 30%, 100%); - --kbq-badge-outline-fade-on-success-border: hsla(104, 64%, 45%, 100%); - --kbq-badge-outline-fade-on-success-caption: hsla(104, 64%, 30%, 100%); - --kbq-badge-outline-fade-on-success-icon: hsla(104, 64%, 40%, 100%); - --kbq-badge-outline-fade-on-warning-background: transparent; - --kbq-badge-outline-fade-on-warning-color: hsla(38, 100%, 33%, 100%); - --kbq-badge-outline-fade-on-warning-border: hsla(38, 100%, 55%, 100%); - --kbq-badge-outline-fade-on-warning-caption: hsla(38, 100%, 33%, 100%); - --kbq-badge-outline-fade-on-warning-icon: hsla(38, 100%, 42%, 100%); - --kbq-badge-outline-fade-on-error-background: transparent; - --kbq-badge-outline-fade-on-error-color: hsla(7, 97%, 40%, 100%); - --kbq-badge-outline-fade-on-error-border: hsla(7, 97%, 65%, 100%); - --kbq-badge-outline-fade-on-error-caption: hsla(7, 97%, 40%, 100%); - --kbq-badge-outline-fade-on-error-icon: hsla(7, 97%, 45%, 100%); - --kbq-button-toggle-container-background: hsla(229, 15%, 92%, 100%); - --kbq-button-toggle-item-default-background: hsla(229, 15%, 92%, 100%); - --kbq-button-toggle-item-default-text: hsla(229, 15%, 15%, 100%); - --kbq-button-toggle-item-default-icon: hsla(229, 15%, 60%, 100%); - --kbq-button-toggle-item-states-hover-background: hsla(229, 15%, 88%, 100%); - --kbq-button-toggle-item-states-hover-text: hsla(229, 15%, 15%, 100%); - --kbq-button-toggle-item-states-hover-icon: hsla(229, 15%, 60%, 100%); - --kbq-button-toggle-item-states-active-background: hsla(229, 15%, 85%, 100%); - --kbq-button-toggle-item-states-active-text: hsla(229, 15%, 15%, 100%); - --kbq-button-toggle-item-states-active-icon: hsla(229, 15%, 60%, 100%); - --kbq-button-toggle-item-states-selected-background: hsla(229, 15%, 100%, 100%); - --kbq-button-toggle-item-states-selected-text: hsla(229, 15%, 15%, 100%); - --kbq-button-toggle-item-states-selected-icon: hsla(229, 15%, 60%, 100%); - --kbq-button-toggle-item-states-selected-hover-background: hsla(229, 15%, 50%, 8%); - --kbq-button-toggle-item-states-selected-hover-text: hsla(229, 15%, 15%, 100%); - --kbq-button-toggle-item-states-selected-hover-icon: hsla(229, 15%, 60%, 100%); - --kbq-button-toggle-item-states-selected-active-background: hsla(229, 15%, 50%, 16%); - --kbq-button-toggle-item-states-selected-active-text: hsla(229, 15%, 15%, 100%); - --kbq-button-toggle-item-states-selected-active-icon: hsla(229, 15%, 60%, 100%); - --kbq-button-toggle-item-states-selected-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-button-toggle-item-states-selected-disabled-text: hsla(229, 15%, 15%, 32%); - --kbq-button-toggle-item-states-selected-disabled-icon: hsla(229, 15%, 15%, 32%); - --kbq-button-toggle-item-states-disabled-background: none; - --kbq-button-toggle-item-states-disabled-text: hsla(229, 15%, 15%, 32%); - --kbq-button-toggle-item-states-disabled-icon: hsla(229, 15%, 15%, 32%); - --kbq-button-toggle-item-states-focused-outline: hsla(216, 100%, 60%, 100%); - --kbq-button-filled-contrast-fade-off-background: hsla(229, 15%, 25%, 100%); - --kbq-button-filled-contrast-fade-off-border: transparent; - --kbq-button-filled-contrast-fade-off-foreground: hsla(229, 15%, 100%, 100%); - --kbq-button-filled-contrast-fade-off-left-icon: hsla(229, 15%, 100%, 100%); - --kbq-button-filled-contrast-fade-off-right-icon: hsla(229, 15%, 100%, 100%); - --kbq-button-filled-contrast-fade-off-states-hover-background: hsla(229, 15%, 20%, 100%); - --kbq-button-filled-contrast-fade-off-states-active-background: hsla(229, 15%, 15%, 100%); - --kbq-button-filled-contrast-fade-off-states-active-hover-background: hsla(229, 15%, 15%, 100%); - --kbq-button-filled-contrast-fade-off-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-button-filled-contrast-fade-off-states-disabled-border: transparent; - --kbq-button-filled-contrast-fade-off-states-disabled-foreground: hsla(229, 15%, 15%, 32%); - --kbq-button-filled-contrast-fade-off-states-disabled-left-icon: hsla(229, 15%, 15%, 32%); - --kbq-button-filled-contrast-fade-off-states-disabled-right-icon: hsla(229, 15%, 15%, 32%); - --kbq-button-filled-contrast-fade-on-background: hsla(229, 15%, 92%, 100%); - --kbq-button-filled-contrast-fade-on-border: transparent; - --kbq-button-filled-contrast-fade-on-foreground: hsla(229, 15%, 15%, 100%); - --kbq-button-filled-contrast-fade-on-left-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-filled-contrast-fade-on-right-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-filled-contrast-fade-on-states-hover-background: hsla(229, 15%, 88%, 100%); - --kbq-button-filled-contrast-fade-on-states-active-background: hsla(229, 15%, 85%, 100%); - --kbq-button-filled-contrast-fade-on-states-active-hover-background: hsla(229, 15%, 85%, 100%); - --kbq-button-filled-contrast-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-button-filled-contrast-fade-on-states-disabled-border: transparent; - --kbq-button-filled-contrast-fade-on-states-disabled-foreground: hsla(229, 15%, 15%, 32%); - --kbq-button-filled-contrast-fade-on-states-disabled-left-icon: hsla(229, 15%, 15%, 32%); - --kbq-button-filled-contrast-fade-on-states-disabled-right-icon: hsla(229, 15%, 15%, 32%); - --kbq-button-outline-theme-fade-on-background: transparent; - --kbq-button-outline-theme-fade-on-border: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-foreground: hsla(216, 100%, 50%, 100%); - --kbq-button-outline-theme-fade-on-left-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-outline-theme-fade-on-right-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-outline-theme-fade-on-states-hover-background: hsla(229, 15%, 50%, 8%); - --kbq-button-outline-theme-fade-on-states-hover-border: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-states-hover-foreground: hsla(216, 100%, 50%, 100%); - --kbq-button-outline-theme-fade-on-states-hover-left-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-outline-theme-fade-on-states-hover-right-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-outline-theme-fade-on-states-active-background: hsla(229, 15%, 50%, 16%); - --kbq-button-outline-theme-fade-on-states-active-border: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-states-active-foreground: hsla(216, 100%, 50%, 100%); - --kbq-button-outline-theme-fade-on-states-active-left-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-outline-theme-fade-on-states-active-right-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-outline-theme-fade-on-states-active-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-button-outline-theme-fade-on-states-active-hover-border: hsla(216, 100%, 65%, 100%); - --kbq-button-outline-theme-fade-on-states-active-hover-foreground: hsla(216, 100%, 50%, 100%); - --kbq-button-outline-theme-fade-on-states-active-hover-left-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-outline-theme-fade-on-states-active-hover-right-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-outline-theme-fade-on-states-disabled-background: transparent; - --kbq-button-outline-theme-fade-on-states-disabled-border: hsla(229, 15%, 50%, 32%); - --kbq-button-outline-theme-fade-on-states-disabled-foreground: hsla(229, 15%, 15%, 32%); - --kbq-button-outline-theme-fade-on-states-disabled-left-icon: hsla(229, 15%, 15%, 32%); - --kbq-button-outline-theme-fade-on-states-disabled-right-icon: hsla(229, 15%, 15%, 32%); - --kbq-button-outline-contrast-fade-on-background: transparent; - --kbq-button-outline-contrast-fade-on-border: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-foreground: hsla(229, 15%, 15%, 100%); - --kbq-button-outline-contrast-fade-on-left-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-outline-contrast-fade-on-right-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-outline-contrast-fade-on-states-hover-background: hsla(229, 15%, 50%, 8%); - --kbq-button-outline-contrast-fade-on-states-hover-border: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-states-hover-foreground: hsla(229, 15%, 15%, 100%); - --kbq-button-outline-contrast-fade-on-states-hover-left-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-outline-contrast-fade-on-states-hover-right-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-background: hsla(229, 15%, 50%, 16%); - --kbq-button-outline-contrast-fade-on-states-active-border: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-foreground: hsla(229, 15%, 15%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-left-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-right-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-button-outline-contrast-fade-on-states-active-hover-border: hsla(229, 15%, 80%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-hover-foreground: hsla(229, 15%, 15%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-hover-left-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-outline-contrast-fade-on-states-active-hover-right-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-outline-contrast-fade-on-states-disabled-background: transparent; - --kbq-button-outline-contrast-fade-on-states-disabled-border: hsla(229, 15%, 50%, 32%); - --kbq-button-outline-contrast-fade-on-states-disabled-foreground: hsla(229, 15%, 15%, 32%); - --kbq-button-outline-contrast-fade-on-states-disabled-left-icon: hsla(229, 15%, 15%, 32%); - --kbq-button-outline-contrast-fade-on-states-disabled-right-icon: hsla(229, 15%, 15%, 32%); - --kbq-button-transparent-theme-fade-on-border: transparent; - --kbq-button-transparent-theme-fade-on-foreground: hsla(216, 100%, 50%, 100%); - --kbq-button-transparent-theme-fade-on-background: transparent; - --kbq-button-transparent-theme-fade-on-left-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-transparent-theme-fade-on-right-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-transparent-theme-fade-on-states-hover-border: transparent; - --kbq-button-transparent-theme-fade-on-states-hover-foreground: hsla(216, 100%, 50%, 100%); - --kbq-button-transparent-theme-fade-on-states-hover-background: hsla(229, 15%, 50%, 8%); - --kbq-button-transparent-theme-fade-on-states-hover-left-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-transparent-theme-fade-on-states-hover-right-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-transparent-theme-fade-on-states-active-border: transparent; - --kbq-button-transparent-theme-fade-on-states-active-foreground: hsla(216, 100%, 50%, 100%); - --kbq-button-transparent-theme-fade-on-states-active-background: hsla(229, 15%, 50%, 16%); - --kbq-button-transparent-theme-fade-on-states-active-left-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-transparent-theme-fade-on-states-active-right-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-transparent-theme-fade-on-states-active-hover-border: transparent; - --kbq-button-transparent-theme-fade-on-states-active-hover-foreground: hsla(216, 100%, 50%, 100%); - --kbq-button-transparent-theme-fade-on-states-active-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-button-transparent-theme-fade-on-states-active-hover-left-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-transparent-theme-fade-on-states-active-hover-right-icon: hsla(216, 100%, 50%, 100%); - --kbq-button-transparent-theme-fade-on-states-disabled-border: transparent; - --kbq-button-transparent-theme-fade-on-states-disabled-foreground: hsla(229, 15%, 15%, 32%); - --kbq-button-transparent-theme-fade-on-states-disabled-background: transparent; - --kbq-button-transparent-theme-fade-on-states-disabled-left-icon: hsla(229, 15%, 15%, 32%); - --kbq-button-transparent-theme-fade-on-states-disabled-right-icon: hsla(229, 15%, 15%, 32%); - --kbq-button-transparent-contrast-fade-on-border: transparent; - --kbq-button-transparent-contrast-fade-on-foreground: hsla(229, 15%, 15%, 100%); - --kbq-button-transparent-contrast-fade-on-background: transparent; - --kbq-button-transparent-contrast-fade-on-left-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-transparent-contrast-fade-on-right-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-transparent-contrast-fade-on-states-hover-border: transparent; - --kbq-button-transparent-contrast-fade-on-states-hover-foreground: hsla(229, 15%, 15%, 100%); - --kbq-button-transparent-contrast-fade-on-states-hover-background: hsla(229, 15%, 50%, 8%); - --kbq-button-transparent-contrast-fade-on-states-hover-left-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-transparent-contrast-fade-on-states-hover-right-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-transparent-contrast-fade-on-states-active-border: transparent; - --kbq-button-transparent-contrast-fade-on-states-active-foreground: hsla(229, 15%, 15%, 100%); - --kbq-button-transparent-contrast-fade-on-states-active-background: hsla(229, 15%, 50%, 16%); - --kbq-button-transparent-contrast-fade-on-states-active-left-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-transparent-contrast-fade-on-states-active-right-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-transparent-contrast-fade-on-states-active-hover-border: transparent; - --kbq-button-transparent-contrast-fade-on-states-active-hover-foreground: hsla(229, 15%, 15%, 100%); - --kbq-button-transparent-contrast-fade-on-states-active-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-button-transparent-contrast-fade-on-states-active-hover-left-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-transparent-contrast-fade-on-states-active-hover-right-icon: hsla(229, 15%, 15%, 100%); - --kbq-button-transparent-contrast-fade-on-states-disabled-border: transparent; - --kbq-button-transparent-contrast-fade-on-states-disabled-foreground: hsla(229, 15%, 15%, 32%); - --kbq-button-transparent-contrast-fade-on-states-disabled-background: transparent; - --kbq-button-transparent-contrast-fade-on-states-disabled-left-icon: hsla(229, 15%, 15%, 32%); - --kbq-button-transparent-contrast-fade-on-states-disabled-right-icon: hsla(229, 15%, 15%, 32%); - --kbq-icon-button-theme-default: hsla(216, 100%, 50%, 100%); - --kbq-icon-button-theme-states-hover: hsla(216, 100%, 45%, 100%); - --kbq-icon-button-theme-states-active: hsla(216, 100%, 40%, 100%); - --kbq-icon-button-theme-states-disabled: hsla(229, 15%, 15%, 32%); - --kbq-icon-button-contrast-default: hsla(229, 15%, 15%, 100%); - --kbq-icon-button-contrast-states-hover: hsla(229, 15%, 10%, 100%); - --kbq-icon-button-contrast-states-active: hsla(229, 15%, 10%, 100%); - --kbq-icon-button-contrast-states-disabled: hsla(229, 15%, 15%, 32%); - --kbq-icon-button-fade-contrast-default: hsla(229, 15%, 60%, 100%); - --kbq-icon-button-fade-contrast-states-hover: hsla(229, 15%, 50%, 100%); - --kbq-icon-button-fade-contrast-states-active: hsla(229, 15%, 40%, 100%); - --kbq-icon-button-fade-contrast-states-disabled: hsla(229, 15%, 15%, 32%); - --kbq-icon-button-error-default: hsla(7, 97%, 45%, 100%); - --kbq-icon-button-error-states-hover: hsla(7, 97%, 45%, 100%); - --kbq-icon-button-error-states-active: hsla(7, 97%, 40%, 100%); - --kbq-icon-button-error-states-disabled: hsla(229, 15%, 15%, 32%); - --kbq-icon-button-success-default: hsla(104, 64%, 40%, 100%); - --kbq-icon-button-success-states-hover: hsla(104, 64%, 40%, 100%); - --kbq-icon-button-success-states-active: hsla(104, 64%, 30%, 100%); - --kbq-icon-button-success-states-disabled: hsla(229, 15%, 15%, 32%); - --kbq-icon-button-warning-default: hsla(38, 100%, 42%, 100%); - --kbq-icon-button-warning-states-hover: hsla(38, 100%, 45%, 100%); - --kbq-icon-button-warning-states-active: hsla(38, 100%, 42%, 100%); - --kbq-icon-button-warning-states-disabled: hsla(229, 15%, 15%, 32%); - --kbq-checkbox-theme-default-border: hsla(229, 15%, 80%, 100%); - --kbq-checkbox-theme-default-color: hsla(0, 0%, 100%, 100%); - --kbq-checkbox-theme-default-text: hsla(229, 15%, 15%, 100%); - --kbq-checkbox-theme-default-background: hsla(0, 0%, 100%, 100%); - --kbq-checkbox-theme-default-caption: hsla(229, 15%, 50%, 100%); - --kbq-checkbox-theme-states-hover-border: hsla(229, 15%, 80%, 100%); - --kbq-checkbox-theme-states-hover-background: hsla(229, 15%, 50%, 8%); - --kbq-checkbox-theme-states-checked-border: transparent; - --kbq-checkbox-theme-states-checked-background: hsla(216, 100%, 50%, 100%); - --kbq-checkbox-theme-states-checked-hover-border: transparent; - --kbq-checkbox-theme-states-checked-hover-background: hsla(216, 100%, 45%, 100%); - --kbq-checkbox-theme-states-focused-border: hsla(216, 100%, 60%, 100%); - --kbq-checkbox-theme-states-focused-background: hsla(0, 0%, 100%, 100%); - --kbq-checkbox-theme-states-focused-outline: 1px solid hsla(216, 100%, 60%, 100%); - --kbq-checkbox-theme-states-checked-focused-border: hsla(216, 100%, 60%, 100%); - --kbq-checkbox-theme-states-checked-focused-background: hsla(216, 100%, 50%, 100%); - --kbq-checkbox-theme-states-checked-focused-outline: 1px solid hsla(216, 100%, 60%, 100%); - --kbq-checkbox-theme-states-disabled-border: hsla(229, 15%, 50%, 32%); - --kbq-checkbox-theme-states-disabled-color: hsla(229, 15%, 15%, 32%); - --kbq-checkbox-theme-states-disabled-text: hsla(229, 15%, 15%, 32%); - --kbq-checkbox-theme-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-checkbox-theme-states-disabled-caption: hsla(229, 15%, 15%, 32%); - --kbq-checkbox-error-default-border: hsla(7, 97%, 45%, 100%); - --kbq-checkbox-error-default-color: hsla(0, 0%, 100%, 100%); - --kbq-checkbox-error-default-text: hsla(229, 15%, 15%, 100%); - --kbq-checkbox-error-default-background: hsla(7, 97%, 99%, 100%); - --kbq-checkbox-error-default-caption: hsla(229, 15%, 50%, 100%); - --kbq-checkbox-error-states-hover-border: hsla(7, 97%, 45%, 100%); - --kbq-checkbox-error-states-hover-background: hsla(7, 97%, 92%, 100%); - --kbq-checkbox-error-states-checked-border: transparent; - --kbq-checkbox-error-states-checked-background: hsla(7, 97%, 60%, 100%); - --kbq-checkbox-error-states-checked-hover-border: transparent; - --kbq-checkbox-error-states-checked-hover-background: hsla(7, 97%, 56%, 100%); - --kbq-checkbox-error-states-focused-border: hsla(7, 97%, 45%, 100%); - --kbq-checkbox-error-states-focused-background: hsla(7, 97%, 99%, 100%); - --kbq-checkbox-error-states-focused-outline: 1px solid hsla(7, 97%, 45%, 100%); - --kbq-checkbox-error-states-checked-focused-border: hsla(7, 97%, 45%, 100%); - --kbq-checkbox-error-states-checked-focused-background: hsla(7, 97%, 60%, 100%); - --kbq-checkbox-error-states-checked-focused-outline: 1px solid hsla(7, 97%, 45%, 100%); - --kbq-checkbox-error-states-disabled-border: hsla(229, 15%, 50%, 32%); - --kbq-checkbox-error-states-disabled-color: hsla(229, 15%, 15%, 32%); - --kbq-checkbox-error-states-disabled-text: hsla(229, 15%, 15%, 32%); - --kbq-checkbox-error-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-checkbox-error-states-disabled-caption: hsla(229, 15%, 15%, 32%); - --kbq-code-block-filled-container-background: hsla(229, 15%, 95%, 100%); - --kbq-code-block-filled-container-border-color: transparent; - --kbq-code-block-filled-header-background: hsla(229, 15%, 95%, 100%); - --kbq-code-block-filled-header-shadow: 0px 1px 0px 0px hsla(229, 15%, 6%, 12%); - --kbq-code-block-filled-actionbar-fade-gradient: linear-gradient(90deg, transparent, hsla(229, 15%, 95%, 100%)); - --kbq-code-block-filled-actionbar-background: hsla(229, 15%, 95%, 100%); - --kbq-code-block-filled-collapse-expanded-background: transparent; - --kbq-code-block-filled-collapse-collapsed-background: linear-gradient(180deg, hsla(225, 15%, 95%, 0%) 0%, hsla(225, 15%, 95%, 100%) 100%); - --kbq-code-block-filled-collapse-button-expand-background: hsla(229, 15%, 95%, 100%); - --kbq-code-block-outline-container-background: hsla(229, 15%, 100%, 100%); - --kbq-code-block-outline-container-border-color: hsla(229, 15%, 6%, 12%); - --kbq-code-block-outline-header-background: hsla(229, 15%, 100%, 100%); - --kbq-code-block-outline-header-shadow: 0px 1px 0px 0px hsla(229, 15%, 6%, 12%); - --kbq-code-block-outline-actionbar-fade-gradient: linear-gradient(90deg, transparent, hsla(229, 15%, 100%, 100%)); - --kbq-code-block-outline-actionbar-background: hsla(229, 15%, 100%, 100%); - --kbq-code-block-outline-collapse-expanded-background: transparent; - --kbq-code-block-outline-collapse-collapsed-background: linear-gradient(180deg, hsla(0, 0%, 100%, 0%) 0%, hsla(0, 0%, 100%, 100%) 100%); - --kbq-code-block-outline-collapse-button-expand-background: hsla(229, 15%, 100%, 100%); - --kbq-code-block-hljs-addition-background: hsla(104, 64%, 95%, 100%); - --kbq-code-block-hljs-addition-color: hsla(104, 64%, 25%, 100%); - --kbq-code-block-hljs-attr-background: null; - --kbq-code-block-hljs-attr-color: null; - --kbq-code-block-hljs-attribute-background: null; - --kbq-code-block-hljs-attribute-color: null; - --kbq-code-block-hljs-built-in-background: null; - --kbq-code-block-hljs-built-in-color: null; - --kbq-code-block-hljs-bullet-background: null; - --kbq-code-block-hljs-bullet-color: null; - --kbq-code-block-hljs-char-escape-background: null; - --kbq-code-block-hljs-char-escape-color: null; - --kbq-code-block-hljs-class-background: null; - --kbq-code-block-hljs-class-color: null; - --kbq-code-block-hljs-code-background: null; - --kbq-code-block-hljs-code-color: null; - --kbq-code-block-hljs-comment-background: null; - --kbq-code-block-hljs-comment-color: hsla(229, 15%, 60%, 100%); - --kbq-code-block-hljs-deletion-background: hsla(7, 97%, 95%, 100%); - --kbq-code-block-hljs-deletion-color: hsla(7, 97%, 35%, 100%); - --kbq-code-block-hljs-doctag-background: null; - --kbq-code-block-hljs-doctag-color: null; - --kbq-code-block-hljs-emphasis-background: null; - --kbq-code-block-hljs-emphasis-color: null; - --kbq-code-block-hljs-formula-background: null; - --kbq-code-block-hljs-formula-color: null; - --kbq-code-block-hljs-function-background: null; - --kbq-code-block-hljs-function-color: null; - --kbq-code-block-hljs-keyword-background: null; - --kbq-code-block-hljs-keyword-color: null; - --kbq-code-block-hljs-line-numbers-color: hsla(229, 15%, 50%, 100%); - --kbq-code-block-hljs-link-background: null; - --kbq-code-block-hljs-link-color: null; - --kbq-code-block-hljs-literal-background: null; - --kbq-code-block-hljs-literal-color: hsla(277, 72%, 30%, 100%); - --kbq-code-block-hljs-meta-background: null; - --kbq-code-block-hljs-meta-color: hsla(216, 100%, 35%, 100%); - --kbq-code-block-hljs-meta-keyword-background: null; - --kbq-code-block-hljs-meta-keyword-color: null; - --kbq-code-block-hljs-meta-string-background: null; - --kbq-code-block-hljs-meta-string-color: hsla(216, 100%, 35%, 100%); - --kbq-code-block-hljs-meta-prompt-background: null; - --kbq-code-block-hljs-meta-prompt-color: null; - --kbq-code-block-hljs-name-background: null; - --kbq-code-block-hljs-name-color: hsla(216, 100%, 35%, 100%); - --kbq-code-block-hljs-number-background: null; - --kbq-code-block-hljs-number-color: hsla(277, 72%, 30%, 100%); - --kbq-code-block-hljs-operator-background: null; - --kbq-code-block-hljs-operator-color: null; - --kbq-code-block-hljs-params-background: null; - --kbq-code-block-hljs-params-color: null; - --kbq-code-block-hljs-property-background: null; - --kbq-code-block-hljs-property-color: null; - --kbq-code-block-hljs-punctuation-background: null; - --kbq-code-block-hljs-punctuation-color: null; - --kbq-code-block-hljs-quote-background: null; - --kbq-code-block-hljs-quote-color: null; - --kbq-code-block-hljs-regexp-background: null; - --kbq-code-block-hljs-regexp-color: hsla(104, 64%, 25%, 100%); - --kbq-code-block-hljs-section-background: null; - --kbq-code-block-hljs-section-color: null; - --kbq-code-block-hljs-selector-attr-background: null; - --kbq-code-block-hljs-selector-attr-color: null; - --kbq-code-block-hljs-selector-class-background: null; - --kbq-code-block-hljs-selector-class-color: null; - --kbq-code-block-hljs-selector-id-background: null; - --kbq-code-block-hljs-selector-id-color: null; - --kbq-code-block-hljs-selector-pseudo-background: null; - --kbq-code-block-hljs-selector-pseudo-color: null; - --kbq-code-block-hljs-selector-tag-background: null; - --kbq-code-block-hljs-selector-tag-color: hsla(216, 100%, 35%, 100%); - --kbq-code-block-hljs-string-background: null; - --kbq-code-block-hljs-string-color: hsla(104, 64%, 25%, 100%); - --kbq-code-block-hljs-strong-background: null; - --kbq-code-block-hljs-strong-color: null; - --kbq-code-block-hljs-subst-background: null; - --kbq-code-block-hljs-subst-color: null; - --kbq-code-block-hljs-symbol-background: null; - --kbq-code-block-hljs-symbol-color: hsla(216, 100%, 35%, 100%); - --kbq-code-block-hljs-tag-background: null; - --kbq-code-block-hljs-tag-color: null; - --kbq-code-block-hljs-template-tag-background: null; - --kbq-code-block-hljs-template-tag-color: null; - --kbq-code-block-hljs-template-variable-background: null; - --kbq-code-block-hljs-template-variable-color: null; - --kbq-code-block-hljs-title-background: null; - --kbq-code-block-hljs-title-color: hsla(216, 100%, 35%, 100%); - --kbq-code-block-hljs-title-class-background: null; - --kbq-code-block-hljs-title-class-color: null; - --kbq-code-block-hljs-title-class-inherited-background: null; - --kbq-code-block-hljs-title-class-inherited-color: null; - --kbq-code-block-hljs-title-function-background: null; - --kbq-code-block-hljs-title-function-color: null; - --kbq-code-block-hljs-title-function-invoke-background: null; - --kbq-code-block-hljs-title-function-invoke-color: null; - --kbq-code-block-hljs-type-background: null; - --kbq-code-block-hljs-type-color: null; - --kbq-code-block-hljs-variable-background: null; - --kbq-code-block-hljs-variable-color: null; - --kbq-code-block-hljs-variable-constant-background: null; - --kbq-code-block-hljs-variable-constant-color: null; - --kbq-code-block-hljs-variable-language-background: null; - --kbq-code-block-hljs-variable-language-color: null; - --kbq-datepicker-container-background: hsla(229, 15%, 100%, 100%); - --kbq-datepicker-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); - --kbq-datepicker-header-text: hsla(229, 15%, 60%, 100%); - --kbq-datepicker-header-divider: hsla(229, 15%, 6%, 12%); - --kbq-datepicker-grid-cell-default-background: transparent; - --kbq-datepicker-grid-cell-default-text: hsla(229, 15%, 15%, 100%); - --kbq-datepicker-grid-cell-today-background: transparent; - --kbq-datepicker-grid-cell-today-text: hsla(216, 100%, 50%, 100%); - --kbq-datepicker-grid-cell-states-hover-background: hsla(229, 15%, 50%, 8%); - --kbq-datepicker-grid-cell-states-active-background: hsla(229, 15%, 50%, 16%); - --kbq-datepicker-grid-cell-states-selected-background: hsla(229, 15%, 25%, 100%); - --kbq-datepicker-grid-cell-states-selected-text: hsla(0, 0%, 100%, 100%); - --kbq-datepicker-grid-cell-states-selected-hover-background: hsla(229, 15%, 15%, 100%); - --kbq-datepicker-grid-cell-states-disabled-background: transparent; - --kbq-datepicker-grid-cell-states-disabled-text: hsla(229, 15%, 15%, 32%); - --kbq-divider-color: hsla(229, 15%, 6%, 12%); - --kbq-description-list-term-color: hsla(229, 15%, 50%, 100%); - --kbq-description-list-description-color: hsla(229, 15%, 15%, 100%); - --kbq-dropdown-container-background: hsla(229, 15%, 100%, 100%); - --kbq-dropdown-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); - --kbq-empty-state-title: hsla(229, 15%, 15%, 100%); - --kbq-empty-state-color: hsla(229, 15%, 15%, 100%); - --kbq-file-upload-single-default-container-border: hsla(229, 15%, 80%, 100%); - --kbq-file-upload-single-default-container-background: hsla(0, 0%, 100%, 100%); - --kbq-file-upload-single-default-upload-icon-color: hsla(229, 15%, 60%, 100%); - --kbq-file-upload-single-default-left-icon-color: hsla(229, 15%, 60%, 100%); - --kbq-file-upload-single-default-text-block-color: hsla(229, 15%, 15%, 100%); - --kbq-file-upload-single-default-icon-button-color: hsla(229, 15%, 15%, 100%); - --kbq-file-upload-single-states-on-drag-container-border: hsla(216, 100%, 65%, 100%); - --kbq-file-upload-single-states-on-drag-container-background: hsla(216, 100%, 85%, 100%); - --kbq-file-upload-single-states-on-drag-upload-icon-color: hsla(229, 15%, 60%, 100%); - --kbq-file-upload-single-states-on-drag-left-icon-color: hsla(229, 15%, 60%, 100%); - --kbq-file-upload-single-states-on-drag-text-block-color: hsla(229, 15%, 15%, 100%); - --kbq-file-upload-single-states-error-container-border: hsla(7, 97%, 45%, 100%); - --kbq-file-upload-single-states-error-container-background: hsla(7, 97%, 99%, 100%); - --kbq-file-upload-single-states-error-left-icon-color: hsla(7, 97%, 45%, 100%); - --kbq-file-upload-single-states-error-text-block-color: hsla(7, 97%, 40%, 100%); - --kbq-file-upload-single-states-disabled-container-border: hsla(229, 15%, 50%, 32%); - --kbq-file-upload-single-states-disabled-container-background: hsla(229, 15%, 50%, 16%); - --kbq-file-upload-single-states-disabled-upload-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-file-upload-single-states-disabled-left-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-file-upload-single-states-disabled-text-block-color: hsla(229, 15%, 15%, 32%); - --kbq-file-upload-single-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); - --kbq-file-upload-multiple-default-container-border: hsla(229, 15%, 80%, 100%); - --kbq-file-upload-multiple-default-container-background: hsla(0, 0%, 100%, 100%); - --kbq-file-upload-multiple-default-upload-icon-color: hsla(229, 15%, 60%, 100%); - --kbq-file-upload-multiple-default-left-icon-color: hsla(229, 15%, 60%, 100%); - --kbq-file-upload-multiple-default-text-block-color: hsla(229, 15%, 15%, 100%); - --kbq-file-upload-multiple-default-icon-button-color: hsla(229, 15%, 15%, 100%); - --kbq-file-upload-multiple-default-grid-divider-color: hsla(229, 15%, 6%, 12%); - --kbq-file-upload-multiple-states-on-drag-container-border: hsla(216, 100%, 65%, 100%); - --kbq-file-upload-multiple-states-on-drag-container-background: hsla(216, 100%, 85%, 100%); - --kbq-file-upload-multiple-states-on-drag-upload-icon-color: hsla(229, 15%, 60%, 100%); - --kbq-file-upload-multiple-states-on-drag-left-icon-color: hsla(229, 15%, 60%, 100%); - --kbq-file-upload-multiple-states-on-drag-icon-button-color: hsla(229, 15%, 15%, 100%); - --kbq-file-upload-multiple-states-on-drag-text-block-color: hsla(229, 15%, 15%, 100%); - --kbq-file-upload-multiple-states-on-drag-grid-divider-color: hsla(229, 15%, 6%, 12%); - --kbq-file-upload-multiple-states-error-grid-cell-background: hsla(7, 97%, 99%, 100%); - --kbq-file-upload-multiple-states-error-left-icon-color: hsla(7, 97%, 45%, 100%); - --kbq-file-upload-multiple-states-error-text-block-color: hsla(7, 97%, 40%, 100%); - --kbq-file-upload-multiple-states-error-icon-button-color: hsla(7, 97%, 45%, 100%); - --kbq-file-upload-multiple-states-disabled-container-border: hsla(229, 15%, 50%, 32%); - --kbq-file-upload-multiple-states-disabled-container-background: hsla(229, 15%, 50%, 16%); - --kbq-file-upload-multiple-states-disabled-upload-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-file-upload-multiple-states-disabled-left-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-file-upload-multiple-states-disabled-text-block-color: hsla(229, 15%, 15%, 32%); - --kbq-file-upload-multiple-states-disabled-grid-divider-color: hsla(229, 15%, 50%, 32%); - --kbq-form-field-default-border-color: hsla(229, 15%, 80%, 100%); - --kbq-form-field-default-background: hsla(0, 0%, 100%, 100%); - --kbq-form-field-default-placeholder: hsla(229, 15%, 60%, 100%); - --kbq-form-field-default-text: hsla(229, 15%, 15%, 100%); - --kbq-form-field-states-focused-border-color: hsla(216, 100%, 60%, 100%); - --kbq-form-field-states-focused-background: hsla(0, 0%, 100%, 100%); - --kbq-form-field-states-focused-placeholder: hsla(229, 15%, 60%, 100%); - --kbq-form-field-states-focused-text: hsla(229, 15%, 15%, 100%); - --kbq-form-field-states-focused-focus-outline: hsla(216, 100%, 60%, 100%); - --kbq-form-field-states-error-border-color: hsla(7, 97%, 45%, 100%); - --kbq-form-field-states-error-background: hsla(7, 97%, 99%, 100%); - --kbq-form-field-states-error-placeholder: hsla(7, 97%, 70%, 100%); - --kbq-form-field-states-error-text: hsla(7, 97%, 40%, 100%); - --kbq-form-field-states-error-focused-focus-outline: hsla(7, 97%, 45%, 100%); - --kbq-form-field-states-autofill-border-color: hsla(216, 100%, 60%, 100%); - --kbq-form-field-states-autofill-background: hsla(216, 100%, 85%, 100%); - --kbq-form-field-states-autofill-placeholder: hsla(229, 15%, 60%, 100%); - --kbq-form-field-states-autofill-text: hsla(229, 15%, 15%, 100%); - --kbq-form-field-states-disabled-border-color: hsla(229, 15%, 50%, 32%); - --kbq-form-field-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-form-field-states-disabled-placeholder: hsla(229, 15%, 15%, 32%); - --kbq-form-field-states-disabled-text: hsla(229, 15%, 15%, 32%); - --kbq-form-field-hint-text: hsla(229, 15%, 50%, 100%); - --kbq-forms-label: hsla(229, 15%, 15%, 100%); - --kbq-forms-legend: hsla(229, 15%, 15%, 100%); - --kbq-hint-fill-text-off-fade-contrast-text: hsla(229, 15%, 15%, 100%); - --kbq-hint-fill-text-off-fade-contrast-icon: hsla(229, 15%, 60%, 100%); - --kbq-hint-fill-text-off-success-text: hsla(229, 15%, 15%, 100%); - --kbq-hint-fill-text-off-success-icon: hsla(104, 64%, 40%, 100%); - --kbq-hint-fill-text-off-warning-text: hsla(229, 15%, 15%, 100%); - --kbq-hint-fill-text-off-warning-icon: hsla(38, 100%, 42%, 100%); - --kbq-hint-fill-text-off-error-text: hsla(229, 15%, 15%, 100%); - --kbq-hint-fill-text-off-error-icon: hsla(7, 97%, 45%, 100%); - --kbq-hint-fill-text-on-fade-contrast-text: hsla(229, 15%, 15%, 100%); - --kbq-hint-fill-text-on-fade-contrast-icon: hsla(229, 15%, 60%, 100%); - --kbq-hint-fill-text-on-success-text: hsla(104, 64%, 30%, 100%); - --kbq-hint-fill-text-on-success-icon: hsla(104, 64%, 40%, 100%); - --kbq-hint-fill-text-on-warning-text: hsla(38, 100%, 33%, 100%); - --kbq-hint-fill-text-on-warning-icon: hsla(38, 100%, 42%, 100%); - --kbq-hint-fill-text-on-error-text: hsla(7, 97%, 40%, 100%); - --kbq-hint-fill-text-on-error-icon: hsla(7, 97%, 45%, 100%); - --kbq-icon-item-filled-fade-off-theme-color: hsla(0, 0%, 100%, 100%); - --kbq-icon-item-filled-fade-off-theme-background: hsla(216, 100%, 50%, 100%); - --kbq-icon-item-filled-fade-off-contrast-color: hsla(229, 15%, 100%, 100%); - --kbq-icon-item-filled-fade-off-contrast-background: hsla(229, 15%, 25%, 100%); - --kbq-icon-item-filled-fade-off-error-color: hsla(0, 0%, 100%, 100%); - --kbq-icon-item-filled-fade-off-error-background: hsla(7, 97%, 60%, 100%); - --kbq-icon-item-filled-fade-off-warning-color: hsla(0, 0%, 100%, 100%); - --kbq-icon-item-filled-fade-off-warning-background: hsla(38, 100%, 50%, 100%); - --kbq-icon-item-filled-fade-off-success-color: hsla(0, 0%, 100%, 100%); - --kbq-icon-item-filled-fade-off-success-background: hsla(104, 64%, 45%, 100%); - --kbq-icon-item-filled-fade-on-theme-color: hsla(216, 100%, 50%, 100%); - --kbq-icon-item-filled-fade-on-theme-background: hsla(216, 100%, 85%, 100%); - --kbq-icon-item-filled-fade-on-contrast-color: hsla(229, 15%, 15%, 100%); - --kbq-icon-item-filled-fade-on-contrast-background: hsla(229, 15%, 92%, 100%); - --kbq-icon-item-filled-fade-on-error-color: hsla(7, 97%, 45%, 100%); - --kbq-icon-item-filled-fade-on-error-background: hsla(7, 97%, 90%, 100%); - --kbq-icon-item-filled-fade-on-warning-color: hsla(38, 100%, 42%, 100%); - --kbq-icon-item-filled-fade-on-warning-background: hsla(38, 100%, 85%, 100%); - --kbq-icon-item-filled-fade-on-success-color: hsla(104, 64%, 40%, 100%); - --kbq-icon-item-filled-fade-on-success-background: hsla(104, 64%, 80%, 100%); - --kbq-icon-theme-color: hsla(216, 100%, 50%, 100%); - --kbq-icon-contrast-color: hsla(229, 15%, 15%, 100%); - --kbq-icon-fade-contrast-color: hsla(229, 15%, 60%, 100%); - --kbq-icon-error-color: hsla(7, 97%, 45%, 100%); - --kbq-icon-success-color: hsla(104, 64%, 40%, 100%); - --kbq-icon-warning-color: hsla(38, 100%, 42%, 100%); - --kbq-link-text: hsla(216, 100%, 50%, 100%); - --kbq-link-border-bottom: hsla(216, 100%, 85%, 100%); - --kbq-link-state-visited-text: hsla(277, 72%, 45%, 100%); - --kbq-link-state-visited-border-bottom: hsla(277, 72%, 80%, 100%); - --kbq-link-state-visited-hover-text: hsla(277, 72%, 40%, 100%); - --kbq-link-state-visited-hover-border-bottom: hsla(277, 72%, 80%, 100%); - --kbq-link-state-visited-active-text: hsla(277, 72%, 35%, 100%); - --kbq-link-state-visited-active-border-bottom: hsla(277, 72%, 80%, 100%); - --kbq-link-state-hover-text: hsla(216, 100%, 45%, 100%); - --kbq-link-state-hover-border-bottom: hsla(216, 100%, 85%, 100%); - --kbq-link-state-active-text: hsla(216, 100%, 40%, 100%); - --kbq-link-state-active-border-bottom: hsla(216, 100%, 85%, 100%); - --kbq-link-state-focused-outline: hsla(216, 100%, 60%, 100%); - --kbq-link-state-disabled-text: hsla(229, 15%, 15%, 32%); - --kbq-link-state-disabled-border-bottom: hsla(229, 15%, 50%, 32%); - --kbq-list-default-container-background: transparent; - --kbq-list-default-text-color: hsla(229, 15%, 15%, 100%); - --kbq-list-default-icon-color: hsla(229, 15%, 15%, 100%); - --kbq-list-default-icon-button-color: hsla(229, 15%, 60%, 100%); - --kbq-list-default-caption-color: hsla(229, 15%, 50%, 100%); - --kbq-list-states-hover-container-background: hsla(229, 15%, 50%, 8%); - --kbq-list-states-hover-text-color: hsla(229, 15%, 15%, 100%); - --kbq-list-states-hover-icon-color: hsla(229, 15%, 15%, 100%); - --kbq-list-states-hover-icon-button-color: hsla(229, 15%, 60%, 100%); - --kbq-list-states-selected-container-background: hsla(216, 100%, 94%, 100%); - --kbq-list-states-selected-text-color: hsla(229, 15%, 15%, 100%); - --kbq-list-states-selected-icon-color: hsla(229, 15%, 15%, 100%); - --kbq-list-states-selected-icon-button-color: hsla(229, 15%, 60%, 100%); - --kbq-list-states-selected-hover-container-background: hsla(216, 100%, 90%, 100%); - --kbq-list-states-selected-hover-text-color: hsla(229, 15%, 15%, 100%); - --kbq-list-states-selected-hover-icon-color: hsla(229, 15%, 15%, 100%); - --kbq-list-states-selected-hover-icon-button-color: hsla(229, 15%, 60%, 100%); - --kbq-list-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); - --kbq-list-states-disabled-container-background: transparent; - --kbq-list-states-disabled-text-color: hsla(229, 15%, 15%, 32%); - --kbq-list-states-disabled-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-list-states-disabled-icon-button-color: hsla(229, 15%, 15%, 32%); - --kbq-list-states-disabled-caption-color: hsla(229, 15%, 15%, 32%); - --kbq-loader-overlay-transparent-overlay-background: hsla(229, 15%, 99%, 88%); - --kbq-loader-overlay-transparent-text-color: hsla(229, 15%, 15%, 100%); - --kbq-loader-overlay-transparent-caption-color: hsla(229, 15%, 50%, 100%); - --kbq-loader-overlay-filled-overlay-background: hsla(0, 0%, 100%, 100%); - --kbq-loader-overlay-filled-text-color: hsla(229, 15%, 15%, 100%); - --kbq-loader-overlay-filled-caption-color: hsla(229, 15%, 50%, 100%); - --kbq-markdown-h1-color: hsla(229, 15%, 15%, 100%); - --kbq-markdown-h2-color: hsla(229, 15%, 15%, 100%); - --kbq-markdown-h3-color: hsla(229, 15%, 15%, 100%); - --kbq-markdown-h4-color: hsla(229, 15%, 15%, 100%); - --kbq-markdown-h5-color: hsla(229, 15%, 15%, 100%); - --kbq-markdown-h6-color: hsla(229, 15%, 15%, 100%); - --kbq-markdown-p-color: hsla(229, 15%, 15%, 100%); - --kbq-markdown-list-color: hsla(229, 15%, 15%, 100%); - --kbq-markdown-blockquote-text: hsla(229, 15%, 15%, 100%); - --kbq-markdown-blockquote-line: hsla(229, 15%, 80%, 100%); - --kbq-markdown-blockquote-background: hsla(229, 15%, 92%, 100%); - --kbq-markdown-blockquote-border: transparent; - --kbq-markdown-code-text: hsla(229, 15%, 15%, 100%); - --kbq-markdown-code-background: hsla(229, 15%, 95%, 100%); - --kbq-markdown-code-border: hsla(229, 15%, 6%, 12%); - --kbq-markdown-link-text: hsla(216, 100%, 50%, 100%); - --kbq-markdown-link-border-bottom: hsla(216, 100%, 85%, 100%); - --kbq-markdown-link-state-visited-text: hsla(277, 72%, 45%, 100%); - --kbq-markdown-link-state-visited-border-bottom: hsla(277, 72%, 80%, 100%); - --kbq-markdown-link-state-hover-text: hsla(216, 100%, 45%, 100%); - --kbq-markdown-link-state-hover-border-bottom: hsla(216, 100%, 85%, 100%); - --kbq-markdown-link-state-active: hsla(216, 100%, 40%, 100%); - --kbq-markdown-link-state-focused-outline: hsla(216, 100%, 60%, 100%); - --kbq-markdown-image-caption-text: hsla(229, 15%, 50%, 100%); - --kbq-markdown-hr-color: hsla(229, 15%, 6%, 12%); - --kbq-markdown-table-header: hsla(229, 15%, 50%, 100%); - --kbq-markdown-table-body: hsla(229, 15%, 15%, 100%); - --kbq-markdown-table-border: hsla(229, 15%, 6%, 12%); - --kbq-modal-overlay-background: hsla(229, 15%, 20%, 32%); - --kbq-modal-container-background: hsla(229, 15%, 100%, 100%); - --kbq-modal-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 3px 16px hsla(229, 15%, 6%, 6%), 0 4px 32px hsla(229, 15%, 6%, 12%); - --kbq-modal-close-button-color: hsla(229, 15%, 15%, 100%); - --kbq-modal-header-text-color: hsla(229, 15%, 15%, 100%); - --kbq-modal-content-text-color: hsla(229, 15%, 15%, 100%); - --kbq-navbar-background: hsla(0, 0%, 100%, 100%); - --kbq-navbar-border: hsla(229, 15%, 6%, 12%); - --kbq-navbar-item-default-content-text: hsla(229, 15%, 15%, 100%); - --kbq-navbar-item-default-content-background: transparent; - --kbq-navbar-item-default-content-icon-left: hsla(229, 15%, 15%, 100%); - --kbq-navbar-item-default-content-icon-right: hsla(229, 15%, 15%, 100%); - --kbq-navbar-item-states-hover-content-text: hsla(229, 15%, 15%, 100%); - --kbq-navbar-item-states-hover-content-background: hsla(229, 15%, 50%, 8%); - --kbq-navbar-item-states-hover-content-icon-left: hsla(229, 15%, 10%, 100%); - --kbq-navbar-item-states-hover-content-icon-right: hsla(229, 15%, 10%, 100%); - --kbq-navbar-item-states-selected-content-text: hsla(229, 15%, 15%, 100%); - --kbq-navbar-item-states-selected-content-background: hsla(229, 15%, 50%, 16%); - --kbq-navbar-item-states-selected-content-icon-left: hsla(229, 15%, 10%, 100%); - --kbq-navbar-item-states-selected-content-icon-right: hsla(229, 15%, 10%, 100%); - --kbq-navbar-item-states-selected-hover-content-text: hsla(229, 15%, 15%, 100%); - --kbq-navbar-item-states-selected-hover-content-background: hsla(229, 15%, 50%, 8%); - --kbq-navbar-item-states-selected-hover-content-icon-left: hsla(229, 15%, 10%, 100%); - --kbq-navbar-item-states-selected-hover-content-icon-right: hsla(229, 15%, 10%, 100%); - --kbq-navbar-item-states-disabled-content-text: hsla(229, 15%, 15%, 32%); - --kbq-navbar-item-states-disabled-content-background: transparent; - --kbq-navbar-item-states-disabled-content-icon-left: hsla(229, 15%, 15%, 32%); - --kbq-navbar-item-states-disabled-content-icon-right: hsla(229, 15%, 15%, 32%); - --kbq-popover-container-background: hsla(229, 15%, 100%, 100%); - --kbq-popover-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); - --kbq-popover-header-text-color: hsla(229, 15%, 15%, 100%); - --kbq-popover-header-scroll-shadow: 0 9px 8px -12px hsla(229, 15%, 60%, 100%); - --kbq-popover-content-text-color: hsla(229, 15%, 15%, 100%); - --kbq-popover-footer-scroll-shadow: 0 -9px 8px -12px hsla(229, 15%, 60%, 100%); - --kbq-popup-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); - --kbq-popup-border: transparent; - --kbq-popup-background: hsla(229, 15%, 100%, 100%); - --kbq-popup-footer-background: hsla(229, 15%, 95%, 100%); - --kbq-progress-bar-bar-background: hsla(229, 15%, 92%, 100%); - --kbq-progress-bar-bar-foreground: hsla(216, 100%, 50%, 100%); - --kbq-progress-bar-text-color: hsla(229, 15%, 15%, 100%); - --kbq-progress-bar-caption-color: hsla(229, 15%, 50%, 100%); - --kbq-progress-spinner-circle-background: hsla(216, 100%, 50%, 100%); - --kbq-progress-spinner-text-color: hsla(229, 15%, 15%, 100%); - --kbq-progress-spinner-caption-color: hsla(229, 15%, 50%, 100%); - --kbq-radio-theme-default-outer-circle-border: hsla(229, 15%, 80%, 100%); - --kbq-radio-theme-default-outer-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-radio-theme-default-inner-circle-background: transparent; - --kbq-radio-theme-default-caption: hsla(229, 15%, 50%, 100%); - --kbq-radio-theme-states-hover-outer-circle-border: hsla(229, 15%, 80%, 100%); - --kbq-radio-theme-states-hover-outer-circle-background: hsla(229, 15%, 50%, 8%); - --kbq-radio-theme-states-hover-inner-circle-background: transparent; - --kbq-radio-theme-states-checked-outer-circle-border: transparent; - --kbq-radio-theme-states-checked-outer-circle-background: hsla(216, 100%, 50%, 100%); - --kbq-radio-theme-states-checked-inner-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-radio-theme-states-checked-hover-outer-circle-border: hsla(216, 100%, 45%, 100%); - --kbq-radio-theme-states-checked-hover-outer-circle-background: hsla(216, 100%, 45%, 100%); - --kbq-radio-theme-states-checked-hover-inner-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-radio-theme-states-checked-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); - --kbq-radio-theme-states-checked-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); - --kbq-radio-theme-states-checked-disabled-inner-circle-background: hsla(229, 15%, 15%, 32%); - --kbq-radio-theme-states-focused-outer-circle-border: transparent; - --kbq-radio-theme-states-focused-outer-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-radio-theme-states-focused-inner-circle-background: transparent; - --kbq-radio-theme-states-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(216, 100%, 60%, 100%); - --kbq-radio-theme-states-checked-focused-outer-circle-border: transparent; - --kbq-radio-theme-states-checked-focused-outer-circle-background: hsla(216, 100%, 50%, 100%); - --kbq-radio-theme-states-checked-focused-inner-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-radio-theme-states-checked-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(216, 100%, 60%, 100%); - --kbq-radio-theme-states-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); - --kbq-radio-theme-states-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); - --kbq-radio-theme-states-disabled-inner-circle-background: transparent; - --kbq-radio-theme-states-disabled-caption: hsla(229, 15%, 15%, 32%); - --kbq-radio-error-default-outer-circle-border: hsla(7, 97%, 45%, 100%); - --kbq-radio-error-default-outer-circle-background: hsla(7, 97%, 99%, 100%); - --kbq-radio-error-default-inner-circle-background: transparent; - --kbq-radio-error-states-hover-outer-circle-border: hsla(7, 97%, 45%, 100%); - --kbq-radio-error-states-hover-outer-circle-background: hsla(7, 97%, 92%, 100%); - --kbq-radio-error-states-hover-inner-circle-background: transparent; - --kbq-radio-error-states-checked-outer-circle-border: transparent; - --kbq-radio-error-states-checked-outer-circle-background: hsla(7, 97%, 60%, 100%); - --kbq-radio-error-states-checked-inner-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-radio-error-states-checked-hover-outer-circle-border: transparent; - --kbq-radio-error-states-checked-hover-outer-circle-background: hsla(7, 97%, 56%, 100%); - --kbq-radio-error-states-checked-hover-inner-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-radio-error-states-checked-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); - --kbq-radio-error-states-checked-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); - --kbq-radio-error-states-checked-disabled-inner-circle-background: hsla(229, 15%, 15%, 32%); - --kbq-radio-error-states-focused-outer-circle-border: transparent; - --kbq-radio-error-states-focused-outer-circle-background: hsla(7, 97%, 99%, 100%); - --kbq-radio-error-states-focused-inner-circle-background: transparent; - --kbq-radio-error-states-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(7, 97%, 45%, 100%); - --kbq-radio-error-states-checked-focused-outer-circle-border: transparent; - --kbq-radio-error-states-checked-focused-outer-circle-background: hsla(7, 97%, 60%, 100%); - --kbq-radio-error-states-checked-focused-inner-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-radio-error-states-checked-focused-outer-circle-shadow: 0 0 0.1px 2px hsla(7, 97%, 45%, 100%); - --kbq-radio-error-states-disabled-outer-circle-border: hsla(229, 15%, 50%, 32%); - --kbq-radio-error-states-disabled-outer-circle-background: hsla(229, 15%, 50%, 16%); - --kbq-radio-error-states-disabled-inner-circle-background: transparent; - --kbq-risk-level-filled-fade-off-success-background: hsla(104, 64%, 45%, 100%); - --kbq-risk-level-filled-fade-off-success-text: hsla(0, 0%, 100%, 100%); - --kbq-risk-level-filled-fade-off-warning-background: hsla(38, 100%, 50%, 100%); - --kbq-risk-level-filled-fade-off-warning-text: hsla(0, 0%, 100%, 100%); - --kbq-risk-level-filled-fade-off-error-background: hsla(7, 97%, 60%, 100%); - --kbq-risk-level-filled-fade-off-error-text: hsla(0, 0%, 100%, 100%); - --kbq-risk-level-filled-fade-on-contrast-background: hsla(229, 15%, 92%, 100%); - --kbq-risk-level-filled-fade-on-contrast-text: hsla(229, 15%, 15%, 100%); - --kbq-risk-level-filled-fade-on-success-background: hsla(104, 64%, 80%, 100%); - --kbq-risk-level-filled-fade-on-success-text: hsla(104, 64%, 30%, 100%); - --kbq-risk-level-filled-fade-on-warning-background: hsla(38, 100%, 85%, 100%); - --kbq-risk-level-filled-fade-on-warning-text: hsla(38, 100%, 33%, 100%); - --kbq-risk-level-filled-fade-on-error-background: hsla(7, 97%, 90%, 100%); - --kbq-risk-level-filled-fade-on-error-text: hsla(7, 97%, 40%, 100%); - --kbq-risk-level-outline-fade-on-contrast-background: transparent; - --kbq-risk-level-outline-fade-on-contrast-text: hsla(229, 15%, 15%, 100%); - --kbq-risk-level-outline-fade-on-contrast-border: hsla(229, 15%, 80%, 100%); - --kbq-risk-level-outline-fade-on-success-background: transparent; - --kbq-risk-level-outline-fade-on-success-text: hsla(104, 64%, 30%, 100%); - --kbq-risk-level-outline-fade-on-success-border: hsla(104, 64%, 45%, 100%); - --kbq-risk-level-outline-fade-on-warning-background: transparent; - --kbq-risk-level-outline-fade-on-warning-text: hsla(38, 100%, 33%, 100%); - --kbq-risk-level-outline-fade-on-warning-border: hsla(38, 100%, 55%, 100%); - --kbq-risk-level-outline-fade-on-error-background: transparent; - --kbq-risk-level-outline-fade-on-error-text: hsla(7, 97%, 40%, 100%); - --kbq-risk-level-outline-fade-on-error-border: hsla(7, 97%, 65%, 100%); - --kbq-scrollbar-thumb-default-background: hsla(229, 15%, 60%, 100%); - --kbq-scrollbar-thumb-hover-background: hsla(229, 15%, 50%, 100%); - --kbq-scrollbar-thumb-active-background: hsla(229, 15%, 40%, 100%); - --kbq-scrollbar-thumb-disabled-background: hsla(229, 15%, 15%, 32%); - --kbq-scrollbar-track-default-border: transparent; - --kbq-scrollbar-track-default-background: transparent; - --kbq-scrollbar-track-hover-border: transparent; - --kbq-scrollbar-track-hover-background: transparent; - --kbq-scrollbar-track-active-border: transparent; - --kbq-scrollbar-track-active-background: transparent; - --kbq-select-panel-dropdown-background: hsla(229, 15%, 100%, 100%); - --kbq-select-panel-dropdown-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); - --kbq-sidepanel-overlay-background: hsla(229, 15%, 20%, 32%); - --kbq-sidepanel-container-background: hsla(229, 15%, 100%, 100%); - --kbq-sidepanel-container-box-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 3px 16px hsla(229, 15%, 6%, 6%), 0 4px 32px hsla(229, 15%, 6%, 12%); - --kbq-sidepanel-header-text-color: hsla(229, 15%, 15%, 100%); - --kbq-sidepanel-content-text-color: hsla(229, 15%, 15%, 100%); - --kbq-tabs-tab-item-filled-on-background-default-background: transparent; - --kbq-tabs-tab-item-filled-on-background-default-text-color: hsla(229, 15%, 15%, 100%); - --kbq-tabs-tab-item-filled-on-background-default-icon-color: hsla(229, 15%, 15%, 100%); - --kbq-tabs-tab-item-filled-on-background-states-hover-background: hsla(229, 15%, 50%, 8%); - --kbq-tabs-tab-item-filled-on-background-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); - --kbq-tabs-tab-item-filled-on-background-states-selected-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-filled-on-background-states-selected-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-filled-on-background-states-selected-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-filled-on-background-states-selected-disabled-text-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-filled-on-background-states-selected-disabled-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-filled-on-background-states-disabled-background: transparent; - --kbq-tabs-tab-item-filled-on-background-states-disabled-text-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-filled-on-background-states-disabled-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-filled-on-surface-default-background: transparent; - --kbq-tabs-tab-item-filled-on-surface-default-text-color: hsla(229, 15%, 15%, 100%); - --kbq-tabs-tab-item-filled-on-surface-default-icon-color: hsla(229, 15%, 15%, 100%); - --kbq-tabs-tab-item-filled-on-surface-states-hover-background: hsla(229, 15%, 50%, 8%); - --kbq-tabs-tab-item-filled-on-surface-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); - --kbq-tabs-tab-item-filled-on-surface-states-selected-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-filled-on-surface-states-selected-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-filled-on-surface-states-selected-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-filled-on-surface-states-selected-disabled-text-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-filled-on-surface-states-selected-disabled-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-filled-on-surface-states-disabled-background: transparent; - --kbq-tabs-tab-item-filled-on-surface-states-disabled-text-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-filled-on-surface-states-disabled-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-transparent-on-background-default-background: transparent; - --kbq-tabs-tab-item-transparent-on-background-default-text-color: hsla(229, 15%, 15%, 100%); - --kbq-tabs-tab-item-transparent-on-background-default-icon-color: hsla(229, 15%, 15%, 100%); - --kbq-tabs-tab-item-transparent-on-background-states-hover-background: hsla(229, 15%, 50%, 8%); - --kbq-tabs-tab-item-transparent-on-background-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); - --kbq-tabs-tab-item-transparent-on-background-states-selected-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-transparent-on-background-states-selected-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-transparent-on-background-states-selected-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-transparent-on-background-states-selected-disabled-text-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-transparent-on-background-states-selected-disabled-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-transparent-on-background-states-disabled-background: transparent; - --kbq-tabs-tab-item-transparent-on-background-states-disabled-text-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-transparent-on-background-states-disabled-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-transparent-on-surface-default-background: transparent; - --kbq-tabs-tab-item-transparent-on-surface-default-text-color: hsla(229, 15%, 15%, 100%); - --kbq-tabs-tab-item-transparent-on-surface-default-icon-color: hsla(229, 15%, 15%, 100%); - --kbq-tabs-tab-item-transparent-on-surface-states-hover-background: hsla(229, 15%, 50%, 8%); - --kbq-tabs-tab-item-transparent-on-surface-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); - --kbq-tabs-tab-item-transparent-on-surface-states-selected-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-transparent-on-surface-states-selected-hover-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-transparent-on-surface-states-selected-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-tabs-tab-item-transparent-on-surface-states-selected-disabled-text-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-transparent-on-surface-states-selected-disabled-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-transparent-on-surface-states-disabled-background: transparent; - --kbq-tabs-tab-item-transparent-on-surface-states-disabled-text-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-item-transparent-on-surface-states-disabled-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-tabs-tab-stack-filled-on-background-background: hsla(0, 0%, 100%, 100%); - --kbq-tabs-tab-stack-filled-on-surface-background: hsla(229, 15%, 92%, 100%); - --kbq-tabs-tab-stack-transparent-on-background-background: transparent; - --kbq-tabs-tab-stack-transparent-on-surface-background: transparent; - --kbq-tag-theme-fade-on-default-background: hsla(216, 100%, 85%, 100%); - --kbq-tag-theme-fade-on-default-text: hsla(216, 100%, 50%, 100%); - --kbq-tag-theme-fade-on-default-icon: hsla(216, 100%, 50%, 100%); - --kbq-tag-theme-fade-on-default-close-button: hsla(216, 100%, 50%, 100%); - --kbq-tag-theme-fade-on-states-hover-background: hsla(216, 100%, 91%, 100%); - --kbq-tag-theme-fade-on-states-hover-text: hsla(216, 100%, 50%, 100%); - --kbq-tag-theme-fade-on-states-hover-icon: hsla(216, 100%, 50%, 100%); - --kbq-tag-theme-fade-on-states-hover-close-button: hsla(216, 100%, 50%, 100%); - --kbq-tag-theme-fade-on-states-focus-background: hsla(216, 100%, 85%, 100%); - --kbq-tag-theme-fade-on-states-focus-text: hsla(216, 100%, 50%, 100%); - --kbq-tag-theme-fade-on-states-focus-icon: hsla(216, 100%, 50%, 100%); - --kbq-tag-theme-fade-on-states-focus-close-button: hsla(216, 100%, 50%, 100%); - --kbq-tag-theme-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%); - --kbq-tag-theme-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-tag-theme-fade-on-states-disabled-text: hsla(229, 15%, 15%, 32%); - --kbq-tag-theme-fade-on-states-disabled-icon: hsla(229, 15%, 15%, 32%); - --kbq-tag-theme-fade-on-states-disabled-close-button: hsla(229, 15%, 15%, 32%); - --kbq-tag-contrast-fade-on-default-background: hsla(229, 15%, 92%, 100%); - --kbq-tag-contrast-fade-on-default-text: hsla(229, 15%, 15%, 100%); - --kbq-tag-contrast-fade-on-default-icon: hsla(229, 15%, 60%, 100%); - --kbq-tag-contrast-fade-on-default-close-button: hsla(229, 15%, 60%, 100%); - --kbq-tag-contrast-fade-on-states-hover-background: hsla(229, 15%, 88%, 100%); - --kbq-tag-contrast-fade-on-states-hover-text: hsla(229, 15%, 15%, 100%); - --kbq-tag-contrast-fade-on-states-hover-icon: hsla(229, 15%, 60%, 100%); - --kbq-tag-contrast-fade-on-states-hover-close-button: hsla(229, 15%, 60%, 100%); - --kbq-tag-contrast-fade-on-states-focus-background: hsla(229, 15%, 92%, 100%); - --kbq-tag-contrast-fade-on-states-focus-text: hsla(229, 15%, 15%, 100%); - --kbq-tag-contrast-fade-on-states-focus-icon: hsla(229, 15%, 60%, 100%); - --kbq-tag-contrast-fade-on-states-focus-close-button: hsla(229, 15%, 60%, 100%); - --kbq-tag-contrast-fade-on-states-focus-outline: hsla(216, 100%, 60%, 100%); - --kbq-tag-contrast-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-tag-contrast-fade-on-states-disabled-text: hsla(229, 15%, 15%, 32%); - --kbq-tag-contrast-fade-on-states-disabled-icon: hsla(229, 15%, 15%, 32%); - --kbq-tag-contrast-fade-on-states-disabled-close-button: hsla(229, 15%, 15%, 32%); - --kbq-tag-error-fade-on-default-background: hsla(7, 97%, 90%, 100%); - --kbq-tag-error-fade-on-default-text: hsla(7, 97%, 40%, 100%); - --kbq-tag-error-fade-on-default-icon: hsla(7, 97%, 45%, 100%); - --kbq-tag-error-fade-on-default-close-button: hsla(7, 97%, 45%, 100%); - --kbq-tag-error-fade-on-states-hover-background: hsla(7, 97%, 92%, 100%); - --kbq-tag-error-fade-on-states-hover-text: hsla(7, 97%, 40%, 100%); - --kbq-tag-error-fade-on-states-hover-icon: hsla(7, 97%, 45%, 100%); - --kbq-tag-error-fade-on-states-hover-close-button: hsla(7, 97%, 45%, 100%); - --kbq-tag-error-fade-on-states-focus-background: hsla(7, 97%, 90%, 100%); - --kbq-tag-error-fade-on-states-focus-text: hsla(7, 97%, 40%, 100%); - --kbq-tag-error-fade-on-states-focus-icon: hsla(7, 97%, 45%, 100%); - --kbq-tag-error-fade-on-states-focus-close-button: hsla(7, 97%, 45%, 100%); - --kbq-tag-error-fade-on-states-focus-outline: hsla(7, 97%, 45%, 100%); - --kbq-tag-error-fade-on-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-tag-error-fade-on-states-disabled-text: hsla(229, 15%, 15%, 32%); - --kbq-tag-error-fade-on-states-disabled-icon: hsla(229, 15%, 15%, 32%); - --kbq-tag-error-fade-on-states-disabled-close-button: hsla(229, 15%, 15%, 32%); - --kbq-timezone-option-text: hsla(229, 15%, 15%, 100%); - --kbq-timezone-option-caption: hsla(229, 15%, 50%, 100%); - --kbq-timezone-option-optgroup-label: hsla(229, 15%, 50%, 100%); - --kbq-toast-contrast-container-background: hsla(229, 15%, 100%, 100%); - --kbq-toast-contrast-container-title: hsla(229, 15%, 15%, 100%); - --kbq-toast-contrast-container-text: hsla(229, 15%, 50%, 100%); - --kbq-toast-contrast-container-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); - --kbq-toast-error-container-background: hsla(229, 15%, 100%, 100%); - --kbq-toast-error-container-title: hsla(229, 15%, 15%, 100%); - --kbq-toast-error-container-text: hsla(229, 15%, 50%, 100%); - --kbq-toast-error-container-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); - --kbq-toast-warning-container-background: hsla(229, 15%, 100%, 100%); - --kbq-toast-warning-container-title: hsla(229, 15%, 15%, 100%); - --kbq-toast-warning-container-text: hsla(229, 15%, 50%, 100%); - --kbq-toast-warning-container-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); - --kbq-toast-success-container-background: hsla(229, 15%, 100%, 100%); - --kbq-toast-success-container-title: hsla(229, 15%, 15%, 100%); - --kbq-toast-success-container-text: hsla(229, 15%, 50%, 100%); - --kbq-toast-success-container-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); - --kbq-toggle-theme-default-border: hsla(229, 15%, 80%, 100%); - --kbq-toggle-theme-default-background: hsla(0, 0%, 100%, 100%); - --kbq-toggle-theme-default-circle-background: hsla(229, 15%, 15%, 100%); - --kbq-toggle-theme-states-hover-border: hsla(229, 15%, 80%, 100%); - --kbq-toggle-theme-states-hover-background: hsla(229, 15%, 50%, 8%); - --kbq-toggle-theme-states-hover-circle-background: hsla(229, 15%, 15%, 100%); - --kbq-toggle-theme-states-checked-border: transparent; - --kbq-toggle-theme-states-checked-background: hsla(216, 100%, 50%, 100%); - --kbq-toggle-theme-states-checked-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-toggle-theme-states-checked-hover-border: transparent; - --kbq-toggle-theme-states-checked-hover-background: hsla(216, 100%, 45%, 100%); - --kbq-toggle-theme-states-checked-hover-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-toggle-theme-states-focused-border: hsla(216, 100%, 60%, 100%); - --kbq-toggle-theme-states-focused-background: hsla(0, 0%, 100%, 100%); - --kbq-toggle-theme-states-focused-circle-background: hsla(229, 15%, 15%, 100%); - --kbq-toggle-theme-states-focused-focus-outline: hsla(216, 100%, 60%, 100%); - --kbq-toggle-theme-states-checked-focused-border: hsla(216, 100%, 60%, 100%); - --kbq-toggle-theme-states-checked-focused-background: hsla(216, 100%, 50%, 100%); - --kbq-toggle-theme-states-checked-focused-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-toggle-theme-states-checked-focused-focus-outline: hsla(216, 100%, 60%, 100%); - --kbq-toggle-theme-states-disabled-border: hsla(229, 15%, 50%, 32%); - --kbq-toggle-theme-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-toggle-theme-states-disabled-circle-background: hsla(229, 15%, 15%, 32%); - --kbq-toggle-error-default-border: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-default-background: hsla(7, 97%, 99%, 100%); - --kbq-toggle-error-default-circle-background: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-states-hover-border: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-states-hover-background: hsla(7, 97%, 92%, 100%); - --kbq-toggle-error-states-hover-circle-background: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-states-checked-border: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-states-checked-background: hsla(7, 97%, 60%, 100%); - --kbq-toggle-error-states-checked-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-toggle-error-states-checked-hover-border: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-states-checked-hover-background: hsla(7, 97%, 56%, 100%); - --kbq-toggle-error-states-checked-hover-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-toggle-error-states-focused-border: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-states-focused-background: hsla(7, 97%, 99%, 100%); - --kbq-toggle-error-states-focused-circle-background: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-states-focused-focus-outline: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-states-checked-focused-border: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-states-checked-focused-background: hsla(7, 97%, 60%, 100%); - --kbq-toggle-error-states-checked-focused-circle-background: hsla(0, 0%, 100%, 100%); - --kbq-toggle-error-states-checked-focused-focus-outline: hsla(7, 97%, 45%, 100%); - --kbq-toggle-error-states-disabled-border: hsla(229, 15%, 50%, 32%); - --kbq-toggle-error-states-disabled-background: hsla(229, 15%, 50%, 16%); - --kbq-toggle-error-states-disabled-circle-background: hsla(229, 15%, 15%, 32%); - --kbq-tooltip-contrast-fade-on-background: hsla(229, 15%, 100%, 100%); - --kbq-tooltip-contrast-fade-on-text: hsla(229, 15%, 15%, 100%); - --kbq-tooltip-contrast-fade-on-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); - --kbq-tooltip-contrast-fade-off-background: hsla(229, 15%, 25%, 100%); - --kbq-tooltip-contrast-fade-off-text: hsla(0, 0%, 100%, 100%); - --kbq-tooltip-contrast-fade-off-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); - --kbq-tooltip-theme-fade-off-background: hsla(216, 100%, 50%, 100%); - --kbq-tooltip-theme-fade-off-text: hsla(0, 0%, 100%, 100%); - --kbq-tooltip-theme-fade-off-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); - --kbq-tooltip-warning-fade-off-background: hsla(38, 100%, 50%, 100%); - --kbq-tooltip-warning-fade-off-text: hsla(0, 0%, 100%, 100%); - --kbq-tooltip-warning-fade-off-shadow: 0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%); - --kbq-tooltip-error-fade-off-background: hsla(7, 97%, 60%, 100%); - --kbq-tooltip-error-fade-off-text: hsla(0, 0%, 100%, 100%); - --kbq-tooltip-error-fade-off-shadow: 0 0 0 1px hsla(229, 100%, 85%, 15%); - --kbq-tree-default-container-background: transparent; - --kbq-tree-default-text-color: hsla(229, 15%, 15%, 100%); - --kbq-tree-default-icon-color: hsla(229, 15%, 15%, 100%); - --kbq-tree-default-tree-toggle-color: hsla(229, 15%, 60%, 100%); - --kbq-tree-default-action-button-color: hsla(229, 15%, 60%, 100%); - --kbq-tree-default-caption-color: hsla(229, 15%, 50%, 100%); - --kbq-tree-states-hover-container-background: hsla(229, 15%, 50%, 8%); - --kbq-tree-states-hover-text-color: hsla(229, 15%, 15%, 100%); - --kbq-tree-states-hover-icon-color: hsla(229, 15%, 15%, 100%); - --kbq-tree-states-hover-tree-toggle-color: hsla(229, 15%, 60%, 100%); - --kbq-tree-states-hover-action-button-color: hsla(229, 15%, 60%, 100%); - --kbq-tree-states-hover-caption-color: hsla(229, 15%, 50%, 100%); - --kbq-tree-states-focused-focus-outline-color: hsla(216, 100%, 60%, 100%); - --kbq-tree-states-selected-container-background: hsla(216, 100%, 94%, 100%); - --kbq-tree-states-selected-text-color: hsla(229, 15%, 15%, 100%); - --kbq-tree-states-selected-icon-color: hsla(229, 15%, 15%, 100%); - --kbq-tree-states-selected-tree-toggle-color: hsla(229, 15%, 60%, 100%); - --kbq-tree-states-selected-action-button-color: hsla(229, 15%, 60%, 100%); - --kbq-tree-states-selected-caption-color: hsla(229, 15%, 50%, 100%); - --kbq-tree-states-selected-hover-container-background: hsla(216, 100%, 90%, 100%); - --kbq-tree-states-selected-hover-text-color: hsla(229, 15%, 15%, 100%); - --kbq-tree-states-selected-hover-icon-color: hsla(229, 15%, 15%, 100%); - --kbq-tree-states-selected-hover-tree-toggle-color: hsla(229, 15%, 60%, 100%); - --kbq-tree-states-selected-hover-action-button-color: hsla(229, 15%, 60%, 100%); - --kbq-tree-states-selected-hover-caption-color: hsla(229, 15%, 50%, 100%); - --kbq-tree-states-disabled-container-background: transparent; - --kbq-tree-states-disabled-text-color: hsla(229, 15%, 15%, 32%); - --kbq-tree-states-disabled-icon-color: hsla(229, 15%, 15%, 32%); - --kbq-tree-states-disabled-tree-toggle-color: hsla(229, 15%, 15%, 32%); - --kbq-tree-states-disabled-action-button-color: hsla(229, 15%, 15%, 32%); - --kbq-tree-states-disabled-caption-color: hsla(229, 15%, 15%, 32%); } diff --git a/apps/docs/src/styles/koobiq/default-theme/css-tokens.css b/apps/docs/src/styles/koobiq/default-theme/css-tokens.css index 9110630a3..9997fe501 100644 --- a/apps/docs/src/styles/koobiq/default-theme/css-tokens.css +++ b/apps/docs/src/styles/koobiq/default-theme/css-tokens.css @@ -1388,462 +1388,4 @@ --kbq-fa-ir-small-text-font-family: notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; --kbq-fa-ir-extra-small-text-font-family: notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; --kbq-fa-ir-extra-small-text-caps-font-family: notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif; - --kbq-accordion-size-item-header-height: 36px; - --kbq-accordion-size-item-header-variant-fill-padding: 6px 8px; - --kbq-accordion-size-item-header-variant-hug-padding: 6px 8px 6px 12px; - --kbq-accordion-size-item-content-padding: 0px 12px 8px 12px; - --kbq-alert-size-normal-container-border-radius: 12px; - --kbq-alert-size-normal-container-padding-top: 0; - --kbq-alert-size-normal-container-padding-right: 8px; - --kbq-alert-size-normal-container-padding-bottom: 0; - --kbq-alert-size-normal-container-padding-left: 8px; - --kbq-alert-size-normal-content-padding-top: 16px; - --kbq-alert-size-normal-content-padding-right: 8px; - --kbq-alert-size-normal-content-padding-bottom: 16px; - --kbq-alert-size-normal-content-padding-left: 12px; - --kbq-alert-size-normal-icon-margin-top: 16px; - --kbq-alert-size-normal-icon-margin-right: 0; - --kbq-alert-size-normal-icon-margin-bottom: 16px; - --kbq-alert-size-normal-icon-margin-left: 12px; - --kbq-alert-size-normal-icon-padding-top: 4px; - --kbq-alert-size-normal-title-margin-bottom: 4px; - --kbq-alert-size-normal-close-button-margin-top: 10px; - --kbq-alert-size-normal-close-button-margin-left: 2px; - --kbq-alert-size-normal-button-stack-padding-top: 8px; - --kbq-alert-size-normal-button-stack-padding-bottom: 2px; - --kbq-alert-size-normal-no-title-icon-margin-top: 16px; - --kbq-alert-size-normal-no-title-icon-padding-top: 2px; - --kbq-alert-size-compact-container-border-radius: 12px; - --kbq-alert-size-compact-container-padding-top: 0; - --kbq-alert-size-compact-container-padding-right: 8px; - --kbq-alert-size-compact-container-padding-bottom: 0; - --kbq-alert-size-compact-container-padding-left: 16px; - --kbq-alert-size-compact-content-padding-top: 12px; - --kbq-alert-size-compact-content-padding-right: 8px; - --kbq-alert-size-compact-content-padding-bottom: 12px; - --kbq-alert-size-compact-content-padding-left: 0; - --kbq-alert-size-compact-icon-margin-top: 12px; - --kbq-alert-size-compact-icon-margin-right: 8px; - --kbq-alert-size-compact-icon-padding-top: 4px; - --kbq-alert-size-compact-title-margin-bottom: 2px; - --kbq-alert-size-compact-close-button-margin-top: 10px; - --kbq-alert-size-compact-close-button-margin-left: 2px; - --kbq-alert-size-compact-button-stack-padding-top: 8px; - --kbq-alert-size-compact-button-stack-padding-bottom: 2px; - --kbq-alert-size-compact-no-title-icon-margin-top: 12px; - --kbq-alert-size-compact-no-title-icon-padding-top: 2px; - --kbq-autocomplete-size-panel-padding: 4px 0; - --kbq-autocomplete-size-panel-max-height: 256px; - --kbq-autocomplete-size-panel-border-radius: 8px; - --kbq-badge-size-normal-height: 24px; - --kbq-badge-size-normal-icon-left-width: 16px; - --kbq-badge-size-normal-icon-left-height: 16px; - --kbq-badge-size-normal-icon-left-margin-right: 4px; - --kbq-badge-size-normal-icon-right-width: 16px; - --kbq-badge-size-normal-icon-right-height: 16px; - --kbq-badge-size-normal-icon-right-margin-left: 4px; - --kbq-badge-size-normal-horizontal-padding: 8px; - --kbq-badge-size-normal-content-padding: 4px; - --kbq-badge-size-normal-border-width: 1px; - --kbq-badge-size-normal-border-radius: 4px; - --kbq-badge-size-compact-height: 16px; - --kbq-badge-size-compact-icon-left-width: 16px; - --kbq-badge-size-compact-icon-left-height: 16px; - --kbq-badge-size-compact-icon-left-margin-right: 2px; - --kbq-badge-size-compact-icon-right-width: 16px; - --kbq-badge-size-compact-icon-right-height: 16px; - --kbq-badge-size-compact-icon-right-margin-left: 2px; - --kbq-badge-size-compact-vertical-padding: 0; - --kbq-badge-size-compact-horizontal-padding: 4px; - --kbq-badge-size-compact-content-padding: 2px; - --kbq-badge-size-compact-border-width: 1px; - --kbq-badge-size-compact-border-radius: 4px; - --kbq-button-toggle-size-container-border-radius: 8px; - --kbq-button-toggle-size-container-padding-horizontal: 4px; - --kbq-button-toggle-size-container-padding-vertical: 4px; - --kbq-button-toggle-size-container-content-gap-horizontal: 4px; - --kbq-button-toggle-size-item-height: 24px; - --kbq-button-toggle-size-item-border-radius: 4px; - --kbq-button-toggle-size-item-padding-horizontal: 8px; - --kbq-button-toggle-size-item-padding-vertical: 2px; - --kbq-button-toggle-size-item-content-gap-horizontal: 4px; - --kbq-button-toggle-size-item-focus-outline-width: 2px; - --kbq-button-size-height: 32px; - --kbq-button-size-border-width: 1px; - --kbq-button-size-border-radius: 8px; - --kbq-button-size-horizontal-padding: 12px; - --kbq-button-size-content-padding: 6px; - --kbq-icon-button-size-horizontal-padding: 8px; - --kbq-icon-button-size-left-icon-padding: 6px; - --kbq-icon-button-size-normal-horizontal-padding: 0; - --kbq-icon-button-size-normal-vertical-padding: 0; - --kbq-icon-button-size-small-horizontal-padding: 4px; - --kbq-icon-button-size-small-vertical-padding: 4px; - --kbq-button-icon-size-horizontal-padding: 8px; - --kbq-button-icon-size-vertical-padding: 8px; - --kbq-button-icon-size-content-padding: 4px; - --kbq-checkbox-size-normal-width: 16px; - --kbq-checkbox-size-normal-border-width: 1px; - --kbq-checkbox-size-normal-border-radius: 4px; - --kbq-checkbox-size-normal-horizontal-content-padding: 8px; - --kbq-checkbox-size-normal-vertical-content-padding: 2px; - --kbq-checkbox-size-normal-top: 2px; - --kbq-checkbox-size-big-width: 16px; - --kbq-checkbox-size-big-border-width: 1px; - --kbq-checkbox-size-big-border-radius: 4px; - --kbq-checkbox-size-big-horizontal-content-padding: 8px; - --kbq-checkbox-size-big-vertical-content-padding: 2px; - --kbq-checkbox-size-big-top: 4px; - --kbq-code-block-size-container-border-width: 1px; - --kbq-code-block-size-container-border-radius: 12px; - --kbq-code-block-size-with-header-content-padding-top: 4px; - --kbq-code-block-size-with-header-content-padding-bottom: 16px; - --kbq-code-block-size-with-header-content-padding-horizontal: 20px; - --kbq-code-block-size-with-header-content-content-gap-horizontal: 12px; - --kbq-code-block-size-no-header-content-padding-vertical: 14px; - --kbq-code-block-size-no-header-content-padding-horizontal: 20px; - --kbq-code-block-size-no-header-content-content-gap-horizontal: 12px; - --kbq-code-block-size-header-padding-vertical: 8px; - --kbq-code-block-size-header-padding-left: 12px; - --kbq-code-block-size-header-padding-right: 8px; - --kbq-code-block-size-header-content-gap-horizontal: 16px; - --kbq-code-block-size-actionbar-content-gap-horizontal: 2px; - --kbq-code-block-size-actionbar-padding-vertical: 8px; - --kbq-code-block-size-actionbar-padding-horizontal: 12px; - --kbq-code-block-size-actionbar-fade-gradient-width: 32px; - --kbq-code-block-size-collapse-expanded-padding-top: 0; - --kbq-code-block-size-collapse-expanded-padding-bottom: 16px; - --kbq-code-block-size-collapse-collapsed-padding-top: 32px; - --kbq-code-block-size-collapse-collapsed-padding-bottom: 16px; - --kbq-datepicker-size-container-padding-vertical: 12px; - --kbq-datepicker-size-container-border-radius: 8px; - --kbq-datepicker-size-header-padding-horizontal: 4px; - --kbq-datepicker-size-header-margin-bottom: 2px; - --kbq-datepicker-size-grid-padding-horizontal: 12px; - --kbq-datepicker-size-grid-content-gap-vertical: 2px; - --kbq-datepicker-size-grid-divider-height: 1px; - --kbq-datepicker-size-grid-cell-padding-horizontal: 8px; - --kbq-datepicker-size-grid-cell-padding-vertical: 8px; - --kbq-datepicker-size-grid-cell-border-radius: 8px; - --kbq-divider-size-horizontal-width: 1px; - --kbq-divider-size-horizontal-margin-vertical: 4px; - --kbq-divider-size-vertical-width: 1px; - --kbq-divider-size-vertical-margin-horizontal: 4px; - --kbq-description-list-size-horizontal-content-gap-horizontal: 16px; - --kbq-description-list-size-horizontal-gap-vertical: 16px; - --kbq-description-list-size-vertical-content-gap-vertical: 2px; - --kbq-description-list-size-vertical-gap-vertical: 12px; - --kbq-dropdown-size-container-width-min: 64px; - --kbq-dropdown-size-container-width-max: 640px; - --kbq-dropdown-size-container-padding-vertical: 4px; - --kbq-dropdown-size-container-border-radius: 8px; - --kbq-empty-state-size-big-max-width: 480px; - --kbq-empty-state-size-big-padding-horizontal: 56px; - --kbq-empty-state-size-big-padding-top: 48px; - --kbq-empty-state-size-big-padding-bottom: 48px; - --kbq-empty-state-size-big-actions-margin-top: 20px; - --kbq-empty-state-size-big-image-margin-bottom: 32px; - --kbq-empty-state-size-big-image-addon-height: 56px; - --kbq-empty-state-size-big-title-margin-bottom: 16px; - --kbq-empty-state-size-normal-max-width: 320px; - --kbq-empty-state-size-normal-padding-horizontal: 32px; - --kbq-empty-state-size-normal-padding-top: 32px; - --kbq-empty-state-size-normal-padding-bottom: 32px; - --kbq-empty-state-size-normal-actions-margin-top: 8px; - --kbq-empty-state-size-normal-image-margin-bottom: 20px; - --kbq-empty-state-size-normal-image-addon-height: 24px; - --kbq-empty-state-size-normal-title-margin-bottom: 4px; - --kbq-file-upload-size-single-container-border-radius: 8px; - --kbq-file-upload-size-single-container-border-width: 1px; - --kbq-file-upload-size-single-container-content-gap-horizontal: 8px; - --kbq-file-upload-size-single-container-padding-vertical: 12px; - --kbq-file-upload-size-single-container-padding-horizontal: 12px; - --kbq-file-upload-size-single-text-block-padding-vertical: 2px; - --kbq-file-upload-size-single-text-block-content-gap-horizontal: 4px; - --kbq-file-upload-size-multiple-big-container-min-height: 160px; - --kbq-file-upload-size-multiple-big-container-min-width: 320px; - --kbq-file-upload-size-multiple-big-container-border-radius: 8px; - --kbq-file-upload-size-multiple-big-container-border-width: 1px; - --kbq-file-upload-size-multiple-big-container-content-gap-horizontal: 12px; - --kbq-file-upload-size-multiple-big-container-padding-vertical: 24px; - --kbq-file-upload-size-multiple-big-container-padding-horizontal: 24px; - --kbq-file-upload-size-multiple-big-text-block-content-gap-vertical: 0px; - --kbq-file-upload-size-multiple-big-text-block-content-gap-horizontal: 4px; - --kbq-file-upload-size-multiple-big-grid-cell-padding-horizontal: 8px; - --kbq-file-upload-size-multiple-big-grid-cell-padding-vertical: 8px; - --kbq-file-upload-size-multiple-big-grid-cell-content-gap-horizontal: 4px; - --kbq-form-field-size-height: 32px; - --kbq-form-field-size-border-width: 1px; - --kbq-form-field-size-border-radius: 8px; - --kbq-form-field-size-icon-size: 16px; - --kbq-form-field-size-icon-margin-left: 8px; - --kbq-form-field-size-icon-margin-right: 8px; - --kbq-form-field-size-icon-button-size: 24px; - --kbq-form-field-size-icon-button-margin-right: 4px; - --kbq-form-field-size-icon-button-margin-left: 4px; - --kbq-form-field-hint-size-margin-top: 4px; - --kbq-form-field-hint-size-gap: 8px; - --kbq-forms-size-horizontal-row-margin-bottom: 20px; - --kbq-forms-size-horizontal-control-padding-left: 16px; - --kbq-forms-size-horizontal-legend-margin-top: 32px; - --kbq-forms-size-horizontal-legend-margin-bottom: 16px; - --kbq-forms-size-vertical-row-margin-bottom: 16px; - --kbq-forms-size-vertical-label-padding-top: 0; - --kbq-forms-size-vertical-label-padding-bottom: 8px; - --kbq-forms-size-vertical-control-padding-left: 24px; - --kbq-forms-size-vertical-legend-margin-top: 32px; - --kbq-forms-size-vertical-legend-margin-bottom: 12px; - --kbq-hint-size-normal-margin-top: 2px; - --kbq-hint-size-normal-content-padding: 4px; - --kbq-hint-size-compact-margin-top: 0; - --kbq-hint-size-compact-content-padding: 4px; - --kbq-icon-item-size-normal-horizontal-padding: 8px; - --kbq-icon-item-size-normal-vertical-padding: 8px; - --kbq-icon-item-size-big-horizontal-padding: 16px; - --kbq-icon-item-size-big-vertical-padding: 16px; - --kbq-input-size-padding-horizontal: 12px; - --kbq-input-size-padding-vertical: 6px; - --kbq-link-size-state-focused-outline-offset: 0px; - --kbq-link-size-state-focused-outline-width: 2px; - --kbq-link-size-compact-content-padding: 4px; - --kbq-link-size-normal-content-padding: 4px; - --kbq-link-size-big-content-padding: 4px; - --kbq-list-size-container-padding-left: 12px; - --kbq-list-size-container-padding-right: 12px; - --kbq-list-size-container-padding-vertical: 6px; - --kbq-list-size-container-content-gap-horizontal: 8px; - --kbq-list-size-container-content-gap-vertical: 2px; - --kbq-list-size-container-focus-outline-width: 2px; - --kbq-list-size-text-padding-vertical: 0; - --kbq-list-size-header-padding-top: 8px; - --kbq-list-size-header-padding-bottom: 4px; - --kbq-list-size-header-padding-horizontal: 12px; - --kbq-list-size-subheading-padding-top: 12px; - --kbq-list-size-subheading-padding-bottom: 4px; - --kbq-list-size-subheading-padding-horizontal: 12px; - --kbq-loader-overlay-size-big-overlay-padding-horizontal: 32px; - --kbq-loader-overlay-size-big-loader-margin-bottom: 24px; - --kbq-loader-overlay-size-big-content-content-gap-vertical: 4px; - --kbq-loader-overlay-size-compact-overlay-padding-horizontal: 32px; - --kbq-loader-overlay-size-compact-loader-margin-bottom: 8px; - --kbq-loader-overlay-size-compact-content-content-gap-vertical: 2px; - --kbq-markdown-h1-size-max-width: 650px; - --kbq-markdown-h1-size-margin-top: 0; - --kbq-markdown-h1-size-margin-bottom: 12px; - --kbq-markdown-h2-size-max-width: 650px; - --kbq-markdown-h2-size-margin-top: 32px; - --kbq-markdown-h2-size-margin-bottom: 12px; - --kbq-markdown-h3-size-max-width: 650px; - --kbq-markdown-h3-size-margin-top: 28px; - --kbq-markdown-h3-size-margin-bottom: 12px; - --kbq-markdown-h4-size-max-width: 650px; - --kbq-markdown-h4-size-margin-top: 24px; - --kbq-markdown-h4-size-margin-bottom: 12px; - --kbq-markdown-h5-size-max-width: 650px; - --kbq-markdown-h5-size-margin-top: 24px; - --kbq-markdown-h5-size-margin-bottom: 12px; - --kbq-markdown-h6-size-max-width: 650px; - --kbq-markdown-h6-size-margin-top: 24px; - --kbq-markdown-h6-size-margin-bottom: 12px; - --kbq-markdown-p-size-max-width: 650px; - --kbq-markdown-p-size-margin-top: 12px; - --kbq-markdown-p-size-margin-bottom: 12px; - --kbq-markdown-list-size-max-width: 650px; - --kbq-markdown-list-size-margin-top: 12px; - --kbq-markdown-list-size-margin-bottom: 12px; - --kbq-markdown-list-size-margin-top-after-paragraph: -8px; - --kbq-markdown-list-size-ol-number-padding-right: 4px; - --kbq-markdown-list-size-ul-padding: 0 0 0 24px; - --kbq-markdown-list-size-item-margin-bottom: 8px; - --kbq-markdown-blockquote-size-max-width: 650px; - --kbq-markdown-blockquote-size-margin-top: 20px; - --kbq-markdown-blockquote-size-margin-bottom: 24px; - --kbq-markdown-blockquote-size-padding: 12px 16px; - --kbq-markdown-blockquote-size-line-width: 4px; - --kbq-markdown-blockquote-size-border-radius: 0; - --kbq-markdown-blockquote-size-border-width: 0; - --kbq-markdown-code-size-max-width: 650px; - --kbq-markdown-code-size-multiline-margin-top: 8px; - --kbq-markdown-code-size-multiline-margin-bottom: 24px; - --kbq-markdown-code-size-inline-padding: 0 4px; - --kbq-markdown-code-size-multiline-padding: 14px 20px; - --kbq-markdown-code-size-border-radius: 8px; - --kbq-markdown-code-size-border-width: 1px; - --kbq-markdown-link-size-icon-margin: 4px; - --kbq-markdown-link-size-state-focused-outline-offset: 0px; - --kbq-markdown-link-size-state-focused-outline-width: 2px; - --kbq-markdown-image-size-max-width: 650px; - --kbq-markdown-image-size-margin-top: 8px; - --kbq-markdown-image-size-margin-bottom: 8px; - --kbq-markdown-image-size-caption-margin-top: -8px; - --kbq-markdown-image-size-caption-margin-bottom: 24px; - --kbq-markdown-hr-size-width: 1px; - --kbq-markdown-hr-size-margin-vertical: 16px; - --kbq-markdown-table-size-border-width: 1px; - --kbq-markdown-table-size-padding: 8px; - --kbq-markdown-table-size-margin-bottom: 16px; - --kbq-markdown-size-max-width: 650px; - --kbq-modal-size-small-width: 400px; - --kbq-modal-size-medium-width: 640px; - --kbq-modal-size-large-width: 960px; - --kbq-modal-size-border-radius: 8px; - --kbq-modal-size-header-padding-vertical: 16px; - --kbq-modal-size-header-padding-left: 24px; - --kbq-modal-size-header-padding-right: 48px; - --kbq-modal-size-close-button-margin-left: 8px; - --kbq-modal-size-content-padding-horizontal: 24px; - --kbq-modal-size-content-padding-top: 0; - --kbq-modal-size-content-padding-bottom: 8px; - --kbq-modal-size-content-padding-top-without-header: 24px; - --kbq-modal-size-content-padding-bottom-without-footer: 40px; - --kbq-modal-size-footer-padding-horizontal: 24px; - --kbq-modal-size-footer-padding-vertical: 20px; - --kbq-modal-size-footer-content-gap-horizontal: 16px; - --kbq-navbar-item-size-content-border-radius: 8px; - --kbq-optgroup-size-padding-left: 17px; - --kbq-option-size-horizontal-padding: 12px; - --kbq-option-size-height: 32px; - --kbq-option-size-border-width: 2px; - --kbq-popover-size-container-width-small: 200px; - --kbq-popover-size-container-width-medium: 400px; - --kbq-popover-size-container-width-large: 640px; - --kbq-popover-size-container-border-radius: 12px; - --kbq-popover-size-container-max-height: 480px; - --kbq-popover-size-close-button-width: 32px; - --kbq-popover-size-close-button-margin-right: -16px; - --kbq-popover-size-close-button-margin-top: -10px; - --kbq-popover-size-header-padding-horizontal: 24px; - --kbq-popover-size-header-padding-top: 16px; - --kbq-popover-size-header-padding-bottom: 6px; - --kbq-popover-size-content-padding-top: 24px; - --kbq-popover-size-content-padding-bottom: 32px; - --kbq-popover-size-content-padding-horizontal: 24px; - --kbq-popover-size-content-padding-with-header-top: 8px; - --kbq-popover-size-content-padding-with-footer-bottom: 8px; - --kbq-popover-size-footer-padding-vertical: 16px; - --kbq-popover-size-footer-padding-horizontal: 24px; - --kbq-progress-bar-size-container-content-gap: 8px; - --kbq-progress-bar-size-container-border-radius: 2px; - --kbq-progress-bar-size-bar-height: 4px; - --kbq-progress-bar-size-bar-border-radius: 2px; - --kbq-progress-spinner-size-compact-size: 16px; - --kbq-progress-spinner-size-compact-stroke-width: 2px; - --kbq-progress-spinner-size-compact-content-gap-vertical: 2px; - --kbq-progress-spinner-size-compact-content-gap-horizontal: 8px; - --kbq-progress-spinner-size-big-size: 48px; - --kbq-progress-spinner-size-big-stroke-width: 3px; - --kbq-progress-spinner-size-big-content-gap-vertical: 2px; - --kbq-progress-spinner-size-big-content-gap-horizontal: 8px; - --kbq-radio-size-normal-outer-size: 16px; - --kbq-radio-size-normal-inner-size: 6px; - --kbq-radio-size-normal-horizontal-content-padding: 8px; - --kbq-radio-size-normal-vertical-content-padding: 2px; - --kbq-radio-size-normal-vertical-gap: 12px; - --kbq-radio-size-normal-top: 0; - --kbq-radio-size-big-outer-size: 16px; - --kbq-radio-size-big-inner-size: 6px; - --kbq-radio-size-big-horizontal-content-padding: 8px; - --kbq-radio-size-big-vertical-content-padding: 2px; - --kbq-radio-size-big-vertical-gap: 12px; - --kbq-radio-size-big-top: 2px; - --kbq-risk-level-size-padding-vertical: 2px; - --kbq-risk-level-size-padding-horizontal: 8px; - --kbq-risk-level-size-border-width: 1px; - --kbq-risk-level-size-border-radius: 4px; - --kbq-scrollbar-size-track-dimension: 16px; - --kbq-scrollbar-size-track-padding-vertical: 2px; - --kbq-scrollbar-size-track-padding-horizontal: 2px; - --kbq-scrollbar-size-thumb-width: 8px; - --kbq-scrollbar-size-thumb-min-size: 20px; - --kbq-scrollbar-size-thumb-border-radius: 8px; - --kbq-select-size-single-padding-left: 12px; - --kbq-select-size-single-padding-right: 4px; - --kbq-select-size-single-padding-vertical: 6px; - --kbq-select-size-single-content-gap: 4px; - --kbq-select-size-multiple-padding-left: 4px; - --kbq-select-size-multiple-padding-right: 4px; - --kbq-select-size-multiple-padding-vertical: 4px; - --kbq-select-size-multiple-content-gap: 4px; - --kbq-select-panel-size-border-radius: 8px; - --kbq-select-panel-size-max-height: 256px; - --kbq-sidepanel-size-small-width: 400px; - --kbq-sidepanel-size-medium-width: 640px; - --kbq-sidepanel-size-large-width: 960px; - --kbq-sidepanel-size-header-padding-vertical: 16px; - --kbq-sidepanel-size-header-padding-left: 32px; - --kbq-sidepanel-size-header-padding-right: 12px; - --kbq-sidepanel-size-close-button-margin-left: 8px; - --kbq-sidepanel-size-content-padding-horizontal: 32px; - --kbq-sidepanel-size-content-padding-bottom: 24px; - --kbq-sidepanel-size-footer-padding-top: 8px; - --kbq-sidepanel-size-footer-padding-bottom: 32px; - --kbq-sidepanel-size-footer-padding-horizontal: 32px; - --kbq-sidepanel-size-footer-content-gap-horizontal: 16px; - --kbq-table-size-border-width: 1px; - --kbq-table-size-row-padding-vertical: 10px; - --kbq-table-size-row-padding-horizontal: 8px; - --kbq-tabs-size-tab-item-padding-horizontal: 12px; - --kbq-tabs-size-tab-item-padding-vertical: 6px; - --kbq-tabs-size-tab-item-content-gap-horizontal: 4px; - --kbq-tabs-size-tab-item-border-radius: 8px; - --kbq-tabs-size-tab-item-focus-outline-width: 2px; - --kbq-tabs-size-tab-stack-horizontal-border-radius: 8px; - --kbq-tabs-size-tab-stack-vertical-content-gap-vertical: 8px; - --kbq-tag-input-size-padding-left: 4px; - --kbq-tag-input-size-padding-right: 12px; - --kbq-tag-input-size-padding-vertical: 4px; - --kbq-tag-input-size-content-gap: 8px; - --kbq-tag-list-size-content-gap: 4px; - --kbq-tag-size-padding-horizontal: 4px; - --kbq-tag-size-padding-vertical: 2px; - --kbq-tag-size-content-gap-horizontal: 2px; - --kbq-tag-size-icon-margin-left: 2px; - --kbq-tag-size-close-button-margin-right: 2px; - --kbq-textarea-size-min-height: 64px; - --kbq-textarea-size-max-height: 96px; - --kbq-textarea-size-padding-vertical: 6px; - --kbq-textarea-size-padding-horizontal: 12px; - --kbq-timezone-option-size-padding: 6px 10px; - --kbq-timezone-option-size-column-gap: 16px; - --kbq-timezone-option-size-height: auto; - --kbq-timezone-option-size-max-height: 5em; - --kbq-timezone-option-size-optgroup-label-padding: 12px 12px 4px 12px; - --kbq-toast-size-container-width: 360px; - --kbq-toast-size-container-border-radius: 8px; - --kbq-toast-size-container-padding-left: 12px; - --kbq-toast-size-container-padding-right: 8px; - --kbq-toast-size-content-padding-top: 16px; - --kbq-toast-size-content-padding-bottom: 16px; - --kbq-toast-size-caption-padding-bottom: 4px; - --kbq-toast-size-icon-width: 16px; - --kbq-toast-size-icon-height: 16px; - --kbq-toast-size-icon-margin-right: 8px; - --kbq-toast-size-icon-border-radius: 50%; - --kbq-toast-size-close-button-margin-top: 12px; - --kbq-toast-size-close-button-margin-right: 4px; - --kbq-toast-size-button-stack-padding-top: 8px; - --kbq-toast-size-button-stack-content-gap-horizontal: 12px; - --kbq-toast-stack-size-margin-top: 12px; - --kbq-toast-stack-size-margin-right: 12px; - --kbq-toast-stack-size-gap: 8px; - --kbq-toggle-size-normal-height: 16px; - --kbq-toggle-size-normal-width: 28px; - --kbq-toggle-size-normal-horizontal-content-padding: 8px; - --kbq-toggle-size-normal-vertical-content-padding: 8px; - --kbq-toggle-size-big-height: 16px; - --kbq-toggle-size-big-width: 28px; - --kbq-toggle-size-big-horizontal-content-padding: 8px; - --kbq-toggle-size-big-vertical-content-padding: 8px; - --kbq-tooltip-size-max-width: 300px; - --kbq-tooltip-size-border-radius: 8px; - --kbq-tooltip-size-padding-horizontal: 12px; - --kbq-tooltip-size-padding-vertical: 8px; - --kbq-tooltip-size-arrow-size: 12px; - --kbq-tree-size-indent-level: 24px; - --kbq-tree-size-container-padding-right: 8px; - --kbq-tree-size-container-padding-vertical: 4px; - --kbq-tree-size-container-content-gap-horizontal: 8px; - --kbq-tree-size-container-content-gap-vertical: 0px; - --kbq-tree-size-container-focus-outline-width: 2px; - --kbq-tree-size-text-padding-vertical: 2px; } diff --git a/apps/docs/src/styles/koobiq/default-theme/js/index.js b/apps/docs/src/styles/koobiq/default-theme/js/index.js index 34777c3ec..712a20454 100644 --- a/apps/docs/src/styles/koobiq/default-theme/js/index.js +++ b/apps/docs/src/styles/koobiq/default-theme/js/index.js @@ -2,5003 +2,1718 @@ * Do not edit directly */ -export const LightThemeDefault = "hsla(216, 100%, 50%, 100%)"; -export const LightThemePalette = {"0":{"value":"hsla(216, 100%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 0%, 100%)"},"name":"PaletteBlue0","attributes":{"category":"palette","type":"blue","item":"0"},"path":["palette","blue","0"]},"1":{"value":"hsla(216, 100%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 1%, 100%)"},"name":"PaletteBlue1","attributes":{"category":"palette","type":"blue","item":"1"},"path":["palette","blue","1"]},"2":{"value":"hsla(216, 100%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 2%, 100%)"},"name":"PaletteBlue2","attributes":{"category":"palette","type":"blue","item":"2"},"path":["palette","blue","2"]},"3":{"value":"hsla(216, 100%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 3%, 100%)"},"name":"PaletteBlue3","attributes":{"category":"palette","type":"blue","item":"3"},"path":["palette","blue","3"]},"4":{"value":"hsla(216, 100%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 4%, 100%)"},"name":"PaletteBlue4","attributes":{"category":"palette","type":"blue","item":"4"},"path":["palette","blue","4"]},"5":{"value":"hsla(216, 100%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 100%)"},"name":"PaletteBlue5","attributes":{"category":"palette","type":"blue","item":"5"},"path":["palette","blue","5"]},"6":{"value":"hsla(216, 100%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 6%, 100%)"},"name":"PaletteBlue6","attributes":{"category":"palette","type":"blue","item":"6"},"path":["palette","blue","6"]},"7":{"value":"hsla(216, 100%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 7%, 100%)"},"name":"PaletteBlue7","attributes":{"category":"palette","type":"blue","item":"7"},"path":["palette","blue","7"]},"8":{"value":"hsla(216, 100%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 8%, 100%)"},"name":"PaletteBlue8","attributes":{"category":"palette","type":"blue","item":"8"},"path":["palette","blue","8"]},"9":{"value":"hsla(216, 100%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 9%, 100%)"},"name":"PaletteBlue9","attributes":{"category":"palette","type":"blue","item":"9"},"path":["palette","blue","9"]},"10":{"value":"hsla(216, 100%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 10%, 100%)"},"name":"PaletteBlue10","attributes":{"category":"palette","type":"blue","item":"10"},"path":["palette","blue","10"]},"11":{"value":"hsla(216, 100%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 11%, 100%)"},"name":"PaletteBlue11","attributes":{"category":"palette","type":"blue","item":"11"},"path":["palette","blue","11"]},"12":{"value":"hsla(216, 100%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 12%, 100%)"},"name":"PaletteBlue12","attributes":{"category":"palette","type":"blue","item":"12"},"path":["palette","blue","12"]},"13":{"value":"hsla(216, 100%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 13%, 100%)"},"name":"PaletteBlue13","attributes":{"category":"palette","type":"blue","item":"13"},"path":["palette","blue","13"]},"14":{"value":"hsla(216, 100%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 14%, 100%)"},"name":"PaletteBlue14","attributes":{"category":"palette","type":"blue","item":"14"},"path":["palette","blue","14"]},"15":{"value":"hsla(216, 100%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 100%)"},"name":"PaletteBlue15","attributes":{"category":"palette","type":"blue","item":"15"},"path":["palette","blue","15"]},"16":{"value":"hsla(216, 100%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 16%, 100%)"},"name":"PaletteBlue16","attributes":{"category":"palette","type":"blue","item":"16"},"path":["palette","blue","16"]},"17":{"value":"hsla(216, 100%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 17%, 100%)"},"name":"PaletteBlue17","attributes":{"category":"palette","type":"blue","item":"17"},"path":["palette","blue","17"]},"18":{"value":"hsla(216, 100%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 18%, 100%)"},"name":"PaletteBlue18","attributes":{"category":"palette","type":"blue","item":"18"},"path":["palette","blue","18"]},"19":{"value":"hsla(216, 100%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 19%, 100%)"},"name":"PaletteBlue19","attributes":{"category":"palette","type":"blue","item":"19"},"path":["palette","blue","19"]},"20":{"value":"hsla(216, 100%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 20%, 100%)"},"name":"PaletteBlue20","attributes":{"category":"palette","type":"blue","item":"20"},"path":["palette","blue","20"]},"21":{"value":"hsla(216, 100%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 21%, 100%)"},"name":"PaletteBlue21","attributes":{"category":"palette","type":"blue","item":"21"},"path":["palette","blue","21"]},"22":{"value":"hsla(216, 100%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 22%, 100%)"},"name":"PaletteBlue22","attributes":{"category":"palette","type":"blue","item":"22"},"path":["palette","blue","22"]},"23":{"value":"hsla(216, 100%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 23%, 100%)"},"name":"PaletteBlue23","attributes":{"category":"palette","type":"blue","item":"23"},"path":["palette","blue","23"]},"24":{"value":"hsla(216, 100%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 24%, 100%)"},"name":"PaletteBlue24","attributes":{"category":"palette","type":"blue","item":"24"},"path":["palette","blue","24"]},"25":{"value":"hsla(216, 100%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 25%, 100%)"},"name":"PaletteBlue25","attributes":{"category":"palette","type":"blue","item":"25"},"path":["palette","blue","25"]},"26":{"value":"hsla(216, 100%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 26%, 100%)"},"name":"PaletteBlue26","attributes":{"category":"palette","type":"blue","item":"26"},"path":["palette","blue","26"]},"27":{"value":"hsla(216, 100%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 27%, 100%)"},"name":"PaletteBlue27","attributes":{"category":"palette","type":"blue","item":"27"},"path":["palette","blue","27"]},"28":{"value":"hsla(216, 100%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 28%, 100%)"},"name":"PaletteBlue28","attributes":{"category":"palette","type":"blue","item":"28"},"path":["palette","blue","28"]},"29":{"value":"hsla(216, 100%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 29%, 100%)"},"name":"PaletteBlue29","attributes":{"category":"palette","type":"blue","item":"29"},"path":["palette","blue","29"]},"30":{"value":"hsla(216, 100%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 30%, 100%)"},"name":"PaletteBlue30","attributes":{"category":"palette","type":"blue","item":"30"},"path":["palette","blue","30"]},"31":{"value":"hsla(216, 100%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 31%, 100%)"},"name":"PaletteBlue31","attributes":{"category":"palette","type":"blue","item":"31"},"path":["palette","blue","31"]},"32":{"value":"hsla(216, 100%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 32%, 100%)"},"name":"PaletteBlue32","attributes":{"category":"palette","type":"blue","item":"32"},"path":["palette","blue","32"]},"33":{"value":"hsla(216, 100%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 33%, 100%)"},"name":"PaletteBlue33","attributes":{"category":"palette","type":"blue","item":"33"},"path":["palette","blue","33"]},"34":{"value":"hsla(216, 100%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 34%, 100%)"},"name":"PaletteBlue34","attributes":{"category":"palette","type":"blue","item":"34"},"path":["palette","blue","34"]},"35":{"value":"hsla(216, 100%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 35%, 100%)"},"name":"PaletteBlue35","attributes":{"category":"palette","type":"blue","item":"35"},"path":["palette","blue","35"]},"36":{"value":"hsla(216, 100%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 36%, 100%)"},"name":"PaletteBlue36","attributes":{"category":"palette","type":"blue","item":"36"},"path":["palette","blue","36"]},"37":{"value":"hsla(216, 100%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 37%, 100%)"},"name":"PaletteBlue37","attributes":{"category":"palette","type":"blue","item":"37"},"path":["palette","blue","37"]},"38":{"value":"hsla(216, 100%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 38%, 100%)"},"name":"PaletteBlue38","attributes":{"category":"palette","type":"blue","item":"38"},"path":["palette","blue","38"]},"39":{"value":"hsla(216, 100%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 39%, 100%)"},"name":"PaletteBlue39","attributes":{"category":"palette","type":"blue","item":"39"},"path":["palette","blue","39"]},"40":{"value":"hsla(216, 100%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 40%, 100%)"},"name":"PaletteBlue40","attributes":{"category":"palette","type":"blue","item":"40"},"path":["palette","blue","40"]},"41":{"value":"hsla(216, 100%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 41%, 100%)"},"name":"PaletteBlue41","attributes":{"category":"palette","type":"blue","item":"41"},"path":["palette","blue","41"]},"42":{"value":"hsla(216, 100%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 42%, 100%)"},"name":"PaletteBlue42","attributes":{"category":"palette","type":"blue","item":"42"},"path":["palette","blue","42"]},"43":{"value":"hsla(216, 100%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 43%, 100%)"},"name":"PaletteBlue43","attributes":{"category":"palette","type":"blue","item":"43"},"path":["palette","blue","43"]},"44":{"value":"hsla(216, 100%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 44%, 100%)"},"name":"PaletteBlue44","attributes":{"category":"palette","type":"blue","item":"44"},"path":["palette","blue","44"]},"45":{"value":"hsla(216, 100%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 45%, 100%)"},"name":"PaletteBlue45","attributes":{"category":"palette","type":"blue","item":"45"},"path":["palette","blue","45"]},"46":{"value":"hsla(216, 100%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 46%, 100%)"},"name":"PaletteBlue46","attributes":{"category":"palette","type":"blue","item":"46"},"path":["palette","blue","46"]},"47":{"value":"hsla(216, 100%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 47%, 100%)"},"name":"PaletteBlue47","attributes":{"category":"palette","type":"blue","item":"47"},"path":["palette","blue","47"]},"48":{"value":"hsla(216, 100%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 48%, 100%)"},"name":"PaletteBlue48","attributes":{"category":"palette","type":"blue","item":"48"},"path":["palette","blue","48"]},"49":{"value":"hsla(216, 100%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 49%, 100%)"},"name":"PaletteBlue49","attributes":{"category":"palette","type":"blue","item":"49"},"path":["palette","blue","49"]},"50":{"value":"hsla(216, 100%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 100%)"},"name":"PaletteBlue50","attributes":{"category":"palette","type":"blue","item":"50"},"path":["palette","blue","50"]},"51":{"value":"hsla(216, 100%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 51%, 100%)"},"name":"PaletteBlue51","attributes":{"category":"palette","type":"blue","item":"51"},"path":["palette","blue","51"]},"52":{"value":"hsla(216, 100%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 52%, 100%)"},"name":"PaletteBlue52","attributes":{"category":"palette","type":"blue","item":"52"},"path":["palette","blue","52"]},"53":{"value":"hsla(216, 100%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 53%, 100%)"},"name":"PaletteBlue53","attributes":{"category":"palette","type":"blue","item":"53"},"path":["palette","blue","53"]},"54":{"value":"hsla(216, 100%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 54%, 100%)"},"name":"PaletteBlue54","attributes":{"category":"palette","type":"blue","item":"54"},"path":["palette","blue","54"]},"55":{"value":"hsla(216, 100%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 55%, 100%)"},"name":"PaletteBlue55","attributes":{"category":"palette","type":"blue","item":"55"},"path":["palette","blue","55"]},"56":{"value":"hsla(216, 100%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 56%, 100%)"},"name":"PaletteBlue56","attributes":{"category":"palette","type":"blue","item":"56"},"path":["palette","blue","56"]},"57":{"value":"hsla(216, 100%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 57%, 100%)"},"name":"PaletteBlue57","attributes":{"category":"palette","type":"blue","item":"57"},"path":["palette","blue","57"]},"58":{"value":"hsla(216, 100%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 58%, 100%)"},"name":"PaletteBlue58","attributes":{"category":"palette","type":"blue","item":"58"},"path":["palette","blue","58"]},"59":{"value":"hsla(216, 100%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 59%, 100%)"},"name":"PaletteBlue59","attributes":{"category":"palette","type":"blue","item":"59"},"path":["palette","blue","59"]},"60":{"value":"hsla(216, 100%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 60%, 100%)"},"name":"PaletteBlue60","attributes":{"category":"palette","type":"blue","item":"60"},"path":["palette","blue","60"]},"61":{"value":"hsla(216, 100%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 61%, 100%)"},"name":"PaletteBlue61","attributes":{"category":"palette","type":"blue","item":"61"},"path":["palette","blue","61"]},"62":{"value":"hsla(216, 100%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 62%, 100%)"},"name":"PaletteBlue62","attributes":{"category":"palette","type":"blue","item":"62"},"path":["palette","blue","62"]},"63":{"value":"hsla(216, 100%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 63%, 100%)"},"name":"PaletteBlue63","attributes":{"category":"palette","type":"blue","item":"63"},"path":["palette","blue","63"]},"64":{"value":"hsla(216, 100%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 64%, 100%)"},"name":"PaletteBlue64","attributes":{"category":"palette","type":"blue","item":"64"},"path":["palette","blue","64"]},"65":{"value":"hsla(216, 100%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 65%, 100%)"},"name":"PaletteBlue65","attributes":{"category":"palette","type":"blue","item":"65"},"path":["palette","blue","65"]},"66":{"value":"hsla(216, 100%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 66%, 100%)"},"name":"PaletteBlue66","attributes":{"category":"palette","type":"blue","item":"66"},"path":["palette","blue","66"]},"67":{"value":"hsla(216, 100%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 67%, 100%)"},"name":"PaletteBlue67","attributes":{"category":"palette","type":"blue","item":"67"},"path":["palette","blue","67"]},"68":{"value":"hsla(216, 100%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 68%, 100%)"},"name":"PaletteBlue68","attributes":{"category":"palette","type":"blue","item":"68"},"path":["palette","blue","68"]},"69":{"value":"hsla(216, 100%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 69%, 100%)"},"name":"PaletteBlue69","attributes":{"category":"palette","type":"blue","item":"69"},"path":["palette","blue","69"]},"70":{"value":"hsla(216, 100%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 70%, 100%)"},"name":"PaletteBlue70","attributes":{"category":"palette","type":"blue","item":"70"},"path":["palette","blue","70"]},"71":{"value":"hsla(216, 100%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 71%, 100%)"},"name":"PaletteBlue71","attributes":{"category":"palette","type":"blue","item":"71"},"path":["palette","blue","71"]},"72":{"value":"hsla(216, 100%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 72%, 100%)"},"name":"PaletteBlue72","attributes":{"category":"palette","type":"blue","item":"72"},"path":["palette","blue","72"]},"73":{"value":"hsla(216, 100%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 73%, 100%)"},"name":"PaletteBlue73","attributes":{"category":"palette","type":"blue","item":"73"},"path":["palette","blue","73"]},"74":{"value":"hsla(216, 100%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 74%, 100%)"},"name":"PaletteBlue74","attributes":{"category":"palette","type":"blue","item":"74"},"path":["palette","blue","74"]},"75":{"value":"hsla(216, 100%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 75%, 100%)"},"name":"PaletteBlue75","attributes":{"category":"palette","type":"blue","item":"75"},"path":["palette","blue","75"]},"76":{"value":"hsla(216, 100%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 76%, 100%)"},"name":"PaletteBlue76","attributes":{"category":"palette","type":"blue","item":"76"},"path":["palette","blue","76"]},"77":{"value":"hsla(216, 100%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 77%, 100%)"},"name":"PaletteBlue77","attributes":{"category":"palette","type":"blue","item":"77"},"path":["palette","blue","77"]},"78":{"value":"hsla(216, 100%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 78%, 100%)"},"name":"PaletteBlue78","attributes":{"category":"palette","type":"blue","item":"78"},"path":["palette","blue","78"]},"79":{"value":"hsla(216, 100%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 79%, 100%)"},"name":"PaletteBlue79","attributes":{"category":"palette","type":"blue","item":"79"},"path":["palette","blue","79"]},"80":{"value":"hsla(216, 100%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 80%, 100%)"},"name":"PaletteBlue80","attributes":{"category":"palette","type":"blue","item":"80"},"path":["palette","blue","80"]},"81":{"value":"hsla(216, 100%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 81%, 100%)"},"name":"PaletteBlue81","attributes":{"category":"palette","type":"blue","item":"81"},"path":["palette","blue","81"]},"82":{"value":"hsla(216, 100%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 82%, 100%)"},"name":"PaletteBlue82","attributes":{"category":"palette","type":"blue","item":"82"},"path":["palette","blue","82"]},"83":{"value":"hsla(216, 100%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 83%, 100%)"},"name":"PaletteBlue83","attributes":{"category":"palette","type":"blue","item":"83"},"path":["palette","blue","83"]},"84":{"value":"hsla(216, 100%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 84%, 100%)"},"name":"PaletteBlue84","attributes":{"category":"palette","type":"blue","item":"84"},"path":["palette","blue","84"]},"85":{"value":"hsla(216, 100%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 85%, 100%)"},"name":"PaletteBlue85","attributes":{"category":"palette","type":"blue","item":"85"},"path":["palette","blue","85"]},"86":{"value":"hsla(216, 100%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 86%, 100%)"},"name":"PaletteBlue86","attributes":{"category":"palette","type":"blue","item":"86"},"path":["palette","blue","86"]},"87":{"value":"hsla(216, 100%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 87%, 100%)"},"name":"PaletteBlue87","attributes":{"category":"palette","type":"blue","item":"87"},"path":["palette","blue","87"]},"88":{"value":"hsla(216, 100%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 88%, 100%)"},"name":"PaletteBlue88","attributes":{"category":"palette","type":"blue","item":"88"},"path":["palette","blue","88"]},"89":{"value":"hsla(216, 100%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 89%, 100%)"},"name":"PaletteBlue89","attributes":{"category":"palette","type":"blue","item":"89"},"path":["palette","blue","89"]},"90":{"value":"hsla(216, 100%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 90%, 100%)"},"name":"PaletteBlue90","attributes":{"category":"palette","type":"blue","item":"90"},"path":["palette","blue","90"]},"91":{"value":"hsla(216, 100%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 91%, 100%)"},"name":"PaletteBlue91","attributes":{"category":"palette","type":"blue","item":"91"},"path":["palette","blue","91"]},"92":{"value":"hsla(216, 100%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 100%)"},"name":"PaletteBlue92","attributes":{"category":"palette","type":"blue","item":"92"},"path":["palette","blue","92"]},"93":{"value":"hsla(216, 100%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 93%, 100%)"},"name":"PaletteBlue93","attributes":{"category":"palette","type":"blue","item":"93"},"path":["palette","blue","93"]},"94":{"value":"hsla(216, 100%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 94%, 100%)"},"name":"PaletteBlue94","attributes":{"category":"palette","type":"blue","item":"94"},"path":["palette","blue","94"]},"95":{"value":"hsla(216, 100%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 95%, 100%)"},"name":"PaletteBlue95","attributes":{"category":"palette","type":"blue","item":"95"},"path":["palette","blue","95"]},"96":{"value":"hsla(216, 100%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 96%, 100%)"},"name":"PaletteBlue96","attributes":{"category":"palette","type":"blue","item":"96"},"path":["palette","blue","96"]},"97":{"value":"hsla(216, 100%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 97%, 100%)"},"name":"PaletteBlue97","attributes":{"category":"palette","type":"blue","item":"97"},"path":["palette","blue","97"]},"98":{"value":"hsla(216, 100%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 98%, 100%)"},"name":"PaletteBlue98","attributes":{"category":"palette","type":"blue","item":"98"},"path":["palette","blue","98"]},"99":{"value":"hsla(216, 100%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 99%, 100%)"},"name":"PaletteBlue99","attributes":{"category":"palette","type":"blue","item":"99"},"path":["palette","blue","99"]},"100":{"value":"hsla(216, 100%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 100%, 100%)"},"name":"PaletteBlue100","attributes":{"category":"palette","type":"blue","item":"100"},"path":["palette","blue","100"]},"\"5-A12\"":{"value":"hsla(216, 100%, 5%, 12%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 12%)"},"name":"PaletteBlue5A12","attributes":{"category":"palette","type":"blue","item":"\"5-A12\""},"path":["palette","blue","\"5-A12\""]},"\"5-A24\"":{"value":"hsla(216, 100%, 5%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 24%)"},"name":"PaletteBlue5A24","attributes":{"category":"palette","type":"blue","item":"\"5-A24\""},"path":["palette","blue","\"5-A24\""]},"\"5-A32\"":{"value":"hsla(216, 100%, 5%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 32%)"},"name":"PaletteBlue5A32","attributes":{"category":"palette","type":"blue","item":"\"5-A32\""},"path":["palette","blue","\"5-A32\""]},"\"15-A20\"":{"value":"hsla(216, 100%, 15%, 20%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 20%)"},"name":"PaletteBlue15A20","attributes":{"category":"palette","type":"blue","item":"\"15-A20\""},"path":["palette","blue","\"15-A20\""]},"\"15-A30\"":{"value":"hsla(216, 100%, 15%, 30%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 30%)"},"name":"PaletteBlue15A30","attributes":{"category":"palette","type":"blue","item":"\"15-A30\""},"path":["palette","blue","\"15-A30\""]},"\"15-A40\"":{"value":"hsla(216, 100%, 15%, 40%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 40%)"},"name":"PaletteBlue15A40","attributes":{"category":"palette","type":"blue","item":"\"15-A40\""},"path":["palette","blue","\"15-A40\""]},"\"15-A50\"":{"value":"hsla(216, 100%, 15%, 50%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 50%)"},"name":"PaletteBlue15A50","attributes":{"category":"palette","type":"blue","item":"\"15-A50\""},"path":["palette","blue","\"15-A50\""]},"\"15-A60\"":{"value":"hsla(216, 100%, 15%, 60%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 60%)"},"name":"PaletteBlue15A60","attributes":{"category":"palette","type":"blue","item":"\"15-A60\""},"path":["palette","blue","\"15-A60\""]},"\"50-A8\"":{"value":"hsla(216, 100%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 8%)"},"name":"PaletteBlue50A8","attributes":{"category":"palette","type":"blue","item":"\"50-A8\""},"path":["palette","blue","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(216, 100%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 16%)"},"name":"PaletteBlue50A16","attributes":{"category":"palette","type":"blue","item":"\"50-A16\""},"path":["palette","blue","\"50-A16\""]},"\"50-A55\"":{"value":"hsla(216, 100%, 50%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 55%)"},"name":"PaletteBlue50A55","attributes":{"category":"palette","type":"blue","item":"\"50-A55\""},"path":["palette","blue","\"50-A55\""]},"\"92-A20\"":{"value":"hsla(216, 100%, 92%, 20%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 20%)"},"name":"PaletteBlue92A20","attributes":{"category":"palette","type":"blue","item":"\"92-A20\""},"path":["palette","blue","\"92-A20\""]},"\"92-A30\"":{"value":"hsla(216, 100%, 92%, 30%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 30%)"},"name":"PaletteBlue92A30","attributes":{"category":"palette","type":"blue","item":"\"92-A30\""},"path":["palette","blue","\"92-A30\""]},"\"92-A40\"":{"value":"hsla(216, 100%, 92%, 40%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 40%)"},"name":"PaletteBlue92A40","attributes":{"category":"palette","type":"blue","item":"\"92-A40\""},"path":["palette","blue","\"92-A40\""]},"\"92-A50\"":{"value":"hsla(216, 100%, 92%, 50%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 50%)"},"name":"PaletteBlue92A50","attributes":{"category":"palette","type":"blue","item":"\"92-A50\""},"path":["palette","blue","\"92-A50\""]},"\"92-A60\"":{"value":"hsla(216, 100%, 92%, 60%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 60%)"},"name":"PaletteBlue92A60","attributes":{"category":"palette","type":"blue","item":"\"92-A60\""},"path":["palette","blue","\"92-A60\""]},"A8":{"value":"hsla(216, 100%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 8%)"},"name":"PaletteBlueA8","attributes":{"category":"palette","type":"blue","item":"A8"},"path":["palette","blue","A8"]},"A12":{"value":"hsla(216, 100%, 5%, 12%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 12%)"},"name":"PaletteBlueA12","attributes":{"category":"palette","type":"blue","item":"A12"},"path":["palette","blue","A12"]},"A16":{"value":"hsla(216, 100%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 16%)"},"name":"PaletteBlueA16","attributes":{"category":"palette","type":"blue","item":"A16"},"path":["palette","blue","A16"]},"A24":{"value":"hsla(216, 100%, 5%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 24%)"},"name":"PaletteBlueA24","attributes":{"category":"palette","type":"blue","item":"A24"},"path":["palette","blue","A24"]},"A32":{"value":"hsla(216, 100%, 5%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 32%)"},"name":"PaletteBlueA32","attributes":{"category":"palette","type":"blue","item":"A32"},"path":["palette","blue","A32"]}}; -export const LightSuccessDefault = "hsla(104, 64%, 50%, 100%)"; -export const LightSuccessPalette = {"0":{"value":"hsla(104, 64%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 0%, 100%)"},"name":"PaletteGreen0","attributes":{"category":"palette","type":"green","item":"0"},"path":["palette","green","0"]},"1":{"value":"hsla(104, 64%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 1%, 100%)"},"name":"PaletteGreen1","attributes":{"category":"palette","type":"green","item":"1"},"path":["palette","green","1"]},"2":{"value":"hsla(104, 64%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 2%, 100%)"},"name":"PaletteGreen2","attributes":{"category":"palette","type":"green","item":"2"},"path":["palette","green","2"]},"3":{"value":"hsla(104, 64%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 3%, 100%)"},"name":"PaletteGreen3","attributes":{"category":"palette","type":"green","item":"3"},"path":["palette","green","3"]},"4":{"value":"hsla(104, 64%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 4%, 100%)"},"name":"PaletteGreen4","attributes":{"category":"palette","type":"green","item":"4"},"path":["palette","green","4"]},"5":{"value":"hsla(104, 64%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 5%, 100%)"},"name":"PaletteGreen5","attributes":{"category":"palette","type":"green","item":"5"},"path":["palette","green","5"]},"6":{"value":"hsla(104, 64%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 6%, 100%)"},"name":"PaletteGreen6","attributes":{"category":"palette","type":"green","item":"6"},"path":["palette","green","6"]},"7":{"value":"hsla(104, 64%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 7%, 100%)"},"name":"PaletteGreen7","attributes":{"category":"palette","type":"green","item":"7"},"path":["palette","green","7"]},"8":{"value":"hsla(104, 64%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 8%, 100%)"},"name":"PaletteGreen8","attributes":{"category":"palette","type":"green","item":"8"},"path":["palette","green","8"]},"9":{"value":"hsla(104, 64%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 9%, 100%)"},"name":"PaletteGreen9","attributes":{"category":"palette","type":"green","item":"9"},"path":["palette","green","9"]},"10":{"value":"hsla(104, 64%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 10%, 100%)"},"name":"PaletteGreen10","attributes":{"category":"palette","type":"green","item":"10"},"path":["palette","green","10"]},"11":{"value":"hsla(104, 64%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 11%, 100%)"},"name":"PaletteGreen11","attributes":{"category":"palette","type":"green","item":"11"},"path":["palette","green","11"]},"12":{"value":"hsla(104, 64%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 12%, 100%)"},"name":"PaletteGreen12","attributes":{"category":"palette","type":"green","item":"12"},"path":["palette","green","12"]},"13":{"value":"hsla(104, 64%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 13%, 100%)"},"name":"PaletteGreen13","attributes":{"category":"palette","type":"green","item":"13"},"path":["palette","green","13"]},"14":{"value":"hsla(104, 64%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 14%, 100%)"},"name":"PaletteGreen14","attributes":{"category":"palette","type":"green","item":"14"},"path":["palette","green","14"]},"15":{"value":"hsla(104, 64%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 15%, 100%)"},"name":"PaletteGreen15","attributes":{"category":"palette","type":"green","item":"15"},"path":["palette","green","15"]},"16":{"value":"hsla(104, 64%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 16%, 100%)"},"name":"PaletteGreen16","attributes":{"category":"palette","type":"green","item":"16"},"path":["palette","green","16"]},"17":{"value":"hsla(104, 64%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 17%, 100%)"},"name":"PaletteGreen17","attributes":{"category":"palette","type":"green","item":"17"},"path":["palette","green","17"]},"18":{"value":"hsla(104, 64%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 18%, 100%)"},"name":"PaletteGreen18","attributes":{"category":"palette","type":"green","item":"18"},"path":["palette","green","18"]},"19":{"value":"hsla(104, 64%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 19%, 100%)"},"name":"PaletteGreen19","attributes":{"category":"palette","type":"green","item":"19"},"path":["palette","green","19"]},"20":{"value":"hsla(104, 64%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 20%, 100%)"},"name":"PaletteGreen20","attributes":{"category":"palette","type":"green","item":"20"},"path":["palette","green","20"]},"21":{"value":"hsla(104, 64%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 21%, 100%)"},"name":"PaletteGreen21","attributes":{"category":"palette","type":"green","item":"21"},"path":["palette","green","21"]},"22":{"value":"hsla(104, 64%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 22%, 100%)"},"name":"PaletteGreen22","attributes":{"category":"palette","type":"green","item":"22"},"path":["palette","green","22"]},"23":{"value":"hsla(104, 64%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 23%, 100%)"},"name":"PaletteGreen23","attributes":{"category":"palette","type":"green","item":"23"},"path":["palette","green","23"]},"24":{"value":"hsla(104, 64%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 24%, 100%)"},"name":"PaletteGreen24","attributes":{"category":"palette","type":"green","item":"24"},"path":["palette","green","24"]},"25":{"value":"hsla(104, 64%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 25%, 100%)"},"name":"PaletteGreen25","attributes":{"category":"palette","type":"green","item":"25"},"path":["palette","green","25"]},"26":{"value":"hsla(104, 64%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 26%, 100%)"},"name":"PaletteGreen26","attributes":{"category":"palette","type":"green","item":"26"},"path":["palette","green","26"]},"27":{"value":"hsla(104, 64%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 27%, 100%)"},"name":"PaletteGreen27","attributes":{"category":"palette","type":"green","item":"27"},"path":["palette","green","27"]},"28":{"value":"hsla(104, 64%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 28%, 100%)"},"name":"PaletteGreen28","attributes":{"category":"palette","type":"green","item":"28"},"path":["palette","green","28"]},"29":{"value":"hsla(104, 64%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 29%, 100%)"},"name":"PaletteGreen29","attributes":{"category":"palette","type":"green","item":"29"},"path":["palette","green","29"]},"30":{"value":"hsla(104, 64%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 30%, 100%)"},"name":"PaletteGreen30","attributes":{"category":"palette","type":"green","item":"30"},"path":["palette","green","30"]},"31":{"value":"hsla(104, 64%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 31%, 100%)"},"name":"PaletteGreen31","attributes":{"category":"palette","type":"green","item":"31"},"path":["palette","green","31"]},"32":{"value":"hsla(104, 64%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 32%, 100%)"},"name":"PaletteGreen32","attributes":{"category":"palette","type":"green","item":"32"},"path":["palette","green","32"]},"33":{"value":"hsla(104, 64%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 33%, 100%)"},"name":"PaletteGreen33","attributes":{"category":"palette","type":"green","item":"33"},"path":["palette","green","33"]},"34":{"value":"hsla(104, 64%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 34%, 100%)"},"name":"PaletteGreen34","attributes":{"category":"palette","type":"green","item":"34"},"path":["palette","green","34"]},"35":{"value":"hsla(104, 64%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 35%, 100%)"},"name":"PaletteGreen35","attributes":{"category":"palette","type":"green","item":"35"},"path":["palette","green","35"]},"36":{"value":"hsla(104, 64%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 36%, 100%)"},"name":"PaletteGreen36","attributes":{"category":"palette","type":"green","item":"36"},"path":["palette","green","36"]},"37":{"value":"hsla(104, 64%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 37%, 100%)"},"name":"PaletteGreen37","attributes":{"category":"palette","type":"green","item":"37"},"path":["palette","green","37"]},"38":{"value":"hsla(104, 64%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 38%, 100%)"},"name":"PaletteGreen38","attributes":{"category":"palette","type":"green","item":"38"},"path":["palette","green","38"]},"39":{"value":"hsla(104, 64%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 39%, 100%)"},"name":"PaletteGreen39","attributes":{"category":"palette","type":"green","item":"39"},"path":["palette","green","39"]},"40":{"value":"hsla(104, 64%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 40%, 100%)"},"name":"PaletteGreen40","attributes":{"category":"palette","type":"green","item":"40"},"path":["palette","green","40"]},"41":{"value":"hsla(104, 64%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 41%, 100%)"},"name":"PaletteGreen41","attributes":{"category":"palette","type":"green","item":"41"},"path":["palette","green","41"]},"42":{"value":"hsla(104, 64%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 42%, 100%)"},"name":"PaletteGreen42","attributes":{"category":"palette","type":"green","item":"42"},"path":["palette","green","42"]},"43":{"value":"hsla(104, 64%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 43%, 100%)"},"name":"PaletteGreen43","attributes":{"category":"palette","type":"green","item":"43"},"path":["palette","green","43"]},"44":{"value":"hsla(104, 64%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 44%, 100%)"},"name":"PaletteGreen44","attributes":{"category":"palette","type":"green","item":"44"},"path":["palette","green","44"]},"45":{"value":"hsla(104, 64%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 45%, 100%)"},"name":"PaletteGreen45","attributes":{"category":"palette","type":"green","item":"45"},"path":["palette","green","45"]},"46":{"value":"hsla(104, 64%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 46%, 100%)"},"name":"PaletteGreen46","attributes":{"category":"palette","type":"green","item":"46"},"path":["palette","green","46"]},"47":{"value":"hsla(104, 64%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 47%, 100%)"},"name":"PaletteGreen47","attributes":{"category":"palette","type":"green","item":"47"},"path":["palette","green","47"]},"48":{"value":"hsla(104, 64%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 48%, 100%)"},"name":"PaletteGreen48","attributes":{"category":"palette","type":"green","item":"48"},"path":["palette","green","48"]},"49":{"value":"hsla(104, 64%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 49%, 100%)"},"name":"PaletteGreen49","attributes":{"category":"palette","type":"green","item":"49"},"path":["palette","green","49"]},"50":{"value":"hsla(104, 64%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 50%, 100%)"},"name":"PaletteGreen50","attributes":{"category":"palette","type":"green","item":"50"},"path":["palette","green","50"]},"51":{"value":"hsla(104, 64%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 51%, 100%)"},"name":"PaletteGreen51","attributes":{"category":"palette","type":"green","item":"51"},"path":["palette","green","51"]},"52":{"value":"hsla(104, 64%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 52%, 100%)"},"name":"PaletteGreen52","attributes":{"category":"palette","type":"green","item":"52"},"path":["palette","green","52"]},"53":{"value":"hsla(104, 64%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 53%, 100%)"},"name":"PaletteGreen53","attributes":{"category":"palette","type":"green","item":"53"},"path":["palette","green","53"]},"54":{"value":"hsla(104, 64%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 54%, 100%)"},"name":"PaletteGreen54","attributes":{"category":"palette","type":"green","item":"54"},"path":["palette","green","54"]},"55":{"value":"hsla(104, 64%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 55%, 100%)"},"name":"PaletteGreen55","attributes":{"category":"palette","type":"green","item":"55"},"path":["palette","green","55"]},"56":{"value":"hsla(104, 64%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 56%, 100%)"},"name":"PaletteGreen56","attributes":{"category":"palette","type":"green","item":"56"},"path":["palette","green","56"]},"57":{"value":"hsla(104, 64%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 57%, 100%)"},"name":"PaletteGreen57","attributes":{"category":"palette","type":"green","item":"57"},"path":["palette","green","57"]},"58":{"value":"hsla(104, 64%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 58%, 100%)"},"name":"PaletteGreen58","attributes":{"category":"palette","type":"green","item":"58"},"path":["palette","green","58"]},"59":{"value":"hsla(104, 64%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 59%, 100%)"},"name":"PaletteGreen59","attributes":{"category":"palette","type":"green","item":"59"},"path":["palette","green","59"]},"60":{"value":"hsla(104, 64%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 60%, 100%)"},"name":"PaletteGreen60","attributes":{"category":"palette","type":"green","item":"60"},"path":["palette","green","60"]},"61":{"value":"hsla(104, 64%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 61%, 100%)"},"name":"PaletteGreen61","attributes":{"category":"palette","type":"green","item":"61"},"path":["palette","green","61"]},"62":{"value":"hsla(104, 64%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 62%, 100%)"},"name":"PaletteGreen62","attributes":{"category":"palette","type":"green","item":"62"},"path":["palette","green","62"]},"63":{"value":"hsla(104, 64%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 63%, 100%)"},"name":"PaletteGreen63","attributes":{"category":"palette","type":"green","item":"63"},"path":["palette","green","63"]},"64":{"value":"hsla(104, 64%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 64%, 100%)"},"name":"PaletteGreen64","attributes":{"category":"palette","type":"green","item":"64"},"path":["palette","green","64"]},"65":{"value":"hsla(104, 64%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 65%, 100%)"},"name":"PaletteGreen65","attributes":{"category":"palette","type":"green","item":"65"},"path":["palette","green","65"]},"66":{"value":"hsla(104, 64%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 66%, 100%)"},"name":"PaletteGreen66","attributes":{"category":"palette","type":"green","item":"66"},"path":["palette","green","66"]},"67":{"value":"hsla(104, 64%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 67%, 100%)"},"name":"PaletteGreen67","attributes":{"category":"palette","type":"green","item":"67"},"path":["palette","green","67"]},"68":{"value":"hsla(104, 64%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 68%, 100%)"},"name":"PaletteGreen68","attributes":{"category":"palette","type":"green","item":"68"},"path":["palette","green","68"]},"69":{"value":"hsla(104, 64%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 69%, 100%)"},"name":"PaletteGreen69","attributes":{"category":"palette","type":"green","item":"69"},"path":["palette","green","69"]},"70":{"value":"hsla(104, 64%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 70%, 100%)"},"name":"PaletteGreen70","attributes":{"category":"palette","type":"green","item":"70"},"path":["palette","green","70"]},"71":{"value":"hsla(104, 64%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 71%, 100%)"},"name":"PaletteGreen71","attributes":{"category":"palette","type":"green","item":"71"},"path":["palette","green","71"]},"72":{"value":"hsla(104, 64%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 72%, 100%)"},"name":"PaletteGreen72","attributes":{"category":"palette","type":"green","item":"72"},"path":["palette","green","72"]},"73":{"value":"hsla(104, 64%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 73%, 100%)"},"name":"PaletteGreen73","attributes":{"category":"palette","type":"green","item":"73"},"path":["palette","green","73"]},"74":{"value":"hsla(104, 64%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 74%, 100%)"},"name":"PaletteGreen74","attributes":{"category":"palette","type":"green","item":"74"},"path":["palette","green","74"]},"75":{"value":"hsla(104, 64%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 75%, 100%)"},"name":"PaletteGreen75","attributes":{"category":"palette","type":"green","item":"75"},"path":["palette","green","75"]},"76":{"value":"hsla(104, 64%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 76%, 100%)"},"name":"PaletteGreen76","attributes":{"category":"palette","type":"green","item":"76"},"path":["palette","green","76"]},"77":{"value":"hsla(104, 64%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 77%, 100%)"},"name":"PaletteGreen77","attributes":{"category":"palette","type":"green","item":"77"},"path":["palette","green","77"]},"78":{"value":"hsla(104, 64%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 78%, 100%)"},"name":"PaletteGreen78","attributes":{"category":"palette","type":"green","item":"78"},"path":["palette","green","78"]},"79":{"value":"hsla(104, 64%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 79%, 100%)"},"name":"PaletteGreen79","attributes":{"category":"palette","type":"green","item":"79"},"path":["palette","green","79"]},"80":{"value":"hsla(104, 64%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 80%, 100%)"},"name":"PaletteGreen80","attributes":{"category":"palette","type":"green","item":"80"},"path":["palette","green","80"]},"81":{"value":"hsla(104, 64%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 81%, 100%)"},"name":"PaletteGreen81","attributes":{"category":"palette","type":"green","item":"81"},"path":["palette","green","81"]},"82":{"value":"hsla(104, 64%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 82%, 100%)"},"name":"PaletteGreen82","attributes":{"category":"palette","type":"green","item":"82"},"path":["palette","green","82"]},"83":{"value":"hsla(104, 64%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 83%, 100%)"},"name":"PaletteGreen83","attributes":{"category":"palette","type":"green","item":"83"},"path":["palette","green","83"]},"84":{"value":"hsla(104, 64%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 84%, 100%)"},"name":"PaletteGreen84","attributes":{"category":"palette","type":"green","item":"84"},"path":["palette","green","84"]},"85":{"value":"hsla(104, 64%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 85%, 100%)"},"name":"PaletteGreen85","attributes":{"category":"palette","type":"green","item":"85"},"path":["palette","green","85"]},"86":{"value":"hsla(104, 64%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 86%, 100%)"},"name":"PaletteGreen86","attributes":{"category":"palette","type":"green","item":"86"},"path":["palette","green","86"]},"87":{"value":"hsla(104, 64%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 87%, 100%)"},"name":"PaletteGreen87","attributes":{"category":"palette","type":"green","item":"87"},"path":["palette","green","87"]},"88":{"value":"hsla(104, 64%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 88%, 100%)"},"name":"PaletteGreen88","attributes":{"category":"palette","type":"green","item":"88"},"path":["palette","green","88"]},"89":{"value":"hsla(104, 64%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 89%, 100%)"},"name":"PaletteGreen89","attributes":{"category":"palette","type":"green","item":"89"},"path":["palette","green","89"]},"90":{"value":"hsla(104, 64%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 90%, 100%)"},"name":"PaletteGreen90","attributes":{"category":"palette","type":"green","item":"90"},"path":["palette","green","90"]},"91":{"value":"hsla(104, 64%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 91%, 100%)"},"name":"PaletteGreen91","attributes":{"category":"palette","type":"green","item":"91"},"path":["palette","green","91"]},"92":{"value":"hsla(104, 64%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 92%, 100%)"},"name":"PaletteGreen92","attributes":{"category":"palette","type":"green","item":"92"},"path":["palette","green","92"]},"93":{"value":"hsla(104, 64%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 93%, 100%)"},"name":"PaletteGreen93","attributes":{"category":"palette","type":"green","item":"93"},"path":["palette","green","93"]},"94":{"value":"hsla(104, 64%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 94%, 100%)"},"name":"PaletteGreen94","attributes":{"category":"palette","type":"green","item":"94"},"path":["palette","green","94"]},"95":{"value":"hsla(104, 64%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 95%, 100%)"},"name":"PaletteGreen95","attributes":{"category":"palette","type":"green","item":"95"},"path":["palette","green","95"]},"96":{"value":"hsla(104, 64%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 96%, 100%)"},"name":"PaletteGreen96","attributes":{"category":"palette","type":"green","item":"96"},"path":["palette","green","96"]},"97":{"value":"hsla(104, 64%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 97%, 100%)"},"name":"PaletteGreen97","attributes":{"category":"palette","type":"green","item":"97"},"path":["palette","green","97"]},"98":{"value":"hsla(104, 64%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 98%, 100%)"},"name":"PaletteGreen98","attributes":{"category":"palette","type":"green","item":"98"},"path":["palette","green","98"]},"99":{"value":"hsla(104, 64%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 99%, 100%)"},"name":"PaletteGreen99","attributes":{"category":"palette","type":"green","item":"99"},"path":["palette","green","99"]},"100":{"value":"hsla(104, 64%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 100%, 100%)"},"name":"PaletteGreen100","attributes":{"category":"palette","type":"green","item":"100"},"path":["palette","green","100"]},"\"20-S87-A16\"":{"value":"hsla(104, 87%, 20%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 87%, 20%, 16%)"},"name":"PaletteGreen20S87A16","attributes":{"category":"palette","type":"green","item":"\"20-S87-A16\""},"path":["palette","green","\"20-S87-A16\""]},"\"20-S87-A32\"":{"value":"hsla(104, 87%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 87%, 20%, 32%)"},"name":"PaletteGreen20S87A32","attributes":{"category":"palette","type":"green","item":"\"20-S87-A32\""},"path":["palette","green","\"20-S87-A32\""]},"A16":{"value":"rgba(7, 97, 50, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(7, 97, 50, 0.16)"},"name":"PaletteGreenA16","attributes":{"category":"palette","type":"green","item":"A16"},"path":["palette","green","A16"]},"A32":{"value":"rgba(7, 97, 50, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(7, 97, 50, 0.32)"},"name":"PaletteGreenA32","attributes":{"category":"palette","type":"green","item":"A32"},"path":["palette","green","A32"]}}; -export const LightWarningDefault = "hsla(38, 100%, 35%, 100%)"; -export const LightWarningPalette = {"0":{"value":"hsla(38, 100%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 0%, 100%)"},"name":"PaletteYellow0","attributes":{"category":"palette","type":"yellow","item":"0"},"path":["palette","yellow","0"]},"1":{"value":"hsla(38, 100%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 1%, 100%)"},"name":"PaletteYellow1","attributes":{"category":"palette","type":"yellow","item":"1"},"path":["palette","yellow","1"]},"2":{"value":"hsla(38, 100%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 2%, 100%)"},"name":"PaletteYellow2","attributes":{"category":"palette","type":"yellow","item":"2"},"path":["palette","yellow","2"]},"3":{"value":"hsla(38, 100%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 3%, 100%)"},"name":"PaletteYellow3","attributes":{"category":"palette","type":"yellow","item":"3"},"path":["palette","yellow","3"]},"4":{"value":"hsla(38, 100%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 4%, 100%)"},"name":"PaletteYellow4","attributes":{"category":"palette","type":"yellow","item":"4"},"path":["palette","yellow","4"]},"5":{"value":"hsla(38, 100%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 5%, 100%)"},"name":"PaletteYellow5","attributes":{"category":"palette","type":"yellow","item":"5"},"path":["palette","yellow","5"]},"6":{"value":"hsla(38, 100%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 6%, 100%)"},"name":"PaletteYellow6","attributes":{"category":"palette","type":"yellow","item":"6"},"path":["palette","yellow","6"]},"7":{"value":"hsla(38, 100%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 7%, 100%)"},"name":"PaletteYellow7","attributes":{"category":"palette","type":"yellow","item":"7"},"path":["palette","yellow","7"]},"8":{"value":"hsla(38, 100%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 8%, 100%)"},"name":"PaletteYellow8","attributes":{"category":"palette","type":"yellow","item":"8"},"path":["palette","yellow","8"]},"9":{"value":"hsla(38, 100%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 9%, 100%)"},"name":"PaletteYellow9","attributes":{"category":"palette","type":"yellow","item":"9"},"path":["palette","yellow","9"]},"10":{"value":"hsla(38, 100%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 10%, 100%)"},"name":"PaletteYellow10","attributes":{"category":"palette","type":"yellow","item":"10"},"path":["palette","yellow","10"]},"11":{"value":"hsla(38, 100%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 11%, 100%)"},"name":"PaletteYellow11","attributes":{"category":"palette","type":"yellow","item":"11"},"path":["palette","yellow","11"]},"12":{"value":"hsla(38, 100%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 12%, 100%)"},"name":"PaletteYellow12","attributes":{"category":"palette","type":"yellow","item":"12"},"path":["palette","yellow","12"]},"13":{"value":"hsla(38, 100%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 13%, 100%)"},"name":"PaletteYellow13","attributes":{"category":"palette","type":"yellow","item":"13"},"path":["palette","yellow","13"]},"14":{"value":"hsla(38, 100%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 14%, 100%)"},"name":"PaletteYellow14","attributes":{"category":"palette","type":"yellow","item":"14"},"path":["palette","yellow","14"]},"15":{"value":"hsla(38, 100%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 15%, 100%)"},"name":"PaletteYellow15","attributes":{"category":"palette","type":"yellow","item":"15"},"path":["palette","yellow","15"]},"16":{"value":"hsla(38, 100%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 16%, 100%)"},"name":"PaletteYellow16","attributes":{"category":"palette","type":"yellow","item":"16"},"path":["palette","yellow","16"]},"17":{"value":"hsla(38, 100%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 17%, 100%)"},"name":"PaletteYellow17","attributes":{"category":"palette","type":"yellow","item":"17"},"path":["palette","yellow","17"]},"18":{"value":"hsla(38, 100%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 18%, 100%)"},"name":"PaletteYellow18","attributes":{"category":"palette","type":"yellow","item":"18"},"path":["palette","yellow","18"]},"19":{"value":"hsla(38, 100%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 19%, 100%)"},"name":"PaletteYellow19","attributes":{"category":"palette","type":"yellow","item":"19"},"path":["palette","yellow","19"]},"20":{"value":"hsla(38, 100%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 20%, 100%)"},"name":"PaletteYellow20","attributes":{"category":"palette","type":"yellow","item":"20"},"path":["palette","yellow","20"]},"21":{"value":"hsla(38, 100%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 21%, 100%)"},"name":"PaletteYellow21","attributes":{"category":"palette","type":"yellow","item":"21"},"path":["palette","yellow","21"]},"22":{"value":"hsla(38, 100%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 22%, 100%)"},"name":"PaletteYellow22","attributes":{"category":"palette","type":"yellow","item":"22"},"path":["palette","yellow","22"]},"23":{"value":"hsla(38, 100%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 23%, 100%)"},"name":"PaletteYellow23","attributes":{"category":"palette","type":"yellow","item":"23"},"path":["palette","yellow","23"]},"24":{"value":"hsla(38, 100%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 24%, 100%)"},"name":"PaletteYellow24","attributes":{"category":"palette","type":"yellow","item":"24"},"path":["palette","yellow","24"]},"25":{"value":"hsla(38, 100%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 25%, 100%)"},"name":"PaletteYellow25","attributes":{"category":"palette","type":"yellow","item":"25"},"path":["palette","yellow","25"]},"26":{"value":"hsla(38, 100%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 26%, 100%)"},"name":"PaletteYellow26","attributes":{"category":"palette","type":"yellow","item":"26"},"path":["palette","yellow","26"]},"27":{"value":"hsla(38, 100%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 27%, 100%)"},"name":"PaletteYellow27","attributes":{"category":"palette","type":"yellow","item":"27"},"path":["palette","yellow","27"]},"28":{"value":"hsla(38, 100%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 28%, 100%)"},"name":"PaletteYellow28","attributes":{"category":"palette","type":"yellow","item":"28"},"path":["palette","yellow","28"]},"29":{"value":"hsla(38, 100%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 29%, 100%)"},"name":"PaletteYellow29","attributes":{"category":"palette","type":"yellow","item":"29"},"path":["palette","yellow","29"]},"30":{"value":"hsla(38, 100%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 30%, 100%)"},"name":"PaletteYellow30","attributes":{"category":"palette","type":"yellow","item":"30"},"path":["palette","yellow","30"]},"31":{"value":"hsla(38, 100%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 31%, 100%)"},"name":"PaletteYellow31","attributes":{"category":"palette","type":"yellow","item":"31"},"path":["palette","yellow","31"]},"32":{"value":"hsla(38, 100%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 32%, 100%)"},"name":"PaletteYellow32","attributes":{"category":"palette","type":"yellow","item":"32"},"path":["palette","yellow","32"]},"33":{"value":"hsla(38, 100%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 33%, 100%)"},"name":"PaletteYellow33","attributes":{"category":"palette","type":"yellow","item":"33"},"path":["palette","yellow","33"]},"34":{"value":"hsla(38, 100%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 34%, 100%)"},"name":"PaletteYellow34","attributes":{"category":"palette","type":"yellow","item":"34"},"path":["palette","yellow","34"]},"35":{"value":"hsla(38, 100%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 35%, 100%)"},"name":"PaletteYellow35","attributes":{"category":"palette","type":"yellow","item":"35"},"path":["palette","yellow","35"]},"36":{"value":"hsla(38, 100%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 36%, 100%)"},"name":"PaletteYellow36","attributes":{"category":"palette","type":"yellow","item":"36"},"path":["palette","yellow","36"]},"37":{"value":"hsla(38, 100%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 37%, 100%)"},"name":"PaletteYellow37","attributes":{"category":"palette","type":"yellow","item":"37"},"path":["palette","yellow","37"]},"38":{"value":"hsla(38, 100%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 38%, 100%)"},"name":"PaletteYellow38","attributes":{"category":"palette","type":"yellow","item":"38"},"path":["palette","yellow","38"]},"39":{"value":"hsla(38, 100%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 39%, 100%)"},"name":"PaletteYellow39","attributes":{"category":"palette","type":"yellow","item":"39"},"path":["palette","yellow","39"]},"40":{"value":"hsla(38, 100%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 40%, 100%)"},"name":"PaletteYellow40","attributes":{"category":"palette","type":"yellow","item":"40"},"path":["palette","yellow","40"]},"41":{"value":"hsla(38, 100%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 41%, 100%)"},"name":"PaletteYellow41","attributes":{"category":"palette","type":"yellow","item":"41"},"path":["palette","yellow","41"]},"42":{"value":"hsla(38, 100%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 42%, 100%)"},"name":"PaletteYellow42","attributes":{"category":"palette","type":"yellow","item":"42"},"path":["palette","yellow","42"]},"43":{"value":"hsla(38, 100%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 43%, 100%)"},"name":"PaletteYellow43","attributes":{"category":"palette","type":"yellow","item":"43"},"path":["palette","yellow","43"]},"44":{"value":"hsla(38, 100%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 44%, 100%)"},"name":"PaletteYellow44","attributes":{"category":"palette","type":"yellow","item":"44"},"path":["palette","yellow","44"]},"45":{"value":"hsla(38, 100%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 45%, 100%)"},"name":"PaletteYellow45","attributes":{"category":"palette","type":"yellow","item":"45"},"path":["palette","yellow","45"]},"46":{"value":"hsla(38, 100%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 46%, 100%)"},"name":"PaletteYellow46","attributes":{"category":"palette","type":"yellow","item":"46"},"path":["palette","yellow","46"]},"47":{"value":"hsla(38, 100%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 47%, 100%)"},"name":"PaletteYellow47","attributes":{"category":"palette","type":"yellow","item":"47"},"path":["palette","yellow","47"]},"48":{"value":"hsla(38, 100%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 100%)"},"name":"PaletteYellow48","attributes":{"category":"palette","type":"yellow","item":"48"},"path":["palette","yellow","48"]},"49":{"value":"hsla(38, 100%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 49%, 100%)"},"name":"PaletteYellow49","attributes":{"category":"palette","type":"yellow","item":"49"},"path":["palette","yellow","49"]},"50":{"value":"hsla(38, 100%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 50%, 100%)"},"name":"PaletteYellow50","attributes":{"category":"palette","type":"yellow","item":"50"},"path":["palette","yellow","50"]},"51":{"value":"hsla(38, 100%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 51%, 100%)"},"name":"PaletteYellow51","attributes":{"category":"palette","type":"yellow","item":"51"},"path":["palette","yellow","51"]},"52":{"value":"hsla(38, 100%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 52%, 100%)"},"name":"PaletteYellow52","attributes":{"category":"palette","type":"yellow","item":"52"},"path":["palette","yellow","52"]},"53":{"value":"hsla(38, 100%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 53%, 100%)"},"name":"PaletteYellow53","attributes":{"category":"palette","type":"yellow","item":"53"},"path":["palette","yellow","53"]},"54":{"value":"hsla(38, 100%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 54%, 100%)"},"name":"PaletteYellow54","attributes":{"category":"palette","type":"yellow","item":"54"},"path":["palette","yellow","54"]},"55":{"value":"hsla(38, 100%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 55%, 100%)"},"name":"PaletteYellow55","attributes":{"category":"palette","type":"yellow","item":"55"},"path":["palette","yellow","55"]},"56":{"value":"hsla(38, 100%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 56%, 100%)"},"name":"PaletteYellow56","attributes":{"category":"palette","type":"yellow","item":"56"},"path":["palette","yellow","56"]},"57":{"value":"hsla(38, 100%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 57%, 100%)"},"name":"PaletteYellow57","attributes":{"category":"palette","type":"yellow","item":"57"},"path":["palette","yellow","57"]},"58":{"value":"hsla(38, 100%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 58%, 100%)"},"name":"PaletteYellow58","attributes":{"category":"palette","type":"yellow","item":"58"},"path":["palette","yellow","58"]},"59":{"value":"hsla(38, 100%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 59%, 100%)"},"name":"PaletteYellow59","attributes":{"category":"palette","type":"yellow","item":"59"},"path":["palette","yellow","59"]},"60":{"value":"hsla(38, 100%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 60%, 100%)"},"name":"PaletteYellow60","attributes":{"category":"palette","type":"yellow","item":"60"},"path":["palette","yellow","60"]},"61":{"value":"hsla(38, 100%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 61%, 100%)"},"name":"PaletteYellow61","attributes":{"category":"palette","type":"yellow","item":"61"},"path":["palette","yellow","61"]},"62":{"value":"hsla(38, 100%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 62%, 100%)"},"name":"PaletteYellow62","attributes":{"category":"palette","type":"yellow","item":"62"},"path":["palette","yellow","62"]},"63":{"value":"hsla(38, 100%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 63%, 100%)"},"name":"PaletteYellow63","attributes":{"category":"palette","type":"yellow","item":"63"},"path":["palette","yellow","63"]},"64":{"value":"hsla(38, 100%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 64%, 100%)"},"name":"PaletteYellow64","attributes":{"category":"palette","type":"yellow","item":"64"},"path":["palette","yellow","64"]},"65":{"value":"hsla(38, 100%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 65%, 100%)"},"name":"PaletteYellow65","attributes":{"category":"palette","type":"yellow","item":"65"},"path":["palette","yellow","65"]},"66":{"value":"hsla(38, 100%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 66%, 100%)"},"name":"PaletteYellow66","attributes":{"category":"palette","type":"yellow","item":"66"},"path":["palette","yellow","66"]},"67":{"value":"hsla(38, 100%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 67%, 100%)"},"name":"PaletteYellow67","attributes":{"category":"palette","type":"yellow","item":"67"},"path":["palette","yellow","67"]},"68":{"value":"hsla(38, 100%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 68%, 100%)"},"name":"PaletteYellow68","attributes":{"category":"palette","type":"yellow","item":"68"},"path":["palette","yellow","68"]},"69":{"value":"hsla(38, 100%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 69%, 100%)"},"name":"PaletteYellow69","attributes":{"category":"palette","type":"yellow","item":"69"},"path":["palette","yellow","69"]},"70":{"value":"hsla(38, 100%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 70%, 100%)"},"name":"PaletteYellow70","attributes":{"category":"palette","type":"yellow","item":"70"},"path":["palette","yellow","70"]},"71":{"value":"hsla(38, 100%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 71%, 100%)"},"name":"PaletteYellow71","attributes":{"category":"palette","type":"yellow","item":"71"},"path":["palette","yellow","71"]},"72":{"value":"hsla(38, 100%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 72%, 100%)"},"name":"PaletteYellow72","attributes":{"category":"palette","type":"yellow","item":"72"},"path":["palette","yellow","72"]},"73":{"value":"hsla(38, 100%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 73%, 100%)"},"name":"PaletteYellow73","attributes":{"category":"palette","type":"yellow","item":"73"},"path":["palette","yellow","73"]},"74":{"value":"hsla(38, 100%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 74%, 100%)"},"name":"PaletteYellow74","attributes":{"category":"palette","type":"yellow","item":"74"},"path":["palette","yellow","74"]},"75":{"value":"hsla(38, 100%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 75%, 100%)"},"name":"PaletteYellow75","attributes":{"category":"palette","type":"yellow","item":"75"},"path":["palette","yellow","75"]},"76":{"value":"hsla(38, 100%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 76%, 100%)"},"name":"PaletteYellow76","attributes":{"category":"palette","type":"yellow","item":"76"},"path":["palette","yellow","76"]},"77":{"value":"hsla(38, 100%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 77%, 100%)"},"name":"PaletteYellow77","attributes":{"category":"palette","type":"yellow","item":"77"},"path":["palette","yellow","77"]},"78":{"value":"hsla(38, 100%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 78%, 100%)"},"name":"PaletteYellow78","attributes":{"category":"palette","type":"yellow","item":"78"},"path":["palette","yellow","78"]},"79":{"value":"hsla(38, 100%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 79%, 100%)"},"name":"PaletteYellow79","attributes":{"category":"palette","type":"yellow","item":"79"},"path":["palette","yellow","79"]},"80":{"value":"hsla(38, 100%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 80%, 100%)"},"name":"PaletteYellow80","attributes":{"category":"palette","type":"yellow","item":"80"},"path":["palette","yellow","80"]},"81":{"value":"hsla(38, 100%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 81%, 100%)"},"name":"PaletteYellow81","attributes":{"category":"palette","type":"yellow","item":"81"},"path":["palette","yellow","81"]},"82":{"value":"hsla(38, 100%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 82%, 100%)"},"name":"PaletteYellow82","attributes":{"category":"palette","type":"yellow","item":"82"},"path":["palette","yellow","82"]},"83":{"value":"hsla(38, 100%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 83%, 100%)"},"name":"PaletteYellow83","attributes":{"category":"palette","type":"yellow","item":"83"},"path":["palette","yellow","83"]},"84":{"value":"hsla(38, 100%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 84%, 100%)"},"name":"PaletteYellow84","attributes":{"category":"palette","type":"yellow","item":"84"},"path":["palette","yellow","84"]},"85":{"value":"hsla(38, 100%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 85%, 100%)"},"name":"PaletteYellow85","attributes":{"category":"palette","type":"yellow","item":"85"},"path":["palette","yellow","85"]},"86":{"value":"hsla(38, 100%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 86%, 100%)"},"name":"PaletteYellow86","attributes":{"category":"palette","type":"yellow","item":"86"},"path":["palette","yellow","86"]},"87":{"value":"hsla(38, 100%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 87%, 100%)"},"name":"PaletteYellow87","attributes":{"category":"palette","type":"yellow","item":"87"},"path":["palette","yellow","87"]},"88":{"value":"hsla(38, 100%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 88%, 100%)"},"name":"PaletteYellow88","attributes":{"category":"palette","type":"yellow","item":"88"},"path":["palette","yellow","88"]},"89":{"value":"hsla(38, 100%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 89%, 100%)"},"name":"PaletteYellow89","attributes":{"category":"palette","type":"yellow","item":"89"},"path":["palette","yellow","89"]},"90":{"value":"hsla(38, 100%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 90%, 100%)"},"name":"PaletteYellow90","attributes":{"category":"palette","type":"yellow","item":"90"},"path":["palette","yellow","90"]},"91":{"value":"hsla(38, 100%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 91%, 100%)"},"name":"PaletteYellow91","attributes":{"category":"palette","type":"yellow","item":"91"},"path":["palette","yellow","91"]},"92":{"value":"hsla(38, 100%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 92%, 100%)"},"name":"PaletteYellow92","attributes":{"category":"palette","type":"yellow","item":"92"},"path":["palette","yellow","92"]},"93":{"value":"hsla(38, 100%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 93%, 100%)"},"name":"PaletteYellow93","attributes":{"category":"palette","type":"yellow","item":"93"},"path":["palette","yellow","93"]},"94":{"value":"hsla(38, 100%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 94%, 100%)"},"name":"PaletteYellow94","attributes":{"category":"palette","type":"yellow","item":"94"},"path":["palette","yellow","94"]},"95":{"value":"hsla(38, 100%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 95%, 100%)"},"name":"PaletteYellow95","attributes":{"category":"palette","type":"yellow","item":"95"},"path":["palette","yellow","95"]},"96":{"value":"hsla(38, 100%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 96%, 100%)"},"name":"PaletteYellow96","attributes":{"category":"palette","type":"yellow","item":"96"},"path":["palette","yellow","96"]},"97":{"value":"hsla(38, 100%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 97%, 100%)"},"name":"PaletteYellow97","attributes":{"category":"palette","type":"yellow","item":"97"},"path":["palette","yellow","97"]},"98":{"value":"hsla(38, 100%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 98%, 100%)"},"name":"PaletteYellow98","attributes":{"category":"palette","type":"yellow","item":"98"},"path":["palette","yellow","98"]},"99":{"value":"hsla(38, 100%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 99%, 100%)"},"name":"PaletteYellow99","attributes":{"category":"palette","type":"yellow","item":"99"},"path":["palette","yellow","99"]},"100":{"value":"hsla(38, 100%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 100%, 100%)"},"name":"PaletteYellow100","attributes":{"category":"palette","type":"yellow","item":"100"},"path":["palette","yellow","100"]},"\"48-A16\"":{"value":"hsla(38, 100%, 48%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 16%)"},"name":"PaletteYellow48A16","attributes":{"category":"palette","type":"yellow","item":"\"48-A16\""},"path":["palette","yellow","\"48-A16\""]},"\"48-A32\"":{"value":"hsla(38, 100%, 48%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 32%)"},"name":"PaletteYellow48A32","attributes":{"category":"palette","type":"yellow","item":"\"48-A32\""},"path":["palette","yellow","\"48-A32\""]},"A16":{"value":"hsla(38, 100%, 48%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 16%)"},"name":"PaletteYellowA16","attributes":{"category":"palette","type":"yellow","item":"A16"},"path":["palette","yellow","A16"]},"A32":{"value":"hsla(38, 100%, 48%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 32%)"},"name":"PaletteYellowA32","attributes":{"category":"palette","type":"yellow","item":"A32"},"path":["palette","yellow","A32"]}}; -export const LightErrorDefault = "hsla(7, 97%, 50%, 100%)"; -export const LightErrorPalette = {"0":{"value":"hsla(7, 97%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 0%, 100%)"},"name":"PaletteRed0","attributes":{"category":"palette","type":"red","item":"0"},"path":["palette","red","0"]},"1":{"value":"hsla(7, 97%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 1%, 100%)"},"name":"PaletteRed1","attributes":{"category":"palette","type":"red","item":"1"},"path":["palette","red","1"]},"2":{"value":"hsla(7, 97%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 2%, 100%)"},"name":"PaletteRed2","attributes":{"category":"palette","type":"red","item":"2"},"path":["palette","red","2"]},"3":{"value":"hsla(7, 97%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 3%, 100%)"},"name":"PaletteRed3","attributes":{"category":"palette","type":"red","item":"3"},"path":["palette","red","3"]},"4":{"value":"hsla(7, 97%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 4%, 100%)"},"name":"PaletteRed4","attributes":{"category":"palette","type":"red","item":"4"},"path":["palette","red","4"]},"5":{"value":"hsla(7, 97%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 100%)"},"name":"PaletteRed5","attributes":{"category":"palette","type":"red","item":"5"},"path":["palette","red","5"]},"6":{"value":"hsla(7, 97%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 6%, 100%)"},"name":"PaletteRed6","attributes":{"category":"palette","type":"red","item":"6"},"path":["palette","red","6"]},"7":{"value":"hsla(7, 97%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 7%, 100%)"},"name":"PaletteRed7","attributes":{"category":"palette","type":"red","item":"7"},"path":["palette","red","7"]},"8":{"value":"hsla(7, 97%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 8%, 100%)"},"name":"PaletteRed8","attributes":{"category":"palette","type":"red","item":"8"},"path":["palette","red","8"]},"9":{"value":"hsla(7, 97%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 9%, 100%)"},"name":"PaletteRed9","attributes":{"category":"palette","type":"red","item":"9"},"path":["palette","red","9"]},"10":{"value":"hsla(7, 97%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 10%, 100%)"},"name":"PaletteRed10","attributes":{"category":"palette","type":"red","item":"10"},"path":["palette","red","10"]},"11":{"value":"hsla(7, 97%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 11%, 100%)"},"name":"PaletteRed11","attributes":{"category":"palette","type":"red","item":"11"},"path":["palette","red","11"]},"12":{"value":"hsla(7, 97%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 12%, 100%)"},"name":"PaletteRed12","attributes":{"category":"palette","type":"red","item":"12"},"path":["palette","red","12"]},"13":{"value":"hsla(7, 97%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 13%, 100%)"},"name":"PaletteRed13","attributes":{"category":"palette","type":"red","item":"13"},"path":["palette","red","13"]},"14":{"value":"hsla(7, 97%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 14%, 100%)"},"name":"PaletteRed14","attributes":{"category":"palette","type":"red","item":"14"},"path":["palette","red","14"]},"15":{"value":"hsla(7, 97%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 15%, 100%)"},"name":"PaletteRed15","attributes":{"category":"palette","type":"red","item":"15"},"path":["palette","red","15"]},"16":{"value":"hsla(7, 97%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 16%, 100%)"},"name":"PaletteRed16","attributes":{"category":"palette","type":"red","item":"16"},"path":["palette","red","16"]},"17":{"value":"hsla(7, 97%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 17%, 100%)"},"name":"PaletteRed17","attributes":{"category":"palette","type":"red","item":"17"},"path":["palette","red","17"]},"18":{"value":"hsla(7, 97%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 18%, 100%)"},"name":"PaletteRed18","attributes":{"category":"palette","type":"red","item":"18"},"path":["palette","red","18"]},"19":{"value":"hsla(7, 97%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 19%, 100%)"},"name":"PaletteRed19","attributes":{"category":"palette","type":"red","item":"19"},"path":["palette","red","19"]},"20":{"value":"hsla(7, 97%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 20%, 100%)"},"name":"PaletteRed20","attributes":{"category":"palette","type":"red","item":"20"},"path":["palette","red","20"]},"21":{"value":"hsla(7, 97%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 21%, 100%)"},"name":"PaletteRed21","attributes":{"category":"palette","type":"red","item":"21"},"path":["palette","red","21"]},"22":{"value":"hsla(7, 97%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 22%, 100%)"},"name":"PaletteRed22","attributes":{"category":"palette","type":"red","item":"22"},"path":["palette","red","22"]},"23":{"value":"hsla(7, 97%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 23%, 100%)"},"name":"PaletteRed23","attributes":{"category":"palette","type":"red","item":"23"},"path":["palette","red","23"]},"24":{"value":"hsla(7, 97%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 24%, 100%)"},"name":"PaletteRed24","attributes":{"category":"palette","type":"red","item":"24"},"path":["palette","red","24"]},"25":{"value":"hsla(7, 97%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 25%, 100%)"},"name":"PaletteRed25","attributes":{"category":"palette","type":"red","item":"25"},"path":["palette","red","25"]},"26":{"value":"hsla(7, 97%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 26%, 100%)"},"name":"PaletteRed26","attributes":{"category":"palette","type":"red","item":"26"},"path":["palette","red","26"]},"27":{"value":"hsla(7, 97%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 27%, 100%)"},"name":"PaletteRed27","attributes":{"category":"palette","type":"red","item":"27"},"path":["palette","red","27"]},"28":{"value":"hsla(7, 97%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 28%, 100%)"},"name":"PaletteRed28","attributes":{"category":"palette","type":"red","item":"28"},"path":["palette","red","28"]},"29":{"value":"hsla(7, 97%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 29%, 100%)"},"name":"PaletteRed29","attributes":{"category":"palette","type":"red","item":"29"},"path":["palette","red","29"]},"30":{"value":"hsla(7, 97%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 30%, 100%)"},"name":"PaletteRed30","attributes":{"category":"palette","type":"red","item":"30"},"path":["palette","red","30"]},"31":{"value":"hsla(7, 97%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 31%, 100%)"},"name":"PaletteRed31","attributes":{"category":"palette","type":"red","item":"31"},"path":["palette","red","31"]},"32":{"value":"hsla(7, 97%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 32%, 100%)"},"name":"PaletteRed32","attributes":{"category":"palette","type":"red","item":"32"},"path":["palette","red","32"]},"33":{"value":"hsla(7, 97%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 33%, 100%)"},"name":"PaletteRed33","attributes":{"category":"palette","type":"red","item":"33"},"path":["palette","red","33"]},"34":{"value":"hsla(7, 97%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 34%, 100%)"},"name":"PaletteRed34","attributes":{"category":"palette","type":"red","item":"34"},"path":["palette","red","34"]},"35":{"value":"hsla(7, 97%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 35%, 100%)"},"name":"PaletteRed35","attributes":{"category":"palette","type":"red","item":"35"},"path":["palette","red","35"]},"36":{"value":"hsla(7, 97%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 36%, 100%)"},"name":"PaletteRed36","attributes":{"category":"palette","type":"red","item":"36"},"path":["palette","red","36"]},"37":{"value":"hsla(7, 97%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 37%, 100%)"},"name":"PaletteRed37","attributes":{"category":"palette","type":"red","item":"37"},"path":["palette","red","37"]},"38":{"value":"hsla(7, 97%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 38%, 100%)"},"name":"PaletteRed38","attributes":{"category":"palette","type":"red","item":"38"},"path":["palette","red","38"]},"39":{"value":"hsla(7, 97%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 39%, 100%)"},"name":"PaletteRed39","attributes":{"category":"palette","type":"red","item":"39"},"path":["palette","red","39"]},"40":{"value":"hsla(7, 97%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 40%, 100%)"},"name":"PaletteRed40","attributes":{"category":"palette","type":"red","item":"40"},"path":["palette","red","40"]},"41":{"value":"hsla(7, 97%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 41%, 100%)"},"name":"PaletteRed41","attributes":{"category":"palette","type":"red","item":"41"},"path":["palette","red","41"]},"42":{"value":"hsla(7, 97%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 42%, 100%)"},"name":"PaletteRed42","attributes":{"category":"palette","type":"red","item":"42"},"path":["palette","red","42"]},"43":{"value":"hsla(7, 97%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 43%, 100%)"},"name":"PaletteRed43","attributes":{"category":"palette","type":"red","item":"43"},"path":["palette","red","43"]},"44":{"value":"hsla(7, 97%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 44%, 100%)"},"name":"PaletteRed44","attributes":{"category":"palette","type":"red","item":"44"},"path":["palette","red","44"]},"45":{"value":"hsla(7, 97%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 45%, 100%)"},"name":"PaletteRed45","attributes":{"category":"palette","type":"red","item":"45"},"path":["palette","red","45"]},"46":{"value":"hsla(7, 97%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 46%, 100%)"},"name":"PaletteRed46","attributes":{"category":"palette","type":"red","item":"46"},"path":["palette","red","46"]},"47":{"value":"hsla(7, 97%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 47%, 100%)"},"name":"PaletteRed47","attributes":{"category":"palette","type":"red","item":"47"},"path":["palette","red","47"]},"48":{"value":"hsla(7, 97%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 48%, 100%)"},"name":"PaletteRed48","attributes":{"category":"palette","type":"red","item":"48"},"path":["palette","red","48"]},"49":{"value":"hsla(7, 97%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 49%, 100%)"},"name":"PaletteRed49","attributes":{"category":"palette","type":"red","item":"49"},"path":["palette","red","49"]},"50":{"value":"hsla(7, 97%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 100%)"},"name":"PaletteRed50","attributes":{"category":"palette","type":"red","item":"50"},"path":["palette","red","50"]},"51":{"value":"hsla(7, 97%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 51%, 100%)"},"name":"PaletteRed51","attributes":{"category":"palette","type":"red","item":"51"},"path":["palette","red","51"]},"52":{"value":"hsla(7, 97%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 52%, 100%)"},"name":"PaletteRed52","attributes":{"category":"palette","type":"red","item":"52"},"path":["palette","red","52"]},"53":{"value":"hsla(7, 97%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 53%, 100%)"},"name":"PaletteRed53","attributes":{"category":"palette","type":"red","item":"53"},"path":["palette","red","53"]},"54":{"value":"hsla(7, 97%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 54%, 100%)"},"name":"PaletteRed54","attributes":{"category":"palette","type":"red","item":"54"},"path":["palette","red","54"]},"55":{"value":"hsla(7, 97%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 55%, 100%)"},"name":"PaletteRed55","attributes":{"category":"palette","type":"red","item":"55"},"path":["palette","red","55"]},"56":{"value":"hsla(7, 97%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 56%, 100%)"},"name":"PaletteRed56","attributes":{"category":"palette","type":"red","item":"56"},"path":["palette","red","56"]},"57":{"value":"hsla(7, 97%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 57%, 100%)"},"name":"PaletteRed57","attributes":{"category":"palette","type":"red","item":"57"},"path":["palette","red","57"]},"58":{"value":"hsla(7, 97%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 58%, 100%)"},"name":"PaletteRed58","attributes":{"category":"palette","type":"red","item":"58"},"path":["palette","red","58"]},"59":{"value":"hsla(7, 97%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 59%, 100%)"},"name":"PaletteRed59","attributes":{"category":"palette","type":"red","item":"59"},"path":["palette","red","59"]},"60":{"value":"hsla(7, 97%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 100%)"},"name":"PaletteRed60","attributes":{"category":"palette","type":"red","item":"60"},"path":["palette","red","60"]},"61":{"value":"hsla(7, 97%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 61%, 100%)"},"name":"PaletteRed61","attributes":{"category":"palette","type":"red","item":"61"},"path":["palette","red","61"]},"62":{"value":"hsla(7, 97%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 62%, 100%)"},"name":"PaletteRed62","attributes":{"category":"palette","type":"red","item":"62"},"path":["palette","red","62"]},"63":{"value":"hsla(7, 97%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 63%, 100%)"},"name":"PaletteRed63","attributes":{"category":"palette","type":"red","item":"63"},"path":["palette","red","63"]},"64":{"value":"hsla(7, 97%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 64%, 100%)"},"name":"PaletteRed64","attributes":{"category":"palette","type":"red","item":"64"},"path":["palette","red","64"]},"65":{"value":"hsla(7, 97%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 65%, 100%)"},"name":"PaletteRed65","attributes":{"category":"palette","type":"red","item":"65"},"path":["palette","red","65"]},"66":{"value":"hsla(7, 97%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 66%, 100%)"},"name":"PaletteRed66","attributes":{"category":"palette","type":"red","item":"66"},"path":["palette","red","66"]},"67":{"value":"hsla(7, 97%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 67%, 100%)"},"name":"PaletteRed67","attributes":{"category":"palette","type":"red","item":"67"},"path":["palette","red","67"]},"68":{"value":"hsla(7, 97%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 68%, 100%)"},"name":"PaletteRed68","attributes":{"category":"palette","type":"red","item":"68"},"path":["palette","red","68"]},"69":{"value":"hsla(7, 97%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 69%, 100%)"},"name":"PaletteRed69","attributes":{"category":"palette","type":"red","item":"69"},"path":["palette","red","69"]},"70":{"value":"hsla(7, 97%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 70%, 100%)"},"name":"PaletteRed70","attributes":{"category":"palette","type":"red","item":"70"},"path":["palette","red","70"]},"71":{"value":"hsla(7, 97%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 71%, 100%)"},"name":"PaletteRed71","attributes":{"category":"palette","type":"red","item":"71"},"path":["palette","red","71"]},"72":{"value":"hsla(7, 97%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 72%, 100%)"},"name":"PaletteRed72","attributes":{"category":"palette","type":"red","item":"72"},"path":["palette","red","72"]},"73":{"value":"hsla(7, 97%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 73%, 100%)"},"name":"PaletteRed73","attributes":{"category":"palette","type":"red","item":"73"},"path":["palette","red","73"]},"74":{"value":"hsla(7, 97%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 74%, 100%)"},"name":"PaletteRed74","attributes":{"category":"palette","type":"red","item":"74"},"path":["palette","red","74"]},"75":{"value":"hsla(7, 97%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 75%, 100%)"},"name":"PaletteRed75","attributes":{"category":"palette","type":"red","item":"75"},"path":["palette","red","75"]},"76":{"value":"hsla(7, 97%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 76%, 100%)"},"name":"PaletteRed76","attributes":{"category":"palette","type":"red","item":"76"},"path":["palette","red","76"]},"77":{"value":"hsla(7, 97%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 77%, 100%)"},"name":"PaletteRed77","attributes":{"category":"palette","type":"red","item":"77"},"path":["palette","red","77"]},"78":{"value":"hsla(7, 97%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 78%, 100%)"},"name":"PaletteRed78","attributes":{"category":"palette","type":"red","item":"78"},"path":["palette","red","78"]},"79":{"value":"hsla(7, 97%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 79%, 100%)"},"name":"PaletteRed79","attributes":{"category":"palette","type":"red","item":"79"},"path":["palette","red","79"]},"80":{"value":"hsla(7, 97%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 80%, 100%)"},"name":"PaletteRed80","attributes":{"category":"palette","type":"red","item":"80"},"path":["palette","red","80"]},"81":{"value":"hsla(7, 97%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 81%, 100%)"},"name":"PaletteRed81","attributes":{"category":"palette","type":"red","item":"81"},"path":["palette","red","81"]},"82":{"value":"hsla(7, 97%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 82%, 100%)"},"name":"PaletteRed82","attributes":{"category":"palette","type":"red","item":"82"},"path":["palette","red","82"]},"83":{"value":"hsla(7, 97%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 83%, 100%)"},"name":"PaletteRed83","attributes":{"category":"palette","type":"red","item":"83"},"path":["palette","red","83"]},"84":{"value":"hsla(7, 97%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 84%, 100%)"},"name":"PaletteRed84","attributes":{"category":"palette","type":"red","item":"84"},"path":["palette","red","84"]},"85":{"value":"hsla(7, 97%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 85%, 100%)"},"name":"PaletteRed85","attributes":{"category":"palette","type":"red","item":"85"},"path":["palette","red","85"]},"86":{"value":"hsla(7, 97%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 86%, 100%)"},"name":"PaletteRed86","attributes":{"category":"palette","type":"red","item":"86"},"path":["palette","red","86"]},"87":{"value":"hsla(7, 97%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 87%, 100%)"},"name":"PaletteRed87","attributes":{"category":"palette","type":"red","item":"87"},"path":["palette","red","87"]},"88":{"value":"hsla(7, 97%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 88%, 100%)"},"name":"PaletteRed88","attributes":{"category":"palette","type":"red","item":"88"},"path":["palette","red","88"]},"89":{"value":"hsla(7, 97%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 89%, 100%)"},"name":"PaletteRed89","attributes":{"category":"palette","type":"red","item":"89"},"path":["palette","red","89"]},"90":{"value":"hsla(7, 97%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 90%, 100%)"},"name":"PaletteRed90","attributes":{"category":"palette","type":"red","item":"90"},"path":["palette","red","90"]},"91":{"value":"hsla(7, 97%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 91%, 100%)"},"name":"PaletteRed91","attributes":{"category":"palette","type":"red","item":"91"},"path":["palette","red","91"]},"92":{"value":"hsla(7, 97%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 92%, 100%)"},"name":"PaletteRed92","attributes":{"category":"palette","type":"red","item":"92"},"path":["palette","red","92"]},"93":{"value":"hsla(7, 97%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 93%, 100%)"},"name":"PaletteRed93","attributes":{"category":"palette","type":"red","item":"93"},"path":["palette","red","93"]},"94":{"value":"hsla(7, 97%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 94%, 100%)"},"name":"PaletteRed94","attributes":{"category":"palette","type":"red","item":"94"},"path":["palette","red","94"]},"95":{"value":"hsla(7, 97%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 95%, 100%)"},"name":"PaletteRed95","attributes":{"category":"palette","type":"red","item":"95"},"path":["palette","red","95"]},"96":{"value":"hsla(7, 97%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 96%, 100%)"},"name":"PaletteRed96","attributes":{"category":"palette","type":"red","item":"96"},"path":["palette","red","96"]},"97":{"value":"hsla(7, 97%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 97%, 100%)"},"name":"PaletteRed97","attributes":{"category":"palette","type":"red","item":"97"},"path":["palette","red","97"]},"98":{"value":"hsla(7, 97%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 98%, 100%)"},"name":"PaletteRed98","attributes":{"category":"palette","type":"red","item":"98"},"path":["palette","red","98"]},"99":{"value":"hsla(7, 97%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 99%, 100%)"},"name":"PaletteRed99","attributes":{"category":"palette","type":"red","item":"99"},"path":["palette","red","99"]},"100":{"value":"hsla(7, 97%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 100%, 100%)"},"name":"PaletteRed100","attributes":{"category":"palette","type":"red","item":"100"},"path":["palette","red","100"]},"\"5-A8\"":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRed5A8","attributes":{"category":"palette","type":"red","item":"\"5-A8\""},"path":["palette","red","\"5-A8\""]},"\"5-A16\"":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRed5A16","attributes":{"category":"palette","type":"red","item":"\"5-A16\""},"path":["palette","red","\"5-A16\""]},"\"50-A8\"":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRed50A8","attributes":{"category":"palette","type":"red","item":"\"50-A8\""},"path":["palette","red","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRed50A16","attributes":{"category":"palette","type":"red","item":"\"50-A16\""},"path":["palette","red","\"50-A16\""]},"\"51-S69\"":{"value":"hsla(7, 69%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 69%, 51%, 100%)"},"name":"PaletteRed51S69","attributes":{"category":"palette","type":"red","item":"\"51-S69\""},"path":["palette","red","\"51-S69\""]},"\"60-A55\"":{"value":"hsla(7, 97%, 60%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 55%)"},"name":"PaletteRed60A55","attributes":{"category":"palette","type":"red","item":"\"60-A55\""},"path":["palette","red","\"60-A55\""]},"A8":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRedA8","attributes":{"category":"palette","type":"red","item":"A8"},"path":["palette","red","A8"]},"A8L50":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRedA8L50","attributes":{"category":"palette","type":"red","item":"A8L50"},"path":["palette","red","A8L50"]},"A16":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRedA16","attributes":{"category":"palette","type":"red","item":"A16"},"path":["palette","red","A16"]},"A16L50":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRedA16L50","attributes":{"category":"palette","type":"red","item":"A16L50"},"path":["palette","red","A16L50"]},"A24":{"value":"rgba(240, 10, 25, 0.24)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.24)"},"name":"PaletteRedA24","attributes":{"category":"palette","type":"red","item":"A24"},"path":["palette","red","A24"]},"A32":{"value":"rgba(240, 10, 25, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.32)"},"name":"PaletteRedA32","attributes":{"category":"palette","type":"red","item":"A32"},"path":["palette","red","A32"]},"A48":{"value":"rgba(240, 10, 25, 0.48)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.48)"},"name":"PaletteRedA48","attributes":{"category":"palette","type":"red","item":"A48"},"path":["palette","red","A48"]}}; -export const LightContrastDefault = "hsla(229, 15%, 50%, 100%)"; -export const LightContrastPalette = {"0":{"value":"hsla(229, 15%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 0%, 100%)"},"name":"PaletteGrey0","attributes":{"category":"palette","type":"grey","item":"0"},"path":["palette","grey","0"]},"1":{"value":"hsla(229, 15%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 1%, 100%)"},"name":"PaletteGrey1","attributes":{"category":"palette","type":"grey","item":"1"},"path":["palette","grey","1"]},"2":{"value":"hsla(229, 15%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 2%, 100%)"},"name":"PaletteGrey2","attributes":{"category":"palette","type":"grey","item":"2"},"path":["palette","grey","2"]},"3":{"value":"hsla(229, 15%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 3%, 100%)"},"name":"PaletteGrey3","attributes":{"category":"palette","type":"grey","item":"3"},"path":["palette","grey","3"]},"4":{"value":"hsla(229, 15%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 4%, 100%)"},"name":"PaletteGrey4","attributes":{"category":"palette","type":"grey","item":"4"},"path":["palette","grey","4"]},"5":{"value":"hsla(229, 15%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 5%, 100%)"},"name":"PaletteGrey5","attributes":{"category":"palette","type":"grey","item":"5"},"path":["palette","grey","5"]},"6":{"value":"hsla(229, 15%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 100%)"},"name":"PaletteGrey6","attributes":{"category":"palette","type":"grey","item":"6"},"path":["palette","grey","6"]},"7":{"value":"hsla(229, 15%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 7%, 100%)"},"name":"PaletteGrey7","attributes":{"category":"palette","type":"grey","item":"7"},"path":["palette","grey","7"]},"8":{"value":"hsla(229, 15%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 8%, 100%)"},"name":"PaletteGrey8","attributes":{"category":"palette","type":"grey","item":"8"},"path":["palette","grey","8"]},"9":{"value":"hsla(229, 15%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 9%, 100%)"},"name":"PaletteGrey9","attributes":{"category":"palette","type":"grey","item":"9"},"path":["palette","grey","9"]},"10":{"value":"hsla(229, 15%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 10%, 100%)"},"name":"PaletteGrey10","attributes":{"category":"palette","type":"grey","item":"10"},"path":["palette","grey","10"]},"11":{"value":"hsla(229, 15%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 11%, 100%)"},"name":"PaletteGrey11","attributes":{"category":"palette","type":"grey","item":"11"},"path":["palette","grey","11"]},"12":{"value":"hsla(229, 15%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 100%)"},"name":"PaletteGrey12","attributes":{"category":"palette","type":"grey","item":"12"},"path":["palette","grey","12"]},"13":{"value":"hsla(229, 15%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 13%, 100%)"},"name":"PaletteGrey13","attributes":{"category":"palette","type":"grey","item":"13"},"path":["palette","grey","13"]},"14":{"value":"hsla(229, 15%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 14%, 100%)"},"name":"PaletteGrey14","attributes":{"category":"palette","type":"grey","item":"14"},"path":["palette","grey","14"]},"15":{"value":"hsla(229, 15%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 15%, 100%)"},"name":"PaletteGrey15","attributes":{"category":"palette","type":"grey","item":"15"},"path":["palette","grey","15"]},"16":{"value":"hsla(229, 15%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 16%, 100%)"},"name":"PaletteGrey16","attributes":{"category":"palette","type":"grey","item":"16"},"path":["palette","grey","16"]},"17":{"value":"hsla(229, 15%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 17%, 100%)"},"name":"PaletteGrey17","attributes":{"category":"palette","type":"grey","item":"17"},"path":["palette","grey","17"]},"18":{"value":"hsla(229, 15%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 18%, 100%)"},"name":"PaletteGrey18","attributes":{"category":"palette","type":"grey","item":"18"},"path":["palette","grey","18"]},"19":{"value":"hsla(229, 15%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 19%, 100%)"},"name":"PaletteGrey19","attributes":{"category":"palette","type":"grey","item":"19"},"path":["palette","grey","19"]},"20":{"value":"hsla(229, 15%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 100%)"},"name":"PaletteGrey20","attributes":{"category":"palette","type":"grey","item":"20"},"path":["palette","grey","20"]},"21":{"value":"hsla(229, 15%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 21%, 100%)"},"name":"PaletteGrey21","attributes":{"category":"palette","type":"grey","item":"21"},"path":["palette","grey","21"]},"22":{"value":"hsla(229, 15%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 22%, 100%)"},"name":"PaletteGrey22","attributes":{"category":"palette","type":"grey","item":"22"},"path":["palette","grey","22"]},"23":{"value":"hsla(229, 15%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 23%, 100%)"},"name":"PaletteGrey23","attributes":{"category":"palette","type":"grey","item":"23"},"path":["palette","grey","23"]},"24":{"value":"hsla(229, 15%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 24%, 100%)"},"name":"PaletteGrey24","attributes":{"category":"palette","type":"grey","item":"24"},"path":["palette","grey","24"]},"25":{"value":"hsla(229, 15%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 25%, 100%)"},"name":"PaletteGrey25","attributes":{"category":"palette","type":"grey","item":"25"},"path":["palette","grey","25"]},"26":{"value":"hsla(229, 15%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 26%, 100%)"},"name":"PaletteGrey26","attributes":{"category":"palette","type":"grey","item":"26"},"path":["palette","grey","26"]},"27":{"value":"hsla(229, 15%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 27%, 100%)"},"name":"PaletteGrey27","attributes":{"category":"palette","type":"grey","item":"27"},"path":["palette","grey","27"]},"28":{"value":"hsla(229, 15%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 28%, 100%)"},"name":"PaletteGrey28","attributes":{"category":"palette","type":"grey","item":"28"},"path":["palette","grey","28"]},"29":{"value":"hsla(229, 15%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 29%, 100%)"},"name":"PaletteGrey29","attributes":{"category":"palette","type":"grey","item":"29"},"path":["palette","grey","29"]},"30":{"value":"hsla(229, 15%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 30%, 100%)"},"name":"PaletteGrey30","attributes":{"category":"palette","type":"grey","item":"30"},"path":["palette","grey","30"]},"31":{"value":"hsla(229, 15%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 31%, 100%)"},"name":"PaletteGrey31","attributes":{"category":"palette","type":"grey","item":"31"},"path":["palette","grey","31"]},"32":{"value":"hsla(229, 15%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 32%, 100%)"},"name":"PaletteGrey32","attributes":{"category":"palette","type":"grey","item":"32"},"path":["palette","grey","32"]},"33":{"value":"hsla(229, 15%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 33%, 100%)"},"name":"PaletteGrey33","attributes":{"category":"palette","type":"grey","item":"33"},"path":["palette","grey","33"]},"34":{"value":"hsla(229, 15%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 34%, 100%)"},"name":"PaletteGrey34","attributes":{"category":"palette","type":"grey","item":"34"},"path":["palette","grey","34"]},"35":{"value":"hsla(229, 15%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 35%, 100%)"},"name":"PaletteGrey35","attributes":{"category":"palette","type":"grey","item":"35"},"path":["palette","grey","35"]},"36":{"value":"hsla(229, 15%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 36%, 100%)"},"name":"PaletteGrey36","attributes":{"category":"palette","type":"grey","item":"36"},"path":["palette","grey","36"]},"37":{"value":"hsla(229, 15%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 37%, 100%)"},"name":"PaletteGrey37","attributes":{"category":"palette","type":"grey","item":"37"},"path":["palette","grey","37"]},"38":{"value":"hsla(229, 15%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 38%, 100%)"},"name":"PaletteGrey38","attributes":{"category":"palette","type":"grey","item":"38"},"path":["palette","grey","38"]},"39":{"value":"hsla(229, 15%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 39%, 100%)"},"name":"PaletteGrey39","attributes":{"category":"palette","type":"grey","item":"39"},"path":["palette","grey","39"]},"40":{"value":"hsla(229, 15%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 40%, 100%)"},"name":"PaletteGrey40","attributes":{"category":"palette","type":"grey","item":"40"},"path":["palette","grey","40"]},"41":{"value":"hsla(229, 15%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 41%, 100%)"},"name":"PaletteGrey41","attributes":{"category":"palette","type":"grey","item":"41"},"path":["palette","grey","41"]},"42":{"value":"hsla(229, 15%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 42%, 100%)"},"name":"PaletteGrey42","attributes":{"category":"palette","type":"grey","item":"42"},"path":["palette","grey","42"]},"43":{"value":"hsla(229, 15%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 43%, 100%)"},"name":"PaletteGrey43","attributes":{"category":"palette","type":"grey","item":"43"},"path":["palette","grey","43"]},"44":{"value":"hsla(229, 15%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 44%, 100%)"},"name":"PaletteGrey44","attributes":{"category":"palette","type":"grey","item":"44"},"path":["palette","grey","44"]},"45":{"value":"hsla(229, 15%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 45%, 100%)"},"name":"PaletteGrey45","attributes":{"category":"palette","type":"grey","item":"45"},"path":["palette","grey","45"]},"46":{"value":"hsla(229, 15%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 46%, 100%)"},"name":"PaletteGrey46","attributes":{"category":"palette","type":"grey","item":"46"},"path":["palette","grey","46"]},"47":{"value":"hsla(229, 15%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 47%, 100%)"},"name":"PaletteGrey47","attributes":{"category":"palette","type":"grey","item":"47"},"path":["palette","grey","47"]},"48":{"value":"hsla(229, 15%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 48%, 100%)"},"name":"PaletteGrey48","attributes":{"category":"palette","type":"grey","item":"48"},"path":["palette","grey","48"]},"49":{"value":"hsla(229, 15%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 49%, 100%)"},"name":"PaletteGrey49","attributes":{"category":"palette","type":"grey","item":"49"},"path":["palette","grey","49"]},"50":{"value":"hsla(229, 15%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 100%)"},"name":"PaletteGrey50","attributes":{"category":"palette","type":"grey","item":"50"},"path":["palette","grey","50"]},"51":{"value":"hsla(229, 15%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 51%, 100%)"},"name":"PaletteGrey51","attributes":{"category":"palette","type":"grey","item":"51"},"path":["palette","grey","51"]},"52":{"value":"hsla(229, 15%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 52%, 100%)"},"name":"PaletteGrey52","attributes":{"category":"palette","type":"grey","item":"52"},"path":["palette","grey","52"]},"53":{"value":"hsla(229, 15%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 53%, 100%)"},"name":"PaletteGrey53","attributes":{"category":"palette","type":"grey","item":"53"},"path":["palette","grey","53"]},"54":{"value":"hsla(229, 15%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 54%, 100%)"},"name":"PaletteGrey54","attributes":{"category":"palette","type":"grey","item":"54"},"path":["palette","grey","54"]},"55":{"value":"hsla(229, 15%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 55%, 100%)"},"name":"PaletteGrey55","attributes":{"category":"palette","type":"grey","item":"55"},"path":["palette","grey","55"]},"56":{"value":"hsla(229, 15%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 56%, 100%)"},"name":"PaletteGrey56","attributes":{"category":"palette","type":"grey","item":"56"},"path":["palette","grey","56"]},"57":{"value":"hsla(229, 15%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 57%, 100%)"},"name":"PaletteGrey57","attributes":{"category":"palette","type":"grey","item":"57"},"path":["palette","grey","57"]},"58":{"value":"hsla(229, 15%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 58%, 100%)"},"name":"PaletteGrey58","attributes":{"category":"palette","type":"grey","item":"58"},"path":["palette","grey","58"]},"59":{"value":"hsla(229, 15%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 59%, 100%)"},"name":"PaletteGrey59","attributes":{"category":"palette","type":"grey","item":"59"},"path":["palette","grey","59"]},"60":{"value":"hsla(229, 15%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 60%, 100%)"},"name":"PaletteGrey60","attributes":{"category":"palette","type":"grey","item":"60"},"path":["palette","grey","60"]},"61":{"value":"hsla(229, 15%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 61%, 100%)"},"name":"PaletteGrey61","attributes":{"category":"palette","type":"grey","item":"61"},"path":["palette","grey","61"]},"62":{"value":"hsla(229, 15%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 62%, 100%)"},"name":"PaletteGrey62","attributes":{"category":"palette","type":"grey","item":"62"},"path":["palette","grey","62"]},"63":{"value":"hsla(229, 15%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 63%, 100%)"},"name":"PaletteGrey63","attributes":{"category":"palette","type":"grey","item":"63"},"path":["palette","grey","63"]},"64":{"value":"hsla(229, 15%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 64%, 100%)"},"name":"PaletteGrey64","attributes":{"category":"palette","type":"grey","item":"64"},"path":["palette","grey","64"]},"65":{"value":"hsla(229, 15%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 65%, 100%)"},"name":"PaletteGrey65","attributes":{"category":"palette","type":"grey","item":"65"},"path":["palette","grey","65"]},"66":{"value":"hsla(229, 15%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 66%, 100%)"},"name":"PaletteGrey66","attributes":{"category":"palette","type":"grey","item":"66"},"path":["palette","grey","66"]},"67":{"value":"hsla(229, 15%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 67%, 100%)"},"name":"PaletteGrey67","attributes":{"category":"palette","type":"grey","item":"67"},"path":["palette","grey","67"]},"68":{"value":"hsla(229, 15%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 68%, 100%)"},"name":"PaletteGrey68","attributes":{"category":"palette","type":"grey","item":"68"},"path":["palette","grey","68"]},"69":{"value":"hsla(229, 15%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 69%, 100%)"},"name":"PaletteGrey69","attributes":{"category":"palette","type":"grey","item":"69"},"path":["palette","grey","69"]},"70":{"value":"hsla(229, 15%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 70%, 100%)"},"name":"PaletteGrey70","attributes":{"category":"palette","type":"grey","item":"70"},"path":["palette","grey","70"]},"71":{"value":"hsla(229, 15%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 71%, 100%)"},"name":"PaletteGrey71","attributes":{"category":"palette","type":"grey","item":"71"},"path":["palette","grey","71"]},"72":{"value":"hsla(229, 15%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 72%, 100%)"},"name":"PaletteGrey72","attributes":{"category":"palette","type":"grey","item":"72"},"path":["palette","grey","72"]},"73":{"value":"hsla(229, 15%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 73%, 100%)"},"name":"PaletteGrey73","attributes":{"category":"palette","type":"grey","item":"73"},"path":["palette","grey","73"]},"74":{"value":"hsla(229, 15%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 74%, 100%)"},"name":"PaletteGrey74","attributes":{"category":"palette","type":"grey","item":"74"},"path":["palette","grey","74"]},"75":{"value":"hsla(229, 15%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 75%, 100%)"},"name":"PaletteGrey75","attributes":{"category":"palette","type":"grey","item":"75"},"path":["palette","grey","75"]},"76":{"value":"hsla(229, 15%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 76%, 100%)"},"name":"PaletteGrey76","attributes":{"category":"palette","type":"grey","item":"76"},"path":["palette","grey","76"]},"77":{"value":"hsla(229, 15%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 77%, 100%)"},"name":"PaletteGrey77","attributes":{"category":"palette","type":"grey","item":"77"},"path":["palette","grey","77"]},"78":{"value":"hsla(229, 15%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 78%, 100%)"},"name":"PaletteGrey78","attributes":{"category":"palette","type":"grey","item":"78"},"path":["palette","grey","78"]},"79":{"value":"hsla(229, 15%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 79%, 100%)"},"name":"PaletteGrey79","attributes":{"category":"palette","type":"grey","item":"79"},"path":["palette","grey","79"]},"80":{"value":"hsla(229, 15%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 80%, 100%)"},"name":"PaletteGrey80","attributes":{"category":"palette","type":"grey","item":"80"},"path":["palette","grey","80"]},"81":{"value":"hsla(229, 15%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 81%, 100%)"},"name":"PaletteGrey81","attributes":{"category":"palette","type":"grey","item":"81"},"path":["palette","grey","81"]},"82":{"value":"hsla(229, 15%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 82%, 100%)"},"name":"PaletteGrey82","attributes":{"category":"palette","type":"grey","item":"82"},"path":["palette","grey","82"]},"83":{"value":"hsla(229, 15%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 83%, 100%)"},"name":"PaletteGrey83","attributes":{"category":"palette","type":"grey","item":"83"},"path":["palette","grey","83"]},"84":{"value":"hsla(229, 15%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 84%, 100%)"},"name":"PaletteGrey84","attributes":{"category":"palette","type":"grey","item":"84"},"path":["palette","grey","84"]},"85":{"value":"hsla(229, 15%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 85%, 100%)"},"name":"PaletteGrey85","attributes":{"category":"palette","type":"grey","item":"85"},"path":["palette","grey","85"]},"86":{"value":"hsla(229, 15%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 86%, 100%)"},"name":"PaletteGrey86","attributes":{"category":"palette","type":"grey","item":"86"},"path":["palette","grey","86"]},"87":{"value":"hsla(229, 15%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 87%, 100%)"},"name":"PaletteGrey87","attributes":{"category":"palette","type":"grey","item":"87"},"path":["palette","grey","87"]},"88":{"value":"hsla(229, 15%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 88%, 100%)"},"name":"PaletteGrey88","attributes":{"category":"palette","type":"grey","item":"88"},"path":["palette","grey","88"]},"89":{"value":"hsla(229, 15%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 89%, 100%)"},"name":"PaletteGrey89","attributes":{"category":"palette","type":"grey","item":"89"},"path":["palette","grey","89"]},"90":{"value":"hsla(229, 15%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 90%, 100%)"},"name":"PaletteGrey90","attributes":{"category":"palette","type":"grey","item":"90"},"path":["palette","grey","90"]},"91":{"value":"hsla(229, 15%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 91%, 100%)"},"name":"PaletteGrey91","attributes":{"category":"palette","type":"grey","item":"91"},"path":["palette","grey","91"]},"92":{"value":"hsla(229, 15%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 92%, 100%)"},"name":"PaletteGrey92","attributes":{"category":"palette","type":"grey","item":"92"},"path":["palette","grey","92"]},"93":{"value":"hsla(229, 15%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 93%, 100%)"},"name":"PaletteGrey93","attributes":{"category":"palette","type":"grey","item":"93"},"path":["palette","grey","93"]},"94":{"value":"hsla(229, 15%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 94%, 100%)"},"name":"PaletteGrey94","attributes":{"category":"palette","type":"grey","item":"94"},"path":["palette","grey","94"]},"95":{"value":"hsla(229, 15%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 95%, 100%)"},"name":"PaletteGrey95","attributes":{"category":"palette","type":"grey","item":"95"},"path":["palette","grey","95"]},"96":{"value":"hsla(229, 15%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 96%, 100%)"},"name":"PaletteGrey96","attributes":{"category":"palette","type":"grey","item":"96"},"path":["palette","grey","96"]},"97":{"value":"hsla(229, 15%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 97%, 100%)"},"name":"PaletteGrey97","attributes":{"category":"palette","type":"grey","item":"97"},"path":["palette","grey","97"]},"98":{"value":"hsla(229, 15%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 98%, 100%)"},"name":"PaletteGrey98","attributes":{"category":"palette","type":"grey","item":"98"},"path":["palette","grey","98"]},"99":{"value":"hsla(229, 15%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 100%)"},"name":"PaletteGrey99","attributes":{"category":"palette","type":"grey","item":"99"},"path":["palette","grey","99"]},"100":{"value":"hsla(229, 15%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 100%)"},"name":"PaletteGrey100","attributes":{"category":"palette","type":"grey","item":"100"},"path":["palette","grey","100"]},"\"6-A3\"":{"value":"hsla(229, 15%, 6%, 3%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 3%)"},"name":"PaletteGrey6A3","attributes":{"category":"palette","type":"grey","item":"\"6-A3\""},"path":["palette","grey","\"6-A3\""]},"\"6-A6\"":{"value":"hsla(229, 15%, 6%, 6%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 6%)"},"name":"PaletteGrey6A6","attributes":{"category":"palette","type":"grey","item":"\"6-A6\""},"path":["palette","grey","\"6-A6\""]},"\"6-A12\"":{"value":"hsla(229, 15%, 6%, 12%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 12%)"},"name":"PaletteGrey6A12","attributes":{"category":"palette","type":"grey","item":"\"6-A12\""},"path":["palette","grey","\"6-A12\""]},"\"6-A24\"":{"value":"hsla(229, 15%, 6%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 24%)"},"name":"PaletteGrey6A24","attributes":{"category":"palette","type":"grey","item":"\"6-A24\""},"path":["palette","grey","\"6-A24\""]},"\"6-A64\"":{"value":"hsla(229, 15%, 6%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 64%)"},"name":"PaletteGrey6A64","attributes":{"category":"palette","type":"grey","item":"\"6-A64\""},"path":["palette","grey","\"6-A64\""]},"\"6-A88\"":{"value":"hsla(229, 15%, 6%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 88%)"},"name":"PaletteGrey6A88","attributes":{"category":"palette","type":"grey","item":"\"6-A88\""},"path":["palette","grey","\"6-A88\""]},"\"12-A80\"":{"value":"hsla(229, 15%, 12%, 80%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 80%)"},"name":"PaletteGrey12A80","attributes":{"category":"palette","type":"grey","item":"\"12-A80\""},"path":["palette","grey","\"12-A80\""]},"\"15-A32\"":{"value":"hsla(229, 15%, 15%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 15%, 32%)"},"name":"PaletteGrey15A32","attributes":{"category":"palette","type":"grey","item":"\"15-A32\""},"path":["palette","grey","\"15-A32\""]},"\"20-A32\"":{"value":"hsla(229, 15%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 32%)"},"name":"PaletteGrey20A32","attributes":{"category":"palette","type":"grey","item":"\"20-A32\""},"path":["palette","grey","\"20-A32\""]},"\"20-A55\"":{"value":"hsla(229, 15%, 20%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 55%)"},"name":"PaletteGrey20A55","attributes":{"category":"palette","type":"grey","item":"\"20-A55\""},"path":["palette","grey","\"20-A55\""]},"\"50-A8\"":{"value":"hsla(229, 15%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 8%)"},"name":"PaletteGrey50A8","attributes":{"category":"palette","type":"grey","item":"\"50-A8\""},"path":["palette","grey","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(229, 15%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 16%)"},"name":"PaletteGrey50A16","attributes":{"category":"palette","type":"grey","item":"\"50-A16\""},"path":["palette","grey","\"50-A16\""]},"\"50-A24\"":{"value":"hsla(229, 15%, 50%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 24%)"},"name":"PaletteGrey50A24","attributes":{"category":"palette","type":"grey","item":"\"50-A24\""},"path":["palette","grey","\"50-A24\""]},"\"50-A32\"":{"value":"hsla(229, 15%, 50%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 32%)"},"name":"PaletteGrey50A32","attributes":{"category":"palette","type":"grey","item":"\"50-A32\""},"path":["palette","grey","\"50-A32\""]},"\"50-A48\"":{"value":"hsla(229, 15%, 50%, 48%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 48%)"},"name":"PaletteGrey50A48","attributes":{"category":"palette","type":"grey","item":"\"50-A48\""},"path":["palette","grey","\"50-A48\""]},"\"50-A52\"":{"value":"hsla(229, 15%, 50%, 52%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 52%)"},"name":"PaletteGrey50A52","attributes":{"category":"palette","type":"grey","item":"\"50-A52\""},"path":["palette","grey","\"50-A52\""]},"\"85-S100-A15\"":{"value":"hsla(229, 100%, 85%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 100%, 85%, 15%)"},"name":"PaletteGrey85S100A15","attributes":{"category":"palette","type":"grey","item":"\"85-S100-A15\""},"path":["palette","grey","\"85-S100-A15\""]},"\"99-A88\"":{"value":"hsla(229, 15%, 99%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 88%)"},"name":"PaletteGrey99A88","attributes":{"category":"palette","type":"grey","item":"\"99-A88\""},"path":["palette","grey","\"99-A88\""]},"\"100-A52\"":{"value":"hsla(229, 15%, 100%, 52%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 52%)"},"name":"PaletteGrey100A52","attributes":{"category":"palette","type":"grey","item":"\"100-A52\""},"path":["palette","grey","\"100-A52\""]},"\"100-A72\"":{"value":"hsla(229, 15%, 100%, 72%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 72%)"},"name":"PaletteGrey100A72","attributes":{"category":"palette","type":"grey","item":"\"100-A72\""},"path":["palette","grey","\"100-A72\""]},"\"100-A90\"":{"value":"hsla(229, 15%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 100%)"},"name":"PaletteGrey100A90","attributes":{"category":"palette","type":"grey","item":"\"100-A90\""},"path":["palette","grey","\"100-A90\""]},"A8":{"value":"hsla(229, 15%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 8%)"},"name":"PaletteGreyA8","attributes":{"category":"palette","type":"grey","item":"A8"},"path":["palette","grey","A8"]},"A15L85":{"value":"hsla(229, 100%, 85%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 100%, 85%, 15%)"},"name":"PaletteGreyA15L85","attributes":{"category":"palette","type":"grey","item":"A15L85"},"path":["palette","grey","A15L85"]},"A16":{"value":"hsla(229, 15%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 16%)"},"name":"PaletteGreyA16","attributes":{"category":"palette","type":"grey","item":"A16"},"path":["palette","grey","A16"]},"A24":{"value":"hsla(229, 15%, 6%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 24%)"},"name":"PaletteGreyA24","attributes":{"category":"palette","type":"grey","item":"A24"},"path":["palette","grey","A24"]},"A32":{"value":"hsla(229, 15%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 32%)"},"name":"PaletteGreyA32","attributes":{"category":"palette","type":"grey","item":"A32"},"path":["palette","grey","A32"]},"A32L50":{"value":"hsla(229, 15%, 50%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 32%)"},"name":"PaletteGreyA32L50","attributes":{"category":"palette","type":"grey","item":"A32L50"},"path":["palette","grey","A32L50"]},"A48":{"value":"hsla(229, 15%, 50%, 48%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 48%)"},"name":"PaletteGreyA48","attributes":{"category":"palette","type":"grey","item":"A48"},"path":["palette","grey","A48"]},"A64L6":{"value":"hsla(229, 15%, 6%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 64%)"},"name":"PaletteGreyA64L6","attributes":{"category":"palette","type":"grey","item":"A64L6"},"path":["palette","grey","A64L6"]},"A88":{"value":"hsla(229, 15%, 99%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 88%)"},"name":"PaletteGreyA88","attributes":{"category":"palette","type":"grey","item":"A88"},"path":["palette","grey","A88"]},"A88L6":{"value":"hsla(229, 15%, 6%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 88%)"},"name":"PaletteGreyA88L6","attributes":{"category":"palette","type":"grey","item":"A88L6"},"path":["palette","grey","A88L6"]},"A80L12":{"value":"hsla(229, 15%, 12%, 80%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 80%)"},"name":"PaletteGreyA80L12","attributes":{"category":"palette","type":"grey","item":"A80L12"},"path":["palette","grey","A80L12"]}}; -export const LightNeutralWhite = "hsla(0, 0%, 100%, 100%)"; -export const LightNeutralBlack = "hsla(0, 0%, 0%, 100%)"; -export const LightWhiteDefault = "hsla(0, 0%, 100%, 100%)"; -export const LightWhitePalette = {"default":{"value":"hsla(0, 0%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 100%)"},"name":"PaletteWhiteDefault","attributes":{"category":"palette","type":"white","item":"default"},"path":["palette","white","default"]},"\"default-A15\"":{"value":"hsla(0, 0%, 100%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 15%)"},"name":"PaletteWhiteDefaultA15","attributes":{"category":"palette","type":"white","item":"\"default-A15\""},"path":["palette","white","\"default-A15\""]},"\"default-A64\"":{"value":"hsla(0, 0%, 100%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 64%)"},"name":"PaletteWhiteDefaultA64","attributes":{"category":"palette","type":"white","item":"\"default-A64\""},"path":["palette","white","\"default-A64\""]},"\"default-A72\"":{"value":"hsla(0, 0%, 100%, 72%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 72%)"},"name":"PaletteWhiteDefaultA72","attributes":{"category":"palette","type":"white","item":"\"default-A72\""},"path":["palette","white","\"default-A72\""]},"A72":{"value":"hsla(0, 0%, 100%, 72%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 72%)"},"name":"PaletteWhiteA72","attributes":{"category":"palette","type":"white","item":"A72"},"path":["palette","white","A72"]}}; -export const LightBlackDefault = "hsla(0, 0%, 0%, 100%)"; -export const LightBlackPalette = {"default":{"value":"hsla(0, 0%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 0%, 100%)"},"name":"PaletteBlackDefault","attributes":{"category":"palette","type":"black","item":"default"},"path":["palette","black","default"]},"\"default-A8\"":{"value":"rgba(0, 0, 0, 0.08)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.08)"},"name":"PaletteBlackDefaultA8","attributes":{"category":"palette","type":"black","item":"\"default-A8\""},"path":["palette","black","\"default-A8\""]},"\"default-A16\"":{"value":"rgba(0, 0, 0, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.16)"},"name":"PaletteBlackDefaultA16","attributes":{"category":"palette","type":"black","item":"\"default-A16\""},"path":["palette","black","\"default-A16\""]},"\"default-A20\"":{"value":"rgba(0, 0, 0, 0.20)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.20)"},"name":"PaletteBlackDefaultA20","attributes":{"category":"palette","type":"black","item":"\"default-A20\""},"path":["palette","black","\"default-A20\""]},"\"default-A50\"":{"value":"rgba(0, 0, 0, 0.50)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.50)"},"name":"PaletteBlackDefaultA50","attributes":{"category":"palette","type":"black","item":"\"default-A50\""},"path":["palette","black","\"default-A50\""]},"A50":{"value":"rgba(0, 0, 0, 0.50)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.50)"},"name":"PaletteBlackA50","attributes":{"category":"palette","type":"black","item":"A50"},"path":["palette","black","A50"]}}; -export const LightBrandDefault = "hsla(7, 97%, 50%, 100%)"; -export const LightBrandPalette = {"0":{"value":"hsla(7, 97%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 0%, 100%)"},"name":"PaletteRed0","attributes":{"category":"palette","type":"red","item":"0"},"path":["palette","red","0"]},"1":{"value":"hsla(7, 97%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 1%, 100%)"},"name":"PaletteRed1","attributes":{"category":"palette","type":"red","item":"1"},"path":["palette","red","1"]},"2":{"value":"hsla(7, 97%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 2%, 100%)"},"name":"PaletteRed2","attributes":{"category":"palette","type":"red","item":"2"},"path":["palette","red","2"]},"3":{"value":"hsla(7, 97%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 3%, 100%)"},"name":"PaletteRed3","attributes":{"category":"palette","type":"red","item":"3"},"path":["palette","red","3"]},"4":{"value":"hsla(7, 97%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 4%, 100%)"},"name":"PaletteRed4","attributes":{"category":"palette","type":"red","item":"4"},"path":["palette","red","4"]},"5":{"value":"hsla(7, 97%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 100%)"},"name":"PaletteRed5","attributes":{"category":"palette","type":"red","item":"5"},"path":["palette","red","5"]},"6":{"value":"hsla(7, 97%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 6%, 100%)"},"name":"PaletteRed6","attributes":{"category":"palette","type":"red","item":"6"},"path":["palette","red","6"]},"7":{"value":"hsla(7, 97%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 7%, 100%)"},"name":"PaletteRed7","attributes":{"category":"palette","type":"red","item":"7"},"path":["palette","red","7"]},"8":{"value":"hsla(7, 97%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 8%, 100%)"},"name":"PaletteRed8","attributes":{"category":"palette","type":"red","item":"8"},"path":["palette","red","8"]},"9":{"value":"hsla(7, 97%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 9%, 100%)"},"name":"PaletteRed9","attributes":{"category":"palette","type":"red","item":"9"},"path":["palette","red","9"]},"10":{"value":"hsla(7, 97%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 10%, 100%)"},"name":"PaletteRed10","attributes":{"category":"palette","type":"red","item":"10"},"path":["palette","red","10"]},"11":{"value":"hsla(7, 97%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 11%, 100%)"},"name":"PaletteRed11","attributes":{"category":"palette","type":"red","item":"11"},"path":["palette","red","11"]},"12":{"value":"hsla(7, 97%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 12%, 100%)"},"name":"PaletteRed12","attributes":{"category":"palette","type":"red","item":"12"},"path":["palette","red","12"]},"13":{"value":"hsla(7, 97%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 13%, 100%)"},"name":"PaletteRed13","attributes":{"category":"palette","type":"red","item":"13"},"path":["palette","red","13"]},"14":{"value":"hsla(7, 97%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 14%, 100%)"},"name":"PaletteRed14","attributes":{"category":"palette","type":"red","item":"14"},"path":["palette","red","14"]},"15":{"value":"hsla(7, 97%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 15%, 100%)"},"name":"PaletteRed15","attributes":{"category":"palette","type":"red","item":"15"},"path":["palette","red","15"]},"16":{"value":"hsla(7, 97%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 16%, 100%)"},"name":"PaletteRed16","attributes":{"category":"palette","type":"red","item":"16"},"path":["palette","red","16"]},"17":{"value":"hsla(7, 97%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 17%, 100%)"},"name":"PaletteRed17","attributes":{"category":"palette","type":"red","item":"17"},"path":["palette","red","17"]},"18":{"value":"hsla(7, 97%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 18%, 100%)"},"name":"PaletteRed18","attributes":{"category":"palette","type":"red","item":"18"},"path":["palette","red","18"]},"19":{"value":"hsla(7, 97%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 19%, 100%)"},"name":"PaletteRed19","attributes":{"category":"palette","type":"red","item":"19"},"path":["palette","red","19"]},"20":{"value":"hsla(7, 97%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 20%, 100%)"},"name":"PaletteRed20","attributes":{"category":"palette","type":"red","item":"20"},"path":["palette","red","20"]},"21":{"value":"hsla(7, 97%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 21%, 100%)"},"name":"PaletteRed21","attributes":{"category":"palette","type":"red","item":"21"},"path":["palette","red","21"]},"22":{"value":"hsla(7, 97%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 22%, 100%)"},"name":"PaletteRed22","attributes":{"category":"palette","type":"red","item":"22"},"path":["palette","red","22"]},"23":{"value":"hsla(7, 97%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 23%, 100%)"},"name":"PaletteRed23","attributes":{"category":"palette","type":"red","item":"23"},"path":["palette","red","23"]},"24":{"value":"hsla(7, 97%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 24%, 100%)"},"name":"PaletteRed24","attributes":{"category":"palette","type":"red","item":"24"},"path":["palette","red","24"]},"25":{"value":"hsla(7, 97%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 25%, 100%)"},"name":"PaletteRed25","attributes":{"category":"palette","type":"red","item":"25"},"path":["palette","red","25"]},"26":{"value":"hsla(7, 97%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 26%, 100%)"},"name":"PaletteRed26","attributes":{"category":"palette","type":"red","item":"26"},"path":["palette","red","26"]},"27":{"value":"hsla(7, 97%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 27%, 100%)"},"name":"PaletteRed27","attributes":{"category":"palette","type":"red","item":"27"},"path":["palette","red","27"]},"28":{"value":"hsla(7, 97%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 28%, 100%)"},"name":"PaletteRed28","attributes":{"category":"palette","type":"red","item":"28"},"path":["palette","red","28"]},"29":{"value":"hsla(7, 97%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 29%, 100%)"},"name":"PaletteRed29","attributes":{"category":"palette","type":"red","item":"29"},"path":["palette","red","29"]},"30":{"value":"hsla(7, 97%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 30%, 100%)"},"name":"PaletteRed30","attributes":{"category":"palette","type":"red","item":"30"},"path":["palette","red","30"]},"31":{"value":"hsla(7, 97%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 31%, 100%)"},"name":"PaletteRed31","attributes":{"category":"palette","type":"red","item":"31"},"path":["palette","red","31"]},"32":{"value":"hsla(7, 97%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 32%, 100%)"},"name":"PaletteRed32","attributes":{"category":"palette","type":"red","item":"32"},"path":["palette","red","32"]},"33":{"value":"hsla(7, 97%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 33%, 100%)"},"name":"PaletteRed33","attributes":{"category":"palette","type":"red","item":"33"},"path":["palette","red","33"]},"34":{"value":"hsla(7, 97%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 34%, 100%)"},"name":"PaletteRed34","attributes":{"category":"palette","type":"red","item":"34"},"path":["palette","red","34"]},"35":{"value":"hsla(7, 97%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 35%, 100%)"},"name":"PaletteRed35","attributes":{"category":"palette","type":"red","item":"35"},"path":["palette","red","35"]},"36":{"value":"hsla(7, 97%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 36%, 100%)"},"name":"PaletteRed36","attributes":{"category":"palette","type":"red","item":"36"},"path":["palette","red","36"]},"37":{"value":"hsla(7, 97%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 37%, 100%)"},"name":"PaletteRed37","attributes":{"category":"palette","type":"red","item":"37"},"path":["palette","red","37"]},"38":{"value":"hsla(7, 97%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 38%, 100%)"},"name":"PaletteRed38","attributes":{"category":"palette","type":"red","item":"38"},"path":["palette","red","38"]},"39":{"value":"hsla(7, 97%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 39%, 100%)"},"name":"PaletteRed39","attributes":{"category":"palette","type":"red","item":"39"},"path":["palette","red","39"]},"40":{"value":"hsla(7, 97%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 40%, 100%)"},"name":"PaletteRed40","attributes":{"category":"palette","type":"red","item":"40"},"path":["palette","red","40"]},"41":{"value":"hsla(7, 97%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 41%, 100%)"},"name":"PaletteRed41","attributes":{"category":"palette","type":"red","item":"41"},"path":["palette","red","41"]},"42":{"value":"hsla(7, 97%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 42%, 100%)"},"name":"PaletteRed42","attributes":{"category":"palette","type":"red","item":"42"},"path":["palette","red","42"]},"43":{"value":"hsla(7, 97%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 43%, 100%)"},"name":"PaletteRed43","attributes":{"category":"palette","type":"red","item":"43"},"path":["palette","red","43"]},"44":{"value":"hsla(7, 97%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 44%, 100%)"},"name":"PaletteRed44","attributes":{"category":"palette","type":"red","item":"44"},"path":["palette","red","44"]},"45":{"value":"hsla(7, 97%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 45%, 100%)"},"name":"PaletteRed45","attributes":{"category":"palette","type":"red","item":"45"},"path":["palette","red","45"]},"46":{"value":"hsla(7, 97%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 46%, 100%)"},"name":"PaletteRed46","attributes":{"category":"palette","type":"red","item":"46"},"path":["palette","red","46"]},"47":{"value":"hsla(7, 97%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 47%, 100%)"},"name":"PaletteRed47","attributes":{"category":"palette","type":"red","item":"47"},"path":["palette","red","47"]},"48":{"value":"hsla(7, 97%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 48%, 100%)"},"name":"PaletteRed48","attributes":{"category":"palette","type":"red","item":"48"},"path":["palette","red","48"]},"49":{"value":"hsla(7, 97%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 49%, 100%)"},"name":"PaletteRed49","attributes":{"category":"palette","type":"red","item":"49"},"path":["palette","red","49"]},"50":{"value":"hsla(7, 97%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 100%)"},"name":"PaletteRed50","attributes":{"category":"palette","type":"red","item":"50"},"path":["palette","red","50"]},"51":{"value":"hsla(7, 97%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 51%, 100%)"},"name":"PaletteRed51","attributes":{"category":"palette","type":"red","item":"51"},"path":["palette","red","51"]},"52":{"value":"hsla(7, 97%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 52%, 100%)"},"name":"PaletteRed52","attributes":{"category":"palette","type":"red","item":"52"},"path":["palette","red","52"]},"53":{"value":"hsla(7, 97%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 53%, 100%)"},"name":"PaletteRed53","attributes":{"category":"palette","type":"red","item":"53"},"path":["palette","red","53"]},"54":{"value":"hsla(7, 97%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 54%, 100%)"},"name":"PaletteRed54","attributes":{"category":"palette","type":"red","item":"54"},"path":["palette","red","54"]},"55":{"value":"hsla(7, 97%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 55%, 100%)"},"name":"PaletteRed55","attributes":{"category":"palette","type":"red","item":"55"},"path":["palette","red","55"]},"56":{"value":"hsla(7, 97%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 56%, 100%)"},"name":"PaletteRed56","attributes":{"category":"palette","type":"red","item":"56"},"path":["palette","red","56"]},"57":{"value":"hsla(7, 97%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 57%, 100%)"},"name":"PaletteRed57","attributes":{"category":"palette","type":"red","item":"57"},"path":["palette","red","57"]},"58":{"value":"hsla(7, 97%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 58%, 100%)"},"name":"PaletteRed58","attributes":{"category":"palette","type":"red","item":"58"},"path":["palette","red","58"]},"59":{"value":"hsla(7, 97%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 59%, 100%)"},"name":"PaletteRed59","attributes":{"category":"palette","type":"red","item":"59"},"path":["palette","red","59"]},"60":{"value":"hsla(7, 97%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 100%)"},"name":"PaletteRed60","attributes":{"category":"palette","type":"red","item":"60"},"path":["palette","red","60"]},"61":{"value":"hsla(7, 97%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 61%, 100%)"},"name":"PaletteRed61","attributes":{"category":"palette","type":"red","item":"61"},"path":["palette","red","61"]},"62":{"value":"hsla(7, 97%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 62%, 100%)"},"name":"PaletteRed62","attributes":{"category":"palette","type":"red","item":"62"},"path":["palette","red","62"]},"63":{"value":"hsla(7, 97%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 63%, 100%)"},"name":"PaletteRed63","attributes":{"category":"palette","type":"red","item":"63"},"path":["palette","red","63"]},"64":{"value":"hsla(7, 97%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 64%, 100%)"},"name":"PaletteRed64","attributes":{"category":"palette","type":"red","item":"64"},"path":["palette","red","64"]},"65":{"value":"hsla(7, 97%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 65%, 100%)"},"name":"PaletteRed65","attributes":{"category":"palette","type":"red","item":"65"},"path":["palette","red","65"]},"66":{"value":"hsla(7, 97%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 66%, 100%)"},"name":"PaletteRed66","attributes":{"category":"palette","type":"red","item":"66"},"path":["palette","red","66"]},"67":{"value":"hsla(7, 97%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 67%, 100%)"},"name":"PaletteRed67","attributes":{"category":"palette","type":"red","item":"67"},"path":["palette","red","67"]},"68":{"value":"hsla(7, 97%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 68%, 100%)"},"name":"PaletteRed68","attributes":{"category":"palette","type":"red","item":"68"},"path":["palette","red","68"]},"69":{"value":"hsla(7, 97%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 69%, 100%)"},"name":"PaletteRed69","attributes":{"category":"palette","type":"red","item":"69"},"path":["palette","red","69"]},"70":{"value":"hsla(7, 97%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 70%, 100%)"},"name":"PaletteRed70","attributes":{"category":"palette","type":"red","item":"70"},"path":["palette","red","70"]},"71":{"value":"hsla(7, 97%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 71%, 100%)"},"name":"PaletteRed71","attributes":{"category":"palette","type":"red","item":"71"},"path":["palette","red","71"]},"72":{"value":"hsla(7, 97%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 72%, 100%)"},"name":"PaletteRed72","attributes":{"category":"palette","type":"red","item":"72"},"path":["palette","red","72"]},"73":{"value":"hsla(7, 97%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 73%, 100%)"},"name":"PaletteRed73","attributes":{"category":"palette","type":"red","item":"73"},"path":["palette","red","73"]},"74":{"value":"hsla(7, 97%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 74%, 100%)"},"name":"PaletteRed74","attributes":{"category":"palette","type":"red","item":"74"},"path":["palette","red","74"]},"75":{"value":"hsla(7, 97%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 75%, 100%)"},"name":"PaletteRed75","attributes":{"category":"palette","type":"red","item":"75"},"path":["palette","red","75"]},"76":{"value":"hsla(7, 97%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 76%, 100%)"},"name":"PaletteRed76","attributes":{"category":"palette","type":"red","item":"76"},"path":["palette","red","76"]},"77":{"value":"hsla(7, 97%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 77%, 100%)"},"name":"PaletteRed77","attributes":{"category":"palette","type":"red","item":"77"},"path":["palette","red","77"]},"78":{"value":"hsla(7, 97%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 78%, 100%)"},"name":"PaletteRed78","attributes":{"category":"palette","type":"red","item":"78"},"path":["palette","red","78"]},"79":{"value":"hsla(7, 97%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 79%, 100%)"},"name":"PaletteRed79","attributes":{"category":"palette","type":"red","item":"79"},"path":["palette","red","79"]},"80":{"value":"hsla(7, 97%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 80%, 100%)"},"name":"PaletteRed80","attributes":{"category":"palette","type":"red","item":"80"},"path":["palette","red","80"]},"81":{"value":"hsla(7, 97%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 81%, 100%)"},"name":"PaletteRed81","attributes":{"category":"palette","type":"red","item":"81"},"path":["palette","red","81"]},"82":{"value":"hsla(7, 97%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 82%, 100%)"},"name":"PaletteRed82","attributes":{"category":"palette","type":"red","item":"82"},"path":["palette","red","82"]},"83":{"value":"hsla(7, 97%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 83%, 100%)"},"name":"PaletteRed83","attributes":{"category":"palette","type":"red","item":"83"},"path":["palette","red","83"]},"84":{"value":"hsla(7, 97%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 84%, 100%)"},"name":"PaletteRed84","attributes":{"category":"palette","type":"red","item":"84"},"path":["palette","red","84"]},"85":{"value":"hsla(7, 97%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 85%, 100%)"},"name":"PaletteRed85","attributes":{"category":"palette","type":"red","item":"85"},"path":["palette","red","85"]},"86":{"value":"hsla(7, 97%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 86%, 100%)"},"name":"PaletteRed86","attributes":{"category":"palette","type":"red","item":"86"},"path":["palette","red","86"]},"87":{"value":"hsla(7, 97%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 87%, 100%)"},"name":"PaletteRed87","attributes":{"category":"palette","type":"red","item":"87"},"path":["palette","red","87"]},"88":{"value":"hsla(7, 97%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 88%, 100%)"},"name":"PaletteRed88","attributes":{"category":"palette","type":"red","item":"88"},"path":["palette","red","88"]},"89":{"value":"hsla(7, 97%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 89%, 100%)"},"name":"PaletteRed89","attributes":{"category":"palette","type":"red","item":"89"},"path":["palette","red","89"]},"90":{"value":"hsla(7, 97%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 90%, 100%)"},"name":"PaletteRed90","attributes":{"category":"palette","type":"red","item":"90"},"path":["palette","red","90"]},"91":{"value":"hsla(7, 97%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 91%, 100%)"},"name":"PaletteRed91","attributes":{"category":"palette","type":"red","item":"91"},"path":["palette","red","91"]},"92":{"value":"hsla(7, 97%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 92%, 100%)"},"name":"PaletteRed92","attributes":{"category":"palette","type":"red","item":"92"},"path":["palette","red","92"]},"93":{"value":"hsla(7, 97%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 93%, 100%)"},"name":"PaletteRed93","attributes":{"category":"palette","type":"red","item":"93"},"path":["palette","red","93"]},"94":{"value":"hsla(7, 97%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 94%, 100%)"},"name":"PaletteRed94","attributes":{"category":"palette","type":"red","item":"94"},"path":["palette","red","94"]},"95":{"value":"hsla(7, 97%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 95%, 100%)"},"name":"PaletteRed95","attributes":{"category":"palette","type":"red","item":"95"},"path":["palette","red","95"]},"96":{"value":"hsla(7, 97%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 96%, 100%)"},"name":"PaletteRed96","attributes":{"category":"palette","type":"red","item":"96"},"path":["palette","red","96"]},"97":{"value":"hsla(7, 97%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 97%, 100%)"},"name":"PaletteRed97","attributes":{"category":"palette","type":"red","item":"97"},"path":["palette","red","97"]},"98":{"value":"hsla(7, 97%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 98%, 100%)"},"name":"PaletteRed98","attributes":{"category":"palette","type":"red","item":"98"},"path":["palette","red","98"]},"99":{"value":"hsla(7, 97%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 99%, 100%)"},"name":"PaletteRed99","attributes":{"category":"palette","type":"red","item":"99"},"path":["palette","red","99"]},"100":{"value":"hsla(7, 97%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 100%, 100%)"},"name":"PaletteRed100","attributes":{"category":"palette","type":"red","item":"100"},"path":["palette","red","100"]},"\"5-A8\"":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRed5A8","attributes":{"category":"palette","type":"red","item":"\"5-A8\""},"path":["palette","red","\"5-A8\""]},"\"5-A16\"":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRed5A16","attributes":{"category":"palette","type":"red","item":"\"5-A16\""},"path":["palette","red","\"5-A16\""]},"\"50-A8\"":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRed50A8","attributes":{"category":"palette","type":"red","item":"\"50-A8\""},"path":["palette","red","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRed50A16","attributes":{"category":"palette","type":"red","item":"\"50-A16\""},"path":["palette","red","\"50-A16\""]},"\"51-S69\"":{"value":"hsla(7, 69%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 69%, 51%, 100%)"},"name":"PaletteRed51S69","attributes":{"category":"palette","type":"red","item":"\"51-S69\""},"path":["palette","red","\"51-S69\""]},"\"60-A55\"":{"value":"hsla(7, 97%, 60%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 55%)"},"name":"PaletteRed60A55","attributes":{"category":"palette","type":"red","item":"\"60-A55\""},"path":["palette","red","\"60-A55\""]},"A8":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRedA8","attributes":{"category":"palette","type":"red","item":"A8"},"path":["palette","red","A8"]},"A8L50":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRedA8L50","attributes":{"category":"palette","type":"red","item":"A8L50"},"path":["palette","red","A8L50"]},"A16":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRedA16","attributes":{"category":"palette","type":"red","item":"A16"},"path":["palette","red","A16"]},"A16L50":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRedA16L50","attributes":{"category":"palette","type":"red","item":"A16L50"},"path":["palette","red","A16L50"]},"A24":{"value":"rgba(240, 10, 25, 0.24)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.24)"},"name":"PaletteRedA24","attributes":{"category":"palette","type":"red","item":"A24"},"path":["palette","red","A24"]},"A32":{"value":"rgba(240, 10, 25, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.32)"},"name":"PaletteRedA32","attributes":{"category":"palette","type":"red","item":"A32"},"path":["palette","red","A32"]},"A48":{"value":"rgba(240, 10, 25, 0.48)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.48)"},"name":"PaletteRedA48","attributes":{"category":"palette","type":"red","item":"A48"},"path":["palette","red","A48"]}}; -export const LightPurpleDefault = "hsla(277, 72%, 50%, 100%)"; -export const LightPurplePalette = {"0":{"value":"hsla(277, 72%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 0%, 100%)"},"name":"PalettePurple0","attributes":{"category":"palette","type":"purple","item":"0"},"path":["palette","purple","0"]},"1":{"value":"hsla(277, 72%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 1%, 100%)"},"name":"PalettePurple1","attributes":{"category":"palette","type":"purple","item":"1"},"path":["palette","purple","1"]},"2":{"value":"hsla(277, 72%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 2%, 100%)"},"name":"PalettePurple2","attributes":{"category":"palette","type":"purple","item":"2"},"path":["palette","purple","2"]},"3":{"value":"hsla(277, 72%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 3%, 100%)"},"name":"PalettePurple3","attributes":{"category":"palette","type":"purple","item":"3"},"path":["palette","purple","3"]},"4":{"value":"hsla(277, 72%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 4%, 100%)"},"name":"PalettePurple4","attributes":{"category":"palette","type":"purple","item":"4"},"path":["palette","purple","4"]},"5":{"value":"hsla(277, 72%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 5%, 100%)"},"name":"PalettePurple5","attributes":{"category":"palette","type":"purple","item":"5"},"path":["palette","purple","5"]},"6":{"value":"hsla(277, 72%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 6%, 100%)"},"name":"PalettePurple6","attributes":{"category":"palette","type":"purple","item":"6"},"path":["palette","purple","6"]},"7":{"value":"hsla(277, 72%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 7%, 100%)"},"name":"PalettePurple7","attributes":{"category":"palette","type":"purple","item":"7"},"path":["palette","purple","7"]},"8":{"value":"hsla(277, 72%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 8%, 100%)"},"name":"PalettePurple8","attributes":{"category":"palette","type":"purple","item":"8"},"path":["palette","purple","8"]},"9":{"value":"hsla(277, 72%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 9%, 100%)"},"name":"PalettePurple9","attributes":{"category":"palette","type":"purple","item":"9"},"path":["palette","purple","9"]},"10":{"value":"hsla(277, 72%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 10%, 100%)"},"name":"PalettePurple10","attributes":{"category":"palette","type":"purple","item":"10"},"path":["palette","purple","10"]},"11":{"value":"hsla(277, 72%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 11%, 100%)"},"name":"PalettePurple11","attributes":{"category":"palette","type":"purple","item":"11"},"path":["palette","purple","11"]},"12":{"value":"hsla(277, 72%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 12%, 100%)"},"name":"PalettePurple12","attributes":{"category":"palette","type":"purple","item":"12"},"path":["palette","purple","12"]},"13":{"value":"hsla(277, 72%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 13%, 100%)"},"name":"PalettePurple13","attributes":{"category":"palette","type":"purple","item":"13"},"path":["palette","purple","13"]},"14":{"value":"hsla(277, 72%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 14%, 100%)"},"name":"PalettePurple14","attributes":{"category":"palette","type":"purple","item":"14"},"path":["palette","purple","14"]},"15":{"value":"hsla(277, 72%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 15%, 100%)"},"name":"PalettePurple15","attributes":{"category":"palette","type":"purple","item":"15"},"path":["palette","purple","15"]},"16":{"value":"hsla(277, 72%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 16%, 100%)"},"name":"PalettePurple16","attributes":{"category":"palette","type":"purple","item":"16"},"path":["palette","purple","16"]},"17":{"value":"hsla(277, 72%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 17%, 100%)"},"name":"PalettePurple17","attributes":{"category":"palette","type":"purple","item":"17"},"path":["palette","purple","17"]},"18":{"value":"hsla(277, 72%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 18%, 100%)"},"name":"PalettePurple18","attributes":{"category":"palette","type":"purple","item":"18"},"path":["palette","purple","18"]},"19":{"value":"hsla(277, 72%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 19%, 100%)"},"name":"PalettePurple19","attributes":{"category":"palette","type":"purple","item":"19"},"path":["palette","purple","19"]},"20":{"value":"hsla(277, 72%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 20%, 100%)"},"name":"PalettePurple20","attributes":{"category":"palette","type":"purple","item":"20"},"path":["palette","purple","20"]},"21":{"value":"hsla(277, 72%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 21%, 100%)"},"name":"PalettePurple21","attributes":{"category":"palette","type":"purple","item":"21"},"path":["palette","purple","21"]},"22":{"value":"hsla(277, 72%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 22%, 100%)"},"name":"PalettePurple22","attributes":{"category":"palette","type":"purple","item":"22"},"path":["palette","purple","22"]},"23":{"value":"hsla(277, 72%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 23%, 100%)"},"name":"PalettePurple23","attributes":{"category":"palette","type":"purple","item":"23"},"path":["palette","purple","23"]},"24":{"value":"hsla(277, 72%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 24%, 100%)"},"name":"PalettePurple24","attributes":{"category":"palette","type":"purple","item":"24"},"path":["palette","purple","24"]},"25":{"value":"hsla(277, 72%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 25%, 100%)"},"name":"PalettePurple25","attributes":{"category":"palette","type":"purple","item":"25"},"path":["palette","purple","25"]},"26":{"value":"hsla(277, 72%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 26%, 100%)"},"name":"PalettePurple26","attributes":{"category":"palette","type":"purple","item":"26"},"path":["palette","purple","26"]},"27":{"value":"hsla(277, 72%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 27%, 100%)"},"name":"PalettePurple27","attributes":{"category":"palette","type":"purple","item":"27"},"path":["palette","purple","27"]},"28":{"value":"hsla(277, 72%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 28%, 100%)"},"name":"PalettePurple28","attributes":{"category":"palette","type":"purple","item":"28"},"path":["palette","purple","28"]},"29":{"value":"hsla(277, 72%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 29%, 100%)"},"name":"PalettePurple29","attributes":{"category":"palette","type":"purple","item":"29"},"path":["palette","purple","29"]},"30":{"value":"hsla(277, 72%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 30%, 100%)"},"name":"PalettePurple30","attributes":{"category":"palette","type":"purple","item":"30"},"path":["palette","purple","30"]},"31":{"value":"hsla(277, 72%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 31%, 100%)"},"name":"PalettePurple31","attributes":{"category":"palette","type":"purple","item":"31"},"path":["palette","purple","31"]},"32":{"value":"hsla(277, 72%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 32%, 100%)"},"name":"PalettePurple32","attributes":{"category":"palette","type":"purple","item":"32"},"path":["palette","purple","32"]},"33":{"value":"hsla(277, 72%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 33%, 100%)"},"name":"PalettePurple33","attributes":{"category":"palette","type":"purple","item":"33"},"path":["palette","purple","33"]},"34":{"value":"hsla(277, 72%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 34%, 100%)"},"name":"PalettePurple34","attributes":{"category":"palette","type":"purple","item":"34"},"path":["palette","purple","34"]},"35":{"value":"hsla(277, 72%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 35%, 100%)"},"name":"PalettePurple35","attributes":{"category":"palette","type":"purple","item":"35"},"path":["palette","purple","35"]},"36":{"value":"hsla(277, 72%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 36%, 100%)"},"name":"PalettePurple36","attributes":{"category":"palette","type":"purple","item":"36"},"path":["palette","purple","36"]},"37":{"value":"hsla(277, 72%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 37%, 100%)"},"name":"PalettePurple37","attributes":{"category":"palette","type":"purple","item":"37"},"path":["palette","purple","37"]},"38":{"value":"hsla(277, 72%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 38%, 100%)"},"name":"PalettePurple38","attributes":{"category":"palette","type":"purple","item":"38"},"path":["palette","purple","38"]},"39":{"value":"hsla(277, 72%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 39%, 100%)"},"name":"PalettePurple39","attributes":{"category":"palette","type":"purple","item":"39"},"path":["palette","purple","39"]},"40":{"value":"hsla(277, 72%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 40%, 100%)"},"name":"PalettePurple40","attributes":{"category":"palette","type":"purple","item":"40"},"path":["palette","purple","40"]},"41":{"value":"hsla(277, 72%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 41%, 100%)"},"name":"PalettePurple41","attributes":{"category":"palette","type":"purple","item":"41"},"path":["palette","purple","41"]},"42":{"value":"hsla(277, 72%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 42%, 100%)"},"name":"PalettePurple42","attributes":{"category":"palette","type":"purple","item":"42"},"path":["palette","purple","42"]},"43":{"value":"hsla(277, 72%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 43%, 100%)"},"name":"PalettePurple43","attributes":{"category":"palette","type":"purple","item":"43"},"path":["palette","purple","43"]},"44":{"value":"hsla(277, 72%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 44%, 100%)"},"name":"PalettePurple44","attributes":{"category":"palette","type":"purple","item":"44"},"path":["palette","purple","44"]},"45":{"value":"hsla(277, 72%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 45%, 100%)"},"name":"PalettePurple45","attributes":{"category":"palette","type":"purple","item":"45"},"path":["palette","purple","45"]},"46":{"value":"hsla(277, 72%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 46%, 100%)"},"name":"PalettePurple46","attributes":{"category":"palette","type":"purple","item":"46"},"path":["palette","purple","46"]},"47":{"value":"hsla(277, 72%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 47%, 100%)"},"name":"PalettePurple47","attributes":{"category":"palette","type":"purple","item":"47"},"path":["palette","purple","47"]},"48":{"value":"hsla(277, 72%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 48%, 100%)"},"name":"PalettePurple48","attributes":{"category":"palette","type":"purple","item":"48"},"path":["palette","purple","48"]},"49":{"value":"hsla(277, 72%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 49%, 100%)"},"name":"PalettePurple49","attributes":{"category":"palette","type":"purple","item":"49"},"path":["palette","purple","49"]},"50":{"value":"hsla(277, 72%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 50%, 100%)"},"name":"PalettePurple50","attributes":{"category":"palette","type":"purple","item":"50"},"path":["palette","purple","50"]},"51":{"value":"hsla(277, 72%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 51%, 100%)"},"name":"PalettePurple51","attributes":{"category":"palette","type":"purple","item":"51"},"path":["palette","purple","51"]},"52":{"value":"hsla(277, 72%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 52%, 100%)"},"name":"PalettePurple52","attributes":{"category":"palette","type":"purple","item":"52"},"path":["palette","purple","52"]},"53":{"value":"hsla(277, 72%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 53%, 100%)"},"name":"PalettePurple53","attributes":{"category":"palette","type":"purple","item":"53"},"path":["palette","purple","53"]},"54":{"value":"hsla(277, 72%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 54%, 100%)"},"name":"PalettePurple54","attributes":{"category":"palette","type":"purple","item":"54"},"path":["palette","purple","54"]},"55":{"value":"hsla(277, 72%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 55%, 100%)"},"name":"PalettePurple55","attributes":{"category":"palette","type":"purple","item":"55"},"path":["palette","purple","55"]},"56":{"value":"hsla(277, 72%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 56%, 100%)"},"name":"PalettePurple56","attributes":{"category":"palette","type":"purple","item":"56"},"path":["palette","purple","56"]},"57":{"value":"hsla(277, 72%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 57%, 100%)"},"name":"PalettePurple57","attributes":{"category":"palette","type":"purple","item":"57"},"path":["palette","purple","57"]},"58":{"value":"hsla(277, 72%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 58%, 100%)"},"name":"PalettePurple58","attributes":{"category":"palette","type":"purple","item":"58"},"path":["palette","purple","58"]},"59":{"value":"hsla(277, 72%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 59%, 100%)"},"name":"PalettePurple59","attributes":{"category":"palette","type":"purple","item":"59"},"path":["palette","purple","59"]},"60":{"value":"hsla(277, 72%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 60%, 100%)"},"name":"PalettePurple60","attributes":{"category":"palette","type":"purple","item":"60"},"path":["palette","purple","60"]},"61":{"value":"hsla(277, 72%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 61%, 100%)"},"name":"PalettePurple61","attributes":{"category":"palette","type":"purple","item":"61"},"path":["palette","purple","61"]},"62":{"value":"hsla(277, 72%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 62%, 100%)"},"name":"PalettePurple62","attributes":{"category":"palette","type":"purple","item":"62"},"path":["palette","purple","62"]},"63":{"value":"hsla(277, 72%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 63%, 100%)"},"name":"PalettePurple63","attributes":{"category":"palette","type":"purple","item":"63"},"path":["palette","purple","63"]},"64":{"value":"hsla(277, 72%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 64%, 100%)"},"name":"PalettePurple64","attributes":{"category":"palette","type":"purple","item":"64"},"path":["palette","purple","64"]},"65":{"value":"hsla(277, 72%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 65%, 100%)"},"name":"PalettePurple65","attributes":{"category":"palette","type":"purple","item":"65"},"path":["palette","purple","65"]},"66":{"value":"hsla(277, 72%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 66%, 100%)"},"name":"PalettePurple66","attributes":{"category":"palette","type":"purple","item":"66"},"path":["palette","purple","66"]},"67":{"value":"hsla(277, 72%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 67%, 100%)"},"name":"PalettePurple67","attributes":{"category":"palette","type":"purple","item":"67"},"path":["palette","purple","67"]},"68":{"value":"hsla(277, 72%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 68%, 100%)"},"name":"PalettePurple68","attributes":{"category":"palette","type":"purple","item":"68"},"path":["palette","purple","68"]},"69":{"value":"hsla(277, 72%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 69%, 100%)"},"name":"PalettePurple69","attributes":{"category":"palette","type":"purple","item":"69"},"path":["palette","purple","69"]},"70":{"value":"hsla(277, 72%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 70%, 100%)"},"name":"PalettePurple70","attributes":{"category":"palette","type":"purple","item":"70"},"path":["palette","purple","70"]},"71":{"value":"hsla(277, 72%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 71%, 100%)"},"name":"PalettePurple71","attributes":{"category":"palette","type":"purple","item":"71"},"path":["palette","purple","71"]},"72":{"value":"hsla(277, 72%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 72%, 100%)"},"name":"PalettePurple72","attributes":{"category":"palette","type":"purple","item":"72"},"path":["palette","purple","72"]},"73":{"value":"hsla(277, 72%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 73%, 100%)"},"name":"PalettePurple73","attributes":{"category":"palette","type":"purple","item":"73"},"path":["palette","purple","73"]},"74":{"value":"hsla(277, 72%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 74%, 100%)"},"name":"PalettePurple74","attributes":{"category":"palette","type":"purple","item":"74"},"path":["palette","purple","74"]},"75":{"value":"hsla(277, 72%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 75%, 100%)"},"name":"PalettePurple75","attributes":{"category":"palette","type":"purple","item":"75"},"path":["palette","purple","75"]},"76":{"value":"hsla(277, 72%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 76%, 100%)"},"name":"PalettePurple76","attributes":{"category":"palette","type":"purple","item":"76"},"path":["palette","purple","76"]},"77":{"value":"hsla(277, 72%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 77%, 100%)"},"name":"PalettePurple77","attributes":{"category":"palette","type":"purple","item":"77"},"path":["palette","purple","77"]},"78":{"value":"hsla(277, 72%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 78%, 100%)"},"name":"PalettePurple78","attributes":{"category":"palette","type":"purple","item":"78"},"path":["palette","purple","78"]},"79":{"value":"hsla(277, 72%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 79%, 100%)"},"name":"PalettePurple79","attributes":{"category":"palette","type":"purple","item":"79"},"path":["palette","purple","79"]},"80":{"value":"hsla(277, 72%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 80%, 100%)"},"name":"PalettePurple80","attributes":{"category":"palette","type":"purple","item":"80"},"path":["palette","purple","80"]},"81":{"value":"hsla(277, 72%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 81%, 100%)"},"name":"PalettePurple81","attributes":{"category":"palette","type":"purple","item":"81"},"path":["palette","purple","81"]},"82":{"value":"hsla(277, 72%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 82%, 100%)"},"name":"PalettePurple82","attributes":{"category":"palette","type":"purple","item":"82"},"path":["palette","purple","82"]},"83":{"value":"hsla(277, 72%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 83%, 100%)"},"name":"PalettePurple83","attributes":{"category":"palette","type":"purple","item":"83"},"path":["palette","purple","83"]},"84":{"value":"hsla(277, 72%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 84%, 100%)"},"name":"PalettePurple84","attributes":{"category":"palette","type":"purple","item":"84"},"path":["palette","purple","84"]},"85":{"value":"hsla(277, 72%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 85%, 100%)"},"name":"PalettePurple85","attributes":{"category":"palette","type":"purple","item":"85"},"path":["palette","purple","85"]},"86":{"value":"hsla(277, 72%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 86%, 100%)"},"name":"PalettePurple86","attributes":{"category":"palette","type":"purple","item":"86"},"path":["palette","purple","86"]},"87":{"value":"hsla(277, 72%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 87%, 100%)"},"name":"PalettePurple87","attributes":{"category":"palette","type":"purple","item":"87"},"path":["palette","purple","87"]},"88":{"value":"hsla(277, 72%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 88%, 100%)"},"name":"PalettePurple88","attributes":{"category":"palette","type":"purple","item":"88"},"path":["palette","purple","88"]},"89":{"value":"hsla(277, 72%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 89%, 100%)"},"name":"PalettePurple89","attributes":{"category":"palette","type":"purple","item":"89"},"path":["palette","purple","89"]},"90":{"value":"hsla(277, 72%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 90%, 100%)"},"name":"PalettePurple90","attributes":{"category":"palette","type":"purple","item":"90"},"path":["palette","purple","90"]},"91":{"value":"hsla(277, 72%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 91%, 100%)"},"name":"PalettePurple91","attributes":{"category":"palette","type":"purple","item":"91"},"path":["palette","purple","91"]},"92":{"value":"hsla(277, 72%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 92%, 100%)"},"name":"PalettePurple92","attributes":{"category":"palette","type":"purple","item":"92"},"path":["palette","purple","92"]},"93":{"value":"hsla(277, 72%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 93%, 100%)"},"name":"PalettePurple93","attributes":{"category":"palette","type":"purple","item":"93"},"path":["palette","purple","93"]},"94":{"value":"hsla(277, 72%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 94%, 100%)"},"name":"PalettePurple94","attributes":{"category":"palette","type":"purple","item":"94"},"path":["palette","purple","94"]},"95":{"value":"hsla(277, 72%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 95%, 100%)"},"name":"PalettePurple95","attributes":{"category":"palette","type":"purple","item":"95"},"path":["palette","purple","95"]},"96":{"value":"hsla(277, 72%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 96%, 100%)"},"name":"PalettePurple96","attributes":{"category":"palette","type":"purple","item":"96"},"path":["palette","purple","96"]},"97":{"value":"hsla(277, 72%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 97%, 100%)"},"name":"PalettePurple97","attributes":{"category":"palette","type":"purple","item":"97"},"path":["palette","purple","97"]},"98":{"value":"hsla(277, 72%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 98%, 100%)"},"name":"PalettePurple98","attributes":{"category":"palette","type":"purple","item":"98"},"path":["palette","purple","98"]},"99":{"value":"hsla(277, 72%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 99%, 100%)"},"name":"PalettePurple99","attributes":{"category":"palette","type":"purple","item":"99"},"path":["palette","purple","99"]},"100":{"value":"hsla(277, 72%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 100%, 100%)"},"name":"PalettePurple100","attributes":{"category":"palette","type":"purple","item":"100"},"path":["palette","purple","100"]},"\"50-A16\"":{"value":"rgba(149, 36, 219, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.16)"},"name":"PalettePurple50A16","attributes":{"category":"palette","type":"purple","item":"\"50-A16\""},"path":["palette","purple","\"50-A16\""]},"\"50-A32\"":{"value":"rgba(149, 36, 219, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.32)"},"name":"PalettePurple50A32","attributes":{"category":"palette","type":"purple","item":"\"50-A32\""},"path":["palette","purple","\"50-A32\""]},"A16":{"value":"rgba(149, 36, 219, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.16)"},"name":"PalettePurpleA16","attributes":{"category":"palette","type":"purple","item":"A16"},"path":["palette","purple","A16"]},"A32":{"value":"rgba(149, 36, 219, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.32)"},"name":"PalettePurpleA32","attributes":{"category":"palette","type":"purple","item":"A32"},"path":["palette","purple","A32"]}}; -export const LightInfoDefault = "hsla(180, 55%, 50%, 100%)"; -export const LightInfoPalette = {"0":{"value":"hsla(180, 55%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 0%, 100%)"},"name":"PaletteCyan0","attributes":{"category":"palette","type":"cyan","item":"0"},"path":["palette","cyan","0"]},"1":{"value":"hsla(180, 55%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 1%, 100%)"},"name":"PaletteCyan1","attributes":{"category":"palette","type":"cyan","item":"1"},"path":["palette","cyan","1"]},"2":{"value":"hsla(180, 55%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 2%, 100%)"},"name":"PaletteCyan2","attributes":{"category":"palette","type":"cyan","item":"2"},"path":["palette","cyan","2"]},"3":{"value":"hsla(180, 55%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 3%, 100%)"},"name":"PaletteCyan3","attributes":{"category":"palette","type":"cyan","item":"3"},"path":["palette","cyan","3"]},"4":{"value":"hsla(180, 55%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 4%, 100%)"},"name":"PaletteCyan4","attributes":{"category":"palette","type":"cyan","item":"4"},"path":["palette","cyan","4"]},"5":{"value":"hsla(180, 55%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 5%, 100%)"},"name":"PaletteCyan5","attributes":{"category":"palette","type":"cyan","item":"5"},"path":["palette","cyan","5"]},"6":{"value":"hsla(180, 55%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 6%, 100%)"},"name":"PaletteCyan6","attributes":{"category":"palette","type":"cyan","item":"6"},"path":["palette","cyan","6"]},"7":{"value":"hsla(180, 55%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 7%, 100%)"},"name":"PaletteCyan7","attributes":{"category":"palette","type":"cyan","item":"7"},"path":["palette","cyan","7"]},"8":{"value":"hsla(180, 55%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 8%, 100%)"},"name":"PaletteCyan8","attributes":{"category":"palette","type":"cyan","item":"8"},"path":["palette","cyan","8"]},"9":{"value":"hsla(180, 55%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 9%, 100%)"},"name":"PaletteCyan9","attributes":{"category":"palette","type":"cyan","item":"9"},"path":["palette","cyan","9"]},"10":{"value":"hsla(180, 55%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 10%, 100%)"},"name":"PaletteCyan10","attributes":{"category":"palette","type":"cyan","item":"10"},"path":["palette","cyan","10"]},"11":{"value":"hsla(180, 55%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 11%, 100%)"},"name":"PaletteCyan11","attributes":{"category":"palette","type":"cyan","item":"11"},"path":["palette","cyan","11"]},"12":{"value":"hsla(180, 55%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 12%, 100%)"},"name":"PaletteCyan12","attributes":{"category":"palette","type":"cyan","item":"12"},"path":["palette","cyan","12"]},"13":{"value":"hsla(180, 55%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 13%, 100%)"},"name":"PaletteCyan13","attributes":{"category":"palette","type":"cyan","item":"13"},"path":["palette","cyan","13"]},"14":{"value":"hsla(180, 55%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 14%, 100%)"},"name":"PaletteCyan14","attributes":{"category":"palette","type":"cyan","item":"14"},"path":["palette","cyan","14"]},"15":{"value":"hsla(180, 55%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 15%, 100%)"},"name":"PaletteCyan15","attributes":{"category":"palette","type":"cyan","item":"15"},"path":["palette","cyan","15"]},"16":{"value":"hsla(180, 55%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 16%, 100%)"},"name":"PaletteCyan16","attributes":{"category":"palette","type":"cyan","item":"16"},"path":["palette","cyan","16"]},"17":{"value":"hsla(180, 55%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 17%, 100%)"},"name":"PaletteCyan17","attributes":{"category":"palette","type":"cyan","item":"17"},"path":["palette","cyan","17"]},"18":{"value":"hsla(180, 55%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 18%, 100%)"},"name":"PaletteCyan18","attributes":{"category":"palette","type":"cyan","item":"18"},"path":["palette","cyan","18"]},"19":{"value":"hsla(180, 55%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 19%, 100%)"},"name":"PaletteCyan19","attributes":{"category":"palette","type":"cyan","item":"19"},"path":["palette","cyan","19"]},"20":{"value":"hsla(180, 55%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 20%, 100%)"},"name":"PaletteCyan20","attributes":{"category":"palette","type":"cyan","item":"20"},"path":["palette","cyan","20"]},"21":{"value":"hsla(180, 55%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 21%, 100%)"},"name":"PaletteCyan21","attributes":{"category":"palette","type":"cyan","item":"21"},"path":["palette","cyan","21"]},"22":{"value":"hsla(180, 55%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 22%, 100%)"},"name":"PaletteCyan22","attributes":{"category":"palette","type":"cyan","item":"22"},"path":["palette","cyan","22"]},"23":{"value":"hsla(180, 55%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 23%, 100%)"},"name":"PaletteCyan23","attributes":{"category":"palette","type":"cyan","item":"23"},"path":["palette","cyan","23"]},"24":{"value":"hsla(180, 55%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 24%, 100%)"},"name":"PaletteCyan24","attributes":{"category":"palette","type":"cyan","item":"24"},"path":["palette","cyan","24"]},"25":{"value":"hsla(180, 55%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 25%, 100%)"},"name":"PaletteCyan25","attributes":{"category":"palette","type":"cyan","item":"25"},"path":["palette","cyan","25"]},"26":{"value":"hsla(180, 55%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 26%, 100%)"},"name":"PaletteCyan26","attributes":{"category":"palette","type":"cyan","item":"26"},"path":["palette","cyan","26"]},"27":{"value":"hsla(180, 55%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 27%, 100%)"},"name":"PaletteCyan27","attributes":{"category":"palette","type":"cyan","item":"27"},"path":["palette","cyan","27"]},"28":{"value":"hsla(180, 55%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 28%, 100%)"},"name":"PaletteCyan28","attributes":{"category":"palette","type":"cyan","item":"28"},"path":["palette","cyan","28"]},"29":{"value":"hsla(180, 55%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 29%, 100%)"},"name":"PaletteCyan29","attributes":{"category":"palette","type":"cyan","item":"29"},"path":["palette","cyan","29"]},"30":{"value":"hsla(180, 55%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 30%, 100%)"},"name":"PaletteCyan30","attributes":{"category":"palette","type":"cyan","item":"30"},"path":["palette","cyan","30"]},"31":{"value":"hsla(180, 55%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 31%, 100%)"},"name":"PaletteCyan31","attributes":{"category":"palette","type":"cyan","item":"31"},"path":["palette","cyan","31"]},"32":{"value":"hsla(180, 55%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 32%, 100%)"},"name":"PaletteCyan32","attributes":{"category":"palette","type":"cyan","item":"32"},"path":["palette","cyan","32"]},"33":{"value":"hsla(180, 55%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 33%, 100%)"},"name":"PaletteCyan33","attributes":{"category":"palette","type":"cyan","item":"33"},"path":["palette","cyan","33"]},"34":{"value":"hsla(180, 55%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 34%, 100%)"},"name":"PaletteCyan34","attributes":{"category":"palette","type":"cyan","item":"34"},"path":["palette","cyan","34"]},"35":{"value":"hsla(180, 55%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 35%, 100%)"},"name":"PaletteCyan35","attributes":{"category":"palette","type":"cyan","item":"35"},"path":["palette","cyan","35"]},"36":{"value":"hsla(180, 55%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 36%, 100%)"},"name":"PaletteCyan36","attributes":{"category":"palette","type":"cyan","item":"36"},"path":["palette","cyan","36"]},"37":{"value":"hsla(180, 55%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 37%, 100%)"},"name":"PaletteCyan37","attributes":{"category":"palette","type":"cyan","item":"37"},"path":["palette","cyan","37"]},"38":{"value":"hsla(180, 55%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 38%, 100%)"},"name":"PaletteCyan38","attributes":{"category":"palette","type":"cyan","item":"38"},"path":["palette","cyan","38"]},"39":{"value":"hsla(180, 55%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 39%, 100%)"},"name":"PaletteCyan39","attributes":{"category":"palette","type":"cyan","item":"39"},"path":["palette","cyan","39"]},"40":{"value":"hsla(180, 55%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 40%, 100%)"},"name":"PaletteCyan40","attributes":{"category":"palette","type":"cyan","item":"40"},"path":["palette","cyan","40"]},"41":{"value":"hsla(180, 55%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 41%, 100%)"},"name":"PaletteCyan41","attributes":{"category":"palette","type":"cyan","item":"41"},"path":["palette","cyan","41"]},"42":{"value":"hsla(180, 55%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 42%, 100%)"},"name":"PaletteCyan42","attributes":{"category":"palette","type":"cyan","item":"42"},"path":["palette","cyan","42"]},"43":{"value":"hsla(180, 55%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 43%, 100%)"},"name":"PaletteCyan43","attributes":{"category":"palette","type":"cyan","item":"43"},"path":["palette","cyan","43"]},"44":{"value":"hsla(180, 55%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 44%, 100%)"},"name":"PaletteCyan44","attributes":{"category":"palette","type":"cyan","item":"44"},"path":["palette","cyan","44"]},"45":{"value":"hsla(180, 55%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 45%, 100%)"},"name":"PaletteCyan45","attributes":{"category":"palette","type":"cyan","item":"45"},"path":["palette","cyan","45"]},"46":{"value":"hsla(180, 55%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 46%, 100%)"},"name":"PaletteCyan46","attributes":{"category":"palette","type":"cyan","item":"46"},"path":["palette","cyan","46"]},"47":{"value":"hsla(180, 55%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 47%, 100%)"},"name":"PaletteCyan47","attributes":{"category":"palette","type":"cyan","item":"47"},"path":["palette","cyan","47"]},"48":{"value":"hsla(180, 55%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 48%, 100%)"},"name":"PaletteCyan48","attributes":{"category":"palette","type":"cyan","item":"48"},"path":["palette","cyan","48"]},"49":{"value":"hsla(180, 55%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 49%, 100%)"},"name":"PaletteCyan49","attributes":{"category":"palette","type":"cyan","item":"49"},"path":["palette","cyan","49"]},"50":{"value":"hsla(180, 55%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 50%, 100%)"},"name":"PaletteCyan50","attributes":{"category":"palette","type":"cyan","item":"50"},"path":["palette","cyan","50"]},"51":{"value":"hsla(180, 55%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 51%, 100%)"},"name":"PaletteCyan51","attributes":{"category":"palette","type":"cyan","item":"51"},"path":["palette","cyan","51"]},"52":{"value":"hsla(180, 55%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 52%, 100%)"},"name":"PaletteCyan52","attributes":{"category":"palette","type":"cyan","item":"52"},"path":["palette","cyan","52"]},"53":{"value":"hsla(180, 55%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 53%, 100%)"},"name":"PaletteCyan53","attributes":{"category":"palette","type":"cyan","item":"53"},"path":["palette","cyan","53"]},"54":{"value":"hsla(180, 55%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 54%, 100%)"},"name":"PaletteCyan54","attributes":{"category":"palette","type":"cyan","item":"54"},"path":["palette","cyan","54"]},"55":{"value":"hsla(180, 55%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 55%, 100%)"},"name":"PaletteCyan55","attributes":{"category":"palette","type":"cyan","item":"55"},"path":["palette","cyan","55"]},"56":{"value":"hsla(180, 55%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 56%, 100%)"},"name":"PaletteCyan56","attributes":{"category":"palette","type":"cyan","item":"56"},"path":["palette","cyan","56"]},"57":{"value":"hsla(180, 55%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 57%, 100%)"},"name":"PaletteCyan57","attributes":{"category":"palette","type":"cyan","item":"57"},"path":["palette","cyan","57"]},"58":{"value":"hsla(180, 55%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 58%, 100%)"},"name":"PaletteCyan58","attributes":{"category":"palette","type":"cyan","item":"58"},"path":["palette","cyan","58"]},"59":{"value":"hsla(180, 55%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 59%, 100%)"},"name":"PaletteCyan59","attributes":{"category":"palette","type":"cyan","item":"59"},"path":["palette","cyan","59"]},"60":{"value":"hsla(180, 55%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 60%, 100%)"},"name":"PaletteCyan60","attributes":{"category":"palette","type":"cyan","item":"60"},"path":["palette","cyan","60"]},"61":{"value":"hsla(180, 55%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 61%, 100%)"},"name":"PaletteCyan61","attributes":{"category":"palette","type":"cyan","item":"61"},"path":["palette","cyan","61"]},"62":{"value":"hsla(180, 55%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 62%, 100%)"},"name":"PaletteCyan62","attributes":{"category":"palette","type":"cyan","item":"62"},"path":["palette","cyan","62"]},"63":{"value":"hsla(180, 55%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 63%, 100%)"},"name":"PaletteCyan63","attributes":{"category":"palette","type":"cyan","item":"63"},"path":["palette","cyan","63"]},"64":{"value":"hsla(180, 55%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 64%, 100%)"},"name":"PaletteCyan64","attributes":{"category":"palette","type":"cyan","item":"64"},"path":["palette","cyan","64"]},"65":{"value":"hsla(180, 55%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 65%, 100%)"},"name":"PaletteCyan65","attributes":{"category":"palette","type":"cyan","item":"65"},"path":["palette","cyan","65"]},"66":{"value":"hsla(180, 55%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 66%, 100%)"},"name":"PaletteCyan66","attributes":{"category":"palette","type":"cyan","item":"66"},"path":["palette","cyan","66"]},"67":{"value":"hsla(180, 55%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 67%, 100%)"},"name":"PaletteCyan67","attributes":{"category":"palette","type":"cyan","item":"67"},"path":["palette","cyan","67"]},"68":{"value":"hsla(180, 55%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 68%, 100%)"},"name":"PaletteCyan68","attributes":{"category":"palette","type":"cyan","item":"68"},"path":["palette","cyan","68"]},"69":{"value":"hsla(180, 55%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 69%, 100%)"},"name":"PaletteCyan69","attributes":{"category":"palette","type":"cyan","item":"69"},"path":["palette","cyan","69"]},"70":{"value":"hsla(180, 55%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 70%, 100%)"},"name":"PaletteCyan70","attributes":{"category":"palette","type":"cyan","item":"70"},"path":["palette","cyan","70"]},"71":{"value":"hsla(180, 55%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 71%, 100%)"},"name":"PaletteCyan71","attributes":{"category":"palette","type":"cyan","item":"71"},"path":["palette","cyan","71"]},"72":{"value":"hsla(180, 55%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 72%, 100%)"},"name":"PaletteCyan72","attributes":{"category":"palette","type":"cyan","item":"72"},"path":["palette","cyan","72"]},"73":{"value":"hsla(180, 55%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 73%, 100%)"},"name":"PaletteCyan73","attributes":{"category":"palette","type":"cyan","item":"73"},"path":["palette","cyan","73"]},"74":{"value":"hsla(180, 55%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 74%, 100%)"},"name":"PaletteCyan74","attributes":{"category":"palette","type":"cyan","item":"74"},"path":["palette","cyan","74"]},"75":{"value":"hsla(180, 55%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 75%, 100%)"},"name":"PaletteCyan75","attributes":{"category":"palette","type":"cyan","item":"75"},"path":["palette","cyan","75"]},"76":{"value":"hsla(180, 55%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 76%, 100%)"},"name":"PaletteCyan76","attributes":{"category":"palette","type":"cyan","item":"76"},"path":["palette","cyan","76"]},"77":{"value":"hsla(180, 55%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 77%, 100%)"},"name":"PaletteCyan77","attributes":{"category":"palette","type":"cyan","item":"77"},"path":["palette","cyan","77"]},"78":{"value":"hsla(180, 55%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 78%, 100%)"},"name":"PaletteCyan78","attributes":{"category":"palette","type":"cyan","item":"78"},"path":["palette","cyan","78"]},"79":{"value":"hsla(180, 55%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 79%, 100%)"},"name":"PaletteCyan79","attributes":{"category":"palette","type":"cyan","item":"79"},"path":["palette","cyan","79"]},"80":{"value":"hsla(180, 55%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 80%, 100%)"},"name":"PaletteCyan80","attributes":{"category":"palette","type":"cyan","item":"80"},"path":["palette","cyan","80"]},"81":{"value":"hsla(180, 55%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 81%, 100%)"},"name":"PaletteCyan81","attributes":{"category":"palette","type":"cyan","item":"81"},"path":["palette","cyan","81"]},"82":{"value":"hsla(180, 55%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 82%, 100%)"},"name":"PaletteCyan82","attributes":{"category":"palette","type":"cyan","item":"82"},"path":["palette","cyan","82"]},"83":{"value":"hsla(180, 55%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 83%, 100%)"},"name":"PaletteCyan83","attributes":{"category":"palette","type":"cyan","item":"83"},"path":["palette","cyan","83"]},"84":{"value":"hsla(180, 55%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 84%, 100%)"},"name":"PaletteCyan84","attributes":{"category":"palette","type":"cyan","item":"84"},"path":["palette","cyan","84"]},"85":{"value":"hsla(180, 55%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 85%, 100%)"},"name":"PaletteCyan85","attributes":{"category":"palette","type":"cyan","item":"85"},"path":["palette","cyan","85"]},"86":{"value":"hsla(180, 55%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 86%, 100%)"},"name":"PaletteCyan86","attributes":{"category":"palette","type":"cyan","item":"86"},"path":["palette","cyan","86"]},"87":{"value":"hsla(180, 55%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 87%, 100%)"},"name":"PaletteCyan87","attributes":{"category":"palette","type":"cyan","item":"87"},"path":["palette","cyan","87"]},"88":{"value":"hsla(180, 55%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 88%, 100%)"},"name":"PaletteCyan88","attributes":{"category":"palette","type":"cyan","item":"88"},"path":["palette","cyan","88"]},"89":{"value":"hsla(180, 55%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 89%, 100%)"},"name":"PaletteCyan89","attributes":{"category":"palette","type":"cyan","item":"89"},"path":["palette","cyan","89"]},"90":{"value":"hsla(180, 55%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 90%, 100%)"},"name":"PaletteCyan90","attributes":{"category":"palette","type":"cyan","item":"90"},"path":["palette","cyan","90"]},"91":{"value":"hsla(180, 55%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 91%, 100%)"},"name":"PaletteCyan91","attributes":{"category":"palette","type":"cyan","item":"91"},"path":["palette","cyan","91"]},"92":{"value":"hsla(180, 55%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 92%, 100%)"},"name":"PaletteCyan92","attributes":{"category":"palette","type":"cyan","item":"92"},"path":["palette","cyan","92"]},"93":{"value":"hsla(180, 55%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 93%, 100%)"},"name":"PaletteCyan93","attributes":{"category":"palette","type":"cyan","item":"93"},"path":["palette","cyan","93"]},"94":{"value":"hsla(180, 55%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 94%, 100%)"},"name":"PaletteCyan94","attributes":{"category":"palette","type":"cyan","item":"94"},"path":["palette","cyan","94"]},"95":{"value":"hsla(180, 55%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 95%, 100%)"},"name":"PaletteCyan95","attributes":{"category":"palette","type":"cyan","item":"95"},"path":["palette","cyan","95"]},"96":{"value":"hsla(180, 55%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 96%, 100%)"},"name":"PaletteCyan96","attributes":{"category":"palette","type":"cyan","item":"96"},"path":["palette","cyan","96"]},"97":{"value":"hsla(180, 55%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 97%, 100%)"},"name":"PaletteCyan97","attributes":{"category":"palette","type":"cyan","item":"97"},"path":["palette","cyan","97"]},"98":{"value":"hsla(180, 55%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 98%, 100%)"},"name":"PaletteCyan98","attributes":{"category":"palette","type":"cyan","item":"98"},"path":["palette","cyan","98"]},"99":{"value":"hsla(180, 55%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 99%, 100%)"},"name":"PaletteCyan99","attributes":{"category":"palette","type":"cyan","item":"99"},"path":["palette","cyan","99"]},"100":{"value":"hsla(180, 55%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 100%, 100%)"},"name":"PaletteCyan100","attributes":{"category":"palette","type":"cyan","item":"100"},"path":["palette","cyan","100"]},"\"50-A16\"":{"value":"hsla(180, 55%, 50%, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 50%, 0.16)"},"name":"PaletteCyan50A16","attributes":{"category":"palette","type":"cyan","item":"\"50-A16\""},"path":["palette","cyan","\"50-A16\""]},"\"50-A32\"":{"value":"hsla(180, 55%, 50%, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 50%, 0.32)"},"name":"PaletteCyan50A32","attributes":{"category":"palette","type":"cyan","item":"\"50-A32\""},"path":["palette","cyan","\"50-A32\""]},"A32":{"value":"rgba(57, 198, 198, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(57, 198, 198, 0.32)"},"name":"PaletteCyanA32","attributes":{"category":"palette","type":"cyan","item":"A32"},"path":["palette","cyan","A32"]},"A16":{"value":"rgba(57, 198, 198, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(57, 198, 198, 0.16)"},"name":"PaletteCyanA16","attributes":{"category":"palette","type":"cyan","item":"A16"},"path":["palette","cyan","A16"]}}; -export const LightBackgroundBg = "hsla(0, 0%, 100%, 100%)"; -export const LightBackgroundBgSecondary = "hsla(229, 15%, 95%, 100%)"; -export const LightBackgroundBgTertiary = "hsla(229, 15%, 97%, 100%)"; -export const LightBackgroundNight = "hsla(229, 15%, 25%, 100%)"; -export const LightBackgroundCard = "hsla(229, 15%, 100%, 100%)"; -export const LightBackgroundTheme = "hsla(216, 100%, 50%, 100%)"; -export const LightBackgroundThemeFade = "hsla(216, 100%, 85%, 100%)"; -export const LightBackgroundThemeLess = "hsla(216, 100%, 94%, 100%)"; -export const LightBackgroundContrast = "hsla(229, 15%, 25%, 100%)"; -export const LightBackgroundContrastFade = "hsla(229, 15%, 92%, 100%)"; -export const LightBackgroundError = "hsla(7, 97%, 60%, 100%)"; -export const LightBackgroundErrorFade = "hsla(7, 97%, 90%, 100%)"; -export const LightBackgroundErrorLess = "hsla(7, 97%, 99%, 100%)"; -export const LightBackgroundSuccess = "hsla(104, 64%, 45%, 100%)"; -export const LightBackgroundSuccessFade = "hsla(104, 64%, 80%, 100%)"; -export const LightBackgroundWarning = "hsla(38, 100%, 50%, 100%)"; -export const LightBackgroundWarningFade = "hsla(38, 100%, 85%, 100%)"; -export const LightBackgroundTransparent = "transparent"; -export const LightBackgroundBackground = "hsla(0, 0%, 100%, 100%)"; -export const LightBackgroundBackgroundDisabled = "hsla(229, 15%, 95%, 100%)"; -export const LightBackgroundBackgroundLessContrast = "hsla(229, 15%, 95%, 100%)"; -export const LightBackgroundBackgroundUnder = "hsla(229, 15%, 95%, 100%)"; -export const LightBackgroundOverlay = "hsla(229, 15%, 20%, 32%)"; -export const LightBackgroundOverlayInverse = "hsla(229, 15%, 99%, 88%)"; -export const LightBackgroundOverlayHover = "rgba(0, 0, 0, 0.08)"; -export const LightBackgroundOverlayActive = "rgba(0, 0, 0, 0.16)"; -export const LightBackgroundOverlayDisabled = "hsla(0, 0%, 100%, 64%)"; -export const LightForegroundWhite = "hsla(0, 0%, 100%, 100%)"; -export const LightForegroundWhiteSecondary = "hsla(0, 0%, 100%, 72%)"; -export const LightForegroundTheme = "hsla(216, 100%, 50%, 100%)"; -export const LightForegroundThemeSecondary = "hsla(216, 100%, 60%, 100%)"; -export const LightForegroundContrast = "hsla(229, 15%, 15%, 100%)"; -export const LightForegroundOnContrast = "hsla(229, 15%, 100%, 100%)"; -export const LightForegroundContrastSecondary = "hsla(229, 15%, 50%, 100%)"; -export const LightForegroundContrastTertiary = "hsla(229, 15%, 60%, 100%)"; -export const LightForegroundError = "hsla(7, 97%, 40%, 100%)"; -export const LightForegroundErrorSecondary = "hsla(7, 97%, 50%, 100%)"; -export const LightForegroundErrorTertiary = "hsla(7, 97%, 70%, 100%)"; -export const LightForegroundErrorLess = "hsla(7, 97%, 90%, 100%)"; -export const LightForegroundSuccess = "hsla(104, 64%, 30%, 100%)"; -export const LightForegroundSuccessLess = "hsla(104, 64%, 90%, 100%)"; -export const LightForegroundSuccessSecondary = "hsla(104, 64%, 45%, 100%)"; -export const LightForegroundWarning = "hsla(38, 100%, 33%, 100%)"; -export const LightForegroundWarningSecondary = "hsla(38, 100%, 45%, 100%)"; -export const LightForegroundVisited = "hsla(277, 72%, 45%, 100%)"; -export const LightForegroundText = "hsla(229, 15%, 15%, 100%)"; -export const LightForegroundTextLessContrast = "hsla(229, 15%, 50%, 100%)"; -export const LightForegroundTextDisabled = "hsla(229, 15%, 70%, 100%)"; -export const LightForegroundTextError = "hsla(7, 97%, 50%, 100%)"; -export const LightForegroundTextSuccess = "hsla(104, 64%, 44%, 100%)"; -export const LightForegroundDivider = "hsla(229, 15%, 6%, 12%)"; -export const LightForegroundBorder = "hsla(229, 15%, 80%, 100%)"; -export const LightForegroundIcon = "hsla(229, 15%, 60%, 100%)"; -export const LightIconWhite = "hsla(0, 0%, 100%, 100%)"; -export const LightIconTheme = "hsla(216, 100%, 50%, 100%)"; -export const LightIconThemeFade = "hsla(216, 100%, 40%, 100%)"; -export const LightIconContrast = "hsla(229, 15%, 15%, 100%)"; -export const LightIconOnContrast = "hsla(229, 15%, 100%, 100%)"; -export const LightIconContrastFade = "hsla(229, 15%, 60%, 100%)"; -export const LightIconError = "hsla(7, 97%, 45%, 100%)"; -export const LightIconSuccess = "hsla(104, 64%, 40%, 100%)"; -export const LightIconWarning = "hsla(38, 100%, 42%, 100%)"; -export const LightIconVisited = "hsla(277, 72%, 55%, 100%)"; -export const LightLineTheme = "hsla(216, 100%, 50%, 100%)"; -export const LightLineThemeFade = "hsla(216, 100%, 65%, 100%)"; -export const LightLineThemeLess = "hsla(216, 100%, 85%, 100%)"; -export const LightLineContrast = "hsla(229, 15%, 15%, 100%)"; -export const LightLineContrastFade = "hsla(229, 15%, 80%, 100%)"; -export const LightLineContrastLess = "hsla(229, 15%, 6%, 12%)"; -export const LightLineError = "hsla(7, 97%, 45%, 100%)"; -export const LightLineErrorFade = "hsla(7, 97%, 65%, 100%)"; -export const LightLineSuccess = "hsla(104, 64%, 40%, 100%)"; -export const LightLineSuccessFade = "hsla(104, 64%, 45%, 100%)"; -export const LightLineWarning = "hsla(38, 100%, 45%, 100%)"; -export const LightLineWarningFade = "hsla(38, 100%, 55%, 100%)"; -export const LightLineVisited = "hsla(277, 72%, 80%, 100%)"; -export const LightShadowOutline = "hsla(229, 15%, 6%, 3%)"; -export const LightShadowKey = "hsla(229, 15%, 6%, 6%)"; -export const LightShadowAmbient = "hsla(229, 15%, 6%, 12%)"; -export const LightStatesBackgroundThemeHover = "hsla(216, 100%, 45%, 100%)"; -export const LightStatesBackgroundThemeActive = "hsla(216, 100%, 39%, 100%)"; -export const LightStatesBackgroundThemeFadeHover = "hsla(216, 100%, 91%, 100%)"; -export const LightStatesBackgroundThemeFadeActive = "hsla(216, 100%, 88%, 100%)"; -export const LightStatesBackgroundThemeLessHover = "hsla(216, 100%, 90%, 100%)"; -export const LightStatesBackgroundThemeLessActive = "hsla(216, 100%, 94%, 100%)"; -export const LightStatesBackgroundContrastHover = "hsla(229, 15%, 20%, 100%)"; -export const LightStatesBackgroundContrastActive = "hsla(229, 15%, 15%, 100%)"; -export const LightStatesBackgroundContrastFadeHover = "hsla(229, 15%, 88%, 100%)"; -export const LightStatesBackgroundContrastFadeActive = "hsla(229, 15%, 85%, 100%)"; -export const LightStatesBackgroundErrorHover = "hsla(7, 97%, 56%, 100%)"; -export const LightStatesBackgroundErrorActive = "hsla(7, 69%, 51%, 100%)"; -export const LightStatesBackgroundErrorFadeHover = "hsla(7, 97%, 92%, 100%)"; -export const LightStatesBackgroundErrorFadeActive = "hsla(7, 97%, 88%, 100%)"; -export const LightStatesBackgroundErrorLess = "hsla(7, 97%, 99%, 100%)"; -export const LightStatesBackgroundWarningFadeHover = "hsla(38, 100%, 87%, 100%)"; -export const LightStatesBackgroundWarningFadeActive = "hsla(7, 97%, 84%, 100%)"; -export const LightStatesBackgroundDisabled = "hsla(229, 15%, 50%, 16%)"; -export const LightStatesBackgroundTransparentHover = "hsla(229, 15%, 50%, 8%)"; -export const LightStatesBackgroundTransparentActive = "hsla(229, 15%, 50%, 16%)"; -export const LightStatesBackgroundGhostHover = "rgba(106, 115, 150, 0.08)"; -export const LightStatesBackgroundGhostActive = "rgba(106, 115, 150, 0.16)"; -export const LightStatesForegroundThemeHover = "hsla(216, 100%, 45%, 100%)"; -export const LightStatesForegroundThemeActive = "hsla(216, 100%, 40%, 100%)"; -export const LightStatesForegroundDisabled = "hsla(229, 15%, 15%, 32%)"; -export const LightStatesForegroundVisitedHover = "hsla(277, 72%, 40%, 100%)"; -export const LightStatesForegroundVisitedActive = "hsla(277, 72%, 35%, 100%)"; -export const LightStatesIconThemeHover = "hsla(216, 100%, 45%, 100%)"; -export const LightStatesIconThemeActive = "hsla(216, 100%, 40%, 100%)"; -export const LightStatesIconDisabled = "hsla(229, 15%, 15%, 32%)"; -export const LightStatesIconContrastHover = "hsla(229, 15%, 10%, 100%)"; -export const LightStatesIconContrastActive = "hsla(229, 15%, 10%, 100%)"; -export const LightStatesIconContrastFadeHover = "hsla(229, 15%, 50%, 100%)"; -export const LightStatesIconContrastFadeActive = "hsla(229, 15%, 40%, 100%)"; -export const LightStatesIconErrorHover = "hsla(7, 97%, 45%, 100%)"; -export const LightStatesIconErrorActive = "hsla(7, 97%, 40%, 100%)"; -export const LightStatesIconSuccessHover = "hsla(104, 64%, 40%, 100%)"; -export const LightStatesIconSuccessActive = "hsla(104, 64%, 30%, 100%)"; -export const LightStatesIconWarningHover = "hsla(38, 100%, 45%, 100%)"; -export const LightStatesIconWarningActive = "hsla(38, 100%, 42%, 100%)"; -export const LightStatesIconVisitedHover = "hsla(277, 72%, 50%, 100%)"; -export const LightStatesIconVisitedActive = "hsla(277, 72%, 40%, 100%)"; -export const LightStatesLineFocus = "hsla(216, 100%, 50%, 100%)"; -export const LightStatesLineFocusTheme = "hsla(216, 100%, 60%, 100%)"; -export const LightStatesLineDisabled = "hsla(229, 15%, 50%, 32%)"; -export const LightStatesLineFocusError = "hsla(7, 97%, 45%, 100%)"; -export const LightStatesFocusedColor = "hsla(216, 100%, 50%, 100%)"; -export const LightStatesFocusedColorError = "hsla(7, 97%, 50%, 100%)"; -export const LightStatesSelectedColor = "hsla(216, 100%, 95%, 100%)"; -export const LightStatesPressedShadow = "inset 0 1px 2px 0 rgba(0, 0, 0, 0.20)"; -export const LightStatesDisabledOpacity = 0.32; -export const LightOthersBrand = "hsla(7, 97%, 50%, 100%)"; -export const DarkThemeDefault = "hsla(216, 100%, 50%, 100%)"; -export const DarkThemePalette = {"0":{"value":"hsla(216, 100%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 0%, 100%)"},"name":"PaletteBlue0","attributes":{"category":"palette","type":"blue","item":"0"},"path":["palette","blue","0"]},"1":{"value":"hsla(216, 100%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 1%, 100%)"},"name":"PaletteBlue1","attributes":{"category":"palette","type":"blue","item":"1"},"path":["palette","blue","1"]},"2":{"value":"hsla(216, 100%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 2%, 100%)"},"name":"PaletteBlue2","attributes":{"category":"palette","type":"blue","item":"2"},"path":["palette","blue","2"]},"3":{"value":"hsla(216, 100%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 3%, 100%)"},"name":"PaletteBlue3","attributes":{"category":"palette","type":"blue","item":"3"},"path":["palette","blue","3"]},"4":{"value":"hsla(216, 100%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 4%, 100%)"},"name":"PaletteBlue4","attributes":{"category":"palette","type":"blue","item":"4"},"path":["palette","blue","4"]},"5":{"value":"hsla(216, 100%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 100%)"},"name":"PaletteBlue5","attributes":{"category":"palette","type":"blue","item":"5"},"path":["palette","blue","5"]},"6":{"value":"hsla(216, 100%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 6%, 100%)"},"name":"PaletteBlue6","attributes":{"category":"palette","type":"blue","item":"6"},"path":["palette","blue","6"]},"7":{"value":"hsla(216, 100%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 7%, 100%)"},"name":"PaletteBlue7","attributes":{"category":"palette","type":"blue","item":"7"},"path":["palette","blue","7"]},"8":{"value":"hsla(216, 100%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 8%, 100%)"},"name":"PaletteBlue8","attributes":{"category":"palette","type":"blue","item":"8"},"path":["palette","blue","8"]},"9":{"value":"hsla(216, 100%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 9%, 100%)"},"name":"PaletteBlue9","attributes":{"category":"palette","type":"blue","item":"9"},"path":["palette","blue","9"]},"10":{"value":"hsla(216, 100%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 10%, 100%)"},"name":"PaletteBlue10","attributes":{"category":"palette","type":"blue","item":"10"},"path":["palette","blue","10"]},"11":{"value":"hsla(216, 100%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 11%, 100%)"},"name":"PaletteBlue11","attributes":{"category":"palette","type":"blue","item":"11"},"path":["palette","blue","11"]},"12":{"value":"hsla(216, 100%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 12%, 100%)"},"name":"PaletteBlue12","attributes":{"category":"palette","type":"blue","item":"12"},"path":["palette","blue","12"]},"13":{"value":"hsla(216, 100%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 13%, 100%)"},"name":"PaletteBlue13","attributes":{"category":"palette","type":"blue","item":"13"},"path":["palette","blue","13"]},"14":{"value":"hsla(216, 100%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 14%, 100%)"},"name":"PaletteBlue14","attributes":{"category":"palette","type":"blue","item":"14"},"path":["palette","blue","14"]},"15":{"value":"hsla(216, 100%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 100%)"},"name":"PaletteBlue15","attributes":{"category":"palette","type":"blue","item":"15"},"path":["palette","blue","15"]},"16":{"value":"hsla(216, 100%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 16%, 100%)"},"name":"PaletteBlue16","attributes":{"category":"palette","type":"blue","item":"16"},"path":["palette","blue","16"]},"17":{"value":"hsla(216, 100%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 17%, 100%)"},"name":"PaletteBlue17","attributes":{"category":"palette","type":"blue","item":"17"},"path":["palette","blue","17"]},"18":{"value":"hsla(216, 100%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 18%, 100%)"},"name":"PaletteBlue18","attributes":{"category":"palette","type":"blue","item":"18"},"path":["palette","blue","18"]},"19":{"value":"hsla(216, 100%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 19%, 100%)"},"name":"PaletteBlue19","attributes":{"category":"palette","type":"blue","item":"19"},"path":["palette","blue","19"]},"20":{"value":"hsla(216, 100%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 20%, 100%)"},"name":"PaletteBlue20","attributes":{"category":"palette","type":"blue","item":"20"},"path":["palette","blue","20"]},"21":{"value":"hsla(216, 100%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 21%, 100%)"},"name":"PaletteBlue21","attributes":{"category":"palette","type":"blue","item":"21"},"path":["palette","blue","21"]},"22":{"value":"hsla(216, 100%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 22%, 100%)"},"name":"PaletteBlue22","attributes":{"category":"palette","type":"blue","item":"22"},"path":["palette","blue","22"]},"23":{"value":"hsla(216, 100%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 23%, 100%)"},"name":"PaletteBlue23","attributes":{"category":"palette","type":"blue","item":"23"},"path":["palette","blue","23"]},"24":{"value":"hsla(216, 100%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 24%, 100%)"},"name":"PaletteBlue24","attributes":{"category":"palette","type":"blue","item":"24"},"path":["palette","blue","24"]},"25":{"value":"hsla(216, 100%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 25%, 100%)"},"name":"PaletteBlue25","attributes":{"category":"palette","type":"blue","item":"25"},"path":["palette","blue","25"]},"26":{"value":"hsla(216, 100%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 26%, 100%)"},"name":"PaletteBlue26","attributes":{"category":"palette","type":"blue","item":"26"},"path":["palette","blue","26"]},"27":{"value":"hsla(216, 100%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 27%, 100%)"},"name":"PaletteBlue27","attributes":{"category":"palette","type":"blue","item":"27"},"path":["palette","blue","27"]},"28":{"value":"hsla(216, 100%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 28%, 100%)"},"name":"PaletteBlue28","attributes":{"category":"palette","type":"blue","item":"28"},"path":["palette","blue","28"]},"29":{"value":"hsla(216, 100%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 29%, 100%)"},"name":"PaletteBlue29","attributes":{"category":"palette","type":"blue","item":"29"},"path":["palette","blue","29"]},"30":{"value":"hsla(216, 100%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 30%, 100%)"},"name":"PaletteBlue30","attributes":{"category":"palette","type":"blue","item":"30"},"path":["palette","blue","30"]},"31":{"value":"hsla(216, 100%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 31%, 100%)"},"name":"PaletteBlue31","attributes":{"category":"palette","type":"blue","item":"31"},"path":["palette","blue","31"]},"32":{"value":"hsla(216, 100%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 32%, 100%)"},"name":"PaletteBlue32","attributes":{"category":"palette","type":"blue","item":"32"},"path":["palette","blue","32"]},"33":{"value":"hsla(216, 100%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 33%, 100%)"},"name":"PaletteBlue33","attributes":{"category":"palette","type":"blue","item":"33"},"path":["palette","blue","33"]},"34":{"value":"hsla(216, 100%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 34%, 100%)"},"name":"PaletteBlue34","attributes":{"category":"palette","type":"blue","item":"34"},"path":["palette","blue","34"]},"35":{"value":"hsla(216, 100%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 35%, 100%)"},"name":"PaletteBlue35","attributes":{"category":"palette","type":"blue","item":"35"},"path":["palette","blue","35"]},"36":{"value":"hsla(216, 100%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 36%, 100%)"},"name":"PaletteBlue36","attributes":{"category":"palette","type":"blue","item":"36"},"path":["palette","blue","36"]},"37":{"value":"hsla(216, 100%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 37%, 100%)"},"name":"PaletteBlue37","attributes":{"category":"palette","type":"blue","item":"37"},"path":["palette","blue","37"]},"38":{"value":"hsla(216, 100%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 38%, 100%)"},"name":"PaletteBlue38","attributes":{"category":"palette","type":"blue","item":"38"},"path":["palette","blue","38"]},"39":{"value":"hsla(216, 100%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 39%, 100%)"},"name":"PaletteBlue39","attributes":{"category":"palette","type":"blue","item":"39"},"path":["palette","blue","39"]},"40":{"value":"hsla(216, 100%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 40%, 100%)"},"name":"PaletteBlue40","attributes":{"category":"palette","type":"blue","item":"40"},"path":["palette","blue","40"]},"41":{"value":"hsla(216, 100%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 41%, 100%)"},"name":"PaletteBlue41","attributes":{"category":"palette","type":"blue","item":"41"},"path":["palette","blue","41"]},"42":{"value":"hsla(216, 100%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 42%, 100%)"},"name":"PaletteBlue42","attributes":{"category":"palette","type":"blue","item":"42"},"path":["palette","blue","42"]},"43":{"value":"hsla(216, 100%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 43%, 100%)"},"name":"PaletteBlue43","attributes":{"category":"palette","type":"blue","item":"43"},"path":["palette","blue","43"]},"44":{"value":"hsla(216, 100%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 44%, 100%)"},"name":"PaletteBlue44","attributes":{"category":"palette","type":"blue","item":"44"},"path":["palette","blue","44"]},"45":{"value":"hsla(216, 100%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 45%, 100%)"},"name":"PaletteBlue45","attributes":{"category":"palette","type":"blue","item":"45"},"path":["palette","blue","45"]},"46":{"value":"hsla(216, 100%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 46%, 100%)"},"name":"PaletteBlue46","attributes":{"category":"palette","type":"blue","item":"46"},"path":["palette","blue","46"]},"47":{"value":"hsla(216, 100%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 47%, 100%)"},"name":"PaletteBlue47","attributes":{"category":"palette","type":"blue","item":"47"},"path":["palette","blue","47"]},"48":{"value":"hsla(216, 100%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 48%, 100%)"},"name":"PaletteBlue48","attributes":{"category":"palette","type":"blue","item":"48"},"path":["palette","blue","48"]},"49":{"value":"hsla(216, 100%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 49%, 100%)"},"name":"PaletteBlue49","attributes":{"category":"palette","type":"blue","item":"49"},"path":["palette","blue","49"]},"50":{"value":"hsla(216, 100%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 100%)"},"name":"PaletteBlue50","attributes":{"category":"palette","type":"blue","item":"50"},"path":["palette","blue","50"]},"51":{"value":"hsla(216, 100%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 51%, 100%)"},"name":"PaletteBlue51","attributes":{"category":"palette","type":"blue","item":"51"},"path":["palette","blue","51"]},"52":{"value":"hsla(216, 100%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 52%, 100%)"},"name":"PaletteBlue52","attributes":{"category":"palette","type":"blue","item":"52"},"path":["palette","blue","52"]},"53":{"value":"hsla(216, 100%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 53%, 100%)"},"name":"PaletteBlue53","attributes":{"category":"palette","type":"blue","item":"53"},"path":["palette","blue","53"]},"54":{"value":"hsla(216, 100%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 54%, 100%)"},"name":"PaletteBlue54","attributes":{"category":"palette","type":"blue","item":"54"},"path":["palette","blue","54"]},"55":{"value":"hsla(216, 100%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 55%, 100%)"},"name":"PaletteBlue55","attributes":{"category":"palette","type":"blue","item":"55"},"path":["palette","blue","55"]},"56":{"value":"hsla(216, 100%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 56%, 100%)"},"name":"PaletteBlue56","attributes":{"category":"palette","type":"blue","item":"56"},"path":["palette","blue","56"]},"57":{"value":"hsla(216, 100%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 57%, 100%)"},"name":"PaletteBlue57","attributes":{"category":"palette","type":"blue","item":"57"},"path":["palette","blue","57"]},"58":{"value":"hsla(216, 100%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 58%, 100%)"},"name":"PaletteBlue58","attributes":{"category":"palette","type":"blue","item":"58"},"path":["palette","blue","58"]},"59":{"value":"hsla(216, 100%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 59%, 100%)"},"name":"PaletteBlue59","attributes":{"category":"palette","type":"blue","item":"59"},"path":["palette","blue","59"]},"60":{"value":"hsla(216, 100%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 60%, 100%)"},"name":"PaletteBlue60","attributes":{"category":"palette","type":"blue","item":"60"},"path":["palette","blue","60"]},"61":{"value":"hsla(216, 100%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 61%, 100%)"},"name":"PaletteBlue61","attributes":{"category":"palette","type":"blue","item":"61"},"path":["palette","blue","61"]},"62":{"value":"hsla(216, 100%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 62%, 100%)"},"name":"PaletteBlue62","attributes":{"category":"palette","type":"blue","item":"62"},"path":["palette","blue","62"]},"63":{"value":"hsla(216, 100%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 63%, 100%)"},"name":"PaletteBlue63","attributes":{"category":"palette","type":"blue","item":"63"},"path":["palette","blue","63"]},"64":{"value":"hsla(216, 100%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 64%, 100%)"},"name":"PaletteBlue64","attributes":{"category":"palette","type":"blue","item":"64"},"path":["palette","blue","64"]},"65":{"value":"hsla(216, 100%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 65%, 100%)"},"name":"PaletteBlue65","attributes":{"category":"palette","type":"blue","item":"65"},"path":["palette","blue","65"]},"66":{"value":"hsla(216, 100%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 66%, 100%)"},"name":"PaletteBlue66","attributes":{"category":"palette","type":"blue","item":"66"},"path":["palette","blue","66"]},"67":{"value":"hsla(216, 100%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 67%, 100%)"},"name":"PaletteBlue67","attributes":{"category":"palette","type":"blue","item":"67"},"path":["palette","blue","67"]},"68":{"value":"hsla(216, 100%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 68%, 100%)"},"name":"PaletteBlue68","attributes":{"category":"palette","type":"blue","item":"68"},"path":["palette","blue","68"]},"69":{"value":"hsla(216, 100%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 69%, 100%)"},"name":"PaletteBlue69","attributes":{"category":"palette","type":"blue","item":"69"},"path":["palette","blue","69"]},"70":{"value":"hsla(216, 100%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 70%, 100%)"},"name":"PaletteBlue70","attributes":{"category":"palette","type":"blue","item":"70"},"path":["palette","blue","70"]},"71":{"value":"hsla(216, 100%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 71%, 100%)"},"name":"PaletteBlue71","attributes":{"category":"palette","type":"blue","item":"71"},"path":["palette","blue","71"]},"72":{"value":"hsla(216, 100%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 72%, 100%)"},"name":"PaletteBlue72","attributes":{"category":"palette","type":"blue","item":"72"},"path":["palette","blue","72"]},"73":{"value":"hsla(216, 100%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 73%, 100%)"},"name":"PaletteBlue73","attributes":{"category":"palette","type":"blue","item":"73"},"path":["palette","blue","73"]},"74":{"value":"hsla(216, 100%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 74%, 100%)"},"name":"PaletteBlue74","attributes":{"category":"palette","type":"blue","item":"74"},"path":["palette","blue","74"]},"75":{"value":"hsla(216, 100%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 75%, 100%)"},"name":"PaletteBlue75","attributes":{"category":"palette","type":"blue","item":"75"},"path":["palette","blue","75"]},"76":{"value":"hsla(216, 100%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 76%, 100%)"},"name":"PaletteBlue76","attributes":{"category":"palette","type":"blue","item":"76"},"path":["palette","blue","76"]},"77":{"value":"hsla(216, 100%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 77%, 100%)"},"name":"PaletteBlue77","attributes":{"category":"palette","type":"blue","item":"77"},"path":["palette","blue","77"]},"78":{"value":"hsla(216, 100%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 78%, 100%)"},"name":"PaletteBlue78","attributes":{"category":"palette","type":"blue","item":"78"},"path":["palette","blue","78"]},"79":{"value":"hsla(216, 100%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 79%, 100%)"},"name":"PaletteBlue79","attributes":{"category":"palette","type":"blue","item":"79"},"path":["palette","blue","79"]},"80":{"value":"hsla(216, 100%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 80%, 100%)"},"name":"PaletteBlue80","attributes":{"category":"palette","type":"blue","item":"80"},"path":["palette","blue","80"]},"81":{"value":"hsla(216, 100%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 81%, 100%)"},"name":"PaletteBlue81","attributes":{"category":"palette","type":"blue","item":"81"},"path":["palette","blue","81"]},"82":{"value":"hsla(216, 100%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 82%, 100%)"},"name":"PaletteBlue82","attributes":{"category":"palette","type":"blue","item":"82"},"path":["palette","blue","82"]},"83":{"value":"hsla(216, 100%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 83%, 100%)"},"name":"PaletteBlue83","attributes":{"category":"palette","type":"blue","item":"83"},"path":["palette","blue","83"]},"84":{"value":"hsla(216, 100%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 84%, 100%)"},"name":"PaletteBlue84","attributes":{"category":"palette","type":"blue","item":"84"},"path":["palette","blue","84"]},"85":{"value":"hsla(216, 100%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 85%, 100%)"},"name":"PaletteBlue85","attributes":{"category":"palette","type":"blue","item":"85"},"path":["palette","blue","85"]},"86":{"value":"hsla(216, 100%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 86%, 100%)"},"name":"PaletteBlue86","attributes":{"category":"palette","type":"blue","item":"86"},"path":["palette","blue","86"]},"87":{"value":"hsla(216, 100%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 87%, 100%)"},"name":"PaletteBlue87","attributes":{"category":"palette","type":"blue","item":"87"},"path":["palette","blue","87"]},"88":{"value":"hsla(216, 100%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 88%, 100%)"},"name":"PaletteBlue88","attributes":{"category":"palette","type":"blue","item":"88"},"path":["palette","blue","88"]},"89":{"value":"hsla(216, 100%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 89%, 100%)"},"name":"PaletteBlue89","attributes":{"category":"palette","type":"blue","item":"89"},"path":["palette","blue","89"]},"90":{"value":"hsla(216, 100%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 90%, 100%)"},"name":"PaletteBlue90","attributes":{"category":"palette","type":"blue","item":"90"},"path":["palette","blue","90"]},"91":{"value":"hsla(216, 100%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 91%, 100%)"},"name":"PaletteBlue91","attributes":{"category":"palette","type":"blue","item":"91"},"path":["palette","blue","91"]},"92":{"value":"hsla(216, 100%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 100%)"},"name":"PaletteBlue92","attributes":{"category":"palette","type":"blue","item":"92"},"path":["palette","blue","92"]},"93":{"value":"hsla(216, 100%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 93%, 100%)"},"name":"PaletteBlue93","attributes":{"category":"palette","type":"blue","item":"93"},"path":["palette","blue","93"]},"94":{"value":"hsla(216, 100%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 94%, 100%)"},"name":"PaletteBlue94","attributes":{"category":"palette","type":"blue","item":"94"},"path":["palette","blue","94"]},"95":{"value":"hsla(216, 100%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 95%, 100%)"},"name":"PaletteBlue95","attributes":{"category":"palette","type":"blue","item":"95"},"path":["palette","blue","95"]},"96":{"value":"hsla(216, 100%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 96%, 100%)"},"name":"PaletteBlue96","attributes":{"category":"palette","type":"blue","item":"96"},"path":["palette","blue","96"]},"97":{"value":"hsla(216, 100%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 97%, 100%)"},"name":"PaletteBlue97","attributes":{"category":"palette","type":"blue","item":"97"},"path":["palette","blue","97"]},"98":{"value":"hsla(216, 100%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 98%, 100%)"},"name":"PaletteBlue98","attributes":{"category":"palette","type":"blue","item":"98"},"path":["palette","blue","98"]},"99":{"value":"hsla(216, 100%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 99%, 100%)"},"name":"PaletteBlue99","attributes":{"category":"palette","type":"blue","item":"99"},"path":["palette","blue","99"]},"100":{"value":"hsla(216, 100%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 100%, 100%)"},"name":"PaletteBlue100","attributes":{"category":"palette","type":"blue","item":"100"},"path":["palette","blue","100"]},"\"5-A12\"":{"value":"hsla(216, 100%, 5%, 12%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 12%)"},"name":"PaletteBlue5A12","attributes":{"category":"palette","type":"blue","item":"\"5-A12\""},"path":["palette","blue","\"5-A12\""]},"\"5-A24\"":{"value":"hsla(216, 100%, 5%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 24%)"},"name":"PaletteBlue5A24","attributes":{"category":"palette","type":"blue","item":"\"5-A24\""},"path":["palette","blue","\"5-A24\""]},"\"5-A32\"":{"value":"hsla(216, 100%, 5%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 32%)"},"name":"PaletteBlue5A32","attributes":{"category":"palette","type":"blue","item":"\"5-A32\""},"path":["palette","blue","\"5-A32\""]},"\"15-A20\"":{"value":"hsla(216, 100%, 15%, 20%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 20%)"},"name":"PaletteBlue15A20","attributes":{"category":"palette","type":"blue","item":"\"15-A20\""},"path":["palette","blue","\"15-A20\""]},"\"15-A30\"":{"value":"hsla(216, 100%, 15%, 30%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 30%)"},"name":"PaletteBlue15A30","attributes":{"category":"palette","type":"blue","item":"\"15-A30\""},"path":["palette","blue","\"15-A30\""]},"\"15-A40\"":{"value":"hsla(216, 100%, 15%, 40%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 40%)"},"name":"PaletteBlue15A40","attributes":{"category":"palette","type":"blue","item":"\"15-A40\""},"path":["palette","blue","\"15-A40\""]},"\"15-A50\"":{"value":"hsla(216, 100%, 15%, 50%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 50%)"},"name":"PaletteBlue15A50","attributes":{"category":"palette","type":"blue","item":"\"15-A50\""},"path":["palette","blue","\"15-A50\""]},"\"15-A60\"":{"value":"hsla(216, 100%, 15%, 60%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 60%)"},"name":"PaletteBlue15A60","attributes":{"category":"palette","type":"blue","item":"\"15-A60\""},"path":["palette","blue","\"15-A60\""]},"\"50-A8\"":{"value":"hsla(216, 100%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 8%)"},"name":"PaletteBlue50A8","attributes":{"category":"palette","type":"blue","item":"\"50-A8\""},"path":["palette","blue","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(216, 100%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 16%)"},"name":"PaletteBlue50A16","attributes":{"category":"palette","type":"blue","item":"\"50-A16\""},"path":["palette","blue","\"50-A16\""]},"\"50-A55\"":{"value":"hsla(216, 100%, 50%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 55%)"},"name":"PaletteBlue50A55","attributes":{"category":"palette","type":"blue","item":"\"50-A55\""},"path":["palette","blue","\"50-A55\""]},"\"92-A20\"":{"value":"hsla(216, 100%, 92%, 20%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 20%)"},"name":"PaletteBlue92A20","attributes":{"category":"palette","type":"blue","item":"\"92-A20\""},"path":["palette","blue","\"92-A20\""]},"\"92-A30\"":{"value":"hsla(216, 100%, 92%, 30%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 30%)"},"name":"PaletteBlue92A30","attributes":{"category":"palette","type":"blue","item":"\"92-A30\""},"path":["palette","blue","\"92-A30\""]},"\"92-A40\"":{"value":"hsla(216, 100%, 92%, 40%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 40%)"},"name":"PaletteBlue92A40","attributes":{"category":"palette","type":"blue","item":"\"92-A40\""},"path":["palette","blue","\"92-A40\""]},"\"92-A50\"":{"value":"hsla(216, 100%, 92%, 50%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 50%)"},"name":"PaletteBlue92A50","attributes":{"category":"palette","type":"blue","item":"\"92-A50\""},"path":["palette","blue","\"92-A50\""]},"\"92-A60\"":{"value":"hsla(216, 100%, 92%, 60%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 60%)"},"name":"PaletteBlue92A60","attributes":{"category":"palette","type":"blue","item":"\"92-A60\""},"path":["palette","blue","\"92-A60\""]},"A8":{"value":"hsla(216, 100%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 8%)"},"name":"PaletteBlueA8","attributes":{"category":"palette","type":"blue","item":"A8"},"path":["palette","blue","A8"]},"A12":{"value":"hsla(216, 100%, 5%, 12%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 12%)"},"name":"PaletteBlueA12","attributes":{"category":"palette","type":"blue","item":"A12"},"path":["palette","blue","A12"]},"A16":{"value":"hsla(216, 100%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 16%)"},"name":"PaletteBlueA16","attributes":{"category":"palette","type":"blue","item":"A16"},"path":["palette","blue","A16"]},"A24":{"value":"hsla(216, 100%, 5%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 24%)"},"name":"PaletteBlueA24","attributes":{"category":"palette","type":"blue","item":"A24"},"path":["palette","blue","A24"]},"A32":{"value":"hsla(216, 100%, 5%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 32%)"},"name":"PaletteBlueA32","attributes":{"category":"palette","type":"blue","item":"A32"},"path":["palette","blue","A32"]}}; -export const DarkSuccessDefault = "hsla(104, 64%, 50%, 100%)"; -export const DarkSuccessPalette = {"0":{"value":"hsla(104, 64%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 0%, 100%)"},"name":"PaletteGreen0","attributes":{"category":"palette","type":"green","item":"0"},"path":["palette","green","0"]},"1":{"value":"hsla(104, 64%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 1%, 100%)"},"name":"PaletteGreen1","attributes":{"category":"palette","type":"green","item":"1"},"path":["palette","green","1"]},"2":{"value":"hsla(104, 64%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 2%, 100%)"},"name":"PaletteGreen2","attributes":{"category":"palette","type":"green","item":"2"},"path":["palette","green","2"]},"3":{"value":"hsla(104, 64%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 3%, 100%)"},"name":"PaletteGreen3","attributes":{"category":"palette","type":"green","item":"3"},"path":["palette","green","3"]},"4":{"value":"hsla(104, 64%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 4%, 100%)"},"name":"PaletteGreen4","attributes":{"category":"palette","type":"green","item":"4"},"path":["palette","green","4"]},"5":{"value":"hsla(104, 64%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 5%, 100%)"},"name":"PaletteGreen5","attributes":{"category":"palette","type":"green","item":"5"},"path":["palette","green","5"]},"6":{"value":"hsla(104, 64%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 6%, 100%)"},"name":"PaletteGreen6","attributes":{"category":"palette","type":"green","item":"6"},"path":["palette","green","6"]},"7":{"value":"hsla(104, 64%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 7%, 100%)"},"name":"PaletteGreen7","attributes":{"category":"palette","type":"green","item":"7"},"path":["palette","green","7"]},"8":{"value":"hsla(104, 64%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 8%, 100%)"},"name":"PaletteGreen8","attributes":{"category":"palette","type":"green","item":"8"},"path":["palette","green","8"]},"9":{"value":"hsla(104, 64%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 9%, 100%)"},"name":"PaletteGreen9","attributes":{"category":"palette","type":"green","item":"9"},"path":["palette","green","9"]},"10":{"value":"hsla(104, 64%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 10%, 100%)"},"name":"PaletteGreen10","attributes":{"category":"palette","type":"green","item":"10"},"path":["palette","green","10"]},"11":{"value":"hsla(104, 64%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 11%, 100%)"},"name":"PaletteGreen11","attributes":{"category":"palette","type":"green","item":"11"},"path":["palette","green","11"]},"12":{"value":"hsla(104, 64%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 12%, 100%)"},"name":"PaletteGreen12","attributes":{"category":"palette","type":"green","item":"12"},"path":["palette","green","12"]},"13":{"value":"hsla(104, 64%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 13%, 100%)"},"name":"PaletteGreen13","attributes":{"category":"palette","type":"green","item":"13"},"path":["palette","green","13"]},"14":{"value":"hsla(104, 64%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 14%, 100%)"},"name":"PaletteGreen14","attributes":{"category":"palette","type":"green","item":"14"},"path":["palette","green","14"]},"15":{"value":"hsla(104, 64%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 15%, 100%)"},"name":"PaletteGreen15","attributes":{"category":"palette","type":"green","item":"15"},"path":["palette","green","15"]},"16":{"value":"hsla(104, 64%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 16%, 100%)"},"name":"PaletteGreen16","attributes":{"category":"palette","type":"green","item":"16"},"path":["palette","green","16"]},"17":{"value":"hsla(104, 64%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 17%, 100%)"},"name":"PaletteGreen17","attributes":{"category":"palette","type":"green","item":"17"},"path":["palette","green","17"]},"18":{"value":"hsla(104, 64%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 18%, 100%)"},"name":"PaletteGreen18","attributes":{"category":"palette","type":"green","item":"18"},"path":["palette","green","18"]},"19":{"value":"hsla(104, 64%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 19%, 100%)"},"name":"PaletteGreen19","attributes":{"category":"palette","type":"green","item":"19"},"path":["palette","green","19"]},"20":{"value":"hsla(104, 64%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 20%, 100%)"},"name":"PaletteGreen20","attributes":{"category":"palette","type":"green","item":"20"},"path":["palette","green","20"]},"21":{"value":"hsla(104, 64%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 21%, 100%)"},"name":"PaletteGreen21","attributes":{"category":"palette","type":"green","item":"21"},"path":["palette","green","21"]},"22":{"value":"hsla(104, 64%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 22%, 100%)"},"name":"PaletteGreen22","attributes":{"category":"palette","type":"green","item":"22"},"path":["palette","green","22"]},"23":{"value":"hsla(104, 64%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 23%, 100%)"},"name":"PaletteGreen23","attributes":{"category":"palette","type":"green","item":"23"},"path":["palette","green","23"]},"24":{"value":"hsla(104, 64%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 24%, 100%)"},"name":"PaletteGreen24","attributes":{"category":"palette","type":"green","item":"24"},"path":["palette","green","24"]},"25":{"value":"hsla(104, 64%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 25%, 100%)"},"name":"PaletteGreen25","attributes":{"category":"palette","type":"green","item":"25"},"path":["palette","green","25"]},"26":{"value":"hsla(104, 64%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 26%, 100%)"},"name":"PaletteGreen26","attributes":{"category":"palette","type":"green","item":"26"},"path":["palette","green","26"]},"27":{"value":"hsla(104, 64%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 27%, 100%)"},"name":"PaletteGreen27","attributes":{"category":"palette","type":"green","item":"27"},"path":["palette","green","27"]},"28":{"value":"hsla(104, 64%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 28%, 100%)"},"name":"PaletteGreen28","attributes":{"category":"palette","type":"green","item":"28"},"path":["palette","green","28"]},"29":{"value":"hsla(104, 64%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 29%, 100%)"},"name":"PaletteGreen29","attributes":{"category":"palette","type":"green","item":"29"},"path":["palette","green","29"]},"30":{"value":"hsla(104, 64%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 30%, 100%)"},"name":"PaletteGreen30","attributes":{"category":"palette","type":"green","item":"30"},"path":["palette","green","30"]},"31":{"value":"hsla(104, 64%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 31%, 100%)"},"name":"PaletteGreen31","attributes":{"category":"palette","type":"green","item":"31"},"path":["palette","green","31"]},"32":{"value":"hsla(104, 64%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 32%, 100%)"},"name":"PaletteGreen32","attributes":{"category":"palette","type":"green","item":"32"},"path":["palette","green","32"]},"33":{"value":"hsla(104, 64%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 33%, 100%)"},"name":"PaletteGreen33","attributes":{"category":"palette","type":"green","item":"33"},"path":["palette","green","33"]},"34":{"value":"hsla(104, 64%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 34%, 100%)"},"name":"PaletteGreen34","attributes":{"category":"palette","type":"green","item":"34"},"path":["palette","green","34"]},"35":{"value":"hsla(104, 64%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 35%, 100%)"},"name":"PaletteGreen35","attributes":{"category":"palette","type":"green","item":"35"},"path":["palette","green","35"]},"36":{"value":"hsla(104, 64%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 36%, 100%)"},"name":"PaletteGreen36","attributes":{"category":"palette","type":"green","item":"36"},"path":["palette","green","36"]},"37":{"value":"hsla(104, 64%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 37%, 100%)"},"name":"PaletteGreen37","attributes":{"category":"palette","type":"green","item":"37"},"path":["palette","green","37"]},"38":{"value":"hsla(104, 64%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 38%, 100%)"},"name":"PaletteGreen38","attributes":{"category":"palette","type":"green","item":"38"},"path":["palette","green","38"]},"39":{"value":"hsla(104, 64%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 39%, 100%)"},"name":"PaletteGreen39","attributes":{"category":"palette","type":"green","item":"39"},"path":["palette","green","39"]},"40":{"value":"hsla(104, 64%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 40%, 100%)"},"name":"PaletteGreen40","attributes":{"category":"palette","type":"green","item":"40"},"path":["palette","green","40"]},"41":{"value":"hsla(104, 64%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 41%, 100%)"},"name":"PaletteGreen41","attributes":{"category":"palette","type":"green","item":"41"},"path":["palette","green","41"]},"42":{"value":"hsla(104, 64%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 42%, 100%)"},"name":"PaletteGreen42","attributes":{"category":"palette","type":"green","item":"42"},"path":["palette","green","42"]},"43":{"value":"hsla(104, 64%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 43%, 100%)"},"name":"PaletteGreen43","attributes":{"category":"palette","type":"green","item":"43"},"path":["palette","green","43"]},"44":{"value":"hsla(104, 64%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 44%, 100%)"},"name":"PaletteGreen44","attributes":{"category":"palette","type":"green","item":"44"},"path":["palette","green","44"]},"45":{"value":"hsla(104, 64%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 45%, 100%)"},"name":"PaletteGreen45","attributes":{"category":"palette","type":"green","item":"45"},"path":["palette","green","45"]},"46":{"value":"hsla(104, 64%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 46%, 100%)"},"name":"PaletteGreen46","attributes":{"category":"palette","type":"green","item":"46"},"path":["palette","green","46"]},"47":{"value":"hsla(104, 64%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 47%, 100%)"},"name":"PaletteGreen47","attributes":{"category":"palette","type":"green","item":"47"},"path":["palette","green","47"]},"48":{"value":"hsla(104, 64%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 48%, 100%)"},"name":"PaletteGreen48","attributes":{"category":"palette","type":"green","item":"48"},"path":["palette","green","48"]},"49":{"value":"hsla(104, 64%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 49%, 100%)"},"name":"PaletteGreen49","attributes":{"category":"palette","type":"green","item":"49"},"path":["palette","green","49"]},"50":{"value":"hsla(104, 64%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 50%, 100%)"},"name":"PaletteGreen50","attributes":{"category":"palette","type":"green","item":"50"},"path":["palette","green","50"]},"51":{"value":"hsla(104, 64%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 51%, 100%)"},"name":"PaletteGreen51","attributes":{"category":"palette","type":"green","item":"51"},"path":["palette","green","51"]},"52":{"value":"hsla(104, 64%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 52%, 100%)"},"name":"PaletteGreen52","attributes":{"category":"palette","type":"green","item":"52"},"path":["palette","green","52"]},"53":{"value":"hsla(104, 64%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 53%, 100%)"},"name":"PaletteGreen53","attributes":{"category":"palette","type":"green","item":"53"},"path":["palette","green","53"]},"54":{"value":"hsla(104, 64%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 54%, 100%)"},"name":"PaletteGreen54","attributes":{"category":"palette","type":"green","item":"54"},"path":["palette","green","54"]},"55":{"value":"hsla(104, 64%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 55%, 100%)"},"name":"PaletteGreen55","attributes":{"category":"palette","type":"green","item":"55"},"path":["palette","green","55"]},"56":{"value":"hsla(104, 64%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 56%, 100%)"},"name":"PaletteGreen56","attributes":{"category":"palette","type":"green","item":"56"},"path":["palette","green","56"]},"57":{"value":"hsla(104, 64%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 57%, 100%)"},"name":"PaletteGreen57","attributes":{"category":"palette","type":"green","item":"57"},"path":["palette","green","57"]},"58":{"value":"hsla(104, 64%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 58%, 100%)"},"name":"PaletteGreen58","attributes":{"category":"palette","type":"green","item":"58"},"path":["palette","green","58"]},"59":{"value":"hsla(104, 64%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 59%, 100%)"},"name":"PaletteGreen59","attributes":{"category":"palette","type":"green","item":"59"},"path":["palette","green","59"]},"60":{"value":"hsla(104, 64%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 60%, 100%)"},"name":"PaletteGreen60","attributes":{"category":"palette","type":"green","item":"60"},"path":["palette","green","60"]},"61":{"value":"hsla(104, 64%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 61%, 100%)"},"name":"PaletteGreen61","attributes":{"category":"palette","type":"green","item":"61"},"path":["palette","green","61"]},"62":{"value":"hsla(104, 64%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 62%, 100%)"},"name":"PaletteGreen62","attributes":{"category":"palette","type":"green","item":"62"},"path":["palette","green","62"]},"63":{"value":"hsla(104, 64%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 63%, 100%)"},"name":"PaletteGreen63","attributes":{"category":"palette","type":"green","item":"63"},"path":["palette","green","63"]},"64":{"value":"hsla(104, 64%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 64%, 100%)"},"name":"PaletteGreen64","attributes":{"category":"palette","type":"green","item":"64"},"path":["palette","green","64"]},"65":{"value":"hsla(104, 64%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 65%, 100%)"},"name":"PaletteGreen65","attributes":{"category":"palette","type":"green","item":"65"},"path":["palette","green","65"]},"66":{"value":"hsla(104, 64%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 66%, 100%)"},"name":"PaletteGreen66","attributes":{"category":"palette","type":"green","item":"66"},"path":["palette","green","66"]},"67":{"value":"hsla(104, 64%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 67%, 100%)"},"name":"PaletteGreen67","attributes":{"category":"palette","type":"green","item":"67"},"path":["palette","green","67"]},"68":{"value":"hsla(104, 64%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 68%, 100%)"},"name":"PaletteGreen68","attributes":{"category":"palette","type":"green","item":"68"},"path":["palette","green","68"]},"69":{"value":"hsla(104, 64%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 69%, 100%)"},"name":"PaletteGreen69","attributes":{"category":"palette","type":"green","item":"69"},"path":["palette","green","69"]},"70":{"value":"hsla(104, 64%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 70%, 100%)"},"name":"PaletteGreen70","attributes":{"category":"palette","type":"green","item":"70"},"path":["palette","green","70"]},"71":{"value":"hsla(104, 64%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 71%, 100%)"},"name":"PaletteGreen71","attributes":{"category":"palette","type":"green","item":"71"},"path":["palette","green","71"]},"72":{"value":"hsla(104, 64%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 72%, 100%)"},"name":"PaletteGreen72","attributes":{"category":"palette","type":"green","item":"72"},"path":["palette","green","72"]},"73":{"value":"hsla(104, 64%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 73%, 100%)"},"name":"PaletteGreen73","attributes":{"category":"palette","type":"green","item":"73"},"path":["palette","green","73"]},"74":{"value":"hsla(104, 64%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 74%, 100%)"},"name":"PaletteGreen74","attributes":{"category":"palette","type":"green","item":"74"},"path":["palette","green","74"]},"75":{"value":"hsla(104, 64%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 75%, 100%)"},"name":"PaletteGreen75","attributes":{"category":"palette","type":"green","item":"75"},"path":["palette","green","75"]},"76":{"value":"hsla(104, 64%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 76%, 100%)"},"name":"PaletteGreen76","attributes":{"category":"palette","type":"green","item":"76"},"path":["palette","green","76"]},"77":{"value":"hsla(104, 64%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 77%, 100%)"},"name":"PaletteGreen77","attributes":{"category":"palette","type":"green","item":"77"},"path":["palette","green","77"]},"78":{"value":"hsla(104, 64%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 78%, 100%)"},"name":"PaletteGreen78","attributes":{"category":"palette","type":"green","item":"78"},"path":["palette","green","78"]},"79":{"value":"hsla(104, 64%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 79%, 100%)"},"name":"PaletteGreen79","attributes":{"category":"palette","type":"green","item":"79"},"path":["palette","green","79"]},"80":{"value":"hsla(104, 64%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 80%, 100%)"},"name":"PaletteGreen80","attributes":{"category":"palette","type":"green","item":"80"},"path":["palette","green","80"]},"81":{"value":"hsla(104, 64%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 81%, 100%)"},"name":"PaletteGreen81","attributes":{"category":"palette","type":"green","item":"81"},"path":["palette","green","81"]},"82":{"value":"hsla(104, 64%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 82%, 100%)"},"name":"PaletteGreen82","attributes":{"category":"palette","type":"green","item":"82"},"path":["palette","green","82"]},"83":{"value":"hsla(104, 64%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 83%, 100%)"},"name":"PaletteGreen83","attributes":{"category":"palette","type":"green","item":"83"},"path":["palette","green","83"]},"84":{"value":"hsla(104, 64%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 84%, 100%)"},"name":"PaletteGreen84","attributes":{"category":"palette","type":"green","item":"84"},"path":["palette","green","84"]},"85":{"value":"hsla(104, 64%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 85%, 100%)"},"name":"PaletteGreen85","attributes":{"category":"palette","type":"green","item":"85"},"path":["palette","green","85"]},"86":{"value":"hsla(104, 64%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 86%, 100%)"},"name":"PaletteGreen86","attributes":{"category":"palette","type":"green","item":"86"},"path":["palette","green","86"]},"87":{"value":"hsla(104, 64%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 87%, 100%)"},"name":"PaletteGreen87","attributes":{"category":"palette","type":"green","item":"87"},"path":["palette","green","87"]},"88":{"value":"hsla(104, 64%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 88%, 100%)"},"name":"PaletteGreen88","attributes":{"category":"palette","type":"green","item":"88"},"path":["palette","green","88"]},"89":{"value":"hsla(104, 64%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 89%, 100%)"},"name":"PaletteGreen89","attributes":{"category":"palette","type":"green","item":"89"},"path":["palette","green","89"]},"90":{"value":"hsla(104, 64%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 90%, 100%)"},"name":"PaletteGreen90","attributes":{"category":"palette","type":"green","item":"90"},"path":["palette","green","90"]},"91":{"value":"hsla(104, 64%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 91%, 100%)"},"name":"PaletteGreen91","attributes":{"category":"palette","type":"green","item":"91"},"path":["palette","green","91"]},"92":{"value":"hsla(104, 64%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 92%, 100%)"},"name":"PaletteGreen92","attributes":{"category":"palette","type":"green","item":"92"},"path":["palette","green","92"]},"93":{"value":"hsla(104, 64%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 93%, 100%)"},"name":"PaletteGreen93","attributes":{"category":"palette","type":"green","item":"93"},"path":["palette","green","93"]},"94":{"value":"hsla(104, 64%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 94%, 100%)"},"name":"PaletteGreen94","attributes":{"category":"palette","type":"green","item":"94"},"path":["palette","green","94"]},"95":{"value":"hsla(104, 64%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 95%, 100%)"},"name":"PaletteGreen95","attributes":{"category":"palette","type":"green","item":"95"},"path":["palette","green","95"]},"96":{"value":"hsla(104, 64%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 96%, 100%)"},"name":"PaletteGreen96","attributes":{"category":"palette","type":"green","item":"96"},"path":["palette","green","96"]},"97":{"value":"hsla(104, 64%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 97%, 100%)"},"name":"PaletteGreen97","attributes":{"category":"palette","type":"green","item":"97"},"path":["palette","green","97"]},"98":{"value":"hsla(104, 64%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 98%, 100%)"},"name":"PaletteGreen98","attributes":{"category":"palette","type":"green","item":"98"},"path":["palette","green","98"]},"99":{"value":"hsla(104, 64%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 99%, 100%)"},"name":"PaletteGreen99","attributes":{"category":"palette","type":"green","item":"99"},"path":["palette","green","99"]},"100":{"value":"hsla(104, 64%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 100%, 100%)"},"name":"PaletteGreen100","attributes":{"category":"palette","type":"green","item":"100"},"path":["palette","green","100"]},"\"20-S87-A16\"":{"value":"hsla(104, 87%, 20%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 87%, 20%, 16%)"},"name":"PaletteGreen20S87A16","attributes":{"category":"palette","type":"green","item":"\"20-S87-A16\""},"path":["palette","green","\"20-S87-A16\""]},"\"20-S87-A32\"":{"value":"hsla(104, 87%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 87%, 20%, 32%)"},"name":"PaletteGreen20S87A32","attributes":{"category":"palette","type":"green","item":"\"20-S87-A32\""},"path":["palette","green","\"20-S87-A32\""]},"A16":{"value":"rgba(7, 97, 50, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(7, 97, 50, 0.16)"},"name":"PaletteGreenA16","attributes":{"category":"palette","type":"green","item":"A16"},"path":["palette","green","A16"]},"A32":{"value":"rgba(7, 97, 50, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(7, 97, 50, 0.32)"},"name":"PaletteGreenA32","attributes":{"category":"palette","type":"green","item":"A32"},"path":["palette","green","A32"]}}; -export const DarkWarningDefault = "hsla(38, 100%, 35%, 100%)"; -export const DarkWarningPalette = {"0":{"value":"hsla(38, 100%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 0%, 100%)"},"name":"PaletteYellow0","attributes":{"category":"palette","type":"yellow","item":"0"},"path":["palette","yellow","0"]},"1":{"value":"hsla(38, 100%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 1%, 100%)"},"name":"PaletteYellow1","attributes":{"category":"palette","type":"yellow","item":"1"},"path":["palette","yellow","1"]},"2":{"value":"hsla(38, 100%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 2%, 100%)"},"name":"PaletteYellow2","attributes":{"category":"palette","type":"yellow","item":"2"},"path":["palette","yellow","2"]},"3":{"value":"hsla(38, 100%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 3%, 100%)"},"name":"PaletteYellow3","attributes":{"category":"palette","type":"yellow","item":"3"},"path":["palette","yellow","3"]},"4":{"value":"hsla(38, 100%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 4%, 100%)"},"name":"PaletteYellow4","attributes":{"category":"palette","type":"yellow","item":"4"},"path":["palette","yellow","4"]},"5":{"value":"hsla(38, 100%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 5%, 100%)"},"name":"PaletteYellow5","attributes":{"category":"palette","type":"yellow","item":"5"},"path":["palette","yellow","5"]},"6":{"value":"hsla(38, 100%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 6%, 100%)"},"name":"PaletteYellow6","attributes":{"category":"palette","type":"yellow","item":"6"},"path":["palette","yellow","6"]},"7":{"value":"hsla(38, 100%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 7%, 100%)"},"name":"PaletteYellow7","attributes":{"category":"palette","type":"yellow","item":"7"},"path":["palette","yellow","7"]},"8":{"value":"hsla(38, 100%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 8%, 100%)"},"name":"PaletteYellow8","attributes":{"category":"palette","type":"yellow","item":"8"},"path":["palette","yellow","8"]},"9":{"value":"hsla(38, 100%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 9%, 100%)"},"name":"PaletteYellow9","attributes":{"category":"palette","type":"yellow","item":"9"},"path":["palette","yellow","9"]},"10":{"value":"hsla(38, 100%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 10%, 100%)"},"name":"PaletteYellow10","attributes":{"category":"palette","type":"yellow","item":"10"},"path":["palette","yellow","10"]},"11":{"value":"hsla(38, 100%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 11%, 100%)"},"name":"PaletteYellow11","attributes":{"category":"palette","type":"yellow","item":"11"},"path":["palette","yellow","11"]},"12":{"value":"hsla(38, 100%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 12%, 100%)"},"name":"PaletteYellow12","attributes":{"category":"palette","type":"yellow","item":"12"},"path":["palette","yellow","12"]},"13":{"value":"hsla(38, 100%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 13%, 100%)"},"name":"PaletteYellow13","attributes":{"category":"palette","type":"yellow","item":"13"},"path":["palette","yellow","13"]},"14":{"value":"hsla(38, 100%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 14%, 100%)"},"name":"PaletteYellow14","attributes":{"category":"palette","type":"yellow","item":"14"},"path":["palette","yellow","14"]},"15":{"value":"hsla(38, 100%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 15%, 100%)"},"name":"PaletteYellow15","attributes":{"category":"palette","type":"yellow","item":"15"},"path":["palette","yellow","15"]},"16":{"value":"hsla(38, 100%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 16%, 100%)"},"name":"PaletteYellow16","attributes":{"category":"palette","type":"yellow","item":"16"},"path":["palette","yellow","16"]},"17":{"value":"hsla(38, 100%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 17%, 100%)"},"name":"PaletteYellow17","attributes":{"category":"palette","type":"yellow","item":"17"},"path":["palette","yellow","17"]},"18":{"value":"hsla(38, 100%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 18%, 100%)"},"name":"PaletteYellow18","attributes":{"category":"palette","type":"yellow","item":"18"},"path":["palette","yellow","18"]},"19":{"value":"hsla(38, 100%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 19%, 100%)"},"name":"PaletteYellow19","attributes":{"category":"palette","type":"yellow","item":"19"},"path":["palette","yellow","19"]},"20":{"value":"hsla(38, 100%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 20%, 100%)"},"name":"PaletteYellow20","attributes":{"category":"palette","type":"yellow","item":"20"},"path":["palette","yellow","20"]},"21":{"value":"hsla(38, 100%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 21%, 100%)"},"name":"PaletteYellow21","attributes":{"category":"palette","type":"yellow","item":"21"},"path":["palette","yellow","21"]},"22":{"value":"hsla(38, 100%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 22%, 100%)"},"name":"PaletteYellow22","attributes":{"category":"palette","type":"yellow","item":"22"},"path":["palette","yellow","22"]},"23":{"value":"hsla(38, 100%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 23%, 100%)"},"name":"PaletteYellow23","attributes":{"category":"palette","type":"yellow","item":"23"},"path":["palette","yellow","23"]},"24":{"value":"hsla(38, 100%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 24%, 100%)"},"name":"PaletteYellow24","attributes":{"category":"palette","type":"yellow","item":"24"},"path":["palette","yellow","24"]},"25":{"value":"hsla(38, 100%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 25%, 100%)"},"name":"PaletteYellow25","attributes":{"category":"palette","type":"yellow","item":"25"},"path":["palette","yellow","25"]},"26":{"value":"hsla(38, 100%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 26%, 100%)"},"name":"PaletteYellow26","attributes":{"category":"palette","type":"yellow","item":"26"},"path":["palette","yellow","26"]},"27":{"value":"hsla(38, 100%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 27%, 100%)"},"name":"PaletteYellow27","attributes":{"category":"palette","type":"yellow","item":"27"},"path":["palette","yellow","27"]},"28":{"value":"hsla(38, 100%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 28%, 100%)"},"name":"PaletteYellow28","attributes":{"category":"palette","type":"yellow","item":"28"},"path":["palette","yellow","28"]},"29":{"value":"hsla(38, 100%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 29%, 100%)"},"name":"PaletteYellow29","attributes":{"category":"palette","type":"yellow","item":"29"},"path":["palette","yellow","29"]},"30":{"value":"hsla(38, 100%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 30%, 100%)"},"name":"PaletteYellow30","attributes":{"category":"palette","type":"yellow","item":"30"},"path":["palette","yellow","30"]},"31":{"value":"hsla(38, 100%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 31%, 100%)"},"name":"PaletteYellow31","attributes":{"category":"palette","type":"yellow","item":"31"},"path":["palette","yellow","31"]},"32":{"value":"hsla(38, 100%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 32%, 100%)"},"name":"PaletteYellow32","attributes":{"category":"palette","type":"yellow","item":"32"},"path":["palette","yellow","32"]},"33":{"value":"hsla(38, 100%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 33%, 100%)"},"name":"PaletteYellow33","attributes":{"category":"palette","type":"yellow","item":"33"},"path":["palette","yellow","33"]},"34":{"value":"hsla(38, 100%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 34%, 100%)"},"name":"PaletteYellow34","attributes":{"category":"palette","type":"yellow","item":"34"},"path":["palette","yellow","34"]},"35":{"value":"hsla(38, 100%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 35%, 100%)"},"name":"PaletteYellow35","attributes":{"category":"palette","type":"yellow","item":"35"},"path":["palette","yellow","35"]},"36":{"value":"hsla(38, 100%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 36%, 100%)"},"name":"PaletteYellow36","attributes":{"category":"palette","type":"yellow","item":"36"},"path":["palette","yellow","36"]},"37":{"value":"hsla(38, 100%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 37%, 100%)"},"name":"PaletteYellow37","attributes":{"category":"palette","type":"yellow","item":"37"},"path":["palette","yellow","37"]},"38":{"value":"hsla(38, 100%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 38%, 100%)"},"name":"PaletteYellow38","attributes":{"category":"palette","type":"yellow","item":"38"},"path":["palette","yellow","38"]},"39":{"value":"hsla(38, 100%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 39%, 100%)"},"name":"PaletteYellow39","attributes":{"category":"palette","type":"yellow","item":"39"},"path":["palette","yellow","39"]},"40":{"value":"hsla(38, 100%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 40%, 100%)"},"name":"PaletteYellow40","attributes":{"category":"palette","type":"yellow","item":"40"},"path":["palette","yellow","40"]},"41":{"value":"hsla(38, 100%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 41%, 100%)"},"name":"PaletteYellow41","attributes":{"category":"palette","type":"yellow","item":"41"},"path":["palette","yellow","41"]},"42":{"value":"hsla(38, 100%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 42%, 100%)"},"name":"PaletteYellow42","attributes":{"category":"palette","type":"yellow","item":"42"},"path":["palette","yellow","42"]},"43":{"value":"hsla(38, 100%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 43%, 100%)"},"name":"PaletteYellow43","attributes":{"category":"palette","type":"yellow","item":"43"},"path":["palette","yellow","43"]},"44":{"value":"hsla(38, 100%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 44%, 100%)"},"name":"PaletteYellow44","attributes":{"category":"palette","type":"yellow","item":"44"},"path":["palette","yellow","44"]},"45":{"value":"hsla(38, 100%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 45%, 100%)"},"name":"PaletteYellow45","attributes":{"category":"palette","type":"yellow","item":"45"},"path":["palette","yellow","45"]},"46":{"value":"hsla(38, 100%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 46%, 100%)"},"name":"PaletteYellow46","attributes":{"category":"palette","type":"yellow","item":"46"},"path":["palette","yellow","46"]},"47":{"value":"hsla(38, 100%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 47%, 100%)"},"name":"PaletteYellow47","attributes":{"category":"palette","type":"yellow","item":"47"},"path":["palette","yellow","47"]},"48":{"value":"hsla(38, 100%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 100%)"},"name":"PaletteYellow48","attributes":{"category":"palette","type":"yellow","item":"48"},"path":["palette","yellow","48"]},"49":{"value":"hsla(38, 100%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 49%, 100%)"},"name":"PaletteYellow49","attributes":{"category":"palette","type":"yellow","item":"49"},"path":["palette","yellow","49"]},"50":{"value":"hsla(38, 100%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 50%, 100%)"},"name":"PaletteYellow50","attributes":{"category":"palette","type":"yellow","item":"50"},"path":["palette","yellow","50"]},"51":{"value":"hsla(38, 100%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 51%, 100%)"},"name":"PaletteYellow51","attributes":{"category":"palette","type":"yellow","item":"51"},"path":["palette","yellow","51"]},"52":{"value":"hsla(38, 100%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 52%, 100%)"},"name":"PaletteYellow52","attributes":{"category":"palette","type":"yellow","item":"52"},"path":["palette","yellow","52"]},"53":{"value":"hsla(38, 100%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 53%, 100%)"},"name":"PaletteYellow53","attributes":{"category":"palette","type":"yellow","item":"53"},"path":["palette","yellow","53"]},"54":{"value":"hsla(38, 100%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 54%, 100%)"},"name":"PaletteYellow54","attributes":{"category":"palette","type":"yellow","item":"54"},"path":["palette","yellow","54"]},"55":{"value":"hsla(38, 100%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 55%, 100%)"},"name":"PaletteYellow55","attributes":{"category":"palette","type":"yellow","item":"55"},"path":["palette","yellow","55"]},"56":{"value":"hsla(38, 100%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 56%, 100%)"},"name":"PaletteYellow56","attributes":{"category":"palette","type":"yellow","item":"56"},"path":["palette","yellow","56"]},"57":{"value":"hsla(38, 100%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 57%, 100%)"},"name":"PaletteYellow57","attributes":{"category":"palette","type":"yellow","item":"57"},"path":["palette","yellow","57"]},"58":{"value":"hsla(38, 100%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 58%, 100%)"},"name":"PaletteYellow58","attributes":{"category":"palette","type":"yellow","item":"58"},"path":["palette","yellow","58"]},"59":{"value":"hsla(38, 100%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 59%, 100%)"},"name":"PaletteYellow59","attributes":{"category":"palette","type":"yellow","item":"59"},"path":["palette","yellow","59"]},"60":{"value":"hsla(38, 100%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 60%, 100%)"},"name":"PaletteYellow60","attributes":{"category":"palette","type":"yellow","item":"60"},"path":["palette","yellow","60"]},"61":{"value":"hsla(38, 100%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 61%, 100%)"},"name":"PaletteYellow61","attributes":{"category":"palette","type":"yellow","item":"61"},"path":["palette","yellow","61"]},"62":{"value":"hsla(38, 100%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 62%, 100%)"},"name":"PaletteYellow62","attributes":{"category":"palette","type":"yellow","item":"62"},"path":["palette","yellow","62"]},"63":{"value":"hsla(38, 100%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 63%, 100%)"},"name":"PaletteYellow63","attributes":{"category":"palette","type":"yellow","item":"63"},"path":["palette","yellow","63"]},"64":{"value":"hsla(38, 100%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 64%, 100%)"},"name":"PaletteYellow64","attributes":{"category":"palette","type":"yellow","item":"64"},"path":["palette","yellow","64"]},"65":{"value":"hsla(38, 100%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 65%, 100%)"},"name":"PaletteYellow65","attributes":{"category":"palette","type":"yellow","item":"65"},"path":["palette","yellow","65"]},"66":{"value":"hsla(38, 100%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 66%, 100%)"},"name":"PaletteYellow66","attributes":{"category":"palette","type":"yellow","item":"66"},"path":["palette","yellow","66"]},"67":{"value":"hsla(38, 100%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 67%, 100%)"},"name":"PaletteYellow67","attributes":{"category":"palette","type":"yellow","item":"67"},"path":["palette","yellow","67"]},"68":{"value":"hsla(38, 100%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 68%, 100%)"},"name":"PaletteYellow68","attributes":{"category":"palette","type":"yellow","item":"68"},"path":["palette","yellow","68"]},"69":{"value":"hsla(38, 100%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 69%, 100%)"},"name":"PaletteYellow69","attributes":{"category":"palette","type":"yellow","item":"69"},"path":["palette","yellow","69"]},"70":{"value":"hsla(38, 100%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 70%, 100%)"},"name":"PaletteYellow70","attributes":{"category":"palette","type":"yellow","item":"70"},"path":["palette","yellow","70"]},"71":{"value":"hsla(38, 100%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 71%, 100%)"},"name":"PaletteYellow71","attributes":{"category":"palette","type":"yellow","item":"71"},"path":["palette","yellow","71"]},"72":{"value":"hsla(38, 100%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 72%, 100%)"},"name":"PaletteYellow72","attributes":{"category":"palette","type":"yellow","item":"72"},"path":["palette","yellow","72"]},"73":{"value":"hsla(38, 100%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 73%, 100%)"},"name":"PaletteYellow73","attributes":{"category":"palette","type":"yellow","item":"73"},"path":["palette","yellow","73"]},"74":{"value":"hsla(38, 100%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 74%, 100%)"},"name":"PaletteYellow74","attributes":{"category":"palette","type":"yellow","item":"74"},"path":["palette","yellow","74"]},"75":{"value":"hsla(38, 100%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 75%, 100%)"},"name":"PaletteYellow75","attributes":{"category":"palette","type":"yellow","item":"75"},"path":["palette","yellow","75"]},"76":{"value":"hsla(38, 100%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 76%, 100%)"},"name":"PaletteYellow76","attributes":{"category":"palette","type":"yellow","item":"76"},"path":["palette","yellow","76"]},"77":{"value":"hsla(38, 100%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 77%, 100%)"},"name":"PaletteYellow77","attributes":{"category":"palette","type":"yellow","item":"77"},"path":["palette","yellow","77"]},"78":{"value":"hsla(38, 100%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 78%, 100%)"},"name":"PaletteYellow78","attributes":{"category":"palette","type":"yellow","item":"78"},"path":["palette","yellow","78"]},"79":{"value":"hsla(38, 100%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 79%, 100%)"},"name":"PaletteYellow79","attributes":{"category":"palette","type":"yellow","item":"79"},"path":["palette","yellow","79"]},"80":{"value":"hsla(38, 100%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 80%, 100%)"},"name":"PaletteYellow80","attributes":{"category":"palette","type":"yellow","item":"80"},"path":["palette","yellow","80"]},"81":{"value":"hsla(38, 100%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 81%, 100%)"},"name":"PaletteYellow81","attributes":{"category":"palette","type":"yellow","item":"81"},"path":["palette","yellow","81"]},"82":{"value":"hsla(38, 100%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 82%, 100%)"},"name":"PaletteYellow82","attributes":{"category":"palette","type":"yellow","item":"82"},"path":["palette","yellow","82"]},"83":{"value":"hsla(38, 100%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 83%, 100%)"},"name":"PaletteYellow83","attributes":{"category":"palette","type":"yellow","item":"83"},"path":["palette","yellow","83"]},"84":{"value":"hsla(38, 100%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 84%, 100%)"},"name":"PaletteYellow84","attributes":{"category":"palette","type":"yellow","item":"84"},"path":["palette","yellow","84"]},"85":{"value":"hsla(38, 100%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 85%, 100%)"},"name":"PaletteYellow85","attributes":{"category":"palette","type":"yellow","item":"85"},"path":["palette","yellow","85"]},"86":{"value":"hsla(38, 100%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 86%, 100%)"},"name":"PaletteYellow86","attributes":{"category":"palette","type":"yellow","item":"86"},"path":["palette","yellow","86"]},"87":{"value":"hsla(38, 100%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 87%, 100%)"},"name":"PaletteYellow87","attributes":{"category":"palette","type":"yellow","item":"87"},"path":["palette","yellow","87"]},"88":{"value":"hsla(38, 100%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 88%, 100%)"},"name":"PaletteYellow88","attributes":{"category":"palette","type":"yellow","item":"88"},"path":["palette","yellow","88"]},"89":{"value":"hsla(38, 100%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 89%, 100%)"},"name":"PaletteYellow89","attributes":{"category":"palette","type":"yellow","item":"89"},"path":["palette","yellow","89"]},"90":{"value":"hsla(38, 100%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 90%, 100%)"},"name":"PaletteYellow90","attributes":{"category":"palette","type":"yellow","item":"90"},"path":["palette","yellow","90"]},"91":{"value":"hsla(38, 100%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 91%, 100%)"},"name":"PaletteYellow91","attributes":{"category":"palette","type":"yellow","item":"91"},"path":["palette","yellow","91"]},"92":{"value":"hsla(38, 100%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 92%, 100%)"},"name":"PaletteYellow92","attributes":{"category":"palette","type":"yellow","item":"92"},"path":["palette","yellow","92"]},"93":{"value":"hsla(38, 100%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 93%, 100%)"},"name":"PaletteYellow93","attributes":{"category":"palette","type":"yellow","item":"93"},"path":["palette","yellow","93"]},"94":{"value":"hsla(38, 100%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 94%, 100%)"},"name":"PaletteYellow94","attributes":{"category":"palette","type":"yellow","item":"94"},"path":["palette","yellow","94"]},"95":{"value":"hsla(38, 100%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 95%, 100%)"},"name":"PaletteYellow95","attributes":{"category":"palette","type":"yellow","item":"95"},"path":["palette","yellow","95"]},"96":{"value":"hsla(38, 100%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 96%, 100%)"},"name":"PaletteYellow96","attributes":{"category":"palette","type":"yellow","item":"96"},"path":["palette","yellow","96"]},"97":{"value":"hsla(38, 100%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 97%, 100%)"},"name":"PaletteYellow97","attributes":{"category":"palette","type":"yellow","item":"97"},"path":["palette","yellow","97"]},"98":{"value":"hsla(38, 100%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 98%, 100%)"},"name":"PaletteYellow98","attributes":{"category":"palette","type":"yellow","item":"98"},"path":["palette","yellow","98"]},"99":{"value":"hsla(38, 100%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 99%, 100%)"},"name":"PaletteYellow99","attributes":{"category":"palette","type":"yellow","item":"99"},"path":["palette","yellow","99"]},"100":{"value":"hsla(38, 100%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 100%, 100%)"},"name":"PaletteYellow100","attributes":{"category":"palette","type":"yellow","item":"100"},"path":["palette","yellow","100"]},"\"48-A16\"":{"value":"hsla(38, 100%, 48%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 16%)"},"name":"PaletteYellow48A16","attributes":{"category":"palette","type":"yellow","item":"\"48-A16\""},"path":["palette","yellow","\"48-A16\""]},"\"48-A32\"":{"value":"hsla(38, 100%, 48%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 32%)"},"name":"PaletteYellow48A32","attributes":{"category":"palette","type":"yellow","item":"\"48-A32\""},"path":["palette","yellow","\"48-A32\""]},"A16":{"value":"hsla(38, 100%, 48%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 16%)"},"name":"PaletteYellowA16","attributes":{"category":"palette","type":"yellow","item":"A16"},"path":["palette","yellow","A16"]},"A32":{"value":"hsla(38, 100%, 48%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 32%)"},"name":"PaletteYellowA32","attributes":{"category":"palette","type":"yellow","item":"A32"},"path":["palette","yellow","A32"]}}; -export const DarkErrorDefault = "hsla(7, 97%, 50%, 100%)"; -export const DarkErrorPalette = {"0":{"value":"hsla(7, 97%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 0%, 100%)"},"name":"PaletteRed0","attributes":{"category":"palette","type":"red","item":"0"},"path":["palette","red","0"]},"1":{"value":"hsla(7, 97%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 1%, 100%)"},"name":"PaletteRed1","attributes":{"category":"palette","type":"red","item":"1"},"path":["palette","red","1"]},"2":{"value":"hsla(7, 97%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 2%, 100%)"},"name":"PaletteRed2","attributes":{"category":"palette","type":"red","item":"2"},"path":["palette","red","2"]},"3":{"value":"hsla(7, 97%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 3%, 100%)"},"name":"PaletteRed3","attributes":{"category":"palette","type":"red","item":"3"},"path":["palette","red","3"]},"4":{"value":"hsla(7, 97%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 4%, 100%)"},"name":"PaletteRed4","attributes":{"category":"palette","type":"red","item":"4"},"path":["palette","red","4"]},"5":{"value":"hsla(7, 97%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 100%)"},"name":"PaletteRed5","attributes":{"category":"palette","type":"red","item":"5"},"path":["palette","red","5"]},"6":{"value":"hsla(7, 97%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 6%, 100%)"},"name":"PaletteRed6","attributes":{"category":"palette","type":"red","item":"6"},"path":["palette","red","6"]},"7":{"value":"hsla(7, 97%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 7%, 100%)"},"name":"PaletteRed7","attributes":{"category":"palette","type":"red","item":"7"},"path":["palette","red","7"]},"8":{"value":"hsla(7, 97%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 8%, 100%)"},"name":"PaletteRed8","attributes":{"category":"palette","type":"red","item":"8"},"path":["palette","red","8"]},"9":{"value":"hsla(7, 97%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 9%, 100%)"},"name":"PaletteRed9","attributes":{"category":"palette","type":"red","item":"9"},"path":["palette","red","9"]},"10":{"value":"hsla(7, 97%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 10%, 100%)"},"name":"PaletteRed10","attributes":{"category":"palette","type":"red","item":"10"},"path":["palette","red","10"]},"11":{"value":"hsla(7, 97%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 11%, 100%)"},"name":"PaletteRed11","attributes":{"category":"palette","type":"red","item":"11"},"path":["palette","red","11"]},"12":{"value":"hsla(7, 97%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 12%, 100%)"},"name":"PaletteRed12","attributes":{"category":"palette","type":"red","item":"12"},"path":["palette","red","12"]},"13":{"value":"hsla(7, 97%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 13%, 100%)"},"name":"PaletteRed13","attributes":{"category":"palette","type":"red","item":"13"},"path":["palette","red","13"]},"14":{"value":"hsla(7, 97%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 14%, 100%)"},"name":"PaletteRed14","attributes":{"category":"palette","type":"red","item":"14"},"path":["palette","red","14"]},"15":{"value":"hsla(7, 97%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 15%, 100%)"},"name":"PaletteRed15","attributes":{"category":"palette","type":"red","item":"15"},"path":["palette","red","15"]},"16":{"value":"hsla(7, 97%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 16%, 100%)"},"name":"PaletteRed16","attributes":{"category":"palette","type":"red","item":"16"},"path":["palette","red","16"]},"17":{"value":"hsla(7, 97%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 17%, 100%)"},"name":"PaletteRed17","attributes":{"category":"palette","type":"red","item":"17"},"path":["palette","red","17"]},"18":{"value":"hsla(7, 97%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 18%, 100%)"},"name":"PaletteRed18","attributes":{"category":"palette","type":"red","item":"18"},"path":["palette","red","18"]},"19":{"value":"hsla(7, 97%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 19%, 100%)"},"name":"PaletteRed19","attributes":{"category":"palette","type":"red","item":"19"},"path":["palette","red","19"]},"20":{"value":"hsla(7, 97%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 20%, 100%)"},"name":"PaletteRed20","attributes":{"category":"palette","type":"red","item":"20"},"path":["palette","red","20"]},"21":{"value":"hsla(7, 97%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 21%, 100%)"},"name":"PaletteRed21","attributes":{"category":"palette","type":"red","item":"21"},"path":["palette","red","21"]},"22":{"value":"hsla(7, 97%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 22%, 100%)"},"name":"PaletteRed22","attributes":{"category":"palette","type":"red","item":"22"},"path":["palette","red","22"]},"23":{"value":"hsla(7, 97%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 23%, 100%)"},"name":"PaletteRed23","attributes":{"category":"palette","type":"red","item":"23"},"path":["palette","red","23"]},"24":{"value":"hsla(7, 97%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 24%, 100%)"},"name":"PaletteRed24","attributes":{"category":"palette","type":"red","item":"24"},"path":["palette","red","24"]},"25":{"value":"hsla(7, 97%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 25%, 100%)"},"name":"PaletteRed25","attributes":{"category":"palette","type":"red","item":"25"},"path":["palette","red","25"]},"26":{"value":"hsla(7, 97%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 26%, 100%)"},"name":"PaletteRed26","attributes":{"category":"palette","type":"red","item":"26"},"path":["palette","red","26"]},"27":{"value":"hsla(7, 97%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 27%, 100%)"},"name":"PaletteRed27","attributes":{"category":"palette","type":"red","item":"27"},"path":["palette","red","27"]},"28":{"value":"hsla(7, 97%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 28%, 100%)"},"name":"PaletteRed28","attributes":{"category":"palette","type":"red","item":"28"},"path":["palette","red","28"]},"29":{"value":"hsla(7, 97%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 29%, 100%)"},"name":"PaletteRed29","attributes":{"category":"palette","type":"red","item":"29"},"path":["palette","red","29"]},"30":{"value":"hsla(7, 97%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 30%, 100%)"},"name":"PaletteRed30","attributes":{"category":"palette","type":"red","item":"30"},"path":["palette","red","30"]},"31":{"value":"hsla(7, 97%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 31%, 100%)"},"name":"PaletteRed31","attributes":{"category":"palette","type":"red","item":"31"},"path":["palette","red","31"]},"32":{"value":"hsla(7, 97%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 32%, 100%)"},"name":"PaletteRed32","attributes":{"category":"palette","type":"red","item":"32"},"path":["palette","red","32"]},"33":{"value":"hsla(7, 97%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 33%, 100%)"},"name":"PaletteRed33","attributes":{"category":"palette","type":"red","item":"33"},"path":["palette","red","33"]},"34":{"value":"hsla(7, 97%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 34%, 100%)"},"name":"PaletteRed34","attributes":{"category":"palette","type":"red","item":"34"},"path":["palette","red","34"]},"35":{"value":"hsla(7, 97%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 35%, 100%)"},"name":"PaletteRed35","attributes":{"category":"palette","type":"red","item":"35"},"path":["palette","red","35"]},"36":{"value":"hsla(7, 97%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 36%, 100%)"},"name":"PaletteRed36","attributes":{"category":"palette","type":"red","item":"36"},"path":["palette","red","36"]},"37":{"value":"hsla(7, 97%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 37%, 100%)"},"name":"PaletteRed37","attributes":{"category":"palette","type":"red","item":"37"},"path":["palette","red","37"]},"38":{"value":"hsla(7, 97%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 38%, 100%)"},"name":"PaletteRed38","attributes":{"category":"palette","type":"red","item":"38"},"path":["palette","red","38"]},"39":{"value":"hsla(7, 97%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 39%, 100%)"},"name":"PaletteRed39","attributes":{"category":"palette","type":"red","item":"39"},"path":["palette","red","39"]},"40":{"value":"hsla(7, 97%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 40%, 100%)"},"name":"PaletteRed40","attributes":{"category":"palette","type":"red","item":"40"},"path":["palette","red","40"]},"41":{"value":"hsla(7, 97%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 41%, 100%)"},"name":"PaletteRed41","attributes":{"category":"palette","type":"red","item":"41"},"path":["palette","red","41"]},"42":{"value":"hsla(7, 97%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 42%, 100%)"},"name":"PaletteRed42","attributes":{"category":"palette","type":"red","item":"42"},"path":["palette","red","42"]},"43":{"value":"hsla(7, 97%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 43%, 100%)"},"name":"PaletteRed43","attributes":{"category":"palette","type":"red","item":"43"},"path":["palette","red","43"]},"44":{"value":"hsla(7, 97%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 44%, 100%)"},"name":"PaletteRed44","attributes":{"category":"palette","type":"red","item":"44"},"path":["palette","red","44"]},"45":{"value":"hsla(7, 97%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 45%, 100%)"},"name":"PaletteRed45","attributes":{"category":"palette","type":"red","item":"45"},"path":["palette","red","45"]},"46":{"value":"hsla(7, 97%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 46%, 100%)"},"name":"PaletteRed46","attributes":{"category":"palette","type":"red","item":"46"},"path":["palette","red","46"]},"47":{"value":"hsla(7, 97%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 47%, 100%)"},"name":"PaletteRed47","attributes":{"category":"palette","type":"red","item":"47"},"path":["palette","red","47"]},"48":{"value":"hsla(7, 97%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 48%, 100%)"},"name":"PaletteRed48","attributes":{"category":"palette","type":"red","item":"48"},"path":["palette","red","48"]},"49":{"value":"hsla(7, 97%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 49%, 100%)"},"name":"PaletteRed49","attributes":{"category":"palette","type":"red","item":"49"},"path":["palette","red","49"]},"50":{"value":"hsla(7, 97%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 100%)"},"name":"PaletteRed50","attributes":{"category":"palette","type":"red","item":"50"},"path":["palette","red","50"]},"51":{"value":"hsla(7, 97%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 51%, 100%)"},"name":"PaletteRed51","attributes":{"category":"palette","type":"red","item":"51"},"path":["palette","red","51"]},"52":{"value":"hsla(7, 97%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 52%, 100%)"},"name":"PaletteRed52","attributes":{"category":"palette","type":"red","item":"52"},"path":["palette","red","52"]},"53":{"value":"hsla(7, 97%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 53%, 100%)"},"name":"PaletteRed53","attributes":{"category":"palette","type":"red","item":"53"},"path":["palette","red","53"]},"54":{"value":"hsla(7, 97%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 54%, 100%)"},"name":"PaletteRed54","attributes":{"category":"palette","type":"red","item":"54"},"path":["palette","red","54"]},"55":{"value":"hsla(7, 97%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 55%, 100%)"},"name":"PaletteRed55","attributes":{"category":"palette","type":"red","item":"55"},"path":["palette","red","55"]},"56":{"value":"hsla(7, 97%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 56%, 100%)"},"name":"PaletteRed56","attributes":{"category":"palette","type":"red","item":"56"},"path":["palette","red","56"]},"57":{"value":"hsla(7, 97%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 57%, 100%)"},"name":"PaletteRed57","attributes":{"category":"palette","type":"red","item":"57"},"path":["palette","red","57"]},"58":{"value":"hsla(7, 97%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 58%, 100%)"},"name":"PaletteRed58","attributes":{"category":"palette","type":"red","item":"58"},"path":["palette","red","58"]},"59":{"value":"hsla(7, 97%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 59%, 100%)"},"name":"PaletteRed59","attributes":{"category":"palette","type":"red","item":"59"},"path":["palette","red","59"]},"60":{"value":"hsla(7, 97%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 100%)"},"name":"PaletteRed60","attributes":{"category":"palette","type":"red","item":"60"},"path":["palette","red","60"]},"61":{"value":"hsla(7, 97%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 61%, 100%)"},"name":"PaletteRed61","attributes":{"category":"palette","type":"red","item":"61"},"path":["palette","red","61"]},"62":{"value":"hsla(7, 97%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 62%, 100%)"},"name":"PaletteRed62","attributes":{"category":"palette","type":"red","item":"62"},"path":["palette","red","62"]},"63":{"value":"hsla(7, 97%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 63%, 100%)"},"name":"PaletteRed63","attributes":{"category":"palette","type":"red","item":"63"},"path":["palette","red","63"]},"64":{"value":"hsla(7, 97%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 64%, 100%)"},"name":"PaletteRed64","attributes":{"category":"palette","type":"red","item":"64"},"path":["palette","red","64"]},"65":{"value":"hsla(7, 97%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 65%, 100%)"},"name":"PaletteRed65","attributes":{"category":"palette","type":"red","item":"65"},"path":["palette","red","65"]},"66":{"value":"hsla(7, 97%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 66%, 100%)"},"name":"PaletteRed66","attributes":{"category":"palette","type":"red","item":"66"},"path":["palette","red","66"]},"67":{"value":"hsla(7, 97%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 67%, 100%)"},"name":"PaletteRed67","attributes":{"category":"palette","type":"red","item":"67"},"path":["palette","red","67"]},"68":{"value":"hsla(7, 97%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 68%, 100%)"},"name":"PaletteRed68","attributes":{"category":"palette","type":"red","item":"68"},"path":["palette","red","68"]},"69":{"value":"hsla(7, 97%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 69%, 100%)"},"name":"PaletteRed69","attributes":{"category":"palette","type":"red","item":"69"},"path":["palette","red","69"]},"70":{"value":"hsla(7, 97%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 70%, 100%)"},"name":"PaletteRed70","attributes":{"category":"palette","type":"red","item":"70"},"path":["palette","red","70"]},"71":{"value":"hsla(7, 97%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 71%, 100%)"},"name":"PaletteRed71","attributes":{"category":"palette","type":"red","item":"71"},"path":["palette","red","71"]},"72":{"value":"hsla(7, 97%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 72%, 100%)"},"name":"PaletteRed72","attributes":{"category":"palette","type":"red","item":"72"},"path":["palette","red","72"]},"73":{"value":"hsla(7, 97%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 73%, 100%)"},"name":"PaletteRed73","attributes":{"category":"palette","type":"red","item":"73"},"path":["palette","red","73"]},"74":{"value":"hsla(7, 97%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 74%, 100%)"},"name":"PaletteRed74","attributes":{"category":"palette","type":"red","item":"74"},"path":["palette","red","74"]},"75":{"value":"hsla(7, 97%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 75%, 100%)"},"name":"PaletteRed75","attributes":{"category":"palette","type":"red","item":"75"},"path":["palette","red","75"]},"76":{"value":"hsla(7, 97%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 76%, 100%)"},"name":"PaletteRed76","attributes":{"category":"palette","type":"red","item":"76"},"path":["palette","red","76"]},"77":{"value":"hsla(7, 97%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 77%, 100%)"},"name":"PaletteRed77","attributes":{"category":"palette","type":"red","item":"77"},"path":["palette","red","77"]},"78":{"value":"hsla(7, 97%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 78%, 100%)"},"name":"PaletteRed78","attributes":{"category":"palette","type":"red","item":"78"},"path":["palette","red","78"]},"79":{"value":"hsla(7, 97%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 79%, 100%)"},"name":"PaletteRed79","attributes":{"category":"palette","type":"red","item":"79"},"path":["palette","red","79"]},"80":{"value":"hsla(7, 97%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 80%, 100%)"},"name":"PaletteRed80","attributes":{"category":"palette","type":"red","item":"80"},"path":["palette","red","80"]},"81":{"value":"hsla(7, 97%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 81%, 100%)"},"name":"PaletteRed81","attributes":{"category":"palette","type":"red","item":"81"},"path":["palette","red","81"]},"82":{"value":"hsla(7, 97%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 82%, 100%)"},"name":"PaletteRed82","attributes":{"category":"palette","type":"red","item":"82"},"path":["palette","red","82"]},"83":{"value":"hsla(7, 97%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 83%, 100%)"},"name":"PaletteRed83","attributes":{"category":"palette","type":"red","item":"83"},"path":["palette","red","83"]},"84":{"value":"hsla(7, 97%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 84%, 100%)"},"name":"PaletteRed84","attributes":{"category":"palette","type":"red","item":"84"},"path":["palette","red","84"]},"85":{"value":"hsla(7, 97%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 85%, 100%)"},"name":"PaletteRed85","attributes":{"category":"palette","type":"red","item":"85"},"path":["palette","red","85"]},"86":{"value":"hsla(7, 97%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 86%, 100%)"},"name":"PaletteRed86","attributes":{"category":"palette","type":"red","item":"86"},"path":["palette","red","86"]},"87":{"value":"hsla(7, 97%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 87%, 100%)"},"name":"PaletteRed87","attributes":{"category":"palette","type":"red","item":"87"},"path":["palette","red","87"]},"88":{"value":"hsla(7, 97%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 88%, 100%)"},"name":"PaletteRed88","attributes":{"category":"palette","type":"red","item":"88"},"path":["palette","red","88"]},"89":{"value":"hsla(7, 97%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 89%, 100%)"},"name":"PaletteRed89","attributes":{"category":"palette","type":"red","item":"89"},"path":["palette","red","89"]},"90":{"value":"hsla(7, 97%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 90%, 100%)"},"name":"PaletteRed90","attributes":{"category":"palette","type":"red","item":"90"},"path":["palette","red","90"]},"91":{"value":"hsla(7, 97%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 91%, 100%)"},"name":"PaletteRed91","attributes":{"category":"palette","type":"red","item":"91"},"path":["palette","red","91"]},"92":{"value":"hsla(7, 97%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 92%, 100%)"},"name":"PaletteRed92","attributes":{"category":"palette","type":"red","item":"92"},"path":["palette","red","92"]},"93":{"value":"hsla(7, 97%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 93%, 100%)"},"name":"PaletteRed93","attributes":{"category":"palette","type":"red","item":"93"},"path":["palette","red","93"]},"94":{"value":"hsla(7, 97%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 94%, 100%)"},"name":"PaletteRed94","attributes":{"category":"palette","type":"red","item":"94"},"path":["palette","red","94"]},"95":{"value":"hsla(7, 97%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 95%, 100%)"},"name":"PaletteRed95","attributes":{"category":"palette","type":"red","item":"95"},"path":["palette","red","95"]},"96":{"value":"hsla(7, 97%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 96%, 100%)"},"name":"PaletteRed96","attributes":{"category":"palette","type":"red","item":"96"},"path":["palette","red","96"]},"97":{"value":"hsla(7, 97%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 97%, 100%)"},"name":"PaletteRed97","attributes":{"category":"palette","type":"red","item":"97"},"path":["palette","red","97"]},"98":{"value":"hsla(7, 97%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 98%, 100%)"},"name":"PaletteRed98","attributes":{"category":"palette","type":"red","item":"98"},"path":["palette","red","98"]},"99":{"value":"hsla(7, 97%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 99%, 100%)"},"name":"PaletteRed99","attributes":{"category":"palette","type":"red","item":"99"},"path":["palette","red","99"]},"100":{"value":"hsla(7, 97%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 100%, 100%)"},"name":"PaletteRed100","attributes":{"category":"palette","type":"red","item":"100"},"path":["palette","red","100"]},"\"5-A8\"":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRed5A8","attributes":{"category":"palette","type":"red","item":"\"5-A8\""},"path":["palette","red","\"5-A8\""]},"\"5-A16\"":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRed5A16","attributes":{"category":"palette","type":"red","item":"\"5-A16\""},"path":["palette","red","\"5-A16\""]},"\"50-A8\"":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRed50A8","attributes":{"category":"palette","type":"red","item":"\"50-A8\""},"path":["palette","red","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRed50A16","attributes":{"category":"palette","type":"red","item":"\"50-A16\""},"path":["palette","red","\"50-A16\""]},"\"51-S69\"":{"value":"hsla(7, 69%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 69%, 51%, 100%)"},"name":"PaletteRed51S69","attributes":{"category":"palette","type":"red","item":"\"51-S69\""},"path":["palette","red","\"51-S69\""]},"\"60-A55\"":{"value":"hsla(7, 97%, 60%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 55%)"},"name":"PaletteRed60A55","attributes":{"category":"palette","type":"red","item":"\"60-A55\""},"path":["palette","red","\"60-A55\""]},"A8":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRedA8","attributes":{"category":"palette","type":"red","item":"A8"},"path":["palette","red","A8"]},"A8L50":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRedA8L50","attributes":{"category":"palette","type":"red","item":"A8L50"},"path":["palette","red","A8L50"]},"A16":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRedA16","attributes":{"category":"palette","type":"red","item":"A16"},"path":["palette","red","A16"]},"A16L50":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRedA16L50","attributes":{"category":"palette","type":"red","item":"A16L50"},"path":["palette","red","A16L50"]},"A24":{"value":"rgba(240, 10, 25, 0.24)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.24)"},"name":"PaletteRedA24","attributes":{"category":"palette","type":"red","item":"A24"},"path":["palette","red","A24"]},"A32":{"value":"rgba(240, 10, 25, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.32)"},"name":"PaletteRedA32","attributes":{"category":"palette","type":"red","item":"A32"},"path":["palette","red","A32"]},"A48":{"value":"rgba(240, 10, 25, 0.48)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.48)"},"name":"PaletteRedA48","attributes":{"category":"palette","type":"red","item":"A48"},"path":["palette","red","A48"]}}; -export const DarkContrastDefault = "hsla(229, 15%, 50%, 100%)"; -export const DarkContrastPalette = {"0":{"value":"hsla(229, 15%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 0%, 100%)"},"name":"PaletteGrey0","attributes":{"category":"palette","type":"grey","item":"0"},"path":["palette","grey","0"]},"1":{"value":"hsla(229, 15%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 1%, 100%)"},"name":"PaletteGrey1","attributes":{"category":"palette","type":"grey","item":"1"},"path":["palette","grey","1"]},"2":{"value":"hsla(229, 15%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 2%, 100%)"},"name":"PaletteGrey2","attributes":{"category":"palette","type":"grey","item":"2"},"path":["palette","grey","2"]},"3":{"value":"hsla(229, 15%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 3%, 100%)"},"name":"PaletteGrey3","attributes":{"category":"palette","type":"grey","item":"3"},"path":["palette","grey","3"]},"4":{"value":"hsla(229, 15%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 4%, 100%)"},"name":"PaletteGrey4","attributes":{"category":"palette","type":"grey","item":"4"},"path":["palette","grey","4"]},"5":{"value":"hsla(229, 15%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 5%, 100%)"},"name":"PaletteGrey5","attributes":{"category":"palette","type":"grey","item":"5"},"path":["palette","grey","5"]},"6":{"value":"hsla(229, 15%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 100%)"},"name":"PaletteGrey6","attributes":{"category":"palette","type":"grey","item":"6"},"path":["palette","grey","6"]},"7":{"value":"hsla(229, 15%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 7%, 100%)"},"name":"PaletteGrey7","attributes":{"category":"palette","type":"grey","item":"7"},"path":["palette","grey","7"]},"8":{"value":"hsla(229, 15%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 8%, 100%)"},"name":"PaletteGrey8","attributes":{"category":"palette","type":"grey","item":"8"},"path":["palette","grey","8"]},"9":{"value":"hsla(229, 15%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 9%, 100%)"},"name":"PaletteGrey9","attributes":{"category":"palette","type":"grey","item":"9"},"path":["palette","grey","9"]},"10":{"value":"hsla(229, 15%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 10%, 100%)"},"name":"PaletteGrey10","attributes":{"category":"palette","type":"grey","item":"10"},"path":["palette","grey","10"]},"11":{"value":"hsla(229, 15%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 11%, 100%)"},"name":"PaletteGrey11","attributes":{"category":"palette","type":"grey","item":"11"},"path":["palette","grey","11"]},"12":{"value":"hsla(229, 15%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 100%)"},"name":"PaletteGrey12","attributes":{"category":"palette","type":"grey","item":"12"},"path":["palette","grey","12"]},"13":{"value":"hsla(229, 15%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 13%, 100%)"},"name":"PaletteGrey13","attributes":{"category":"palette","type":"grey","item":"13"},"path":["palette","grey","13"]},"14":{"value":"hsla(229, 15%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 14%, 100%)"},"name":"PaletteGrey14","attributes":{"category":"palette","type":"grey","item":"14"},"path":["palette","grey","14"]},"15":{"value":"hsla(229, 15%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 15%, 100%)"},"name":"PaletteGrey15","attributes":{"category":"palette","type":"grey","item":"15"},"path":["palette","grey","15"]},"16":{"value":"hsla(229, 15%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 16%, 100%)"},"name":"PaletteGrey16","attributes":{"category":"palette","type":"grey","item":"16"},"path":["palette","grey","16"]},"17":{"value":"hsla(229, 15%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 17%, 100%)"},"name":"PaletteGrey17","attributes":{"category":"palette","type":"grey","item":"17"},"path":["palette","grey","17"]},"18":{"value":"hsla(229, 15%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 18%, 100%)"},"name":"PaletteGrey18","attributes":{"category":"palette","type":"grey","item":"18"},"path":["palette","grey","18"]},"19":{"value":"hsla(229, 15%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 19%, 100%)"},"name":"PaletteGrey19","attributes":{"category":"palette","type":"grey","item":"19"},"path":["palette","grey","19"]},"20":{"value":"hsla(229, 15%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 100%)"},"name":"PaletteGrey20","attributes":{"category":"palette","type":"grey","item":"20"},"path":["palette","grey","20"]},"21":{"value":"hsla(229, 15%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 21%, 100%)"},"name":"PaletteGrey21","attributes":{"category":"palette","type":"grey","item":"21"},"path":["palette","grey","21"]},"22":{"value":"hsla(229, 15%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 22%, 100%)"},"name":"PaletteGrey22","attributes":{"category":"palette","type":"grey","item":"22"},"path":["palette","grey","22"]},"23":{"value":"hsla(229, 15%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 23%, 100%)"},"name":"PaletteGrey23","attributes":{"category":"palette","type":"grey","item":"23"},"path":["palette","grey","23"]},"24":{"value":"hsla(229, 15%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 24%, 100%)"},"name":"PaletteGrey24","attributes":{"category":"palette","type":"grey","item":"24"},"path":["palette","grey","24"]},"25":{"value":"hsla(229, 15%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 25%, 100%)"},"name":"PaletteGrey25","attributes":{"category":"palette","type":"grey","item":"25"},"path":["palette","grey","25"]},"26":{"value":"hsla(229, 15%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 26%, 100%)"},"name":"PaletteGrey26","attributes":{"category":"palette","type":"grey","item":"26"},"path":["palette","grey","26"]},"27":{"value":"hsla(229, 15%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 27%, 100%)"},"name":"PaletteGrey27","attributes":{"category":"palette","type":"grey","item":"27"},"path":["palette","grey","27"]},"28":{"value":"hsla(229, 15%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 28%, 100%)"},"name":"PaletteGrey28","attributes":{"category":"palette","type":"grey","item":"28"},"path":["palette","grey","28"]},"29":{"value":"hsla(229, 15%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 29%, 100%)"},"name":"PaletteGrey29","attributes":{"category":"palette","type":"grey","item":"29"},"path":["palette","grey","29"]},"30":{"value":"hsla(229, 15%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 30%, 100%)"},"name":"PaletteGrey30","attributes":{"category":"palette","type":"grey","item":"30"},"path":["palette","grey","30"]},"31":{"value":"hsla(229, 15%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 31%, 100%)"},"name":"PaletteGrey31","attributes":{"category":"palette","type":"grey","item":"31"},"path":["palette","grey","31"]},"32":{"value":"hsla(229, 15%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 32%, 100%)"},"name":"PaletteGrey32","attributes":{"category":"palette","type":"grey","item":"32"},"path":["palette","grey","32"]},"33":{"value":"hsla(229, 15%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 33%, 100%)"},"name":"PaletteGrey33","attributes":{"category":"palette","type":"grey","item":"33"},"path":["palette","grey","33"]},"34":{"value":"hsla(229, 15%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 34%, 100%)"},"name":"PaletteGrey34","attributes":{"category":"palette","type":"grey","item":"34"},"path":["palette","grey","34"]},"35":{"value":"hsla(229, 15%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 35%, 100%)"},"name":"PaletteGrey35","attributes":{"category":"palette","type":"grey","item":"35"},"path":["palette","grey","35"]},"36":{"value":"hsla(229, 15%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 36%, 100%)"},"name":"PaletteGrey36","attributes":{"category":"palette","type":"grey","item":"36"},"path":["palette","grey","36"]},"37":{"value":"hsla(229, 15%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 37%, 100%)"},"name":"PaletteGrey37","attributes":{"category":"palette","type":"grey","item":"37"},"path":["palette","grey","37"]},"38":{"value":"hsla(229, 15%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 38%, 100%)"},"name":"PaletteGrey38","attributes":{"category":"palette","type":"grey","item":"38"},"path":["palette","grey","38"]},"39":{"value":"hsla(229, 15%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 39%, 100%)"},"name":"PaletteGrey39","attributes":{"category":"palette","type":"grey","item":"39"},"path":["palette","grey","39"]},"40":{"value":"hsla(229, 15%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 40%, 100%)"},"name":"PaletteGrey40","attributes":{"category":"palette","type":"grey","item":"40"},"path":["palette","grey","40"]},"41":{"value":"hsla(229, 15%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 41%, 100%)"},"name":"PaletteGrey41","attributes":{"category":"palette","type":"grey","item":"41"},"path":["palette","grey","41"]},"42":{"value":"hsla(229, 15%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 42%, 100%)"},"name":"PaletteGrey42","attributes":{"category":"palette","type":"grey","item":"42"},"path":["palette","grey","42"]},"43":{"value":"hsla(229, 15%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 43%, 100%)"},"name":"PaletteGrey43","attributes":{"category":"palette","type":"grey","item":"43"},"path":["palette","grey","43"]},"44":{"value":"hsla(229, 15%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 44%, 100%)"},"name":"PaletteGrey44","attributes":{"category":"palette","type":"grey","item":"44"},"path":["palette","grey","44"]},"45":{"value":"hsla(229, 15%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 45%, 100%)"},"name":"PaletteGrey45","attributes":{"category":"palette","type":"grey","item":"45"},"path":["palette","grey","45"]},"46":{"value":"hsla(229, 15%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 46%, 100%)"},"name":"PaletteGrey46","attributes":{"category":"palette","type":"grey","item":"46"},"path":["palette","grey","46"]},"47":{"value":"hsla(229, 15%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 47%, 100%)"},"name":"PaletteGrey47","attributes":{"category":"palette","type":"grey","item":"47"},"path":["palette","grey","47"]},"48":{"value":"hsla(229, 15%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 48%, 100%)"},"name":"PaletteGrey48","attributes":{"category":"palette","type":"grey","item":"48"},"path":["palette","grey","48"]},"49":{"value":"hsla(229, 15%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 49%, 100%)"},"name":"PaletteGrey49","attributes":{"category":"palette","type":"grey","item":"49"},"path":["palette","grey","49"]},"50":{"value":"hsla(229, 15%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 100%)"},"name":"PaletteGrey50","attributes":{"category":"palette","type":"grey","item":"50"},"path":["palette","grey","50"]},"51":{"value":"hsla(229, 15%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 51%, 100%)"},"name":"PaletteGrey51","attributes":{"category":"palette","type":"grey","item":"51"},"path":["palette","grey","51"]},"52":{"value":"hsla(229, 15%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 52%, 100%)"},"name":"PaletteGrey52","attributes":{"category":"palette","type":"grey","item":"52"},"path":["palette","grey","52"]},"53":{"value":"hsla(229, 15%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 53%, 100%)"},"name":"PaletteGrey53","attributes":{"category":"palette","type":"grey","item":"53"},"path":["palette","grey","53"]},"54":{"value":"hsla(229, 15%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 54%, 100%)"},"name":"PaletteGrey54","attributes":{"category":"palette","type":"grey","item":"54"},"path":["palette","grey","54"]},"55":{"value":"hsla(229, 15%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 55%, 100%)"},"name":"PaletteGrey55","attributes":{"category":"palette","type":"grey","item":"55"},"path":["palette","grey","55"]},"56":{"value":"hsla(229, 15%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 56%, 100%)"},"name":"PaletteGrey56","attributes":{"category":"palette","type":"grey","item":"56"},"path":["palette","grey","56"]},"57":{"value":"hsla(229, 15%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 57%, 100%)"},"name":"PaletteGrey57","attributes":{"category":"palette","type":"grey","item":"57"},"path":["palette","grey","57"]},"58":{"value":"hsla(229, 15%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 58%, 100%)"},"name":"PaletteGrey58","attributes":{"category":"palette","type":"grey","item":"58"},"path":["palette","grey","58"]},"59":{"value":"hsla(229, 15%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 59%, 100%)"},"name":"PaletteGrey59","attributes":{"category":"palette","type":"grey","item":"59"},"path":["palette","grey","59"]},"60":{"value":"hsla(229, 15%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 60%, 100%)"},"name":"PaletteGrey60","attributes":{"category":"palette","type":"grey","item":"60"},"path":["palette","grey","60"]},"61":{"value":"hsla(229, 15%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 61%, 100%)"},"name":"PaletteGrey61","attributes":{"category":"palette","type":"grey","item":"61"},"path":["palette","grey","61"]},"62":{"value":"hsla(229, 15%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 62%, 100%)"},"name":"PaletteGrey62","attributes":{"category":"palette","type":"grey","item":"62"},"path":["palette","grey","62"]},"63":{"value":"hsla(229, 15%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 63%, 100%)"},"name":"PaletteGrey63","attributes":{"category":"palette","type":"grey","item":"63"},"path":["palette","grey","63"]},"64":{"value":"hsla(229, 15%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 64%, 100%)"},"name":"PaletteGrey64","attributes":{"category":"palette","type":"grey","item":"64"},"path":["palette","grey","64"]},"65":{"value":"hsla(229, 15%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 65%, 100%)"},"name":"PaletteGrey65","attributes":{"category":"palette","type":"grey","item":"65"},"path":["palette","grey","65"]},"66":{"value":"hsla(229, 15%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 66%, 100%)"},"name":"PaletteGrey66","attributes":{"category":"palette","type":"grey","item":"66"},"path":["palette","grey","66"]},"67":{"value":"hsla(229, 15%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 67%, 100%)"},"name":"PaletteGrey67","attributes":{"category":"palette","type":"grey","item":"67"},"path":["palette","grey","67"]},"68":{"value":"hsla(229, 15%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 68%, 100%)"},"name":"PaletteGrey68","attributes":{"category":"palette","type":"grey","item":"68"},"path":["palette","grey","68"]},"69":{"value":"hsla(229, 15%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 69%, 100%)"},"name":"PaletteGrey69","attributes":{"category":"palette","type":"grey","item":"69"},"path":["palette","grey","69"]},"70":{"value":"hsla(229, 15%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 70%, 100%)"},"name":"PaletteGrey70","attributes":{"category":"palette","type":"grey","item":"70"},"path":["palette","grey","70"]},"71":{"value":"hsla(229, 15%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 71%, 100%)"},"name":"PaletteGrey71","attributes":{"category":"palette","type":"grey","item":"71"},"path":["palette","grey","71"]},"72":{"value":"hsla(229, 15%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 72%, 100%)"},"name":"PaletteGrey72","attributes":{"category":"palette","type":"grey","item":"72"},"path":["palette","grey","72"]},"73":{"value":"hsla(229, 15%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 73%, 100%)"},"name":"PaletteGrey73","attributes":{"category":"palette","type":"grey","item":"73"},"path":["palette","grey","73"]},"74":{"value":"hsla(229, 15%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 74%, 100%)"},"name":"PaletteGrey74","attributes":{"category":"palette","type":"grey","item":"74"},"path":["palette","grey","74"]},"75":{"value":"hsla(229, 15%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 75%, 100%)"},"name":"PaletteGrey75","attributes":{"category":"palette","type":"grey","item":"75"},"path":["palette","grey","75"]},"76":{"value":"hsla(229, 15%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 76%, 100%)"},"name":"PaletteGrey76","attributes":{"category":"palette","type":"grey","item":"76"},"path":["palette","grey","76"]},"77":{"value":"hsla(229, 15%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 77%, 100%)"},"name":"PaletteGrey77","attributes":{"category":"palette","type":"grey","item":"77"},"path":["palette","grey","77"]},"78":{"value":"hsla(229, 15%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 78%, 100%)"},"name":"PaletteGrey78","attributes":{"category":"palette","type":"grey","item":"78"},"path":["palette","grey","78"]},"79":{"value":"hsla(229, 15%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 79%, 100%)"},"name":"PaletteGrey79","attributes":{"category":"palette","type":"grey","item":"79"},"path":["palette","grey","79"]},"80":{"value":"hsla(229, 15%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 80%, 100%)"},"name":"PaletteGrey80","attributes":{"category":"palette","type":"grey","item":"80"},"path":["palette","grey","80"]},"81":{"value":"hsla(229, 15%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 81%, 100%)"},"name":"PaletteGrey81","attributes":{"category":"palette","type":"grey","item":"81"},"path":["palette","grey","81"]},"82":{"value":"hsla(229, 15%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 82%, 100%)"},"name":"PaletteGrey82","attributes":{"category":"palette","type":"grey","item":"82"},"path":["palette","grey","82"]},"83":{"value":"hsla(229, 15%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 83%, 100%)"},"name":"PaletteGrey83","attributes":{"category":"palette","type":"grey","item":"83"},"path":["palette","grey","83"]},"84":{"value":"hsla(229, 15%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 84%, 100%)"},"name":"PaletteGrey84","attributes":{"category":"palette","type":"grey","item":"84"},"path":["palette","grey","84"]},"85":{"value":"hsla(229, 15%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 85%, 100%)"},"name":"PaletteGrey85","attributes":{"category":"palette","type":"grey","item":"85"},"path":["palette","grey","85"]},"86":{"value":"hsla(229, 15%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 86%, 100%)"},"name":"PaletteGrey86","attributes":{"category":"palette","type":"grey","item":"86"},"path":["palette","grey","86"]},"87":{"value":"hsla(229, 15%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 87%, 100%)"},"name":"PaletteGrey87","attributes":{"category":"palette","type":"grey","item":"87"},"path":["palette","grey","87"]},"88":{"value":"hsla(229, 15%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 88%, 100%)"},"name":"PaletteGrey88","attributes":{"category":"palette","type":"grey","item":"88"},"path":["palette","grey","88"]},"89":{"value":"hsla(229, 15%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 89%, 100%)"},"name":"PaletteGrey89","attributes":{"category":"palette","type":"grey","item":"89"},"path":["palette","grey","89"]},"90":{"value":"hsla(229, 15%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 90%, 100%)"},"name":"PaletteGrey90","attributes":{"category":"palette","type":"grey","item":"90"},"path":["palette","grey","90"]},"91":{"value":"hsla(229, 15%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 91%, 100%)"},"name":"PaletteGrey91","attributes":{"category":"palette","type":"grey","item":"91"},"path":["palette","grey","91"]},"92":{"value":"hsla(229, 15%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 92%, 100%)"},"name":"PaletteGrey92","attributes":{"category":"palette","type":"grey","item":"92"},"path":["palette","grey","92"]},"93":{"value":"hsla(229, 15%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 93%, 100%)"},"name":"PaletteGrey93","attributes":{"category":"palette","type":"grey","item":"93"},"path":["palette","grey","93"]},"94":{"value":"hsla(229, 15%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 94%, 100%)"},"name":"PaletteGrey94","attributes":{"category":"palette","type":"grey","item":"94"},"path":["palette","grey","94"]},"95":{"value":"hsla(229, 15%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 95%, 100%)"},"name":"PaletteGrey95","attributes":{"category":"palette","type":"grey","item":"95"},"path":["palette","grey","95"]},"96":{"value":"hsla(229, 15%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 96%, 100%)"},"name":"PaletteGrey96","attributes":{"category":"palette","type":"grey","item":"96"},"path":["palette","grey","96"]},"97":{"value":"hsla(229, 15%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 97%, 100%)"},"name":"PaletteGrey97","attributes":{"category":"palette","type":"grey","item":"97"},"path":["palette","grey","97"]},"98":{"value":"hsla(229, 15%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 98%, 100%)"},"name":"PaletteGrey98","attributes":{"category":"palette","type":"grey","item":"98"},"path":["palette","grey","98"]},"99":{"value":"hsla(229, 15%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 100%)"},"name":"PaletteGrey99","attributes":{"category":"palette","type":"grey","item":"99"},"path":["palette","grey","99"]},"100":{"value":"hsla(229, 15%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 100%)"},"name":"PaletteGrey100","attributes":{"category":"palette","type":"grey","item":"100"},"path":["palette","grey","100"]},"\"6-A3\"":{"value":"hsla(229, 15%, 6%, 3%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 3%)"},"name":"PaletteGrey6A3","attributes":{"category":"palette","type":"grey","item":"\"6-A3\""},"path":["palette","grey","\"6-A3\""]},"\"6-A6\"":{"value":"hsla(229, 15%, 6%, 6%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 6%)"},"name":"PaletteGrey6A6","attributes":{"category":"palette","type":"grey","item":"\"6-A6\""},"path":["palette","grey","\"6-A6\""]},"\"6-A12\"":{"value":"hsla(229, 15%, 6%, 12%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 12%)"},"name":"PaletteGrey6A12","attributes":{"category":"palette","type":"grey","item":"\"6-A12\""},"path":["palette","grey","\"6-A12\""]},"\"6-A24\"":{"value":"hsla(229, 15%, 6%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 24%)"},"name":"PaletteGrey6A24","attributes":{"category":"palette","type":"grey","item":"\"6-A24\""},"path":["palette","grey","\"6-A24\""]},"\"6-A64\"":{"value":"hsla(229, 15%, 6%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 64%)"},"name":"PaletteGrey6A64","attributes":{"category":"palette","type":"grey","item":"\"6-A64\""},"path":["palette","grey","\"6-A64\""]},"\"6-A88\"":{"value":"hsla(229, 15%, 6%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 88%)"},"name":"PaletteGrey6A88","attributes":{"category":"palette","type":"grey","item":"\"6-A88\""},"path":["palette","grey","\"6-A88\""]},"\"12-A80\"":{"value":"hsla(229, 15%, 12%, 80%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 80%)"},"name":"PaletteGrey12A80","attributes":{"category":"palette","type":"grey","item":"\"12-A80\""},"path":["palette","grey","\"12-A80\""]},"\"15-A32\"":{"value":"hsla(229, 15%, 15%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 15%, 32%)"},"name":"PaletteGrey15A32","attributes":{"category":"palette","type":"grey","item":"\"15-A32\""},"path":["palette","grey","\"15-A32\""]},"\"20-A32\"":{"value":"hsla(229, 15%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 32%)"},"name":"PaletteGrey20A32","attributes":{"category":"palette","type":"grey","item":"\"20-A32\""},"path":["palette","grey","\"20-A32\""]},"\"20-A55\"":{"value":"hsla(229, 15%, 20%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 55%)"},"name":"PaletteGrey20A55","attributes":{"category":"palette","type":"grey","item":"\"20-A55\""},"path":["palette","grey","\"20-A55\""]},"\"50-A8\"":{"value":"hsla(229, 15%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 8%)"},"name":"PaletteGrey50A8","attributes":{"category":"palette","type":"grey","item":"\"50-A8\""},"path":["palette","grey","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(229, 15%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 16%)"},"name":"PaletteGrey50A16","attributes":{"category":"palette","type":"grey","item":"\"50-A16\""},"path":["palette","grey","\"50-A16\""]},"\"50-A24\"":{"value":"hsla(229, 15%, 50%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 24%)"},"name":"PaletteGrey50A24","attributes":{"category":"palette","type":"grey","item":"\"50-A24\""},"path":["palette","grey","\"50-A24\""]},"\"50-A32\"":{"value":"hsla(229, 15%, 50%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 32%)"},"name":"PaletteGrey50A32","attributes":{"category":"palette","type":"grey","item":"\"50-A32\""},"path":["palette","grey","\"50-A32\""]},"\"50-A48\"":{"value":"hsla(229, 15%, 50%, 48%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 48%)"},"name":"PaletteGrey50A48","attributes":{"category":"palette","type":"grey","item":"\"50-A48\""},"path":["palette","grey","\"50-A48\""]},"\"50-A52\"":{"value":"hsla(229, 15%, 50%, 52%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 52%)"},"name":"PaletteGrey50A52","attributes":{"category":"palette","type":"grey","item":"\"50-A52\""},"path":["palette","grey","\"50-A52\""]},"\"85-S100-A15\"":{"value":"hsla(229, 100%, 85%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 100%, 85%, 15%)"},"name":"PaletteGrey85S100A15","attributes":{"category":"palette","type":"grey","item":"\"85-S100-A15\""},"path":["palette","grey","\"85-S100-A15\""]},"\"99-A88\"":{"value":"hsla(229, 15%, 99%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 88%)"},"name":"PaletteGrey99A88","attributes":{"category":"palette","type":"grey","item":"\"99-A88\""},"path":["palette","grey","\"99-A88\""]},"\"100-A52\"":{"value":"hsla(229, 15%, 100%, 52%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 52%)"},"name":"PaletteGrey100A52","attributes":{"category":"palette","type":"grey","item":"\"100-A52\""},"path":["palette","grey","\"100-A52\""]},"\"100-A72\"":{"value":"hsla(229, 15%, 100%, 72%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 72%)"},"name":"PaletteGrey100A72","attributes":{"category":"palette","type":"grey","item":"\"100-A72\""},"path":["palette","grey","\"100-A72\""]},"\"100-A90\"":{"value":"hsla(229, 15%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 100%)"},"name":"PaletteGrey100A90","attributes":{"category":"palette","type":"grey","item":"\"100-A90\""},"path":["palette","grey","\"100-A90\""]},"A8":{"value":"hsla(229, 15%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 8%)"},"name":"PaletteGreyA8","attributes":{"category":"palette","type":"grey","item":"A8"},"path":["palette","grey","A8"]},"A15L85":{"value":"hsla(229, 100%, 85%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 100%, 85%, 15%)"},"name":"PaletteGreyA15L85","attributes":{"category":"palette","type":"grey","item":"A15L85"},"path":["palette","grey","A15L85"]},"A16":{"value":"hsla(229, 15%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 16%)"},"name":"PaletteGreyA16","attributes":{"category":"palette","type":"grey","item":"A16"},"path":["palette","grey","A16"]},"A24":{"value":"hsla(229, 15%, 6%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 24%)"},"name":"PaletteGreyA24","attributes":{"category":"palette","type":"grey","item":"A24"},"path":["palette","grey","A24"]},"A32":{"value":"hsla(229, 15%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 32%)"},"name":"PaletteGreyA32","attributes":{"category":"palette","type":"grey","item":"A32"},"path":["palette","grey","A32"]},"A32L50":{"value":"hsla(229, 15%, 50%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 32%)"},"name":"PaletteGreyA32L50","attributes":{"category":"palette","type":"grey","item":"A32L50"},"path":["palette","grey","A32L50"]},"A48":{"value":"hsla(229, 15%, 50%, 48%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 48%)"},"name":"PaletteGreyA48","attributes":{"category":"palette","type":"grey","item":"A48"},"path":["palette","grey","A48"]},"A64L6":{"value":"hsla(229, 15%, 6%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 64%)"},"name":"PaletteGreyA64L6","attributes":{"category":"palette","type":"grey","item":"A64L6"},"path":["palette","grey","A64L6"]},"A88":{"value":"hsla(229, 15%, 99%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 88%)"},"name":"PaletteGreyA88","attributes":{"category":"palette","type":"grey","item":"A88"},"path":["palette","grey","A88"]},"A88L6":{"value":"hsla(229, 15%, 6%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 88%)"},"name":"PaletteGreyA88L6","attributes":{"category":"palette","type":"grey","item":"A88L6"},"path":["palette","grey","A88L6"]},"A80L12":{"value":"hsla(229, 15%, 12%, 80%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 80%)"},"name":"PaletteGreyA80L12","attributes":{"category":"palette","type":"grey","item":"A80L12"},"path":["palette","grey","A80L12"]}}; -export const DarkNeutralWhite = "hsla(0, 0%, 100%, 100%)"; -export const DarkNeutralBlack = "hsla(0, 0%, 0%, 100%)"; -export const DarkWhiteDefault = "hsla(0, 0%, 100%, 100%)"; -export const DarkWhitePalette = {"default":{"value":"hsla(0, 0%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 100%)"},"name":"PaletteWhiteDefault","attributes":{"category":"palette","type":"white","item":"default"},"path":["palette","white","default"]},"\"default-A15\"":{"value":"hsla(0, 0%, 100%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 15%)"},"name":"PaletteWhiteDefaultA15","attributes":{"category":"palette","type":"white","item":"\"default-A15\""},"path":["palette","white","\"default-A15\""]},"\"default-A64\"":{"value":"hsla(0, 0%, 100%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 64%)"},"name":"PaletteWhiteDefaultA64","attributes":{"category":"palette","type":"white","item":"\"default-A64\""},"path":["palette","white","\"default-A64\""]},"\"default-A72\"":{"value":"hsla(0, 0%, 100%, 72%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 72%)"},"name":"PaletteWhiteDefaultA72","attributes":{"category":"palette","type":"white","item":"\"default-A72\""},"path":["palette","white","\"default-A72\""]},"A72":{"value":"hsla(0, 0%, 100%, 72%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 72%)"},"name":"PaletteWhiteA72","attributes":{"category":"palette","type":"white","item":"A72"},"path":["palette","white","A72"]}}; -export const DarkBlackDefault = "hsla(0, 0%, 0%, 100%)"; -export const DarkBlackPalette = {"default":{"value":"hsla(0, 0%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 0%, 100%)"},"name":"PaletteBlackDefault","attributes":{"category":"palette","type":"black","item":"default"},"path":["palette","black","default"]},"\"default-A8\"":{"value":"rgba(0, 0, 0, 0.08)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.08)"},"name":"PaletteBlackDefaultA8","attributes":{"category":"palette","type":"black","item":"\"default-A8\""},"path":["palette","black","\"default-A8\""]},"\"default-A16\"":{"value":"rgba(0, 0, 0, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.16)"},"name":"PaletteBlackDefaultA16","attributes":{"category":"palette","type":"black","item":"\"default-A16\""},"path":["palette","black","\"default-A16\""]},"\"default-A20\"":{"value":"rgba(0, 0, 0, 0.20)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.20)"},"name":"PaletteBlackDefaultA20","attributes":{"category":"palette","type":"black","item":"\"default-A20\""},"path":["palette","black","\"default-A20\""]},"\"default-A50\"":{"value":"rgba(0, 0, 0, 0.50)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.50)"},"name":"PaletteBlackDefaultA50","attributes":{"category":"palette","type":"black","item":"\"default-A50\""},"path":["palette","black","\"default-A50\""]},"A50":{"value":"rgba(0, 0, 0, 0.50)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.50)"},"name":"PaletteBlackA50","attributes":{"category":"palette","type":"black","item":"A50"},"path":["palette","black","A50"]}}; -export const DarkBrandDefault = "hsla(7, 97%, 50%, 100%)"; -export const DarkBrandPalette = {"0":{"value":"hsla(7, 97%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 0%, 100%)"},"name":"PaletteRed0","attributes":{"category":"palette","type":"red","item":"0"},"path":["palette","red","0"]},"1":{"value":"hsla(7, 97%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 1%, 100%)"},"name":"PaletteRed1","attributes":{"category":"palette","type":"red","item":"1"},"path":["palette","red","1"]},"2":{"value":"hsla(7, 97%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 2%, 100%)"},"name":"PaletteRed2","attributes":{"category":"palette","type":"red","item":"2"},"path":["palette","red","2"]},"3":{"value":"hsla(7, 97%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 3%, 100%)"},"name":"PaletteRed3","attributes":{"category":"palette","type":"red","item":"3"},"path":["palette","red","3"]},"4":{"value":"hsla(7, 97%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 4%, 100%)"},"name":"PaletteRed4","attributes":{"category":"palette","type":"red","item":"4"},"path":["palette","red","4"]},"5":{"value":"hsla(7, 97%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 100%)"},"name":"PaletteRed5","attributes":{"category":"palette","type":"red","item":"5"},"path":["palette","red","5"]},"6":{"value":"hsla(7, 97%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 6%, 100%)"},"name":"PaletteRed6","attributes":{"category":"palette","type":"red","item":"6"},"path":["palette","red","6"]},"7":{"value":"hsla(7, 97%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 7%, 100%)"},"name":"PaletteRed7","attributes":{"category":"palette","type":"red","item":"7"},"path":["palette","red","7"]},"8":{"value":"hsla(7, 97%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 8%, 100%)"},"name":"PaletteRed8","attributes":{"category":"palette","type":"red","item":"8"},"path":["palette","red","8"]},"9":{"value":"hsla(7, 97%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 9%, 100%)"},"name":"PaletteRed9","attributes":{"category":"palette","type":"red","item":"9"},"path":["palette","red","9"]},"10":{"value":"hsla(7, 97%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 10%, 100%)"},"name":"PaletteRed10","attributes":{"category":"palette","type":"red","item":"10"},"path":["palette","red","10"]},"11":{"value":"hsla(7, 97%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 11%, 100%)"},"name":"PaletteRed11","attributes":{"category":"palette","type":"red","item":"11"},"path":["palette","red","11"]},"12":{"value":"hsla(7, 97%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 12%, 100%)"},"name":"PaletteRed12","attributes":{"category":"palette","type":"red","item":"12"},"path":["palette","red","12"]},"13":{"value":"hsla(7, 97%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 13%, 100%)"},"name":"PaletteRed13","attributes":{"category":"palette","type":"red","item":"13"},"path":["palette","red","13"]},"14":{"value":"hsla(7, 97%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 14%, 100%)"},"name":"PaletteRed14","attributes":{"category":"palette","type":"red","item":"14"},"path":["palette","red","14"]},"15":{"value":"hsla(7, 97%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 15%, 100%)"},"name":"PaletteRed15","attributes":{"category":"palette","type":"red","item":"15"},"path":["palette","red","15"]},"16":{"value":"hsla(7, 97%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 16%, 100%)"},"name":"PaletteRed16","attributes":{"category":"palette","type":"red","item":"16"},"path":["palette","red","16"]},"17":{"value":"hsla(7, 97%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 17%, 100%)"},"name":"PaletteRed17","attributes":{"category":"palette","type":"red","item":"17"},"path":["palette","red","17"]},"18":{"value":"hsla(7, 97%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 18%, 100%)"},"name":"PaletteRed18","attributes":{"category":"palette","type":"red","item":"18"},"path":["palette","red","18"]},"19":{"value":"hsla(7, 97%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 19%, 100%)"},"name":"PaletteRed19","attributes":{"category":"palette","type":"red","item":"19"},"path":["palette","red","19"]},"20":{"value":"hsla(7, 97%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 20%, 100%)"},"name":"PaletteRed20","attributes":{"category":"palette","type":"red","item":"20"},"path":["palette","red","20"]},"21":{"value":"hsla(7, 97%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 21%, 100%)"},"name":"PaletteRed21","attributes":{"category":"palette","type":"red","item":"21"},"path":["palette","red","21"]},"22":{"value":"hsla(7, 97%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 22%, 100%)"},"name":"PaletteRed22","attributes":{"category":"palette","type":"red","item":"22"},"path":["palette","red","22"]},"23":{"value":"hsla(7, 97%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 23%, 100%)"},"name":"PaletteRed23","attributes":{"category":"palette","type":"red","item":"23"},"path":["palette","red","23"]},"24":{"value":"hsla(7, 97%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 24%, 100%)"},"name":"PaletteRed24","attributes":{"category":"palette","type":"red","item":"24"},"path":["palette","red","24"]},"25":{"value":"hsla(7, 97%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 25%, 100%)"},"name":"PaletteRed25","attributes":{"category":"palette","type":"red","item":"25"},"path":["palette","red","25"]},"26":{"value":"hsla(7, 97%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 26%, 100%)"},"name":"PaletteRed26","attributes":{"category":"palette","type":"red","item":"26"},"path":["palette","red","26"]},"27":{"value":"hsla(7, 97%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 27%, 100%)"},"name":"PaletteRed27","attributes":{"category":"palette","type":"red","item":"27"},"path":["palette","red","27"]},"28":{"value":"hsla(7, 97%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 28%, 100%)"},"name":"PaletteRed28","attributes":{"category":"palette","type":"red","item":"28"},"path":["palette","red","28"]},"29":{"value":"hsla(7, 97%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 29%, 100%)"},"name":"PaletteRed29","attributes":{"category":"palette","type":"red","item":"29"},"path":["palette","red","29"]},"30":{"value":"hsla(7, 97%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 30%, 100%)"},"name":"PaletteRed30","attributes":{"category":"palette","type":"red","item":"30"},"path":["palette","red","30"]},"31":{"value":"hsla(7, 97%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 31%, 100%)"},"name":"PaletteRed31","attributes":{"category":"palette","type":"red","item":"31"},"path":["palette","red","31"]},"32":{"value":"hsla(7, 97%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 32%, 100%)"},"name":"PaletteRed32","attributes":{"category":"palette","type":"red","item":"32"},"path":["palette","red","32"]},"33":{"value":"hsla(7, 97%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 33%, 100%)"},"name":"PaletteRed33","attributes":{"category":"palette","type":"red","item":"33"},"path":["palette","red","33"]},"34":{"value":"hsla(7, 97%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 34%, 100%)"},"name":"PaletteRed34","attributes":{"category":"palette","type":"red","item":"34"},"path":["palette","red","34"]},"35":{"value":"hsla(7, 97%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 35%, 100%)"},"name":"PaletteRed35","attributes":{"category":"palette","type":"red","item":"35"},"path":["palette","red","35"]},"36":{"value":"hsla(7, 97%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 36%, 100%)"},"name":"PaletteRed36","attributes":{"category":"palette","type":"red","item":"36"},"path":["palette","red","36"]},"37":{"value":"hsla(7, 97%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 37%, 100%)"},"name":"PaletteRed37","attributes":{"category":"palette","type":"red","item":"37"},"path":["palette","red","37"]},"38":{"value":"hsla(7, 97%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 38%, 100%)"},"name":"PaletteRed38","attributes":{"category":"palette","type":"red","item":"38"},"path":["palette","red","38"]},"39":{"value":"hsla(7, 97%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 39%, 100%)"},"name":"PaletteRed39","attributes":{"category":"palette","type":"red","item":"39"},"path":["palette","red","39"]},"40":{"value":"hsla(7, 97%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 40%, 100%)"},"name":"PaletteRed40","attributes":{"category":"palette","type":"red","item":"40"},"path":["palette","red","40"]},"41":{"value":"hsla(7, 97%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 41%, 100%)"},"name":"PaletteRed41","attributes":{"category":"palette","type":"red","item":"41"},"path":["palette","red","41"]},"42":{"value":"hsla(7, 97%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 42%, 100%)"},"name":"PaletteRed42","attributes":{"category":"palette","type":"red","item":"42"},"path":["palette","red","42"]},"43":{"value":"hsla(7, 97%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 43%, 100%)"},"name":"PaletteRed43","attributes":{"category":"palette","type":"red","item":"43"},"path":["palette","red","43"]},"44":{"value":"hsla(7, 97%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 44%, 100%)"},"name":"PaletteRed44","attributes":{"category":"palette","type":"red","item":"44"},"path":["palette","red","44"]},"45":{"value":"hsla(7, 97%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 45%, 100%)"},"name":"PaletteRed45","attributes":{"category":"palette","type":"red","item":"45"},"path":["palette","red","45"]},"46":{"value":"hsla(7, 97%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 46%, 100%)"},"name":"PaletteRed46","attributes":{"category":"palette","type":"red","item":"46"},"path":["palette","red","46"]},"47":{"value":"hsla(7, 97%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 47%, 100%)"},"name":"PaletteRed47","attributes":{"category":"palette","type":"red","item":"47"},"path":["palette","red","47"]},"48":{"value":"hsla(7, 97%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 48%, 100%)"},"name":"PaletteRed48","attributes":{"category":"palette","type":"red","item":"48"},"path":["palette","red","48"]},"49":{"value":"hsla(7, 97%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 49%, 100%)"},"name":"PaletteRed49","attributes":{"category":"palette","type":"red","item":"49"},"path":["palette","red","49"]},"50":{"value":"hsla(7, 97%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 100%)"},"name":"PaletteRed50","attributes":{"category":"palette","type":"red","item":"50"},"path":["palette","red","50"]},"51":{"value":"hsla(7, 97%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 51%, 100%)"},"name":"PaletteRed51","attributes":{"category":"palette","type":"red","item":"51"},"path":["palette","red","51"]},"52":{"value":"hsla(7, 97%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 52%, 100%)"},"name":"PaletteRed52","attributes":{"category":"palette","type":"red","item":"52"},"path":["palette","red","52"]},"53":{"value":"hsla(7, 97%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 53%, 100%)"},"name":"PaletteRed53","attributes":{"category":"palette","type":"red","item":"53"},"path":["palette","red","53"]},"54":{"value":"hsla(7, 97%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 54%, 100%)"},"name":"PaletteRed54","attributes":{"category":"palette","type":"red","item":"54"},"path":["palette","red","54"]},"55":{"value":"hsla(7, 97%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 55%, 100%)"},"name":"PaletteRed55","attributes":{"category":"palette","type":"red","item":"55"},"path":["palette","red","55"]},"56":{"value":"hsla(7, 97%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 56%, 100%)"},"name":"PaletteRed56","attributes":{"category":"palette","type":"red","item":"56"},"path":["palette","red","56"]},"57":{"value":"hsla(7, 97%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 57%, 100%)"},"name":"PaletteRed57","attributes":{"category":"palette","type":"red","item":"57"},"path":["palette","red","57"]},"58":{"value":"hsla(7, 97%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 58%, 100%)"},"name":"PaletteRed58","attributes":{"category":"palette","type":"red","item":"58"},"path":["palette","red","58"]},"59":{"value":"hsla(7, 97%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 59%, 100%)"},"name":"PaletteRed59","attributes":{"category":"palette","type":"red","item":"59"},"path":["palette","red","59"]},"60":{"value":"hsla(7, 97%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 100%)"},"name":"PaletteRed60","attributes":{"category":"palette","type":"red","item":"60"},"path":["palette","red","60"]},"61":{"value":"hsla(7, 97%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 61%, 100%)"},"name":"PaletteRed61","attributes":{"category":"palette","type":"red","item":"61"},"path":["palette","red","61"]},"62":{"value":"hsla(7, 97%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 62%, 100%)"},"name":"PaletteRed62","attributes":{"category":"palette","type":"red","item":"62"},"path":["palette","red","62"]},"63":{"value":"hsla(7, 97%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 63%, 100%)"},"name":"PaletteRed63","attributes":{"category":"palette","type":"red","item":"63"},"path":["palette","red","63"]},"64":{"value":"hsla(7, 97%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 64%, 100%)"},"name":"PaletteRed64","attributes":{"category":"palette","type":"red","item":"64"},"path":["palette","red","64"]},"65":{"value":"hsla(7, 97%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 65%, 100%)"},"name":"PaletteRed65","attributes":{"category":"palette","type":"red","item":"65"},"path":["palette","red","65"]},"66":{"value":"hsla(7, 97%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 66%, 100%)"},"name":"PaletteRed66","attributes":{"category":"palette","type":"red","item":"66"},"path":["palette","red","66"]},"67":{"value":"hsla(7, 97%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 67%, 100%)"},"name":"PaletteRed67","attributes":{"category":"palette","type":"red","item":"67"},"path":["palette","red","67"]},"68":{"value":"hsla(7, 97%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 68%, 100%)"},"name":"PaletteRed68","attributes":{"category":"palette","type":"red","item":"68"},"path":["palette","red","68"]},"69":{"value":"hsla(7, 97%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 69%, 100%)"},"name":"PaletteRed69","attributes":{"category":"palette","type":"red","item":"69"},"path":["palette","red","69"]},"70":{"value":"hsla(7, 97%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 70%, 100%)"},"name":"PaletteRed70","attributes":{"category":"palette","type":"red","item":"70"},"path":["palette","red","70"]},"71":{"value":"hsla(7, 97%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 71%, 100%)"},"name":"PaletteRed71","attributes":{"category":"palette","type":"red","item":"71"},"path":["palette","red","71"]},"72":{"value":"hsla(7, 97%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 72%, 100%)"},"name":"PaletteRed72","attributes":{"category":"palette","type":"red","item":"72"},"path":["palette","red","72"]},"73":{"value":"hsla(7, 97%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 73%, 100%)"},"name":"PaletteRed73","attributes":{"category":"palette","type":"red","item":"73"},"path":["palette","red","73"]},"74":{"value":"hsla(7, 97%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 74%, 100%)"},"name":"PaletteRed74","attributes":{"category":"palette","type":"red","item":"74"},"path":["palette","red","74"]},"75":{"value":"hsla(7, 97%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 75%, 100%)"},"name":"PaletteRed75","attributes":{"category":"palette","type":"red","item":"75"},"path":["palette","red","75"]},"76":{"value":"hsla(7, 97%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 76%, 100%)"},"name":"PaletteRed76","attributes":{"category":"palette","type":"red","item":"76"},"path":["palette","red","76"]},"77":{"value":"hsla(7, 97%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 77%, 100%)"},"name":"PaletteRed77","attributes":{"category":"palette","type":"red","item":"77"},"path":["palette","red","77"]},"78":{"value":"hsla(7, 97%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 78%, 100%)"},"name":"PaletteRed78","attributes":{"category":"palette","type":"red","item":"78"},"path":["palette","red","78"]},"79":{"value":"hsla(7, 97%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 79%, 100%)"},"name":"PaletteRed79","attributes":{"category":"palette","type":"red","item":"79"},"path":["palette","red","79"]},"80":{"value":"hsla(7, 97%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 80%, 100%)"},"name":"PaletteRed80","attributes":{"category":"palette","type":"red","item":"80"},"path":["palette","red","80"]},"81":{"value":"hsla(7, 97%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 81%, 100%)"},"name":"PaletteRed81","attributes":{"category":"palette","type":"red","item":"81"},"path":["palette","red","81"]},"82":{"value":"hsla(7, 97%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 82%, 100%)"},"name":"PaletteRed82","attributes":{"category":"palette","type":"red","item":"82"},"path":["palette","red","82"]},"83":{"value":"hsla(7, 97%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 83%, 100%)"},"name":"PaletteRed83","attributes":{"category":"palette","type":"red","item":"83"},"path":["palette","red","83"]},"84":{"value":"hsla(7, 97%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 84%, 100%)"},"name":"PaletteRed84","attributes":{"category":"palette","type":"red","item":"84"},"path":["palette","red","84"]},"85":{"value":"hsla(7, 97%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 85%, 100%)"},"name":"PaletteRed85","attributes":{"category":"palette","type":"red","item":"85"},"path":["palette","red","85"]},"86":{"value":"hsla(7, 97%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 86%, 100%)"},"name":"PaletteRed86","attributes":{"category":"palette","type":"red","item":"86"},"path":["palette","red","86"]},"87":{"value":"hsla(7, 97%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 87%, 100%)"},"name":"PaletteRed87","attributes":{"category":"palette","type":"red","item":"87"},"path":["palette","red","87"]},"88":{"value":"hsla(7, 97%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 88%, 100%)"},"name":"PaletteRed88","attributes":{"category":"palette","type":"red","item":"88"},"path":["palette","red","88"]},"89":{"value":"hsla(7, 97%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 89%, 100%)"},"name":"PaletteRed89","attributes":{"category":"palette","type":"red","item":"89"},"path":["palette","red","89"]},"90":{"value":"hsla(7, 97%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 90%, 100%)"},"name":"PaletteRed90","attributes":{"category":"palette","type":"red","item":"90"},"path":["palette","red","90"]},"91":{"value":"hsla(7, 97%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 91%, 100%)"},"name":"PaletteRed91","attributes":{"category":"palette","type":"red","item":"91"},"path":["palette","red","91"]},"92":{"value":"hsla(7, 97%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 92%, 100%)"},"name":"PaletteRed92","attributes":{"category":"palette","type":"red","item":"92"},"path":["palette","red","92"]},"93":{"value":"hsla(7, 97%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 93%, 100%)"},"name":"PaletteRed93","attributes":{"category":"palette","type":"red","item":"93"},"path":["palette","red","93"]},"94":{"value":"hsla(7, 97%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 94%, 100%)"},"name":"PaletteRed94","attributes":{"category":"palette","type":"red","item":"94"},"path":["palette","red","94"]},"95":{"value":"hsla(7, 97%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 95%, 100%)"},"name":"PaletteRed95","attributes":{"category":"palette","type":"red","item":"95"},"path":["palette","red","95"]},"96":{"value":"hsla(7, 97%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 96%, 100%)"},"name":"PaletteRed96","attributes":{"category":"palette","type":"red","item":"96"},"path":["palette","red","96"]},"97":{"value":"hsla(7, 97%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 97%, 100%)"},"name":"PaletteRed97","attributes":{"category":"palette","type":"red","item":"97"},"path":["palette","red","97"]},"98":{"value":"hsla(7, 97%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 98%, 100%)"},"name":"PaletteRed98","attributes":{"category":"palette","type":"red","item":"98"},"path":["palette","red","98"]},"99":{"value":"hsla(7, 97%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 99%, 100%)"},"name":"PaletteRed99","attributes":{"category":"palette","type":"red","item":"99"},"path":["palette","red","99"]},"100":{"value":"hsla(7, 97%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 100%, 100%)"},"name":"PaletteRed100","attributes":{"category":"palette","type":"red","item":"100"},"path":["palette","red","100"]},"\"5-A8\"":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRed5A8","attributes":{"category":"palette","type":"red","item":"\"5-A8\""},"path":["palette","red","\"5-A8\""]},"\"5-A16\"":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRed5A16","attributes":{"category":"palette","type":"red","item":"\"5-A16\""},"path":["palette","red","\"5-A16\""]},"\"50-A8\"":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRed50A8","attributes":{"category":"palette","type":"red","item":"\"50-A8\""},"path":["palette","red","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRed50A16","attributes":{"category":"palette","type":"red","item":"\"50-A16\""},"path":["palette","red","\"50-A16\""]},"\"51-S69\"":{"value":"hsla(7, 69%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 69%, 51%, 100%)"},"name":"PaletteRed51S69","attributes":{"category":"palette","type":"red","item":"\"51-S69\""},"path":["palette","red","\"51-S69\""]},"\"60-A55\"":{"value":"hsla(7, 97%, 60%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 55%)"},"name":"PaletteRed60A55","attributes":{"category":"palette","type":"red","item":"\"60-A55\""},"path":["palette","red","\"60-A55\""]},"A8":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRedA8","attributes":{"category":"palette","type":"red","item":"A8"},"path":["palette","red","A8"]},"A8L50":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRedA8L50","attributes":{"category":"palette","type":"red","item":"A8L50"},"path":["palette","red","A8L50"]},"A16":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRedA16","attributes":{"category":"palette","type":"red","item":"A16"},"path":["palette","red","A16"]},"A16L50":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRedA16L50","attributes":{"category":"palette","type":"red","item":"A16L50"},"path":["palette","red","A16L50"]},"A24":{"value":"rgba(240, 10, 25, 0.24)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.24)"},"name":"PaletteRedA24","attributes":{"category":"palette","type":"red","item":"A24"},"path":["palette","red","A24"]},"A32":{"value":"rgba(240, 10, 25, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.32)"},"name":"PaletteRedA32","attributes":{"category":"palette","type":"red","item":"A32"},"path":["palette","red","A32"]},"A48":{"value":"rgba(240, 10, 25, 0.48)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.48)"},"name":"PaletteRedA48","attributes":{"category":"palette","type":"red","item":"A48"},"path":["palette","red","A48"]}}; -export const DarkPurpleDefault = "hsla(277, 72%, 50%, 100%)"; -export const DarkPurplePalette = {"0":{"value":"hsla(277, 72%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 0%, 100%)"},"name":"PalettePurple0","attributes":{"category":"palette","type":"purple","item":"0"},"path":["palette","purple","0"]},"1":{"value":"hsla(277, 72%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 1%, 100%)"},"name":"PalettePurple1","attributes":{"category":"palette","type":"purple","item":"1"},"path":["palette","purple","1"]},"2":{"value":"hsla(277, 72%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 2%, 100%)"},"name":"PalettePurple2","attributes":{"category":"palette","type":"purple","item":"2"},"path":["palette","purple","2"]},"3":{"value":"hsla(277, 72%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 3%, 100%)"},"name":"PalettePurple3","attributes":{"category":"palette","type":"purple","item":"3"},"path":["palette","purple","3"]},"4":{"value":"hsla(277, 72%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 4%, 100%)"},"name":"PalettePurple4","attributes":{"category":"palette","type":"purple","item":"4"},"path":["palette","purple","4"]},"5":{"value":"hsla(277, 72%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 5%, 100%)"},"name":"PalettePurple5","attributes":{"category":"palette","type":"purple","item":"5"},"path":["palette","purple","5"]},"6":{"value":"hsla(277, 72%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 6%, 100%)"},"name":"PalettePurple6","attributes":{"category":"palette","type":"purple","item":"6"},"path":["palette","purple","6"]},"7":{"value":"hsla(277, 72%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 7%, 100%)"},"name":"PalettePurple7","attributes":{"category":"palette","type":"purple","item":"7"},"path":["palette","purple","7"]},"8":{"value":"hsla(277, 72%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 8%, 100%)"},"name":"PalettePurple8","attributes":{"category":"palette","type":"purple","item":"8"},"path":["palette","purple","8"]},"9":{"value":"hsla(277, 72%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 9%, 100%)"},"name":"PalettePurple9","attributes":{"category":"palette","type":"purple","item":"9"},"path":["palette","purple","9"]},"10":{"value":"hsla(277, 72%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 10%, 100%)"},"name":"PalettePurple10","attributes":{"category":"palette","type":"purple","item":"10"},"path":["palette","purple","10"]},"11":{"value":"hsla(277, 72%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 11%, 100%)"},"name":"PalettePurple11","attributes":{"category":"palette","type":"purple","item":"11"},"path":["palette","purple","11"]},"12":{"value":"hsla(277, 72%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 12%, 100%)"},"name":"PalettePurple12","attributes":{"category":"palette","type":"purple","item":"12"},"path":["palette","purple","12"]},"13":{"value":"hsla(277, 72%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 13%, 100%)"},"name":"PalettePurple13","attributes":{"category":"palette","type":"purple","item":"13"},"path":["palette","purple","13"]},"14":{"value":"hsla(277, 72%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 14%, 100%)"},"name":"PalettePurple14","attributes":{"category":"palette","type":"purple","item":"14"},"path":["palette","purple","14"]},"15":{"value":"hsla(277, 72%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 15%, 100%)"},"name":"PalettePurple15","attributes":{"category":"palette","type":"purple","item":"15"},"path":["palette","purple","15"]},"16":{"value":"hsla(277, 72%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 16%, 100%)"},"name":"PalettePurple16","attributes":{"category":"palette","type":"purple","item":"16"},"path":["palette","purple","16"]},"17":{"value":"hsla(277, 72%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 17%, 100%)"},"name":"PalettePurple17","attributes":{"category":"palette","type":"purple","item":"17"},"path":["palette","purple","17"]},"18":{"value":"hsla(277, 72%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 18%, 100%)"},"name":"PalettePurple18","attributes":{"category":"palette","type":"purple","item":"18"},"path":["palette","purple","18"]},"19":{"value":"hsla(277, 72%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 19%, 100%)"},"name":"PalettePurple19","attributes":{"category":"palette","type":"purple","item":"19"},"path":["palette","purple","19"]},"20":{"value":"hsla(277, 72%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 20%, 100%)"},"name":"PalettePurple20","attributes":{"category":"palette","type":"purple","item":"20"},"path":["palette","purple","20"]},"21":{"value":"hsla(277, 72%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 21%, 100%)"},"name":"PalettePurple21","attributes":{"category":"palette","type":"purple","item":"21"},"path":["palette","purple","21"]},"22":{"value":"hsla(277, 72%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 22%, 100%)"},"name":"PalettePurple22","attributes":{"category":"palette","type":"purple","item":"22"},"path":["palette","purple","22"]},"23":{"value":"hsla(277, 72%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 23%, 100%)"},"name":"PalettePurple23","attributes":{"category":"palette","type":"purple","item":"23"},"path":["palette","purple","23"]},"24":{"value":"hsla(277, 72%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 24%, 100%)"},"name":"PalettePurple24","attributes":{"category":"palette","type":"purple","item":"24"},"path":["palette","purple","24"]},"25":{"value":"hsla(277, 72%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 25%, 100%)"},"name":"PalettePurple25","attributes":{"category":"palette","type":"purple","item":"25"},"path":["palette","purple","25"]},"26":{"value":"hsla(277, 72%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 26%, 100%)"},"name":"PalettePurple26","attributes":{"category":"palette","type":"purple","item":"26"},"path":["palette","purple","26"]},"27":{"value":"hsla(277, 72%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 27%, 100%)"},"name":"PalettePurple27","attributes":{"category":"palette","type":"purple","item":"27"},"path":["palette","purple","27"]},"28":{"value":"hsla(277, 72%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 28%, 100%)"},"name":"PalettePurple28","attributes":{"category":"palette","type":"purple","item":"28"},"path":["palette","purple","28"]},"29":{"value":"hsla(277, 72%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 29%, 100%)"},"name":"PalettePurple29","attributes":{"category":"palette","type":"purple","item":"29"},"path":["palette","purple","29"]},"30":{"value":"hsla(277, 72%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 30%, 100%)"},"name":"PalettePurple30","attributes":{"category":"palette","type":"purple","item":"30"},"path":["palette","purple","30"]},"31":{"value":"hsla(277, 72%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 31%, 100%)"},"name":"PalettePurple31","attributes":{"category":"palette","type":"purple","item":"31"},"path":["palette","purple","31"]},"32":{"value":"hsla(277, 72%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 32%, 100%)"},"name":"PalettePurple32","attributes":{"category":"palette","type":"purple","item":"32"},"path":["palette","purple","32"]},"33":{"value":"hsla(277, 72%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 33%, 100%)"},"name":"PalettePurple33","attributes":{"category":"palette","type":"purple","item":"33"},"path":["palette","purple","33"]},"34":{"value":"hsla(277, 72%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 34%, 100%)"},"name":"PalettePurple34","attributes":{"category":"palette","type":"purple","item":"34"},"path":["palette","purple","34"]},"35":{"value":"hsla(277, 72%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 35%, 100%)"},"name":"PalettePurple35","attributes":{"category":"palette","type":"purple","item":"35"},"path":["palette","purple","35"]},"36":{"value":"hsla(277, 72%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 36%, 100%)"},"name":"PalettePurple36","attributes":{"category":"palette","type":"purple","item":"36"},"path":["palette","purple","36"]},"37":{"value":"hsla(277, 72%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 37%, 100%)"},"name":"PalettePurple37","attributes":{"category":"palette","type":"purple","item":"37"},"path":["palette","purple","37"]},"38":{"value":"hsla(277, 72%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 38%, 100%)"},"name":"PalettePurple38","attributes":{"category":"palette","type":"purple","item":"38"},"path":["palette","purple","38"]},"39":{"value":"hsla(277, 72%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 39%, 100%)"},"name":"PalettePurple39","attributes":{"category":"palette","type":"purple","item":"39"},"path":["palette","purple","39"]},"40":{"value":"hsla(277, 72%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 40%, 100%)"},"name":"PalettePurple40","attributes":{"category":"palette","type":"purple","item":"40"},"path":["palette","purple","40"]},"41":{"value":"hsla(277, 72%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 41%, 100%)"},"name":"PalettePurple41","attributes":{"category":"palette","type":"purple","item":"41"},"path":["palette","purple","41"]},"42":{"value":"hsla(277, 72%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 42%, 100%)"},"name":"PalettePurple42","attributes":{"category":"palette","type":"purple","item":"42"},"path":["palette","purple","42"]},"43":{"value":"hsla(277, 72%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 43%, 100%)"},"name":"PalettePurple43","attributes":{"category":"palette","type":"purple","item":"43"},"path":["palette","purple","43"]},"44":{"value":"hsla(277, 72%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 44%, 100%)"},"name":"PalettePurple44","attributes":{"category":"palette","type":"purple","item":"44"},"path":["palette","purple","44"]},"45":{"value":"hsla(277, 72%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 45%, 100%)"},"name":"PalettePurple45","attributes":{"category":"palette","type":"purple","item":"45"},"path":["palette","purple","45"]},"46":{"value":"hsla(277, 72%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 46%, 100%)"},"name":"PalettePurple46","attributes":{"category":"palette","type":"purple","item":"46"},"path":["palette","purple","46"]},"47":{"value":"hsla(277, 72%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 47%, 100%)"},"name":"PalettePurple47","attributes":{"category":"palette","type":"purple","item":"47"},"path":["palette","purple","47"]},"48":{"value":"hsla(277, 72%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 48%, 100%)"},"name":"PalettePurple48","attributes":{"category":"palette","type":"purple","item":"48"},"path":["palette","purple","48"]},"49":{"value":"hsla(277, 72%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 49%, 100%)"},"name":"PalettePurple49","attributes":{"category":"palette","type":"purple","item":"49"},"path":["palette","purple","49"]},"50":{"value":"hsla(277, 72%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 50%, 100%)"},"name":"PalettePurple50","attributes":{"category":"palette","type":"purple","item":"50"},"path":["palette","purple","50"]},"51":{"value":"hsla(277, 72%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 51%, 100%)"},"name":"PalettePurple51","attributes":{"category":"palette","type":"purple","item":"51"},"path":["palette","purple","51"]},"52":{"value":"hsla(277, 72%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 52%, 100%)"},"name":"PalettePurple52","attributes":{"category":"palette","type":"purple","item":"52"},"path":["palette","purple","52"]},"53":{"value":"hsla(277, 72%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 53%, 100%)"},"name":"PalettePurple53","attributes":{"category":"palette","type":"purple","item":"53"},"path":["palette","purple","53"]},"54":{"value":"hsla(277, 72%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 54%, 100%)"},"name":"PalettePurple54","attributes":{"category":"palette","type":"purple","item":"54"},"path":["palette","purple","54"]},"55":{"value":"hsla(277, 72%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 55%, 100%)"},"name":"PalettePurple55","attributes":{"category":"palette","type":"purple","item":"55"},"path":["palette","purple","55"]},"56":{"value":"hsla(277, 72%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 56%, 100%)"},"name":"PalettePurple56","attributes":{"category":"palette","type":"purple","item":"56"},"path":["palette","purple","56"]},"57":{"value":"hsla(277, 72%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 57%, 100%)"},"name":"PalettePurple57","attributes":{"category":"palette","type":"purple","item":"57"},"path":["palette","purple","57"]},"58":{"value":"hsla(277, 72%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 58%, 100%)"},"name":"PalettePurple58","attributes":{"category":"palette","type":"purple","item":"58"},"path":["palette","purple","58"]},"59":{"value":"hsla(277, 72%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 59%, 100%)"},"name":"PalettePurple59","attributes":{"category":"palette","type":"purple","item":"59"},"path":["palette","purple","59"]},"60":{"value":"hsla(277, 72%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 60%, 100%)"},"name":"PalettePurple60","attributes":{"category":"palette","type":"purple","item":"60"},"path":["palette","purple","60"]},"61":{"value":"hsla(277, 72%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 61%, 100%)"},"name":"PalettePurple61","attributes":{"category":"palette","type":"purple","item":"61"},"path":["palette","purple","61"]},"62":{"value":"hsla(277, 72%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 62%, 100%)"},"name":"PalettePurple62","attributes":{"category":"palette","type":"purple","item":"62"},"path":["palette","purple","62"]},"63":{"value":"hsla(277, 72%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 63%, 100%)"},"name":"PalettePurple63","attributes":{"category":"palette","type":"purple","item":"63"},"path":["palette","purple","63"]},"64":{"value":"hsla(277, 72%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 64%, 100%)"},"name":"PalettePurple64","attributes":{"category":"palette","type":"purple","item":"64"},"path":["palette","purple","64"]},"65":{"value":"hsla(277, 72%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 65%, 100%)"},"name":"PalettePurple65","attributes":{"category":"palette","type":"purple","item":"65"},"path":["palette","purple","65"]},"66":{"value":"hsla(277, 72%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 66%, 100%)"},"name":"PalettePurple66","attributes":{"category":"palette","type":"purple","item":"66"},"path":["palette","purple","66"]},"67":{"value":"hsla(277, 72%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 67%, 100%)"},"name":"PalettePurple67","attributes":{"category":"palette","type":"purple","item":"67"},"path":["palette","purple","67"]},"68":{"value":"hsla(277, 72%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 68%, 100%)"},"name":"PalettePurple68","attributes":{"category":"palette","type":"purple","item":"68"},"path":["palette","purple","68"]},"69":{"value":"hsla(277, 72%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 69%, 100%)"},"name":"PalettePurple69","attributes":{"category":"palette","type":"purple","item":"69"},"path":["palette","purple","69"]},"70":{"value":"hsla(277, 72%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 70%, 100%)"},"name":"PalettePurple70","attributes":{"category":"palette","type":"purple","item":"70"},"path":["palette","purple","70"]},"71":{"value":"hsla(277, 72%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 71%, 100%)"},"name":"PalettePurple71","attributes":{"category":"palette","type":"purple","item":"71"},"path":["palette","purple","71"]},"72":{"value":"hsla(277, 72%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 72%, 100%)"},"name":"PalettePurple72","attributes":{"category":"palette","type":"purple","item":"72"},"path":["palette","purple","72"]},"73":{"value":"hsla(277, 72%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 73%, 100%)"},"name":"PalettePurple73","attributes":{"category":"palette","type":"purple","item":"73"},"path":["palette","purple","73"]},"74":{"value":"hsla(277, 72%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 74%, 100%)"},"name":"PalettePurple74","attributes":{"category":"palette","type":"purple","item":"74"},"path":["palette","purple","74"]},"75":{"value":"hsla(277, 72%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 75%, 100%)"},"name":"PalettePurple75","attributes":{"category":"palette","type":"purple","item":"75"},"path":["palette","purple","75"]},"76":{"value":"hsla(277, 72%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 76%, 100%)"},"name":"PalettePurple76","attributes":{"category":"palette","type":"purple","item":"76"},"path":["palette","purple","76"]},"77":{"value":"hsla(277, 72%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 77%, 100%)"},"name":"PalettePurple77","attributes":{"category":"palette","type":"purple","item":"77"},"path":["palette","purple","77"]},"78":{"value":"hsla(277, 72%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 78%, 100%)"},"name":"PalettePurple78","attributes":{"category":"palette","type":"purple","item":"78"},"path":["palette","purple","78"]},"79":{"value":"hsla(277, 72%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 79%, 100%)"},"name":"PalettePurple79","attributes":{"category":"palette","type":"purple","item":"79"},"path":["palette","purple","79"]},"80":{"value":"hsla(277, 72%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 80%, 100%)"},"name":"PalettePurple80","attributes":{"category":"palette","type":"purple","item":"80"},"path":["palette","purple","80"]},"81":{"value":"hsla(277, 72%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 81%, 100%)"},"name":"PalettePurple81","attributes":{"category":"palette","type":"purple","item":"81"},"path":["palette","purple","81"]},"82":{"value":"hsla(277, 72%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 82%, 100%)"},"name":"PalettePurple82","attributes":{"category":"palette","type":"purple","item":"82"},"path":["palette","purple","82"]},"83":{"value":"hsla(277, 72%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 83%, 100%)"},"name":"PalettePurple83","attributes":{"category":"palette","type":"purple","item":"83"},"path":["palette","purple","83"]},"84":{"value":"hsla(277, 72%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 84%, 100%)"},"name":"PalettePurple84","attributes":{"category":"palette","type":"purple","item":"84"},"path":["palette","purple","84"]},"85":{"value":"hsla(277, 72%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 85%, 100%)"},"name":"PalettePurple85","attributes":{"category":"palette","type":"purple","item":"85"},"path":["palette","purple","85"]},"86":{"value":"hsla(277, 72%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 86%, 100%)"},"name":"PalettePurple86","attributes":{"category":"palette","type":"purple","item":"86"},"path":["palette","purple","86"]},"87":{"value":"hsla(277, 72%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 87%, 100%)"},"name":"PalettePurple87","attributes":{"category":"palette","type":"purple","item":"87"},"path":["palette","purple","87"]},"88":{"value":"hsla(277, 72%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 88%, 100%)"},"name":"PalettePurple88","attributes":{"category":"palette","type":"purple","item":"88"},"path":["palette","purple","88"]},"89":{"value":"hsla(277, 72%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 89%, 100%)"},"name":"PalettePurple89","attributes":{"category":"palette","type":"purple","item":"89"},"path":["palette","purple","89"]},"90":{"value":"hsla(277, 72%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 90%, 100%)"},"name":"PalettePurple90","attributes":{"category":"palette","type":"purple","item":"90"},"path":["palette","purple","90"]},"91":{"value":"hsla(277, 72%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 91%, 100%)"},"name":"PalettePurple91","attributes":{"category":"palette","type":"purple","item":"91"},"path":["palette","purple","91"]},"92":{"value":"hsla(277, 72%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 92%, 100%)"},"name":"PalettePurple92","attributes":{"category":"palette","type":"purple","item":"92"},"path":["palette","purple","92"]},"93":{"value":"hsla(277, 72%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 93%, 100%)"},"name":"PalettePurple93","attributes":{"category":"palette","type":"purple","item":"93"},"path":["palette","purple","93"]},"94":{"value":"hsla(277, 72%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 94%, 100%)"},"name":"PalettePurple94","attributes":{"category":"palette","type":"purple","item":"94"},"path":["palette","purple","94"]},"95":{"value":"hsla(277, 72%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 95%, 100%)"},"name":"PalettePurple95","attributes":{"category":"palette","type":"purple","item":"95"},"path":["palette","purple","95"]},"96":{"value":"hsla(277, 72%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 96%, 100%)"},"name":"PalettePurple96","attributes":{"category":"palette","type":"purple","item":"96"},"path":["palette","purple","96"]},"97":{"value":"hsla(277, 72%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 97%, 100%)"},"name":"PalettePurple97","attributes":{"category":"palette","type":"purple","item":"97"},"path":["palette","purple","97"]},"98":{"value":"hsla(277, 72%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 98%, 100%)"},"name":"PalettePurple98","attributes":{"category":"palette","type":"purple","item":"98"},"path":["palette","purple","98"]},"99":{"value":"hsla(277, 72%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 99%, 100%)"},"name":"PalettePurple99","attributes":{"category":"palette","type":"purple","item":"99"},"path":["palette","purple","99"]},"100":{"value":"hsla(277, 72%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 100%, 100%)"},"name":"PalettePurple100","attributes":{"category":"palette","type":"purple","item":"100"},"path":["palette","purple","100"]},"\"50-A16\"":{"value":"rgba(149, 36, 219, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.16)"},"name":"PalettePurple50A16","attributes":{"category":"palette","type":"purple","item":"\"50-A16\""},"path":["palette","purple","\"50-A16\""]},"\"50-A32\"":{"value":"rgba(149, 36, 219, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.32)"},"name":"PalettePurple50A32","attributes":{"category":"palette","type":"purple","item":"\"50-A32\""},"path":["palette","purple","\"50-A32\""]},"A16":{"value":"rgba(149, 36, 219, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.16)"},"name":"PalettePurpleA16","attributes":{"category":"palette","type":"purple","item":"A16"},"path":["palette","purple","A16"]},"A32":{"value":"rgba(149, 36, 219, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.32)"},"name":"PalettePurpleA32","attributes":{"category":"palette","type":"purple","item":"A32"},"path":["palette","purple","A32"]}}; -export const DarkSecondaryDefault = "hsla(229, 15%, 50%, 100%)"; -export const DarkSecondaryPalette = {"0":{"value":"hsla(229, 15%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 0%, 100%)"},"name":"PaletteGrey0","attributes":{"category":"palette","type":"grey","item":"0"},"path":["palette","grey","0"]},"1":{"value":"hsla(229, 15%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 1%, 100%)"},"name":"PaletteGrey1","attributes":{"category":"palette","type":"grey","item":"1"},"path":["palette","grey","1"]},"2":{"value":"hsla(229, 15%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 2%, 100%)"},"name":"PaletteGrey2","attributes":{"category":"palette","type":"grey","item":"2"},"path":["palette","grey","2"]},"3":{"value":"hsla(229, 15%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 3%, 100%)"},"name":"PaletteGrey3","attributes":{"category":"palette","type":"grey","item":"3"},"path":["palette","grey","3"]},"4":{"value":"hsla(229, 15%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 4%, 100%)"},"name":"PaletteGrey4","attributes":{"category":"palette","type":"grey","item":"4"},"path":["palette","grey","4"]},"5":{"value":"hsla(229, 15%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 5%, 100%)"},"name":"PaletteGrey5","attributes":{"category":"palette","type":"grey","item":"5"},"path":["palette","grey","5"]},"6":{"value":"hsla(229, 15%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 100%)"},"name":"PaletteGrey6","attributes":{"category":"palette","type":"grey","item":"6"},"path":["palette","grey","6"]},"7":{"value":"hsla(229, 15%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 7%, 100%)"},"name":"PaletteGrey7","attributes":{"category":"palette","type":"grey","item":"7"},"path":["palette","grey","7"]},"8":{"value":"hsla(229, 15%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 8%, 100%)"},"name":"PaletteGrey8","attributes":{"category":"palette","type":"grey","item":"8"},"path":["palette","grey","8"]},"9":{"value":"hsla(229, 15%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 9%, 100%)"},"name":"PaletteGrey9","attributes":{"category":"palette","type":"grey","item":"9"},"path":["palette","grey","9"]},"10":{"value":"hsla(229, 15%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 10%, 100%)"},"name":"PaletteGrey10","attributes":{"category":"palette","type":"grey","item":"10"},"path":["palette","grey","10"]},"11":{"value":"hsla(229, 15%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 11%, 100%)"},"name":"PaletteGrey11","attributes":{"category":"palette","type":"grey","item":"11"},"path":["palette","grey","11"]},"12":{"value":"hsla(229, 15%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 100%)"},"name":"PaletteGrey12","attributes":{"category":"palette","type":"grey","item":"12"},"path":["palette","grey","12"]},"13":{"value":"hsla(229, 15%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 13%, 100%)"},"name":"PaletteGrey13","attributes":{"category":"palette","type":"grey","item":"13"},"path":["palette","grey","13"]},"14":{"value":"hsla(229, 15%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 14%, 100%)"},"name":"PaletteGrey14","attributes":{"category":"palette","type":"grey","item":"14"},"path":["palette","grey","14"]},"15":{"value":"hsla(229, 15%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 15%, 100%)"},"name":"PaletteGrey15","attributes":{"category":"palette","type":"grey","item":"15"},"path":["palette","grey","15"]},"16":{"value":"hsla(229, 15%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 16%, 100%)"},"name":"PaletteGrey16","attributes":{"category":"palette","type":"grey","item":"16"},"path":["palette","grey","16"]},"17":{"value":"hsla(229, 15%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 17%, 100%)"},"name":"PaletteGrey17","attributes":{"category":"palette","type":"grey","item":"17"},"path":["palette","grey","17"]},"18":{"value":"hsla(229, 15%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 18%, 100%)"},"name":"PaletteGrey18","attributes":{"category":"palette","type":"grey","item":"18"},"path":["palette","grey","18"]},"19":{"value":"hsla(229, 15%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 19%, 100%)"},"name":"PaletteGrey19","attributes":{"category":"palette","type":"grey","item":"19"},"path":["palette","grey","19"]},"20":{"value":"hsla(229, 15%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 100%)"},"name":"PaletteGrey20","attributes":{"category":"palette","type":"grey","item":"20"},"path":["palette","grey","20"]},"21":{"value":"hsla(229, 15%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 21%, 100%)"},"name":"PaletteGrey21","attributes":{"category":"palette","type":"grey","item":"21"},"path":["palette","grey","21"]},"22":{"value":"hsla(229, 15%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 22%, 100%)"},"name":"PaletteGrey22","attributes":{"category":"palette","type":"grey","item":"22"},"path":["palette","grey","22"]},"23":{"value":"hsla(229, 15%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 23%, 100%)"},"name":"PaletteGrey23","attributes":{"category":"palette","type":"grey","item":"23"},"path":["palette","grey","23"]},"24":{"value":"hsla(229, 15%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 24%, 100%)"},"name":"PaletteGrey24","attributes":{"category":"palette","type":"grey","item":"24"},"path":["palette","grey","24"]},"25":{"value":"hsla(229, 15%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 25%, 100%)"},"name":"PaletteGrey25","attributes":{"category":"palette","type":"grey","item":"25"},"path":["palette","grey","25"]},"26":{"value":"hsla(229, 15%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 26%, 100%)"},"name":"PaletteGrey26","attributes":{"category":"palette","type":"grey","item":"26"},"path":["palette","grey","26"]},"27":{"value":"hsla(229, 15%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 27%, 100%)"},"name":"PaletteGrey27","attributes":{"category":"palette","type":"grey","item":"27"},"path":["palette","grey","27"]},"28":{"value":"hsla(229, 15%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 28%, 100%)"},"name":"PaletteGrey28","attributes":{"category":"palette","type":"grey","item":"28"},"path":["palette","grey","28"]},"29":{"value":"hsla(229, 15%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 29%, 100%)"},"name":"PaletteGrey29","attributes":{"category":"palette","type":"grey","item":"29"},"path":["palette","grey","29"]},"30":{"value":"hsla(229, 15%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 30%, 100%)"},"name":"PaletteGrey30","attributes":{"category":"palette","type":"grey","item":"30"},"path":["palette","grey","30"]},"31":{"value":"hsla(229, 15%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 31%, 100%)"},"name":"PaletteGrey31","attributes":{"category":"palette","type":"grey","item":"31"},"path":["palette","grey","31"]},"32":{"value":"hsla(229, 15%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 32%, 100%)"},"name":"PaletteGrey32","attributes":{"category":"palette","type":"grey","item":"32"},"path":["palette","grey","32"]},"33":{"value":"hsla(229, 15%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 33%, 100%)"},"name":"PaletteGrey33","attributes":{"category":"palette","type":"grey","item":"33"},"path":["palette","grey","33"]},"34":{"value":"hsla(229, 15%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 34%, 100%)"},"name":"PaletteGrey34","attributes":{"category":"palette","type":"grey","item":"34"},"path":["palette","grey","34"]},"35":{"value":"hsla(229, 15%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 35%, 100%)"},"name":"PaletteGrey35","attributes":{"category":"palette","type":"grey","item":"35"},"path":["palette","grey","35"]},"36":{"value":"hsla(229, 15%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 36%, 100%)"},"name":"PaletteGrey36","attributes":{"category":"palette","type":"grey","item":"36"},"path":["palette","grey","36"]},"37":{"value":"hsla(229, 15%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 37%, 100%)"},"name":"PaletteGrey37","attributes":{"category":"palette","type":"grey","item":"37"},"path":["palette","grey","37"]},"38":{"value":"hsla(229, 15%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 38%, 100%)"},"name":"PaletteGrey38","attributes":{"category":"palette","type":"grey","item":"38"},"path":["palette","grey","38"]},"39":{"value":"hsla(229, 15%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 39%, 100%)"},"name":"PaletteGrey39","attributes":{"category":"palette","type":"grey","item":"39"},"path":["palette","grey","39"]},"40":{"value":"hsla(229, 15%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 40%, 100%)"},"name":"PaletteGrey40","attributes":{"category":"palette","type":"grey","item":"40"},"path":["palette","grey","40"]},"41":{"value":"hsla(229, 15%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 41%, 100%)"},"name":"PaletteGrey41","attributes":{"category":"palette","type":"grey","item":"41"},"path":["palette","grey","41"]},"42":{"value":"hsla(229, 15%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 42%, 100%)"},"name":"PaletteGrey42","attributes":{"category":"palette","type":"grey","item":"42"},"path":["palette","grey","42"]},"43":{"value":"hsla(229, 15%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 43%, 100%)"},"name":"PaletteGrey43","attributes":{"category":"palette","type":"grey","item":"43"},"path":["palette","grey","43"]},"44":{"value":"hsla(229, 15%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 44%, 100%)"},"name":"PaletteGrey44","attributes":{"category":"palette","type":"grey","item":"44"},"path":["palette","grey","44"]},"45":{"value":"hsla(229, 15%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 45%, 100%)"},"name":"PaletteGrey45","attributes":{"category":"palette","type":"grey","item":"45"},"path":["palette","grey","45"]},"46":{"value":"hsla(229, 15%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 46%, 100%)"},"name":"PaletteGrey46","attributes":{"category":"palette","type":"grey","item":"46"},"path":["palette","grey","46"]},"47":{"value":"hsla(229, 15%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 47%, 100%)"},"name":"PaletteGrey47","attributes":{"category":"palette","type":"grey","item":"47"},"path":["palette","grey","47"]},"48":{"value":"hsla(229, 15%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 48%, 100%)"},"name":"PaletteGrey48","attributes":{"category":"palette","type":"grey","item":"48"},"path":["palette","grey","48"]},"49":{"value":"hsla(229, 15%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 49%, 100%)"},"name":"PaletteGrey49","attributes":{"category":"palette","type":"grey","item":"49"},"path":["palette","grey","49"]},"50":{"value":"hsla(229, 15%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 100%)"},"name":"PaletteGrey50","attributes":{"category":"palette","type":"grey","item":"50"},"path":["palette","grey","50"]},"51":{"value":"hsla(229, 15%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 51%, 100%)"},"name":"PaletteGrey51","attributes":{"category":"palette","type":"grey","item":"51"},"path":["palette","grey","51"]},"52":{"value":"hsla(229, 15%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 52%, 100%)"},"name":"PaletteGrey52","attributes":{"category":"palette","type":"grey","item":"52"},"path":["palette","grey","52"]},"53":{"value":"hsla(229, 15%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 53%, 100%)"},"name":"PaletteGrey53","attributes":{"category":"palette","type":"grey","item":"53"},"path":["palette","grey","53"]},"54":{"value":"hsla(229, 15%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 54%, 100%)"},"name":"PaletteGrey54","attributes":{"category":"palette","type":"grey","item":"54"},"path":["palette","grey","54"]},"55":{"value":"hsla(229, 15%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 55%, 100%)"},"name":"PaletteGrey55","attributes":{"category":"palette","type":"grey","item":"55"},"path":["palette","grey","55"]},"56":{"value":"hsla(229, 15%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 56%, 100%)"},"name":"PaletteGrey56","attributes":{"category":"palette","type":"grey","item":"56"},"path":["palette","grey","56"]},"57":{"value":"hsla(229, 15%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 57%, 100%)"},"name":"PaletteGrey57","attributes":{"category":"palette","type":"grey","item":"57"},"path":["palette","grey","57"]},"58":{"value":"hsla(229, 15%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 58%, 100%)"},"name":"PaletteGrey58","attributes":{"category":"palette","type":"grey","item":"58"},"path":["palette","grey","58"]},"59":{"value":"hsla(229, 15%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 59%, 100%)"},"name":"PaletteGrey59","attributes":{"category":"palette","type":"grey","item":"59"},"path":["palette","grey","59"]},"60":{"value":"hsla(229, 15%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 60%, 100%)"},"name":"PaletteGrey60","attributes":{"category":"palette","type":"grey","item":"60"},"path":["palette","grey","60"]},"61":{"value":"hsla(229, 15%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 61%, 100%)"},"name":"PaletteGrey61","attributes":{"category":"palette","type":"grey","item":"61"},"path":["palette","grey","61"]},"62":{"value":"hsla(229, 15%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 62%, 100%)"},"name":"PaletteGrey62","attributes":{"category":"palette","type":"grey","item":"62"},"path":["palette","grey","62"]},"63":{"value":"hsla(229, 15%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 63%, 100%)"},"name":"PaletteGrey63","attributes":{"category":"palette","type":"grey","item":"63"},"path":["palette","grey","63"]},"64":{"value":"hsla(229, 15%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 64%, 100%)"},"name":"PaletteGrey64","attributes":{"category":"palette","type":"grey","item":"64"},"path":["palette","grey","64"]},"65":{"value":"hsla(229, 15%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 65%, 100%)"},"name":"PaletteGrey65","attributes":{"category":"palette","type":"grey","item":"65"},"path":["palette","grey","65"]},"66":{"value":"hsla(229, 15%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 66%, 100%)"},"name":"PaletteGrey66","attributes":{"category":"palette","type":"grey","item":"66"},"path":["palette","grey","66"]},"67":{"value":"hsla(229, 15%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 67%, 100%)"},"name":"PaletteGrey67","attributes":{"category":"palette","type":"grey","item":"67"},"path":["palette","grey","67"]},"68":{"value":"hsla(229, 15%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 68%, 100%)"},"name":"PaletteGrey68","attributes":{"category":"palette","type":"grey","item":"68"},"path":["palette","grey","68"]},"69":{"value":"hsla(229, 15%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 69%, 100%)"},"name":"PaletteGrey69","attributes":{"category":"palette","type":"grey","item":"69"},"path":["palette","grey","69"]},"70":{"value":"hsla(229, 15%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 70%, 100%)"},"name":"PaletteGrey70","attributes":{"category":"palette","type":"grey","item":"70"},"path":["palette","grey","70"]},"71":{"value":"hsla(229, 15%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 71%, 100%)"},"name":"PaletteGrey71","attributes":{"category":"palette","type":"grey","item":"71"},"path":["palette","grey","71"]},"72":{"value":"hsla(229, 15%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 72%, 100%)"},"name":"PaletteGrey72","attributes":{"category":"palette","type":"grey","item":"72"},"path":["palette","grey","72"]},"73":{"value":"hsla(229, 15%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 73%, 100%)"},"name":"PaletteGrey73","attributes":{"category":"palette","type":"grey","item":"73"},"path":["palette","grey","73"]},"74":{"value":"hsla(229, 15%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 74%, 100%)"},"name":"PaletteGrey74","attributes":{"category":"palette","type":"grey","item":"74"},"path":["palette","grey","74"]},"75":{"value":"hsla(229, 15%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 75%, 100%)"},"name":"PaletteGrey75","attributes":{"category":"palette","type":"grey","item":"75"},"path":["palette","grey","75"]},"76":{"value":"hsla(229, 15%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 76%, 100%)"},"name":"PaletteGrey76","attributes":{"category":"palette","type":"grey","item":"76"},"path":["palette","grey","76"]},"77":{"value":"hsla(229, 15%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 77%, 100%)"},"name":"PaletteGrey77","attributes":{"category":"palette","type":"grey","item":"77"},"path":["palette","grey","77"]},"78":{"value":"hsla(229, 15%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 78%, 100%)"},"name":"PaletteGrey78","attributes":{"category":"palette","type":"grey","item":"78"},"path":["palette","grey","78"]},"79":{"value":"hsla(229, 15%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 79%, 100%)"},"name":"PaletteGrey79","attributes":{"category":"palette","type":"grey","item":"79"},"path":["palette","grey","79"]},"80":{"value":"hsla(229, 15%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 80%, 100%)"},"name":"PaletteGrey80","attributes":{"category":"palette","type":"grey","item":"80"},"path":["palette","grey","80"]},"81":{"value":"hsla(229, 15%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 81%, 100%)"},"name":"PaletteGrey81","attributes":{"category":"palette","type":"grey","item":"81"},"path":["palette","grey","81"]},"82":{"value":"hsla(229, 15%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 82%, 100%)"},"name":"PaletteGrey82","attributes":{"category":"palette","type":"grey","item":"82"},"path":["palette","grey","82"]},"83":{"value":"hsla(229, 15%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 83%, 100%)"},"name":"PaletteGrey83","attributes":{"category":"palette","type":"grey","item":"83"},"path":["palette","grey","83"]},"84":{"value":"hsla(229, 15%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 84%, 100%)"},"name":"PaletteGrey84","attributes":{"category":"palette","type":"grey","item":"84"},"path":["palette","grey","84"]},"85":{"value":"hsla(229, 15%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 85%, 100%)"},"name":"PaletteGrey85","attributes":{"category":"palette","type":"grey","item":"85"},"path":["palette","grey","85"]},"86":{"value":"hsla(229, 15%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 86%, 100%)"},"name":"PaletteGrey86","attributes":{"category":"palette","type":"grey","item":"86"},"path":["palette","grey","86"]},"87":{"value":"hsla(229, 15%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 87%, 100%)"},"name":"PaletteGrey87","attributes":{"category":"palette","type":"grey","item":"87"},"path":["palette","grey","87"]},"88":{"value":"hsla(229, 15%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 88%, 100%)"},"name":"PaletteGrey88","attributes":{"category":"palette","type":"grey","item":"88"},"path":["palette","grey","88"]},"89":{"value":"hsla(229, 15%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 89%, 100%)"},"name":"PaletteGrey89","attributes":{"category":"palette","type":"grey","item":"89"},"path":["palette","grey","89"]},"90":{"value":"hsla(229, 15%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 90%, 100%)"},"name":"PaletteGrey90","attributes":{"category":"palette","type":"grey","item":"90"},"path":["palette","grey","90"]},"91":{"value":"hsla(229, 15%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 91%, 100%)"},"name":"PaletteGrey91","attributes":{"category":"palette","type":"grey","item":"91"},"path":["palette","grey","91"]},"92":{"value":"hsla(229, 15%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 92%, 100%)"},"name":"PaletteGrey92","attributes":{"category":"palette","type":"grey","item":"92"},"path":["palette","grey","92"]},"93":{"value":"hsla(229, 15%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 93%, 100%)"},"name":"PaletteGrey93","attributes":{"category":"palette","type":"grey","item":"93"},"path":["palette","grey","93"]},"94":{"value":"hsla(229, 15%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 94%, 100%)"},"name":"PaletteGrey94","attributes":{"category":"palette","type":"grey","item":"94"},"path":["palette","grey","94"]},"95":{"value":"hsla(229, 15%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 95%, 100%)"},"name":"PaletteGrey95","attributes":{"category":"palette","type":"grey","item":"95"},"path":["palette","grey","95"]},"96":{"value":"hsla(229, 15%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 96%, 100%)"},"name":"PaletteGrey96","attributes":{"category":"palette","type":"grey","item":"96"},"path":["palette","grey","96"]},"97":{"value":"hsla(229, 15%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 97%, 100%)"},"name":"PaletteGrey97","attributes":{"category":"palette","type":"grey","item":"97"},"path":["palette","grey","97"]},"98":{"value":"hsla(229, 15%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 98%, 100%)"},"name":"PaletteGrey98","attributes":{"category":"palette","type":"grey","item":"98"},"path":["palette","grey","98"]},"99":{"value":"hsla(229, 15%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 100%)"},"name":"PaletteGrey99","attributes":{"category":"palette","type":"grey","item":"99"},"path":["palette","grey","99"]},"100":{"value":"hsla(229, 15%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 100%)"},"name":"PaletteGrey100","attributes":{"category":"palette","type":"grey","item":"100"},"path":["palette","grey","100"]},"\"6-A3\"":{"value":"hsla(229, 15%, 6%, 3%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 3%)"},"name":"PaletteGrey6A3","attributes":{"category":"palette","type":"grey","item":"\"6-A3\""},"path":["palette","grey","\"6-A3\""]},"\"6-A6\"":{"value":"hsla(229, 15%, 6%, 6%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 6%)"},"name":"PaletteGrey6A6","attributes":{"category":"palette","type":"grey","item":"\"6-A6\""},"path":["palette","grey","\"6-A6\""]},"\"6-A12\"":{"value":"hsla(229, 15%, 6%, 12%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 12%)"},"name":"PaletteGrey6A12","attributes":{"category":"palette","type":"grey","item":"\"6-A12\""},"path":["palette","grey","\"6-A12\""]},"\"6-A24\"":{"value":"hsla(229, 15%, 6%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 24%)"},"name":"PaletteGrey6A24","attributes":{"category":"palette","type":"grey","item":"\"6-A24\""},"path":["palette","grey","\"6-A24\""]},"\"6-A64\"":{"value":"hsla(229, 15%, 6%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 64%)"},"name":"PaletteGrey6A64","attributes":{"category":"palette","type":"grey","item":"\"6-A64\""},"path":["palette","grey","\"6-A64\""]},"\"6-A88\"":{"value":"hsla(229, 15%, 6%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 88%)"},"name":"PaletteGrey6A88","attributes":{"category":"palette","type":"grey","item":"\"6-A88\""},"path":["palette","grey","\"6-A88\""]},"\"12-A80\"":{"value":"hsla(229, 15%, 12%, 80%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 80%)"},"name":"PaletteGrey12A80","attributes":{"category":"palette","type":"grey","item":"\"12-A80\""},"path":["palette","grey","\"12-A80\""]},"\"15-A32\"":{"value":"hsla(229, 15%, 15%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 15%, 32%)"},"name":"PaletteGrey15A32","attributes":{"category":"palette","type":"grey","item":"\"15-A32\""},"path":["palette","grey","\"15-A32\""]},"\"20-A32\"":{"value":"hsla(229, 15%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 32%)"},"name":"PaletteGrey20A32","attributes":{"category":"palette","type":"grey","item":"\"20-A32\""},"path":["palette","grey","\"20-A32\""]},"\"20-A55\"":{"value":"hsla(229, 15%, 20%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 55%)"},"name":"PaletteGrey20A55","attributes":{"category":"palette","type":"grey","item":"\"20-A55\""},"path":["palette","grey","\"20-A55\""]},"\"50-A8\"":{"value":"hsla(229, 15%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 8%)"},"name":"PaletteGrey50A8","attributes":{"category":"palette","type":"grey","item":"\"50-A8\""},"path":["palette","grey","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(229, 15%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 16%)"},"name":"PaletteGrey50A16","attributes":{"category":"palette","type":"grey","item":"\"50-A16\""},"path":["palette","grey","\"50-A16\""]},"\"50-A24\"":{"value":"hsla(229, 15%, 50%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 24%)"},"name":"PaletteGrey50A24","attributes":{"category":"palette","type":"grey","item":"\"50-A24\""},"path":["palette","grey","\"50-A24\""]},"\"50-A32\"":{"value":"hsla(229, 15%, 50%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 32%)"},"name":"PaletteGrey50A32","attributes":{"category":"palette","type":"grey","item":"\"50-A32\""},"path":["palette","grey","\"50-A32\""]},"\"50-A48\"":{"value":"hsla(229, 15%, 50%, 48%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 48%)"},"name":"PaletteGrey50A48","attributes":{"category":"palette","type":"grey","item":"\"50-A48\""},"path":["palette","grey","\"50-A48\""]},"\"50-A52\"":{"value":"hsla(229, 15%, 50%, 52%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 52%)"},"name":"PaletteGrey50A52","attributes":{"category":"palette","type":"grey","item":"\"50-A52\""},"path":["palette","grey","\"50-A52\""]},"\"85-S100-A15\"":{"value":"hsla(229, 100%, 85%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 100%, 85%, 15%)"},"name":"PaletteGrey85S100A15","attributes":{"category":"palette","type":"grey","item":"\"85-S100-A15\""},"path":["palette","grey","\"85-S100-A15\""]},"\"99-A88\"":{"value":"hsla(229, 15%, 99%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 88%)"},"name":"PaletteGrey99A88","attributes":{"category":"palette","type":"grey","item":"\"99-A88\""},"path":["palette","grey","\"99-A88\""]},"\"100-A52\"":{"value":"hsla(229, 15%, 100%, 52%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 52%)"},"name":"PaletteGrey100A52","attributes":{"category":"palette","type":"grey","item":"\"100-A52\""},"path":["palette","grey","\"100-A52\""]},"\"100-A72\"":{"value":"hsla(229, 15%, 100%, 72%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 72%)"},"name":"PaletteGrey100A72","attributes":{"category":"palette","type":"grey","item":"\"100-A72\""},"path":["palette","grey","\"100-A72\""]},"\"100-A90\"":{"value":"hsla(229, 15%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 100%)"},"name":"PaletteGrey100A90","attributes":{"category":"palette","type":"grey","item":"\"100-A90\""},"path":["palette","grey","\"100-A90\""]},"A8":{"value":"hsla(229, 15%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 8%)"},"name":"PaletteGreyA8","attributes":{"category":"palette","type":"grey","item":"A8"},"path":["palette","grey","A8"]},"A15L85":{"value":"hsla(229, 100%, 85%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 100%, 85%, 15%)"},"name":"PaletteGreyA15L85","attributes":{"category":"palette","type":"grey","item":"A15L85"},"path":["palette","grey","A15L85"]},"A16":{"value":"hsla(229, 15%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 16%)"},"name":"PaletteGreyA16","attributes":{"category":"palette","type":"grey","item":"A16"},"path":["palette","grey","A16"]},"A24":{"value":"hsla(229, 15%, 6%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 24%)"},"name":"PaletteGreyA24","attributes":{"category":"palette","type":"grey","item":"A24"},"path":["palette","grey","A24"]},"A32":{"value":"hsla(229, 15%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 32%)"},"name":"PaletteGreyA32","attributes":{"category":"palette","type":"grey","item":"A32"},"path":["palette","grey","A32"]},"A32L50":{"value":"hsla(229, 15%, 50%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 32%)"},"name":"PaletteGreyA32L50","attributes":{"category":"palette","type":"grey","item":"A32L50"},"path":["palette","grey","A32L50"]},"A48":{"value":"hsla(229, 15%, 50%, 48%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 48%)"},"name":"PaletteGreyA48","attributes":{"category":"palette","type":"grey","item":"A48"},"path":["palette","grey","A48"]},"A64L6":{"value":"hsla(229, 15%, 6%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 64%)"},"name":"PaletteGreyA64L6","attributes":{"category":"palette","type":"grey","item":"A64L6"},"path":["palette","grey","A64L6"]},"A88":{"value":"hsla(229, 15%, 99%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 88%)"},"name":"PaletteGreyA88","attributes":{"category":"palette","type":"grey","item":"A88"},"path":["palette","grey","A88"]},"A88L6":{"value":"hsla(229, 15%, 6%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 88%)"},"name":"PaletteGreyA88L6","attributes":{"category":"palette","type":"grey","item":"A88L6"},"path":["palette","grey","A88L6"]},"A80L12":{"value":"hsla(229, 15%, 12%, 80%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 80%)"},"name":"PaletteGreyA80L12","attributes":{"category":"palette","type":"grey","item":"A80L12"},"path":["palette","grey","A80L12"]}}; -export const DarkInfoDefault = "hsla(180, 55%, 50%, 100%)"; -export const DarkInfoPalette = {"0":{"value":"hsla(180, 55%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 0%, 100%)"},"name":"PaletteCyan0","attributes":{"category":"palette","type":"cyan","item":"0"},"path":["palette","cyan","0"]},"1":{"value":"hsla(180, 55%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 1%, 100%)"},"name":"PaletteCyan1","attributes":{"category":"palette","type":"cyan","item":"1"},"path":["palette","cyan","1"]},"2":{"value":"hsla(180, 55%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 2%, 100%)"},"name":"PaletteCyan2","attributes":{"category":"palette","type":"cyan","item":"2"},"path":["palette","cyan","2"]},"3":{"value":"hsla(180, 55%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 3%, 100%)"},"name":"PaletteCyan3","attributes":{"category":"palette","type":"cyan","item":"3"},"path":["palette","cyan","3"]},"4":{"value":"hsla(180, 55%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 4%, 100%)"},"name":"PaletteCyan4","attributes":{"category":"palette","type":"cyan","item":"4"},"path":["palette","cyan","4"]},"5":{"value":"hsla(180, 55%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 5%, 100%)"},"name":"PaletteCyan5","attributes":{"category":"palette","type":"cyan","item":"5"},"path":["palette","cyan","5"]},"6":{"value":"hsla(180, 55%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 6%, 100%)"},"name":"PaletteCyan6","attributes":{"category":"palette","type":"cyan","item":"6"},"path":["palette","cyan","6"]},"7":{"value":"hsla(180, 55%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 7%, 100%)"},"name":"PaletteCyan7","attributes":{"category":"palette","type":"cyan","item":"7"},"path":["palette","cyan","7"]},"8":{"value":"hsla(180, 55%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 8%, 100%)"},"name":"PaletteCyan8","attributes":{"category":"palette","type":"cyan","item":"8"},"path":["palette","cyan","8"]},"9":{"value":"hsla(180, 55%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 9%, 100%)"},"name":"PaletteCyan9","attributes":{"category":"palette","type":"cyan","item":"9"},"path":["palette","cyan","9"]},"10":{"value":"hsla(180, 55%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 10%, 100%)"},"name":"PaletteCyan10","attributes":{"category":"palette","type":"cyan","item":"10"},"path":["palette","cyan","10"]},"11":{"value":"hsla(180, 55%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 11%, 100%)"},"name":"PaletteCyan11","attributes":{"category":"palette","type":"cyan","item":"11"},"path":["palette","cyan","11"]},"12":{"value":"hsla(180, 55%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 12%, 100%)"},"name":"PaletteCyan12","attributes":{"category":"palette","type":"cyan","item":"12"},"path":["palette","cyan","12"]},"13":{"value":"hsla(180, 55%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 13%, 100%)"},"name":"PaletteCyan13","attributes":{"category":"palette","type":"cyan","item":"13"},"path":["palette","cyan","13"]},"14":{"value":"hsla(180, 55%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 14%, 100%)"},"name":"PaletteCyan14","attributes":{"category":"palette","type":"cyan","item":"14"},"path":["palette","cyan","14"]},"15":{"value":"hsla(180, 55%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 15%, 100%)"},"name":"PaletteCyan15","attributes":{"category":"palette","type":"cyan","item":"15"},"path":["palette","cyan","15"]},"16":{"value":"hsla(180, 55%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 16%, 100%)"},"name":"PaletteCyan16","attributes":{"category":"palette","type":"cyan","item":"16"},"path":["palette","cyan","16"]},"17":{"value":"hsla(180, 55%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 17%, 100%)"},"name":"PaletteCyan17","attributes":{"category":"palette","type":"cyan","item":"17"},"path":["palette","cyan","17"]},"18":{"value":"hsla(180, 55%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 18%, 100%)"},"name":"PaletteCyan18","attributes":{"category":"palette","type":"cyan","item":"18"},"path":["palette","cyan","18"]},"19":{"value":"hsla(180, 55%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 19%, 100%)"},"name":"PaletteCyan19","attributes":{"category":"palette","type":"cyan","item":"19"},"path":["palette","cyan","19"]},"20":{"value":"hsla(180, 55%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 20%, 100%)"},"name":"PaletteCyan20","attributes":{"category":"palette","type":"cyan","item":"20"},"path":["palette","cyan","20"]},"21":{"value":"hsla(180, 55%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 21%, 100%)"},"name":"PaletteCyan21","attributes":{"category":"palette","type":"cyan","item":"21"},"path":["palette","cyan","21"]},"22":{"value":"hsla(180, 55%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 22%, 100%)"},"name":"PaletteCyan22","attributes":{"category":"palette","type":"cyan","item":"22"},"path":["palette","cyan","22"]},"23":{"value":"hsla(180, 55%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 23%, 100%)"},"name":"PaletteCyan23","attributes":{"category":"palette","type":"cyan","item":"23"},"path":["palette","cyan","23"]},"24":{"value":"hsla(180, 55%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 24%, 100%)"},"name":"PaletteCyan24","attributes":{"category":"palette","type":"cyan","item":"24"},"path":["palette","cyan","24"]},"25":{"value":"hsla(180, 55%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 25%, 100%)"},"name":"PaletteCyan25","attributes":{"category":"palette","type":"cyan","item":"25"},"path":["palette","cyan","25"]},"26":{"value":"hsla(180, 55%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 26%, 100%)"},"name":"PaletteCyan26","attributes":{"category":"palette","type":"cyan","item":"26"},"path":["palette","cyan","26"]},"27":{"value":"hsla(180, 55%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 27%, 100%)"},"name":"PaletteCyan27","attributes":{"category":"palette","type":"cyan","item":"27"},"path":["palette","cyan","27"]},"28":{"value":"hsla(180, 55%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 28%, 100%)"},"name":"PaletteCyan28","attributes":{"category":"palette","type":"cyan","item":"28"},"path":["palette","cyan","28"]},"29":{"value":"hsla(180, 55%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 29%, 100%)"},"name":"PaletteCyan29","attributes":{"category":"palette","type":"cyan","item":"29"},"path":["palette","cyan","29"]},"30":{"value":"hsla(180, 55%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 30%, 100%)"},"name":"PaletteCyan30","attributes":{"category":"palette","type":"cyan","item":"30"},"path":["palette","cyan","30"]},"31":{"value":"hsla(180, 55%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 31%, 100%)"},"name":"PaletteCyan31","attributes":{"category":"palette","type":"cyan","item":"31"},"path":["palette","cyan","31"]},"32":{"value":"hsla(180, 55%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 32%, 100%)"},"name":"PaletteCyan32","attributes":{"category":"palette","type":"cyan","item":"32"},"path":["palette","cyan","32"]},"33":{"value":"hsla(180, 55%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 33%, 100%)"},"name":"PaletteCyan33","attributes":{"category":"palette","type":"cyan","item":"33"},"path":["palette","cyan","33"]},"34":{"value":"hsla(180, 55%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 34%, 100%)"},"name":"PaletteCyan34","attributes":{"category":"palette","type":"cyan","item":"34"},"path":["palette","cyan","34"]},"35":{"value":"hsla(180, 55%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 35%, 100%)"},"name":"PaletteCyan35","attributes":{"category":"palette","type":"cyan","item":"35"},"path":["palette","cyan","35"]},"36":{"value":"hsla(180, 55%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 36%, 100%)"},"name":"PaletteCyan36","attributes":{"category":"palette","type":"cyan","item":"36"},"path":["palette","cyan","36"]},"37":{"value":"hsla(180, 55%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 37%, 100%)"},"name":"PaletteCyan37","attributes":{"category":"palette","type":"cyan","item":"37"},"path":["palette","cyan","37"]},"38":{"value":"hsla(180, 55%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 38%, 100%)"},"name":"PaletteCyan38","attributes":{"category":"palette","type":"cyan","item":"38"},"path":["palette","cyan","38"]},"39":{"value":"hsla(180, 55%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 39%, 100%)"},"name":"PaletteCyan39","attributes":{"category":"palette","type":"cyan","item":"39"},"path":["palette","cyan","39"]},"40":{"value":"hsla(180, 55%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 40%, 100%)"},"name":"PaletteCyan40","attributes":{"category":"palette","type":"cyan","item":"40"},"path":["palette","cyan","40"]},"41":{"value":"hsla(180, 55%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 41%, 100%)"},"name":"PaletteCyan41","attributes":{"category":"palette","type":"cyan","item":"41"},"path":["palette","cyan","41"]},"42":{"value":"hsla(180, 55%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 42%, 100%)"},"name":"PaletteCyan42","attributes":{"category":"palette","type":"cyan","item":"42"},"path":["palette","cyan","42"]},"43":{"value":"hsla(180, 55%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 43%, 100%)"},"name":"PaletteCyan43","attributes":{"category":"palette","type":"cyan","item":"43"},"path":["palette","cyan","43"]},"44":{"value":"hsla(180, 55%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 44%, 100%)"},"name":"PaletteCyan44","attributes":{"category":"palette","type":"cyan","item":"44"},"path":["palette","cyan","44"]},"45":{"value":"hsla(180, 55%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 45%, 100%)"},"name":"PaletteCyan45","attributes":{"category":"palette","type":"cyan","item":"45"},"path":["palette","cyan","45"]},"46":{"value":"hsla(180, 55%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 46%, 100%)"},"name":"PaletteCyan46","attributes":{"category":"palette","type":"cyan","item":"46"},"path":["palette","cyan","46"]},"47":{"value":"hsla(180, 55%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 47%, 100%)"},"name":"PaletteCyan47","attributes":{"category":"palette","type":"cyan","item":"47"},"path":["palette","cyan","47"]},"48":{"value":"hsla(180, 55%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 48%, 100%)"},"name":"PaletteCyan48","attributes":{"category":"palette","type":"cyan","item":"48"},"path":["palette","cyan","48"]},"49":{"value":"hsla(180, 55%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 49%, 100%)"},"name":"PaletteCyan49","attributes":{"category":"palette","type":"cyan","item":"49"},"path":["palette","cyan","49"]},"50":{"value":"hsla(180, 55%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 50%, 100%)"},"name":"PaletteCyan50","attributes":{"category":"palette","type":"cyan","item":"50"},"path":["palette","cyan","50"]},"51":{"value":"hsla(180, 55%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 51%, 100%)"},"name":"PaletteCyan51","attributes":{"category":"palette","type":"cyan","item":"51"},"path":["palette","cyan","51"]},"52":{"value":"hsla(180, 55%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 52%, 100%)"},"name":"PaletteCyan52","attributes":{"category":"palette","type":"cyan","item":"52"},"path":["palette","cyan","52"]},"53":{"value":"hsla(180, 55%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 53%, 100%)"},"name":"PaletteCyan53","attributes":{"category":"palette","type":"cyan","item":"53"},"path":["palette","cyan","53"]},"54":{"value":"hsla(180, 55%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 54%, 100%)"},"name":"PaletteCyan54","attributes":{"category":"palette","type":"cyan","item":"54"},"path":["palette","cyan","54"]},"55":{"value":"hsla(180, 55%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 55%, 100%)"},"name":"PaletteCyan55","attributes":{"category":"palette","type":"cyan","item":"55"},"path":["palette","cyan","55"]},"56":{"value":"hsla(180, 55%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 56%, 100%)"},"name":"PaletteCyan56","attributes":{"category":"palette","type":"cyan","item":"56"},"path":["palette","cyan","56"]},"57":{"value":"hsla(180, 55%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 57%, 100%)"},"name":"PaletteCyan57","attributes":{"category":"palette","type":"cyan","item":"57"},"path":["palette","cyan","57"]},"58":{"value":"hsla(180, 55%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 58%, 100%)"},"name":"PaletteCyan58","attributes":{"category":"palette","type":"cyan","item":"58"},"path":["palette","cyan","58"]},"59":{"value":"hsla(180, 55%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 59%, 100%)"},"name":"PaletteCyan59","attributes":{"category":"palette","type":"cyan","item":"59"},"path":["palette","cyan","59"]},"60":{"value":"hsla(180, 55%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 60%, 100%)"},"name":"PaletteCyan60","attributes":{"category":"palette","type":"cyan","item":"60"},"path":["palette","cyan","60"]},"61":{"value":"hsla(180, 55%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 61%, 100%)"},"name":"PaletteCyan61","attributes":{"category":"palette","type":"cyan","item":"61"},"path":["palette","cyan","61"]},"62":{"value":"hsla(180, 55%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 62%, 100%)"},"name":"PaletteCyan62","attributes":{"category":"palette","type":"cyan","item":"62"},"path":["palette","cyan","62"]},"63":{"value":"hsla(180, 55%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 63%, 100%)"},"name":"PaletteCyan63","attributes":{"category":"palette","type":"cyan","item":"63"},"path":["palette","cyan","63"]},"64":{"value":"hsla(180, 55%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 64%, 100%)"},"name":"PaletteCyan64","attributes":{"category":"palette","type":"cyan","item":"64"},"path":["palette","cyan","64"]},"65":{"value":"hsla(180, 55%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 65%, 100%)"},"name":"PaletteCyan65","attributes":{"category":"palette","type":"cyan","item":"65"},"path":["palette","cyan","65"]},"66":{"value":"hsla(180, 55%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 66%, 100%)"},"name":"PaletteCyan66","attributes":{"category":"palette","type":"cyan","item":"66"},"path":["palette","cyan","66"]},"67":{"value":"hsla(180, 55%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 67%, 100%)"},"name":"PaletteCyan67","attributes":{"category":"palette","type":"cyan","item":"67"},"path":["palette","cyan","67"]},"68":{"value":"hsla(180, 55%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 68%, 100%)"},"name":"PaletteCyan68","attributes":{"category":"palette","type":"cyan","item":"68"},"path":["palette","cyan","68"]},"69":{"value":"hsla(180, 55%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 69%, 100%)"},"name":"PaletteCyan69","attributes":{"category":"palette","type":"cyan","item":"69"},"path":["palette","cyan","69"]},"70":{"value":"hsla(180, 55%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 70%, 100%)"},"name":"PaletteCyan70","attributes":{"category":"palette","type":"cyan","item":"70"},"path":["palette","cyan","70"]},"71":{"value":"hsla(180, 55%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 71%, 100%)"},"name":"PaletteCyan71","attributes":{"category":"palette","type":"cyan","item":"71"},"path":["palette","cyan","71"]},"72":{"value":"hsla(180, 55%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 72%, 100%)"},"name":"PaletteCyan72","attributes":{"category":"palette","type":"cyan","item":"72"},"path":["palette","cyan","72"]},"73":{"value":"hsla(180, 55%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 73%, 100%)"},"name":"PaletteCyan73","attributes":{"category":"palette","type":"cyan","item":"73"},"path":["palette","cyan","73"]},"74":{"value":"hsla(180, 55%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 74%, 100%)"},"name":"PaletteCyan74","attributes":{"category":"palette","type":"cyan","item":"74"},"path":["palette","cyan","74"]},"75":{"value":"hsla(180, 55%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 75%, 100%)"},"name":"PaletteCyan75","attributes":{"category":"palette","type":"cyan","item":"75"},"path":["palette","cyan","75"]},"76":{"value":"hsla(180, 55%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 76%, 100%)"},"name":"PaletteCyan76","attributes":{"category":"palette","type":"cyan","item":"76"},"path":["palette","cyan","76"]},"77":{"value":"hsla(180, 55%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 77%, 100%)"},"name":"PaletteCyan77","attributes":{"category":"palette","type":"cyan","item":"77"},"path":["palette","cyan","77"]},"78":{"value":"hsla(180, 55%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 78%, 100%)"},"name":"PaletteCyan78","attributes":{"category":"palette","type":"cyan","item":"78"},"path":["palette","cyan","78"]},"79":{"value":"hsla(180, 55%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 79%, 100%)"},"name":"PaletteCyan79","attributes":{"category":"palette","type":"cyan","item":"79"},"path":["palette","cyan","79"]},"80":{"value":"hsla(180, 55%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 80%, 100%)"},"name":"PaletteCyan80","attributes":{"category":"palette","type":"cyan","item":"80"},"path":["palette","cyan","80"]},"81":{"value":"hsla(180, 55%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 81%, 100%)"},"name":"PaletteCyan81","attributes":{"category":"palette","type":"cyan","item":"81"},"path":["palette","cyan","81"]},"82":{"value":"hsla(180, 55%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 82%, 100%)"},"name":"PaletteCyan82","attributes":{"category":"palette","type":"cyan","item":"82"},"path":["palette","cyan","82"]},"83":{"value":"hsla(180, 55%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 83%, 100%)"},"name":"PaletteCyan83","attributes":{"category":"palette","type":"cyan","item":"83"},"path":["palette","cyan","83"]},"84":{"value":"hsla(180, 55%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 84%, 100%)"},"name":"PaletteCyan84","attributes":{"category":"palette","type":"cyan","item":"84"},"path":["palette","cyan","84"]},"85":{"value":"hsla(180, 55%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 85%, 100%)"},"name":"PaletteCyan85","attributes":{"category":"palette","type":"cyan","item":"85"},"path":["palette","cyan","85"]},"86":{"value":"hsla(180, 55%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 86%, 100%)"},"name":"PaletteCyan86","attributes":{"category":"palette","type":"cyan","item":"86"},"path":["palette","cyan","86"]},"87":{"value":"hsla(180, 55%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 87%, 100%)"},"name":"PaletteCyan87","attributes":{"category":"palette","type":"cyan","item":"87"},"path":["palette","cyan","87"]},"88":{"value":"hsla(180, 55%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 88%, 100%)"},"name":"PaletteCyan88","attributes":{"category":"palette","type":"cyan","item":"88"},"path":["palette","cyan","88"]},"89":{"value":"hsla(180, 55%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 89%, 100%)"},"name":"PaletteCyan89","attributes":{"category":"palette","type":"cyan","item":"89"},"path":["palette","cyan","89"]},"90":{"value":"hsla(180, 55%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 90%, 100%)"},"name":"PaletteCyan90","attributes":{"category":"palette","type":"cyan","item":"90"},"path":["palette","cyan","90"]},"91":{"value":"hsla(180, 55%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 91%, 100%)"},"name":"PaletteCyan91","attributes":{"category":"palette","type":"cyan","item":"91"},"path":["palette","cyan","91"]},"92":{"value":"hsla(180, 55%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 92%, 100%)"},"name":"PaletteCyan92","attributes":{"category":"palette","type":"cyan","item":"92"},"path":["palette","cyan","92"]},"93":{"value":"hsla(180, 55%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 93%, 100%)"},"name":"PaletteCyan93","attributes":{"category":"palette","type":"cyan","item":"93"},"path":["palette","cyan","93"]},"94":{"value":"hsla(180, 55%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 94%, 100%)"},"name":"PaletteCyan94","attributes":{"category":"palette","type":"cyan","item":"94"},"path":["palette","cyan","94"]},"95":{"value":"hsla(180, 55%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 95%, 100%)"},"name":"PaletteCyan95","attributes":{"category":"palette","type":"cyan","item":"95"},"path":["palette","cyan","95"]},"96":{"value":"hsla(180, 55%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 96%, 100%)"},"name":"PaletteCyan96","attributes":{"category":"palette","type":"cyan","item":"96"},"path":["palette","cyan","96"]},"97":{"value":"hsla(180, 55%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 97%, 100%)"},"name":"PaletteCyan97","attributes":{"category":"palette","type":"cyan","item":"97"},"path":["palette","cyan","97"]},"98":{"value":"hsla(180, 55%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 98%, 100%)"},"name":"PaletteCyan98","attributes":{"category":"palette","type":"cyan","item":"98"},"path":["palette","cyan","98"]},"99":{"value":"hsla(180, 55%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 99%, 100%)"},"name":"PaletteCyan99","attributes":{"category":"palette","type":"cyan","item":"99"},"path":["palette","cyan","99"]},"100":{"value":"hsla(180, 55%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 100%, 100%)"},"name":"PaletteCyan100","attributes":{"category":"palette","type":"cyan","item":"100"},"path":["palette","cyan","100"]},"\"50-A16\"":{"value":"hsla(180, 55%, 50%, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 50%, 0.16)"},"name":"PaletteCyan50A16","attributes":{"category":"palette","type":"cyan","item":"\"50-A16\""},"path":["palette","cyan","\"50-A16\""]},"\"50-A32\"":{"value":"hsla(180, 55%, 50%, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 50%, 0.32)"},"name":"PaletteCyan50A32","attributes":{"category":"palette","type":"cyan","item":"\"50-A32\""},"path":["palette","cyan","\"50-A32\""]},"A32":{"value":"rgba(57, 198, 198, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(57, 198, 198, 0.32)"},"name":"PaletteCyanA32","attributes":{"category":"palette","type":"cyan","item":"A32"},"path":["palette","cyan","A32"]},"A16":{"value":"rgba(57, 198, 198, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(57, 198, 198, 0.16)"},"name":"PaletteCyanA16","attributes":{"category":"palette","type":"cyan","item":"A16"},"path":["palette","cyan","A16"]}}; -export const DarkBackgroundTheme = "hsla(216, 100%, 50%, 100%)"; -export const DarkBackgroundThemeFade = "hsla(216, 100%, 20%, 100%)"; -export const DarkBackgroundThemeLess = "hsla(216, 100%, 18%, 100%)"; -export const DarkBackgroundBg = "hsla(229, 15%, 12%, 100%)"; -export const DarkBackgroundBgSecondary = "hsla(229, 15%, 16%, 100%)"; -export const DarkBackgroundBgTertiary = "hsla(229, 15%, 14%, 100%)"; -export const DarkBackgroundNight = "hsla(229, 15%, 25%, 100%)"; -export const DarkBackgroundCard = "hsla(229, 15%, 15%, 100%)"; -export const DarkBackgroundContrast = "hsla(229, 15%, 90%, 100%)"; -export const DarkBackgroundContrastFade = "hsla(229, 15%, 25%, 100%)"; -export const DarkBackgroundError = "hsla(7, 97%, 41%, 100%)"; -export const DarkBackgroundErrorFade = "hsla(7, 97%, 15%, 100%)"; -export const DarkBackgroundErrorLess = "hsla(7, 97%, 6%, 100%)"; -export const DarkBackgroundSuccess = "hsla(104, 64%, 40%, 100%)"; -export const DarkBackgroundSuccessFade = "hsla(104, 64%, 12%, 100%)"; -export const DarkBackgroundWarning = "hsla(38, 100%, 39%, 100%)"; -export const DarkBackgroundWarningFade = "hsla(38, 100%, 14%, 100%)"; -export const DarkBackgroundTransparent = "transparent"; -export const DarkBackgroundBackground = "hsla(0, 0%, 100%, 100%)"; -export const DarkBackgroundBackgroundDisabled = "hsla(229, 15%, 95%, 100%)"; -export const DarkBackgroundBackgroundLessContrast = "hsla(229, 15%, 95%, 100%)"; -export const DarkBackgroundBackgroundUnder = "hsla(229, 15%, 95%, 100%)"; -export const DarkBackgroundOverlay = "hsla(229, 15%, 6%, 64%)"; -export const DarkBackgroundOverlayInverse = "hsla(229, 15%, 12%, 80%)"; -export const DarkBackgroundOverlayHover = "rgba(black, 0.08)"; -export const DarkBackgroundOverlayActive = "rgba(black, 0.16)"; -export const DarkBackgroundOverlayDisabled = "rgba(white, 0.64)"; -export const DarkForegroundWhite = "hsla(0, 0%, 100%, 100%)"; -export const DarkForegroundWhiteSecondary = "hsla(0, 0%, 100%, 72%)"; -export const DarkForegroundTheme = "hsla(216, 100%, 65%, 100%)"; -export const DarkForegroundThemeSecondary = "hsla(216, 100%, 30%, 100%)"; -export const DarkForegroundContrast = "hsla(229, 15%, 80%, 100%)"; -export const DarkForegroundOnContrast = "hsla(229, 15%, 15%, 100%)"; -export const DarkForegroundContrastSecondary = "hsla(229, 15%, 60%, 100%)"; -export const DarkForegroundContrastTertiary = "hsla(229, 15%, 45%, 100%)"; -export const DarkForegroundError = "hsla(7, 97%, 60%, 100%)"; -export const DarkForegroundErrorSecondary = "hsla(7, 97%, 40%, 100%)"; -export const DarkForegroundErrorTertiary = "hsla(7, 97%, 25%, 100%)"; -export const DarkForegroundErrorLess = "hsla(7, 97%, 90%, 100%)"; -export const DarkForegroundSuccess = "hsla(104, 64%, 45%, 100%)"; -export const DarkForegroundSuccessLess = "hsla(104, 64%, 90%, 100%)"; -export const DarkForegroundSuccessSecondary = "hsla(104, 64%, 40%, 100%)"; -export const DarkForegroundWarning = "hsla(38, 100%, 60%, 100%)"; -export const DarkForegroundWarningSecondary = "hsla(38, 100%, 40%, 100%)"; -export const DarkForegroundVisited = "hsla(277, 72%, 50%, 100%)"; -export const DarkForegroundText = "hsla(229, 15%, 15%, 100%)"; -export const DarkForegroundTextLessContrast = "hsla(229, 15%, 50%, 100%)"; -export const DarkForegroundTextDisabled = "hsla(229, 15%, 70%, 100%)"; -export const DarkForegroundTextError = "hsla(7, 97%, 50%, 100%)"; -export const DarkForegroundTextSuccess = "hsla(104, 64%, 44%, 100%)"; -export const DarkForegroundDivider = "hsla(229, 15%, 22%, 100%)"; -export const DarkForegroundBorder = "hsla(229, 15%, 30%, 100%)"; -export const DarkForegroundIcon = "hsla(229, 15%, 45%, 100%)"; -export const DarkIconWhite = "hsla(0, 0%, 100%, 100%)"; -export const DarkIconTheme = "hsla(216, 100%, 65%, 100%)"; -export const DarkIconThemeFade = "hsla(229, 15%, 30%, 100%)"; -export const DarkIconContrast = "hsla(229, 15%, 80%, 100%)"; -export const DarkIconOnContrast = "hsla(229, 15%, 15%, 100%)"; -export const DarkIconContrastFade = "hsla(229, 15%, 45%, 100%)"; -export const DarkIconError = "hsla(7, 97%, 60%, 100%)"; -export const DarkIconSuccess = "hsla(104, 64%, 45%, 100%)"; -export const DarkIconWarning = "hsla(38, 100%, 60%, 100%)"; -export const DarkIconVisited = "hsla(277, 72%, 50%, 100%)"; -export const DarkLineTheme = "hsla(216, 100%, 65%, 100%)"; -export const DarkLineThemeFade = "hsla(216, 100%, 30%, 100%)"; -export const DarkLineThemeLess = "hsla(216, 100%, 27%, 100%)"; -export const DarkLineContrast = "hsla(229, 15%, 100%, 100%)"; -export const DarkLineContrastFade = "hsla(229, 15%, 30%, 100%)"; -export const DarkLineContrastLess = "hsla(229, 15%, 22%, 100%)"; -export const DarkLineError = "hsla(7, 97%, 35%, 100%)"; -export const DarkLineErrorFade = "hsla(7, 97%, 35%, 100%)"; -export const DarkLineSuccess = "hsla(104, 64%, 35%, 100%)"; -export const DarkLineSuccessFade = "hsla(104, 64%, 20%, 100%)"; -export const DarkLineWarning = "hsla(38, 100%, 42%, 100%)"; -export const DarkLineWarningFade = "hsla(38, 100%, 20%, 100%)"; -export const DarkLineVisited = "hsla(277, 72%, 30%, 100%)"; -export const DarkShadowOutline = "hsla(229, 100%, 85%, 15%)"; -export const DarkShadowKey = "transparent"; -export const DarkShadowAmbient = "transparent"; -export const DarkStatesBackgroundThemeHover = "hsla(216, 100%, 45%, 100%)"; -export const DarkStatesBackgroundThemeActive = "hsla(216, 100%, 39%, 100%)"; -export const DarkStatesBackgroundThemeFadeHover = "hsla(216, 100%, 18%, 100%)"; -export const DarkStatesBackgroundThemeFadeActive = "hsla(216, 100%, 21%, 100%)"; -export const DarkStatesBackgroundThemeLessHover = "hsla(216, 100%, 15%, 100%)"; -export const DarkStatesBackgroundThemeLessActive = "hsla(216, 100%, 18%, 100%)"; -export const DarkStatesBackgroundContrastHover = "hsla(229, 15%, 80%, 100%)"; -export const DarkStatesBackgroundContrastActive = "hsla(229, 15%, 55%, 100%)"; -export const DarkStatesBackgroundContrastFadeHover = "hsla(229, 15%, 25%, 100%)"; -export const DarkStatesBackgroundContrastFadeActive = "hsla(229, 15%, 27%, 100%)"; -export const DarkStatesBackgroundDisabled = "hsla(229, 15%, 50%, 16%)"; -export const DarkStatesBackgroundTransparentHover = "hsla(229, 15%, 50%, 16%)"; -export const DarkStatesBackgroundTransparentActive = "hsla(229, 100%, 85%, 15%)"; -export const DarkStatesBackgroundErrorHover = "hsla(7, 97%, 42%, 100%)"; -export const DarkStatesBackgroundErrorActive = "hsla(7, 97%, 39%, 100%)"; -export const DarkStatesBackgroundErrorFadeHover = "hsla(7, 97%, 13%, 100%)"; -export const DarkStatesBackgroundErrorFadeActive = "hsla(7, 97%, 16%, 100%)"; -export const DarkStatesBackgroundErrorLess = "hsla(7, 97%, 6%, 100%)"; -export const DarkStatesBackgroundWarningFadeHover = "hsla(38, 100%, 13%, 100%)"; -export const DarkStatesBackgroundWarningFadeActive = "hsla(38, 100%, 16%, 100%)"; -export const DarkStatesForegroundThemeHover = "hsla(216, 100%, 65%, 100%)"; -export const DarkStatesForegroundThemeActive = "hsla(216, 100%, 70%, 100%)"; -export const DarkStatesForegroundDisabled = "hsla(229, 15%, 40%, 100%)"; -export const DarkStatesForegroundVisitedHover = "hsla(277, 72%, 55%, 100%)"; -export const DarkStatesForegroundVisitedActive = "hsla(277, 72%, 60%, 100%)"; -export const DarkStatesIconThemeHover = "hsla(216, 100%, 45%, 100%)"; -export const DarkStatesIconThemeActive = "hsla(216, 100%, 40%, 100%)"; -export const DarkStatesIconContrastHover = "hsla(229, 15%, 90%, 100%)"; -export const DarkStatesIconContrastActive = "hsla(229, 15%, 80%, 100%)"; -export const DarkStatesIconContrastFadeHover = "hsla(229, 15%, 50%, 100%)"; -export const DarkStatesIconContrastFadeActive = "hsla(229, 15%, 40%, 100%)"; -export const DarkStatesIconDisabled = "hsla(229, 15%, 30%, 100%)"; -export const DarkStatesIconErrorHover = "hsla(7, 97%, 50%, 100%)"; -export const DarkStatesIconErrorActive = "hsla(7, 97%, 40%, 100%)"; -export const DarkStatesIconSuccessHover = "hsla(104, 64%, 40%, 100%)"; -export const DarkStatesIconSuccessActive = "hsla(104, 64%, 30%, 100%)"; -export const DarkStatesIconWarningHover = "hsla(38, 100%, 45%, 100%)"; -export const DarkStatesIconWarningActive = "hsla(38, 100%, 42%, 100%)"; -export const DarkStatesIconVisitedHover = "hsla(277, 72%, 55%, 100%)"; -export const DarkStatesIconVisitedActive = "hsla(277, 72%, 60%, 100%)"; -export const DarkStatesLineFocus = "hsla(216, 100%, 50%, 100%)"; -export const DarkStatesLineFocusTheme = "hsla(216, 100%, 60%, 100%)"; -export const DarkStatesLineDisabled = "hsla(229, 15%, 50%, 32%)"; -export const DarkStatesLineFocusError = "hsla(7, 97%, 45%, 100%)"; -export const DarkStatesFocusedColor = "hsla(216, 100%, 50%, 100%)"; -export const DarkStatesFocusedColorError = "hsla(7, 97%, 50%, 100%)"; -export const DarkStatesSelectedColor = "hsla(216, 100%, 95%, 100%)"; -export const DarkStatesPressedShadow = "inset 0 1px 2px 0 rgba(black, 0.2)"; -export const DarkStatesDisabledOpacity = 0.32; -export const DarkOthersBrand = "hsla(7, 97%, 50%, 100%)"; -export const FontFamilyAccent = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FontFamilyBase = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FontFamilyMono = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const FontFaIrAccent = "'notonaskharabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FontFaIrBase = "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const Size3xs = "2px"; -export const SizeXxs = "4px"; -export const SizeXs = "6px"; -export const SizeS = "8px"; -export const SizeM = "12px"; -export const SizeL = "16px"; -export const SizeXl = "20px"; -export const SizeXxl = "24px"; -export const Size3xl = "32px"; -export const Size4xl = "40px"; -export const Size5xl = "48px"; -export const Size6xl = "56px"; -export const Size7xl = "64px"; -export const SizeBorderWidth = "1px"; -export const SizeBorderRadius = "8px"; -export const MdTypographyMdH1FontSize = "36px"; -export const MdTypographyMdH1LineHeight = "44px"; -export const MdTypographyMdH1LetterSpacing = "normal"; -export const MdTypographyMdH1FontWeight = "400"; -export const MdTypographyMdH1FontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MdTypographyMdH1TextTransform = "null"; -export const MdTypographyMdH1FontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const MdTypographyMdH2FontSize = "24px"; -export const MdTypographyMdH2LineHeight = "32px"; -export const MdTypographyMdH2LetterSpacing = "normal"; -export const MdTypographyMdH2FontWeight = "700"; -export const MdTypographyMdH2FontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MdTypographyMdH2TextTransform = "null"; -export const MdTypographyMdH2FontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const MdTypographyMdH3FontSize = "20px"; -export const MdTypographyMdH3LineHeight = "28px"; -export const MdTypographyMdH3LetterSpacing = "normal"; -export const MdTypographyMdH3FontWeight = "700"; -export const MdTypographyMdH3FontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MdTypographyMdH3TextTransform = "null"; -export const MdTypographyMdH3FontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const MdTypographyMdH4FontSize = "18px"; -export const MdTypographyMdH4LineHeight = "26px"; -export const MdTypographyMdH4LetterSpacing = "normal"; -export const MdTypographyMdH4FontWeight = "700"; -export const MdTypographyMdH4FontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MdTypographyMdH4TextTransform = "null"; -export const MdTypographyMdH4FontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const MdTypographyMdH5FontSize = "16px"; -export const MdTypographyMdH5LineHeight = "24px"; -export const MdTypographyMdH5LetterSpacing = "-0.011em"; -export const MdTypographyMdH5FontWeight = "700"; -export const MdTypographyMdH5FontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MdTypographyMdH5TextTransform = "null"; -export const MdTypographyMdH5FontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const MdTypographyMdH6FontSize = "14px"; -export const MdTypographyMdH6LineHeight = "20px"; -export const MdTypographyMdH6LetterSpacing = "0.08em"; -export const MdTypographyMdH6FontWeight = "500"; -export const MdTypographyMdH6FontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MdTypographyMdH6TextTransform = "uppercase"; -export const MdTypographyMdH6FontFeatureSettings = "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const MdTypographyMdBodyFontSize = "16px"; -export const MdTypographyMdBodyLineHeight = "24px"; -export const MdTypographyMdBodyLetterSpacing = "-0.011em"; -export const MdTypographyMdBodyFontWeight = "normal"; -export const MdTypographyMdBodyFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MdTypographyMdBodyTextTransform = "null"; -export const MdTypographyMdBodyFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const MdTypographyMdBodyMonoFontSize = "16px"; -export const MdTypographyMdBodyMonoLineHeight = "24px"; -export const MdTypographyMdBodyMonoLetterSpacing = "normal"; -export const MdTypographyMdBodyMonoFontWeight = "normal"; -export const MdTypographyMdBodyMonoFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const MdTypographyMdBodyMonoTextTransform = "null"; -export const MdTypographyMdBodyMonoFontFeatureSettings = "initial"; -export const MdTypographyMdCaptionFontSize = "14px"; -export const MdTypographyMdCaptionLineHeight = "20px"; -export const MdTypographyMdCaptionLetterSpacing = "-0.006em"; -export const MdTypographyMdCaptionFontWeight = "normal"; -export const MdTypographyMdCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MdTypographyMdCaptionTextTransform = "null"; -export const MdTypographyMdCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const MdTypographyMdTableCellFontSize = "16px"; -export const MdTypographyMdTableCellLineHeight = "24px"; -export const MdTypographyMdTableCellLetterSpacing = "normal"; -export const MdTypographyMdTableCellFontWeight = "normal"; -export const MdTypographyMdTableCellFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MdTypographyMdTableCellTextTransform = "null"; -export const MdTypographyMdTableCellFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const MdTypographyMdTableHeaderFontSize = "14px"; -export const MdTypographyMdTableHeaderLineHeight = "20px"; -export const MdTypographyMdTableHeaderLetterSpacing = "-0.006em"; -export const MdTypographyMdTableHeaderFontWeight = "normal"; -export const MdTypographyMdTableHeaderFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MdTypographyMdTableHeaderTextTransform = "null"; -export const MdTypographyMdTableHeaderFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const PaletteBlackDefault = "hsla(0, 0%, 0%, 100%)"; -export const PaletteBlackDefaultA8 = "rgba(0, 0, 0, 0.08)"; -export const PaletteBlackDefaultA16 = "rgba(0, 0, 0, 0.16)"; -export const PaletteBlackDefaultA20 = "rgba(0, 0, 0, 0.20)"; -export const PaletteBlackDefaultA50 = "rgba(0, 0, 0, 0.50)"; -export const PaletteBlackA50 = "rgba(0, 0, 0, 0.50)"; -export const PaletteBlue0 = "hsla(216, 100%, 0%, 100%)"; -export const PaletteBlue1 = "hsla(216, 100%, 1%, 100%)"; -export const PaletteBlue2 = "hsla(216, 100%, 2%, 100%)"; -export const PaletteBlue3 = "hsla(216, 100%, 3%, 100%)"; -export const PaletteBlue4 = "hsla(216, 100%, 4%, 100%)"; -export const PaletteBlue5 = "hsla(216, 100%, 5%, 100%)"; -export const PaletteBlue6 = "hsla(216, 100%, 6%, 100%)"; -export const PaletteBlue7 = "hsla(216, 100%, 7%, 100%)"; -export const PaletteBlue8 = "hsla(216, 100%, 8%, 100%)"; -export const PaletteBlue9 = "hsla(216, 100%, 9%, 100%)"; -export const PaletteBlue10 = "hsla(216, 100%, 10%, 100%)"; -export const PaletteBlue11 = "hsla(216, 100%, 11%, 100%)"; -export const PaletteBlue12 = "hsla(216, 100%, 12%, 100%)"; -export const PaletteBlue13 = "hsla(216, 100%, 13%, 100%)"; -export const PaletteBlue14 = "hsla(216, 100%, 14%, 100%)"; -export const PaletteBlue15 = "hsla(216, 100%, 15%, 100%)"; -export const PaletteBlue16 = "hsla(216, 100%, 16%, 100%)"; -export const PaletteBlue17 = "hsla(216, 100%, 17%, 100%)"; -export const PaletteBlue18 = "hsla(216, 100%, 18%, 100%)"; -export const PaletteBlue19 = "hsla(216, 100%, 19%, 100%)"; -export const PaletteBlue20 = "hsla(216, 100%, 20%, 100%)"; -export const PaletteBlue21 = "hsla(216, 100%, 21%, 100%)"; -export const PaletteBlue22 = "hsla(216, 100%, 22%, 100%)"; -export const PaletteBlue23 = "hsla(216, 100%, 23%, 100%)"; -export const PaletteBlue24 = "hsla(216, 100%, 24%, 100%)"; -export const PaletteBlue25 = "hsla(216, 100%, 25%, 100%)"; -export const PaletteBlue26 = "hsla(216, 100%, 26%, 100%)"; -export const PaletteBlue27 = "hsla(216, 100%, 27%, 100%)"; -export const PaletteBlue28 = "hsla(216, 100%, 28%, 100%)"; -export const PaletteBlue29 = "hsla(216, 100%, 29%, 100%)"; -export const PaletteBlue30 = "hsla(216, 100%, 30%, 100%)"; -export const PaletteBlue31 = "hsla(216, 100%, 31%, 100%)"; -export const PaletteBlue32 = "hsla(216, 100%, 32%, 100%)"; -export const PaletteBlue33 = "hsla(216, 100%, 33%, 100%)"; -export const PaletteBlue34 = "hsla(216, 100%, 34%, 100%)"; -export const PaletteBlue35 = "hsla(216, 100%, 35%, 100%)"; -export const PaletteBlue36 = "hsla(216, 100%, 36%, 100%)"; -export const PaletteBlue37 = "hsla(216, 100%, 37%, 100%)"; -export const PaletteBlue38 = "hsla(216, 100%, 38%, 100%)"; -export const PaletteBlue39 = "hsla(216, 100%, 39%, 100%)"; -export const PaletteBlue40 = "hsla(216, 100%, 40%, 100%)"; -export const PaletteBlue41 = "hsla(216, 100%, 41%, 100%)"; -export const PaletteBlue42 = "hsla(216, 100%, 42%, 100%)"; -export const PaletteBlue43 = "hsla(216, 100%, 43%, 100%)"; -export const PaletteBlue44 = "hsla(216, 100%, 44%, 100%)"; -export const PaletteBlue45 = "hsla(216, 100%, 45%, 100%)"; -export const PaletteBlue46 = "hsla(216, 100%, 46%, 100%)"; -export const PaletteBlue47 = "hsla(216, 100%, 47%, 100%)"; -export const PaletteBlue48 = "hsla(216, 100%, 48%, 100%)"; -export const PaletteBlue49 = "hsla(216, 100%, 49%, 100%)"; -export const PaletteBlue50 = "hsla(216, 100%, 50%, 100%)"; -export const PaletteBlue51 = "hsla(216, 100%, 51%, 100%)"; -export const PaletteBlue52 = "hsla(216, 100%, 52%, 100%)"; -export const PaletteBlue53 = "hsla(216, 100%, 53%, 100%)"; -export const PaletteBlue54 = "hsla(216, 100%, 54%, 100%)"; -export const PaletteBlue55 = "hsla(216, 100%, 55%, 100%)"; -export const PaletteBlue56 = "hsla(216, 100%, 56%, 100%)"; -export const PaletteBlue57 = "hsla(216, 100%, 57%, 100%)"; -export const PaletteBlue58 = "hsla(216, 100%, 58%, 100%)"; -export const PaletteBlue59 = "hsla(216, 100%, 59%, 100%)"; -export const PaletteBlue60 = "hsla(216, 100%, 60%, 100%)"; -export const PaletteBlue61 = "hsla(216, 100%, 61%, 100%)"; -export const PaletteBlue62 = "hsla(216, 100%, 62%, 100%)"; -export const PaletteBlue63 = "hsla(216, 100%, 63%, 100%)"; -export const PaletteBlue64 = "hsla(216, 100%, 64%, 100%)"; -export const PaletteBlue65 = "hsla(216, 100%, 65%, 100%)"; -export const PaletteBlue66 = "hsla(216, 100%, 66%, 100%)"; -export const PaletteBlue67 = "hsla(216, 100%, 67%, 100%)"; -export const PaletteBlue68 = "hsla(216, 100%, 68%, 100%)"; -export const PaletteBlue69 = "hsla(216, 100%, 69%, 100%)"; -export const PaletteBlue70 = "hsla(216, 100%, 70%, 100%)"; -export const PaletteBlue71 = "hsla(216, 100%, 71%, 100%)"; -export const PaletteBlue72 = "hsla(216, 100%, 72%, 100%)"; -export const PaletteBlue73 = "hsla(216, 100%, 73%, 100%)"; -export const PaletteBlue74 = "hsla(216, 100%, 74%, 100%)"; -export const PaletteBlue75 = "hsla(216, 100%, 75%, 100%)"; -export const PaletteBlue76 = "hsla(216, 100%, 76%, 100%)"; -export const PaletteBlue77 = "hsla(216, 100%, 77%, 100%)"; -export const PaletteBlue78 = "hsla(216, 100%, 78%, 100%)"; -export const PaletteBlue79 = "hsla(216, 100%, 79%, 100%)"; -export const PaletteBlue80 = "hsla(216, 100%, 80%, 100%)"; -export const PaletteBlue81 = "hsla(216, 100%, 81%, 100%)"; -export const PaletteBlue82 = "hsla(216, 100%, 82%, 100%)"; -export const PaletteBlue83 = "hsla(216, 100%, 83%, 100%)"; -export const PaletteBlue84 = "hsla(216, 100%, 84%, 100%)"; -export const PaletteBlue85 = "hsla(216, 100%, 85%, 100%)"; -export const PaletteBlue86 = "hsla(216, 100%, 86%, 100%)"; -export const PaletteBlue87 = "hsla(216, 100%, 87%, 100%)"; -export const PaletteBlue88 = "hsla(216, 100%, 88%, 100%)"; -export const PaletteBlue89 = "hsla(216, 100%, 89%, 100%)"; -export const PaletteBlue90 = "hsla(216, 100%, 90%, 100%)"; -export const PaletteBlue91 = "hsla(216, 100%, 91%, 100%)"; -export const PaletteBlue92 = "hsla(216, 100%, 92%, 100%)"; -export const PaletteBlue93 = "hsla(216, 100%, 93%, 100%)"; -export const PaletteBlue94 = "hsla(216, 100%, 94%, 100%)"; -export const PaletteBlue95 = "hsla(216, 100%, 95%, 100%)"; -export const PaletteBlue96 = "hsla(216, 100%, 96%, 100%)"; -export const PaletteBlue97 = "hsla(216, 100%, 97%, 100%)"; -export const PaletteBlue98 = "hsla(216, 100%, 98%, 100%)"; -export const PaletteBlue99 = "hsla(216, 100%, 99%, 100%)"; -export const PaletteBlue100 = "hsla(216, 100%, 100%, 100%)"; -export const PaletteBlue5A12 = "hsla(216, 100%, 5%, 12%)"; -export const PaletteBlue5A24 = "hsla(216, 100%, 5%, 24%)"; -export const PaletteBlue5A32 = "hsla(216, 100%, 5%, 32%)"; -export const PaletteBlue15A20 = "hsla(216, 100%, 15%, 20%)"; -export const PaletteBlue15A30 = "hsla(216, 100%, 15%, 30%)"; -export const PaletteBlue15A40 = "hsla(216, 100%, 15%, 40%)"; -export const PaletteBlue15A50 = "hsla(216, 100%, 15%, 50%)"; -export const PaletteBlue15A60 = "hsla(216, 100%, 15%, 60%)"; -export const PaletteBlue50A8 = "hsla(216, 100%, 50%, 8%)"; -export const PaletteBlue50A16 = "hsla(216, 100%, 50%, 16%)"; -export const PaletteBlue50A55 = "hsla(216, 100%, 50%, 55%)"; -export const PaletteBlue92A20 = "hsla(216, 100%, 92%, 20%)"; -export const PaletteBlue92A30 = "hsla(216, 100%, 92%, 30%)"; -export const PaletteBlue92A40 = "hsla(216, 100%, 92%, 40%)"; -export const PaletteBlue92A50 = "hsla(216, 100%, 92%, 50%)"; -export const PaletteBlue92A60 = "hsla(216, 100%, 92%, 60%)"; -export const PaletteBlueA8 = "hsla(216, 100%, 50%, 8%)"; -export const PaletteBlueA12 = "hsla(216, 100%, 5%, 12%)"; -export const PaletteBlueA16 = "hsla(216, 100%, 50%, 16%)"; -export const PaletteBlueA24 = "hsla(216, 100%, 5%, 24%)"; -export const PaletteBlueA32 = "hsla(216, 100%, 5%, 32%)"; -export const PaletteCyan0 = "hsla(180, 55%, 0%, 100%)"; -export const PaletteCyan1 = "hsla(180, 55%, 1%, 100%)"; -export const PaletteCyan2 = "hsla(180, 55%, 2%, 100%)"; -export const PaletteCyan3 = "hsla(180, 55%, 3%, 100%)"; -export const PaletteCyan4 = "hsla(180, 55%, 4%, 100%)"; -export const PaletteCyan5 = "hsla(180, 55%, 5%, 100%)"; -export const PaletteCyan6 = "hsla(180, 55%, 6%, 100%)"; -export const PaletteCyan7 = "hsla(180, 55%, 7%, 100%)"; -export const PaletteCyan8 = "hsla(180, 55%, 8%, 100%)"; -export const PaletteCyan9 = "hsla(180, 55%, 9%, 100%)"; -export const PaletteCyan10 = "hsla(180, 55%, 10%, 100%)"; -export const PaletteCyan11 = "hsla(180, 55%, 11%, 100%)"; -export const PaletteCyan12 = "hsla(180, 55%, 12%, 100%)"; -export const PaletteCyan13 = "hsla(180, 55%, 13%, 100%)"; -export const PaletteCyan14 = "hsla(180, 55%, 14%, 100%)"; -export const PaletteCyan15 = "hsla(180, 55%, 15%, 100%)"; -export const PaletteCyan16 = "hsla(180, 55%, 16%, 100%)"; -export const PaletteCyan17 = "hsla(180, 55%, 17%, 100%)"; -export const PaletteCyan18 = "hsla(180, 55%, 18%, 100%)"; -export const PaletteCyan19 = "hsla(180, 55%, 19%, 100%)"; -export const PaletteCyan20 = "hsla(180, 55%, 20%, 100%)"; -export const PaletteCyan21 = "hsla(180, 55%, 21%, 100%)"; -export const PaletteCyan22 = "hsla(180, 55%, 22%, 100%)"; -export const PaletteCyan23 = "hsla(180, 55%, 23%, 100%)"; -export const PaletteCyan24 = "hsla(180, 55%, 24%, 100%)"; -export const PaletteCyan25 = "hsla(180, 55%, 25%, 100%)"; -export const PaletteCyan26 = "hsla(180, 55%, 26%, 100%)"; -export const PaletteCyan27 = "hsla(180, 55%, 27%, 100%)"; -export const PaletteCyan28 = "hsla(180, 55%, 28%, 100%)"; -export const PaletteCyan29 = "hsla(180, 55%, 29%, 100%)"; -export const PaletteCyan30 = "hsla(180, 55%, 30%, 100%)"; -export const PaletteCyan31 = "hsla(180, 55%, 31%, 100%)"; -export const PaletteCyan32 = "hsla(180, 55%, 32%, 100%)"; -export const PaletteCyan33 = "hsla(180, 55%, 33%, 100%)"; -export const PaletteCyan34 = "hsla(180, 55%, 34%, 100%)"; -export const PaletteCyan35 = "hsla(180, 55%, 35%, 100%)"; -export const PaletteCyan36 = "hsla(180, 55%, 36%, 100%)"; -export const PaletteCyan37 = "hsla(180, 55%, 37%, 100%)"; -export const PaletteCyan38 = "hsla(180, 55%, 38%, 100%)"; -export const PaletteCyan39 = "hsla(180, 55%, 39%, 100%)"; -export const PaletteCyan40 = "hsla(180, 55%, 40%, 100%)"; -export const PaletteCyan41 = "hsla(180, 55%, 41%, 100%)"; -export const PaletteCyan42 = "hsla(180, 55%, 42%, 100%)"; -export const PaletteCyan43 = "hsla(180, 55%, 43%, 100%)"; -export const PaletteCyan44 = "hsla(180, 55%, 44%, 100%)"; -export const PaletteCyan45 = "hsla(180, 55%, 45%, 100%)"; -export const PaletteCyan46 = "hsla(180, 55%, 46%, 100%)"; -export const PaletteCyan47 = "hsla(180, 55%, 47%, 100%)"; -export const PaletteCyan48 = "hsla(180, 55%, 48%, 100%)"; -export const PaletteCyan49 = "hsla(180, 55%, 49%, 100%)"; -export const PaletteCyan50 = "hsla(180, 55%, 50%, 100%)"; -export const PaletteCyan51 = "hsla(180, 55%, 51%, 100%)"; -export const PaletteCyan52 = "hsla(180, 55%, 52%, 100%)"; -export const PaletteCyan53 = "hsla(180, 55%, 53%, 100%)"; -export const PaletteCyan54 = "hsla(180, 55%, 54%, 100%)"; -export const PaletteCyan55 = "hsla(180, 55%, 55%, 100%)"; -export const PaletteCyan56 = "hsla(180, 55%, 56%, 100%)"; -export const PaletteCyan57 = "hsla(180, 55%, 57%, 100%)"; -export const PaletteCyan58 = "hsla(180, 55%, 58%, 100%)"; -export const PaletteCyan59 = "hsla(180, 55%, 59%, 100%)"; -export const PaletteCyan60 = "hsla(180, 55%, 60%, 100%)"; -export const PaletteCyan61 = "hsla(180, 55%, 61%, 100%)"; -export const PaletteCyan62 = "hsla(180, 55%, 62%, 100%)"; -export const PaletteCyan63 = "hsla(180, 55%, 63%, 100%)"; -export const PaletteCyan64 = "hsla(180, 55%, 64%, 100%)"; -export const PaletteCyan65 = "hsla(180, 55%, 65%, 100%)"; -export const PaletteCyan66 = "hsla(180, 55%, 66%, 100%)"; -export const PaletteCyan67 = "hsla(180, 55%, 67%, 100%)"; -export const PaletteCyan68 = "hsla(180, 55%, 68%, 100%)"; -export const PaletteCyan69 = "hsla(180, 55%, 69%, 100%)"; -export const PaletteCyan70 = "hsla(180, 55%, 70%, 100%)"; -export const PaletteCyan71 = "hsla(180, 55%, 71%, 100%)"; -export const PaletteCyan72 = "hsla(180, 55%, 72%, 100%)"; -export const PaletteCyan73 = "hsla(180, 55%, 73%, 100%)"; -export const PaletteCyan74 = "hsla(180, 55%, 74%, 100%)"; -export const PaletteCyan75 = "hsla(180, 55%, 75%, 100%)"; -export const PaletteCyan76 = "hsla(180, 55%, 76%, 100%)"; -export const PaletteCyan77 = "hsla(180, 55%, 77%, 100%)"; -export const PaletteCyan78 = "hsla(180, 55%, 78%, 100%)"; -export const PaletteCyan79 = "hsla(180, 55%, 79%, 100%)"; -export const PaletteCyan80 = "hsla(180, 55%, 80%, 100%)"; -export const PaletteCyan81 = "hsla(180, 55%, 81%, 100%)"; -export const PaletteCyan82 = "hsla(180, 55%, 82%, 100%)"; -export const PaletteCyan83 = "hsla(180, 55%, 83%, 100%)"; -export const PaletteCyan84 = "hsla(180, 55%, 84%, 100%)"; -export const PaletteCyan85 = "hsla(180, 55%, 85%, 100%)"; -export const PaletteCyan86 = "hsla(180, 55%, 86%, 100%)"; -export const PaletteCyan87 = "hsla(180, 55%, 87%, 100%)"; -export const PaletteCyan88 = "hsla(180, 55%, 88%, 100%)"; -export const PaletteCyan89 = "hsla(180, 55%, 89%, 100%)"; -export const PaletteCyan90 = "hsla(180, 55%, 90%, 100%)"; -export const PaletteCyan91 = "hsla(180, 55%, 91%, 100%)"; -export const PaletteCyan92 = "hsla(180, 55%, 92%, 100%)"; -export const PaletteCyan93 = "hsla(180, 55%, 93%, 100%)"; -export const PaletteCyan94 = "hsla(180, 55%, 94%, 100%)"; -export const PaletteCyan95 = "hsla(180, 55%, 95%, 100%)"; -export const PaletteCyan96 = "hsla(180, 55%, 96%, 100%)"; -export const PaletteCyan97 = "hsla(180, 55%, 97%, 100%)"; -export const PaletteCyan98 = "hsla(180, 55%, 98%, 100%)"; -export const PaletteCyan99 = "hsla(180, 55%, 99%, 100%)"; -export const PaletteCyan100 = "hsla(180, 55%, 100%, 100%)"; -export const PaletteCyan50A16 = "hsla(180, 55%, 50%, 0.16)"; -export const PaletteCyan50A32 = "hsla(180, 55%, 50%, 0.32)"; -export const PaletteCyanA32 = "rgba(57, 198, 198, 0.32)"; -export const PaletteCyanA16 = "rgba(57, 198, 198, 0.16)"; -export const PaletteGreen0 = "hsla(104, 64%, 0%, 100%)"; -export const PaletteGreen1 = "hsla(104, 64%, 1%, 100%)"; -export const PaletteGreen2 = "hsla(104, 64%, 2%, 100%)"; -export const PaletteGreen3 = "hsla(104, 64%, 3%, 100%)"; -export const PaletteGreen4 = "hsla(104, 64%, 4%, 100%)"; -export const PaletteGreen5 = "hsla(104, 64%, 5%, 100%)"; -export const PaletteGreen6 = "hsla(104, 64%, 6%, 100%)"; -export const PaletteGreen7 = "hsla(104, 64%, 7%, 100%)"; -export const PaletteGreen8 = "hsla(104, 64%, 8%, 100%)"; -export const PaletteGreen9 = "hsla(104, 64%, 9%, 100%)"; -export const PaletteGreen10 = "hsla(104, 64%, 10%, 100%)"; -export const PaletteGreen11 = "hsla(104, 64%, 11%, 100%)"; -export const PaletteGreen12 = "hsla(104, 64%, 12%, 100%)"; -export const PaletteGreen13 = "hsla(104, 64%, 13%, 100%)"; -export const PaletteGreen14 = "hsla(104, 64%, 14%, 100%)"; -export const PaletteGreen15 = "hsla(104, 64%, 15%, 100%)"; -export const PaletteGreen16 = "hsla(104, 64%, 16%, 100%)"; -export const PaletteGreen17 = "hsla(104, 64%, 17%, 100%)"; -export const PaletteGreen18 = "hsla(104, 64%, 18%, 100%)"; -export const PaletteGreen19 = "hsla(104, 64%, 19%, 100%)"; -export const PaletteGreen20 = "hsla(104, 64%, 20%, 100%)"; -export const PaletteGreen21 = "hsla(104, 64%, 21%, 100%)"; -export const PaletteGreen22 = "hsla(104, 64%, 22%, 100%)"; -export const PaletteGreen23 = "hsla(104, 64%, 23%, 100%)"; -export const PaletteGreen24 = "hsla(104, 64%, 24%, 100%)"; -export const PaletteGreen25 = "hsla(104, 64%, 25%, 100%)"; -export const PaletteGreen26 = "hsla(104, 64%, 26%, 100%)"; -export const PaletteGreen27 = "hsla(104, 64%, 27%, 100%)"; -export const PaletteGreen28 = "hsla(104, 64%, 28%, 100%)"; -export const PaletteGreen29 = "hsla(104, 64%, 29%, 100%)"; -export const PaletteGreen30 = "hsla(104, 64%, 30%, 100%)"; -export const PaletteGreen31 = "hsla(104, 64%, 31%, 100%)"; -export const PaletteGreen32 = "hsla(104, 64%, 32%, 100%)"; -export const PaletteGreen33 = "hsla(104, 64%, 33%, 100%)"; -export const PaletteGreen34 = "hsla(104, 64%, 34%, 100%)"; -export const PaletteGreen35 = "hsla(104, 64%, 35%, 100%)"; -export const PaletteGreen36 = "hsla(104, 64%, 36%, 100%)"; -export const PaletteGreen37 = "hsla(104, 64%, 37%, 100%)"; -export const PaletteGreen38 = "hsla(104, 64%, 38%, 100%)"; -export const PaletteGreen39 = "hsla(104, 64%, 39%, 100%)"; -export const PaletteGreen40 = "hsla(104, 64%, 40%, 100%)"; -export const PaletteGreen41 = "hsla(104, 64%, 41%, 100%)"; -export const PaletteGreen42 = "hsla(104, 64%, 42%, 100%)"; -export const PaletteGreen43 = "hsla(104, 64%, 43%, 100%)"; -export const PaletteGreen44 = "hsla(104, 64%, 44%, 100%)"; -export const PaletteGreen45 = "hsla(104, 64%, 45%, 100%)"; -export const PaletteGreen46 = "hsla(104, 64%, 46%, 100%)"; -export const PaletteGreen47 = "hsla(104, 64%, 47%, 100%)"; -export const PaletteGreen48 = "hsla(104, 64%, 48%, 100%)"; -export const PaletteGreen49 = "hsla(104, 64%, 49%, 100%)"; -export const PaletteGreen50 = "hsla(104, 64%, 50%, 100%)"; -export const PaletteGreen51 = "hsla(104, 64%, 51%, 100%)"; -export const PaletteGreen52 = "hsla(104, 64%, 52%, 100%)"; -export const PaletteGreen53 = "hsla(104, 64%, 53%, 100%)"; -export const PaletteGreen54 = "hsla(104, 64%, 54%, 100%)"; -export const PaletteGreen55 = "hsla(104, 64%, 55%, 100%)"; -export const PaletteGreen56 = "hsla(104, 64%, 56%, 100%)"; -export const PaletteGreen57 = "hsla(104, 64%, 57%, 100%)"; -export const PaletteGreen58 = "hsla(104, 64%, 58%, 100%)"; -export const PaletteGreen59 = "hsla(104, 64%, 59%, 100%)"; -export const PaletteGreen60 = "hsla(104, 64%, 60%, 100%)"; -export const PaletteGreen61 = "hsla(104, 64%, 61%, 100%)"; -export const PaletteGreen62 = "hsla(104, 64%, 62%, 100%)"; -export const PaletteGreen63 = "hsla(104, 64%, 63%, 100%)"; -export const PaletteGreen64 = "hsla(104, 64%, 64%, 100%)"; -export const PaletteGreen65 = "hsla(104, 64%, 65%, 100%)"; -export const PaletteGreen66 = "hsla(104, 64%, 66%, 100%)"; -export const PaletteGreen67 = "hsla(104, 64%, 67%, 100%)"; -export const PaletteGreen68 = "hsla(104, 64%, 68%, 100%)"; -export const PaletteGreen69 = "hsla(104, 64%, 69%, 100%)"; -export const PaletteGreen70 = "hsla(104, 64%, 70%, 100%)"; -export const PaletteGreen71 = "hsla(104, 64%, 71%, 100%)"; -export const PaletteGreen72 = "hsla(104, 64%, 72%, 100%)"; -export const PaletteGreen73 = "hsla(104, 64%, 73%, 100%)"; -export const PaletteGreen74 = "hsla(104, 64%, 74%, 100%)"; -export const PaletteGreen75 = "hsla(104, 64%, 75%, 100%)"; -export const PaletteGreen76 = "hsla(104, 64%, 76%, 100%)"; -export const PaletteGreen77 = "hsla(104, 64%, 77%, 100%)"; -export const PaletteGreen78 = "hsla(104, 64%, 78%, 100%)"; -export const PaletteGreen79 = "hsla(104, 64%, 79%, 100%)"; -export const PaletteGreen80 = "hsla(104, 64%, 80%, 100%)"; -export const PaletteGreen81 = "hsla(104, 64%, 81%, 100%)"; -export const PaletteGreen82 = "hsla(104, 64%, 82%, 100%)"; -export const PaletteGreen83 = "hsla(104, 64%, 83%, 100%)"; -export const PaletteGreen84 = "hsla(104, 64%, 84%, 100%)"; -export const PaletteGreen85 = "hsla(104, 64%, 85%, 100%)"; -export const PaletteGreen86 = "hsla(104, 64%, 86%, 100%)"; -export const PaletteGreen87 = "hsla(104, 64%, 87%, 100%)"; -export const PaletteGreen88 = "hsla(104, 64%, 88%, 100%)"; -export const PaletteGreen89 = "hsla(104, 64%, 89%, 100%)"; -export const PaletteGreen90 = "hsla(104, 64%, 90%, 100%)"; -export const PaletteGreen91 = "hsla(104, 64%, 91%, 100%)"; -export const PaletteGreen92 = "hsla(104, 64%, 92%, 100%)"; -export const PaletteGreen93 = "hsla(104, 64%, 93%, 100%)"; -export const PaletteGreen94 = "hsla(104, 64%, 94%, 100%)"; -export const PaletteGreen95 = "hsla(104, 64%, 95%, 100%)"; -export const PaletteGreen96 = "hsla(104, 64%, 96%, 100%)"; -export const PaletteGreen97 = "hsla(104, 64%, 97%, 100%)"; -export const PaletteGreen98 = "hsla(104, 64%, 98%, 100%)"; -export const PaletteGreen99 = "hsla(104, 64%, 99%, 100%)"; -export const PaletteGreen100 = "hsla(104, 64%, 100%, 100%)"; -export const PaletteGreen20S87A16 = "hsla(104, 87%, 20%, 16%)"; -export const PaletteGreen20S87A32 = "hsla(104, 87%, 20%, 32%)"; -export const PaletteGreenA16 = "rgba(7, 97, 50, 0.16)"; -export const PaletteGreenA32 = "rgba(7, 97, 50, 0.32)"; -export const PaletteGrey0 = "hsla(229, 15%, 0%, 100%)"; -export const PaletteGrey1 = "hsla(229, 15%, 1%, 100%)"; -export const PaletteGrey2 = "hsla(229, 15%, 2%, 100%)"; -export const PaletteGrey3 = "hsla(229, 15%, 3%, 100%)"; -export const PaletteGrey4 = "hsla(229, 15%, 4%, 100%)"; -export const PaletteGrey5 = "hsla(229, 15%, 5%, 100%)"; -export const PaletteGrey6 = "hsla(229, 15%, 6%, 100%)"; -export const PaletteGrey7 = "hsla(229, 15%, 7%, 100%)"; -export const PaletteGrey8 = "hsla(229, 15%, 8%, 100%)"; -export const PaletteGrey9 = "hsla(229, 15%, 9%, 100%)"; -export const PaletteGrey10 = "hsla(229, 15%, 10%, 100%)"; -export const PaletteGrey11 = "hsla(229, 15%, 11%, 100%)"; -export const PaletteGrey12 = "hsla(229, 15%, 12%, 100%)"; -export const PaletteGrey13 = "hsla(229, 15%, 13%, 100%)"; -export const PaletteGrey14 = "hsla(229, 15%, 14%, 100%)"; -export const PaletteGrey15 = "hsla(229, 15%, 15%, 100%)"; -export const PaletteGrey16 = "hsla(229, 15%, 16%, 100%)"; -export const PaletteGrey17 = "hsla(229, 15%, 17%, 100%)"; -export const PaletteGrey18 = "hsla(229, 15%, 18%, 100%)"; -export const PaletteGrey19 = "hsla(229, 15%, 19%, 100%)"; -export const PaletteGrey20 = "hsla(229, 15%, 20%, 100%)"; -export const PaletteGrey21 = "hsla(229, 15%, 21%, 100%)"; -export const PaletteGrey22 = "hsla(229, 15%, 22%, 100%)"; -export const PaletteGrey23 = "hsla(229, 15%, 23%, 100%)"; -export const PaletteGrey24 = "hsla(229, 15%, 24%, 100%)"; -export const PaletteGrey25 = "hsla(229, 15%, 25%, 100%)"; -export const PaletteGrey26 = "hsla(229, 15%, 26%, 100%)"; -export const PaletteGrey27 = "hsla(229, 15%, 27%, 100%)"; -export const PaletteGrey28 = "hsla(229, 15%, 28%, 100%)"; -export const PaletteGrey29 = "hsla(229, 15%, 29%, 100%)"; -export const PaletteGrey30 = "hsla(229, 15%, 30%, 100%)"; -export const PaletteGrey31 = "hsla(229, 15%, 31%, 100%)"; -export const PaletteGrey32 = "hsla(229, 15%, 32%, 100%)"; -export const PaletteGrey33 = "hsla(229, 15%, 33%, 100%)"; -export const PaletteGrey34 = "hsla(229, 15%, 34%, 100%)"; -export const PaletteGrey35 = "hsla(229, 15%, 35%, 100%)"; -export const PaletteGrey36 = "hsla(229, 15%, 36%, 100%)"; -export const PaletteGrey37 = "hsla(229, 15%, 37%, 100%)"; -export const PaletteGrey38 = "hsla(229, 15%, 38%, 100%)"; -export const PaletteGrey39 = "hsla(229, 15%, 39%, 100%)"; -export const PaletteGrey40 = "hsla(229, 15%, 40%, 100%)"; -export const PaletteGrey41 = "hsla(229, 15%, 41%, 100%)"; -export const PaletteGrey42 = "hsla(229, 15%, 42%, 100%)"; -export const PaletteGrey43 = "hsla(229, 15%, 43%, 100%)"; -export const PaletteGrey44 = "hsla(229, 15%, 44%, 100%)"; -export const PaletteGrey45 = "hsla(229, 15%, 45%, 100%)"; -export const PaletteGrey46 = "hsla(229, 15%, 46%, 100%)"; -export const PaletteGrey47 = "hsla(229, 15%, 47%, 100%)"; -export const PaletteGrey48 = "hsla(229, 15%, 48%, 100%)"; -export const PaletteGrey49 = "hsla(229, 15%, 49%, 100%)"; -export const PaletteGrey50 = "hsla(229, 15%, 50%, 100%)"; -export const PaletteGrey51 = "hsla(229, 15%, 51%, 100%)"; -export const PaletteGrey52 = "hsla(229, 15%, 52%, 100%)"; -export const PaletteGrey53 = "hsla(229, 15%, 53%, 100%)"; -export const PaletteGrey54 = "hsla(229, 15%, 54%, 100%)"; -export const PaletteGrey55 = "hsla(229, 15%, 55%, 100%)"; -export const PaletteGrey56 = "hsla(229, 15%, 56%, 100%)"; -export const PaletteGrey57 = "hsla(229, 15%, 57%, 100%)"; -export const PaletteGrey58 = "hsla(229, 15%, 58%, 100%)"; -export const PaletteGrey59 = "hsla(229, 15%, 59%, 100%)"; -export const PaletteGrey60 = "hsla(229, 15%, 60%, 100%)"; -export const PaletteGrey61 = "hsla(229, 15%, 61%, 100%)"; -export const PaletteGrey62 = "hsla(229, 15%, 62%, 100%)"; -export const PaletteGrey63 = "hsla(229, 15%, 63%, 100%)"; -export const PaletteGrey64 = "hsla(229, 15%, 64%, 100%)"; -export const PaletteGrey65 = "hsla(229, 15%, 65%, 100%)"; -export const PaletteGrey66 = "hsla(229, 15%, 66%, 100%)"; -export const PaletteGrey67 = "hsla(229, 15%, 67%, 100%)"; -export const PaletteGrey68 = "hsla(229, 15%, 68%, 100%)"; -export const PaletteGrey69 = "hsla(229, 15%, 69%, 100%)"; -export const PaletteGrey70 = "hsla(229, 15%, 70%, 100%)"; -export const PaletteGrey71 = "hsla(229, 15%, 71%, 100%)"; -export const PaletteGrey72 = "hsla(229, 15%, 72%, 100%)"; -export const PaletteGrey73 = "hsla(229, 15%, 73%, 100%)"; -export const PaletteGrey74 = "hsla(229, 15%, 74%, 100%)"; -export const PaletteGrey75 = "hsla(229, 15%, 75%, 100%)"; -export const PaletteGrey76 = "hsla(229, 15%, 76%, 100%)"; -export const PaletteGrey77 = "hsla(229, 15%, 77%, 100%)"; -export const PaletteGrey78 = "hsla(229, 15%, 78%, 100%)"; -export const PaletteGrey79 = "hsla(229, 15%, 79%, 100%)"; -export const PaletteGrey80 = "hsla(229, 15%, 80%, 100%)"; -export const PaletteGrey81 = "hsla(229, 15%, 81%, 100%)"; -export const PaletteGrey82 = "hsla(229, 15%, 82%, 100%)"; -export const PaletteGrey83 = "hsla(229, 15%, 83%, 100%)"; -export const PaletteGrey84 = "hsla(229, 15%, 84%, 100%)"; -export const PaletteGrey85 = "hsla(229, 15%, 85%, 100%)"; -export const PaletteGrey86 = "hsla(229, 15%, 86%, 100%)"; -export const PaletteGrey87 = "hsla(229, 15%, 87%, 100%)"; -export const PaletteGrey88 = "hsla(229, 15%, 88%, 100%)"; -export const PaletteGrey89 = "hsla(229, 15%, 89%, 100%)"; -export const PaletteGrey90 = "hsla(229, 15%, 90%, 100%)"; -export const PaletteGrey91 = "hsla(229, 15%, 91%, 100%)"; -export const PaletteGrey92 = "hsla(229, 15%, 92%, 100%)"; -export const PaletteGrey93 = "hsla(229, 15%, 93%, 100%)"; -export const PaletteGrey94 = "hsla(229, 15%, 94%, 100%)"; -export const PaletteGrey95 = "hsla(229, 15%, 95%, 100%)"; -export const PaletteGrey96 = "hsla(229, 15%, 96%, 100%)"; -export const PaletteGrey97 = "hsla(229, 15%, 97%, 100%)"; -export const PaletteGrey98 = "hsla(229, 15%, 98%, 100%)"; -export const PaletteGrey99 = "hsla(229, 15%, 99%, 100%)"; -export const PaletteGrey100 = "hsla(229, 15%, 100%, 100%)"; -export const PaletteGrey6A3 = "hsla(229, 15%, 6%, 3%)"; -export const PaletteGrey6A6 = "hsla(229, 15%, 6%, 6%)"; -export const PaletteGrey6A12 = "hsla(229, 15%, 6%, 12%)"; -export const PaletteGrey6A24 = "hsla(229, 15%, 6%, 24%)"; -export const PaletteGrey6A64 = "hsla(229, 15%, 6%, 64%)"; -export const PaletteGrey6A88 = "hsla(229, 15%, 6%, 88%)"; -export const PaletteGrey12A80 = "hsla(229, 15%, 12%, 80%)"; -export const PaletteGrey15A32 = "hsla(229, 15%, 15%, 32%)"; -export const PaletteGrey20A32 = "hsla(229, 15%, 20%, 32%)"; -export const PaletteGrey20A55 = "hsla(229, 15%, 20%, 55%)"; -export const PaletteGrey50A8 = "hsla(229, 15%, 50%, 8%)"; -export const PaletteGrey50A16 = "hsla(229, 15%, 50%, 16%)"; -export const PaletteGrey50A24 = "hsla(229, 15%, 50%, 24%)"; -export const PaletteGrey50A32 = "hsla(229, 15%, 50%, 32%)"; -export const PaletteGrey50A48 = "hsla(229, 15%, 50%, 48%)"; -export const PaletteGrey50A52 = "hsla(229, 15%, 50%, 52%)"; -export const PaletteGrey85S100A15 = "hsla(229, 100%, 85%, 15%)"; -export const PaletteGrey99A88 = "hsla(229, 15%, 99%, 88%)"; -export const PaletteGrey100A52 = "hsla(229, 15%, 100%, 52%)"; -export const PaletteGrey100A72 = "hsla(229, 15%, 100%, 72%)"; -export const PaletteGrey100A90 = "hsla(229, 15%, 100%, 100%)"; -export const PaletteGreyA8 = "hsla(229, 15%, 50%, 8%)"; -export const PaletteGreyA15L85 = "hsla(229, 100%, 85%, 15%)"; -export const PaletteGreyA16 = "hsla(229, 15%, 50%, 16%)"; -export const PaletteGreyA24 = "hsla(229, 15%, 6%, 24%)"; -export const PaletteGreyA32 = "hsla(229, 15%, 20%, 32%)"; -export const PaletteGreyA32L50 = "hsla(229, 15%, 50%, 32%)"; -export const PaletteGreyA48 = "hsla(229, 15%, 50%, 48%)"; -export const PaletteGreyA64L6 = "hsla(229, 15%, 6%, 64%)"; -export const PaletteGreyA88 = "hsla(229, 15%, 99%, 88%)"; -export const PaletteGreyA88L6 = "hsla(229, 15%, 6%, 88%)"; -export const PaletteGreyA80L12 = "hsla(229, 15%, 12%, 80%)"; -export const PalettePurple0 = "hsla(277, 72%, 0%, 100%)"; -export const PalettePurple1 = "hsla(277, 72%, 1%, 100%)"; -export const PalettePurple2 = "hsla(277, 72%, 2%, 100%)"; -export const PalettePurple3 = "hsla(277, 72%, 3%, 100%)"; -export const PalettePurple4 = "hsla(277, 72%, 4%, 100%)"; -export const PalettePurple5 = "hsla(277, 72%, 5%, 100%)"; -export const PalettePurple6 = "hsla(277, 72%, 6%, 100%)"; -export const PalettePurple7 = "hsla(277, 72%, 7%, 100%)"; -export const PalettePurple8 = "hsla(277, 72%, 8%, 100%)"; -export const PalettePurple9 = "hsla(277, 72%, 9%, 100%)"; -export const PalettePurple10 = "hsla(277, 72%, 10%, 100%)"; -export const PalettePurple11 = "hsla(277, 72%, 11%, 100%)"; -export const PalettePurple12 = "hsla(277, 72%, 12%, 100%)"; -export const PalettePurple13 = "hsla(277, 72%, 13%, 100%)"; -export const PalettePurple14 = "hsla(277, 72%, 14%, 100%)"; -export const PalettePurple15 = "hsla(277, 72%, 15%, 100%)"; -export const PalettePurple16 = "hsla(277, 72%, 16%, 100%)"; -export const PalettePurple17 = "hsla(277, 72%, 17%, 100%)"; -export const PalettePurple18 = "hsla(277, 72%, 18%, 100%)"; -export const PalettePurple19 = "hsla(277, 72%, 19%, 100%)"; -export const PalettePurple20 = "hsla(277, 72%, 20%, 100%)"; -export const PalettePurple21 = "hsla(277, 72%, 21%, 100%)"; -export const PalettePurple22 = "hsla(277, 72%, 22%, 100%)"; -export const PalettePurple23 = "hsla(277, 72%, 23%, 100%)"; -export const PalettePurple24 = "hsla(277, 72%, 24%, 100%)"; -export const PalettePurple25 = "hsla(277, 72%, 25%, 100%)"; -export const PalettePurple26 = "hsla(277, 72%, 26%, 100%)"; -export const PalettePurple27 = "hsla(277, 72%, 27%, 100%)"; -export const PalettePurple28 = "hsla(277, 72%, 28%, 100%)"; -export const PalettePurple29 = "hsla(277, 72%, 29%, 100%)"; -export const PalettePurple30 = "hsla(277, 72%, 30%, 100%)"; -export const PalettePurple31 = "hsla(277, 72%, 31%, 100%)"; -export const PalettePurple32 = "hsla(277, 72%, 32%, 100%)"; -export const PalettePurple33 = "hsla(277, 72%, 33%, 100%)"; -export const PalettePurple34 = "hsla(277, 72%, 34%, 100%)"; -export const PalettePurple35 = "hsla(277, 72%, 35%, 100%)"; -export const PalettePurple36 = "hsla(277, 72%, 36%, 100%)"; -export const PalettePurple37 = "hsla(277, 72%, 37%, 100%)"; -export const PalettePurple38 = "hsla(277, 72%, 38%, 100%)"; -export const PalettePurple39 = "hsla(277, 72%, 39%, 100%)"; -export const PalettePurple40 = "hsla(277, 72%, 40%, 100%)"; -export const PalettePurple41 = "hsla(277, 72%, 41%, 100%)"; -export const PalettePurple42 = "hsla(277, 72%, 42%, 100%)"; -export const PalettePurple43 = "hsla(277, 72%, 43%, 100%)"; -export const PalettePurple44 = "hsla(277, 72%, 44%, 100%)"; -export const PalettePurple45 = "hsla(277, 72%, 45%, 100%)"; -export const PalettePurple46 = "hsla(277, 72%, 46%, 100%)"; -export const PalettePurple47 = "hsla(277, 72%, 47%, 100%)"; -export const PalettePurple48 = "hsla(277, 72%, 48%, 100%)"; -export const PalettePurple49 = "hsla(277, 72%, 49%, 100%)"; -export const PalettePurple50 = "hsla(277, 72%, 50%, 100%)"; -export const PalettePurple51 = "hsla(277, 72%, 51%, 100%)"; -export const PalettePurple52 = "hsla(277, 72%, 52%, 100%)"; -export const PalettePurple53 = "hsla(277, 72%, 53%, 100%)"; -export const PalettePurple54 = "hsla(277, 72%, 54%, 100%)"; -export const PalettePurple55 = "hsla(277, 72%, 55%, 100%)"; -export const PalettePurple56 = "hsla(277, 72%, 56%, 100%)"; -export const PalettePurple57 = "hsla(277, 72%, 57%, 100%)"; -export const PalettePurple58 = "hsla(277, 72%, 58%, 100%)"; -export const PalettePurple59 = "hsla(277, 72%, 59%, 100%)"; -export const PalettePurple60 = "hsla(277, 72%, 60%, 100%)"; -export const PalettePurple61 = "hsla(277, 72%, 61%, 100%)"; -export const PalettePurple62 = "hsla(277, 72%, 62%, 100%)"; -export const PalettePurple63 = "hsla(277, 72%, 63%, 100%)"; -export const PalettePurple64 = "hsla(277, 72%, 64%, 100%)"; -export const PalettePurple65 = "hsla(277, 72%, 65%, 100%)"; -export const PalettePurple66 = "hsla(277, 72%, 66%, 100%)"; -export const PalettePurple67 = "hsla(277, 72%, 67%, 100%)"; -export const PalettePurple68 = "hsla(277, 72%, 68%, 100%)"; -export const PalettePurple69 = "hsla(277, 72%, 69%, 100%)"; -export const PalettePurple70 = "hsla(277, 72%, 70%, 100%)"; -export const PalettePurple71 = "hsla(277, 72%, 71%, 100%)"; -export const PalettePurple72 = "hsla(277, 72%, 72%, 100%)"; -export const PalettePurple73 = "hsla(277, 72%, 73%, 100%)"; -export const PalettePurple74 = "hsla(277, 72%, 74%, 100%)"; -export const PalettePurple75 = "hsla(277, 72%, 75%, 100%)"; -export const PalettePurple76 = "hsla(277, 72%, 76%, 100%)"; -export const PalettePurple77 = "hsla(277, 72%, 77%, 100%)"; -export const PalettePurple78 = "hsla(277, 72%, 78%, 100%)"; -export const PalettePurple79 = "hsla(277, 72%, 79%, 100%)"; -export const PalettePurple80 = "hsla(277, 72%, 80%, 100%)"; -export const PalettePurple81 = "hsla(277, 72%, 81%, 100%)"; -export const PalettePurple82 = "hsla(277, 72%, 82%, 100%)"; -export const PalettePurple83 = "hsla(277, 72%, 83%, 100%)"; -export const PalettePurple84 = "hsla(277, 72%, 84%, 100%)"; -export const PalettePurple85 = "hsla(277, 72%, 85%, 100%)"; -export const PalettePurple86 = "hsla(277, 72%, 86%, 100%)"; -export const PalettePurple87 = "hsla(277, 72%, 87%, 100%)"; -export const PalettePurple88 = "hsla(277, 72%, 88%, 100%)"; -export const PalettePurple89 = "hsla(277, 72%, 89%, 100%)"; -export const PalettePurple90 = "hsla(277, 72%, 90%, 100%)"; -export const PalettePurple91 = "hsla(277, 72%, 91%, 100%)"; -export const PalettePurple92 = "hsla(277, 72%, 92%, 100%)"; -export const PalettePurple93 = "hsla(277, 72%, 93%, 100%)"; -export const PalettePurple94 = "hsla(277, 72%, 94%, 100%)"; -export const PalettePurple95 = "hsla(277, 72%, 95%, 100%)"; -export const PalettePurple96 = "hsla(277, 72%, 96%, 100%)"; -export const PalettePurple97 = "hsla(277, 72%, 97%, 100%)"; -export const PalettePurple98 = "hsla(277, 72%, 98%, 100%)"; -export const PalettePurple99 = "hsla(277, 72%, 99%, 100%)"; -export const PalettePurple100 = "hsla(277, 72%, 100%, 100%)"; -export const PalettePurple50A16 = "rgba(149, 36, 219, 0.16)"; -export const PalettePurple50A32 = "rgba(149, 36, 219, 0.32)"; -export const PalettePurpleA16 = "rgba(149, 36, 219, 0.16)"; -export const PalettePurpleA32 = "rgba(149, 36, 219, 0.32)"; -export const PaletteRed0 = "hsla(7, 97%, 0%, 100%)"; -export const PaletteRed1 = "hsla(7, 97%, 1%, 100%)"; -export const PaletteRed2 = "hsla(7, 97%, 2%, 100%)"; -export const PaletteRed3 = "hsla(7, 97%, 3%, 100%)"; -export const PaletteRed4 = "hsla(7, 97%, 4%, 100%)"; -export const PaletteRed5 = "hsla(7, 97%, 5%, 100%)"; -export const PaletteRed6 = "hsla(7, 97%, 6%, 100%)"; -export const PaletteRed7 = "hsla(7, 97%, 7%, 100%)"; -export const PaletteRed8 = "hsla(7, 97%, 8%, 100%)"; -export const PaletteRed9 = "hsla(7, 97%, 9%, 100%)"; -export const PaletteRed10 = "hsla(7, 97%, 10%, 100%)"; -export const PaletteRed11 = "hsla(7, 97%, 11%, 100%)"; -export const PaletteRed12 = "hsla(7, 97%, 12%, 100%)"; -export const PaletteRed13 = "hsla(7, 97%, 13%, 100%)"; -export const PaletteRed14 = "hsla(7, 97%, 14%, 100%)"; -export const PaletteRed15 = "hsla(7, 97%, 15%, 100%)"; -export const PaletteRed16 = "hsla(7, 97%, 16%, 100%)"; -export const PaletteRed17 = "hsla(7, 97%, 17%, 100%)"; -export const PaletteRed18 = "hsla(7, 97%, 18%, 100%)"; -export const PaletteRed19 = "hsla(7, 97%, 19%, 100%)"; -export const PaletteRed20 = "hsla(7, 97%, 20%, 100%)"; -export const PaletteRed21 = "hsla(7, 97%, 21%, 100%)"; -export const PaletteRed22 = "hsla(7, 97%, 22%, 100%)"; -export const PaletteRed23 = "hsla(7, 97%, 23%, 100%)"; -export const PaletteRed24 = "hsla(7, 97%, 24%, 100%)"; -export const PaletteRed25 = "hsla(7, 97%, 25%, 100%)"; -export const PaletteRed26 = "hsla(7, 97%, 26%, 100%)"; -export const PaletteRed27 = "hsla(7, 97%, 27%, 100%)"; -export const PaletteRed28 = "hsla(7, 97%, 28%, 100%)"; -export const PaletteRed29 = "hsla(7, 97%, 29%, 100%)"; -export const PaletteRed30 = "hsla(7, 97%, 30%, 100%)"; -export const PaletteRed31 = "hsla(7, 97%, 31%, 100%)"; -export const PaletteRed32 = "hsla(7, 97%, 32%, 100%)"; -export const PaletteRed33 = "hsla(7, 97%, 33%, 100%)"; -export const PaletteRed34 = "hsla(7, 97%, 34%, 100%)"; -export const PaletteRed35 = "hsla(7, 97%, 35%, 100%)"; -export const PaletteRed36 = "hsla(7, 97%, 36%, 100%)"; -export const PaletteRed37 = "hsla(7, 97%, 37%, 100%)"; -export const PaletteRed38 = "hsla(7, 97%, 38%, 100%)"; -export const PaletteRed39 = "hsla(7, 97%, 39%, 100%)"; -export const PaletteRed40 = "hsla(7, 97%, 40%, 100%)"; -export const PaletteRed41 = "hsla(7, 97%, 41%, 100%)"; -export const PaletteRed42 = "hsla(7, 97%, 42%, 100%)"; -export const PaletteRed43 = "hsla(7, 97%, 43%, 100%)"; -export const PaletteRed44 = "hsla(7, 97%, 44%, 100%)"; -export const PaletteRed45 = "hsla(7, 97%, 45%, 100%)"; -export const PaletteRed46 = "hsla(7, 97%, 46%, 100%)"; -export const PaletteRed47 = "hsla(7, 97%, 47%, 100%)"; -export const PaletteRed48 = "hsla(7, 97%, 48%, 100%)"; -export const PaletteRed49 = "hsla(7, 97%, 49%, 100%)"; -export const PaletteRed50 = "hsla(7, 97%, 50%, 100%)"; -export const PaletteRed51 = "hsla(7, 97%, 51%, 100%)"; -export const PaletteRed52 = "hsla(7, 97%, 52%, 100%)"; -export const PaletteRed53 = "hsla(7, 97%, 53%, 100%)"; -export const PaletteRed54 = "hsla(7, 97%, 54%, 100%)"; -export const PaletteRed55 = "hsla(7, 97%, 55%, 100%)"; -export const PaletteRed56 = "hsla(7, 97%, 56%, 100%)"; -export const PaletteRed57 = "hsla(7, 97%, 57%, 100%)"; -export const PaletteRed58 = "hsla(7, 97%, 58%, 100%)"; -export const PaletteRed59 = "hsla(7, 97%, 59%, 100%)"; -export const PaletteRed60 = "hsla(7, 97%, 60%, 100%)"; -export const PaletteRed61 = "hsla(7, 97%, 61%, 100%)"; -export const PaletteRed62 = "hsla(7, 97%, 62%, 100%)"; -export const PaletteRed63 = "hsla(7, 97%, 63%, 100%)"; -export const PaletteRed64 = "hsla(7, 97%, 64%, 100%)"; -export const PaletteRed65 = "hsla(7, 97%, 65%, 100%)"; -export const PaletteRed66 = "hsla(7, 97%, 66%, 100%)"; -export const PaletteRed67 = "hsla(7, 97%, 67%, 100%)"; -export const PaletteRed68 = "hsla(7, 97%, 68%, 100%)"; -export const PaletteRed69 = "hsla(7, 97%, 69%, 100%)"; -export const PaletteRed70 = "hsla(7, 97%, 70%, 100%)"; -export const PaletteRed71 = "hsla(7, 97%, 71%, 100%)"; -export const PaletteRed72 = "hsla(7, 97%, 72%, 100%)"; -export const PaletteRed73 = "hsla(7, 97%, 73%, 100%)"; -export const PaletteRed74 = "hsla(7, 97%, 74%, 100%)"; -export const PaletteRed75 = "hsla(7, 97%, 75%, 100%)"; -export const PaletteRed76 = "hsla(7, 97%, 76%, 100%)"; -export const PaletteRed77 = "hsla(7, 97%, 77%, 100%)"; -export const PaletteRed78 = "hsla(7, 97%, 78%, 100%)"; -export const PaletteRed79 = "hsla(7, 97%, 79%, 100%)"; -export const PaletteRed80 = "hsla(7, 97%, 80%, 100%)"; -export const PaletteRed81 = "hsla(7, 97%, 81%, 100%)"; -export const PaletteRed82 = "hsla(7, 97%, 82%, 100%)"; -export const PaletteRed83 = "hsla(7, 97%, 83%, 100%)"; -export const PaletteRed84 = "hsla(7, 97%, 84%, 100%)"; -export const PaletteRed85 = "hsla(7, 97%, 85%, 100%)"; -export const PaletteRed86 = "hsla(7, 97%, 86%, 100%)"; -export const PaletteRed87 = "hsla(7, 97%, 87%, 100%)"; -export const PaletteRed88 = "hsla(7, 97%, 88%, 100%)"; -export const PaletteRed89 = "hsla(7, 97%, 89%, 100%)"; -export const PaletteRed90 = "hsla(7, 97%, 90%, 100%)"; -export const PaletteRed91 = "hsla(7, 97%, 91%, 100%)"; -export const PaletteRed92 = "hsla(7, 97%, 92%, 100%)"; -export const PaletteRed93 = "hsla(7, 97%, 93%, 100%)"; -export const PaletteRed94 = "hsla(7, 97%, 94%, 100%)"; -export const PaletteRed95 = "hsla(7, 97%, 95%, 100%)"; -export const PaletteRed96 = "hsla(7, 97%, 96%, 100%)"; -export const PaletteRed97 = "hsla(7, 97%, 97%, 100%)"; -export const PaletteRed98 = "hsla(7, 97%, 98%, 100%)"; -export const PaletteRed99 = "hsla(7, 97%, 99%, 100%)"; -export const PaletteRed100 = "hsla(7, 97%, 100%, 100%)"; -export const PaletteRed5A8 = "hsla(7, 97%, 5%, 8%)"; -export const PaletteRed5A16 = "hsla(7, 97%, 5%, 16%)"; -export const PaletteRed50A8 = "hsla(7, 97%, 50%, 8%)"; -export const PaletteRed50A16 = "hsla(7, 97%, 50%, 16%)"; -export const PaletteRed51S69 = "hsla(7, 69%, 51%, 100%)"; -export const PaletteRed60A55 = "hsla(7, 97%, 60%, 55%)"; -export const PaletteRedA8 = "hsla(7, 97%, 5%, 8%)"; -export const PaletteRedA8L50 = "hsla(7, 97%, 50%, 8%)"; -export const PaletteRedA16 = "hsla(7, 97%, 5%, 16%)"; -export const PaletteRedA16L50 = "hsla(7, 97%, 50%, 16%)"; -export const PaletteRedA24 = "rgba(240, 10, 25, 0.24)"; -export const PaletteRedA32 = "rgba(240, 10, 25, 0.32)"; -export const PaletteRedA48 = "rgba(240, 10, 25, 0.48)"; -export const PaletteWhiteDefault = "hsla(0, 0%, 100%, 100%)"; -export const PaletteWhiteDefaultA15 = "hsla(0, 0%, 100%, 15%)"; -export const PaletteWhiteDefaultA64 = "hsla(0, 0%, 100%, 64%)"; -export const PaletteWhiteDefaultA72 = "hsla(0, 0%, 100%, 72%)"; -export const PaletteWhiteA72 = "hsla(0, 0%, 100%, 72%)"; -export const PaletteYellow0 = "hsla(38, 100%, 0%, 100%)"; -export const PaletteYellow1 = "hsla(38, 100%, 1%, 100%)"; -export const PaletteYellow2 = "hsla(38, 100%, 2%, 100%)"; -export const PaletteYellow3 = "hsla(38, 100%, 3%, 100%)"; -export const PaletteYellow4 = "hsla(38, 100%, 4%, 100%)"; -export const PaletteYellow5 = "hsla(38, 100%, 5%, 100%)"; -export const PaletteYellow6 = "hsla(38, 100%, 6%, 100%)"; -export const PaletteYellow7 = "hsla(38, 100%, 7%, 100%)"; -export const PaletteYellow8 = "hsla(38, 100%, 8%, 100%)"; -export const PaletteYellow9 = "hsla(38, 100%, 9%, 100%)"; -export const PaletteYellow10 = "hsla(38, 100%, 10%, 100%)"; -export const PaletteYellow11 = "hsla(38, 100%, 11%, 100%)"; -export const PaletteYellow12 = "hsla(38, 100%, 12%, 100%)"; -export const PaletteYellow13 = "hsla(38, 100%, 13%, 100%)"; -export const PaletteYellow14 = "hsla(38, 100%, 14%, 100%)"; -export const PaletteYellow15 = "hsla(38, 100%, 15%, 100%)"; -export const PaletteYellow16 = "hsla(38, 100%, 16%, 100%)"; -export const PaletteYellow17 = "hsla(38, 100%, 17%, 100%)"; -export const PaletteYellow18 = "hsla(38, 100%, 18%, 100%)"; -export const PaletteYellow19 = "hsla(38, 100%, 19%, 100%)"; -export const PaletteYellow20 = "hsla(38, 100%, 20%, 100%)"; -export const PaletteYellow21 = "hsla(38, 100%, 21%, 100%)"; -export const PaletteYellow22 = "hsla(38, 100%, 22%, 100%)"; -export const PaletteYellow23 = "hsla(38, 100%, 23%, 100%)"; -export const PaletteYellow24 = "hsla(38, 100%, 24%, 100%)"; -export const PaletteYellow25 = "hsla(38, 100%, 25%, 100%)"; -export const PaletteYellow26 = "hsla(38, 100%, 26%, 100%)"; -export const PaletteYellow27 = "hsla(38, 100%, 27%, 100%)"; -export const PaletteYellow28 = "hsla(38, 100%, 28%, 100%)"; -export const PaletteYellow29 = "hsla(38, 100%, 29%, 100%)"; -export const PaletteYellow30 = "hsla(38, 100%, 30%, 100%)"; -export const PaletteYellow31 = "hsla(38, 100%, 31%, 100%)"; -export const PaletteYellow32 = "hsla(38, 100%, 32%, 100%)"; -export const PaletteYellow33 = "hsla(38, 100%, 33%, 100%)"; -export const PaletteYellow34 = "hsla(38, 100%, 34%, 100%)"; -export const PaletteYellow35 = "hsla(38, 100%, 35%, 100%)"; -export const PaletteYellow36 = "hsla(38, 100%, 36%, 100%)"; -export const PaletteYellow37 = "hsla(38, 100%, 37%, 100%)"; -export const PaletteYellow38 = "hsla(38, 100%, 38%, 100%)"; -export const PaletteYellow39 = "hsla(38, 100%, 39%, 100%)"; -export const PaletteYellow40 = "hsla(38, 100%, 40%, 100%)"; -export const PaletteYellow41 = "hsla(38, 100%, 41%, 100%)"; -export const PaletteYellow42 = "hsla(38, 100%, 42%, 100%)"; -export const PaletteYellow43 = "hsla(38, 100%, 43%, 100%)"; -export const PaletteYellow44 = "hsla(38, 100%, 44%, 100%)"; -export const PaletteYellow45 = "hsla(38, 100%, 45%, 100%)"; -export const PaletteYellow46 = "hsla(38, 100%, 46%, 100%)"; -export const PaletteYellow47 = "hsla(38, 100%, 47%, 100%)"; -export const PaletteYellow48 = "hsla(38, 100%, 48%, 100%)"; -export const PaletteYellow49 = "hsla(38, 100%, 49%, 100%)"; -export const PaletteYellow50 = "hsla(38, 100%, 50%, 100%)"; -export const PaletteYellow51 = "hsla(38, 100%, 51%, 100%)"; -export const PaletteYellow52 = "hsla(38, 100%, 52%, 100%)"; -export const PaletteYellow53 = "hsla(38, 100%, 53%, 100%)"; -export const PaletteYellow54 = "hsla(38, 100%, 54%, 100%)"; -export const PaletteYellow55 = "hsla(38, 100%, 55%, 100%)"; -export const PaletteYellow56 = "hsla(38, 100%, 56%, 100%)"; -export const PaletteYellow57 = "hsla(38, 100%, 57%, 100%)"; -export const PaletteYellow58 = "hsla(38, 100%, 58%, 100%)"; -export const PaletteYellow59 = "hsla(38, 100%, 59%, 100%)"; -export const PaletteYellow60 = "hsla(38, 100%, 60%, 100%)"; -export const PaletteYellow61 = "hsla(38, 100%, 61%, 100%)"; -export const PaletteYellow62 = "hsla(38, 100%, 62%, 100%)"; -export const PaletteYellow63 = "hsla(38, 100%, 63%, 100%)"; -export const PaletteYellow64 = "hsla(38, 100%, 64%, 100%)"; -export const PaletteYellow65 = "hsla(38, 100%, 65%, 100%)"; -export const PaletteYellow66 = "hsla(38, 100%, 66%, 100%)"; -export const PaletteYellow67 = "hsla(38, 100%, 67%, 100%)"; -export const PaletteYellow68 = "hsla(38, 100%, 68%, 100%)"; -export const PaletteYellow69 = "hsla(38, 100%, 69%, 100%)"; -export const PaletteYellow70 = "hsla(38, 100%, 70%, 100%)"; -export const PaletteYellow71 = "hsla(38, 100%, 71%, 100%)"; -export const PaletteYellow72 = "hsla(38, 100%, 72%, 100%)"; -export const PaletteYellow73 = "hsla(38, 100%, 73%, 100%)"; -export const PaletteYellow74 = "hsla(38, 100%, 74%, 100%)"; -export const PaletteYellow75 = "hsla(38, 100%, 75%, 100%)"; -export const PaletteYellow76 = "hsla(38, 100%, 76%, 100%)"; -export const PaletteYellow77 = "hsla(38, 100%, 77%, 100%)"; -export const PaletteYellow78 = "hsla(38, 100%, 78%, 100%)"; -export const PaletteYellow79 = "hsla(38, 100%, 79%, 100%)"; -export const PaletteYellow80 = "hsla(38, 100%, 80%, 100%)"; -export const PaletteYellow81 = "hsla(38, 100%, 81%, 100%)"; -export const PaletteYellow82 = "hsla(38, 100%, 82%, 100%)"; -export const PaletteYellow83 = "hsla(38, 100%, 83%, 100%)"; -export const PaletteYellow84 = "hsla(38, 100%, 84%, 100%)"; -export const PaletteYellow85 = "hsla(38, 100%, 85%, 100%)"; -export const PaletteYellow86 = "hsla(38, 100%, 86%, 100%)"; -export const PaletteYellow87 = "hsla(38, 100%, 87%, 100%)"; -export const PaletteYellow88 = "hsla(38, 100%, 88%, 100%)"; -export const PaletteYellow89 = "hsla(38, 100%, 89%, 100%)"; -export const PaletteYellow90 = "hsla(38, 100%, 90%, 100%)"; -export const PaletteYellow91 = "hsla(38, 100%, 91%, 100%)"; -export const PaletteYellow92 = "hsla(38, 100%, 92%, 100%)"; -export const PaletteYellow93 = "hsla(38, 100%, 93%, 100%)"; -export const PaletteYellow94 = "hsla(38, 100%, 94%, 100%)"; -export const PaletteYellow95 = "hsla(38, 100%, 95%, 100%)"; -export const PaletteYellow96 = "hsla(38, 100%, 96%, 100%)"; -export const PaletteYellow97 = "hsla(38, 100%, 97%, 100%)"; -export const PaletteYellow98 = "hsla(38, 100%, 98%, 100%)"; -export const PaletteYellow99 = "hsla(38, 100%, 99%, 100%)"; -export const PaletteYellow100 = "hsla(38, 100%, 100%, 100%)"; -export const PaletteYellow48A16 = "hsla(38, 100%, 48%, 16%)"; -export const PaletteYellow48A32 = "hsla(38, 100%, 48%, 32%)"; -export const PaletteYellowA16 = "hsla(38, 100%, 48%, 16%)"; -export const PaletteYellowA32 = "hsla(38, 100%, 48%, 32%)"; -export const ShadowLightOverflowCompactTop = " 0px -1px 0px 0px hsla(229, 15%, 6%, 12%)"; -export const ShadowLightOverflowCompactRight = " 1px 0px 0px 0px hsla(229, 15%, 6%, 12%)"; -export const ShadowLightOverflowCompactBottom = " 0px 1px 0px 0px hsla(229, 15%, 6%, 12%)"; -export const ShadowLightOverflowCompactLeft = "-1px 0 0px 0px hsla(229, 15%, 6%, 12%)"; -export const ShadowLightOverflowNormalTop = " 0 -9px 8px -12px hsla(229, 15%, 60%, 100%)"; -export const ShadowLightOverflowNormalRight = " 9px 0 8px -12px hsla(229, 15%, 60%, 100%)"; -export const ShadowLightOverflowNormalLeft = "-9px 0 8px -12px hsla(229, 15%, 60%, 100%)"; -export const ShadowLightOverflowNormalBottom = " 0 9px 8px -12px hsla(229, 15%, 60%, 100%)"; -export const ShadowLightCard = "0 0px 0 1px hsla(229, 15%, 6%, 3%), 0 1px 6px 0 hsla(229, 15%, 6%, 6%), 0 1px 6px 0 hsla(229, 15%, 6%, 12%)"; -export const ShadowLightPopup = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)"; -export const ShadowLightOverlay = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 3px 16px hsla(229, 15%, 6%, 6%), 0 4px 32px hsla(229, 15%, 6%, 12%)"; -export const ShadowDarkOverflowCompactTop = " 0px -1px 0px 0px hsla(229, 100%, 85%, 15%)"; -export const ShadowDarkOverflowCompactRight = " 1px 0px 0px 0px hsla(229, 100%, 85%, 15%)"; -export const ShadowDarkOverflowCompactBottom = " 0px 1px 0px 0px hsla(229, 100%, 85%, 15%)"; -export const ShadowDarkOverflowCompactLeft = "-1px 0px 0px 0px hsla(229, 100%, 85%, 15%)"; -export const ShadowDarkOverflowNormalTop = " 0px -1px 0px 0px hsla(229, 100%, 85%, 15%)"; -export const ShadowDarkOverflowNormalRight = " 1px 0px 0px 0px hsla(229, 100%, 85%, 15%)"; -export const ShadowDarkOverflowNormalBottom = " 0px 1px 0px 0px hsla(229, 100%, 85%, 15%)"; -export const ShadowDarkOverflowNormalLeft = "-1px 0px 0px 0px hsla(229, 100%, 85%, 15%)"; -export const ShadowDarkCard = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const ShadowDarkPopup = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const ShadowDarkOverlay = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const TypographyDisplay1FontSize = "57px"; -export const TypographyDisplay1LineHeight = "64px"; -export const TypographyDisplay1LetterSpacing = "normal"; -export const TypographyDisplay1FontWeight = "400"; -export const TypographyDisplay1FontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyDisplay1TextTransform = "null"; -export const TypographyDisplay1FontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographyDisplay2FontSize = "45px"; -export const TypographyDisplay2LineHeight = "52px"; -export const TypographyDisplay2LetterSpacing = "normal"; -export const TypographyDisplay2FontWeight = "400"; -export const TypographyDisplay2FontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyDisplay2TextTransform = "null"; -export const TypographyDisplay2FontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographyDisplay3FontSize = "36px"; -export const TypographyDisplay3LineHeight = "44px"; -export const TypographyDisplay3LetterSpacing = "normal"; -export const TypographyDisplay3FontWeight = "400"; -export const TypographyDisplay3FontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyDisplay3TextTransform = "null"; -export const TypographyDisplay3FontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographyDisplay1StrongFontSize = "57px"; -export const TypographyDisplay1StrongLineHeight = "64px"; -export const TypographyDisplay1StrongLetterSpacing = "normal"; -export const TypographyDisplay1StrongFontWeight = "700"; -export const TypographyDisplay1StrongFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyDisplay1StrongTextTransform = "null"; -export const TypographyDisplay1StrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographyDisplay2StrongFontSize = "45px"; -export const TypographyDisplay2StrongLineHeight = "52px"; -export const TypographyDisplay2StrongLetterSpacing = "normal"; -export const TypographyDisplay2StrongFontWeight = "700"; -export const TypographyDisplay2StrongFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyDisplay2StrongTextTransform = "null"; -export const TypographyDisplay2StrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographyDisplay3StrongFontSize = "36px"; -export const TypographyDisplay3StrongLineHeight = "44px"; -export const TypographyDisplay3StrongLetterSpacing = "normal"; -export const TypographyDisplay3StrongFontWeight = "700"; -export const TypographyDisplay3StrongFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyDisplay3StrongTextTransform = "null"; -export const TypographyDisplay3StrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographyHeadlineFontSize = "28px"; -export const TypographyHeadlineLineHeight = "32px"; -export const TypographyHeadlineLetterSpacing = "normal"; -export const TypographyHeadlineFontWeight = "700"; -export const TypographyHeadlineFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyHeadlineTextTransform = "null"; -export const TypographyHeadlineFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographyTitleFontSize = "20px"; -export const TypographyTitleLineHeight = "28px"; -export const TypographyTitleLetterSpacing = "normal"; -export const TypographyTitleFontWeight = "700"; -export const TypographyTitleFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTitleTextTransform = "null"; -export const TypographyTitleFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographySubheadingFontSize = "18px"; -export const TypographySubheadingLineHeight = "26px"; -export const TypographySubheadingLetterSpacing = "normal"; -export const TypographySubheadingFontWeight = "600"; -export const TypographySubheadingFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographySubheadingTextTransform = "null"; -export const TypographySubheadingFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographyBodyFontSize = "16px"; -export const TypographyBodyLineHeight = "24px"; -export const TypographyBodyLetterSpacing = "normal"; -export const TypographyBodyFontWeight = "normal"; -export const TypographyBodyFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyBodyTextTransform = "null"; -export const TypographyBodyFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyBodyTabularFontSize = "16px"; -export const TypographyBodyTabularLineHeight = "24px"; -export const TypographyBodyTabularLetterSpacing = "normal"; -export const TypographyBodyTabularFontWeight = "normal"; -export const TypographyBodyTabularFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyBodyTabularTextTransform = "null"; -export const TypographyBodyTabularFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const TypographyBodyStrongFontSize = "16px"; -export const TypographyBodyStrongLineHeight = "24px"; -export const TypographyBodyStrongLetterSpacing = "normal"; -export const TypographyBodyStrongFontWeight = "500"; -export const TypographyBodyStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyBodyStrongTextTransform = "null"; -export const TypographyBodyStrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyBodyCapsFontSize = "16px"; -export const TypographyBodyCapsLineHeight = "24px"; -export const TypographyBodyCapsLetterSpacing = "0.08em"; -export const TypographyBodyCapsFontWeight = "400"; -export const TypographyBodyCapsFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyBodyCapsTextTransform = "uppercase"; -export const TypographyBodyCapsFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyBodyMonoFontSize = "16px"; -export const TypographyBodyMonoLineHeight = "24px"; -export const TypographyBodyMonoLetterSpacing = "normal"; -export const TypographyBodyMonoFontWeight = "normal"; -export const TypographyBodyMonoFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const TypographyBodyMonoTextTransform = "null"; -export const TypographyBodyMonoFontFeatureSettings = "initial"; -export const TypographyBodyMonoStrongFontSize = "16px"; -export const TypographyBodyMonoStrongLineHeight = "24px"; -export const TypographyBodyMonoStrongLetterSpacing = "normal"; -export const TypographyBodyMonoStrongFontWeight = "700"; -export const TypographyBodyMonoStrongFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const TypographyBodyMonoStrongTextTransform = "null"; -export const TypographyBodyMonoStrongFontFeatureSettings = "initial"; -export const TypographyCaptionFontSize = "14px"; -export const TypographyCaptionLineHeight = "20px"; -export const TypographyCaptionLetterSpacing = "-0.006em"; -export const TypographyCaptionFontWeight = "normal"; -export const TypographyCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyCaptionTextTransform = "null"; -export const TypographyCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyCaptionTabularFontSize = "14px"; -export const TypographyCaptionTabularLineHeight = "20px"; -export const TypographyCaptionTabularLetterSpacing = "-0.006em"; -export const TypographyCaptionTabularFontWeight = "normal"; -export const TypographyCaptionTabularFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyCaptionTabularTextTransform = "null"; -export const TypographyCaptionTabularFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const TypographyCaptionStrongFontSize = "14px"; -export const TypographyCaptionStrongLineHeight = "20px"; -export const TypographyCaptionStrongLetterSpacing = "-0.006em"; -export const TypographyCaptionStrongFontWeight = "500"; -export const TypographyCaptionStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyCaptionStrongTextTransform = "null"; -export const TypographyCaptionStrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyCaptionCapsFontSize = "14px"; -export const TypographyCaptionCapsLineHeight = "20px"; -export const TypographyCaptionCapsLetterSpacing = "0.08em"; -export const TypographyCaptionCapsFontWeight = "normal"; -export const TypographyCaptionCapsFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyCaptionCapsTextTransform = "uppercase"; -export const TypographyCaptionCapsFontFeatureSettings = "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyCaptionMonoFontSize = "14px"; -export const TypographyCaptionMonoLineHeight = "20px"; -export const TypographyCaptionMonoLetterSpacing = "normal"; -export const TypographyCaptionMonoFontWeight = "normal"; -export const TypographyCaptionMonoFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const TypographyCaptionMonoTextTransform = "null"; -export const TypographyCaptionMonoFontFeatureSettings = "initial"; -export const TypographyCaptionMonoStrongFontSize = "14px"; -export const TypographyCaptionMonoStrongLineHeight = "20px"; -export const TypographyCaptionMonoStrongLetterSpacing = "normal"; -export const TypographyCaptionMonoStrongFontWeight = "700"; -export const TypographyCaptionMonoStrongFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const TypographyCaptionMonoStrongTextTransform = "null"; -export const TypographyCaptionMonoStrongFontFeatureSettings = "initial"; -export const TypographyExtraSmallTextFontSize = "12px"; -export const TypographyExtraSmallTextLineHeight = "16px"; -export const TypographyExtraSmallTextLetterSpacing = "normal"; -export const TypographyExtraSmallTextFontWeight = "normal"; -export const TypographyExtraSmallTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyExtraSmallTextTextTransform = "null"; -export const TypographyExtraSmallTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyExtraSmallTextStrongFontSize = "12px"; -export const TypographyExtraSmallTextStrongLineHeight = "16px"; -export const TypographyExtraSmallTextStrongLetterSpacing = "normal"; -export const TypographyExtraSmallTextStrongFontWeight = "500"; -export const TypographyExtraSmallTextStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyExtraSmallTextStrongTextTransform = "null"; -export const TypographyExtraSmallTextStrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyExtraSmallTextCapsFontSize = "12px"; -export const TypographyExtraSmallTextCapsLineHeight = "16px"; -export const TypographyExtraSmallTextCapsLetterSpacing = "1px"; -export const TypographyExtraSmallTextCapsFontWeight = "normal"; -export const TypographyExtraSmallTextCapsFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyExtraSmallTextCapsTextTransform = "uppercase"; -export const TypographyExtraSmallTextCapsFontFeatureSettings = "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyExtraSmallTextMonoFontSize = "12px"; -export const TypographyExtraSmallTextMonoLineHeight = "16px"; -export const TypographyExtraSmallTextMonoLetterSpacing = "0px"; -export const TypographyExtraSmallTextMonoFontWeight = "normal"; -export const TypographyExtraSmallTextMonoFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const TypographyExtraSmallTextMonoTextTransform = "null"; -export const TypographyExtraSmallTextMonoFontFeatureSettings = "initial"; -export const TypographyDisplayBigFontSize = "57px"; -export const TypographyDisplayBigLineHeight = "64px"; -export const TypographyDisplayBigLetterSpacing = "normal"; -export const TypographyDisplayBigFontWeight = "400"; -export const TypographyDisplayBigFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyDisplayBigTextTransform = "null"; -export const TypographyDisplayBigFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographyDisplayNormalFontSize = "45px"; -export const TypographyDisplayNormalLineHeight = "52px"; -export const TypographyDisplayNormalLetterSpacing = "normal"; -export const TypographyDisplayNormalFontWeight = "400"; -export const TypographyDisplayNormalFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyDisplayNormalTextTransform = "null"; -export const TypographyDisplayNormalFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographyDisplayCompactFontSize = "36px"; -export const TypographyDisplayCompactLineHeight = "44px"; -export const TypographyDisplayCompactLetterSpacing = "normal"; -export const TypographyDisplayCompactFontWeight = "400"; -export const TypographyDisplayCompactFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyDisplayCompactTextTransform = "null"; -export const TypographyDisplayCompactFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographyDisplayBigStrongFontSize = "57px"; -export const TypographyDisplayBigStrongLineHeight = "64px"; -export const TypographyDisplayBigStrongLetterSpacing = "normal"; -export const TypographyDisplayBigStrongFontWeight = "700"; -export const TypographyDisplayBigStrongFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyDisplayBigStrongTextTransform = "null"; -export const TypographyDisplayBigStrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographyDisplayNormalStrongFontSize = "45px"; -export const TypographyDisplayNormalStrongLineHeight = "52px"; -export const TypographyDisplayNormalStrongLetterSpacing = "normal"; -export const TypographyDisplayNormalStrongFontWeight = "700"; -export const TypographyDisplayNormalStrongFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyDisplayNormalStrongTextTransform = "null"; -export const TypographyDisplayNormalStrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographyDisplayCompactStrongFontSize = "36px"; -export const TypographyDisplayCompactStrongLineHeight = "44px"; -export const TypographyDisplayCompactStrongLetterSpacing = "normal"; -export const TypographyDisplayCompactStrongFontWeight = "700"; -export const TypographyDisplayCompactStrongFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyDisplayCompactStrongTextTransform = "null"; -export const TypographyDisplayCompactStrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const TypographyTextBigFontSize = "16px"; -export const TypographyTextBigLineHeight = "24px"; -export const TypographyTextBigLetterSpacing = "-0.011em"; -export const TypographyTextBigFontWeight = "normal"; -export const TypographyTextBigFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTextBigTextTransform = "null"; -export const TypographyTextBigFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyTextBigMediumFontSize = "16px"; -export const TypographyTextBigMediumLineHeight = "24px"; -export const TypographyTextBigMediumLetterSpacing = "-0.011em"; -export const TypographyTextBigMediumFontWeight = "500"; -export const TypographyTextBigMediumFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTextBigMediumTextTransform = "null"; -export const TypographyTextBigMediumFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyTextBigStrongFontSize = "16px"; -export const TypographyTextBigStrongLineHeight = "24px"; -export const TypographyTextBigStrongLetterSpacing = "-0.011em"; -export const TypographyTextBigStrongFontWeight = "600"; -export const TypographyTextBigStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTextBigStrongTextTransform = "null"; -export const TypographyTextBigStrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyTextNormalFontSize = "14px"; -export const TypographyTextNormalLineHeight = "20px"; -export const TypographyTextNormalLetterSpacing = "-0.006em"; -export const TypographyTextNormalFontWeight = "normal"; -export const TypographyTextNormalFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTextNormalTextTransform = "null"; -export const TypographyTextNormalFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyTextNormalMediumFontSize = "14px"; -export const TypographyTextNormalMediumLineHeight = "20px"; -export const TypographyTextNormalMediumLetterSpacing = "-0.006em"; -export const TypographyTextNormalMediumFontWeight = "500"; -export const TypographyTextNormalMediumFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTextNormalMediumTextTransform = "null"; -export const TypographyTextNormalMediumFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyTextNormalStrongFontSize = "14px"; -export const TypographyTextNormalStrongLineHeight = "20px"; -export const TypographyTextNormalStrongLetterSpacing = "-0.006em"; -export const TypographyTextNormalStrongFontWeight = "600"; -export const TypographyTextNormalStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTextNormalStrongTextTransform = "null"; -export const TypographyTextNormalStrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyTextCompactFontSize = "12px"; -export const TypographyTextCompactLineHeight = "16px"; -export const TypographyTextCompactLetterSpacing = "normal"; -export const TypographyTextCompactFontWeight = "normal"; -export const TypographyTextCompactFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTextCompactTextTransform = "null"; -export const TypographyTextCompactFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyTextCompactMediumFontSize = "12px"; -export const TypographyTextCompactMediumLineHeight = "16px"; -export const TypographyTextCompactMediumLetterSpacing = "normal"; -export const TypographyTextCompactMediumFontWeight = "500"; -export const TypographyTextCompactMediumFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTextCompactMediumTextTransform = "null"; -export const TypographyTextCompactMediumFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyTextCompactStrongFontSize = "12px"; -export const TypographyTextCompactStrongLineHeight = "16px"; -export const TypographyTextCompactStrongLetterSpacing = "normal"; -export const TypographyTextCompactStrongFontWeight = "600"; -export const TypographyTextCompactStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTextCompactStrongTextTransform = "null"; -export const TypographyTextCompactStrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyCapsBigFontSize = "16px"; -export const TypographyCapsBigLineHeight = "24px"; -export const TypographyCapsBigLetterSpacing = "0.08em"; -export const TypographyCapsBigFontWeight = "400"; -export const TypographyCapsBigFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyCapsBigTextTransform = "uppercase"; -export const TypographyCapsBigFontFeatureSettings = "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyCapsBigStrongFontSize = "16px"; -export const TypographyCapsBigStrongLineHeight = "24px"; -export const TypographyCapsBigStrongLetterSpacing = "0.08em"; -export const TypographyCapsBigStrongFontWeight = "500"; -export const TypographyCapsBigStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyCapsBigStrongTextTransform = "uppercase"; -export const TypographyCapsBigStrongFontFeatureSettings = "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyCapsNormalFontSize = "14px"; -export const TypographyCapsNormalLineHeight = "20px"; -export const TypographyCapsNormalLetterSpacing = "0.08em"; -export const TypographyCapsNormalFontWeight = "normal"; -export const TypographyCapsNormalFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyCapsNormalTextTransform = "uppercase"; -export const TypographyCapsNormalFontFeatureSettings = "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyCapsNormalStrongFontSize = "14px"; -export const TypographyCapsNormalStrongLineHeight = "20px"; -export const TypographyCapsNormalStrongLetterSpacing = "0.08em"; -export const TypographyCapsNormalStrongFontWeight = "500"; -export const TypographyCapsNormalStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyCapsNormalStrongTextTransform = "uppercase"; -export const TypographyCapsNormalStrongFontFeatureSettings = "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyCapsCompactFontSize = "12px"; -export const TypographyCapsCompactLineHeight = "16px"; -export const TypographyCapsCompactLetterSpacing = "1px"; -export const TypographyCapsCompactFontWeight = "normal"; -export const TypographyCapsCompactFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyCapsCompactTextTransform = "uppercase"; -export const TypographyCapsCompactFontFeatureSettings = "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyCapsCompactStrongFontSize = "12px"; -export const TypographyCapsCompactStrongLineHeight = "16px"; -export const TypographyCapsCompactStrongLetterSpacing = "1px"; -export const TypographyCapsCompactStrongFontWeight = "500"; -export const TypographyCapsCompactStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyCapsCompactStrongTextTransform = "uppercase"; -export const TypographyCapsCompactStrongFontFeatureSettings = "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyMonoBigFontSize = "16px"; -export const TypographyMonoBigLineHeight = "24px"; -export const TypographyMonoBigLetterSpacing = "normal"; -export const TypographyMonoBigFontWeight = "normal"; -export const TypographyMonoBigFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const TypographyMonoBigTextTransform = "null"; -export const TypographyMonoBigFontFeatureSettings = "initial"; -export const TypographyMonoBigStrongFontSize = "16px"; -export const TypographyMonoBigStrongLineHeight = "24px"; -export const TypographyMonoBigStrongLetterSpacing = "normal"; -export const TypographyMonoBigStrongFontWeight = "700"; -export const TypographyMonoBigStrongFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const TypographyMonoBigStrongTextTransform = "null"; -export const TypographyMonoBigStrongFontFeatureSettings = "initial"; -export const TypographyMonoNormalFontSize = "14px"; -export const TypographyMonoNormalLineHeight = "20px"; -export const TypographyMonoNormalLetterSpacing = "normal"; -export const TypographyMonoNormalFontWeight = "normal"; -export const TypographyMonoNormalFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const TypographyMonoNormalTextTransform = "null"; -export const TypographyMonoNormalFontFeatureSettings = "initial"; -export const TypographyMonoNormalStrongFontSize = "14px"; -export const TypographyMonoNormalStrongLineHeight = "20px"; -export const TypographyMonoNormalStrongLetterSpacing = "normal"; -export const TypographyMonoNormalStrongFontWeight = "700"; -export const TypographyMonoNormalStrongFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const TypographyMonoNormalStrongTextTransform = "null"; -export const TypographyMonoNormalStrongFontFeatureSettings = "initial"; -export const TypographyMonoCompactFontSize = "12px"; -export const TypographyMonoCompactLineHeight = "16px"; -export const TypographyMonoCompactLetterSpacing = "0px"; -export const TypographyMonoCompactFontWeight = "normal"; -export const TypographyMonoCompactFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const TypographyMonoCompactTextTransform = "null"; -export const TypographyMonoCompactFontFeatureSettings = "initial"; -export const TypographyMonoCompactStrongFontSize = "12px"; -export const TypographyMonoCompactStrongLineHeight = "16px"; -export const TypographyMonoCompactStrongLetterSpacing = "0px"; -export const TypographyMonoCompactStrongFontWeight = "700"; -export const TypographyMonoCompactStrongFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const TypographyMonoCompactStrongTextTransform = "null"; -export const TypographyMonoCompactStrongFontFeatureSettings = "initial"; -export const TypographyMonoCodeblockFontSize = "14px"; -export const TypographyMonoCodeblockLineHeight = "20px"; -export const TypographyMonoCodeblockLetterSpacing = "normal"; -export const TypographyMonoCodeblockFontWeight = "normal"; -export const TypographyMonoCodeblockFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const TypographyMonoCodeblockTextTransform = "null"; -export const TypographyMonoCodeblockFontFeatureSettings = "initial"; -export const TypographyTabularBigFontSize = "16px"; -export const TypographyTabularBigLineHeight = "24px"; -export const TypographyTabularBigLetterSpacing = "normal"; -export const TypographyTabularBigFontWeight = "normal"; -export const TypographyTabularBigFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTabularBigTextTransform = "null"; -export const TypographyTabularBigFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const TypographyTabularBigStrongFontSize = "16px"; -export const TypographyTabularBigStrongLineHeight = "24px"; -export const TypographyTabularBigStrongLetterSpacing = "normal"; -export const TypographyTabularBigStrongFontWeight = "500"; -export const TypographyTabularBigStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTabularBigStrongTextTransform = "null"; -export const TypographyTabularBigStrongFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const TypographyTabularNormalFontSize = "14px"; -export const TypographyTabularNormalLineHeight = "20px"; -export const TypographyTabularNormalLetterSpacing = "-0.006em"; -export const TypographyTabularNormalFontWeight = "normal"; -export const TypographyTabularNormalFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTabularNormalTextTransform = "null"; -export const TypographyTabularNormalFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const TypographyTabularNormalStrongFontSize = "14px"; -export const TypographyTabularNormalStrongLineHeight = "20px"; -export const TypographyTabularNormalStrongLetterSpacing = "-0.006em"; -export const TypographyTabularNormalStrongFontWeight = "500"; -export const TypographyTabularNormalStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTabularNormalStrongTextTransform = "null"; -export const TypographyTabularNormalStrongFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const TypographyTabularCompactFontSize = "12px"; -export const TypographyTabularCompactLineHeight = "16px"; -export const TypographyTabularCompactLetterSpacing = "normal"; -export const TypographyTabularCompactFontWeight = "normal"; -export const TypographyTabularCompactFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTabularCompactTextTransform = "null"; -export const TypographyTabularCompactFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const TypographyTabularCompactStrongFontSize = "12px"; -export const TypographyTabularCompactStrongLineHeight = "16px"; -export const TypographyTabularCompactStrongLetterSpacing = "normal"; -export const TypographyTabularCompactStrongFontWeight = "500"; -export const TypographyTabularCompactStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyTabularCompactStrongTextTransform = "null"; -export const TypographyTabularCompactStrongFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const TypographyItalicBigFontStyle = "italic"; -export const TypographyItalicBigFontSize = "16px"; -export const TypographyItalicBigLineHeight = "24px"; -export const TypographyItalicBigLetterSpacing = "-0.011em"; -export const TypographyItalicBigFontWeight = "normal"; -export const TypographyItalicBigFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyItalicBigTextTransform = "null"; -export const TypographyItalicBigFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyItalicBigStrongFontStyle = "italic"; -export const TypographyItalicBigStrongFontSize = "16px"; -export const TypographyItalicBigStrongLineHeight = "24px"; -export const TypographyItalicBigStrongLetterSpacing = "-0.011em"; -export const TypographyItalicBigStrongFontWeight = "500"; -export const TypographyItalicBigStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyItalicBigStrongTextTransform = "null"; -export const TypographyItalicBigStrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyItalicNormalFontStyle = "italic"; -export const TypographyItalicNormalFontSize = "14px"; -export const TypographyItalicNormalLineHeight = "20px"; -export const TypographyItalicNormalLetterSpacing = "-0.006em"; -export const TypographyItalicNormalFontWeight = "normal"; -export const TypographyItalicNormalFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyItalicNormalTextTransform = "null"; -export const TypographyItalicNormalFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyItalicNormalStrongFontStyle = "italic"; -export const TypographyItalicNormalStrongFontSize = "14px"; -export const TypographyItalicNormalStrongLineHeight = "20px"; -export const TypographyItalicNormalStrongLetterSpacing = "-0.006em"; -export const TypographyItalicNormalStrongFontWeight = "500"; -export const TypographyItalicNormalStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyItalicNormalStrongTextTransform = "null"; -export const TypographyItalicNormalStrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyItalicCompactFontStyle = "italic"; -export const TypographyItalicCompactFontSize = "12px"; -export const TypographyItalicCompactLineHeight = "16px"; -export const TypographyItalicCompactLetterSpacing = "normal"; -export const TypographyItalicCompactFontWeight = "normal"; -export const TypographyItalicCompactFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyItalicCompactTextTransform = "null"; -export const TypographyItalicCompactFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyItalicCompactStrongFontStyle = "italic"; -export const TypographyItalicCompactStrongFontSize = "12px"; -export const TypographyItalicCompactStrongLineHeight = "16px"; -export const TypographyItalicCompactStrongLetterSpacing = "normal"; -export const TypographyItalicCompactStrongFontWeight = "500"; -export const TypographyItalicCompactStrongFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyItalicCompactStrongTextTransform = "null"; -export const TypographyItalicCompactStrongFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TypographyNavbarTitleFontSize = "18px"; -export const TypographyNavbarTitleLineHeight = "28px"; -export const TypographyNavbarTitleLetterSpacing = "normal"; -export const TypographyNavbarTitleFontWeight = "700"; -export const TypographyNavbarTitleFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TypographyNavbarTitleTextTransform = "null"; -export const TypographyNavbarTitleFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const ZhCnBodyStrongFontWeight = "normal"; -export const ZhCnBodyMonoStrongFontWeight = "normal"; -export const ZhCnCaptionStrongFontWeight = "normal"; -export const ZhCnCaptionMonoStrongFontWeight = "normal"; -export const FaIrDisplay1FontFamily = "'notonaskharabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrDisplay2FontFamily = "'notonaskharabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrDisplay3FontFamily = "'notonaskharabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrTitleFontFamily = "'notonaskharabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrSubheadingFontFamily = "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrBodyFontFamily = "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrBodyTabularFontFamily = "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrBodyStrongFontFamily = "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrBodyCapsFontFamily = "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrCaptionFontFamily = "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrCaptionTabularFontFamily = "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrCaptionStrongFontFamily = "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrCaptionCapsFontFamily = "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrSmallTextFontFamily = "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrExtraSmallTextFontFamily = "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FaIrExtraSmallTextCapsFontFamily = "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const AccordionSizeItemHeaderHeight = "36px"; -export const AccordionSizeItemHeaderVariantFillPadding = "6px 8px"; -export const AccordionSizeItemHeaderVariantHugPadding = "6px 8px 6px 12px"; -export const AccordionSizeItemContentPadding = "0px 12px 8px 12px"; -export const AccordionFontItemHeaderTextFontSize = "16px"; -export const AccordionFontItemHeaderTextLineHeight = "24px"; -export const AccordionFontItemHeaderTextLetterSpacing = "-0.011em"; -export const AccordionFontItemHeaderTextFontWeight = "normal"; -export const AccordionFontItemHeaderTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const AccordionFontItemHeaderTextTextTransform = "null"; -export const AccordionFontItemHeaderTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const AccordionFontItemContentTextFontSize = "14px"; -export const AccordionFontItemContentTextLineHeight = "20px"; -export const AccordionFontItemContentTextLetterSpacing = "-0.006em"; -export const AccordionFontItemContentTextFontWeight = "normal"; -export const AccordionFontItemContentTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const AccordionFontItemContentTextTextTransform = "null"; -export const AccordionFontItemContentTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const AccordionLightItemDefaultBackground = "transparent"; -export const AccordionLightItemDefaultTextColor = "hsla(229, 15%, 15%, 100%)"; -export const AccordionLightItemDefaultIconColor = "hsla(229, 15%, 60%, 100%)"; -export const AccordionLightItemStatesHoverIconColor = "hsla(229, 15%, 15%, 100%)"; -export const AccordionLightItemStatesFocusBorderColor = "hsla(216, 100%, 50%, 100%)"; -export const AccordionLightItemStatesDisabledTextColor = "hsla(229, 15%, 50%, 100%)"; -export const AccordionLightItemStatesDisabledIconColor = "hsla(229, 15%, 15%, 32%)"; -export const AccordionDarkItemDefaultBackground = "transparent"; -export const AccordionDarkItemDefaultTextColor = "hsla(229, 15%, 80%, 100%)"; -export const AccordionDarkItemDefaultIconColor = "hsla(229, 15%, 45%, 100%)"; -export const AccordionDarkItemStatesHoverIconColor = "hsla(229, 15%, 80%, 100%)"; -export const AccordionDarkItemStatesFocusBorderColor = "hsla(216, 100%, 65%, 100%)"; -export const AccordionDarkItemStatesDisabledTextColor = "hsla(229, 15%, 60%, 100%)"; -export const AccordionDarkItemStatesDisabledIconColor = "hsla(229, 15%, 30%, 100%)"; -export const AlertSizeNormalContainerBorderRadius = "12px"; -export const AlertSizeNormalContainerPaddingTop = "0"; -export const AlertSizeNormalContainerPaddingRight = "8px"; -export const AlertSizeNormalContainerPaddingBottom = "0"; -export const AlertSizeNormalContainerPaddingLeft = "8px"; -export const AlertSizeNormalContentPaddingTop = "16px"; -export const AlertSizeNormalContentPaddingRight = "8px"; -export const AlertSizeNormalContentPaddingBottom = "16px"; -export const AlertSizeNormalContentPaddingLeft = "12px"; -export const AlertSizeNormalIconMarginTop = "16px"; -export const AlertSizeNormalIconMarginRight = "0"; -export const AlertSizeNormalIconMarginBottom = "16px"; -export const AlertSizeNormalIconMarginLeft = "12px"; -export const AlertSizeNormalIconPaddingTop = "4px"; -export const AlertSizeNormalTitleMarginBottom = "4px"; -export const AlertSizeNormalCloseButtonMarginTop = "14px"; -export const AlertSizeNormalCloseButtonMarginLeft = "6px"; -export const AlertSizeNormalButtonStackPaddingTop = "8px"; -export const AlertSizeNormalButtonStackPaddingBottom = "2px"; -export const AlertSizeNormalNoTitleIconMarginTop = "16px"; -export const AlertSizeNormalNoTitleIconPaddingTop = "2px"; -export const AlertSizeCompactContainerBorderRadius = "12px"; -export const AlertSizeCompactContainerPaddingTop = "0"; -export const AlertSizeCompactContainerPaddingRight = "8px"; -export const AlertSizeCompactContainerPaddingBottom = "0"; -export const AlertSizeCompactContainerPaddingLeft = "16px"; -export const AlertSizeCompactContentPaddingTop = "12px"; -export const AlertSizeCompactContentPaddingRight = "8px"; -export const AlertSizeCompactContentPaddingBottom = "12px"; -export const AlertSizeCompactContentPaddingLeft = "0"; -export const AlertSizeCompactIconMarginTop = "12px"; -export const AlertSizeCompactIconMarginRight = "8px"; -export const AlertSizeCompactIconPaddingTop = "4px"; -export const AlertSizeCompactTitleMarginBottom = "2px"; -export const AlertSizeCompactCloseButtonMarginTop = "8px"; -export const AlertSizeCompactCloseButtonMarginLeft = "2px"; -export const AlertSizeCompactButtonStackPaddingTop = "8px"; -export const AlertSizeCompactButtonStackPaddingBottom = "2px"; -export const AlertSizeCompactNoTitleIconMarginTop = "12px"; -export const AlertSizeCompactNoTitleIconPaddingTop = "2px"; -export const AlertFontTitleFontSize = "18px"; -export const AlertFontTitleLineHeight = "26px"; -export const AlertFontTitleLetterSpacing = "normal"; -export const AlertFontTitleFontWeight = "600"; -export const AlertFontTitleFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const AlertFontTitleTextTransform = "null"; -export const AlertFontTitleFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const AlertFontTitleCompactFontSize = "16px"; -export const AlertFontTitleCompactLineHeight = "24px"; -export const AlertFontTitleCompactLetterSpacing = "-0.011em"; -export const AlertFontTitleCompactFontWeight = "600"; -export const AlertFontTitleCompactFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const AlertFontTitleCompactTextTransform = "null"; -export const AlertFontTitleCompactFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const AlertFontTextFontSize = "14px"; -export const AlertFontTextLineHeight = "20px"; -export const AlertFontTextLetterSpacing = "-0.006em"; -export const AlertFontTextFontWeight = "normal"; -export const AlertFontTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const AlertFontTextTextTransform = "null"; -export const AlertFontTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const AlertLightDefaultContrastContainerBackground = "hsla(229, 15%, 92%, 100%)"; -export const AlertLightDefaultContrastContainerTitle = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightDefaultContrastContainerText = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightDefaultErrorContainerBackground = "hsla(229, 15%, 92%, 100%)"; -export const AlertLightDefaultErrorContainerTitle = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightDefaultErrorContainerText = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightDefaultWarningContainerBackground = "hsla(229, 15%, 92%, 100%)"; -export const AlertLightDefaultWarningContainerTitle = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightDefaultWarningContainerText = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightDefaultSuccessContainerBackground = "hsla(229, 15%, 92%, 100%)"; -export const AlertLightDefaultSuccessContainerTitle = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightDefaultSuccessContainerText = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightDefaultThemeContainerBackground = "hsla(229, 15%, 92%, 100%)"; -export const AlertLightDefaultThemeContainerTitle = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightDefaultThemeContainerText = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightColoredContrastContainerBackground = "hsla(229, 15%, 92%, 100%)"; -export const AlertLightColoredContrastContainerTitle = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightColoredContrastContainerText = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightColoredErrorContainerBackground = "hsla(7, 97%, 90%, 100%)"; -export const AlertLightColoredErrorContainerTitle = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightColoredErrorContainerText = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightColoredWarningContainerBackground = "hsla(38, 100%, 85%, 100%)"; -export const AlertLightColoredWarningContainerTitle = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightColoredWarningContainerText = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightColoredSuccessContainerBackground = "hsla(104, 64%, 80%, 100%)"; -export const AlertLightColoredSuccessContainerTitle = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightColoredSuccessContainerText = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightColoredThemeContainerBackground = "hsla(216, 100%, 85%, 100%)"; -export const AlertLightColoredThemeContainerTitle = "hsla(229, 15%, 15%, 100%)"; -export const AlertLightColoredThemeContainerText = "hsla(229, 15%, 15%, 100%)"; -export const AlertDarkDefaultContrastContainerBackground = "hsla(229, 15%, 25%, 100%)"; -export const AlertDarkDefaultContrastContainerTitle = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkDefaultContrastContainerText = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkDefaultErrorContainerBackground = "hsla(229, 15%, 25%, 100%)"; -export const AlertDarkDefaultErrorContainerTitle = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkDefaultErrorContainerText = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkDefaultWarningContainerBackground = "hsla(229, 15%, 25%, 100%)"; -export const AlertDarkDefaultWarningContainerTitle = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkDefaultWarningContainerText = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkDefaultSuccessContainerBackground = "hsla(229, 15%, 25%, 100%)"; -export const AlertDarkDefaultSuccessContainerTitle = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkDefaultSuccessContainerText = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkDefaultThemeContainerBackground = "hsla(229, 15%, 25%, 100%)"; -export const AlertDarkDefaultThemeContainerTitle = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkDefaultThemeContainerText = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkColoredContrastContainerBackground = "hsla(229, 15%, 25%, 100%)"; -export const AlertDarkColoredContrastContainerTitle = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkColoredContrastContainerText = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkColoredErrorContainerBackground = "hsla(7, 97%, 15%, 100%)"; -export const AlertDarkColoredErrorContainerTitle = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkColoredErrorContainerText = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkColoredWarningContainerBackground = "hsla(38, 100%, 14%, 100%)"; -export const AlertDarkColoredWarningContainerTitle = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkColoredWarningContainerText = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkColoredSuccessContainerBackground = "hsla(104, 64%, 12%, 100%)"; -export const AlertDarkColoredSuccessContainerTitle = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkColoredSuccessContainerText = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkColoredThemeContainerBackground = "hsla(216, 100%, 20%, 100%)"; -export const AlertDarkColoredThemeContainerTitle = "hsla(229, 15%, 80%, 100%)"; -export const AlertDarkColoredThemeContainerText = "hsla(229, 15%, 80%, 100%)"; -export const AutocompleteSizePanelPadding = "4px 0"; -export const AutocompleteSizePanelMaxHeight = "256px"; -export const AutocompleteSizePanelBorderRadius = "8px"; -export const BadgeLightFilledFadeOffThemeBackground = "hsla(216, 100%, 50%, 100%)"; -export const BadgeLightFilledFadeOffThemeColor = "hsla(0, 0%, 100%, 100%)"; -export const BadgeLightFilledFadeOffThemeCaption = "hsla(0, 0%, 100%, 100%)"; -export const BadgeLightFilledFadeOffThemeIcon = "hsla(0, 0%, 100%, 100%)"; -export const BadgeLightFilledFadeOffSuccessBackground = "hsla(104, 64%, 45%, 100%)"; -export const BadgeLightFilledFadeOffSuccessColor = "hsla(0, 0%, 100%, 100%)"; -export const BadgeLightFilledFadeOffSuccessCaption = "hsla(0, 0%, 100%, 100%)"; -export const BadgeLightFilledFadeOffSuccessIcon = "hsla(0, 0%, 100%, 100%)"; -export const BadgeLightFilledFadeOffWarningBackground = "hsla(38, 100%, 50%, 100%)"; -export const BadgeLightFilledFadeOffWarningColor = "hsla(0, 0%, 100%, 100%)"; -export const BadgeLightFilledFadeOffWarningCaption = "hsla(0, 0%, 100%, 100%)"; -export const BadgeLightFilledFadeOffWarningIcon = "hsla(0, 0%, 100%, 100%)"; -export const BadgeLightFilledFadeOffErrorBackground = "hsla(7, 97%, 60%, 100%)"; -export const BadgeLightFilledFadeOffErrorColor = "hsla(0, 0%, 100%, 100%)"; -export const BadgeLightFilledFadeOffErrorCaption = "hsla(0, 0%, 100%, 100%)"; -export const BadgeLightFilledFadeOffErrorIcon = "hsla(0, 0%, 100%, 100%)"; -export const BadgeLightFilledFadeOnThemeBackground = "hsla(216, 100%, 85%, 100%)"; -export const BadgeLightFilledFadeOnThemeColor = "hsla(216, 100%, 50%, 100%)"; -export const BadgeLightFilledFadeOnThemeCaption = "hsla(216, 100%, 50%, 100%)"; -export const BadgeLightFilledFadeOnThemeIcon = "hsla(216, 100%, 50%, 100%)"; -export const BadgeLightFilledFadeOnContrastBackground = "hsla(229, 15%, 92%, 100%)"; -export const BadgeLightFilledFadeOnContrastColor = "hsla(229, 15%, 15%, 100%)"; -export const BadgeLightFilledFadeOnContrastCaption = "hsla(229, 15%, 15%, 100%)"; -export const BadgeLightFilledFadeOnContrastIcon = "hsla(229, 15%, 60%, 100%)"; -export const BadgeLightFilledFadeOnSuccessBackground = "hsla(104, 64%, 80%, 100%)"; -export const BadgeLightFilledFadeOnSuccessColor = "hsla(104, 64%, 30%, 100%)"; -export const BadgeLightFilledFadeOnSuccessCaption = "hsla(104, 64%, 30%, 100%)"; -export const BadgeLightFilledFadeOnSuccessIcon = "hsla(104, 64%, 40%, 100%)"; -export const BadgeLightFilledFadeOnWarningBackground = "hsla(38, 100%, 85%, 100%)"; -export const BadgeLightFilledFadeOnWarningColor = "hsla(38, 100%, 33%, 100%)"; -export const BadgeLightFilledFadeOnWarningCaption = "hsla(38, 100%, 33%, 100%)"; -export const BadgeLightFilledFadeOnWarningIcon = "hsla(38, 100%, 42%, 100%)"; -export const BadgeLightFilledFadeOnErrorBackground = "hsla(7, 97%, 90%, 100%)"; -export const BadgeLightFilledFadeOnErrorColor = "hsla(7, 97%, 40%, 100%)"; -export const BadgeLightFilledFadeOnErrorCaption = "hsla(7, 97%, 40%, 100%)"; -export const BadgeLightFilledFadeOnErrorIcon = "hsla(7, 97%, 45%, 100%)"; -export const BadgeLightOutlineFadeOnThemeBackground = "transparent"; -export const BadgeLightOutlineFadeOnThemeColor = "hsla(216, 100%, 50%, 100%)"; -export const BadgeLightOutlineFadeOnThemeBorder = "hsla(216, 100%, 65%, 100%)"; -export const BadgeLightOutlineFadeOnThemeCaption = "hsla(216, 100%, 50%, 100%)"; -export const BadgeLightOutlineFadeOnThemeIcon = "hsla(216, 100%, 50%, 100%)"; -export const BadgeLightOutlineFadeOnContrastBackground = "transparent"; -export const BadgeLightOutlineFadeOnContrastColor = "hsla(229, 15%, 15%, 100%)"; -export const BadgeLightOutlineFadeOnContrastBorder = "hsla(229, 15%, 80%, 100%)"; -export const BadgeLightOutlineFadeOnContrastCaption = "hsla(229, 15%, 15%, 100%)"; -export const BadgeLightOutlineFadeOnContrastIcon = "hsla(229, 15%, 60%, 100%)"; -export const BadgeLightOutlineFadeOnSuccessBackground = "transparent"; -export const BadgeLightOutlineFadeOnSuccessColor = "hsla(104, 64%, 30%, 100%)"; -export const BadgeLightOutlineFadeOnSuccessBorder = "hsla(104, 64%, 45%, 100%)"; -export const BadgeLightOutlineFadeOnSuccessCaption = "hsla(104, 64%, 30%, 100%)"; -export const BadgeLightOutlineFadeOnSuccessIcon = "hsla(104, 64%, 40%, 100%)"; -export const BadgeLightOutlineFadeOnWarningBackground = "transparent"; -export const BadgeLightOutlineFadeOnWarningColor = "hsla(38, 100%, 33%, 100%)"; -export const BadgeLightOutlineFadeOnWarningBorder = "hsla(38, 100%, 55%, 100%)"; -export const BadgeLightOutlineFadeOnWarningCaption = "hsla(38, 100%, 33%, 100%)"; -export const BadgeLightOutlineFadeOnWarningIcon = "hsla(38, 100%, 42%, 100%)"; -export const BadgeLightOutlineFadeOnErrorBackground = "transparent"; -export const BadgeLightOutlineFadeOnErrorColor = "hsla(7, 97%, 40%, 100%)"; -export const BadgeLightOutlineFadeOnErrorBorder = "hsla(7, 97%, 65%, 100%)"; -export const BadgeLightOutlineFadeOnErrorCaption = "hsla(7, 97%, 40%, 100%)"; -export const BadgeLightOutlineFadeOnErrorIcon = "hsla(7, 97%, 45%, 100%)"; -export const BadgeDarkFilledFadeOffThemeBackground = "hsla(216, 100%, 50%, 100%)"; -export const BadgeDarkFilledFadeOffThemeColor = "hsla(0, 0%, 100%, 100%)"; -export const BadgeDarkFilledFadeOffThemeCaption = "hsla(0, 0%, 100%, 100%)"; -export const BadgeDarkFilledFadeOffThemeIcon = "hsla(0, 0%, 100%, 100%)"; -export const BadgeDarkFilledFadeOffSuccessBackground = "hsla(104, 64%, 40%, 100%)"; -export const BadgeDarkFilledFadeOffSuccessColor = "hsla(0, 0%, 100%, 100%)"; -export const BadgeDarkFilledFadeOffSuccessCaption = "hsla(0, 0%, 100%, 100%)"; -export const BadgeDarkFilledFadeOffSuccessIcon = "hsla(0, 0%, 100%, 100%)"; -export const BadgeDarkFilledFadeOffWarningBackground = "hsla(38, 100%, 39%, 100%)"; -export const BadgeDarkFilledFadeOffWarningColor = "hsla(0, 0%, 100%, 100%)"; -export const BadgeDarkFilledFadeOffWarningCaption = "hsla(0, 0%, 100%, 100%)"; -export const BadgeDarkFilledFadeOffWarningIcon = "hsla(0, 0%, 100%, 100%)"; -export const BadgeDarkFilledFadeOffErrorBackground = "hsla(7, 97%, 41%, 100%)"; -export const BadgeDarkFilledFadeOffErrorColor = "hsla(0, 0%, 100%, 100%)"; -export const BadgeDarkFilledFadeOffErrorCaption = "hsla(0, 0%, 100%, 100%)"; -export const BadgeDarkFilledFadeOffErrorIcon = "hsla(0, 0%, 100%, 100%)"; -export const BadgeDarkFilledFadeOnThemeBackground = "hsla(216, 100%, 20%, 100%)"; -export const BadgeDarkFilledFadeOnThemeColor = "hsla(216, 100%, 65%, 100%)"; -export const BadgeDarkFilledFadeOnThemeCaption = "hsla(216, 100%, 65%, 100%)"; -export const BadgeDarkFilledFadeOnThemeIcon = "hsla(216, 100%, 65%, 100%)"; -export const BadgeDarkFilledFadeOnContrastBackground = "hsla(229, 15%, 25%, 100%)"; -export const BadgeDarkFilledFadeOnContrastColor = "hsla(229, 15%, 80%, 100%)"; -export const BadgeDarkFilledFadeOnContrastCaption = "hsla(229, 15%, 80%, 100%)"; -export const BadgeDarkFilledFadeOnContrastIcon = "hsla(229, 15%, 45%, 100%)"; -export const BadgeDarkFilledFadeOnSuccessBackground = "hsla(104, 64%, 12%, 100%)"; -export const BadgeDarkFilledFadeOnSuccessColor = "hsla(104, 64%, 45%, 100%)"; -export const BadgeDarkFilledFadeOnSuccessCaption = "hsla(104, 64%, 45%, 100%)"; -export const BadgeDarkFilledFadeOnSuccessIcon = "hsla(104, 64%, 45%, 100%)"; -export const BadgeDarkFilledFadeOnWarningBackground = "hsla(38, 100%, 14%, 100%)"; -export const BadgeDarkFilledFadeOnWarningColor = "hsla(38, 100%, 60%, 100%)"; -export const BadgeDarkFilledFadeOnWarningCaption = "hsla(38, 100%, 60%, 100%)"; -export const BadgeDarkFilledFadeOnWarningIcon = "hsla(38, 100%, 60%, 100%)"; -export const BadgeDarkFilledFadeOnErrorBackground = "hsla(7, 97%, 15%, 100%)"; -export const BadgeDarkFilledFadeOnErrorColor = "hsla(7, 97%, 60%, 100%)"; -export const BadgeDarkFilledFadeOnErrorCaption = "hsla(7, 97%, 60%, 100%)"; -export const BadgeDarkFilledFadeOnErrorIcon = "hsla(7, 97%, 60%, 100%)"; -export const BadgeDarkOutlineFadeOnThemeBackground = "transparent"; -export const BadgeDarkOutlineFadeOnThemeColor = "hsla(216, 100%, 65%, 100%)"; -export const BadgeDarkOutlineFadeOnThemeBorder = "hsla(216, 100%, 30%, 100%)"; -export const BadgeDarkOutlineFadeOnThemeCaption = "hsla(216, 100%, 65%, 100%)"; -export const BadgeDarkOutlineFadeOnThemeIcon = "hsla(216, 100%, 65%, 100%)"; -export const BadgeDarkOutlineFadeOnContrastBackground = "transparent"; -export const BadgeDarkOutlineFadeOnContrastColor = "hsla(229, 15%, 80%, 100%)"; -export const BadgeDarkOutlineFadeOnContrastBorder = "hsla(229, 15%, 30%, 100%)"; -export const BadgeDarkOutlineFadeOnContrastCaption = "hsla(229, 15%, 80%, 100%)"; -export const BadgeDarkOutlineFadeOnContrastIcon = "hsla(229, 15%, 45%, 100%)"; -export const BadgeDarkOutlineFadeOnSuccessBackground = "transparent"; -export const BadgeDarkOutlineFadeOnSuccessColor = "hsla(104, 64%, 45%, 100%)"; -export const BadgeDarkOutlineFadeOnSuccessBorder = "hsla(104, 64%, 20%, 100%)"; -export const BadgeDarkOutlineFadeOnSuccessCaption = "hsla(104, 64%, 45%, 100%)"; -export const BadgeDarkOutlineFadeOnSuccessIcon = "hsla(104, 64%, 45%, 100%)"; -export const BadgeDarkOutlineFadeOnWarningBackground = "transparent"; -export const BadgeDarkOutlineFadeOnWarningColor = "hsla(38, 100%, 60%, 100%)"; -export const BadgeDarkOutlineFadeOnWarningBorder = "hsla(38, 100%, 20%, 100%)"; -export const BadgeDarkOutlineFadeOnWarningCaption = "hsla(38, 100%, 60%, 100%)"; -export const BadgeDarkOutlineFadeOnWarningIcon = "hsla(38, 100%, 60%, 100%)"; -export const BadgeDarkOutlineFadeOnErrorBackground = "transparent"; -export const BadgeDarkOutlineFadeOnErrorColor = "hsla(7, 97%, 60%, 100%)"; -export const BadgeDarkOutlineFadeOnErrorBorder = "hsla(7, 97%, 35%, 100%)"; -export const BadgeDarkOutlineFadeOnErrorCaption = "hsla(7, 97%, 60%, 100%)"; -export const BadgeDarkOutlineFadeOnErrorIcon = "hsla(7, 97%, 60%, 100%)"; -export const BadgeSizeNormalHeight = "24px"; -export const BadgeSizeNormalIconLeftWidth = "16px"; -export const BadgeSizeNormalIconLeftHeight = "16px"; -export const BadgeSizeNormalIconLeftMarginRight = "4px"; -export const BadgeSizeNormalIconRightWidth = "16px"; -export const BadgeSizeNormalIconRightHeight = "16px"; -export const BadgeSizeNormalIconRightMarginLeft = "4px"; -export const BadgeSizeNormalHorizontalPadding = "8px"; -export const BadgeSizeNormalContentPadding = "4px"; -export const BadgeSizeNormalBorderWidth = "1px"; -export const BadgeSizeNormalBorderRadius = "4px"; -export const BadgeSizeCompactHeight = "16px"; -export const BadgeSizeCompactIconLeftWidth = "16px"; -export const BadgeSizeCompactIconLeftHeight = "16px"; -export const BadgeSizeCompactIconLeftMarginRight = "2px"; -export const BadgeSizeCompactIconRightWidth = "16px"; -export const BadgeSizeCompactIconRightHeight = "16px"; -export const BadgeSizeCompactIconRightMarginLeft = "2px"; -export const BadgeSizeCompactVerticalPadding = 0; -export const BadgeSizeCompactHorizontalPadding = "4px"; -export const BadgeSizeCompactContentPadding = "2px"; -export const BadgeSizeCompactBorderWidth = "1px"; -export const BadgeSizeCompactBorderRadius = "4px"; -export const BadgeFontNormalDefaultFontSize = "14px"; -export const BadgeFontNormalDefaultLineHeight = "20px"; -export const BadgeFontNormalDefaultLetterSpacing = "-0.006em"; -export const BadgeFontNormalDefaultFontWeight = "500"; -export const BadgeFontNormalDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const BadgeFontNormalDefaultTextTransform = "null"; -export const BadgeFontNormalDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const BadgeFontNormalCaptionFontSize = "14px"; -export const BadgeFontNormalCaptionLineHeight = "20px"; -export const BadgeFontNormalCaptionLetterSpacing = "-0.006em"; -export const BadgeFontNormalCaptionFontWeight = "normal"; -export const BadgeFontNormalCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const BadgeFontNormalCaptionTextTransform = "null"; -export const BadgeFontNormalCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const BadgeFontCompactDefaultFontSize = "12px"; -export const BadgeFontCompactDefaultLineHeight = "16px"; -export const BadgeFontCompactDefaultLetterSpacing = "normal"; -export const BadgeFontCompactDefaultFontWeight = "500"; -export const BadgeFontCompactDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const BadgeFontCompactDefaultTextTransform = "null"; -export const BadgeFontCompactDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const BadgeFontCompactCaptionFontSize = "12px"; -export const BadgeFontCompactCaptionLineHeight = "16px"; -export const BadgeFontCompactCaptionLetterSpacing = "normal"; -export const BadgeFontCompactCaptionFontWeight = "normal"; -export const BadgeFontCompactCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const BadgeFontCompactCaptionTextTransform = "null"; -export const BadgeFontCompactCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ButtonToggleSizeContainerBorderRadius = "8px"; -export const ButtonToggleSizeContainerPaddingHorizontal = "4px"; -export const ButtonToggleSizeContainerPaddingVertical = "4px"; -export const ButtonToggleSizeContainerContentGapHorizontal = "4px"; -export const ButtonToggleSizeItemHeight = "24px"; -export const ButtonToggleSizeItemBorderRadius = "4px"; -export const ButtonToggleSizeItemPaddingHorizontal = "8px"; -export const ButtonToggleSizeItemPaddingVertical = "2px"; -export const ButtonToggleSizeItemContentGapHorizontal = "4px"; -export const ButtonToggleSizeItemFocusOutlineWidth = "2px"; -export const ButtonToggleFontItemFontSize = "14px"; -export const ButtonToggleFontItemLineHeight = "20px"; -export const ButtonToggleFontItemLetterSpacing = "-0.006em"; -export const ButtonToggleFontItemFontWeight = "500"; -export const ButtonToggleFontItemFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ButtonToggleFontItemTextTransform = "null"; -export const ButtonToggleFontItemFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ButtonToggleLightContainerBackground = "hsla(229, 15%, 92%, 100%)"; -export const ButtonToggleLightItemDefaultBackground = "hsla(229, 15%, 92%, 100%)"; -export const ButtonToggleLightItemDefaultText = "hsla(229, 15%, 15%, 100%)"; -export const ButtonToggleLightItemDefaultIcon = "hsla(229, 15%, 60%, 100%)"; -export const ButtonToggleLightItemStatesHoverBackground = "hsla(229, 15%, 88%, 100%)"; -export const ButtonToggleLightItemStatesHoverText = "hsla(229, 15%, 15%, 100%)"; -export const ButtonToggleLightItemStatesHoverIcon = "hsla(229, 15%, 60%, 100%)"; -export const ButtonToggleLightItemStatesActiveBackground = "hsla(229, 15%, 85%, 100%)"; -export const ButtonToggleLightItemStatesActiveText = "hsla(229, 15%, 15%, 100%)"; -export const ButtonToggleLightItemStatesActiveIcon = "hsla(229, 15%, 60%, 100%)"; -export const ButtonToggleLightItemStatesSelectedBackground = "hsla(229, 15%, 100%, 100%)"; -export const ButtonToggleLightItemStatesSelectedText = "hsla(229, 15%, 15%, 100%)"; -export const ButtonToggleLightItemStatesSelectedIcon = "hsla(229, 15%, 60%, 100%)"; -export const ButtonToggleLightItemStatesSelectedHoverBackground = "hsla(229, 15%, 50%, 8%)"; -export const ButtonToggleLightItemStatesSelectedHoverText = "hsla(229, 15%, 15%, 100%)"; -export const ButtonToggleLightItemStatesSelectedHoverIcon = "hsla(229, 15%, 60%, 100%)"; -export const ButtonToggleLightItemStatesSelectedActiveBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonToggleLightItemStatesSelectedActiveText = "hsla(229, 15%, 15%, 100%)"; -export const ButtonToggleLightItemStatesSelectedActiveIcon = "hsla(229, 15%, 60%, 100%)"; -export const ButtonToggleLightItemStatesSelectedDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonToggleLightItemStatesSelectedDisabledText = "hsla(229, 15%, 15%, 32%)"; -export const ButtonToggleLightItemStatesSelectedDisabledIcon = "hsla(229, 15%, 15%, 32%)"; -export const ButtonToggleLightItemStatesDisabledBackground = "none"; -export const ButtonToggleLightItemStatesDisabledText = "hsla(229, 15%, 15%, 32%)"; -export const ButtonToggleLightItemStatesDisabledIcon = "hsla(229, 15%, 15%, 32%)"; -export const ButtonToggleLightItemStatesFocusedOutline = "hsla(216, 100%, 60%, 100%)"; -export const ButtonToggleDarkContainerBackground = "hsla(229, 15%, 25%, 100%)"; -export const ButtonToggleDarkItemDefaultBackground = "hsla(229, 15%, 25%, 100%)"; -export const ButtonToggleDarkItemDefaultText = "hsla(229, 15%, 80%, 100%)"; -export const ButtonToggleDarkItemDefaultIcon = "hsla(229, 15%, 45%, 100%)"; -export const ButtonToggleDarkItemStatesHoverBackground = "hsla(229, 15%, 25%, 100%)"; -export const ButtonToggleDarkItemStatesHoverText = "hsla(229, 15%, 80%, 100%)"; -export const ButtonToggleDarkItemStatesHoverIcon = "hsla(229, 15%, 45%, 100%)"; -export const ButtonToggleDarkItemStatesActiveBackground = "hsla(229, 15%, 27%, 100%)"; -export const ButtonToggleDarkItemStatesActiveText = "hsla(229, 15%, 80%, 100%)"; -export const ButtonToggleDarkItemStatesActiveIcon = "hsla(229, 15%, 45%, 100%)"; -export const ButtonToggleDarkItemStatesSelectedBackground = "hsla(229, 15%, 15%, 100%)"; -export const ButtonToggleDarkItemStatesSelectedText = "hsla(229, 15%, 80%, 100%)"; -export const ButtonToggleDarkItemStatesSelectedIcon = "hsla(229, 15%, 45%, 100%)"; -export const ButtonToggleDarkItemStatesSelectedHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonToggleDarkItemStatesSelectedHoverText = "hsla(229, 15%, 80%, 100%)"; -export const ButtonToggleDarkItemStatesSelectedHoverIcon = "hsla(229, 15%, 45%, 100%)"; -export const ButtonToggleDarkItemStatesSelectedActiveBackground = "hsla(229, 100%, 85%, 15%)"; -export const ButtonToggleDarkItemStatesSelectedActiveText = "hsla(229, 15%, 80%, 100%)"; -export const ButtonToggleDarkItemStatesSelectedActiveIcon = "hsla(229, 15%, 45%, 100%)"; -export const ButtonToggleDarkItemStatesSelectedDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonToggleDarkItemStatesSelectedDisabledText = "hsla(229, 15%, 40%, 100%)"; -export const ButtonToggleDarkItemStatesSelectedDisabledIcon = "hsla(229, 15%, 30%, 100%)"; -export const ButtonToggleDarkItemStatesDisabledBackground = "none"; -export const ButtonToggleDarkItemStatesDisabledText = "hsla(229, 15%, 40%, 100%)"; -export const ButtonToggleDarkItemStatesDisabledIcon = "hsla(229, 15%, 30%, 100%)"; -export const ButtonToggleDarkItemStatesFocusedOutline = "hsla(216, 100%, 60%, 100%)"; -export const ButtonSizeHeight = "32px"; -export const ButtonSizeBorderWidth = "1px"; -export const ButtonSizeBorderRadius = "8px"; -export const ButtonSizeHorizontalPadding = "12px"; -export const ButtonSizeContentPadding = "6px"; -export const ButtonFontDefaultFontSize = "14px"; -export const ButtonFontDefaultLineHeight = "20px"; -export const ButtonFontDefaultLetterSpacing = "-0.006em"; -export const ButtonFontDefaultFontWeight = "500"; -export const ButtonFontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ButtonFontDefaultTextTransform = "null"; -export const ButtonFontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ButtonLightFilledContrastFadeOffBackground = "hsla(229, 15%, 25%, 100%)"; -export const ButtonLightFilledContrastFadeOffBorder = "transparent"; -export const ButtonLightFilledContrastFadeOffForeground = "hsla(229, 15%, 100%, 100%)"; -export const ButtonLightFilledContrastFadeOffLeftIcon = "hsla(229, 15%, 100%, 100%)"; -export const ButtonLightFilledContrastFadeOffRightIcon = "hsla(229, 15%, 100%, 100%)"; -export const ButtonLightFilledContrastFadeOffStatesHoverBackground = "hsla(229, 15%, 20%, 100%)"; -export const ButtonLightFilledContrastFadeOffStatesActiveBackground = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightFilledContrastFadeOffStatesActiveHoverBackground = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightFilledContrastFadeOffStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonLightFilledContrastFadeOffStatesDisabledBorder = "transparent"; -export const ButtonLightFilledContrastFadeOffStatesDisabledForeground = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightFilledContrastFadeOffStatesDisabledLeftIcon = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightFilledContrastFadeOffStatesDisabledRightIcon = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightFilledContrastFadeOnBackground = "hsla(229, 15%, 92%, 100%)"; -export const ButtonLightFilledContrastFadeOnBorder = "transparent"; -export const ButtonLightFilledContrastFadeOnForeground = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightFilledContrastFadeOnLeftIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightFilledContrastFadeOnRightIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightFilledContrastFadeOnStatesHoverBackground = "hsla(229, 15%, 88%, 100%)"; -export const ButtonLightFilledContrastFadeOnStatesActiveBackground = "hsla(229, 15%, 85%, 100%)"; -export const ButtonLightFilledContrastFadeOnStatesActiveHoverBackground = "hsla(229, 15%, 85%, 100%)"; -export const ButtonLightFilledContrastFadeOnStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonLightFilledContrastFadeOnStatesDisabledBorder = "transparent"; -export const ButtonLightFilledContrastFadeOnStatesDisabledForeground = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightFilledContrastFadeOnStatesDisabledLeftIcon = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightFilledContrastFadeOnStatesDisabledRightIcon = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightOutlineThemeFadeOnBackground = "transparent"; -export const ButtonLightOutlineThemeFadeOnBorder = "hsla(216, 100%, 65%, 100%)"; -export const ButtonLightOutlineThemeFadeOnForeground = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightOutlineThemeFadeOnLeftIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightOutlineThemeFadeOnRightIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightOutlineThemeFadeOnStatesHoverBackground = "hsla(229, 15%, 50%, 8%)"; -export const ButtonLightOutlineThemeFadeOnStatesHoverBorder = "hsla(216, 100%, 65%, 100%)"; -export const ButtonLightOutlineThemeFadeOnStatesHoverForeground = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightOutlineThemeFadeOnStatesHoverLeftIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightOutlineThemeFadeOnStatesHoverRightIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightOutlineThemeFadeOnStatesActiveBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonLightOutlineThemeFadeOnStatesActiveBorder = "hsla(216, 100%, 65%, 100%)"; -export const ButtonLightOutlineThemeFadeOnStatesActiveForeground = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightOutlineThemeFadeOnStatesActiveLeftIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightOutlineThemeFadeOnStatesActiveRightIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightOutlineThemeFadeOnStatesActiveHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonLightOutlineThemeFadeOnStatesActiveHoverBorder = "hsla(216, 100%, 65%, 100%)"; -export const ButtonLightOutlineThemeFadeOnStatesActiveHoverForeground = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightOutlineThemeFadeOnStatesActiveHoverLeftIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightOutlineThemeFadeOnStatesActiveHoverRightIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightOutlineThemeFadeOnStatesDisabledBackground = "transparent"; -export const ButtonLightOutlineThemeFadeOnStatesDisabledBorder = "hsla(229, 15%, 50%, 32%)"; -export const ButtonLightOutlineThemeFadeOnStatesDisabledForeground = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightOutlineThemeFadeOnStatesDisabledLeftIcon = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightOutlineThemeFadeOnStatesDisabledRightIcon = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightOutlineContrastFadeOnBackground = "transparent"; -export const ButtonLightOutlineContrastFadeOnBorder = "hsla(229, 15%, 80%, 100%)"; -export const ButtonLightOutlineContrastFadeOnForeground = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightOutlineContrastFadeOnLeftIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightOutlineContrastFadeOnRightIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightOutlineContrastFadeOnStatesHoverBackground = "hsla(229, 15%, 50%, 8%)"; -export const ButtonLightOutlineContrastFadeOnStatesHoverBorder = "hsla(229, 15%, 80%, 100%)"; -export const ButtonLightOutlineContrastFadeOnStatesHoverForeground = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightOutlineContrastFadeOnStatesHoverLeftIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightOutlineContrastFadeOnStatesHoverRightIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightOutlineContrastFadeOnStatesActiveBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonLightOutlineContrastFadeOnStatesActiveBorder = "hsla(229, 15%, 80%, 100%)"; -export const ButtonLightOutlineContrastFadeOnStatesActiveForeground = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightOutlineContrastFadeOnStatesActiveLeftIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightOutlineContrastFadeOnStatesActiveRightIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightOutlineContrastFadeOnStatesActiveHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonLightOutlineContrastFadeOnStatesActiveHoverBorder = "hsla(229, 15%, 80%, 100%)"; -export const ButtonLightOutlineContrastFadeOnStatesActiveHoverForeground = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightOutlineContrastFadeOnStatesActiveHoverLeftIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightOutlineContrastFadeOnStatesActiveHoverRightIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightOutlineContrastFadeOnStatesDisabledBackground = "transparent"; -export const ButtonLightOutlineContrastFadeOnStatesDisabledBorder = "hsla(229, 15%, 50%, 32%)"; -export const ButtonLightOutlineContrastFadeOnStatesDisabledForeground = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightOutlineContrastFadeOnStatesDisabledLeftIcon = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightOutlineContrastFadeOnStatesDisabledRightIcon = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightTransparentThemeFadeOnBorder = "transparent"; -export const ButtonLightTransparentThemeFadeOnForeground = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightTransparentThemeFadeOnBackground = "transparent"; -export const ButtonLightTransparentThemeFadeOnLeftIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightTransparentThemeFadeOnRightIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightTransparentThemeFadeOnStatesHoverBorder = "transparent"; -export const ButtonLightTransparentThemeFadeOnStatesHoverForeground = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightTransparentThemeFadeOnStatesHoverBackground = "hsla(229, 15%, 50%, 8%)"; -export const ButtonLightTransparentThemeFadeOnStatesHoverLeftIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightTransparentThemeFadeOnStatesHoverRightIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightTransparentThemeFadeOnStatesActiveBorder = "transparent"; -export const ButtonLightTransparentThemeFadeOnStatesActiveForeground = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightTransparentThemeFadeOnStatesActiveBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonLightTransparentThemeFadeOnStatesActiveLeftIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightTransparentThemeFadeOnStatesActiveRightIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightTransparentThemeFadeOnStatesActiveHoverBorder = "transparent"; -export const ButtonLightTransparentThemeFadeOnStatesActiveHoverForeground = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightTransparentThemeFadeOnStatesActiveHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonLightTransparentThemeFadeOnStatesActiveHoverLeftIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightTransparentThemeFadeOnStatesActiveHoverRightIcon = "hsla(216, 100%, 50%, 100%)"; -export const ButtonLightTransparentThemeFadeOnStatesDisabledBorder = "transparent"; -export const ButtonLightTransparentThemeFadeOnStatesDisabledForeground = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightTransparentThemeFadeOnStatesDisabledBackground = "transparent"; -export const ButtonLightTransparentThemeFadeOnStatesDisabledLeftIcon = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightTransparentThemeFadeOnStatesDisabledRightIcon = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightTransparentContrastFadeOnBorder = "transparent"; -export const ButtonLightTransparentContrastFadeOnForeground = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightTransparentContrastFadeOnBackground = "transparent"; -export const ButtonLightTransparentContrastFadeOnLeftIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightTransparentContrastFadeOnRightIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightTransparentContrastFadeOnStatesHoverBorder = "transparent"; -export const ButtonLightTransparentContrastFadeOnStatesHoverForeground = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightTransparentContrastFadeOnStatesHoverBackground = "hsla(229, 15%, 50%, 8%)"; -export const ButtonLightTransparentContrastFadeOnStatesHoverLeftIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightTransparentContrastFadeOnStatesHoverRightIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightTransparentContrastFadeOnStatesActiveBorder = "transparent"; -export const ButtonLightTransparentContrastFadeOnStatesActiveForeground = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightTransparentContrastFadeOnStatesActiveBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonLightTransparentContrastFadeOnStatesActiveLeftIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightTransparentContrastFadeOnStatesActiveRightIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightTransparentContrastFadeOnStatesActiveHoverBorder = "transparent"; -export const ButtonLightTransparentContrastFadeOnStatesActiveHoverForeground = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightTransparentContrastFadeOnStatesActiveHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonLightTransparentContrastFadeOnStatesActiveHoverLeftIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightTransparentContrastFadeOnStatesActiveHoverRightIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonLightTransparentContrastFadeOnStatesDisabledBorder = "transparent"; -export const ButtonLightTransparentContrastFadeOnStatesDisabledForeground = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightTransparentContrastFadeOnStatesDisabledBackground = "transparent"; -export const ButtonLightTransparentContrastFadeOnStatesDisabledLeftIcon = "hsla(229, 15%, 15%, 32%)"; -export const ButtonLightTransparentContrastFadeOnStatesDisabledRightIcon = "hsla(229, 15%, 15%, 32%)"; -export const ButtonDarkFilledContrastFadeOffBackground = "hsla(229, 15%, 90%, 100%)"; -export const ButtonDarkFilledContrastFadeOffBorder = "transparent"; -export const ButtonDarkFilledContrastFadeOffForeground = "hsla(229, 15%, 15%, 100%)"; -export const ButtonDarkFilledContrastFadeOffLeftIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonDarkFilledContrastFadeOffRightIcon = "hsla(229, 15%, 15%, 100%)"; -export const ButtonDarkFilledContrastFadeOffStatesHoverBackground = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkFilledContrastFadeOffStatesActiveBackground = "hsla(229, 15%, 55%, 100%)"; -export const ButtonDarkFilledContrastFadeOffStatesActiveHoverBackground = "hsla(229, 15%, 55%, 100%)"; -export const ButtonDarkFilledContrastFadeOffStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonDarkFilledContrastFadeOffStatesDisabledBorder = "transparent"; -export const ButtonDarkFilledContrastFadeOffStatesDisabledForeground = "hsla(229, 15%, 40%, 100%)"; -export const ButtonDarkFilledContrastFadeOffStatesDisabledLeftIcon = "hsla(229, 15%, 40%, 100%)"; -export const ButtonDarkFilledContrastFadeOffStatesDisabledRightIcon = "hsla(229, 15%, 40%, 100%)"; -export const ButtonDarkFilledContrastFadeOnBackground = "hsla(229, 15%, 25%, 100%)"; -export const ButtonDarkFilledContrastFadeOnBorder = "transparent"; -export const ButtonDarkFilledContrastFadeOnForeground = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkFilledContrastFadeOnLeftIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkFilledContrastFadeOnRightIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkFilledContrastFadeOnStatesHoverBackground = "hsla(229, 15%, 25%, 100%)"; -export const ButtonDarkFilledContrastFadeOnStatesActiveBackground = "hsla(229, 15%, 27%, 100%)"; -export const ButtonDarkFilledContrastFadeOnStatesActiveHoverBackground = "hsla(229, 15%, 27%, 100%)"; -export const ButtonDarkFilledContrastFadeOnStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonDarkFilledContrastFadeOnStatesDisabledBorder = "transparent"; -export const ButtonDarkFilledContrastFadeOnStatesDisabledForeground = "hsla(229, 15%, 40%, 100%)"; -export const ButtonDarkFilledContrastFadeOnStatesDisabledLeftIcon = "hsla(229, 15%, 40%, 100%)"; -export const ButtonDarkFilledContrastFadeOnStatesDisabledRightIcon = "hsla(229, 15%, 40%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnBackground = "transparent"; -export const ButtonDarkOutlineThemeFadeOnBorder = "hsla(216, 100%, 30%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnForeground = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnLeftIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnRightIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonDarkOutlineThemeFadeOnStatesHoverBorder = "hsla(216, 100%, 30%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesHoverForeground = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesHoverLeftIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesHoverRightIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesActiveBackground = "hsla(229, 100%, 85%, 15%)"; -export const ButtonDarkOutlineThemeFadeOnStatesActiveBorder = "hsla(216, 100%, 30%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesActiveForeground = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesActiveLeftIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesActiveRightIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesActiveHoverBackground = "hsla(229, 100%, 85%, 15%)"; -export const ButtonDarkOutlineThemeFadeOnStatesActiveHoverBorder = "hsla(216, 100%, 30%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesActiveHoverForeground = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesActiveHoverLeftIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesActiveHoverRightIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesDisabledBackground = "transparent"; -export const ButtonDarkOutlineThemeFadeOnStatesDisabledBorder = "hsla(229, 15%, 50%, 32%)"; -export const ButtonDarkOutlineThemeFadeOnStatesDisabledForeground = "hsla(229, 15%, 40%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesDisabledLeftIcon = "hsla(229, 15%, 30%, 100%)"; -export const ButtonDarkOutlineThemeFadeOnStatesDisabledRightIcon = "hsla(229, 15%, 30%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnBackground = "transparent"; -export const ButtonDarkOutlineContrastFadeOnBorder = "hsla(229, 15%, 30%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnForeground = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnLeftIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnRightIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonDarkOutlineContrastFadeOnStatesHoverBorder = "hsla(229, 15%, 30%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesHoverForeground = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesHoverLeftIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesHoverRightIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesActiveBackground = "hsla(229, 100%, 85%, 15%)"; -export const ButtonDarkOutlineContrastFadeOnStatesActiveBorder = "hsla(229, 15%, 30%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesActiveForeground = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesActiveLeftIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesActiveRightIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesActiveHoverBackground = "hsla(229, 100%, 85%, 15%)"; -export const ButtonDarkOutlineContrastFadeOnStatesActiveHoverBorder = "hsla(229, 15%, 30%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesActiveHoverForeground = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesActiveHoverLeftIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesActiveHoverRightIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesDisabledBackground = "transparent"; -export const ButtonDarkOutlineContrastFadeOnStatesDisabledBorder = "hsla(229, 15%, 50%, 32%)"; -export const ButtonDarkOutlineContrastFadeOnStatesDisabledForeground = "hsla(229, 15%, 40%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesDisabledLeftIcon = "hsla(229, 15%, 30%, 100%)"; -export const ButtonDarkOutlineContrastFadeOnStatesDisabledRightIcon = "hsla(229, 15%, 30%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnBorder = "transparent"; -export const ButtonDarkTransparentThemeFadeOnForeground = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnBackground = "transparent"; -export const ButtonDarkTransparentThemeFadeOnLeftIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnRightIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnStatesHoverBorder = "transparent"; -export const ButtonDarkTransparentThemeFadeOnStatesHoverForeground = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnStatesHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonDarkTransparentThemeFadeOnStatesHoverLeftIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnStatesHoverRightIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnStatesActiveBorder = "transparent"; -export const ButtonDarkTransparentThemeFadeOnStatesActiveForeground = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnStatesActiveBackground = "hsla(229, 100%, 85%, 15%)"; -export const ButtonDarkTransparentThemeFadeOnStatesActiveLeftIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnStatesActiveRightIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnStatesActiveHoverBorder = "transparent"; -export const ButtonDarkTransparentThemeFadeOnStatesActiveHoverForeground = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnStatesActiveHoverBackground = "hsla(229, 100%, 85%, 15%)"; -export const ButtonDarkTransparentThemeFadeOnStatesActiveHoverLeftIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnStatesActiveHoverRightIcon = "hsla(216, 100%, 65%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnStatesDisabledBorder = "transparent"; -export const ButtonDarkTransparentThemeFadeOnStatesDisabledForeground = "hsla(229, 15%, 40%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnStatesDisabledBackground = "transparent"; -export const ButtonDarkTransparentThemeFadeOnStatesDisabledLeftIcon = "hsla(229, 15%, 30%, 100%)"; -export const ButtonDarkTransparentThemeFadeOnStatesDisabledRightIcon = "hsla(229, 15%, 30%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnBorder = "transparent"; -export const ButtonDarkTransparentContrastFadeOnForeground = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnBackground = "transparent"; -export const ButtonDarkTransparentContrastFadeOnLeftIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnRightIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnStatesHoverBorder = "transparent"; -export const ButtonDarkTransparentContrastFadeOnStatesHoverForeground = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnStatesHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const ButtonDarkTransparentContrastFadeOnStatesHoverLeftIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnStatesHoverRightIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnStatesActiveBorder = "transparent"; -export const ButtonDarkTransparentContrastFadeOnStatesActiveForeground = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnStatesActiveBackground = "hsla(229, 100%, 85%, 15%)"; -export const ButtonDarkTransparentContrastFadeOnStatesActiveLeftIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnStatesActiveRightIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnStatesActiveHoverBorder = "transparent"; -export const ButtonDarkTransparentContrastFadeOnStatesActiveHoverForeground = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnStatesActiveHoverBackground = "hsla(229, 100%, 85%, 15%)"; -export const ButtonDarkTransparentContrastFadeOnStatesActiveHoverLeftIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnStatesActiveHoverRightIcon = "hsla(229, 15%, 80%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnStatesDisabledBorder = "transparent"; -export const ButtonDarkTransparentContrastFadeOnStatesDisabledForeground = "hsla(229, 15%, 40%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnStatesDisabledBackground = "transparent"; -export const ButtonDarkTransparentContrastFadeOnStatesDisabledLeftIcon = "hsla(229, 15%, 30%, 100%)"; -export const ButtonDarkTransparentContrastFadeOnStatesDisabledRightIcon = "hsla(229, 15%, 30%, 100%)"; -export const IconButtonSizeHorizontalPadding = "8px"; -export const IconButtonSizeLeftIconPadding = "6px"; -export const IconButtonSizeNormalHorizontalPadding = 0; -export const IconButtonSizeNormalVerticalPadding = 0; -export const IconButtonSizeSmallHorizontalPadding = "4px"; -export const IconButtonSizeSmallVerticalPadding = "4px"; -export const IconButtonLightThemeDefault = "hsla(216, 100%, 50%, 100%)"; -export const IconButtonLightThemeStatesHover = "hsla(216, 100%, 45%, 100%)"; -export const IconButtonLightThemeStatesActive = "hsla(216, 100%, 40%, 100%)"; -export const IconButtonLightThemeStatesDisabled = "hsla(229, 15%, 15%, 32%)"; -export const IconButtonLightContrastDefault = "hsla(229, 15%, 15%, 100%)"; -export const IconButtonLightContrastStatesHover = "hsla(229, 15%, 10%, 100%)"; -export const IconButtonLightContrastStatesActive = "hsla(229, 15%, 10%, 100%)"; -export const IconButtonLightContrastStatesDisabled = "hsla(229, 15%, 15%, 32%)"; -export const IconButtonLightFadeContrastDefault = "hsla(229, 15%, 60%, 100%)"; -export const IconButtonLightFadeContrastStatesHover = "hsla(229, 15%, 50%, 100%)"; -export const IconButtonLightFadeContrastStatesActive = "hsla(229, 15%, 40%, 100%)"; -export const IconButtonLightFadeContrastStatesDisabled = "hsla(229, 15%, 15%, 32%)"; -export const IconButtonLightErrorDefault = "hsla(7, 97%, 45%, 100%)"; -export const IconButtonLightErrorStatesHover = "hsla(7, 97%, 45%, 100%)"; -export const IconButtonLightErrorStatesActive = "hsla(7, 97%, 40%, 100%)"; -export const IconButtonLightErrorStatesDisabled = "hsla(229, 15%, 15%, 32%)"; -export const IconButtonLightSuccessDefault = "hsla(104, 64%, 40%, 100%)"; -export const IconButtonLightSuccessStatesHover = "hsla(104, 64%, 40%, 100%)"; -export const IconButtonLightSuccessStatesActive = "hsla(104, 64%, 30%, 100%)"; -export const IconButtonLightSuccessStatesDisabled = "hsla(229, 15%, 15%, 32%)"; -export const IconButtonLightWarningDefault = "hsla(38, 100%, 42%, 100%)"; -export const IconButtonLightWarningStatesHover = "hsla(38, 100%, 45%, 100%)"; -export const IconButtonLightWarningStatesActive = "hsla(38, 100%, 42%, 100%)"; -export const IconButtonLightWarningStatesDisabled = "hsla(229, 15%, 15%, 32%)"; -export const IconButtonDarkThemeDefault = "hsla(216, 100%, 65%, 100%)"; -export const IconButtonDarkThemeStatesHover = "hsla(216, 100%, 45%, 100%)"; -export const IconButtonDarkThemeStatesActive = "hsla(216, 100%, 40%, 100%)"; -export const IconButtonDarkThemeStatesDisabled = "hsla(229, 15%, 30%, 100%)"; -export const IconButtonDarkContrastDefault = "hsla(229, 15%, 80%, 100%)"; -export const IconButtonDarkContrastStatesHover = "hsla(229, 15%, 90%, 100%)"; -export const IconButtonDarkContrastStatesActive = "hsla(229, 15%, 80%, 100%)"; -export const IconButtonDarkContrastStatesDisabled = "hsla(229, 15%, 30%, 100%)"; -export const IconButtonDarkFadeContrastDefault = "hsla(229, 15%, 45%, 100%)"; -export const IconButtonDarkFadeContrastStatesHover = "hsla(229, 15%, 50%, 100%)"; -export const IconButtonDarkFadeContrastStatesActive = "hsla(229, 15%, 40%, 100%)"; -export const IconButtonDarkFadeContrastStatesDisabled = "hsla(229, 15%, 30%, 100%)"; -export const IconButtonDarkErrorDefault = "hsla(7, 97%, 60%, 100%)"; -export const IconButtonDarkErrorStatesHover = "hsla(7, 97%, 50%, 100%)"; -export const IconButtonDarkErrorStatesActive = "hsla(7, 97%, 40%, 100%)"; -export const IconButtonDarkErrorStatesDisabled = "hsla(229, 15%, 30%, 100%)"; -export const IconButtonDarkSuccessDefault = "hsla(104, 64%, 45%, 100%)"; -export const IconButtonDarkSuccessStatesHover = "hsla(104, 64%, 40%, 100%)"; -export const IconButtonDarkSuccessStatesActive = "hsla(104, 64%, 30%, 100%)"; -export const IconButtonDarkSuccessStatesDisabled = "hsla(229, 15%, 30%, 100%)"; -export const IconButtonDarkWarningDefault = "hsla(38, 100%, 60%, 100%)"; -export const IconButtonDarkWarningStatesHover = "hsla(38, 100%, 45%, 100%)"; -export const IconButtonDarkWarningStatesActive = "hsla(38, 100%, 42%, 100%)"; -export const IconButtonDarkWarningStatesDisabled = "hsla(229, 15%, 30%, 100%)"; -export const ButtonIconSizeHorizontalPadding = "8px"; -export const ButtonIconSizeVerticalPadding = "8px"; -export const ButtonIconSizeContentPadding = "4px"; -export const CheckboxLightThemeDefaultBorder = "hsla(229, 15%, 80%, 100%)"; -export const CheckboxLightThemeDefaultColor = "hsla(0, 0%, 100%, 100%)"; -export const CheckboxLightThemeDefaultText = "hsla(229, 15%, 15%, 100%)"; -export const CheckboxLightThemeDefaultBackground = "hsla(0, 0%, 100%, 100%)"; -export const CheckboxLightThemeDefaultCaption = "hsla(229, 15%, 50%, 100%)"; -export const CheckboxLightThemeStatesHoverBorder = "hsla(229, 15%, 80%, 100%)"; -export const CheckboxLightThemeStatesHoverBackground = "hsla(229, 15%, 50%, 8%)"; -export const CheckboxLightThemeStatesCheckedBorder = "transparent"; -export const CheckboxLightThemeStatesCheckedBackground = "hsla(216, 100%, 50%, 100%)"; -export const CheckboxLightThemeStatesCheckedHoverBorder = "transparent"; -export const CheckboxLightThemeStatesCheckedHoverBackground = "hsla(216, 100%, 45%, 100%)"; -export const CheckboxLightThemeStatesFocusedBorder = "hsla(216, 100%, 60%, 100%)"; -export const CheckboxLightThemeStatesFocusedBackground = "hsla(0, 0%, 100%, 100%)"; -export const CheckboxLightThemeStatesFocusedOutline = "1px solid hsla(216, 100%, 60%, 100%)"; -export const CheckboxLightThemeStatesCheckedFocusedBorder = "hsla(216, 100%, 60%, 100%)"; -export const CheckboxLightThemeStatesCheckedFocusedBackground = "hsla(216, 100%, 50%, 100%)"; -export const CheckboxLightThemeStatesCheckedFocusedOutline = "1px solid hsla(216, 100%, 60%, 100%)"; -export const CheckboxLightThemeStatesDisabledBorder = "hsla(229, 15%, 50%, 32%)"; -export const CheckboxLightThemeStatesDisabledColor = "hsla(229, 15%, 15%, 32%)"; -export const CheckboxLightThemeStatesDisabledText = "hsla(229, 15%, 15%, 32%)"; -export const CheckboxLightThemeStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const CheckboxLightThemeStatesDisabledCaption = "hsla(229, 15%, 15%, 32%)"; -export const CheckboxLightErrorDefaultBorder = "hsla(7, 97%, 45%, 100%)"; -export const CheckboxLightErrorDefaultColor = "hsla(0, 0%, 100%, 100%)"; -export const CheckboxLightErrorDefaultText = "hsla(229, 15%, 15%, 100%)"; -export const CheckboxLightErrorDefaultBackground = "hsla(7, 97%, 99%, 100%)"; -export const CheckboxLightErrorDefaultCaption = "hsla(229, 15%, 50%, 100%)"; -export const CheckboxLightErrorStatesHoverBorder = "hsla(7, 97%, 45%, 100%)"; -export const CheckboxLightErrorStatesHoverBackground = "hsla(7, 97%, 92%, 100%)"; -export const CheckboxLightErrorStatesCheckedBorder = "transparent"; -export const CheckboxLightErrorStatesCheckedBackground = "hsla(7, 97%, 60%, 100%)"; -export const CheckboxLightErrorStatesCheckedHoverBorder = "transparent"; -export const CheckboxLightErrorStatesCheckedHoverBackground = "hsla(7, 97%, 56%, 100%)"; -export const CheckboxLightErrorStatesFocusedBorder = "hsla(7, 97%, 45%, 100%)"; -export const CheckboxLightErrorStatesFocusedBackground = "hsla(7, 97%, 99%, 100%)"; -export const CheckboxLightErrorStatesFocusedOutline = "1px solid hsla(7, 97%, 45%, 100%)"; -export const CheckboxLightErrorStatesCheckedFocusedBorder = "hsla(7, 97%, 45%, 100%)"; -export const CheckboxLightErrorStatesCheckedFocusedBackground = "hsla(7, 97%, 60%, 100%)"; -export const CheckboxLightErrorStatesCheckedFocusedOutline = "1px solid hsla(7, 97%, 45%, 100%)"; -export const CheckboxLightErrorStatesDisabledBorder = "hsla(229, 15%, 50%, 32%)"; -export const CheckboxLightErrorStatesDisabledColor = "hsla(229, 15%, 15%, 32%)"; -export const CheckboxLightErrorStatesDisabledText = "hsla(229, 15%, 15%, 32%)"; -export const CheckboxLightErrorStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const CheckboxLightErrorStatesDisabledCaption = "hsla(229, 15%, 15%, 32%)"; -export const CheckboxDarkThemeDefaultBorder = "hsla(229, 15%, 30%, 100%)"; -export const CheckboxDarkThemeDefaultColor = "hsla(0, 0%, 100%, 100%)"; -export const CheckboxDarkThemeDefaultText = "hsla(229, 15%, 80%, 100%)"; -export const CheckboxDarkThemeDefaultBackground = "hsla(229, 15%, 12%, 100%)"; -export const CheckboxDarkThemeDefaultCaption = "hsla(229, 15%, 60%, 100%)"; -export const CheckboxDarkThemeStatesHoverBorder = "hsla(229, 15%, 30%, 100%)"; -export const CheckboxDarkThemeStatesHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const CheckboxDarkThemeStatesCheckedBorder = "transparent"; -export const CheckboxDarkThemeStatesCheckedBackground = "hsla(216, 100%, 50%, 100%)"; -export const CheckboxDarkThemeStatesCheckedHoverBorder = "transparent"; -export const CheckboxDarkThemeStatesCheckedHoverBackground = "hsla(216, 100%, 45%, 100%)"; -export const CheckboxDarkThemeStatesFocusedBorder = "hsla(216, 100%, 60%, 100%)"; -export const CheckboxDarkThemeStatesFocusedBackground = "hsla(229, 15%, 12%, 100%)"; -export const CheckboxDarkThemeStatesFocusedOutline = "1px solid hsla(216, 100%, 60%, 100%)"; -export const CheckboxDarkThemeStatesCheckedFocusedBorder = "hsla(216, 100%, 60%, 100%)"; -export const CheckboxDarkThemeStatesCheckedFocusedBackground = "hsla(216, 100%, 50%, 100%)"; -export const CheckboxDarkThemeStatesCheckedFocusedOutline = "1px solid hsla(216, 100%, 60%, 100%)"; -export const CheckboxDarkThemeStatesDisabledBorder = "hsla(229, 15%, 30%, 100%)"; -export const CheckboxDarkThemeStatesDisabledColor = "hsla(229, 15%, 30%, 100%)"; -export const CheckboxDarkThemeStatesDisabledText = "hsla(229, 15%, 40%, 100%)"; -export const CheckboxDarkThemeStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const CheckboxDarkThemeStatesDisabledCaption = "hsla(229, 15%, 30%, 100%)"; -export const CheckboxDarkErrorDefaultBorder = "hsla(7, 97%, 35%, 100%)"; -export const CheckboxDarkErrorDefaultColor = "hsla(0, 0%, 100%, 100%)"; -export const CheckboxDarkErrorDefaultText = "hsla(229, 15%, 80%, 100%)"; -export const CheckboxDarkErrorDefaultBackground = "hsla(7, 97%, 6%, 100%)"; -export const CheckboxDarkErrorDefaultCaption = "hsla(229, 15%, 60%, 100%)"; -export const CheckboxDarkErrorStatesHoverBorder = "hsla(7, 97%, 35%, 100%)"; -export const CheckboxDarkErrorStatesHoverBackground = "hsla(7, 97%, 13%, 100%)"; -export const CheckboxDarkErrorStatesCheckedBorder = "transparent"; -export const CheckboxDarkErrorStatesCheckedBackground = "hsla(7, 97%, 41%, 100%)"; -export const CheckboxDarkErrorStatesCheckedHoverBorder = "transparent"; -export const CheckboxDarkErrorStatesCheckedHoverBackground = "hsla(7, 97%, 42%, 100%)"; -export const CheckboxDarkErrorStatesFocusedBorder = "hsla(7, 97%, 35%, 100%)"; -export const CheckboxDarkErrorStatesFocusedBackground = "hsla(7, 97%, 6%, 100%)"; -export const CheckboxDarkErrorStatesFocusedOutline = "1px solid hsla(7, 97%, 45%, 100%)"; -export const CheckboxDarkErrorStatesCheckedFocusedBorder = "hsla(7, 97%, 45%, 100%)"; -export const CheckboxDarkErrorStatesCheckedFocusedBackground = "hsla(7, 97%, 41%, 100%)"; -export const CheckboxDarkErrorStatesCheckedFocusedOutline = "1px solid hsla(7, 97%, 45%, 100%)"; -export const CheckboxDarkErrorStatesDisabledBorder = "hsla(229, 15%, 30%, 100%)"; -export const CheckboxDarkErrorStatesDisabledColor = "hsla(229, 15%, 30%, 100%)"; -export const CheckboxDarkErrorStatesDisabledText = "hsla(229, 15%, 40%, 100%)"; -export const CheckboxDarkErrorStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const CheckboxDarkErrorStatesDisabledCaption = "hsla(229, 15%, 30%, 100%)"; -export const CheckboxSizeNormalWidth = "16px"; -export const CheckboxSizeNormalBorderWidth = "1px"; -export const CheckboxSizeNormalBorderRadius = "4px"; -export const CheckboxSizeNormalHorizontalContentPadding = "8px"; -export const CheckboxSizeNormalVerticalContentPadding = "2px"; -export const CheckboxSizeNormalTop = "2px"; -export const CheckboxSizeBigWidth = "16px"; -export const CheckboxSizeBigBorderWidth = "1px"; -export const CheckboxSizeBigBorderRadius = "4px"; -export const CheckboxSizeBigHorizontalContentPadding = "8px"; -export const CheckboxSizeBigVerticalContentPadding = "2px"; -export const CheckboxSizeBigTop = "4px"; -export const CheckboxFontNormalLabelFontSize = "14px"; -export const CheckboxFontNormalLabelLineHeight = "20px"; -export const CheckboxFontNormalLabelLetterSpacing = "-0.006em"; -export const CheckboxFontNormalLabelFontWeight = "normal"; -export const CheckboxFontNormalLabelFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const CheckboxFontNormalLabelTextTransform = "null"; -export const CheckboxFontNormalLabelFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const CheckboxFontNormalCaptionFontSize = "12px"; -export const CheckboxFontNormalCaptionLineHeight = "16px"; -export const CheckboxFontNormalCaptionLetterSpacing = "normal"; -export const CheckboxFontNormalCaptionFontWeight = "normal"; -export const CheckboxFontNormalCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const CheckboxFontNormalCaptionTextTransform = "null"; -export const CheckboxFontNormalCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const CheckboxFontBigLabelFontSize = "16px"; -export const CheckboxFontBigLabelLineHeight = "24px"; -export const CheckboxFontBigLabelLetterSpacing = "-0.011em"; -export const CheckboxFontBigLabelFontWeight = "normal"; -export const CheckboxFontBigLabelFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const CheckboxFontBigLabelTextTransform = "null"; -export const CheckboxFontBigLabelFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const CheckboxFontBigCaptionFontSize = "14px"; -export const CheckboxFontBigCaptionLineHeight = "20px"; -export const CheckboxFontBigCaptionLetterSpacing = "-0.006em"; -export const CheckboxFontBigCaptionFontWeight = "normal"; -export const CheckboxFontBigCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const CheckboxFontBigCaptionTextTransform = "null"; -export const CheckboxFontBigCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const CodeBlockSizeContainerBorderWidth = "1px"; -export const CodeBlockSizeContainerBorderRadius = "12px"; -export const CodeBlockSizeWithHeaderContentPaddingTop = "4px"; -export const CodeBlockSizeWithHeaderContentPaddingBottom = "16px"; -export const CodeBlockSizeWithHeaderContentPaddingHorizontal = "20px"; -export const CodeBlockSizeWithHeaderContentContentGapHorizontal = "12px"; -export const CodeBlockSizeNoHeaderContentPaddingVertical = "14px"; -export const CodeBlockSizeNoHeaderContentPaddingHorizontal = "20px"; -export const CodeBlockSizeNoHeaderContentContentGapHorizontal = "12px"; -export const CodeBlockSizeHeaderPaddingVertical = "8px"; -export const CodeBlockSizeHeaderPaddingLeft = "12px"; -export const CodeBlockSizeHeaderPaddingRight = "8px"; -export const CodeBlockSizeHeaderContentGapHorizontal = "16px"; -export const CodeBlockSizeActionbarContentGapHorizontal = "2px"; -export const CodeBlockSizeActionbarPaddingVertical = "8px"; -export const CodeBlockSizeActionbarPaddingHorizontal = "12px"; -export const CodeBlockSizeActionbarFadeGradientWidth = "32px"; -export const CodeBlockSizeCollapseExpandedPaddingTop = "0"; -export const CodeBlockSizeCollapseExpandedPaddingBottom = "16px"; -export const CodeBlockSizeCollapseCollapsedPaddingTop = "32px"; -export const CodeBlockSizeCollapseCollapsedPaddingBottom = "16px"; -export const CodeBlockFontDefaultFontSize = "14px"; -export const CodeBlockFontDefaultLineHeight = "20px"; -export const CodeBlockFontDefaultLetterSpacing = "normal"; -export const CodeBlockFontDefaultFontWeight = "normal"; -export const CodeBlockFontDefaultFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const CodeBlockFontDefaultTextTransform = "null"; -export const CodeBlockFontDefaultFontFeatureSettings = "initial"; -export const CodeBlockFontHljsAdditionFontStyle = "null"; -export const CodeBlockFontHljsAdditionFontWeight = "null"; -export const CodeBlockFontHljsAttrFontStyle = "null"; -export const CodeBlockFontHljsAttrFontWeight = "null"; -export const CodeBlockFontHljsAttributeFontStyle = "null"; -export const CodeBlockFontHljsAttributeFontWeight = "null"; -export const CodeBlockFontHljsBuiltInFontStyle = "null"; -export const CodeBlockFontHljsBuiltInFontWeight = "null"; -export const CodeBlockFontHljsBulletFontStyle = "null"; -export const CodeBlockFontHljsBulletFontWeight = "null"; -export const CodeBlockFontHljsCharEscapeFontStyle = "null"; -export const CodeBlockFontHljsCharEscapeFontWeight = "null"; -export const CodeBlockFontHljsClassFontStyle = "null"; -export const CodeBlockFontHljsClassFontWeight = "null"; -export const CodeBlockFontHljsCodeFontStyle = "null"; -export const CodeBlockFontHljsCodeFontWeight = "null"; -export const CodeBlockFontHljsCommentFontStyle = "null"; -export const CodeBlockFontHljsCommentFontWeight = "null"; -export const CodeBlockFontHljsDeletionFontStyle = "null"; -export const CodeBlockFontHljsDeletionFontWeight = "null"; -export const CodeBlockFontHljsDoctagFontStyle = "null"; -export const CodeBlockFontHljsDoctagFontWeight = "null"; -export const CodeBlockFontHljsEmphasisFontStyle = "null"; -export const CodeBlockFontHljsEmphasisFontWeight = "null"; -export const CodeBlockFontHljsFormulaFontStyle = "null"; -export const CodeBlockFontHljsFormulaFontWeight = "null"; -export const CodeBlockFontHljsFunctionFontStyle = "null"; -export const CodeBlockFontHljsFunctionFontWeight = "null"; -export const CodeBlockFontHljsKeywordFontStyle = "null"; -export const CodeBlockFontHljsKeywordFontWeight = "null"; -export const CodeBlockFontHljsLinkFontStyle = "null"; -export const CodeBlockFontHljsLinkFontWeight = "null"; -export const CodeBlockFontHljsLiteralFontStyle = "null"; -export const CodeBlockFontHljsLiteralFontWeight = "null"; -export const CodeBlockFontHljsMetaFontStyle = "null"; -export const CodeBlockFontHljsMetaFontWeight = "null"; -export const CodeBlockFontHljsMetaKeywordFontStyle = "null"; -export const CodeBlockFontHljsMetaKeywordFontWeight = "null"; -export const CodeBlockFontHljsMetaStringFontStyle = "null"; -export const CodeBlockFontHljsMetaStringFontWeight = "null"; -export const CodeBlockFontHljsMetaPromptFontStyle = "null"; -export const CodeBlockFontHljsMetaPromptFontWeight = "null"; -export const CodeBlockFontHljsNameFontStyle = "null"; -export const CodeBlockFontHljsNameFontWeight = "null"; -export const CodeBlockFontHljsNumberFontStyle = "null"; -export const CodeBlockFontHljsNumberFontWeight = "null"; -export const CodeBlockFontHljsOperatorFontStyle = "null"; -export const CodeBlockFontHljsOperatorFontWeight = "null"; -export const CodeBlockFontHljsParamsFontStyle = "null"; -export const CodeBlockFontHljsParamsFontWeight = "null"; -export const CodeBlockFontHljsPropertyFontStyle = "null"; -export const CodeBlockFontHljsPropertyFontWeight = "null"; -export const CodeBlockFontHljsPunctuationFontStyle = "null"; -export const CodeBlockFontHljsPunctuationFontWeight = "null"; -export const CodeBlockFontHljsQuoteFontStyle = "null"; -export const CodeBlockFontHljsQuoteFontWeight = "null"; -export const CodeBlockFontHljsRegexpFontStyle = "null"; -export const CodeBlockFontHljsRegexpFontWeight = "null"; -export const CodeBlockFontHljsSectionFontStyle = "null"; -export const CodeBlockFontHljsSectionFontWeight = "null"; -export const CodeBlockFontHljsSelectorAttrFontStyle = "null"; -export const CodeBlockFontHljsSelectorAttrFontWeight = "null"; -export const CodeBlockFontHljsSelectorClassFontStyle = "null"; -export const CodeBlockFontHljsSelectorClassFontWeight = "null"; -export const CodeBlockFontHljsSelectorIdFontStyle = "null"; -export const CodeBlockFontHljsSelectorIdFontWeight = "null"; -export const CodeBlockFontHljsSelectorPseudoFontStyle = "null"; -export const CodeBlockFontHljsSelectorPseudoFontWeight = "null"; -export const CodeBlockFontHljsSelectorTagFontStyle = "null"; -export const CodeBlockFontHljsSelectorTagFontWeight = "null"; -export const CodeBlockFontHljsStringFontStyle = "null"; -export const CodeBlockFontHljsStringFontWeight = "null"; -export const CodeBlockFontHljsStrongFontStyle = "null"; -export const CodeBlockFontHljsStrongFontWeight = "null"; -export const CodeBlockFontHljsSubstFontStyle = "null"; -export const CodeBlockFontHljsSubstFontWeight = "null"; -export const CodeBlockFontHljsSymbolFontStyle = "null"; -export const CodeBlockFontHljsSymbolFontWeight = "null"; -export const CodeBlockFontHljsTagFontStyle = "null"; -export const CodeBlockFontHljsTagFontWeight = "null"; -export const CodeBlockFontHljsTemplateTagFontStyle = "null"; -export const CodeBlockFontHljsTemplateTagFontWeight = "null"; -export const CodeBlockFontHljsTemplateVariableFontStyle = "null"; -export const CodeBlockFontHljsTemplateVariableFontWeight = "null"; -export const CodeBlockFontHljsTitleFontStyle = "null"; -export const CodeBlockFontHljsTitleFontWeight = "null"; -export const CodeBlockFontHljsTitleClassFontStyle = "normal"; -export const CodeBlockFontHljsTitleClassFontWeight = 500; -export const CodeBlockFontHljsTitleClassInheritedFontStyle = "null"; -export const CodeBlockFontHljsTitleClassInheritedFontWeight = "null"; -export const CodeBlockFontHljsTitleFunctionFontStyle = "null"; -export const CodeBlockFontHljsTitleFunctionFontWeight = "null"; -export const CodeBlockFontHljsTitleFunctionInvokeFontStyle = "null"; -export const CodeBlockFontHljsTitleFunctionInvokeFontWeight = "null"; -export const CodeBlockFontHljsTypeFontStyle = "null"; -export const CodeBlockFontHljsTypeFontWeight = "null"; -export const CodeBlockFontHljsVariableFontStyle = "null"; -export const CodeBlockFontHljsVariableFontWeight = "null"; -export const CodeBlockFontHljsVariableConstantFontStyle = "null"; -export const CodeBlockFontHljsVariableConstantFontWeight = "null"; -export const CodeBlockFontHljsVariableLanguageFontStyle = "null"; -export const CodeBlockFontHljsVariableLanguageFontWeight = "null"; -export const CodeBlockLightFilledContainerBackground = "hsla(229, 15%, 95%, 100%)"; -export const CodeBlockLightFilledContainerBorderColor = "transparent"; -export const CodeBlockLightFilledHeaderBackground = "hsla(229, 15%, 95%, 100%)"; -export const CodeBlockLightFilledHeaderShadow = " 0px 1px 0px 0px hsla(229, 15%, 6%, 12%)"; -export const CodeBlockLightFilledActionbarFadeGradient = "linear-gradient(90deg, transparent, hsla(229, 15%, 95%, 100%))"; -export const CodeBlockLightFilledActionbarBackground = "hsla(229, 15%, 95%, 100%)"; -export const CodeBlockLightFilledCollapseExpandedBackground = "transparent"; -export const CodeBlockLightFilledCollapseCollapsedBackground = "linear-gradient(180deg, hsla(225, 15%, 95%, 0%) 0%, hsla(225, 15%, 95%, 100%) 100%)"; -export const CodeBlockLightFilledCollapseButtonExpandBackground = "hsla(229, 15%, 95%, 100%)"; -export const CodeBlockLightOutlineContainerBackground = "hsla(229, 15%, 100%, 100%)"; -export const CodeBlockLightOutlineContainerBorderColor = "hsla(229, 15%, 6%, 12%)"; -export const CodeBlockLightOutlineHeaderBackground = "hsla(229, 15%, 100%, 100%)"; -export const CodeBlockLightOutlineHeaderShadow = " 0px 1px 0px 0px hsla(229, 15%, 6%, 12%)"; -export const CodeBlockLightOutlineActionbarFadeGradient = "linear-gradient(90deg, transparent, hsla(229, 15%, 100%, 100%))"; -export const CodeBlockLightOutlineActionbarBackground = "hsla(229, 15%, 100%, 100%)"; -export const CodeBlockLightOutlineCollapseExpandedBackground = "transparent"; -export const CodeBlockLightOutlineCollapseCollapsedBackground = "linear-gradient(180deg, hsla(0, 0%, 100%, 0%) 0%, hsla(0, 0%, 100%, 100%) 100%)"; -export const CodeBlockLightOutlineCollapseButtonExpandBackground = "hsla(229, 15%, 100%, 100%)"; -export const CodeBlockLightHljsAdditionBackground = "hsla(104, 64%, 95%, 100%)"; -export const CodeBlockLightHljsAdditionColor = "hsla(104, 64%, 25%, 100%)"; -export const CodeBlockLightHljsAttrBackground = "null"; -export const CodeBlockLightHljsAttrColor = "null"; -export const CodeBlockLightHljsAttributeBackground = "null"; -export const CodeBlockLightHljsAttributeColor = "null"; -export const CodeBlockLightHljsBuiltInBackground = "null"; -export const CodeBlockLightHljsBuiltInColor = "null"; -export const CodeBlockLightHljsBulletBackground = "null"; -export const CodeBlockLightHljsBulletColor = "null"; -export const CodeBlockLightHljsCharEscapeBackground = "null"; -export const CodeBlockLightHljsCharEscapeColor = "null"; -export const CodeBlockLightHljsClassBackground = "null"; -export const CodeBlockLightHljsClassColor = "null"; -export const CodeBlockLightHljsCodeBackground = "null"; -export const CodeBlockLightHljsCodeColor = "null"; -export const CodeBlockLightHljsCommentBackground = "null"; -export const CodeBlockLightHljsCommentColor = "hsla(229, 15%, 60%, 100%)"; -export const CodeBlockLightHljsDeletionBackground = "hsla(7, 97%, 95%, 100%)"; -export const CodeBlockLightHljsDeletionColor = "hsla(7, 97%, 35%, 100%)"; -export const CodeBlockLightHljsDoctagBackground = "null"; -export const CodeBlockLightHljsDoctagColor = "null"; -export const CodeBlockLightHljsEmphasisBackground = "null"; -export const CodeBlockLightHljsEmphasisColor = "null"; -export const CodeBlockLightHljsFormulaBackground = "null"; -export const CodeBlockLightHljsFormulaColor = "null"; -export const CodeBlockLightHljsFunctionBackground = "null"; -export const CodeBlockLightHljsFunctionColor = "null"; -export const CodeBlockLightHljsKeywordBackground = "null"; -export const CodeBlockLightHljsKeywordColor = "null"; -export const CodeBlockLightHljsLineNumbersColor = "hsla(229, 15%, 50%, 100%)"; -export const CodeBlockLightHljsLinkBackground = "null"; -export const CodeBlockLightHljsLinkColor = "null"; -export const CodeBlockLightHljsLiteralBackground = "null"; -export const CodeBlockLightHljsLiteralColor = "hsla(277, 72%, 30%, 100%)"; -export const CodeBlockLightHljsMetaBackground = "null"; -export const CodeBlockLightHljsMetaColor = "hsla(216, 100%, 35%, 100%)"; -export const CodeBlockLightHljsMetaKeywordBackground = "null"; -export const CodeBlockLightHljsMetaKeywordColor = "null"; -export const CodeBlockLightHljsMetaStringBackground = "null"; -export const CodeBlockLightHljsMetaStringColor = "hsla(216, 100%, 35%, 100%)"; -export const CodeBlockLightHljsMetaPromptBackground = "null"; -export const CodeBlockLightHljsMetaPromptColor = "null"; -export const CodeBlockLightHljsNameBackground = "null"; -export const CodeBlockLightHljsNameColor = "hsla(216, 100%, 35%, 100%)"; -export const CodeBlockLightHljsNumberBackground = "null"; -export const CodeBlockLightHljsNumberColor = "hsla(277, 72%, 30%, 100%)"; -export const CodeBlockLightHljsOperatorBackground = "null"; -export const CodeBlockLightHljsOperatorColor = "null"; -export const CodeBlockLightHljsParamsBackground = "null"; -export const CodeBlockLightHljsParamsColor = "null"; -export const CodeBlockLightHljsPropertyBackground = "null"; -export const CodeBlockLightHljsPropertyColor = "null"; -export const CodeBlockLightHljsPunctuationBackground = "null"; -export const CodeBlockLightHljsPunctuationColor = "null"; -export const CodeBlockLightHljsQuoteBackground = "null"; -export const CodeBlockLightHljsQuoteColor = "null"; -export const CodeBlockLightHljsRegexpBackground = "null"; -export const CodeBlockLightHljsRegexpColor = "hsla(104, 64%, 25%, 100%)"; -export const CodeBlockLightHljsSectionBackground = "null"; -export const CodeBlockLightHljsSectionColor = "null"; -export const CodeBlockLightHljsSelectorAttrBackground = "null"; -export const CodeBlockLightHljsSelectorAttrColor = "null"; -export const CodeBlockLightHljsSelectorClassBackground = "null"; -export const CodeBlockLightHljsSelectorClassColor = "null"; -export const CodeBlockLightHljsSelectorIdBackground = "null"; -export const CodeBlockLightHljsSelectorIdColor = "null"; -export const CodeBlockLightHljsSelectorPseudoBackground = "null"; -export const CodeBlockLightHljsSelectorPseudoColor = "null"; -export const CodeBlockLightHljsSelectorTagBackground = "null"; -export const CodeBlockLightHljsSelectorTagColor = "hsla(216, 100%, 35%, 100%)"; -export const CodeBlockLightHljsStringBackground = "null"; -export const CodeBlockLightHljsStringColor = "hsla(104, 64%, 25%, 100%)"; -export const CodeBlockLightHljsStrongBackground = "null"; -export const CodeBlockLightHljsStrongColor = "null"; -export const CodeBlockLightHljsSubstBackground = "null"; -export const CodeBlockLightHljsSubstColor = "null"; -export const CodeBlockLightHljsSymbolBackground = "null"; -export const CodeBlockLightHljsSymbolColor = "hsla(216, 100%, 35%, 100%)"; -export const CodeBlockLightHljsTagBackground = "null"; -export const CodeBlockLightHljsTagColor = "null"; -export const CodeBlockLightHljsTemplateTagBackground = "null"; -export const CodeBlockLightHljsTemplateTagColor = "null"; -export const CodeBlockLightHljsTemplateVariableBackground = "null"; -export const CodeBlockLightHljsTemplateVariableColor = "null"; -export const CodeBlockLightHljsTitleBackground = "null"; -export const CodeBlockLightHljsTitleColor = "hsla(216, 100%, 35%, 100%)"; -export const CodeBlockLightHljsTitleClassBackground = "null"; -export const CodeBlockLightHljsTitleClassColor = "null"; -export const CodeBlockLightHljsTitleClassInheritedBackground = "null"; -export const CodeBlockLightHljsTitleClassInheritedColor = "null"; -export const CodeBlockLightHljsTitleFunctionBackground = "null"; -export const CodeBlockLightHljsTitleFunctionColor = "null"; -export const CodeBlockLightHljsTitleFunctionInvokeBackground = "null"; -export const CodeBlockLightHljsTitleFunctionInvokeColor = "null"; -export const CodeBlockLightHljsTypeBackground = "null"; -export const CodeBlockLightHljsTypeColor = "null"; -export const CodeBlockLightHljsVariableBackground = "null"; -export const CodeBlockLightHljsVariableColor = "null"; -export const CodeBlockLightHljsVariableConstantBackground = "null"; -export const CodeBlockLightHljsVariableConstantColor = "null"; -export const CodeBlockLightHljsVariableLanguageBackground = "null"; -export const CodeBlockLightHljsVariableLanguageColor = "null"; -export const CodeBlockDarkFilledContainerBackground = "hsla(229, 15%, 16%, 100%)"; -export const CodeBlockDarkFilledContainerBorderColor = "hsla(229, 15%, 22%, 100%)"; -export const CodeBlockDarkFilledHeaderBackground = "hsla(229, 15%, 16%, 100%)"; -export const CodeBlockDarkFilledHeaderShadow = " 0px 1px 0px 0px hsla(229, 100%, 85%, 15%)"; -export const CodeBlockDarkFilledActionbarFadeGradient = "linear-gradient(90deg, transparent, hsla(229, 15%, 16%, 100%))"; -export const CodeBlockDarkFilledActionbarBackground = "hsla(229, 15%, 16%, 100%)"; -export const CodeBlockDarkFilledCollapseExpandedBackground = "transparent"; -export const CodeBlockDarkFilledCollapseCollapsedBackground = "linear-gradient(180deg, hsla(229, 15%, 15%, 0%) 0%, hsla(229, 15%, 15%, 1%) 100%)"; -export const CodeBlockDarkFilledCollapseButtonExpandBackground = "hsla(229, 15%, 16%, 100%)"; -export const CodeBlockDarkOutlineContainerBackground = "hsla(229, 15%, 15%, 100%)"; -export const CodeBlockDarkOutlineContainerBorderColor = "transparent"; -export const CodeBlockDarkOutlineHeaderBackground = "hsla(229, 15%, 15%, 100%)"; -export const CodeBlockDarkOutlineHeaderShadow = " 0px 1px 0px 0px hsla(229, 100%, 85%, 15%)"; -export const CodeBlockDarkOutlineActionbarFadeGradient = "linear-gradient(90deg, transparent, hsla(229, 15%, 15%, 100%))"; -export const CodeBlockDarkOutlineActionbarBackground = "hsla(229, 15%, 15%, 100%)"; -export const CodeBlockDarkOutlineCollapseExpandedBackground = "transparent"; -export const CodeBlockDarkOutlineCollapseCollapsedBackground = "linear-gradient(180deg, hsla(229, 15%, 12%, 0%) 0%, hsla(229, 15%, 12%, 1%) 100%)"; -export const CodeBlockDarkOutlineCollapseButtonExpandBackground = "hsla(229, 15%, 15%, 100%)"; -export const CodeBlockDarkHljsAdditionBackground = "hsla(104, 64%, 95%, 100%)"; -export const CodeBlockDarkHljsAdditionColor = "hsla(104, 64%, 25%, 100%)"; -export const CodeBlockDarkHljsAttrBackground = "null"; -export const CodeBlockDarkHljsAttrColor = "null"; -export const CodeBlockDarkHljsAttributeBackground = "null"; -export const CodeBlockDarkHljsAttributeColor = "null"; -export const CodeBlockDarkHljsBuiltInBackground = "null"; -export const CodeBlockDarkHljsBuiltInColor = "null"; -export const CodeBlockDarkHljsBulletBackground = "null"; -export const CodeBlockDarkHljsBulletColor = "null"; -export const CodeBlockDarkHljsCharEscapeBackground = "null"; -export const CodeBlockDarkHljsCharEscapeColor = "null"; -export const CodeBlockDarkHljsClassBackground = "null"; -export const CodeBlockDarkHljsClassColor = "null"; -export const CodeBlockDarkHljsCodeBackground = "null"; -export const CodeBlockDarkHljsCodeColor = "null"; -export const CodeBlockDarkHljsCommentBackground = "null"; -export const CodeBlockDarkHljsCommentColor = "hsla(229, 15%, 60%, 100%)"; -export const CodeBlockDarkHljsDeletionBackground = "hsla(7, 97%, 95%, 100%)"; -export const CodeBlockDarkHljsDeletionColor = "hsla(7, 97%, 35%, 100%)"; -export const CodeBlockDarkHljsDoctagBackground = "null"; -export const CodeBlockDarkHljsDoctagColor = "null"; -export const CodeBlockDarkHljsEmphasisBackground = "null"; -export const CodeBlockDarkHljsEmphasisColor = "null"; -export const CodeBlockDarkHljsFormulaBackground = "null"; -export const CodeBlockDarkHljsFormulaColor = "null"; -export const CodeBlockDarkHljsFunctionBackground = "null"; -export const CodeBlockDarkHljsFunctionColor = "null"; -export const CodeBlockDarkHljsKeywordBackground = "null"; -export const CodeBlockDarkHljsKeywordColor = "null"; -export const CodeBlockDarkHljsLineNumbersColor = "hsla(229, 15%, 60%, 100%)"; -export const CodeBlockDarkHljsLinkBackground = "null"; -export const CodeBlockDarkHljsLinkColor = "null"; -export const CodeBlockDarkHljsLiteralBackground = "null"; -export const CodeBlockDarkHljsLiteralColor = "hsla(277, 72%, 60%, 100%)"; -export const CodeBlockDarkHljsMetaBackground = "null"; -export const CodeBlockDarkHljsMetaColor = "hsla(216, 100%, 65%, 100%)"; -export const CodeBlockDarkHljsMetaKeywordBackground = "null"; -export const CodeBlockDarkHljsMetaKeywordColor = "null"; -export const CodeBlockDarkHljsMetaStringBackground = "null"; -export const CodeBlockDarkHljsMetaStringColor = "hsla(216, 100%, 65%, 100%)"; -export const CodeBlockDarkHljsMetaPromptBackground = "null"; -export const CodeBlockDarkHljsMetaPromptColor = "null"; -export const CodeBlockDarkHljsNameBackground = "null"; -export const CodeBlockDarkHljsNameColor = "hsla(216, 100%, 65%, 100%)"; -export const CodeBlockDarkHljsNumberBackground = "null"; -export const CodeBlockDarkHljsNumberColor = "hsla(277, 72%, 60%, 100%)"; -export const CodeBlockDarkHljsOperatorBackground = "null"; -export const CodeBlockDarkHljsOperatorColor = "null"; -export const CodeBlockDarkHljsParamsBackground = "null"; -export const CodeBlockDarkHljsParamsColor = "null"; -export const CodeBlockDarkHljsPropertyBackground = "null"; -export const CodeBlockDarkHljsPropertyColor = "null"; -export const CodeBlockDarkHljsPunctuationBackground = "null"; -export const CodeBlockDarkHljsPunctuationColor = "null"; -export const CodeBlockDarkHljsQuoteBackground = "null"; -export const CodeBlockDarkHljsQuoteColor = "null"; -export const CodeBlockDarkHljsRegexpBackground = "null"; -export const CodeBlockDarkHljsRegexpColor = "hsla(104, 64%, 40%, 100%)"; -export const CodeBlockDarkHljsSectionBackground = "null"; -export const CodeBlockDarkHljsSectionColor = "null"; -export const CodeBlockDarkHljsSelectorAttrBackground = "null"; -export const CodeBlockDarkHljsSelectorAttrColor = "null"; -export const CodeBlockDarkHljsSelectorClassBackground = "null"; -export const CodeBlockDarkHljsSelectorClassColor = "null"; -export const CodeBlockDarkHljsSelectorIdBackground = "null"; -export const CodeBlockDarkHljsSelectorIdColor = "null"; -export const CodeBlockDarkHljsSelectorPseudoBackground = "null"; -export const CodeBlockDarkHljsSelectorPseudoColor = "null"; -export const CodeBlockDarkHljsSelectorTagBackground = "null"; -export const CodeBlockDarkHljsSelectorTagColor = "hsla(216, 100%, 65%, 100%)"; -export const CodeBlockDarkHljsStringBackground = "null"; -export const CodeBlockDarkHljsStringColor = "hsla(104, 64%, 40%, 100%)"; -export const CodeBlockDarkHljsStrongBackground = "null"; -export const CodeBlockDarkHljsStrongColor = "null"; -export const CodeBlockDarkHljsSubstBackground = "null"; -export const CodeBlockDarkHljsSubstColor = "null"; -export const CodeBlockDarkHljsSymbolBackground = "null"; -export const CodeBlockDarkHljsSymbolColor = "hsla(216, 100%, 65%, 100%)"; -export const CodeBlockDarkHljsTagBackground = "null"; -export const CodeBlockDarkHljsTagColor = "null"; -export const CodeBlockDarkHljsTemplateTagBackground = "null"; -export const CodeBlockDarkHljsTemplateTagColor = "null"; -export const CodeBlockDarkHljsTemplateVariableBackground = "null"; -export const CodeBlockDarkHljsTemplateVariableColor = "null"; -export const CodeBlockDarkHljsTitleBackground = "null"; -export const CodeBlockDarkHljsTitleColor = "hsla(216, 100%, 65%, 100%)"; -export const CodeBlockDarkHljsTitleClassBackground = "null"; -export const CodeBlockDarkHljsTitleClassColor = "null"; -export const CodeBlockDarkHljsTitleClassInheritedBackground = "null"; -export const CodeBlockDarkHljsTitleClassInheritedColor = "null"; -export const CodeBlockDarkHljsTitleFunctionBackground = "null"; -export const CodeBlockDarkHljsTitleFunctionColor = "null"; -export const CodeBlockDarkHljsTitleFunctionInvokeBackground = "null"; -export const CodeBlockDarkHljsTitleFunctionInvokeColor = "null"; -export const CodeBlockDarkHljsTypeBackground = "null"; -export const CodeBlockDarkHljsTypeColor = "null"; -export const CodeBlockDarkHljsVariableBackground = "null"; -export const CodeBlockDarkHljsVariableColor = "null"; -export const CodeBlockDarkHljsVariableConstantBackground = "null"; -export const CodeBlockDarkHljsVariableConstantColor = "null"; -export const CodeBlockDarkHljsVariableLanguageBackground = "null"; -export const CodeBlockDarkHljsVariableLanguageColor = "null"; -export const DatepickerSizeContainerPaddingVertical = "12px"; -export const DatepickerSizeContainerBorderRadius = "8px"; -export const DatepickerSizeHeaderPaddingHorizontal = "4px"; -export const DatepickerSizeHeaderMarginBottom = "2px"; -export const DatepickerSizeGridPaddingHorizontal = "12px"; -export const DatepickerSizeGridContentGapVertical = "2px"; -export const DatepickerSizeGridDividerHeight = "1px"; -export const DatepickerSizeGridCellPaddingHorizontal = "8px"; -export const DatepickerSizeGridCellPaddingVertical = "8px"; -export const DatepickerSizeGridCellBorderRadius = "8px"; -export const DatepickerFontTextFontSize = "14px"; -export const DatepickerFontTextLineHeight = "20px"; -export const DatepickerFontTextLetterSpacing = "-0.006em"; -export const DatepickerFontTextFontWeight = "normal"; -export const DatepickerFontTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const DatepickerFontTextTextTransform = "null"; -export const DatepickerFontTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const DatepickerLightContainerBackground = "hsla(229, 15%, 100%, 100%)"; -export const DatepickerLightContainerBoxShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)"; -export const DatepickerLightHeaderText = "hsla(229, 15%, 60%, 100%)"; -export const DatepickerLightHeaderDivider = "hsla(229, 15%, 6%, 12%)"; -export const DatepickerLightGridCellDefaultBackground = "transparent"; -export const DatepickerLightGridCellDefaultText = "hsla(229, 15%, 15%, 100%)"; -export const DatepickerLightGridCellTodayBackground = "transparent"; -export const DatepickerLightGridCellTodayText = "hsla(216, 100%, 50%, 100%)"; -export const DatepickerLightGridCellStatesHoverBackground = "hsla(229, 15%, 50%, 8%)"; -export const DatepickerLightGridCellStatesActiveBackground = "hsla(229, 15%, 50%, 16%)"; -export const DatepickerLightGridCellStatesSelectedBackground = "hsla(229, 15%, 25%, 100%)"; -export const DatepickerLightGridCellStatesSelectedText = "hsla(0, 0%, 100%, 100%)"; -export const DatepickerLightGridCellStatesSelectedHoverBackground = "hsla(229, 15%, 15%, 100%)"; -export const DatepickerLightGridCellStatesDisabledBackground = "transparent"; -export const DatepickerLightGridCellStatesDisabledText = "hsla(229, 15%, 15%, 32%)"; -export const DatepickerDarkContainerBackground = "hsla(229, 15%, 15%, 100%)"; -export const DatepickerDarkContainerBoxShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const DatepickerDarkHeaderText = "hsla(229, 15%, 45%, 100%)"; -export const DatepickerDarkHeaderDivider = "hsla(229, 15%, 22%, 100%)"; -export const DatepickerDarkGridCellDefaultBackground = "transparent"; -export const DatepickerDarkGridCellDefaultText = "hsla(229, 15%, 80%, 100%)"; -export const DatepickerDarkGridCellTodayBackground = "transparent"; -export const DatepickerDarkGridCellTodayText = "hsla(216, 100%, 65%, 100%)"; -export const DatepickerDarkGridCellStatesHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const DatepickerDarkGridCellStatesActiveBackground = "hsla(229, 100%, 85%, 15%)"; -export const DatepickerDarkGridCellStatesSelectedBackground = "hsla(229, 15%, 90%, 100%)"; -export const DatepickerDarkGridCellStatesSelectedText = "hsla(229, 15%, 15%, 100%)"; -export const DatepickerDarkGridCellStatesSelectedHoverBackground = "hsla(229, 15%, 55%, 100%)"; -export const DatepickerDarkGridCellStatesDisabledBackground = "transparent"; -export const DatepickerDarkGridCellStatesDisabledText = "hsla(229, 15%, 40%, 100%)"; -export const DividerSizeHorizontalWidth = "1px"; -export const DividerSizeHorizontalMarginVertical = "4px"; -export const DividerSizeVerticalWidth = "1px"; -export const DividerSizeVerticalMarginHorizontal = "4px"; -export const DividerLightColor = "hsla(229, 15%, 6%, 12%)"; -export const DividerDarkColor = "hsla(229, 15%, 22%, 100%)"; -export const DescriptionListSizeHorizontalContentGapHorizontal = "16px"; -export const DescriptionListSizeHorizontalGapVertical = "16px"; -export const DescriptionListSizeVerticalContentGapVertical = "2px"; -export const DescriptionListSizeVerticalGapVertical = "12px"; -export const DescriptionListFontTermFontSize = "14px"; -export const DescriptionListFontTermLineHeight = "20px"; -export const DescriptionListFontTermLetterSpacing = "-0.006em"; -export const DescriptionListFontTermFontWeight = "normal"; -export const DescriptionListFontTermFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const DescriptionListFontTermTextTransform = "null"; -export const DescriptionListFontTermFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const DescriptionListFontDescriptionFontSize = "14px"; -export const DescriptionListFontDescriptionLineHeight = "20px"; -export const DescriptionListFontDescriptionLetterSpacing = "-0.006em"; -export const DescriptionListFontDescriptionFontWeight = "normal"; -export const DescriptionListFontDescriptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const DescriptionListFontDescriptionTextTransform = "null"; -export const DescriptionListFontDescriptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const DescriptionListLightTermColor = "hsla(229, 15%, 50%, 100%)"; -export const DescriptionListLightDescriptionColor = "hsla(229, 15%, 15%, 100%)"; -export const DescriptionListDarkTermColor = "hsla(229, 15%, 50%, 100%)"; -export const DescriptionListDarkDescriptionColor = "hsla(229, 15%, 80%, 100%)"; -export const DropdownSizeContainerWidthMin = "64px"; -export const DropdownSizeContainerWidthMax = "640px"; -export const DropdownSizeContainerPaddingVertical = "4px"; -export const DropdownSizeContainerBorderRadius = "8px"; -export const DropdownLightContainerBackground = "hsla(229, 15%, 100%, 100%)"; -export const DropdownLightContainerBoxShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)"; -export const DropdownDarkContainerBackground = "hsla(229, 15%, 15%, 100%)"; -export const DropdownDarkContainerBoxShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const EmptyStateSizeBigMaxWidth = "480px"; -export const EmptyStateSizeBigPaddingHorizontal = "56px"; -export const EmptyStateSizeBigPaddingTop = "48px"; -export const EmptyStateSizeBigPaddingBottom = "48px"; -export const EmptyStateSizeBigActionsMarginTop = "20px"; -export const EmptyStateSizeBigImageMarginBottom = "32px"; -export const EmptyStateSizeBigImageAddonHeight = "56px"; -export const EmptyStateSizeBigTitleMarginBottom = "16px"; -export const EmptyStateSizeNormalMaxWidth = "320px"; -export const EmptyStateSizeNormalPaddingHorizontal = "32px"; -export const EmptyStateSizeNormalPaddingTop = "32px"; -export const EmptyStateSizeNormalPaddingBottom = "32px"; -export const EmptyStateSizeNormalActionsMarginTop = "8px"; -export const EmptyStateSizeNormalImageMarginBottom = "20px"; -export const EmptyStateSizeNormalImageAddonHeight = "24px"; -export const EmptyStateSizeNormalTitleMarginBottom = "4px"; -export const EmptyStateFontBigTitleFontSize = "28px"; -export const EmptyStateFontBigTitleLineHeight = "32px"; -export const EmptyStateFontBigTitleLetterSpacing = "normal"; -export const EmptyStateFontBigTitleFontWeight = "700"; -export const EmptyStateFontBigTitleFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const EmptyStateFontBigTitleTextTransform = "null"; -export const EmptyStateFontBigTitleFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const EmptyStateFontBigTextFontSize = "14px"; -export const EmptyStateFontBigTextLineHeight = "20px"; -export const EmptyStateFontBigTextLetterSpacing = "-0.006em"; -export const EmptyStateFontBigTextFontWeight = "normal"; -export const EmptyStateFontBigTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const EmptyStateFontBigTextTextTransform = "null"; -export const EmptyStateFontBigTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const EmptyStateFontNormalTitleFontSize = "16px"; -export const EmptyStateFontNormalTitleLineHeight = "24px"; -export const EmptyStateFontNormalTitleLetterSpacing = "-0.011em"; -export const EmptyStateFontNormalTitleFontWeight = "600"; -export const EmptyStateFontNormalTitleFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const EmptyStateFontNormalTitleTextTransform = "null"; -export const EmptyStateFontNormalTitleFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const EmptyStateFontNormalTextFontSize = "14px"; -export const EmptyStateFontNormalTextLineHeight = "20px"; -export const EmptyStateFontNormalTextLetterSpacing = "-0.006em"; -export const EmptyStateFontNormalTextFontWeight = "normal"; -export const EmptyStateFontNormalTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const EmptyStateFontNormalTextTextTransform = "null"; -export const EmptyStateFontNormalTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const EmptyStateLightTitle = "hsla(229, 15%, 15%, 100%)"; -export const EmptyStateLightColor = "hsla(229, 15%, 15%, 100%)"; -export const EmptyStateDarkTitle = "hsla(229, 15%, 80%, 100%)"; -export const EmptyStateDarkColor = "hsla(229, 15%, 80%, 100%)"; -export const FileUploadSizeSingleContainerBorderRadius = "8px"; -export const FileUploadSizeSingleContainerBorderWidth = "1px"; -export const FileUploadSizeSingleContainerContentGapHorizontal = "8px"; -export const FileUploadSizeSingleContainerPaddingVertical = "12px"; -export const FileUploadSizeSingleContainerPaddingHorizontal = "12px"; -export const FileUploadSizeSingleTextBlockPaddingVertical = "2px"; -export const FileUploadSizeSingleTextBlockContentGapHorizontal = "4px"; -export const FileUploadSizeMultipleBigContainerMinHeight = "160px"; -export const FileUploadSizeMultipleBigContainerMinWidth = "320px"; -export const FileUploadSizeMultipleBigContainerBorderRadius = "8px"; -export const FileUploadSizeMultipleBigContainerBorderWidth = "1px"; -export const FileUploadSizeMultipleBigContainerContentGapHorizontal = "12px"; -export const FileUploadSizeMultipleBigContainerPaddingVertical = "24px"; -export const FileUploadSizeMultipleBigContainerPaddingHorizontal = "24px"; -export const FileUploadSizeMultipleBigTextBlockContentGapVertical = "0px"; -export const FileUploadSizeMultipleBigTextBlockContentGapHorizontal = "4px"; -export const FileUploadSizeMultipleBigGridCellPaddingHorizontal = "8px"; -export const FileUploadSizeMultipleBigGridCellPaddingVertical = "8px"; -export const FileUploadSizeMultipleBigGridCellContentGapHorizontal = "4px"; -export const FileUploadFontSingleTextBlockFontSize = "14px"; -export const FileUploadFontSingleTextBlockLineHeight = "20px"; -export const FileUploadFontSingleTextBlockLetterSpacing = "-0.006em"; -export const FileUploadFontSingleTextBlockFontWeight = "normal"; -export const FileUploadFontSingleTextBlockFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FileUploadFontSingleTextBlockTextTransform = "null"; -export const FileUploadFontSingleTextBlockFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const FileUploadFontMultipleTitleFontSize = "18px"; -export const FileUploadFontMultipleTitleLineHeight = "26px"; -export const FileUploadFontMultipleTitleLetterSpacing = "normal"; -export const FileUploadFontMultipleTitleFontWeight = "600"; -export const FileUploadFontMultipleTitleFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FileUploadFontMultipleTitleTextTransform = "null"; -export const FileUploadFontMultipleTitleFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const FileUploadFontMultipleTextBlockFontSize = "14px"; -export const FileUploadFontMultipleTextBlockLineHeight = "20px"; -export const FileUploadFontMultipleTextBlockLetterSpacing = "-0.006em"; -export const FileUploadFontMultipleTextBlockFontWeight = "normal"; -export const FileUploadFontMultipleTextBlockFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FileUploadFontMultipleTextBlockTextTransform = "null"; -export const FileUploadFontMultipleTextBlockFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const FileUploadFontMultipleGridFontSize = "14px"; -export const FileUploadFontMultipleGridLineHeight = "20px"; -export const FileUploadFontMultipleGridLetterSpacing = "-0.006em"; -export const FileUploadFontMultipleGridFontWeight = "normal"; -export const FileUploadFontMultipleGridFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FileUploadFontMultipleGridTextTransform = "null"; -export const FileUploadFontMultipleGridFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const FileUploadLightSingleDefaultContainerBorder = "hsla(229, 15%, 80%, 100%)"; -export const FileUploadLightSingleDefaultContainerBackground = "hsla(0, 0%, 100%, 100%)"; -export const FileUploadLightSingleDefaultUploadIconColor = "hsla(229, 15%, 60%, 100%)"; -export const FileUploadLightSingleDefaultLeftIconColor = "hsla(229, 15%, 60%, 100%)"; -export const FileUploadLightSingleDefaultTextBlockColor = "hsla(229, 15%, 15%, 100%)"; -export const FileUploadLightSingleDefaultIconButtonColor = "hsla(229, 15%, 15%, 100%)"; -export const FileUploadLightSingleStatesOnDragContainerBorder = "hsla(216, 100%, 65%, 100%)"; -export const FileUploadLightSingleStatesOnDragContainerBackground = "hsla(216, 100%, 85%, 100%)"; -export const FileUploadLightSingleStatesOnDragUploadIconColor = "hsla(229, 15%, 60%, 100%)"; -export const FileUploadLightSingleStatesOnDragLeftIconColor = "hsla(229, 15%, 60%, 100%)"; -export const FileUploadLightSingleStatesOnDragTextBlockColor = "hsla(229, 15%, 15%, 100%)"; -export const FileUploadLightSingleStatesErrorContainerBorder = "hsla(7, 97%, 45%, 100%)"; -export const FileUploadLightSingleStatesErrorContainerBackground = "hsla(7, 97%, 99%, 100%)"; -export const FileUploadLightSingleStatesErrorLeftIconColor = "hsla(7, 97%, 45%, 100%)"; -export const FileUploadLightSingleStatesErrorTextBlockColor = "hsla(7, 97%, 40%, 100%)"; -export const FileUploadLightSingleStatesDisabledContainerBorder = "hsla(229, 15%, 50%, 32%)"; -export const FileUploadLightSingleStatesDisabledContainerBackground = "hsla(229, 15%, 50%, 16%)"; -export const FileUploadLightSingleStatesDisabledUploadIconColor = "hsla(229, 15%, 15%, 32%)"; -export const FileUploadLightSingleStatesDisabledLeftIconColor = "hsla(229, 15%, 15%, 32%)"; -export const FileUploadLightSingleStatesDisabledTextBlockColor = "hsla(229, 15%, 15%, 32%)"; -export const FileUploadLightSingleStatesFocusedFocusOutlineColor = "hsla(216, 100%, 60%, 100%)"; -export const FileUploadLightMultipleDefaultContainerBorder = "hsla(229, 15%, 80%, 100%)"; -export const FileUploadLightMultipleDefaultContainerBackground = "hsla(0, 0%, 100%, 100%)"; -export const FileUploadLightMultipleDefaultUploadIconColor = "hsla(229, 15%, 60%, 100%)"; -export const FileUploadLightMultipleDefaultLeftIconColor = "hsla(229, 15%, 60%, 100%)"; -export const FileUploadLightMultipleDefaultTextBlockColor = "hsla(229, 15%, 15%, 100%)"; -export const FileUploadLightMultipleDefaultIconButtonColor = "hsla(229, 15%, 15%, 100%)"; -export const FileUploadLightMultipleDefaultGridDividerColor = "hsla(229, 15%, 6%, 12%)"; -export const FileUploadLightMultipleStatesOnDragContainerBorder = "hsla(216, 100%, 65%, 100%)"; -export const FileUploadLightMultipleStatesOnDragContainerBackground = "hsla(216, 100%, 85%, 100%)"; -export const FileUploadLightMultipleStatesOnDragUploadIconColor = "hsla(229, 15%, 60%, 100%)"; -export const FileUploadLightMultipleStatesOnDragLeftIconColor = "hsla(229, 15%, 60%, 100%)"; -export const FileUploadLightMultipleStatesOnDragIconButtonColor = "hsla(229, 15%, 15%, 100%)"; -export const FileUploadLightMultipleStatesOnDragTextBlockColor = "hsla(229, 15%, 15%, 100%)"; -export const FileUploadLightMultipleStatesOnDragGridDividerColor = "hsla(229, 15%, 6%, 12%)"; -export const FileUploadLightMultipleStatesErrorGridCellBackground = "hsla(7, 97%, 99%, 100%)"; -export const FileUploadLightMultipleStatesErrorLeftIconColor = "hsla(7, 97%, 45%, 100%)"; -export const FileUploadLightMultipleStatesErrorTextBlockColor = "hsla(7, 97%, 40%, 100%)"; -export const FileUploadLightMultipleStatesErrorIconButtonColor = "hsla(7, 97%, 45%, 100%)"; -export const FileUploadLightMultipleStatesDisabledContainerBorder = "hsla(229, 15%, 50%, 32%)"; -export const FileUploadLightMultipleStatesDisabledContainerBackground = "hsla(229, 15%, 50%, 16%)"; -export const FileUploadLightMultipleStatesDisabledUploadIconColor = "hsla(229, 15%, 15%, 32%)"; -export const FileUploadLightMultipleStatesDisabledLeftIconColor = "hsla(229, 15%, 15%, 32%)"; -export const FileUploadLightMultipleStatesDisabledTextBlockColor = "hsla(229, 15%, 15%, 32%)"; -export const FileUploadLightMultipleStatesDisabledGridDividerColor = "hsla(229, 15%, 50%, 32%)"; -export const FileUploadDarkSingleDefaultContainerBorder = "hsla(229, 15%, 30%, 100%)"; -export const FileUploadDarkSingleDefaultContainerBackground = "hsla(229, 15%, 12%, 100%)"; -export const FileUploadDarkSingleDefaultUploadIconColor = "hsla(229, 15%, 45%, 100%)"; -export const FileUploadDarkSingleDefaultLeftIconColor = "hsla(229, 15%, 45%, 100%)"; -export const FileUploadDarkSingleDefaultTextBlockColor = "hsla(229, 15%, 80%, 100%)"; -export const FileUploadDarkSingleDefaultIconButtonColor = "hsla(229, 15%, 80%, 100%)"; -export const FileUploadDarkSingleStatesOnDragContainerBorder = "hsla(216, 100%, 30%, 100%)"; -export const FileUploadDarkSingleStatesOnDragContainerBackground = "hsla(216, 100%, 20%, 100%)"; -export const FileUploadDarkSingleStatesOnDragUploadIconColor = "hsla(229, 15%, 45%, 100%)"; -export const FileUploadDarkSingleStatesOnDragLeftIconColor = "hsla(229, 15%, 45%, 100%)"; -export const FileUploadDarkSingleStatesOnDragTextBlockColor = "hsla(229, 15%, 80%, 100%)"; -export const FileUploadDarkSingleStatesErrorContainerBorder = "hsla(7, 97%, 35%, 100%)"; -export const FileUploadDarkSingleStatesErrorContainerBackground = "hsla(7, 97%, 6%, 100%)"; -export const FileUploadDarkSingleStatesErrorLeftIconColor = "hsla(7, 97%, 60%, 100%)"; -export const FileUploadDarkSingleStatesErrorTextBlockColor = "hsla(7, 97%, 60%, 100%)"; -export const FileUploadDarkSingleStatesDisabledContainerBorder = "hsla(229, 15%, 50%, 32%)"; -export const FileUploadDarkSingleStatesDisabledContainerBackground = "hsla(229, 15%, 50%, 16%)"; -export const FileUploadDarkSingleStatesDisabledUploadIconColor = "hsla(229, 15%, 30%, 100%)"; -export const FileUploadDarkSingleStatesDisabledLeftIconColor = "hsla(229, 15%, 30%, 100%)"; -export const FileUploadDarkSingleStatesDisabledTextBlockColor = "hsla(229, 15%, 40%, 100%)"; -export const FileUploadDarkSingleStatesFocusedFocusOutlineColor = "hsla(216, 100%, 60%, 100%)"; -export const FileUploadDarkMultipleDefaultContainerBorder = "hsla(229, 15%, 30%, 100%)"; -export const FileUploadDarkMultipleDefaultContainerBackground = "hsla(229, 15%, 12%, 100%)"; -export const FileUploadDarkMultipleDefaultUploadIconColor = "hsla(229, 15%, 45%, 100%)"; -export const FileUploadDarkMultipleDefaultLeftIconColor = "hsla(229, 15%, 45%, 100%)"; -export const FileUploadDarkMultipleDefaultTextBlockColor = "hsla(229, 15%, 80%, 100%)"; -export const FileUploadDarkMultipleDefaultIconButtonColor = "hsla(229, 15%, 80%, 100%)"; -export const FileUploadDarkMultipleDefaultGridDividerColor = "hsla(229, 15%, 22%, 100%)"; -export const FileUploadDarkMultipleStatesOnDragContainerBorder = "hsla(216, 100%, 30%, 100%)"; -export const FileUploadDarkMultipleStatesOnDragContainerBackground = "hsla(216, 100%, 20%, 100%)"; -export const FileUploadDarkMultipleStatesOnDragUploadIconColor = "hsla(229, 15%, 45%, 100%)"; -export const FileUploadDarkMultipleStatesOnDragLeftIconColor = "hsla(229, 15%, 45%, 100%)"; -export const FileUploadDarkMultipleStatesOnDragIconButtonColor = "hsla(229, 15%, 80%, 100%)"; -export const FileUploadDarkMultipleStatesOnDragTextBlockColor = "hsla(229, 15%, 80%, 100%)"; -export const FileUploadDarkMultipleStatesOnDragGridDividerColor = "hsla(216, 100%, 30%, 100%)"; -export const FileUploadDarkMultipleStatesErrorGridCellBackground = "hsla(7, 97%, 6%, 100%)"; -export const FileUploadDarkMultipleStatesErrorLeftIconColor = "hsla(7, 97%, 60%, 100%)"; -export const FileUploadDarkMultipleStatesErrorTextBlockColor = "hsla(7, 97%, 60%, 100%)"; -export const FileUploadDarkMultipleStatesErrorIconButtonColor = "hsla(7, 97%, 60%, 100%)"; -export const FileUploadDarkMultipleStatesDisabledContainerBorder = "hsla(229, 15%, 50%, 32%)"; -export const FileUploadDarkMultipleStatesDisabledContainerBackground = "hsla(229, 15%, 50%, 16%)"; -export const FileUploadDarkMultipleStatesDisabledUploadIconColor = "hsla(229, 15%, 30%, 100%)"; -export const FileUploadDarkMultipleStatesDisabledLeftIconColor = "hsla(229, 15%, 30%, 100%)"; -export const FileUploadDarkMultipleStatesDisabledTextBlockColor = "hsla(229, 15%, 40%, 100%)"; -export const FileUploadDarkMultipleStatesDisabledGridDividerColor = "hsla(229, 15%, 50%, 32%)"; -export const FormFieldSizeHeight = "32px"; -export const FormFieldSizeBorderWidth = "1px"; -export const FormFieldSizeBorderRadius = "8px"; -export const FormFieldSizeIconSize = "16px"; -export const FormFieldSizeIconMarginLeft = "8px"; -export const FormFieldSizeIconMarginRight = "8px"; -export const FormFieldSizeIconButtonSize = "24px"; -export const FormFieldSizeIconButtonMarginRight = "4px"; -export const FormFieldSizeIconButtonMarginLeft = "4px"; -export const FormFieldFontTextFontSize = "14px"; -export const FormFieldFontTextLineHeight = "20px"; -export const FormFieldFontTextLetterSpacing = "-0.006em"; -export const FormFieldFontTextFontWeight = "normal"; -export const FormFieldFontTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FormFieldFontTextTextTransform = "null"; -export const FormFieldFontTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const FormFieldLightDefaultBorderColor = "hsla(229, 15%, 80%, 100%)"; -export const FormFieldLightDefaultBackground = "hsla(0, 0%, 100%, 100%)"; -export const FormFieldLightDefaultPlaceholder = "hsla(229, 15%, 60%, 100%)"; -export const FormFieldLightDefaultText = "hsla(229, 15%, 15%, 100%)"; -export const FormFieldLightStatesFocusedBorderColor = "hsla(216, 100%, 60%, 100%)"; -export const FormFieldLightStatesFocusedBackground = "hsla(0, 0%, 100%, 100%)"; -export const FormFieldLightStatesFocusedPlaceholder = "hsla(229, 15%, 60%, 100%)"; -export const FormFieldLightStatesFocusedText = "hsla(229, 15%, 15%, 100%)"; -export const FormFieldLightStatesFocusedFocusOutline = "hsla(216, 100%, 60%, 100%)"; -export const FormFieldLightStatesErrorBorderColor = "hsla(7, 97%, 45%, 100%)"; -export const FormFieldLightStatesErrorBackground = "hsla(7, 97%, 99%, 100%)"; -export const FormFieldLightStatesErrorPlaceholder = "hsla(7, 97%, 70%, 100%)"; -export const FormFieldLightStatesErrorText = "hsla(7, 97%, 40%, 100%)"; -export const FormFieldLightStatesErrorFocusedFocusOutline = "hsla(7, 97%, 45%, 100%)"; -export const FormFieldLightStatesAutofillBorderColor = "hsla(216, 100%, 60%, 100%)"; -export const FormFieldLightStatesAutofillBackground = "hsla(216, 100%, 85%, 100%)"; -export const FormFieldLightStatesAutofillPlaceholder = "hsla(229, 15%, 60%, 100%)"; -export const FormFieldLightStatesAutofillText = "hsla(229, 15%, 15%, 100%)"; -export const FormFieldLightStatesDisabledBorderColor = "hsla(229, 15%, 50%, 32%)"; -export const FormFieldLightStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const FormFieldLightStatesDisabledPlaceholder = "hsla(229, 15%, 15%, 32%)"; -export const FormFieldLightStatesDisabledText = "hsla(229, 15%, 15%, 32%)"; -export const FormFieldDarkDefaultBorderColor = "hsla(229, 15%, 30%, 100%)"; -export const FormFieldDarkDefaultBackground = "hsla(229, 15%, 12%, 100%)"; -export const FormFieldDarkDefaultPlaceholder = "hsla(229, 15%, 45%, 100%)"; -export const FormFieldDarkDefaultText = "hsla(229, 15%, 80%, 100%)"; -export const FormFieldDarkStatesFocusedBorderColor = "hsla(216, 100%, 60%, 100%)"; -export const FormFieldDarkStatesFocusedBackground = "hsla(229, 15%, 12%, 100%)"; -export const FormFieldDarkStatesFocusedPlaceholder = "hsla(229, 15%, 45%, 100%)"; -export const FormFieldDarkStatesFocusedText = "hsla(229, 15%, 80%, 100%)"; -export const FormFieldDarkStatesFocusedFocusOutline = "hsla(216, 100%, 60%, 100%)"; -export const FormFieldDarkStatesErrorBorderColor = "hsla(7, 97%, 35%, 100%)"; -export const FormFieldDarkStatesErrorBackground = "hsla(7, 97%, 6%, 100%)"; -export const FormFieldDarkStatesErrorPlaceholder = "hsla(7, 97%, 25%, 100%)"; -export const FormFieldDarkStatesErrorText = "hsla(7, 97%, 60%, 100%)"; -export const FormFieldDarkStatesErrorFocusedFocusOutline = "hsla(7, 97%, 45%, 100%)"; -export const FormFieldDarkStatesAutofillBorderColor = "hsla(216, 100%, 60%, 100%)"; -export const FormFieldDarkStatesAutofillBackground = "hsla(216, 100%, 20%, 100%)"; -export const FormFieldDarkStatesAutofillPlaceholder = "hsla(229, 15%, 45%, 100%)"; -export const FormFieldDarkStatesAutofillText = "hsla(229, 15%, 80%, 100%)"; -export const FormFieldDarkStatesDisabledBorderColor = "hsla(229, 15%, 50%, 32%)"; -export const FormFieldDarkStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const FormFieldDarkStatesDisabledPlaceholder = "hsla(229, 15%, 40%, 100%)"; -export const FormFieldDarkStatesDisabledText = "hsla(229, 15%, 40%, 100%)"; -export const FormFieldHintSizeMarginTop = "4px"; -export const FormFieldHintSizeGap = "8px"; -export const FormFieldHintFontTextFontSize = "12px"; -export const FormFieldHintFontTextLineHeight = "16px"; -export const FormFieldHintFontTextLetterSpacing = "normal"; -export const FormFieldHintFontTextFontWeight = "normal"; -export const FormFieldHintFontTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FormFieldHintFontTextTextTransform = "null"; -export const FormFieldHintFontTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const FormFieldHintLightText = "hsla(229, 15%, 50%, 100%)"; -export const FormFieldHintDarkText = "hsla(229, 15%, 60%, 100%)"; -export const FormsLightLabel = "hsla(229, 15%, 15%, 100%)"; -export const FormsLightLegend = "hsla(229, 15%, 15%, 100%)"; -export const FormsDarkLabel = "hsla(229, 15%, 80%, 100%)"; -export const FormsDarkLegend = "hsla(229, 15%, 80%, 100%)"; -export const FormsSizeHorizontalRowMarginBottom = "20px"; -export const FormsSizeHorizontalControlPaddingLeft = "16px"; -export const FormsSizeHorizontalLegendMarginTop = "32px"; -export const FormsSizeHorizontalLegendMarginBottom = "16px"; -export const FormsSizeVerticalRowMarginBottom = "16px"; -export const FormsSizeVerticalLabelPaddingTop = "0"; -export const FormsSizeVerticalLabelPaddingBottom = "8px"; -export const FormsSizeVerticalControlPaddingLeft = "24px"; -export const FormsSizeVerticalLegendMarginTop = "32px"; -export const FormsSizeVerticalLegendMarginBottom = "12px"; -export const FormsFontLabelFontSize = "14px"; -export const FormsFontLabelLineHeight = "20px"; -export const FormsFontLabelLetterSpacing = "-0.006em"; -export const FormsFontLabelFontWeight = "normal"; -export const FormsFontLabelFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FormsFontLabelTextTransform = "null"; -export const FormsFontLabelFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const FormsFontLegendFontSize = "18px"; -export const FormsFontLegendLineHeight = "26px"; -export const FormsFontLegendLetterSpacing = "normal"; -export const FormsFontLegendFontWeight = "600"; -export const FormsFontLegendFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const FormsFontLegendTextTransform = "null"; -export const FormsFontLegendFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const HintLightFillTextOffFadeContrastText = "hsla(229, 15%, 15%, 100%)"; -export const HintLightFillTextOffFadeContrastIcon = "hsla(229, 15%, 60%, 100%)"; -export const HintLightFillTextOffSuccessText = "hsla(229, 15%, 15%, 100%)"; -export const HintLightFillTextOffSuccessIcon = "hsla(104, 64%, 40%, 100%)"; -export const HintLightFillTextOffWarningText = "hsla(229, 15%, 15%, 100%)"; -export const HintLightFillTextOffWarningIcon = "hsla(38, 100%, 42%, 100%)"; -export const HintLightFillTextOffErrorText = "hsla(229, 15%, 15%, 100%)"; -export const HintLightFillTextOffErrorIcon = "hsla(7, 97%, 45%, 100%)"; -export const HintLightFillTextOnFadeContrastText = "hsla(229, 15%, 15%, 100%)"; -export const HintLightFillTextOnFadeContrastIcon = "hsla(229, 15%, 60%, 100%)"; -export const HintLightFillTextOnSuccessText = "hsla(104, 64%, 30%, 100%)"; -export const HintLightFillTextOnSuccessIcon = "hsla(104, 64%, 40%, 100%)"; -export const HintLightFillTextOnWarningText = "hsla(38, 100%, 33%, 100%)"; -export const HintLightFillTextOnWarningIcon = "hsla(38, 100%, 42%, 100%)"; -export const HintLightFillTextOnErrorText = "hsla(7, 97%, 40%, 100%)"; -export const HintLightFillTextOnErrorIcon = "hsla(7, 97%, 45%, 100%)"; -export const HintDarkFillTextOffFadeContrastText = "hsla(229, 15%, 80%, 100%)"; -export const HintDarkFillTextOffFadeContrastIcon = "hsla(229, 15%, 45%, 100%)"; -export const HintDarkFillTextOffSuccessText = "hsla(229, 15%, 80%, 100%)"; -export const HintDarkFillTextOffSuccessIcon = "hsla(104, 64%, 45%, 100%)"; -export const HintDarkFillTextOffWarningText = "hsla(229, 15%, 80%, 100%)"; -export const HintDarkFillTextOffWarningIcon = "hsla(38, 100%, 60%, 100%)"; -export const HintDarkFillTextOffErrorText = "hsla(229, 15%, 80%, 100%)"; -export const HintDarkFillTextOffErrorIcon = "hsla(7, 97%, 60%, 100%)"; -export const HintDarkFillTextOnFadeContrastText = "hsla(229, 15%, 80%, 100%)"; -export const HintDarkFillTextOnFadeContrastIcon = "hsla(229, 15%, 45%, 100%)"; -export const HintDarkFillTextOnSuccessText = "hsla(104, 64%, 45%, 100%)"; -export const HintDarkFillTextOnSuccessIcon = "hsla(104, 64%, 45%, 100%)"; -export const HintDarkFillTextOnWarningText = "hsla(38, 100%, 60%, 100%)"; -export const HintDarkFillTextOnWarningIcon = "hsla(38, 100%, 60%, 100%)"; -export const HintDarkFillTextOnErrorText = "hsla(7, 97%, 60%, 100%)"; -export const HintDarkFillTextOnErrorIcon = "hsla(7, 97%, 60%, 100%)"; -export const HintSizeNormalMarginTop = "2px"; -export const HintSizeNormalContentPadding = "4px"; -export const HintSizeCompactMarginTop = 0; -export const HintSizeCompactContentPadding = "4px"; -export const HintFontNormalTextFontSize = "14px"; -export const HintFontNormalTextLineHeight = "20px"; -export const HintFontNormalTextLetterSpacing = "-0.006em"; -export const HintFontNormalTextFontWeight = "500"; -export const HintFontNormalTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const HintFontNormalTextTextTransform = "null"; -export const HintFontNormalTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const HintFontCompactTextFontSize = "12px"; -export const HintFontCompactTextLineHeight = "16px"; -export const HintFontCompactTextLetterSpacing = "normal"; -export const HintFontCompactTextFontWeight = "normal"; -export const HintFontCompactTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const HintFontCompactTextTextTransform = "null"; -export const HintFontCompactTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const IconItemLightFilledFadeOffThemeColor = "hsla(0, 0%, 100%, 100%)"; -export const IconItemLightFilledFadeOffThemeBackground = "hsla(216, 100%, 50%, 100%)"; -export const IconItemLightFilledFadeOffContrastColor = "hsla(229, 15%, 100%, 100%)"; -export const IconItemLightFilledFadeOffContrastBackground = "hsla(229, 15%, 25%, 100%)"; -export const IconItemLightFilledFadeOffErrorColor = "hsla(0, 0%, 100%, 100%)"; -export const IconItemLightFilledFadeOffErrorBackground = "hsla(7, 97%, 60%, 100%)"; -export const IconItemLightFilledFadeOffWarningColor = "hsla(0, 0%, 100%, 100%)"; -export const IconItemLightFilledFadeOffWarningBackground = "hsla(38, 100%, 50%, 100%)"; -export const IconItemLightFilledFadeOffSuccessColor = "hsla(0, 0%, 100%, 100%)"; -export const IconItemLightFilledFadeOffSuccessBackground = "hsla(104, 64%, 45%, 100%)"; -export const IconItemLightFilledFadeOnThemeColor = "hsla(216, 100%, 50%, 100%)"; -export const IconItemLightFilledFadeOnThemeBackground = "hsla(216, 100%, 85%, 100%)"; -export const IconItemLightFilledFadeOnContrastColor = "hsla(229, 15%, 15%, 100%)"; -export const IconItemLightFilledFadeOnContrastBackground = "hsla(229, 15%, 92%, 100%)"; -export const IconItemLightFilledFadeOnErrorColor = "hsla(7, 97%, 45%, 100%)"; -export const IconItemLightFilledFadeOnErrorBackground = "hsla(7, 97%, 90%, 100%)"; -export const IconItemLightFilledFadeOnWarningColor = "hsla(38, 100%, 42%, 100%)"; -export const IconItemLightFilledFadeOnWarningBackground = "hsla(38, 100%, 85%, 100%)"; -export const IconItemLightFilledFadeOnSuccessColor = "hsla(104, 64%, 40%, 100%)"; -export const IconItemLightFilledFadeOnSuccessBackground = "hsla(104, 64%, 80%, 100%)"; -export const IconItemDarkFilledFadeOffThemeColor = "hsla(0, 0%, 100%, 100%)"; -export const IconItemDarkFilledFadeOffThemeBackground = "hsla(216, 100%, 50%, 100%)"; -export const IconItemDarkFilledFadeOffContrastColor = "hsla(229, 15%, 15%, 100%)"; -export const IconItemDarkFilledFadeOffContrastBackground = "hsla(229, 15%, 90%, 100%)"; -export const IconItemDarkFilledFadeOffErrorColor = "hsla(0, 0%, 100%, 100%)"; -export const IconItemDarkFilledFadeOffErrorBackground = "hsla(7, 97%, 41%, 100%)"; -export const IconItemDarkFilledFadeOffWarningColor = "hsla(0, 0%, 100%, 100%)"; -export const IconItemDarkFilledFadeOffWarningBackground = "hsla(38, 100%, 39%, 100%)"; -export const IconItemDarkFilledFadeOffSuccessColor = "hsla(0, 0%, 100%, 100%)"; -export const IconItemDarkFilledFadeOffSuccessBackground = "hsla(104, 64%, 40%, 100%)"; -export const IconItemDarkFilledFadeOnThemeColor = "hsla(216, 100%, 65%, 100%)"; -export const IconItemDarkFilledFadeOnThemeBackground = "hsla(216, 100%, 20%, 100%)"; -export const IconItemDarkFilledFadeOnContrastColor = "hsla(229, 15%, 80%, 100%)"; -export const IconItemDarkFilledFadeOnContrastBackground = "hsla(229, 15%, 25%, 100%)"; -export const IconItemDarkFilledFadeOnErrorColor = "hsla(7, 97%, 60%, 100%)"; -export const IconItemDarkFilledFadeOnErrorBackground = "hsla(7, 97%, 15%, 100%)"; -export const IconItemDarkFilledFadeOnWarningColor = "hsla(38, 100%, 60%, 100%)"; -export const IconItemDarkFilledFadeOnWarningBackground = "hsla(38, 100%, 14%, 100%)"; -export const IconItemDarkFilledFadeOnSuccessColor = "hsla(104, 64%, 45%, 100%)"; -export const IconItemDarkFilledFadeOnSuccessBackground = "hsla(104, 64%, 12%, 100%)"; -export const IconItemSizeNormalHorizontalPadding = "8px"; -export const IconItemSizeNormalVerticalPadding = "8px"; -export const IconItemSizeBigHorizontalPadding = "16px"; -export const IconItemSizeBigVerticalPadding = "16px"; -export const IconLightThemeColor = "hsla(216, 100%, 50%, 100%)"; -export const IconLightContrastColor = "hsla(229, 15%, 15%, 100%)"; -export const IconLightFadeContrastColor = "hsla(229, 15%, 60%, 100%)"; -export const IconLightErrorColor = "hsla(7, 97%, 45%, 100%)"; -export const IconLightSuccessColor = "hsla(104, 64%, 40%, 100%)"; -export const IconLightWarningColor = "hsla(38, 100%, 42%, 100%)"; -export const IconDarkThemeColor = "hsla(216, 100%, 65%, 100%)"; -export const IconDarkContrastColor = "hsla(229, 15%, 80%, 100%)"; -export const IconDarkFadeContrastColor = "hsla(229, 15%, 45%, 100%)"; -export const IconDarkErrorColor = "hsla(7, 97%, 60%, 100%)"; -export const IconDarkSuccessColor = "hsla(104, 64%, 45%, 100%)"; -export const IconDarkWarningColor = "hsla(38, 100%, 60%, 100%)"; -export const InputSizePaddingHorizontal = "12px"; -export const InputSizePaddingVertical = "6px"; -export const InputFontTextFontSize = "14px"; -export const InputFontTextLineHeight = "20px"; -export const InputFontTextLetterSpacing = "-0.006em"; -export const InputFontTextFontWeight = "normal"; -export const InputFontTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const InputFontTextTextTransform = "null"; -export const InputFontTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const LinkLightText = "hsla(216, 100%, 50%, 100%)"; -export const LinkLightBorderBottom = "hsla(216, 100%, 85%, 100%)"; -export const LinkLightStateVisitedText = "hsla(277, 72%, 45%, 100%)"; -export const LinkLightStateVisitedBorderBottom = "hsla(277, 72%, 80%, 100%)"; -export const LinkLightStateVisitedHoverText = "hsla(277, 72%, 40%, 100%)"; -export const LinkLightStateVisitedHoverBorderBottom = "hsla(277, 72%, 80%, 100%)"; -export const LinkLightStateVisitedActiveText = "hsla(277, 72%, 35%, 100%)"; -export const LinkLightStateVisitedActiveBorderBottom = "hsla(277, 72%, 80%, 100%)"; -export const LinkLightStateHoverText = "hsla(216, 100%, 45%, 100%)"; -export const LinkLightStateHoverBorderBottom = "hsla(216, 100%, 85%, 100%)"; -export const LinkLightStateActiveText = "hsla(216, 100%, 40%, 100%)"; -export const LinkLightStateActiveBorderBottom = "hsla(216, 100%, 85%, 100%)"; -export const LinkLightStateFocusedOutline = "hsla(216, 100%, 60%, 100%)"; -export const LinkLightStateDisabledText = "hsla(229, 15%, 15%, 32%)"; -export const LinkLightStateDisabledBorderBottom = "hsla(229, 15%, 50%, 32%)"; -export const LinkDarkText = "hsla(216, 100%, 65%, 100%)"; -export const LinkDarkBorderBottom = "hsla(216, 100%, 27%, 100%)"; -export const LinkDarkStateVisitedText = "hsla(277, 72%, 50%, 100%)"; -export const LinkDarkStateVisitedBorderBottom = "hsla(277, 72%, 30%, 100%)"; -export const LinkDarkStateVisitedHoverText = "hsla(277, 72%, 55%, 100%)"; -export const LinkDarkStateVisitedHoverBorderBottom = "hsla(277, 72%, 30%, 100%)"; -export const LinkDarkStateVisitedActiveText = "hsla(277, 72%, 60%, 100%)"; -export const LinkDarkStateVisitedActiveBorderBottom = "hsla(277, 72%, 30%, 100%)"; -export const LinkDarkStateHoverText = "hsla(216, 100%, 65%, 100%)"; -export const LinkDarkStateHoverBorderBottom = "hsla(216, 100%, 27%, 100%)"; -export const LinkDarkStateActiveText = "hsla(216, 100%, 70%, 100%)"; -export const LinkDarkStateActiveBorderBottom = "hsla(216, 100%, 27%, 100%)"; -export const LinkDarkStateFocusedOutline = "hsla(216, 100%, 60%, 100%)"; -export const LinkDarkStateDisabledText = "hsla(229, 15%, 40%, 100%)"; -export const LinkDarkStateDisabledBorderBottom = "hsla(229, 15%, 50%, 32%)"; -export const LinkSizeStateFocusedOutlineOffset = "0px"; -export const LinkSizeStateFocusedOutlineWidth = "2px"; -export const LinkSizeCompactContentPadding = "4px"; -export const LinkSizeNormalContentPadding = "4px"; -export const LinkSizeBigContentPadding = "4px"; -export const LinkFontCompactFontSize = "12px"; -export const LinkFontCompactLineHeight = "16px"; -export const LinkFontCompactLetterSpacing = "normal"; -export const LinkFontCompactFontWeight = "normal"; -export const LinkFontCompactFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const LinkFontCompactTextTransform = "null"; -export const LinkFontCompactFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const LinkFontNormalFontSize = "14px"; -export const LinkFontNormalLineHeight = "20px"; -export const LinkFontNormalLetterSpacing = "-0.006em"; -export const LinkFontNormalFontWeight = "normal"; -export const LinkFontNormalFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const LinkFontNormalTextTransform = "null"; -export const LinkFontNormalFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const LinkFontBigFontSize = "16px"; -export const LinkFontBigLineHeight = "24px"; -export const LinkFontBigLetterSpacing = "-0.011em"; -export const LinkFontBigFontWeight = "normal"; -export const LinkFontBigFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const LinkFontBigTextTransform = "null"; -export const LinkFontBigFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ListSizeContainerPaddingLeft = "12px"; -export const ListSizeContainerPaddingRight = "12px"; -export const ListSizeContainerPaddingVertical = "6px"; -export const ListSizeContainerContentGapHorizontal = "8px"; -export const ListSizeContainerContentGapVertical = "2px"; -export const ListSizeContainerFocusOutlineWidth = "2px"; -export const ListSizeTextPaddingVertical = 0; -export const ListSizeHeaderPaddingTop = "8px"; -export const ListSizeHeaderPaddingBottom = "4px"; -export const ListSizeHeaderPaddingHorizontal = "12px"; -export const ListSizeSubheadingPaddingTop = "12px"; -export const ListSizeSubheadingPaddingBottom = "4px"; -export const ListSizeSubheadingPaddingHorizontal = "12px"; -export const ListFontTextFontSize = "14px"; -export const ListFontTextLineHeight = "20px"; -export const ListFontTextLetterSpacing = "-0.006em"; -export const ListFontTextFontWeight = "normal"; -export const ListFontTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ListFontTextTextTransform = "null"; -export const ListFontTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ListFontCaptionFontSize = "12px"; -export const ListFontCaptionLineHeight = "16px"; -export const ListFontCaptionLetterSpacing = "normal"; -export const ListFontCaptionFontWeight = "normal"; -export const ListFontCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ListFontCaptionTextTransform = "null"; -export const ListFontCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ListFontHeaderFontSize = "16px"; -export const ListFontHeaderLineHeight = "24px"; -export const ListFontHeaderLetterSpacing = "-0.011em"; -export const ListFontHeaderFontWeight = "600"; -export const ListFontHeaderFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ListFontHeaderTextTransform = "null"; -export const ListFontHeaderFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ListFontSubheadingFontSize = "12px"; -export const ListFontSubheadingLineHeight = "16px"; -export const ListFontSubheadingLetterSpacing = "1px"; -export const ListFontSubheadingFontWeight = "500"; -export const ListFontSubheadingFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ListFontSubheadingTextTransform = "uppercase"; -export const ListFontSubheadingFontFeatureSettings = "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ListLightDefaultContainerBackground = "transparent"; -export const ListLightDefaultTextColor = "hsla(229, 15%, 15%, 100%)"; -export const ListLightDefaultIconColor = "hsla(229, 15%, 15%, 100%)"; -export const ListLightDefaultIconButtonColor = "hsla(229, 15%, 60%, 100%)"; -export const ListLightDefaultCaptionColor = "hsla(229, 15%, 50%, 100%)"; -export const ListLightStatesHoverContainerBackground = "hsla(229, 15%, 50%, 8%)"; -export const ListLightStatesHoverTextColor = "hsla(229, 15%, 15%, 100%)"; -export const ListLightStatesHoverIconColor = "hsla(229, 15%, 15%, 100%)"; -export const ListLightStatesHoverIconButtonColor = "hsla(229, 15%, 60%, 100%)"; -export const ListLightStatesSelectedContainerBackground = "hsla(216, 100%, 94%, 100%)"; -export const ListLightStatesSelectedTextColor = "hsla(229, 15%, 15%, 100%)"; -export const ListLightStatesSelectedIconColor = "hsla(229, 15%, 15%, 100%)"; -export const ListLightStatesSelectedIconButtonColor = "hsla(229, 15%, 60%, 100%)"; -export const ListLightStatesSelectedHoverContainerBackground = "hsla(216, 100%, 90%, 100%)"; -export const ListLightStatesSelectedHoverTextColor = "hsla(229, 15%, 15%, 100%)"; -export const ListLightStatesSelectedHoverIconColor = "hsla(229, 15%, 15%, 100%)"; -export const ListLightStatesSelectedHoverIconButtonColor = "hsla(229, 15%, 60%, 100%)"; -export const ListLightStatesFocusedFocusOutlineColor = "hsla(216, 100%, 60%, 100%)"; -export const ListLightStatesDisabledContainerBackground = "transparent"; -export const ListLightStatesDisabledTextColor = "hsla(229, 15%, 15%, 32%)"; -export const ListLightStatesDisabledIconColor = "hsla(229, 15%, 15%, 32%)"; -export const ListLightStatesDisabledIconButtonColor = "hsla(229, 15%, 15%, 32%)"; -export const ListLightStatesDisabledCaptionColor = "hsla(229, 15%, 15%, 32%)"; -export const ListDarkDefaultContainerBackground = "transparent"; -export const ListDarkDefaultTextColor = "hsla(229, 15%, 80%, 100%)"; -export const ListDarkDefaultIconColor = "hsla(229, 15%, 80%, 100%)"; -export const ListDarkDefaultIconButtonColor = "hsla(229, 15%, 45%, 100%)"; -export const ListDarkDefaultCaptionColor = "hsla(229, 15%, 60%, 100%)"; -export const ListDarkStatesHoverContainerBackground = "hsla(229, 15%, 50%, 16%)"; -export const ListDarkStatesHoverTextColor = "hsla(229, 15%, 80%, 100%)"; -export const ListDarkStatesHoverIconColor = "hsla(229, 15%, 80%, 100%)"; -export const ListDarkStatesHoverIconButtonColor = "hsla(229, 15%, 45%, 100%)"; -export const ListDarkStatesSelectedContainerBackground = "hsla(216, 100%, 18%, 100%)"; -export const ListDarkStatesSelectedTextColor = "hsla(229, 15%, 80%, 100%)"; -export const ListDarkStatesSelectedIconColor = "hsla(229, 15%, 80%, 100%)"; -export const ListDarkStatesSelectedIconButtonColor = "hsla(229, 15%, 45%, 100%)"; -export const ListDarkStatesSelectedHoverContainerBackground = "hsla(216, 100%, 15%, 100%)"; -export const ListDarkStatesSelectedHoverTextColor = "hsla(229, 15%, 80%, 100%)"; -export const ListDarkStatesSelectedHoverIconColor = "hsla(229, 15%, 80%, 100%)"; -export const ListDarkStatesSelectedHoverIconButtonColor = "hsla(229, 15%, 45%, 100%)"; -export const ListDarkStatesFocusedFocusOutlineColor = "hsla(216, 100%, 60%, 100%)"; -export const ListDarkStatesDisabledContainerBackground = "transparent"; -export const ListDarkStatesDisabledTextColor = "hsla(229, 15%, 40%, 100%)"; -export const ListDarkStatesDisabledIconColor = "hsla(229, 15%, 30%, 100%)"; -export const ListDarkStatesDisabledIconButtonColor = "hsla(229, 15%, 30%, 100%)"; -export const ListDarkStatesDisabledCaptionColor = "hsla(229, 15%, 40%, 100%)"; -export const LoaderOverlaySizeBigOverlayPaddingHorizontal = "32px"; -export const LoaderOverlaySizeBigLoaderMarginBottom = "24px"; -export const LoaderOverlaySizeBigContentContentGapVertical = "4px"; -export const LoaderOverlaySizeCompactOverlayPaddingHorizontal = "32px"; -export const LoaderOverlaySizeCompactLoaderMarginBottom = "8px"; -export const LoaderOverlaySizeCompactContentContentGapVertical = "2px"; -export const LoaderOverlayFontBigTextFontSize = "18px"; -export const LoaderOverlayFontBigTextLineHeight = "26px"; -export const LoaderOverlayFontBigTextLetterSpacing = "normal"; -export const LoaderOverlayFontBigTextFontWeight = "600"; -export const LoaderOverlayFontBigTextFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const LoaderOverlayFontBigTextTextTransform = "null"; -export const LoaderOverlayFontBigTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const LoaderOverlayFontBigCaptionFontSize = "14px"; -export const LoaderOverlayFontBigCaptionLineHeight = "20px"; -export const LoaderOverlayFontBigCaptionLetterSpacing = "-0.006em"; -export const LoaderOverlayFontBigCaptionFontWeight = "normal"; -export const LoaderOverlayFontBigCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const LoaderOverlayFontBigCaptionTextTransform = "null"; -export const LoaderOverlayFontBigCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const LoaderOverlayFontCompactTextFontSize = "14px"; -export const LoaderOverlayFontCompactTextLineHeight = "20px"; -export const LoaderOverlayFontCompactTextLetterSpacing = "-0.006em"; -export const LoaderOverlayFontCompactTextFontWeight = "normal"; -export const LoaderOverlayFontCompactTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const LoaderOverlayFontCompactTextTextTransform = "null"; -export const LoaderOverlayFontCompactTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const LoaderOverlayFontCompactCaptionFontSize = "12px"; -export const LoaderOverlayFontCompactCaptionLineHeight = "16px"; -export const LoaderOverlayFontCompactCaptionLetterSpacing = "normal"; -export const LoaderOverlayFontCompactCaptionFontWeight = "normal"; -export const LoaderOverlayFontCompactCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const LoaderOverlayFontCompactCaptionTextTransform = "null"; -export const LoaderOverlayFontCompactCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const LoaderOverlayLightTransparentOverlayBackground = "hsla(229, 15%, 99%, 88%)"; -export const LoaderOverlayLightTransparentTextColor = "hsla(229, 15%, 15%, 100%)"; -export const LoaderOverlayLightTransparentCaptionColor = "hsla(229, 15%, 50%, 100%)"; -export const LoaderOverlayLightFilledOverlayBackground = "hsla(0, 0%, 100%, 100%)"; -export const LoaderOverlayLightFilledTextColor = "hsla(229, 15%, 15%, 100%)"; -export const LoaderOverlayLightFilledCaptionColor = "hsla(229, 15%, 50%, 100%)"; -export const LoaderOverlayDarkTransparentOverlayBackground = "hsla(229, 15%, 12%, 80%)"; -export const LoaderOverlayDarkTransparentTextColor = "hsla(229, 15%, 80%, 100%)"; -export const LoaderOverlayDarkTransparentCaptionColor = "hsla(229, 15%, 60%, 100%)"; -export const LoaderOverlayDarkFilledOverlayBackground = "hsla(229, 15%, 12%, 100%)"; -export const LoaderOverlayDarkFilledTextColor = "hsla(229, 15%, 80%, 100%)"; -export const LoaderOverlayDarkFilledCaptionColor = "hsla(229, 15%, 60%, 100%)"; -export const MarkdownH1LightColor = "hsla(229, 15%, 15%, 100%)"; -export const MarkdownH1DarkColor = "hsla(229, 15%, 80%, 100%)"; -export const MarkdownH1SizeMaxWidth = "650px"; -export const MarkdownH1SizeMarginTop = "0"; -export const MarkdownH1SizeMarginBottom = "12px"; -export const MarkdownH1FontDefaultFontSize = "36px"; -export const MarkdownH1FontDefaultLineHeight = "44px"; -export const MarkdownH1FontDefaultLetterSpacing = "normal"; -export const MarkdownH1FontDefaultFontWeight = "400"; -export const MarkdownH1FontDefaultFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MarkdownH1FontDefaultTextTransform = "null"; -export const MarkdownH1FontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const MarkdownH2LightColor = "hsla(229, 15%, 15%, 100%)"; -export const MarkdownH2DarkColor = "hsla(229, 15%, 80%, 100%)"; -export const MarkdownH2SizeMaxWidth = "650px"; -export const MarkdownH2SizeMarginTop = "32px"; -export const MarkdownH2SizeMarginBottom = "12px"; -export const MarkdownH2FontDefaultFontSize = "24px"; -export const MarkdownH2FontDefaultLineHeight = "32px"; -export const MarkdownH2FontDefaultLetterSpacing = "normal"; -export const MarkdownH2FontDefaultFontWeight = "700"; -export const MarkdownH2FontDefaultFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MarkdownH2FontDefaultTextTransform = "null"; -export const MarkdownH2FontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const MarkdownH3LightColor = "hsla(229, 15%, 15%, 100%)"; -export const MarkdownH3DarkColor = "hsla(229, 15%, 80%, 100%)"; -export const MarkdownH3SizeMaxWidth = "650px"; -export const MarkdownH3SizeMarginTop = "28px"; -export const MarkdownH3SizeMarginBottom = "12px"; -export const MarkdownH3FontDefaultFontSize = "20px"; -export const MarkdownH3FontDefaultLineHeight = "28px"; -export const MarkdownH3FontDefaultLetterSpacing = "normal"; -export const MarkdownH3FontDefaultFontWeight = "700"; -export const MarkdownH3FontDefaultFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MarkdownH3FontDefaultTextTransform = "null"; -export const MarkdownH3FontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const MarkdownH4LightColor = "hsla(229, 15%, 15%, 100%)"; -export const MarkdownH4DarkColor = "hsla(229, 15%, 80%, 100%)"; -export const MarkdownH4SizeMaxWidth = "650px"; -export const MarkdownH4SizeMarginTop = "24px"; -export const MarkdownH4SizeMarginBottom = "12px"; -export const MarkdownH4FontDefaultFontSize = "18px"; -export const MarkdownH4FontDefaultLineHeight = "26px"; -export const MarkdownH4FontDefaultLetterSpacing = "normal"; -export const MarkdownH4FontDefaultFontWeight = "700"; -export const MarkdownH4FontDefaultFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MarkdownH4FontDefaultTextTransform = "null"; -export const MarkdownH4FontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const MarkdownH5LightColor = "hsla(229, 15%, 15%, 100%)"; -export const MarkdownH5DarkColor = "hsla(229, 15%, 80%, 100%)"; -export const MarkdownH5SizeMaxWidth = "650px"; -export const MarkdownH5SizeMarginTop = "24px"; -export const MarkdownH5SizeMarginBottom = "12px"; -export const MarkdownH5FontDefaultFontSize = "16px"; -export const MarkdownH5FontDefaultLineHeight = "24px"; -export const MarkdownH5FontDefaultLetterSpacing = "-0.011em"; -export const MarkdownH5FontDefaultFontWeight = "700"; -export const MarkdownH5FontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MarkdownH5FontDefaultTextTransform = "null"; -export const MarkdownH5FontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const MarkdownH6LightColor = "hsla(229, 15%, 15%, 100%)"; -export const MarkdownH6DarkColor = "hsla(229, 15%, 80%, 100%)"; -export const MarkdownH6SizeMaxWidth = "650px"; -export const MarkdownH6SizeMarginTop = "24px"; -export const MarkdownH6SizeMarginBottom = "12px"; -export const MarkdownH6FontDefaultFontSize = "14px"; -export const MarkdownH6FontDefaultLineHeight = "20px"; -export const MarkdownH6FontDefaultLetterSpacing = "0.08em"; -export const MarkdownH6FontDefaultFontWeight = "500"; -export const MarkdownH6FontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MarkdownH6FontDefaultTextTransform = "uppercase"; -export const MarkdownH6FontDefaultFontFeatureSettings = "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const MarkdownPLightColor = "hsla(229, 15%, 15%, 100%)"; -export const MarkdownPDarkColor = "hsla(229, 15%, 80%, 100%)"; -export const MarkdownPSizeMaxWidth = "650px"; -export const MarkdownPSizeMarginTop = "12px"; -export const MarkdownPSizeMarginBottom = "12px"; -export const MarkdownPFontDefaultFontSize = "16px"; -export const MarkdownPFontDefaultLineHeight = "24px"; -export const MarkdownPFontDefaultLetterSpacing = "-0.011em"; -export const MarkdownPFontDefaultFontWeight = "normal"; -export const MarkdownPFontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MarkdownPFontDefaultTextTransform = "null"; -export const MarkdownPFontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const MarkdownListLightColor = "hsla(229, 15%, 15%, 100%)"; -export const MarkdownListDarkColor = "hsla(229, 15%, 80%, 100%)"; -export const MarkdownListSizeMaxWidth = "650px"; -export const MarkdownListSizeMarginTop = "12px"; -export const MarkdownListSizeMarginBottom = "12px"; -export const MarkdownListSizeMarginTopAfterParagraph = "-8px"; -export const MarkdownListSizeOlNumberPaddingRight = "4px"; -export const MarkdownListSizeUlPadding = "0 0 0 24px"; -export const MarkdownListSizeItemMarginBottom = "8px"; -export const MarkdownListFontDefaultFontSize = "16px"; -export const MarkdownListFontDefaultLineHeight = "24px"; -export const MarkdownListFontDefaultLetterSpacing = "-0.011em"; -export const MarkdownListFontDefaultFontWeight = "normal"; -export const MarkdownListFontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MarkdownListFontDefaultTextTransform = "null"; -export const MarkdownListFontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const MarkdownBlockquoteLightText = "hsla(229, 15%, 15%, 100%)"; -export const MarkdownBlockquoteLightLine = "hsla(229, 15%, 80%, 100%)"; -export const MarkdownBlockquoteLightBackground = "hsla(229, 15%, 92%, 100%)"; -export const MarkdownBlockquoteLightBorder = "transparent"; -export const MarkdownBlockquoteDarkText = "hsla(229, 15%, 80%, 100%)"; -export const MarkdownBlockquoteDarkLine = "hsla(229, 15%, 30%, 100%)"; -export const MarkdownBlockquoteDarkBackground = "hsla(229, 15%, 25%, 100%)"; -export const MarkdownBlockquoteDarkBorder = "transparent"; -export const MarkdownBlockquoteSizeMaxWidth = "650px"; -export const MarkdownBlockquoteSizeMarginTop = "20px"; -export const MarkdownBlockquoteSizeMarginBottom = "24px"; -export const MarkdownBlockquoteSizePadding = "12px 16px"; -export const MarkdownBlockquoteSizeLineWidth = "4px"; -export const MarkdownBlockquoteSizeBorderRadius = "0"; -export const MarkdownBlockquoteSizeBorderWidth = "0"; -export const MarkdownBlockquoteFontDefaultFontSize = "16px"; -export const MarkdownBlockquoteFontDefaultLineHeight = "24px"; -export const MarkdownBlockquoteFontDefaultLetterSpacing = "-0.011em"; -export const MarkdownBlockquoteFontDefaultFontWeight = "normal"; -export const MarkdownBlockquoteFontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MarkdownBlockquoteFontDefaultTextTransform = "null"; -export const MarkdownBlockquoteFontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const MarkdownCodeLightText = "hsla(229, 15%, 15%, 100%)"; -export const MarkdownCodeLightBackground = "hsla(229, 15%, 95%, 100%)"; -export const MarkdownCodeLightBorder = "hsla(229, 15%, 6%, 12%)"; -export const MarkdownCodeDarkText = "hsla(229, 15%, 80%, 100%)"; -export const MarkdownCodeDarkBackground = "hsla(229, 15%, 95%, 100%)"; -export const MarkdownCodeDarkBorder = "hsla(229, 15%, 22%, 100%)"; -export const MarkdownCodeSizeMaxWidth = "650px"; -export const MarkdownCodeSizeMultilineMarginTop = "8px"; -export const MarkdownCodeSizeMultilineMarginBottom = "24px"; -export const MarkdownCodeSizeInlinePadding = "0 4px"; -export const MarkdownCodeSizeMultilinePadding = "14px 20px"; -export const MarkdownCodeSizeBorderRadius = "8px"; -export const MarkdownCodeSizeBorderWidth = "1px"; -export const MarkdownCodeFontDefaultFontSize = "16px"; -export const MarkdownCodeFontDefaultLineHeight = "24px"; -export const MarkdownCodeFontDefaultLetterSpacing = "normal"; -export const MarkdownCodeFontDefaultFontWeight = "normal"; -export const MarkdownCodeFontDefaultFontFamily = "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"; -export const MarkdownCodeFontDefaultTextTransform = "null"; -export const MarkdownCodeFontDefaultFontFeatureSettings = "initial"; -export const MarkdownLinkLightText = "hsla(216, 100%, 50%, 100%)"; -export const MarkdownLinkLightBorderBottom = "hsla(216, 100%, 85%, 100%)"; -export const MarkdownLinkLightStateVisitedText = "hsla(277, 72%, 45%, 100%)"; -export const MarkdownLinkLightStateVisitedBorderBottom = "hsla(277, 72%, 80%, 100%)"; -export const MarkdownLinkLightStateHoverText = "hsla(216, 100%, 45%, 100%)"; -export const MarkdownLinkLightStateHoverBorderBottom = "hsla(216, 100%, 85%, 100%)"; -export const MarkdownLinkLightStateActive = "hsla(216, 100%, 40%, 100%)"; -export const MarkdownLinkLightStateFocusedOutline = "hsla(216, 100%, 60%, 100%)"; -export const MarkdownLinkDarkText = "hsla(216, 100%, 65%, 100%)"; -export const MarkdownLinkDarkBorderBottom = "hsla(216, 100%, 27%, 100%)"; -export const MarkdownLinkDarkStateVisitedText = "hsla(277, 72%, 50%, 100%)"; -export const MarkdownLinkDarkStateVisitedBorderBottom = "hsla(277, 72%, 30%, 100%)"; -export const MarkdownLinkDarkStateHoverText = "hsla(216, 100%, 65%, 100%)"; -export const MarkdownLinkDarkStateHoverBorderBottom = "hsla(216, 100%, 27%, 100%)"; -export const MarkdownLinkDarkStateActive = "hsla(216, 100%, 70%, 100%)"; -export const MarkdownLinkDarkStateFocusedOutline = "hsla(216, 100%, 60%, 100%)"; -export const MarkdownLinkSizeIconMargin = "4px"; -export const MarkdownLinkSizeStateFocusedOutlineOffset = "0px"; -export const MarkdownLinkSizeStateFocusedOutlineWidth = "2px"; -export const MarkdownLinkFontDefaultFontSize = "16px"; -export const MarkdownLinkFontDefaultLineHeight = "24px"; -export const MarkdownLinkFontDefaultLetterSpacing = "-0.011em"; -export const MarkdownLinkFontDefaultFontWeight = "normal"; -export const MarkdownLinkFontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MarkdownLinkFontDefaultTextTransform = "null"; -export const MarkdownLinkFontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const MarkdownImageLightCaptionText = "hsla(229, 15%, 50%, 100%)"; -export const MarkdownImageDarkCaptionText = "hsla(229, 15%, 50%, 100%)"; -export const MarkdownImageSizeMaxWidth = "650px"; -export const MarkdownImageSizeMarginTop = "8px"; -export const MarkdownImageSizeMarginBottom = "8px"; -export const MarkdownImageSizeCaptionMarginTop = "-8px"; -export const MarkdownImageSizeCaptionMarginBottom = "24px"; -export const MarkdownImageFontCaptionFontSize = "14px"; -export const MarkdownImageFontCaptionLineHeight = "20px"; -export const MarkdownImageFontCaptionLetterSpacing = "-0.006em"; -export const MarkdownImageFontCaptionFontWeight = "normal"; -export const MarkdownImageFontCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MarkdownImageFontCaptionTextTransform = "null"; -export const MarkdownImageFontCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const MarkdownHrLightColor = "hsla(229, 15%, 6%, 12%)"; -export const MarkdownHrDarkColor = "hsla(229, 15%, 22%, 100%)"; -export const MarkdownHrSizeWidth = "1px"; -export const MarkdownHrSizeMarginVertical = "16px"; -export const MarkdownTableLightHeader = "hsla(229, 15%, 50%, 100%)"; -export const MarkdownTableLightBody = "hsla(229, 15%, 15%, 100%)"; -export const MarkdownTableLightBorder = "hsla(229, 15%, 6%, 12%)"; -export const MarkdownTableDarkHeader = "hsla(229, 15%, 50%, 100%)"; -export const MarkdownTableDarkBody = "hsla(229, 15%, 80%, 100%)"; -export const MarkdownTableDarkBorder = "hsla(229, 15%, 22%, 100%)"; -export const MarkdownTableSizeBorderWidth = "1px"; -export const MarkdownTableSizePadding = "8px"; -export const MarkdownTableSizeMarginBottom = "16px"; -export const MarkdownTableFontHeaderFontSize = "14px"; -export const MarkdownTableFontHeaderLineHeight = "20px"; -export const MarkdownTableFontHeaderLetterSpacing = "-0.006em"; -export const MarkdownTableFontHeaderFontWeight = "normal"; -export const MarkdownTableFontHeaderFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MarkdownTableFontHeaderTextTransform = "null"; -export const MarkdownTableFontHeaderFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const MarkdownTableFontBodyFontSize = "16px"; -export const MarkdownTableFontBodyLineHeight = "24px"; -export const MarkdownTableFontBodyLetterSpacing = "normal"; -export const MarkdownTableFontBodyFontWeight = "normal"; -export const MarkdownTableFontBodyFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MarkdownTableFontBodyTextTransform = "null"; -export const MarkdownTableFontBodyFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const MarkdownSizeMaxWidth = "650px"; -export const MarkdownFontDefaultFontSize = "16px"; -export const MarkdownFontDefaultLineHeight = "24px"; -export const MarkdownFontDefaultLetterSpacing = "-0.011em"; -export const MarkdownFontDefaultFontWeight = "normal"; -export const MarkdownFontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const MarkdownFontDefaultTextTransform = "null"; -export const MarkdownFontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ModalSizeSmallWidth = "400px"; -export const ModalSizeMediumWidth = "640px"; -export const ModalSizeLargeWidth = "960px"; -export const ModalSizeBorderRadius = "8px"; -export const ModalSizeHeaderPaddingVertical = "16px"; -export const ModalSizeHeaderPaddingLeft = "24px"; -export const ModalSizeHeaderPaddingRight = "48px"; -export const ModalSizeCloseButtonMarginLeft = "8px"; -export const ModalSizeContentPaddingHorizontal = "24px"; -export const ModalSizeContentPaddingTop = 0; -export const ModalSizeContentPaddingBottom = "8px"; -export const ModalSizeContentPaddingTopWithoutHeader = "24px"; -export const ModalSizeContentPaddingBottomWithoutFooter = "40px"; -export const ModalSizeFooterPaddingHorizontal = "24px"; -export const ModalSizeFooterPaddingVertical = "20px"; -export const ModalSizeFooterContentGapHorizontal = "16px"; -export const ModalFontHeaderFontSize = "20px"; -export const ModalFontHeaderLineHeight = "28px"; -export const ModalFontHeaderLetterSpacing = "normal"; -export const ModalFontHeaderFontWeight = "700"; -export const ModalFontHeaderFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ModalFontHeaderTextTransform = "null"; -export const ModalFontHeaderFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const ModalFontContentFontSize = "14px"; -export const ModalFontContentLineHeight = "20px"; -export const ModalFontContentLetterSpacing = "-0.006em"; -export const ModalFontContentFontWeight = "normal"; -export const ModalFontContentFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ModalFontContentTextTransform = "null"; -export const ModalFontContentFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ModalLightOverlayBackground = "hsla(229, 15%, 20%, 32%)"; -export const ModalLightContainerBackground = "hsla(229, 15%, 100%, 100%)"; -export const ModalLightContainerBoxShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 3px 16px hsla(229, 15%, 6%, 6%), 0 4px 32px hsla(229, 15%, 6%, 12%)"; -export const ModalLightCloseButtonColor = "hsla(229, 15%, 15%, 100%)"; -export const ModalLightHeaderTextColor = "hsla(229, 15%, 15%, 100%)"; -export const ModalLightContentTextColor = "hsla(229, 15%, 15%, 100%)"; -export const ModalDarkOverlayBackground = "hsla(229, 15%, 6%, 64%)"; -export const ModalDarkContainerBackground = "hsla(229, 15%, 15%, 100%)"; -export const ModalDarkContainerBoxShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const ModalDarkCloseButtonColor = "hsla(229, 15%, 80%, 100%)"; -export const ModalDarkHeaderTextColor = "hsla(229, 15%, 80%, 100%)"; -export const ModalDarkContentTextColor = "hsla(229, 15%, 80%, 100%)"; -export const NavbarFontTitleFontSize = "18px"; -export const NavbarFontTitleLineHeight = "28px"; -export const NavbarFontTitleLetterSpacing = "normal"; -export const NavbarFontTitleFontWeight = "700"; -export const NavbarFontTitleFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const NavbarFontTitleTextTransform = "null"; -export const NavbarFontTitleFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const NavbarLightBackground = "hsla(0, 0%, 100%, 100%)"; -export const NavbarLightBorder = "hsla(229, 15%, 6%, 12%)"; -export const NavbarDarkBackground = "hsla(229, 15%, 12%, 100%)"; -export const NavbarDarkBorder = "hsla(229, 15%, 22%, 100%)"; -export const NavbarItemSizeContentBorderRadius = "8px"; -export const NavbarItemLightDefaultContentText = "hsla(229, 15%, 15%, 100%)"; -export const NavbarItemLightDefaultContentBackground = "transparent"; -export const NavbarItemLightDefaultContentIconLeft = "hsla(229, 15%, 15%, 100%)"; -export const NavbarItemLightDefaultContentIconRight = "hsla(229, 15%, 15%, 100%)"; -export const NavbarItemLightStatesHoverContentText = "hsla(229, 15%, 15%, 100%)"; -export const NavbarItemLightStatesHoverContentBackground = "hsla(229, 15%, 50%, 8%)"; -export const NavbarItemLightStatesHoverContentIconLeft = "hsla(229, 15%, 10%, 100%)"; -export const NavbarItemLightStatesHoverContentIconRight = "hsla(229, 15%, 10%, 100%)"; -export const NavbarItemLightStatesSelectedContentText = "hsla(229, 15%, 15%, 100%)"; -export const NavbarItemLightStatesSelectedContentBackground = "hsla(229, 15%, 50%, 16%)"; -export const NavbarItemLightStatesSelectedContentIconLeft = "hsla(229, 15%, 10%, 100%)"; -export const NavbarItemLightStatesSelectedContentIconRight = "hsla(229, 15%, 10%, 100%)"; -export const NavbarItemLightStatesSelectedHoverContentText = "hsla(229, 15%, 15%, 100%)"; -export const NavbarItemLightStatesSelectedHoverContentBackground = "hsla(229, 15%, 50%, 8%)"; -export const NavbarItemLightStatesSelectedHoverContentIconLeft = "hsla(229, 15%, 10%, 100%)"; -export const NavbarItemLightStatesSelectedHoverContentIconRight = "hsla(229, 15%, 10%, 100%)"; -export const NavbarItemLightStatesDisabledContentText = "hsla(229, 15%, 15%, 32%)"; -export const NavbarItemLightStatesDisabledContentBackground = "transparent"; -export const NavbarItemLightStatesDisabledContentIconLeft = "hsla(229, 15%, 15%, 32%)"; -export const NavbarItemLightStatesDisabledContentIconRight = "hsla(229, 15%, 15%, 32%)"; -export const NavbarItemDarkDefaultContentText = "hsla(229, 15%, 80%, 100%)"; -export const NavbarItemDarkDefaultContentBackground = "transparent"; -export const NavbarItemDarkDefaultContentIconLeft = "hsla(229, 15%, 80%, 100%)"; -export const NavbarItemDarkDefaultContentIconRight = "hsla(229, 15%, 80%, 100%)"; -export const NavbarItemDarkStatesHoverContentText = "hsla(229, 15%, 80%, 100%)"; -export const NavbarItemDarkStatesHoverContentBackground = "hsla(229, 15%, 50%, 16%)"; -export const NavbarItemDarkStatesHoverContentIconLeft = "hsla(229, 15%, 90%, 100%)"; -export const NavbarItemDarkStatesHoverContentIconRight = "hsla(229, 15%, 90%, 100%)"; -export const NavbarItemDarkStatesSelectedContentText = "hsla(229, 15%, 80%, 100%)"; -export const NavbarItemDarkStatesSelectedContentBackground = "hsla(229, 100%, 85%, 15%)"; -export const NavbarItemDarkStatesSelectedContentIconLeft = "hsla(229, 15%, 80%, 100%)"; -export const NavbarItemDarkStatesSelectedContentIconRight = "hsla(229, 15%, 80%, 100%)"; -export const NavbarItemDarkStatesSelectedHoverContentText = "hsla(229, 15%, 80%, 100%)"; -export const NavbarItemDarkStatesSelectedHoverContentBackground = "hsla(229, 15%, 50%, 16%)"; -export const NavbarItemDarkStatesSelectedHoverContentIconLeft = "hsla(229, 15%, 90%, 100%)"; -export const NavbarItemDarkStatesSelectedHoverContentIconRight = "hsla(229, 15%, 90%, 100%)"; -export const NavbarItemDarkStatesDisabledContentText = "hsla(229, 15%, 40%, 100%)"; -export const NavbarItemDarkStatesDisabledContentBackground = "transparent"; -export const NavbarItemDarkStatesDisabledContentIconLeft = "hsla(229, 15%, 30%, 100%)"; -export const NavbarItemDarkStatesDisabledContentIconRight = "hsla(229, 15%, 30%, 100%)"; -export const OptgroupSizePaddingLeft = "17px"; -export const OptgroupFontDefaultFontSize = "18px"; -export const OptgroupFontDefaultLineHeight = "26px"; -export const OptgroupFontDefaultLetterSpacing = "normal"; -export const OptgroupFontDefaultFontWeight = "600"; -export const OptgroupFontDefaultFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const OptgroupFontDefaultTextTransform = "null"; -export const OptgroupFontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const OptionSizeHorizontalPadding = "12px"; -export const OptionSizeHeight = "32px"; -export const OptionSizeBorderWidth = "2px"; -export const OptionFontDefaultFontSize = "16px"; -export const OptionFontDefaultLineHeight = "24px"; -export const OptionFontDefaultLetterSpacing = "-0.011em"; -export const OptionFontDefaultFontWeight = "normal"; -export const OptionFontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const OptionFontDefaultTextTransform = "null"; -export const OptionFontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const PopoverSizeContainerWidthSmall = "200px"; -export const PopoverSizeContainerWidthMedium = "400px"; -export const PopoverSizeContainerWidthLarge = "640px"; -export const PopoverSizeContainerBorderRadius = "12px"; -export const PopoverSizeContainerMaxHeight = "480px"; -export const PopoverSizeCloseButtonWidth = "32px"; -export const PopoverSizeCloseButtonMarginRight = "-16px"; -export const PopoverSizeCloseButtonMarginTop = "-10px"; -export const PopoverSizeHeaderPaddingHorizontal = "24px"; -export const PopoverSizeHeaderPaddingTop = "16px"; -export const PopoverSizeHeaderPaddingBottom = "6px"; -export const PopoverSizeContentPaddingTop = "24px"; -export const PopoverSizeContentPaddingBottom = "32px"; -export const PopoverSizeContentPaddingHorizontal = "24px"; -export const PopoverSizeContentPaddingWithHeaderTop = "8px"; -export const PopoverSizeContentPaddingWithFooterBottom = "8px"; -export const PopoverSizeFooterPaddingVertical = "16px"; -export const PopoverSizeFooterPaddingHorizontal = "24px"; -export const PopoverFontHeaderFontSize = "18px"; -export const PopoverFontHeaderLineHeight = "26px"; -export const PopoverFontHeaderLetterSpacing = "normal"; -export const PopoverFontHeaderFontWeight = "600"; -export const PopoverFontHeaderFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const PopoverFontHeaderTextTransform = "null"; -export const PopoverFontHeaderFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const PopoverFontContentFontSize = "14px"; -export const PopoverFontContentLineHeight = "20px"; -export const PopoverFontContentLetterSpacing = "-0.006em"; -export const PopoverFontContentFontWeight = "normal"; -export const PopoverFontContentFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const PopoverFontContentTextTransform = "null"; -export const PopoverFontContentFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const PopoverLightContainerBackground = "hsla(229, 15%, 100%, 100%)"; -export const PopoverLightContainerBoxShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)"; -export const PopoverLightHeaderTextColor = "hsla(229, 15%, 15%, 100%)"; -export const PopoverLightHeaderScrollShadow = " 0 9px 8px -12px hsla(229, 15%, 60%, 100%)"; -export const PopoverLightContentTextColor = "hsla(229, 15%, 15%, 100%)"; -export const PopoverLightFooterScrollShadow = " 0 -9px 8px -12px hsla(229, 15%, 60%, 100%)"; -export const PopoverDarkContainerBackground = "hsla(229, 15%, 15%, 100%)"; -export const PopoverDarkContainerBoxShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const PopoverDarkHeaderTextColor = "hsla(229, 15%, 80%, 100%)"; -export const PopoverDarkHeaderScrollShadow = " 0px 1px 0px 0px hsla(229, 100%, 85%, 15%)"; -export const PopoverDarkContentTextColor = "hsla(229, 15%, 80%, 100%)"; -export const PopoverDarkFooterScrollShadow = " 0px -1px 0px 0px hsla(229, 100%, 85%, 15%)"; -export const PopupLightShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)"; -export const PopupLightBorder = "transparent"; -export const PopupLightBackground = "hsla(229, 15%, 100%, 100%)"; -export const PopupLightFooterBackground = "hsla(229, 15%, 95%, 100%)"; -export const PopupDarkShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const PopupDarkBorder = "transparent"; -export const PopupDarkBackground = "hsla(229, 15%, 15%, 100%)"; -export const PopupDarkFooterBackground = "transparent"; -export const ProgressBarSizeContainerContentGap = "8px"; -export const ProgressBarSizeContainerBorderRadius = "2px"; -export const ProgressBarSizeBarHeight = "4px"; -export const ProgressBarSizeBarBorderRadius = "2px"; -export const ProgressBarFontLabelFontSize = "14px"; -export const ProgressBarFontLabelLineHeight = "20px"; -export const ProgressBarFontLabelLetterSpacing = "-0.006em"; -export const ProgressBarFontLabelFontWeight = "normal"; -export const ProgressBarFontLabelFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ProgressBarFontLabelTextTransform = "null"; -export const ProgressBarFontLabelFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ProgressBarFontCaptionFontSize = "12px"; -export const ProgressBarFontCaptionLineHeight = "16px"; -export const ProgressBarFontCaptionLetterSpacing = "normal"; -export const ProgressBarFontCaptionFontWeight = "normal"; -export const ProgressBarFontCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ProgressBarFontCaptionTextTransform = "null"; -export const ProgressBarFontCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ProgressBarLightBarBackground = "hsla(229, 15%, 92%, 100%)"; -export const ProgressBarLightBarForeground = "hsla(216, 100%, 50%, 100%)"; -export const ProgressBarLightTextColor = "hsla(229, 15%, 15%, 100%)"; -export const ProgressBarLightCaptionColor = "hsla(229, 15%, 50%, 100%)"; -export const ProgressBarDarkBarBackground = "hsla(229, 15%, 25%, 100%)"; -export const ProgressBarDarkBarForeground = "hsla(216, 100%, 65%, 100%)"; -export const ProgressBarDarkTextColor = "hsla(229, 15%, 80%, 100%)"; -export const ProgressBarDarkCaptionColor = "hsla(229, 15%, 60%, 100%)"; -export const ProgressSpinnerSizeCompactSize = "16px"; -export const ProgressSpinnerSizeCompactStrokeWidth = "2px"; -export const ProgressSpinnerSizeCompactContentGapVertical = "2px"; -export const ProgressSpinnerSizeCompactContentGapHorizontal = "8px"; -export const ProgressSpinnerSizeBigSize = "48px"; -export const ProgressSpinnerSizeBigStrokeWidth = "3px"; -export const ProgressSpinnerSizeBigContentGapVertical = "2px"; -export const ProgressSpinnerSizeBigContentGapHorizontal = "8px"; -export const ProgressSpinnerFontLabelFontSize = "14px"; -export const ProgressSpinnerFontLabelLineHeight = "20px"; -export const ProgressSpinnerFontLabelLetterSpacing = "-0.006em"; -export const ProgressSpinnerFontLabelFontWeight = "normal"; -export const ProgressSpinnerFontLabelFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ProgressSpinnerFontLabelTextTransform = "null"; -export const ProgressSpinnerFontLabelFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ProgressSpinnerFontCaptionFontSize = "12px"; -export const ProgressSpinnerFontCaptionLineHeight = "16px"; -export const ProgressSpinnerFontCaptionLetterSpacing = "normal"; -export const ProgressSpinnerFontCaptionFontWeight = "normal"; -export const ProgressSpinnerFontCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ProgressSpinnerFontCaptionTextTransform = "null"; -export const ProgressSpinnerFontCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ProgressSpinnerLightCircleBackground = "hsla(216, 100%, 50%, 100%)"; -export const ProgressSpinnerLightTextColor = "hsla(229, 15%, 15%, 100%)"; -export const ProgressSpinnerLightCaptionColor = "hsla(229, 15%, 50%, 100%)"; -export const ProgressSpinnerDarkCircleBackground = "hsla(216, 100%, 65%, 100%)"; -export const ProgressSpinnerDarkTextColor = "hsla(229, 15%, 80%, 100%)"; -export const ProgressSpinnerDarkCaptionColor = "hsla(229, 15%, 60%, 100%)"; -export const RadioLightThemeDefaultOuterCircleBorder = "hsla(229, 15%, 80%, 100%)"; -export const RadioLightThemeDefaultOuterCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const RadioLightThemeDefaultInnerCircleBackground = "transparent"; -export const RadioLightThemeDefaultCaption = "hsla(229, 15%, 50%, 100%)"; -export const RadioLightThemeStatesHoverOuterCircleBorder = "hsla(229, 15%, 80%, 100%)"; -export const RadioLightThemeStatesHoverOuterCircleBackground = "hsla(229, 15%, 50%, 8%)"; -export const RadioLightThemeStatesHoverInnerCircleBackground = "transparent"; -export const RadioLightThemeStatesCheckedOuterCircleBorder = "transparent"; -export const RadioLightThemeStatesCheckedOuterCircleBackground = "hsla(216, 100%, 50%, 100%)"; -export const RadioLightThemeStatesCheckedInnerCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const RadioLightThemeStatesCheckedHoverOuterCircleBorder = "hsla(216, 100%, 45%, 100%)"; -export const RadioLightThemeStatesCheckedHoverOuterCircleBackground = "hsla(216, 100%, 45%, 100%)"; -export const RadioLightThemeStatesCheckedHoverInnerCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const RadioLightThemeStatesCheckedDisabledOuterCircleBorder = "hsla(229, 15%, 50%, 32%)"; -export const RadioLightThemeStatesCheckedDisabledOuterCircleBackground = "hsla(229, 15%, 50%, 16%)"; -export const RadioLightThemeStatesCheckedDisabledInnerCircleBackground = "hsla(229, 15%, 15%, 32%)"; -export const RadioLightThemeStatesFocusedOuterCircleBorder = "transparent"; -export const RadioLightThemeStatesFocusedOuterCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const RadioLightThemeStatesFocusedInnerCircleBackground = "transparent"; -export const RadioLightThemeStatesFocusedOuterCircleShadow = "0 0 0.1px 2px hsla(216, 100%, 60%, 100%)"; -export const RadioLightThemeStatesCheckedFocusedOuterCircleBorder = "transparent"; -export const RadioLightThemeStatesCheckedFocusedOuterCircleBackground = "hsla(216, 100%, 50%, 100%)"; -export const RadioLightThemeStatesCheckedFocusedInnerCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const RadioLightThemeStatesCheckedFocusedOuterCircleShadow = "0 0 0.1px 2px hsla(216, 100%, 60%, 100%)"; -export const RadioLightThemeStatesDisabledOuterCircleBorder = "hsla(229, 15%, 50%, 32%)"; -export const RadioLightThemeStatesDisabledOuterCircleBackground = "hsla(229, 15%, 50%, 16%)"; -export const RadioLightThemeStatesDisabledInnerCircleBackground = "transparent"; -export const RadioLightThemeStatesDisabledCaption = "hsla(229, 15%, 15%, 32%)"; -export const RadioLightErrorDefaultOuterCircleBorder = "hsla(7, 97%, 45%, 100%)"; -export const RadioLightErrorDefaultOuterCircleBackground = "hsla(7, 97%, 99%, 100%)"; -export const RadioLightErrorDefaultInnerCircleBackground = "transparent"; -export const RadioLightErrorStatesHoverOuterCircleBorder = "hsla(7, 97%, 45%, 100%)"; -export const RadioLightErrorStatesHoverOuterCircleBackground = "hsla(7, 97%, 92%, 100%)"; -export const RadioLightErrorStatesHoverInnerCircleBackground = "transparent"; -export const RadioLightErrorStatesCheckedOuterCircleBorder = "transparent"; -export const RadioLightErrorStatesCheckedOuterCircleBackground = "hsla(7, 97%, 60%, 100%)"; -export const RadioLightErrorStatesCheckedInnerCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const RadioLightErrorStatesCheckedHoverOuterCircleBorder = "transparent"; -export const RadioLightErrorStatesCheckedHoverOuterCircleBackground = "hsla(7, 97%, 56%, 100%)"; -export const RadioLightErrorStatesCheckedHoverInnerCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const RadioLightErrorStatesCheckedDisabledOuterCircleBorder = "hsla(229, 15%, 50%, 32%)"; -export const RadioLightErrorStatesCheckedDisabledOuterCircleBackground = "hsla(229, 15%, 50%, 16%)"; -export const RadioLightErrorStatesCheckedDisabledInnerCircleBackground = "hsla(229, 15%, 15%, 32%)"; -export const RadioLightErrorStatesFocusedOuterCircleBorder = "transparent"; -export const RadioLightErrorStatesFocusedOuterCircleBackground = "hsla(7, 97%, 99%, 100%)"; -export const RadioLightErrorStatesFocusedInnerCircleBackground = "transparent"; -export const RadioLightErrorStatesFocusedOuterCircleShadow = "0 0 0.1px 2px hsla(7, 97%, 45%, 100%)"; -export const RadioLightErrorStatesCheckedFocusedOuterCircleBorder = "transparent"; -export const RadioLightErrorStatesCheckedFocusedOuterCircleBackground = "hsla(7, 97%, 60%, 100%)"; -export const RadioLightErrorStatesCheckedFocusedInnerCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const RadioLightErrorStatesCheckedFocusedOuterCircleShadow = "0 0 0.1px 2px hsla(7, 97%, 45%, 100%)"; -export const RadioLightErrorStatesDisabledOuterCircleBorder = "hsla(229, 15%, 50%, 32%)"; -export const RadioLightErrorStatesDisabledOuterCircleBackground = "hsla(229, 15%, 50%, 16%)"; -export const RadioLightErrorStatesDisabledInnerCircleBackground = "transparent"; -export const RadioDarkThemeDefaultOuterCircleBorder = "hsla(229, 15%, 30%, 100%)"; -export const RadioDarkThemeDefaultOuterCircleBackground = "hsla(229, 15%, 12%, 100%)"; -export const RadioDarkThemeDefaultInnerCircleBackground = "transparent"; -export const RadioDarkThemeDefaultCaption = "hsla(229, 15%, 60%, 100%)"; -export const RadioDarkThemeStatesHoverOuterCircleBorder = "hsla(229, 15%, 30%, 100%)"; -export const RadioDarkThemeStatesHoverOuterCircleBackground = "hsla(229, 15%, 50%, 16%)"; -export const RadioDarkThemeStatesHoverInnerCircleBackground = "transparent"; -export const RadioDarkThemeStatesCheckedOuterCircleBorder = "transparent"; -export const RadioDarkThemeStatesCheckedOuterCircleBackground = "hsla(216, 100%, 50%, 100%)"; -export const RadioDarkThemeStatesCheckedInnerCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const RadioDarkThemeStatesCheckedHoverOuterCircleBorder = "hsla(216, 100%, 45%, 100%)"; -export const RadioDarkThemeStatesCheckedHoverOuterCircleBackground = "hsla(216, 100%, 45%, 100%)"; -export const RadioDarkThemeStatesCheckedHoverInnerCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const RadioDarkThemeStatesCheckedDisabledOuterCircleBorder = "hsla(229, 15%, 50%, 32%)"; -export const RadioDarkThemeStatesCheckedDisabledOuterCircleBackground = "hsla(229, 15%, 50%, 16%)"; -export const RadioDarkThemeStatesCheckedDisabledInnerCircleBackground = "hsla(229, 15%, 30%, 100%)"; -export const RadioDarkThemeStatesFocusedOuterCircleBorder = "transparent"; -export const RadioDarkThemeStatesFocusedOuterCircleBackground = "hsla(229, 15%, 12%, 100%)"; -export const RadioDarkThemeStatesFocusedInnerCircleBackground = "transparent"; -export const RadioDarkThemeStatesFocusedOuterCircleShadow = "0 0 0.1px 2px hsla(216, 100%, 60%, 100%)"; -export const RadioDarkThemeStatesCheckedFocusedOuterCircleBorder = "transparent"; -export const RadioDarkThemeStatesCheckedFocusedOuterCircleBackground = "hsla(216, 100%, 50%, 100%)"; -export const RadioDarkThemeStatesCheckedFocusedInnerCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const RadioDarkThemeStatesCheckedFocusedOuterCircleShadow = "0 0 0.1px 2px hsla(216, 100%, 60%, 100%)"; -export const RadioDarkThemeStatesDisabledOuterCircleBorder = "hsla(229, 15%, 50%, 32%)"; -export const RadioDarkThemeStatesDisabledOuterCircleBackground = "hsla(229, 15%, 50%, 16%)"; -export const RadioDarkThemeStatesDisabledInnerCircleBackground = "transparent"; -export const RadioDarkThemeStatesDisabledCaption = "hsla(229, 15%, 40%, 100%)"; -export const RadioDarkErrorDefaultOuterCircleBorder = "hsla(7, 97%, 35%, 100%)"; -export const RadioDarkErrorDefaultOuterCircleBackground = "hsla(7, 97%, 6%, 100%)"; -export const RadioDarkErrorDefaultInnerCircleBackground = "transparent"; -export const RadioDarkErrorStatesHoverOuterCircleBorder = "hsla(7, 97%, 35%, 100%)"; -export const RadioDarkErrorStatesHoverOuterCircleBackground = "hsla(7, 97%, 13%, 100%)"; -export const RadioDarkErrorStatesHoverInnerCircleBackground = "transparent"; -export const RadioDarkErrorStatesCheckedOuterCircleBorder = "transparent"; -export const RadioDarkErrorStatesCheckedOuterCircleBackground = "hsla(7, 97%, 41%, 100%)"; -export const RadioDarkErrorStatesCheckedInnerCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const RadioDarkErrorStatesCheckedHoverOuterCircleBorder = "transparent"; -export const RadioDarkErrorStatesCheckedHoverOuterCircleBackground = "hsla(7, 97%, 42%, 100%)"; -export const RadioDarkErrorStatesCheckedHoverInnerCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const RadioDarkErrorStatesCheckedDisabledOuterCircleBorder = "hsla(229, 15%, 50%, 32%)"; -export const RadioDarkErrorStatesCheckedDisabledOuterCircleBackground = "hsla(229, 15%, 50%, 16%)"; -export const RadioDarkErrorStatesCheckedDisabledInnerCircleBackground = "hsla(229, 15%, 30%, 100%)"; -export const RadioDarkErrorStatesFocusedOuterCircleBorder = "transparent"; -export const RadioDarkErrorStatesFocusedOuterCircleBackground = "hsla(7, 97%, 6%, 100%)"; -export const RadioDarkErrorStatesFocusedInnerCircleBackground = "transparent"; -export const RadioDarkErrorStatesFocusedOuterCircleShadow = "0 0 0.1px 2px hsla(7, 97%, 45%, 100%)"; -export const RadioDarkErrorStatesCheckedFocusedOuterCircleBorder = "transparent"; -export const RadioDarkErrorStatesCheckedFocusedOuterCircleBackground = "hsla(7, 97%, 41%, 100%)"; -export const RadioDarkErrorStatesCheckedFocusedInnerCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const RadioDarkErrorStatesCheckedFocusedOuterCircleShadow = "0 0 0.1px 2px hsla(7, 97%, 45%, 100%)"; -export const RadioDarkErrorStatesDisabledOuterCircleBorder = "hsla(229, 15%, 50%, 32%)"; -export const RadioDarkErrorStatesDisabledOuterCircleBackground = "hsla(229, 15%, 50%, 16%)"; -export const RadioDarkErrorStatesDisabledInnerCircleBackground = "transparent"; -export const RadioSizeNormalOuterSize = "16px"; -export const RadioSizeNormalInnerSize = "6px"; -export const RadioSizeNormalHorizontalContentPadding = "8px"; -export const RadioSizeNormalVerticalContentPadding = "2px"; -export const RadioSizeNormalVerticalGap = "12px"; -export const RadioSizeNormalTop = 0; -export const RadioSizeBigOuterSize = "16px"; -export const RadioSizeBigInnerSize = "6px"; -export const RadioSizeBigHorizontalContentPadding = "8px"; -export const RadioSizeBigVerticalContentPadding = "2px"; -export const RadioSizeBigVerticalGap = "12px"; -export const RadioSizeBigTop = "2px"; -export const RadioFontNormalLabelFontSize = "14px"; -export const RadioFontNormalLabelLineHeight = "20px"; -export const RadioFontNormalLabelLetterSpacing = "-0.006em"; -export const RadioFontNormalLabelFontWeight = "normal"; -export const RadioFontNormalLabelFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const RadioFontNormalLabelTextTransform = "null"; -export const RadioFontNormalLabelFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const RadioFontNormalCaptionFontSize = "12px"; -export const RadioFontNormalCaptionLineHeight = "16px"; -export const RadioFontNormalCaptionLetterSpacing = "normal"; -export const RadioFontNormalCaptionFontWeight = "normal"; -export const RadioFontNormalCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const RadioFontNormalCaptionTextTransform = "null"; -export const RadioFontNormalCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const RadioFontBigLabelFontSize = "16px"; -export const RadioFontBigLabelLineHeight = "24px"; -export const RadioFontBigLabelLetterSpacing = "-0.011em"; -export const RadioFontBigLabelFontWeight = "normal"; -export const RadioFontBigLabelFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const RadioFontBigLabelTextTransform = "null"; -export const RadioFontBigLabelFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const RadioFontBigCaptionFontSize = "14px"; -export const RadioFontBigCaptionLineHeight = "20px"; -export const RadioFontBigCaptionLetterSpacing = "-0.006em"; -export const RadioFontBigCaptionFontWeight = "normal"; -export const RadioFontBigCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const RadioFontBigCaptionTextTransform = "null"; -export const RadioFontBigCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const RiskLevelSizePaddingVertical = "2px"; -export const RiskLevelSizePaddingHorizontal = "8px"; -export const RiskLevelSizeBorderWidth = "1px"; -export const RiskLevelSizeBorderRadius = "4px"; -export const RiskLevelFontTextFontSize = "18px"; -export const RiskLevelFontTextLineHeight = "26px"; -export const RiskLevelFontTextLetterSpacing = "normal"; -export const RiskLevelFontTextFontWeight = "600"; -export const RiskLevelFontTextFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const RiskLevelFontTextTextTransform = "null"; -export const RiskLevelFontTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const RiskLevelLightFilledFadeOffSuccessBackground = "hsla(104, 64%, 45%, 100%)"; -export const RiskLevelLightFilledFadeOffSuccessText = "hsla(0, 0%, 100%, 100%)"; -export const RiskLevelLightFilledFadeOffWarningBackground = "hsla(38, 100%, 50%, 100%)"; -export const RiskLevelLightFilledFadeOffWarningText = "hsla(0, 0%, 100%, 100%)"; -export const RiskLevelLightFilledFadeOffErrorBackground = "hsla(7, 97%, 60%, 100%)"; -export const RiskLevelLightFilledFadeOffErrorText = "hsla(0, 0%, 100%, 100%)"; -export const RiskLevelLightFilledFadeOnContrastBackground = "hsla(229, 15%, 92%, 100%)"; -export const RiskLevelLightFilledFadeOnContrastText = "hsla(229, 15%, 15%, 100%)"; -export const RiskLevelLightFilledFadeOnSuccessBackground = "hsla(104, 64%, 80%, 100%)"; -export const RiskLevelLightFilledFadeOnSuccessText = "hsla(104, 64%, 30%, 100%)"; -export const RiskLevelLightFilledFadeOnWarningBackground = "hsla(38, 100%, 85%, 100%)"; -export const RiskLevelLightFilledFadeOnWarningText = "hsla(38, 100%, 33%, 100%)"; -export const RiskLevelLightFilledFadeOnErrorBackground = "hsla(7, 97%, 90%, 100%)"; -export const RiskLevelLightFilledFadeOnErrorText = "hsla(7, 97%, 40%, 100%)"; -export const RiskLevelLightOutlineFadeOnContrastBackground = "transparent"; -export const RiskLevelLightOutlineFadeOnContrastText = "hsla(229, 15%, 15%, 100%)"; -export const RiskLevelLightOutlineFadeOnContrastBorder = "hsla(229, 15%, 80%, 100%)"; -export const RiskLevelLightOutlineFadeOnSuccessBackground = "transparent"; -export const RiskLevelLightOutlineFadeOnSuccessText = "hsla(104, 64%, 30%, 100%)"; -export const RiskLevelLightOutlineFadeOnSuccessBorder = "hsla(104, 64%, 45%, 100%)"; -export const RiskLevelLightOutlineFadeOnWarningBackground = "transparent"; -export const RiskLevelLightOutlineFadeOnWarningText = "hsla(38, 100%, 33%, 100%)"; -export const RiskLevelLightOutlineFadeOnWarningBorder = "hsla(38, 100%, 55%, 100%)"; -export const RiskLevelLightOutlineFadeOnErrorBackground = "transparent"; -export const RiskLevelLightOutlineFadeOnErrorText = "hsla(7, 97%, 40%, 100%)"; -export const RiskLevelLightOutlineFadeOnErrorBorder = "hsla(7, 97%, 65%, 100%)"; -export const RiskLevelDarkFilledFadeOffSuccessBackground = "hsla(104, 64%, 40%, 100%)"; -export const RiskLevelDarkFilledFadeOffSuccessText = "hsla(0, 0%, 100%, 100%)"; -export const RiskLevelDarkFilledFadeOffWarningBackground = "hsla(38, 100%, 39%, 100%)"; -export const RiskLevelDarkFilledFadeOffWarningText = "hsla(0, 0%, 100%, 100%)"; -export const RiskLevelDarkFilledFadeOffErrorBackground = "hsla(7, 97%, 41%, 100%)"; -export const RiskLevelDarkFilledFadeOffErrorText = "hsla(0, 0%, 100%, 100%)"; -export const RiskLevelDarkFilledFadeOnContrastBackground = "hsla(229, 15%, 25%, 100%)"; -export const RiskLevelDarkFilledFadeOnContrastText = "hsla(229, 15%, 80%, 100%)"; -export const RiskLevelDarkFilledFadeOnSuccessBackground = "hsla(104, 64%, 12%, 100%)"; -export const RiskLevelDarkFilledFadeOnSuccessText = "hsla(104, 64%, 45%, 100%)"; -export const RiskLevelDarkFilledFadeOnWarningBackground = "hsla(38, 100%, 14%, 100%)"; -export const RiskLevelDarkFilledFadeOnWarningText = "hsla(38, 100%, 60%, 100%)"; -export const RiskLevelDarkFilledFadeOnErrorBackground = "hsla(7, 97%, 15%, 100%)"; -export const RiskLevelDarkFilledFadeOnErrorText = "hsla(7, 97%, 60%, 100%)"; -export const RiskLevelDarkOutlineFadeOnContrastBackground = "transparent"; -export const RiskLevelDarkOutlineFadeOnContrastText = "hsla(229, 15%, 80%, 100%)"; -export const RiskLevelDarkOutlineFadeOnContrastBorder = "hsla(229, 15%, 30%, 100%)"; -export const RiskLevelDarkOutlineFadeOnSuccessBackground = "transparent"; -export const RiskLevelDarkOutlineFadeOnSuccessText = "hsla(104, 64%, 45%, 100%)"; -export const RiskLevelDarkOutlineFadeOnSuccessBorder = "hsla(104, 64%, 20%, 100%)"; -export const RiskLevelDarkOutlineFadeOnWarningBackground = "transparent"; -export const RiskLevelDarkOutlineFadeOnWarningText = "hsla(38, 100%, 60%, 100%)"; -export const RiskLevelDarkOutlineFadeOnWarningBorder = "hsla(38, 100%, 20%, 100%)"; -export const RiskLevelDarkOutlineFadeOnErrorBackground = "transparent"; -export const RiskLevelDarkOutlineFadeOnErrorText = "hsla(7, 97%, 60%, 100%)"; -export const RiskLevelDarkOutlineFadeOnErrorBorder = "hsla(7, 97%, 35%, 100%)"; -export const ScrollbarSizeTrackDimension = "16px"; -export const ScrollbarSizeTrackPaddingVertical = "2px"; -export const ScrollbarSizeTrackPaddingHorizontal = "2px"; -export const ScrollbarSizeThumbWidth = "8px"; -export const ScrollbarSizeThumbMinSize = "20px"; -export const ScrollbarSizeThumbBorderRadius = "8px"; -export const ScrollbarLightThumbDefaultBackground = "hsla(229, 15%, 60%, 100%)"; -export const ScrollbarLightThumbHoverBackground = "hsla(229, 15%, 50%, 100%)"; -export const ScrollbarLightThumbActiveBackground = "hsla(229, 15%, 40%, 100%)"; -export const ScrollbarLightThumbDisabledBackground = "hsla(229, 15%, 15%, 32%)"; -export const ScrollbarLightTrackDefaultBorder = "transparent"; -export const ScrollbarLightTrackDefaultBackground = "transparent"; -export const ScrollbarLightTrackHoverBorder = "transparent"; -export const ScrollbarLightTrackHoverBackground = "transparent"; -export const ScrollbarLightTrackActiveBorder = "transparent"; -export const ScrollbarLightTrackActiveBackground = "transparent"; -export const ScrollbarDarkThumbDefaultBackground = "hsla(229, 15%, 45%, 100%)"; -export const ScrollbarDarkThumbHoverBackground = "hsla(229, 15%, 50%, 100%)"; -export const ScrollbarDarkThumbActiveBackground = "hsla(229, 15%, 40%, 100%)"; -export const ScrollbarDarkThumbDisabledBackground = "hsla(229, 15%, 30%, 100%)"; -export const ScrollbarDarkTrackDefaultBorder = "transparent"; -export const ScrollbarDarkTrackDefaultBackground = "transparent"; -export const ScrollbarDarkTrackHoverBorder = "transparent"; -export const ScrollbarDarkTrackHoverBackground = "transparent"; -export const ScrollbarDarkTrackActiveBorder = "transparent"; -export const ScrollbarDarkTrackActiveBackground = "transparent"; -export const SelectSizeSinglePaddingLeft = "12px"; -export const SelectSizeSinglePaddingRight = "4px"; -export const SelectSizeSinglePaddingVertical = "6px"; -export const SelectSizeSingleContentGap = "4px"; -export const SelectSizeMultiplePaddingLeft = "4px"; -export const SelectSizeMultiplePaddingRight = "4px"; -export const SelectSizeMultiplePaddingVertical = "4px"; -export const SelectSizeMultipleContentGap = "4px"; -export const SelectFontDefaultFontSize = "14px"; -export const SelectFontDefaultLineHeight = "20px"; -export const SelectFontDefaultLetterSpacing = "-0.006em"; -export const SelectFontDefaultFontWeight = "normal"; -export const SelectFontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const SelectFontDefaultTextTransform = "null"; -export const SelectFontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const SelectPanelSizeBorderRadius = "8px"; -export const SelectPanelSizeMaxHeight = "256px"; -export const SelectPanelFontDefaultFontSize = "14px"; -export const SelectPanelFontDefaultLineHeight = "20px"; -export const SelectPanelFontDefaultLetterSpacing = "-0.006em"; -export const SelectPanelFontDefaultFontWeight = "normal"; -export const SelectPanelFontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const SelectPanelFontDefaultTextTransform = "null"; -export const SelectPanelFontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const SelectPanelLightDropdownBackground = "hsla(229, 15%, 100%, 100%)"; -export const SelectPanelLightDropdownShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)"; -export const SelectPanelDarkDropdownBackground = "hsla(229, 15%, 15%, 100%)"; -export const SelectPanelDarkDropdownShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const SidepanelSizeSmallWidth = "400px"; -export const SidepanelSizeMediumWidth = "640px"; -export const SidepanelSizeLargeWidth = "960px"; -export const SidepanelSizeHeaderPaddingVertical = "16px"; -export const SidepanelSizeHeaderPaddingLeft = "32px"; -export const SidepanelSizeHeaderPaddingRight = "12px"; -export const SidepanelSizeCloseButtonMarginLeft = "8px"; -export const SidepanelSizeContentPaddingHorizontal = "32px"; -export const SidepanelSizeContentPaddingBottom = "24px"; -export const SidepanelSizeFooterPaddingTop = "8px"; -export const SidepanelSizeFooterPaddingBottom = "32px"; -export const SidepanelSizeFooterPaddingHorizontal = "32px"; -export const SidepanelSizeFooterContentGapHorizontal = "16px"; -export const SidepanelFontHeaderFontSize = "20px"; -export const SidepanelFontHeaderLineHeight = "28px"; -export const SidepanelFontHeaderLetterSpacing = "normal"; -export const SidepanelFontHeaderFontWeight = "700"; -export const SidepanelFontHeaderFontFamily = "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const SidepanelFontHeaderTextTransform = "null"; -export const SidepanelFontHeaderFontFeatureSettings = "\"calt\", \"kern\", \"liga\""; -export const SidepanelFontContentFontSize = "14px"; -export const SidepanelFontContentLineHeight = "20px"; -export const SidepanelFontContentLetterSpacing = "-0.006em"; -export const SidepanelFontContentFontWeight = "normal"; -export const SidepanelFontContentFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const SidepanelFontContentTextTransform = "null"; -export const SidepanelFontContentFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const SidepanelLightOverlayBackground = "hsla(229, 15%, 20%, 32%)"; -export const SidepanelLightContainerBackground = "hsla(229, 15%, 100%, 100%)"; -export const SidepanelLightContainerBoxShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 3px 16px hsla(229, 15%, 6%, 6%), 0 4px 32px hsla(229, 15%, 6%, 12%)"; -export const SidepanelLightHeaderTextColor = "hsla(229, 15%, 15%, 100%)"; -export const SidepanelLightContentTextColor = "hsla(229, 15%, 15%, 100%)"; -export const SidepanelDarkOverlayBackground = "hsla(229, 15%, 6%, 64%)"; -export const SidepanelDarkContainerBackground = "hsla(229, 15%, 15%, 100%)"; -export const SidepanelDarkContainerBoxShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const SidepanelDarkHeaderTextColor = "hsla(229, 15%, 80%, 100%)"; -export const SidepanelDarkContentTextColor = "hsla(229, 15%, 80%, 100%)"; -export const TableSizeBorderWidth = "1px"; -export const TableSizeRowPaddingVertical = "10px"; -export const TableSizeRowPaddingHorizontal = "8px"; -export const TableFontHeaderFontSize = "14px"; -export const TableFontHeaderLineHeight = "20px"; -export const TableFontHeaderLetterSpacing = "-0.006em"; -export const TableFontHeaderFontWeight = "normal"; -export const TableFontHeaderFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TableFontHeaderTextTransform = "null"; -export const TableFontHeaderFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TableFontBodyFontSize = "14px"; -export const TableFontBodyLineHeight = "20px"; -export const TableFontBodyLetterSpacing = "-0.006em"; -export const TableFontBodyFontWeight = "normal"; -export const TableFontBodyFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TableFontBodyTextTransform = "null"; -export const TableFontBodyFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const TabsSizeTabItemPaddingHorizontal = "12px"; -export const TabsSizeTabItemPaddingVertical = "6px"; -export const TabsSizeTabItemContentGapHorizontal = "4px"; -export const TabsSizeTabItemBorderRadius = "8px"; -export const TabsSizeTabItemFocusOutlineWidth = "2px"; -export const TabsSizeTabStackHorizontalBorderRadius = "8px"; -export const TabsSizeTabStackVerticalContentGapVertical = "8px"; -export const TabsFontTextFontSize = "14px"; -export const TabsFontTextLineHeight = "20px"; -export const TabsFontTextLetterSpacing = "-0.006em"; -export const TabsFontTextFontWeight = "500"; -export const TabsFontTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TabsFontTextTextTransform = "null"; -export const TabsFontTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TabsLightTabItemFilledOnBackgroundDefaultBackground = "transparent"; -export const TabsLightTabItemFilledOnBackgroundDefaultTextColor = "hsla(229, 15%, 15%, 100%)"; -export const TabsLightTabItemFilledOnBackgroundDefaultIconColor = "hsla(229, 15%, 15%, 100%)"; -export const TabsLightTabItemFilledOnBackgroundStatesHoverBackground = "hsla(229, 15%, 50%, 8%)"; -export const TabsLightTabItemFilledOnBackgroundStatesFocusedFocusOutlineColor = "hsla(216, 100%, 60%, 100%)"; -export const TabsLightTabItemFilledOnBackgroundStatesSelectedBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsLightTabItemFilledOnBackgroundStatesSelectedHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsLightTabItemFilledOnBackgroundStatesSelectedDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsLightTabItemFilledOnBackgroundStatesSelectedDisabledTextColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemFilledOnBackgroundStatesSelectedDisabledIconColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemFilledOnBackgroundStatesDisabledBackground = "transparent"; -export const TabsLightTabItemFilledOnBackgroundStatesDisabledTextColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemFilledOnBackgroundStatesDisabledIconColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemFilledOnSurfaceDefaultBackground = "transparent"; -export const TabsLightTabItemFilledOnSurfaceDefaultTextColor = "hsla(229, 15%, 15%, 100%)"; -export const TabsLightTabItemFilledOnSurfaceDefaultIconColor = "hsla(229, 15%, 15%, 100%)"; -export const TabsLightTabItemFilledOnSurfaceStatesHoverBackground = "hsla(229, 15%, 50%, 8%)"; -export const TabsLightTabItemFilledOnSurfaceStatesFocusedFocusOutlineColor = "hsla(216, 100%, 60%, 100%)"; -export const TabsLightTabItemFilledOnSurfaceStatesSelectedBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsLightTabItemFilledOnSurfaceStatesSelectedHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsLightTabItemFilledOnSurfaceStatesSelectedDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsLightTabItemFilledOnSurfaceStatesSelectedDisabledTextColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemFilledOnSurfaceStatesSelectedDisabledIconColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemFilledOnSurfaceStatesDisabledBackground = "transparent"; -export const TabsLightTabItemFilledOnSurfaceStatesDisabledTextColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemFilledOnSurfaceStatesDisabledIconColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemTransparentOnBackgroundDefaultBackground = "transparent"; -export const TabsLightTabItemTransparentOnBackgroundDefaultTextColor = "hsla(229, 15%, 15%, 100%)"; -export const TabsLightTabItemTransparentOnBackgroundDefaultIconColor = "hsla(229, 15%, 15%, 100%)"; -export const TabsLightTabItemTransparentOnBackgroundStatesHoverBackground = "hsla(229, 15%, 50%, 8%)"; -export const TabsLightTabItemTransparentOnBackgroundStatesFocusedFocusOutlineColor = "hsla(216, 100%, 60%, 100%)"; -export const TabsLightTabItemTransparentOnBackgroundStatesSelectedBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsLightTabItemTransparentOnBackgroundStatesSelectedHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsLightTabItemTransparentOnBackgroundStatesSelectedDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsLightTabItemTransparentOnBackgroundStatesSelectedDisabledTextColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemTransparentOnBackgroundStatesSelectedDisabledIconColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemTransparentOnBackgroundStatesDisabledBackground = "transparent"; -export const TabsLightTabItemTransparentOnBackgroundStatesDisabledTextColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemTransparentOnBackgroundStatesDisabledIconColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemTransparentOnSurfaceDefaultBackground = "transparent"; -export const TabsLightTabItemTransparentOnSurfaceDefaultTextColor = "hsla(229, 15%, 15%, 100%)"; -export const TabsLightTabItemTransparentOnSurfaceDefaultIconColor = "hsla(229, 15%, 15%, 100%)"; -export const TabsLightTabItemTransparentOnSurfaceStatesHoverBackground = "hsla(229, 15%, 50%, 8%)"; -export const TabsLightTabItemTransparentOnSurfaceStatesFocusedFocusOutlineColor = "hsla(216, 100%, 60%, 100%)"; -export const TabsLightTabItemTransparentOnSurfaceStatesSelectedBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsLightTabItemTransparentOnSurfaceStatesSelectedHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsLightTabItemTransparentOnSurfaceStatesSelectedDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsLightTabItemTransparentOnSurfaceStatesSelectedDisabledTextColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemTransparentOnSurfaceStatesSelectedDisabledIconColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemTransparentOnSurfaceStatesDisabledBackground = "transparent"; -export const TabsLightTabItemTransparentOnSurfaceStatesDisabledTextColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabItemTransparentOnSurfaceStatesDisabledIconColor = "hsla(229, 15%, 15%, 32%)"; -export const TabsLightTabStackFilledOnBackgroundBackground = "hsla(0, 0%, 100%, 100%)"; -export const TabsLightTabStackFilledOnSurfaceBackground = "hsla(229, 15%, 92%, 100%)"; -export const TabsLightTabStackTransparentOnBackgroundBackground = "transparent"; -export const TabsLightTabStackTransparentOnSurfaceBackground = "transparent"; -export const TabsDarkTabItemFilledOnBackgroundDefaultBackground = "transparent"; -export const TabsDarkTabItemFilledOnBackgroundDefaultTextColor = "hsla(229, 15%, 80%, 100%)"; -export const TabsDarkTabItemFilledOnBackgroundDefaultIconColor = "hsla(229, 15%, 80%, 100%)"; -export const TabsDarkTabItemFilledOnBackgroundStatesHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsDarkTabItemFilledOnBackgroundStatesFocusedFocusOutlineColor = "hsla(216, 100%, 60%, 100%)"; -export const TabsDarkTabItemFilledOnBackgroundStatesSelectedBackground = "hsla(229, 100%, 85%, 15%)"; -export const TabsDarkTabItemFilledOnBackgroundStatesSelectedHoverBackground = "hsla(229, 100%, 85%, 15%)"; -export const TabsDarkTabItemFilledOnBackgroundStatesSelectedDisabledBackground = "hsla(229, 100%, 85%, 15%)"; -export const TabsDarkTabItemFilledOnBackgroundStatesSelectedDisabledTextColor = "hsla(229, 15%, 40%, 100%)"; -export const TabsDarkTabItemFilledOnBackgroundStatesSelectedDisabledIconColor = "hsla(229, 15%, 30%, 100%)"; -export const TabsDarkTabItemFilledOnBackgroundStatesDisabledBackground = "transparent"; -export const TabsDarkTabItemFilledOnBackgroundStatesDisabledTextColor = "hsla(229, 15%, 40%, 100%)"; -export const TabsDarkTabItemFilledOnBackgroundStatesDisabledIconColor = "hsla(229, 15%, 30%, 100%)"; -export const TabsDarkTabItemFilledOnSurfaceDefaultBackground = "transparent"; -export const TabsDarkTabItemFilledOnSurfaceDefaultTextColor = "hsla(229, 15%, 80%, 100%)"; -export const TabsDarkTabItemFilledOnSurfaceDefaultIconColor = "hsla(229, 15%, 80%, 100%)"; -export const TabsDarkTabItemFilledOnSurfaceStatesHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsDarkTabItemFilledOnSurfaceStatesFocusedFocusOutlineColor = "hsla(216, 100%, 60%, 100%)"; -export const TabsDarkTabItemFilledOnSurfaceStatesSelectedBackground = "hsla(229, 100%, 85%, 15%)"; -export const TabsDarkTabItemFilledOnSurfaceStatesSelectedHoverBackground = "hsla(229, 100%, 85%, 15%)"; -export const TabsDarkTabItemFilledOnSurfaceStatesSelectedDisabledBackground = "hsla(229, 100%, 85%, 15%)"; -export const TabsDarkTabItemFilledOnSurfaceStatesSelectedDisabledTextColor = "hsla(229, 15%, 40%, 100%)"; -export const TabsDarkTabItemFilledOnSurfaceStatesSelectedDisabledIconColor = "hsla(229, 15%, 30%, 100%)"; -export const TabsDarkTabItemFilledOnSurfaceStatesDisabledBackground = "transparent"; -export const TabsDarkTabItemFilledOnSurfaceStatesDisabledTextColor = "hsla(229, 15%, 40%, 100%)"; -export const TabsDarkTabItemFilledOnSurfaceStatesDisabledIconColor = "hsla(229, 15%, 30%, 100%)"; -export const TabsDarkTabItemTransparentOnBackgroundDefaultBackground = "transparent"; -export const TabsDarkTabItemTransparentOnBackgroundDefaultTextColor = "hsla(229, 15%, 80%, 100%)"; -export const TabsDarkTabItemTransparentOnBackgroundDefaultIconColor = "hsla(229, 15%, 80%, 100%)"; -export const TabsDarkTabItemTransparentOnBackgroundStatesHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsDarkTabItemTransparentOnBackgroundStatesFocusedFocusOutlineColor = "hsla(216, 100%, 60%, 100%)"; -export const TabsDarkTabItemTransparentOnBackgroundStatesSelectedBackground = "hsla(229, 100%, 85%, 15%)"; -export const TabsDarkTabItemTransparentOnBackgroundStatesSelectedHoverBackground = "hsla(229, 100%, 85%, 15%)"; -export const TabsDarkTabItemTransparentOnBackgroundStatesSelectedDisabledBackground = "hsla(229, 100%, 85%, 15%)"; -export const TabsDarkTabItemTransparentOnBackgroundStatesSelectedDisabledTextColor = "hsla(229, 15%, 40%, 100%)"; -export const TabsDarkTabItemTransparentOnBackgroundStatesSelectedDisabledIconColor = "hsla(229, 15%, 30%, 100%)"; -export const TabsDarkTabItemTransparentOnBackgroundStatesDisabledBackground = "transparent"; -export const TabsDarkTabItemTransparentOnBackgroundStatesDisabledTextColor = "hsla(229, 15%, 40%, 100%)"; -export const TabsDarkTabItemTransparentOnBackgroundStatesDisabledIconColor = "hsla(229, 15%, 30%, 100%)"; -export const TabsDarkTabItemTransparentOnSurfaceDefaultBackground = "transparent"; -export const TabsDarkTabItemTransparentOnSurfaceDefaultTextColor = "hsla(229, 15%, 80%, 100%)"; -export const TabsDarkTabItemTransparentOnSurfaceDefaultIconColor = "hsla(229, 15%, 80%, 100%)"; -export const TabsDarkTabItemTransparentOnSurfaceStatesHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const TabsDarkTabItemTransparentOnSurfaceStatesFocusedFocusOutlineColor = "hsla(216, 100%, 60%, 100%)"; -export const TabsDarkTabItemTransparentOnSurfaceStatesSelectedBackground = "hsla(229, 100%, 85%, 15%)"; -export const TabsDarkTabItemTransparentOnSurfaceStatesSelectedHoverBackground = "hsla(229, 100%, 85%, 15%)"; -export const TabsDarkTabItemTransparentOnSurfaceStatesSelectedDisabledBackground = "hsla(229, 100%, 85%, 15%)"; -export const TabsDarkTabItemTransparentOnSurfaceStatesSelectedDisabledTextColor = "hsla(229, 15%, 40%, 100%)"; -export const TabsDarkTabItemTransparentOnSurfaceStatesSelectedDisabledIconColor = "hsla(229, 15%, 30%, 100%)"; -export const TabsDarkTabItemTransparentOnSurfaceStatesDisabledBackground = "transparent"; -export const TabsDarkTabItemTransparentOnSurfaceStatesDisabledTextColor = "hsla(229, 15%, 40%, 100%)"; -export const TabsDarkTabItemTransparentOnSurfaceStatesDisabledIconColor = "hsla(229, 15%, 30%, 100%)"; -export const TabsDarkTabStackFilledOnBackgroundBackground = "hsla(229, 15%, 12%, 100%)"; -export const TabsDarkTabStackFilledOnSurfaceBackground = "hsla(229, 15%, 25%, 100%)"; -export const TabsDarkTabStackTransparentOnBackgroundBackground = "transparent"; -export const TabsDarkTabStackTransparentOnSurfaceBackground = "transparent"; -export const TagInputSizePaddingLeft = "4px"; -export const TagInputSizePaddingRight = "12px"; -export const TagInputSizePaddingVertical = "4px"; -export const TagInputSizeContentGap = "8px"; -export const TagInputFontDefaultFontSize = "14px"; -export const TagInputFontDefaultLineHeight = "20px"; -export const TagInputFontDefaultLetterSpacing = "-0.006em"; -export const TagInputFontDefaultFontWeight = "normal"; -export const TagInputFontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TagInputFontDefaultTextTransform = "null"; -export const TagInputFontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TagListSizeContentGap = "4px"; -export const TagSizePaddingHorizontal = "4px"; -export const TagSizePaddingVertical = "2px"; -export const TagSizeContentGapHorizontal = "2px"; -export const TagSizeIconMarginLeft = "2px"; -export const TagSizeCloseButtonMarginRight = "2px"; -export const TagFontDefaultFontSize = "14px"; -export const TagFontDefaultLineHeight = "20px"; -export const TagFontDefaultLetterSpacing = "-0.006em"; -export const TagFontDefaultFontWeight = "500"; -export const TagFontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TagFontDefaultTextTransform = "null"; -export const TagFontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TagLightThemeFadeOnDefaultBackground = "hsla(216, 100%, 85%, 100%)"; -export const TagLightThemeFadeOnDefaultText = "hsla(216, 100%, 50%, 100%)"; -export const TagLightThemeFadeOnDefaultIcon = "hsla(216, 100%, 50%, 100%)"; -export const TagLightThemeFadeOnDefaultCloseButton = "hsla(216, 100%, 50%, 100%)"; -export const TagLightThemeFadeOnStatesHoverBackground = "hsla(216, 100%, 91%, 100%)"; -export const TagLightThemeFadeOnStatesHoverText = "hsla(216, 100%, 50%, 100%)"; -export const TagLightThemeFadeOnStatesHoverIcon = "hsla(216, 100%, 50%, 100%)"; -export const TagLightThemeFadeOnStatesHoverCloseButton = "hsla(216, 100%, 50%, 100%)"; -export const TagLightThemeFadeOnStatesFocusBackground = "hsla(216, 100%, 85%, 100%)"; -export const TagLightThemeFadeOnStatesFocusText = "hsla(216, 100%, 50%, 100%)"; -export const TagLightThemeFadeOnStatesFocusIcon = "hsla(216, 100%, 50%, 100%)"; -export const TagLightThemeFadeOnStatesFocusCloseButton = "hsla(216, 100%, 50%, 100%)"; -export const TagLightThemeFadeOnStatesFocusOutline = "hsla(216, 100%, 60%, 100%)"; -export const TagLightThemeFadeOnStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const TagLightThemeFadeOnStatesDisabledText = "hsla(229, 15%, 15%, 32%)"; -export const TagLightThemeFadeOnStatesDisabledIcon = "hsla(229, 15%, 15%, 32%)"; -export const TagLightThemeFadeOnStatesDisabledCloseButton = "hsla(229, 15%, 15%, 32%)"; -export const TagLightContrastFadeOnDefaultBackground = "hsla(229, 15%, 92%, 100%)"; -export const TagLightContrastFadeOnDefaultText = "hsla(229, 15%, 15%, 100%)"; -export const TagLightContrastFadeOnDefaultIcon = "hsla(229, 15%, 60%, 100%)"; -export const TagLightContrastFadeOnDefaultCloseButton = "hsla(229, 15%, 60%, 100%)"; -export const TagLightContrastFadeOnStatesHoverBackground = "hsla(229, 15%, 88%, 100%)"; -export const TagLightContrastFadeOnStatesHoverText = "hsla(229, 15%, 15%, 100%)"; -export const TagLightContrastFadeOnStatesHoverIcon = "hsla(229, 15%, 60%, 100%)"; -export const TagLightContrastFadeOnStatesHoverCloseButton = "hsla(229, 15%, 60%, 100%)"; -export const TagLightContrastFadeOnStatesFocusBackground = "hsla(229, 15%, 92%, 100%)"; -export const TagLightContrastFadeOnStatesFocusText = "hsla(229, 15%, 15%, 100%)"; -export const TagLightContrastFadeOnStatesFocusIcon = "hsla(229, 15%, 60%, 100%)"; -export const TagLightContrastFadeOnStatesFocusCloseButton = "hsla(229, 15%, 60%, 100%)"; -export const TagLightContrastFadeOnStatesFocusOutline = "hsla(216, 100%, 60%, 100%)"; -export const TagLightContrastFadeOnStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const TagLightContrastFadeOnStatesDisabledText = "hsla(229, 15%, 15%, 32%)"; -export const TagLightContrastFadeOnStatesDisabledIcon = "hsla(229, 15%, 15%, 32%)"; -export const TagLightContrastFadeOnStatesDisabledCloseButton = "hsla(229, 15%, 15%, 32%)"; -export const TagLightErrorFadeOnDefaultBackground = "hsla(7, 97%, 90%, 100%)"; -export const TagLightErrorFadeOnDefaultText = "hsla(7, 97%, 40%, 100%)"; -export const TagLightErrorFadeOnDefaultIcon = "hsla(7, 97%, 45%, 100%)"; -export const TagLightErrorFadeOnDefaultCloseButton = "hsla(7, 97%, 45%, 100%)"; -export const TagLightErrorFadeOnStatesHoverBackground = "hsla(7, 97%, 92%, 100%)"; -export const TagLightErrorFadeOnStatesHoverText = "hsla(7, 97%, 40%, 100%)"; -export const TagLightErrorFadeOnStatesHoverIcon = "hsla(7, 97%, 45%, 100%)"; -export const TagLightErrorFadeOnStatesHoverCloseButton = "hsla(7, 97%, 45%, 100%)"; -export const TagLightErrorFadeOnStatesFocusBackground = "hsla(7, 97%, 90%, 100%)"; -export const TagLightErrorFadeOnStatesFocusText = "hsla(7, 97%, 40%, 100%)"; -export const TagLightErrorFadeOnStatesFocusIcon = "hsla(7, 97%, 45%, 100%)"; -export const TagLightErrorFadeOnStatesFocusCloseButton = "hsla(7, 97%, 45%, 100%)"; -export const TagLightErrorFadeOnStatesFocusOutline = "hsla(7, 97%, 45%, 100%)"; -export const TagLightErrorFadeOnStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const TagLightErrorFadeOnStatesDisabledText = "hsla(229, 15%, 15%, 32%)"; -export const TagLightErrorFadeOnStatesDisabledIcon = "hsla(229, 15%, 15%, 32%)"; -export const TagLightErrorFadeOnStatesDisabledCloseButton = "hsla(229, 15%, 15%, 32%)"; -export const TagDarkThemeFadeOnDefaultBackground = "hsla(216, 100%, 20%, 100%)"; -export const TagDarkThemeFadeOnDefaultText = "hsla(216, 100%, 65%, 100%)"; -export const TagDarkThemeFadeOnDefaultIcon = "hsla(216, 100%, 65%, 100%)"; -export const TagDarkThemeFadeOnDefaultCloseButton = "hsla(216, 100%, 65%, 100%)"; -export const TagDarkThemeFadeOnStatesHoverBackground = "hsla(216, 100%, 18%, 100%)"; -export const TagDarkThemeFadeOnStatesHoverText = "hsla(216, 100%, 65%, 100%)"; -export const TagDarkThemeFadeOnStatesHoverIcon = "hsla(216, 100%, 65%, 100%)"; -export const TagDarkThemeFadeOnStatesHoverCloseButton = "hsla(216, 100%, 65%, 100%)"; -export const TagDarkThemeFadeOnStatesFocusBackground = "hsla(216, 100%, 20%, 100%)"; -export const TagDarkThemeFadeOnStatesFocusText = "hsla(216, 100%, 65%, 100%)"; -export const TagDarkThemeFadeOnStatesFocusIcon = "hsla(216, 100%, 65%, 100%)"; -export const TagDarkThemeFadeOnStatesFocusCloseButton = "hsla(216, 100%, 65%, 100%)"; -export const TagDarkThemeFadeOnStatesFocusOutline = "hsla(216, 100%, 60%, 100%)"; -export const TagDarkThemeFadeOnStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const TagDarkThemeFadeOnStatesDisabledText = "hsla(229, 15%, 40%, 100%)"; -export const TagDarkThemeFadeOnStatesDisabledIcon = "hsla(229, 15%, 30%, 100%)"; -export const TagDarkThemeFadeOnStatesDisabledCloseButton = "hsla(229, 15%, 30%, 100%)"; -export const TagDarkContrastFadeOnDefaultBackground = "hsla(229, 15%, 25%, 100%)"; -export const TagDarkContrastFadeOnDefaultText = "hsla(229, 15%, 80%, 100%)"; -export const TagDarkContrastFadeOnDefaultIcon = "hsla(229, 15%, 45%, 100%)"; -export const TagDarkContrastFadeOnDefaultCloseButton = "hsla(229, 15%, 45%, 100%)"; -export const TagDarkContrastFadeOnStatesHoverBackground = "hsla(229, 15%, 25%, 100%)"; -export const TagDarkContrastFadeOnStatesHoverText = "hsla(229, 15%, 80%, 100%)"; -export const TagDarkContrastFadeOnStatesHoverIcon = "hsla(229, 15%, 45%, 100%)"; -export const TagDarkContrastFadeOnStatesHoverCloseButton = "hsla(229, 15%, 45%, 100%)"; -export const TagDarkContrastFadeOnStatesFocusBackground = "hsla(229, 15%, 25%, 100%)"; -export const TagDarkContrastFadeOnStatesFocusText = "hsla(229, 15%, 80%, 100%)"; -export const TagDarkContrastFadeOnStatesFocusIcon = "hsla(229, 15%, 45%, 100%)"; -export const TagDarkContrastFadeOnStatesFocusCloseButton = "hsla(229, 15%, 45%, 100%)"; -export const TagDarkContrastFadeOnStatesFocusOutline = "hsla(216, 100%, 60%, 100%)"; -export const TagDarkContrastFadeOnStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const TagDarkContrastFadeOnStatesDisabledText = "hsla(229, 15%, 40%, 100%)"; -export const TagDarkContrastFadeOnStatesDisabledIcon = "hsla(229, 15%, 30%, 100%)"; -export const TagDarkContrastFadeOnStatesDisabledCloseButton = "hsla(229, 15%, 30%, 100%)"; -export const TagDarkErrorFadeOnDefaultBackground = "hsla(7, 97%, 15%, 100%)"; -export const TagDarkErrorFadeOnDefaultText = "hsla(7, 97%, 60%, 100%)"; -export const TagDarkErrorFadeOnDefaultIcon = "hsla(7, 97%, 60%, 100%)"; -export const TagDarkErrorFadeOnDefaultCloseButton = "hsla(7, 97%, 60%, 100%)"; -export const TagDarkErrorFadeOnStatesHoverBackground = "hsla(7, 97%, 13%, 100%)"; -export const TagDarkErrorFadeOnStatesHoverText = "hsla(7, 97%, 60%, 100%)"; -export const TagDarkErrorFadeOnStatesHoverIcon = "hsla(7, 97%, 60%, 100%)"; -export const TagDarkErrorFadeOnStatesHoverCloseButton = "hsla(7, 97%, 60%, 100%)"; -export const TagDarkErrorFadeOnStatesFocusBackground = "hsla(7, 97%, 15%, 100%)"; -export const TagDarkErrorFadeOnStatesFocusText = "hsla(7, 97%, 60%, 100%)"; -export const TagDarkErrorFadeOnStatesFocusIcon = "hsla(7, 97%, 60%, 100%)"; -export const TagDarkErrorFadeOnStatesFocusCloseButton = "hsla(7, 97%, 60%, 100%)"; -export const TagDarkErrorFadeOnStatesFocusOutline = "hsla(7, 97%, 45%, 100%)"; -export const TagDarkErrorFadeOnStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const TagDarkErrorFadeOnStatesDisabledText = "hsla(229, 15%, 40%, 100%)"; -export const TagDarkErrorFadeOnStatesDisabledIcon = "hsla(229, 15%, 30%, 100%)"; -export const TagDarkErrorFadeOnStatesDisabledCloseButton = "hsla(229, 15%, 30%, 100%)"; -export const TagDarkWarningFadeOnDefaultBackground = "hsla(38, 100%, 14%, 100%)"; -export const TagDarkWarningFadeOnDefaultText = "hsla(38, 100%, 60%, 100%)"; -export const TagDarkWarningFadeOnDefaultIcon = "hsla(38, 100%, 60%, 100%)"; -export const TagDarkWarningFadeOnDefaultCloseButton = "hsla(38, 100%, 60%, 100%)"; -export const TagDarkWarningFadeOnStatesHoverBackground = "hsla(38, 100%, 13%, 100%)"; -export const TagDarkWarningFadeOnStatesHoverText = "hsla(38, 100%, 60%, 100%)"; -export const TagDarkWarningFadeOnStatesHoverIcon = "hsla(38, 100%, 60%, 100%)"; -export const TagDarkWarningFadeOnStatesHoverCloseButton = "hsla(38, 100%, 60%, 100%)"; -export const TagDarkWarningFadeOnStatesFocusBackground = "hsla(38, 100%, 14%, 100%)"; -export const TagDarkWarningFadeOnStatesFocusText = "hsla(38, 100%, 60%, 100%)"; -export const TagDarkWarningFadeOnStatesFocusIcon = "hsla(38, 100%, 60%, 100%)"; -export const TagDarkWarningFadeOnStatesFocusCloseButton = "hsla(38, 100%, 60%, 100%)"; -export const TagDarkWarningFadeOnStatesFocusOutline = "hsla(216, 100%, 60%, 100%)"; -export const TagDarkWarningFadeOnStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const TagDarkWarningFadeOnStatesDisabledText = "hsla(229, 15%, 40%, 100%)"; -export const TagDarkWarningFadeOnStatesDisabledIcon = "hsla(229, 15%, 30%, 100%)"; -export const TagDarkWarningFadeOnStatesDisabledCloseButton = "hsla(229, 15%, 30%, 100%)"; -export const TextareaSizeMinHeight = "64px"; -export const TextareaSizeMaxHeight = "96px"; -export const TextareaSizePaddingVertical = "6px"; -export const TextareaSizePaddingHorizontal = "12px"; -export const TextareaFontDefaultFontSize = "14px"; -export const TextareaFontDefaultLineHeight = "20px"; -export const TextareaFontDefaultLetterSpacing = "-0.006em"; -export const TextareaFontDefaultFontWeight = "normal"; -export const TextareaFontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TextareaFontDefaultTextTransform = "null"; -export const TextareaFontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TimezoneOptionLightText = "hsla(229, 15%, 15%, 100%)"; -export const TimezoneOptionLightCaption = "hsla(229, 15%, 50%, 100%)"; -export const TimezoneOptionLightOptgroupLabel = "hsla(229, 15%, 50%, 100%)"; -export const TimezoneOptionDarkText = "hsla(229, 15%, 80%, 100%)"; -export const TimezoneOptionDarkCaption = "hsla(229, 15%, 60%, 100%)"; -export const TimezoneOptionDarkOptgroupLabel = "hsla(229, 15%, 60%, 100%)"; -export const TimezoneOptionSizePadding = "6px 10px"; -export const TimezoneOptionSizeColumnGap = "16px"; -export const TimezoneOptionSizeHeight = "auto"; -export const TimezoneOptionSizeMaxHeight = "5em"; -export const TimezoneOptionSizeOptgroupLabelPadding = "12px 12px 4px 12px"; -export const TimezoneOptionFontTextFontSize = "14px"; -export const TimezoneOptionFontTextLineHeight = "20px"; -export const TimezoneOptionFontTextLetterSpacing = "-0.006em"; -export const TimezoneOptionFontTextFontWeight = "normal"; -export const TimezoneOptionFontTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TimezoneOptionFontTextTextTransform = "null"; -export const TimezoneOptionFontTextFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const TimezoneOptionFontOffsetTextFontSize = "14px"; -export const TimezoneOptionFontOffsetTextLineHeight = "20px"; -export const TimezoneOptionFontOffsetTextLetterSpacing = "-0.006em"; -export const TimezoneOptionFontOffsetTextFontWeight = "normal"; -export const TimezoneOptionFontOffsetTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TimezoneOptionFontOffsetTextTextTransform = "null"; -export const TimezoneOptionFontOffsetTextFontFeatureSettings = "\"calt\", \"ss01\", \"ss04\", \"tnum\""; -export const TimezoneOptionFontCaptionFontSize = "12px"; -export const TimezoneOptionFontCaptionLineHeight = "16px"; -export const TimezoneOptionFontCaptionLetterSpacing = "normal"; -export const TimezoneOptionFontCaptionFontWeight = "normal"; -export const TimezoneOptionFontCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TimezoneOptionFontCaptionTextTransform = "null"; -export const TimezoneOptionFontCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TimezoneOptionFontOptgroupLabelFontSize = "12px"; -export const TimezoneOptionFontOptgroupLabelLineHeight = "16px"; -export const TimezoneOptionFontOptgroupLabelLetterSpacing = "1px"; -export const TimezoneOptionFontOptgroupLabelFontWeight = "500"; -export const TimezoneOptionFontOptgroupLabelFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TimezoneOptionFontOptgroupLabelTextTransform = "uppercase"; -export const TimezoneOptionFontOptgroupLabelFontFeatureSettings = "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ToastSizeContainerWidth = "360px"; -export const ToastSizeContainerBorderRadius = "8px"; -export const ToastSizeContainerPaddingLeft = "12px"; -export const ToastSizeContainerPaddingRight = "8px"; -export const ToastSizeContentPaddingTop = "16px"; -export const ToastSizeContentPaddingBottom = "16px"; -export const ToastSizeCaptionPaddingBottom = "4px"; -export const ToastSizeIconWidth = "16px"; -export const ToastSizeIconHeight = "16px"; -export const ToastSizeIconMarginRight = "8px"; -export const ToastSizeIconBorderRadius = "50%"; -export const ToastSizeCloseButtonMarginTop = "12px"; -export const ToastSizeCloseButtonMarginRight = "4px"; -export const ToastSizeButtonStackPaddingTop = "8px"; -export const ToastSizeButtonStackContentGapHorizontal = "12px"; -export const ToastFontTitleFontSize = "14px"; -export const ToastFontTitleLineHeight = "20px"; -export const ToastFontTitleLetterSpacing = "-0.006em"; -export const ToastFontTitleFontWeight = "normal"; -export const ToastFontTitleFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ToastFontTitleTextTransform = "null"; -export const ToastFontTitleFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ToastFontTextFontSize = "14px"; -export const ToastFontTextLineHeight = "20px"; -export const ToastFontTextLetterSpacing = "-0.006em"; -export const ToastFontTextFontWeight = "normal"; -export const ToastFontTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ToastFontTextTextTransform = "null"; -export const ToastFontTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ToastLightContrastContainerBackground = "hsla(229, 15%, 100%, 100%)"; -export const ToastLightContrastContainerTitle = "hsla(229, 15%, 15%, 100%)"; -export const ToastLightContrastContainerText = "hsla(229, 15%, 50%, 100%)"; -export const ToastLightContrastContainerShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)"; -export const ToastLightErrorContainerBackground = "hsla(229, 15%, 100%, 100%)"; -export const ToastLightErrorContainerTitle = "hsla(229, 15%, 15%, 100%)"; -export const ToastLightErrorContainerText = "hsla(229, 15%, 50%, 100%)"; -export const ToastLightErrorContainerShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)"; -export const ToastLightWarningContainerBackground = "hsla(229, 15%, 100%, 100%)"; -export const ToastLightWarningContainerTitle = "hsla(229, 15%, 15%, 100%)"; -export const ToastLightWarningContainerText = "hsla(229, 15%, 50%, 100%)"; -export const ToastLightWarningContainerShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)"; -export const ToastLightSuccessContainerBackground = "hsla(229, 15%, 100%, 100%)"; -export const ToastLightSuccessContainerTitle = "hsla(229, 15%, 15%, 100%)"; -export const ToastLightSuccessContainerText = "hsla(229, 15%, 50%, 100%)"; -export const ToastLightSuccessContainerShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)"; -export const ToastDarkContrastContainerBackground = "hsla(229, 15%, 15%, 100%)"; -export const ToastDarkContrastContainerTitle = "hsla(229, 15%, 80%, 100%)"; -export const ToastDarkContrastContainerText = "hsla(229, 15%, 60%, 100%)"; -export const ToastDarkContrastContainerShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const ToastDarkErrorContainerBackground = "hsla(229, 15%, 15%, 100%)"; -export const ToastDarkErrorContainerTitle = "hsla(229, 15%, 80%, 100%)"; -export const ToastDarkErrorContainerText = "hsla(229, 15%, 60%, 100%)"; -export const ToastDarkErrorContainerShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const ToastDarkWarningContainerBackground = "hsla(229, 15%, 15%, 100%)"; -export const ToastDarkWarningContainerTitle = "hsla(229, 15%, 80%, 100%)"; -export const ToastDarkWarningContainerText = "hsla(229, 15%, 60%, 100%)"; -export const ToastDarkWarningContainerShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const ToastDarkSuccessContainerBackground = "hsla(229, 15%, 15%, 100%)"; -export const ToastDarkSuccessContainerTitle = "hsla(229, 15%, 80%, 100%)"; -export const ToastDarkSuccessContainerText = "hsla(229, 15%, 60%, 100%)"; -export const ToastDarkSuccessContainerShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const ToastStackSizeMarginTop = "12px"; -export const ToastStackSizeMarginRight = "12px"; -export const ToastStackSizeGap = "8px"; -export const ToggleLightThemeDefaultBorder = "hsla(229, 15%, 80%, 100%)"; -export const ToggleLightThemeDefaultBackground = "hsla(0, 0%, 100%, 100%)"; -export const ToggleLightThemeDefaultCircleBackground = "hsla(229, 15%, 15%, 100%)"; -export const ToggleLightThemeStatesHoverBorder = "hsla(229, 15%, 80%, 100%)"; -export const ToggleLightThemeStatesHoverBackground = "hsla(229, 15%, 50%, 8%)"; -export const ToggleLightThemeStatesHoverCircleBackground = "hsla(229, 15%, 15%, 100%)"; -export const ToggleLightThemeStatesCheckedBorder = "transparent"; -export const ToggleLightThemeStatesCheckedBackground = "hsla(216, 100%, 50%, 100%)"; -export const ToggleLightThemeStatesCheckedCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const ToggleLightThemeStatesCheckedHoverBorder = "transparent"; -export const ToggleLightThemeStatesCheckedHoverBackground = "hsla(216, 100%, 45%, 100%)"; -export const ToggleLightThemeStatesCheckedHoverCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const ToggleLightThemeStatesFocusedBorder = "hsla(216, 100%, 60%, 100%)"; -export const ToggleLightThemeStatesFocusedBackground = "hsla(0, 0%, 100%, 100%)"; -export const ToggleLightThemeStatesFocusedCircleBackground = "hsla(229, 15%, 15%, 100%)"; -export const ToggleLightThemeStatesFocusedFocusOutline = "hsla(216, 100%, 60%, 100%)"; -export const ToggleLightThemeStatesCheckedFocusedBorder = "hsla(216, 100%, 60%, 100%)"; -export const ToggleLightThemeStatesCheckedFocusedBackground = "hsla(216, 100%, 50%, 100%)"; -export const ToggleLightThemeStatesCheckedFocusedCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const ToggleLightThemeStatesCheckedFocusedFocusOutline = "hsla(216, 100%, 60%, 100%)"; -export const ToggleLightThemeStatesDisabledBorder = "hsla(229, 15%, 50%, 32%)"; -export const ToggleLightThemeStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const ToggleLightThemeStatesDisabledCircleBackground = "hsla(229, 15%, 15%, 32%)"; -export const ToggleLightErrorDefaultBorder = "hsla(7, 97%, 45%, 100%)"; -export const ToggleLightErrorDefaultBackground = "hsla(7, 97%, 99%, 100%)"; -export const ToggleLightErrorDefaultCircleBackground = "hsla(7, 97%, 45%, 100%)"; -export const ToggleLightErrorStatesHoverBorder = "hsla(7, 97%, 45%, 100%)"; -export const ToggleLightErrorStatesHoverBackground = "hsla(7, 97%, 92%, 100%)"; -export const ToggleLightErrorStatesHoverCircleBackground = "hsla(7, 97%, 45%, 100%)"; -export const ToggleLightErrorStatesCheckedBorder = "hsla(7, 97%, 45%, 100%)"; -export const ToggleLightErrorStatesCheckedBackground = "hsla(7, 97%, 60%, 100%)"; -export const ToggleLightErrorStatesCheckedCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const ToggleLightErrorStatesCheckedHoverBorder = "hsla(7, 97%, 45%, 100%)"; -export const ToggleLightErrorStatesCheckedHoverBackground = "hsla(7, 97%, 56%, 100%)"; -export const ToggleLightErrorStatesCheckedHoverCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const ToggleLightErrorStatesFocusedBorder = "hsla(7, 97%, 45%, 100%)"; -export const ToggleLightErrorStatesFocusedBackground = "hsla(7, 97%, 99%, 100%)"; -export const ToggleLightErrorStatesFocusedCircleBackground = "hsla(7, 97%, 45%, 100%)"; -export const ToggleLightErrorStatesFocusedFocusOutline = "hsla(7, 97%, 45%, 100%)"; -export const ToggleLightErrorStatesCheckedFocusedBorder = "hsla(7, 97%, 45%, 100%)"; -export const ToggleLightErrorStatesCheckedFocusedBackground = "hsla(7, 97%, 60%, 100%)"; -export const ToggleLightErrorStatesCheckedFocusedCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const ToggleLightErrorStatesCheckedFocusedFocusOutline = "hsla(7, 97%, 45%, 100%)"; -export const ToggleLightErrorStatesDisabledBorder = "hsla(229, 15%, 50%, 32%)"; -export const ToggleLightErrorStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const ToggleLightErrorStatesDisabledCircleBackground = "hsla(229, 15%, 15%, 32%)"; -export const ToggleDarkThemeDefaultBorder = "hsla(229, 15%, 30%, 100%)"; -export const ToggleDarkThemeDefaultBackground = "hsla(229, 15%, 12%, 100%)"; -export const ToggleDarkThemeDefaultCircleBackground = "hsla(229, 15%, 80%, 100%)"; -export const ToggleDarkThemeStatesHoverBorder = "hsla(229, 15%, 30%, 100%)"; -export const ToggleDarkThemeStatesHoverBackground = "hsla(229, 15%, 50%, 16%)"; -export const ToggleDarkThemeStatesHoverCircleBackground = "hsla(229, 15%, 80%, 100%)"; -export const ToggleDarkThemeStatesCheckedBorder = "transparent"; -export const ToggleDarkThemeStatesCheckedBackground = "hsla(216, 100%, 50%, 100%)"; -export const ToggleDarkThemeStatesCheckedCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const ToggleDarkThemeStatesCheckedHoverBorder = "transparent"; -export const ToggleDarkThemeStatesCheckedHoverBackground = "hsla(216, 100%, 45%, 100%)"; -export const ToggleDarkThemeStatesCheckedHoverCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const ToggleDarkThemeStatesFocusedBorder = "hsla(216, 100%, 60%, 100%)"; -export const ToggleDarkThemeStatesFocusedBackground = "hsla(229, 15%, 12%, 100%)"; -export const ToggleDarkThemeStatesFocusedCircleBackground = "hsla(229, 15%, 80%, 100%)"; -export const ToggleDarkThemeStatesFocusedFocusOutline = "hsla(216, 100%, 60%, 100%)"; -export const ToggleDarkThemeStatesCheckedFocusedBorder = "hsla(216, 100%, 60%, 100%)"; -export const ToggleDarkThemeStatesCheckedFocusedBackground = "hsla(216, 100%, 50%, 100%)"; -export const ToggleDarkThemeStatesCheckedFocusedCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const ToggleDarkThemeStatesCheckedFocusedFocusOutline = "hsla(216, 100%, 60%, 100%)"; -export const ToggleDarkThemeStatesDisabledBorder = "hsla(229, 15%, 50%, 32%)"; -export const ToggleDarkThemeStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const ToggleDarkThemeStatesDisabledCircleBackground = "hsla(229, 15%, 30%, 100%)"; -export const ToggleDarkErrorDefaultBorder = "hsla(7, 97%, 35%, 100%)"; -export const ToggleDarkErrorDefaultBackground = "hsla(7, 97%, 6%, 100%)"; -export const ToggleDarkErrorDefaultCircleBackground = "hsla(7, 97%, 60%, 100%)"; -export const ToggleDarkErrorStatesHoverBorder = "hsla(7, 97%, 35%, 100%)"; -export const ToggleDarkErrorStatesHoverBackground = "hsla(7, 97%, 13%, 100%)"; -export const ToggleDarkErrorStatesHoverCircleBackground = "hsla(7, 97%, 60%, 100%)"; -export const ToggleDarkErrorStatesCheckedBorder = "hsla(7, 97%, 35%, 100%)"; -export const ToggleDarkErrorStatesCheckedBackground = "hsla(7, 97%, 41%, 100%)"; -export const ToggleDarkErrorStatesCheckedCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const ToggleDarkErrorStatesCheckedHoverBorder = "hsla(7, 97%, 35%, 100%)"; -export const ToggleDarkErrorStatesCheckedHoverBackground = "hsla(7, 97%, 42%, 100%)"; -export const ToggleDarkErrorStatesCheckedHoverCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const ToggleDarkErrorStatesFocusedBorder = "hsla(7, 97%, 45%, 100%)"; -export const ToggleDarkErrorStatesFocusedBackground = "hsla(7, 97%, 6%, 100%)"; -export const ToggleDarkErrorStatesFocusedCircleBackground = "hsla(7, 97%, 60%, 100%)"; -export const ToggleDarkErrorStatesFocusedFocusOutline = "hsla(7, 97%, 45%, 100%)"; -export const ToggleDarkErrorStatesCheckedFocusedBorder = "hsla(7, 97%, 45%, 100%)"; -export const ToggleDarkErrorStatesCheckedFocusedBackground = "hsla(7, 97%, 41%, 100%)"; -export const ToggleDarkErrorStatesCheckedFocusedCircleBackground = "hsla(0, 0%, 100%, 100%)"; -export const ToggleDarkErrorStatesCheckedFocusedFocusOutline = "hsla(7, 97%, 45%, 100%)"; -export const ToggleDarkErrorStatesDisabledBorder = "hsla(229, 15%, 50%, 32%)"; -export const ToggleDarkErrorStatesDisabledBackground = "hsla(229, 15%, 50%, 16%)"; -export const ToggleDarkErrorStatesDisabledCircleBackground = "hsla(229, 15%, 30%, 100%)"; -export const ToggleSizeNormalHeight = "16px"; -export const ToggleSizeNormalWidth = "28px"; -export const ToggleSizeNormalHorizontalContentPadding = "8px"; -export const ToggleSizeNormalVerticalContentPadding = "8px"; -export const ToggleSizeBigHeight = "16px"; -export const ToggleSizeBigWidth = "28px"; -export const ToggleSizeBigHorizontalContentPadding = "8px"; -export const ToggleSizeBigVerticalContentPadding = "8px"; -export const ToggleFontNormalLabelFontSize = "14px"; -export const ToggleFontNormalLabelLineHeight = "20px"; -export const ToggleFontNormalLabelLetterSpacing = "-0.006em"; -export const ToggleFontNormalLabelFontWeight = "normal"; -export const ToggleFontNormalLabelFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ToggleFontNormalLabelTextTransform = "null"; -export const ToggleFontNormalLabelFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ToggleFontNormalCaptionFontSize = "12px"; -export const ToggleFontNormalCaptionLineHeight = "16px"; -export const ToggleFontNormalCaptionLetterSpacing = "normal"; -export const ToggleFontNormalCaptionFontWeight = "normal"; -export const ToggleFontNormalCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ToggleFontNormalCaptionTextTransform = "null"; -export const ToggleFontNormalCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ToggleFontBigLabelFontSize = "16px"; -export const ToggleFontBigLabelLineHeight = "24px"; -export const ToggleFontBigLabelLetterSpacing = "-0.011em"; -export const ToggleFontBigLabelFontWeight = "normal"; -export const ToggleFontBigLabelFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ToggleFontBigLabelTextTransform = "null"; -export const ToggleFontBigLabelFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const ToggleFontBigCaptionFontSize = "14px"; -export const ToggleFontBigCaptionLineHeight = "20px"; -export const ToggleFontBigCaptionLetterSpacing = "-0.006em"; -export const ToggleFontBigCaptionFontWeight = "normal"; -export const ToggleFontBigCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const ToggleFontBigCaptionTextTransform = "null"; -export const ToggleFontBigCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TooltipSizeMaxWidth = "300px"; -export const TooltipSizeBorderRadius = "8px"; -export const TooltipSizePaddingHorizontal = "12px"; -export const TooltipSizePaddingVertical = "8px"; -export const TooltipSizeArrowSize = "12px"; -export const TooltipFontDefaultFontSize = "12px"; -export const TooltipFontDefaultLineHeight = "16px"; -export const TooltipFontDefaultLetterSpacing = "normal"; -export const TooltipFontDefaultFontWeight = "normal"; -export const TooltipFontDefaultFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TooltipFontDefaultTextTransform = "null"; -export const TooltipFontDefaultFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TooltipFontTitleFontSize = "12px"; -export const TooltipFontTitleLineHeight = "16px"; -export const TooltipFontTitleLetterSpacing = "normal"; -export const TooltipFontTitleFontWeight = "normal"; -export const TooltipFontTitleFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TooltipFontTitleTextTransform = "null"; -export const TooltipFontTitleFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TooltipLightContrastFadeOnBackground = "hsla(229, 15%, 100%, 100%)"; -export const TooltipLightContrastFadeOnText = "hsla(229, 15%, 15%, 100%)"; -export const TooltipLightContrastFadeOnShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)"; -export const TooltipLightContrastFadeOffBackground = "hsla(229, 15%, 25%, 100%)"; -export const TooltipLightContrastFadeOffText = "hsla(0, 0%, 100%, 100%)"; -export const TooltipLightContrastFadeOffShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)"; -export const TooltipLightThemeFadeOffBackground = "hsla(216, 100%, 50%, 100%)"; -export const TooltipLightThemeFadeOffText = "hsla(0, 0%, 100%, 100%)"; -export const TooltipLightThemeFadeOffShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)"; -export const TooltipLightWarningFadeOffBackground = "hsla(38, 100%, 50%, 100%)"; -export const TooltipLightWarningFadeOffText = "hsla(0, 0%, 100%, 100%)"; -export const TooltipLightWarningFadeOffShadow = "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)"; -export const TooltipLightErrorFadeOffBackground = "hsla(7, 97%, 60%, 100%)"; -export const TooltipLightErrorFadeOffText = "hsla(0, 0%, 100%, 100%)"; -export const TooltipLightErrorFadeOffShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const TooltipDarkContrastFadeOnBackground = "hsla(229, 15%, 15%, 100%)"; -export const TooltipDarkContrastFadeOnText = "hsla(229, 15%, 80%, 100%)"; -export const TooltipDarkContrastFadeOnShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const TooltipDarkContrastFadeOffBackground = "hsla(229, 15%, 25%, 100%)"; -export const TooltipDarkContrastFadeOffText = "hsla(0, 0%, 100%, 100%)"; -export const TooltipDarkContrastFadeOffShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const TooltipDarkThemeFadeOffBackground = "hsla(216, 100%, 50%, 100%)"; -export const TooltipDarkThemeFadeOffText = "hsla(0, 0%, 100%, 100%)"; -export const TooltipDarkThemeFadeOffShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const TooltipDarkWarningFadeOffBackground = "hsla(38, 100%, 50%, 100%)"; -export const TooltipDarkWarningFadeOffText = "hsla(0, 0%, 100%, 100%)"; -export const TooltipDarkWarningFadeOffShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const TooltipDarkErrorFadeOffBackground = "hsla(7, 97%, 60%, 100%)"; -export const TooltipDarkErrorFadeOffText = "hsla(0, 0%, 100%, 100%)"; -export const TooltipDarkErrorFadeOffShadow = "0 0 0 1px hsla(229, 100%, 85%, 15%)"; -export const TreeSizeIndentLevel = "24px"; -export const TreeSizeContainerPaddingRight = "8px"; -export const TreeSizeContainerPaddingVertical = "4px"; -export const TreeSizeContainerContentGapHorizontal = "8px"; -export const TreeSizeContainerContentGapVertical = "0px"; -export const TreeSizeContainerFocusOutlineWidth = "2px"; -export const TreeSizeTextPaddingVertical = "2px"; -export const TreeFontTextFontSize = "14px"; -export const TreeFontTextLineHeight = "20px"; -export const TreeFontTextLetterSpacing = "-0.006em"; -export const TreeFontTextFontWeight = "normal"; -export const TreeFontTextFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TreeFontTextTextTransform = "null"; -export const TreeFontTextFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TreeFontCaptionFontSize = "12px"; -export const TreeFontCaptionLineHeight = "16px"; -export const TreeFontCaptionLetterSpacing = "normal"; -export const TreeFontCaptionFontWeight = "normal"; -export const TreeFontCaptionFontFamily = "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"; -export const TreeFontCaptionTextTransform = "null"; -export const TreeFontCaptionFontFeatureSettings = "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\""; -export const TreeLightDefaultContainerBackground = "transparent"; -export const TreeLightDefaultTextColor = "hsla(229, 15%, 15%, 100%)"; -export const TreeLightDefaultIconColor = "hsla(229, 15%, 15%, 100%)"; -export const TreeLightDefaultTreeToggleColor = "hsla(229, 15%, 60%, 100%)"; -export const TreeLightDefaultActionButtonColor = "hsla(229, 15%, 60%, 100%)"; -export const TreeLightDefaultCaptionColor = "hsla(229, 15%, 50%, 100%)"; -export const TreeLightStatesHoverContainerBackground = "hsla(229, 15%, 50%, 8%)"; -export const TreeLightStatesHoverTextColor = "hsla(229, 15%, 15%, 100%)"; -export const TreeLightStatesHoverIconColor = "hsla(229, 15%, 15%, 100%)"; -export const TreeLightStatesHoverTreeToggleColor = "hsla(229, 15%, 60%, 100%)"; -export const TreeLightStatesHoverActionButtonColor = "hsla(229, 15%, 60%, 100%)"; -export const TreeLightStatesHoverCaptionColor = "hsla(229, 15%, 50%, 100%)"; -export const TreeLightStatesFocusedFocusOutlineColor = "hsla(216, 100%, 60%, 100%)"; -export const TreeLightStatesSelectedContainerBackground = "hsla(216, 100%, 94%, 100%)"; -export const TreeLightStatesSelectedTextColor = "hsla(229, 15%, 15%, 100%)"; -export const TreeLightStatesSelectedIconColor = "hsla(229, 15%, 15%, 100%)"; -export const TreeLightStatesSelectedTreeToggleColor = "hsla(229, 15%, 60%, 100%)"; -export const TreeLightStatesSelectedActionButtonColor = "hsla(229, 15%, 60%, 100%)"; -export const TreeLightStatesSelectedCaptionColor = "hsla(229, 15%, 50%, 100%)"; -export const TreeLightStatesSelectedHoverContainerBackground = "hsla(216, 100%, 90%, 100%)"; -export const TreeLightStatesSelectedHoverTextColor = "hsla(229, 15%, 15%, 100%)"; -export const TreeLightStatesSelectedHoverIconColor = "hsla(229, 15%, 15%, 100%)"; -export const TreeLightStatesSelectedHoverTreeToggleColor = "hsla(229, 15%, 60%, 100%)"; -export const TreeLightStatesSelectedHoverActionButtonColor = "hsla(229, 15%, 60%, 100%)"; -export const TreeLightStatesSelectedHoverCaptionColor = "hsla(229, 15%, 50%, 100%)"; -export const TreeLightStatesDisabledContainerBackground = "transparent"; -export const TreeLightStatesDisabledTextColor = "hsla(229, 15%, 15%, 32%)"; -export const TreeLightStatesDisabledIconColor = "hsla(229, 15%, 15%, 32%)"; -export const TreeLightStatesDisabledTreeToggleColor = "hsla(229, 15%, 15%, 32%)"; -export const TreeLightStatesDisabledActionButtonColor = "hsla(229, 15%, 15%, 32%)"; -export const TreeLightStatesDisabledCaptionColor = "hsla(229, 15%, 15%, 32%)"; -export const TreeDarkDefaultContainerBackground = "transparent"; -export const TreeDarkDefaultTextColor = "hsla(229, 15%, 80%, 100%)"; -export const TreeDarkDefaultIconColor = "hsla(229, 15%, 80%, 100%)"; -export const TreeDarkDefaultTreeToggleColor = "hsla(229, 15%, 45%, 100%)"; -export const TreeDarkDefaultActionButtonColor = "hsla(229, 15%, 45%, 100%)"; -export const TreeDarkDefaultCaptionColor = "hsla(229, 15%, 60%, 100%)"; -export const TreeDarkStatesHoverContainerBackground = "hsla(229, 15%, 50%, 16%)"; -export const TreeDarkStatesHoverTextColor = "hsla(229, 15%, 80%, 100%)"; -export const TreeDarkStatesHoverIconColor = "hsla(229, 15%, 80%, 100%)"; -export const TreeDarkStatesHoverTreeToggleColor = "hsla(229, 15%, 45%, 100%)"; -export const TreeDarkStatesHoverActionButtonColor = "hsla(229, 15%, 45%, 100%)"; -export const TreeDarkStatesHoverCaptionColor = "hsla(229, 15%, 60%, 100%)"; -export const TreeDarkStatesFocusedFocusOutlineColor = "hsla(216, 100%, 60%, 100%)"; -export const TreeDarkStatesSelectedContainerBackground = "hsla(216, 100%, 18%, 100%)"; -export const TreeDarkStatesSelectedTextColor = "hsla(229, 15%, 80%, 100%)"; -export const TreeDarkStatesSelectedIconColor = "hsla(229, 15%, 80%, 100%)"; -export const TreeDarkStatesSelectedTreeToggleColor = "hsla(229, 15%, 45%, 100%)"; -export const TreeDarkStatesSelectedActionButtonColor = "hsla(229, 15%, 45%, 100%)"; -export const TreeDarkStatesSelectedCaptionColor = "hsla(229, 15%, 60%, 100%)"; -export const TreeDarkStatesSelectedHoverContainerBackground = "hsla(216, 100%, 15%, 100%)"; -export const TreeDarkStatesSelectedHoverTextColor = "hsla(229, 15%, 80%, 100%)"; -export const TreeDarkStatesSelectedHoverIconColor = "hsla(229, 15%, 80%, 100%)"; -export const TreeDarkStatesSelectedHoverTreeToggleColor = "hsla(229, 15%, 45%, 100%)"; -export const TreeDarkStatesSelectedHoverActionButtonColor = "hsla(229, 15%, 45%, 100%)"; -export const TreeDarkStatesSelectedHoverCaptionColor = "hsla(229, 15%, 60%, 100%)"; -export const TreeDarkStatesDisabledContainerBackground = "transparent"; -export const TreeDarkStatesDisabledTextColor = "hsla(229, 15%, 40%, 100%)"; -export const TreeDarkStatesDisabledIconColor = "hsla(229, 15%, 30%, 100%)"; -export const TreeDarkStatesDisabledTreeToggleColor = "hsla(229, 15%, 30%, 100%)"; -export const TreeDarkStatesDisabledActionButtonColor = "hsla(229, 15%, 30%, 100%)"; -export const TreeDarkStatesDisabledCaptionColor = "hsla(229, 15%, 40%, 100%)"; +module.exports = { + "LightThemeDefault": "hsla(216, 100%, 50%, 100%)", + "LightThemePalette": {"0":{"value":"hsla(216, 100%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 0%, 100%)"},"name":"PaletteBlue0","attributes":{"category":"palette","type":"blue","item":"0"},"path":["palette","blue","0"]},"1":{"value":"hsla(216, 100%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 1%, 100%)"},"name":"PaletteBlue1","attributes":{"category":"palette","type":"blue","item":"1"},"path":["palette","blue","1"]},"2":{"value":"hsla(216, 100%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 2%, 100%)"},"name":"PaletteBlue2","attributes":{"category":"palette","type":"blue","item":"2"},"path":["palette","blue","2"]},"3":{"value":"hsla(216, 100%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 3%, 100%)"},"name":"PaletteBlue3","attributes":{"category":"palette","type":"blue","item":"3"},"path":["palette","blue","3"]},"4":{"value":"hsla(216, 100%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 4%, 100%)"},"name":"PaletteBlue4","attributes":{"category":"palette","type":"blue","item":"4"},"path":["palette","blue","4"]},"5":{"value":"hsla(216, 100%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 100%)"},"name":"PaletteBlue5","attributes":{"category":"palette","type":"blue","item":"5"},"path":["palette","blue","5"]},"6":{"value":"hsla(216, 100%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 6%, 100%)"},"name":"PaletteBlue6","attributes":{"category":"palette","type":"blue","item":"6"},"path":["palette","blue","6"]},"7":{"value":"hsla(216, 100%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 7%, 100%)"},"name":"PaletteBlue7","attributes":{"category":"palette","type":"blue","item":"7"},"path":["palette","blue","7"]},"8":{"value":"hsla(216, 100%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 8%, 100%)"},"name":"PaletteBlue8","attributes":{"category":"palette","type":"blue","item":"8"},"path":["palette","blue","8"]},"9":{"value":"hsla(216, 100%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 9%, 100%)"},"name":"PaletteBlue9","attributes":{"category":"palette","type":"blue","item":"9"},"path":["palette","blue","9"]},"10":{"value":"hsla(216, 100%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 10%, 100%)"},"name":"PaletteBlue10","attributes":{"category":"palette","type":"blue","item":"10"},"path":["palette","blue","10"]},"11":{"value":"hsla(216, 100%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 11%, 100%)"},"name":"PaletteBlue11","attributes":{"category":"palette","type":"blue","item":"11"},"path":["palette","blue","11"]},"12":{"value":"hsla(216, 100%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 12%, 100%)"},"name":"PaletteBlue12","attributes":{"category":"palette","type":"blue","item":"12"},"path":["palette","blue","12"]},"13":{"value":"hsla(216, 100%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 13%, 100%)"},"name":"PaletteBlue13","attributes":{"category":"palette","type":"blue","item":"13"},"path":["palette","blue","13"]},"14":{"value":"hsla(216, 100%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 14%, 100%)"},"name":"PaletteBlue14","attributes":{"category":"palette","type":"blue","item":"14"},"path":["palette","blue","14"]},"15":{"value":"hsla(216, 100%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 100%)"},"name":"PaletteBlue15","attributes":{"category":"palette","type":"blue","item":"15"},"path":["palette","blue","15"]},"16":{"value":"hsla(216, 100%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 16%, 100%)"},"name":"PaletteBlue16","attributes":{"category":"palette","type":"blue","item":"16"},"path":["palette","blue","16"]},"17":{"value":"hsla(216, 100%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 17%, 100%)"},"name":"PaletteBlue17","attributes":{"category":"palette","type":"blue","item":"17"},"path":["palette","blue","17"]},"18":{"value":"hsla(216, 100%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 18%, 100%)"},"name":"PaletteBlue18","attributes":{"category":"palette","type":"blue","item":"18"},"path":["palette","blue","18"]},"19":{"value":"hsla(216, 100%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 19%, 100%)"},"name":"PaletteBlue19","attributes":{"category":"palette","type":"blue","item":"19"},"path":["palette","blue","19"]},"20":{"value":"hsla(216, 100%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 20%, 100%)"},"name":"PaletteBlue20","attributes":{"category":"palette","type":"blue","item":"20"},"path":["palette","blue","20"]},"21":{"value":"hsla(216, 100%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 21%, 100%)"},"name":"PaletteBlue21","attributes":{"category":"palette","type":"blue","item":"21"},"path":["palette","blue","21"]},"22":{"value":"hsla(216, 100%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 22%, 100%)"},"name":"PaletteBlue22","attributes":{"category":"palette","type":"blue","item":"22"},"path":["palette","blue","22"]},"23":{"value":"hsla(216, 100%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 23%, 100%)"},"name":"PaletteBlue23","attributes":{"category":"palette","type":"blue","item":"23"},"path":["palette","blue","23"]},"24":{"value":"hsla(216, 100%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 24%, 100%)"},"name":"PaletteBlue24","attributes":{"category":"palette","type":"blue","item":"24"},"path":["palette","blue","24"]},"25":{"value":"hsla(216, 100%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 25%, 100%)"},"name":"PaletteBlue25","attributes":{"category":"palette","type":"blue","item":"25"},"path":["palette","blue","25"]},"26":{"value":"hsla(216, 100%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 26%, 100%)"},"name":"PaletteBlue26","attributes":{"category":"palette","type":"blue","item":"26"},"path":["palette","blue","26"]},"27":{"value":"hsla(216, 100%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 27%, 100%)"},"name":"PaletteBlue27","attributes":{"category":"palette","type":"blue","item":"27"},"path":["palette","blue","27"]},"28":{"value":"hsla(216, 100%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 28%, 100%)"},"name":"PaletteBlue28","attributes":{"category":"palette","type":"blue","item":"28"},"path":["palette","blue","28"]},"29":{"value":"hsla(216, 100%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 29%, 100%)"},"name":"PaletteBlue29","attributes":{"category":"palette","type":"blue","item":"29"},"path":["palette","blue","29"]},"30":{"value":"hsla(216, 100%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 30%, 100%)"},"name":"PaletteBlue30","attributes":{"category":"palette","type":"blue","item":"30"},"path":["palette","blue","30"]},"31":{"value":"hsla(216, 100%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 31%, 100%)"},"name":"PaletteBlue31","attributes":{"category":"palette","type":"blue","item":"31"},"path":["palette","blue","31"]},"32":{"value":"hsla(216, 100%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 32%, 100%)"},"name":"PaletteBlue32","attributes":{"category":"palette","type":"blue","item":"32"},"path":["palette","blue","32"]},"33":{"value":"hsla(216, 100%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 33%, 100%)"},"name":"PaletteBlue33","attributes":{"category":"palette","type":"blue","item":"33"},"path":["palette","blue","33"]},"34":{"value":"hsla(216, 100%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 34%, 100%)"},"name":"PaletteBlue34","attributes":{"category":"palette","type":"blue","item":"34"},"path":["palette","blue","34"]},"35":{"value":"hsla(216, 100%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 35%, 100%)"},"name":"PaletteBlue35","attributes":{"category":"palette","type":"blue","item":"35"},"path":["palette","blue","35"]},"36":{"value":"hsla(216, 100%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 36%, 100%)"},"name":"PaletteBlue36","attributes":{"category":"palette","type":"blue","item":"36"},"path":["palette","blue","36"]},"37":{"value":"hsla(216, 100%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 37%, 100%)"},"name":"PaletteBlue37","attributes":{"category":"palette","type":"blue","item":"37"},"path":["palette","blue","37"]},"38":{"value":"hsla(216, 100%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 38%, 100%)"},"name":"PaletteBlue38","attributes":{"category":"palette","type":"blue","item":"38"},"path":["palette","blue","38"]},"39":{"value":"hsla(216, 100%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 39%, 100%)"},"name":"PaletteBlue39","attributes":{"category":"palette","type":"blue","item":"39"},"path":["palette","blue","39"]},"40":{"value":"hsla(216, 100%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 40%, 100%)"},"name":"PaletteBlue40","attributes":{"category":"palette","type":"blue","item":"40"},"path":["palette","blue","40"]},"41":{"value":"hsla(216, 100%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 41%, 100%)"},"name":"PaletteBlue41","attributes":{"category":"palette","type":"blue","item":"41"},"path":["palette","blue","41"]},"42":{"value":"hsla(216, 100%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 42%, 100%)"},"name":"PaletteBlue42","attributes":{"category":"palette","type":"blue","item":"42"},"path":["palette","blue","42"]},"43":{"value":"hsla(216, 100%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 43%, 100%)"},"name":"PaletteBlue43","attributes":{"category":"palette","type":"blue","item":"43"},"path":["palette","blue","43"]},"44":{"value":"hsla(216, 100%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 44%, 100%)"},"name":"PaletteBlue44","attributes":{"category":"palette","type":"blue","item":"44"},"path":["palette","blue","44"]},"45":{"value":"hsla(216, 100%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 45%, 100%)"},"name":"PaletteBlue45","attributes":{"category":"palette","type":"blue","item":"45"},"path":["palette","blue","45"]},"46":{"value":"hsla(216, 100%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 46%, 100%)"},"name":"PaletteBlue46","attributes":{"category":"palette","type":"blue","item":"46"},"path":["palette","blue","46"]},"47":{"value":"hsla(216, 100%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 47%, 100%)"},"name":"PaletteBlue47","attributes":{"category":"palette","type":"blue","item":"47"},"path":["palette","blue","47"]},"48":{"value":"hsla(216, 100%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 48%, 100%)"},"name":"PaletteBlue48","attributes":{"category":"palette","type":"blue","item":"48"},"path":["palette","blue","48"]},"49":{"value":"hsla(216, 100%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 49%, 100%)"},"name":"PaletteBlue49","attributes":{"category":"palette","type":"blue","item":"49"},"path":["palette","blue","49"]},"50":{"value":"hsla(216, 100%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 100%)"},"name":"PaletteBlue50","attributes":{"category":"palette","type":"blue","item":"50"},"path":["palette","blue","50"]},"51":{"value":"hsla(216, 100%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 51%, 100%)"},"name":"PaletteBlue51","attributes":{"category":"palette","type":"blue","item":"51"},"path":["palette","blue","51"]},"52":{"value":"hsla(216, 100%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 52%, 100%)"},"name":"PaletteBlue52","attributes":{"category":"palette","type":"blue","item":"52"},"path":["palette","blue","52"]},"53":{"value":"hsla(216, 100%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 53%, 100%)"},"name":"PaletteBlue53","attributes":{"category":"palette","type":"blue","item":"53"},"path":["palette","blue","53"]},"54":{"value":"hsla(216, 100%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 54%, 100%)"},"name":"PaletteBlue54","attributes":{"category":"palette","type":"blue","item":"54"},"path":["palette","blue","54"]},"55":{"value":"hsla(216, 100%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 55%, 100%)"},"name":"PaletteBlue55","attributes":{"category":"palette","type":"blue","item":"55"},"path":["palette","blue","55"]},"56":{"value":"hsla(216, 100%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 56%, 100%)"},"name":"PaletteBlue56","attributes":{"category":"palette","type":"blue","item":"56"},"path":["palette","blue","56"]},"57":{"value":"hsla(216, 100%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 57%, 100%)"},"name":"PaletteBlue57","attributes":{"category":"palette","type":"blue","item":"57"},"path":["palette","blue","57"]},"58":{"value":"hsla(216, 100%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 58%, 100%)"},"name":"PaletteBlue58","attributes":{"category":"palette","type":"blue","item":"58"},"path":["palette","blue","58"]},"59":{"value":"hsla(216, 100%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 59%, 100%)"},"name":"PaletteBlue59","attributes":{"category":"palette","type":"blue","item":"59"},"path":["palette","blue","59"]},"60":{"value":"hsla(216, 100%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 60%, 100%)"},"name":"PaletteBlue60","attributes":{"category":"palette","type":"blue","item":"60"},"path":["palette","blue","60"]},"61":{"value":"hsla(216, 100%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 61%, 100%)"},"name":"PaletteBlue61","attributes":{"category":"palette","type":"blue","item":"61"},"path":["palette","blue","61"]},"62":{"value":"hsla(216, 100%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 62%, 100%)"},"name":"PaletteBlue62","attributes":{"category":"palette","type":"blue","item":"62"},"path":["palette","blue","62"]},"63":{"value":"hsla(216, 100%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 63%, 100%)"},"name":"PaletteBlue63","attributes":{"category":"palette","type":"blue","item":"63"},"path":["palette","blue","63"]},"64":{"value":"hsla(216, 100%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 64%, 100%)"},"name":"PaletteBlue64","attributes":{"category":"palette","type":"blue","item":"64"},"path":["palette","blue","64"]},"65":{"value":"hsla(216, 100%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 65%, 100%)"},"name":"PaletteBlue65","attributes":{"category":"palette","type":"blue","item":"65"},"path":["palette","blue","65"]},"66":{"value":"hsla(216, 100%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 66%, 100%)"},"name":"PaletteBlue66","attributes":{"category":"palette","type":"blue","item":"66"},"path":["palette","blue","66"]},"67":{"value":"hsla(216, 100%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 67%, 100%)"},"name":"PaletteBlue67","attributes":{"category":"palette","type":"blue","item":"67"},"path":["palette","blue","67"]},"68":{"value":"hsla(216, 100%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 68%, 100%)"},"name":"PaletteBlue68","attributes":{"category":"palette","type":"blue","item":"68"},"path":["palette","blue","68"]},"69":{"value":"hsla(216, 100%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 69%, 100%)"},"name":"PaletteBlue69","attributes":{"category":"palette","type":"blue","item":"69"},"path":["palette","blue","69"]},"70":{"value":"hsla(216, 100%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 70%, 100%)"},"name":"PaletteBlue70","attributes":{"category":"palette","type":"blue","item":"70"},"path":["palette","blue","70"]},"71":{"value":"hsla(216, 100%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 71%, 100%)"},"name":"PaletteBlue71","attributes":{"category":"palette","type":"blue","item":"71"},"path":["palette","blue","71"]},"72":{"value":"hsla(216, 100%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 72%, 100%)"},"name":"PaletteBlue72","attributes":{"category":"palette","type":"blue","item":"72"},"path":["palette","blue","72"]},"73":{"value":"hsla(216, 100%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 73%, 100%)"},"name":"PaletteBlue73","attributes":{"category":"palette","type":"blue","item":"73"},"path":["palette","blue","73"]},"74":{"value":"hsla(216, 100%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 74%, 100%)"},"name":"PaletteBlue74","attributes":{"category":"palette","type":"blue","item":"74"},"path":["palette","blue","74"]},"75":{"value":"hsla(216, 100%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 75%, 100%)"},"name":"PaletteBlue75","attributes":{"category":"palette","type":"blue","item":"75"},"path":["palette","blue","75"]},"76":{"value":"hsla(216, 100%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 76%, 100%)"},"name":"PaletteBlue76","attributes":{"category":"palette","type":"blue","item":"76"},"path":["palette","blue","76"]},"77":{"value":"hsla(216, 100%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 77%, 100%)"},"name":"PaletteBlue77","attributes":{"category":"palette","type":"blue","item":"77"},"path":["palette","blue","77"]},"78":{"value":"hsla(216, 100%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 78%, 100%)"},"name":"PaletteBlue78","attributes":{"category":"palette","type":"blue","item":"78"},"path":["palette","blue","78"]},"79":{"value":"hsla(216, 100%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 79%, 100%)"},"name":"PaletteBlue79","attributes":{"category":"palette","type":"blue","item":"79"},"path":["palette","blue","79"]},"80":{"value":"hsla(216, 100%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 80%, 100%)"},"name":"PaletteBlue80","attributes":{"category":"palette","type":"blue","item":"80"},"path":["palette","blue","80"]},"81":{"value":"hsla(216, 100%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 81%, 100%)"},"name":"PaletteBlue81","attributes":{"category":"palette","type":"blue","item":"81"},"path":["palette","blue","81"]},"82":{"value":"hsla(216, 100%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 82%, 100%)"},"name":"PaletteBlue82","attributes":{"category":"palette","type":"blue","item":"82"},"path":["palette","blue","82"]},"83":{"value":"hsla(216, 100%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 83%, 100%)"},"name":"PaletteBlue83","attributes":{"category":"palette","type":"blue","item":"83"},"path":["palette","blue","83"]},"84":{"value":"hsla(216, 100%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 84%, 100%)"},"name":"PaletteBlue84","attributes":{"category":"palette","type":"blue","item":"84"},"path":["palette","blue","84"]},"85":{"value":"hsla(216, 100%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 85%, 100%)"},"name":"PaletteBlue85","attributes":{"category":"palette","type":"blue","item":"85"},"path":["palette","blue","85"]},"86":{"value":"hsla(216, 100%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 86%, 100%)"},"name":"PaletteBlue86","attributes":{"category":"palette","type":"blue","item":"86"},"path":["palette","blue","86"]},"87":{"value":"hsla(216, 100%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 87%, 100%)"},"name":"PaletteBlue87","attributes":{"category":"palette","type":"blue","item":"87"},"path":["palette","blue","87"]},"88":{"value":"hsla(216, 100%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 88%, 100%)"},"name":"PaletteBlue88","attributes":{"category":"palette","type":"blue","item":"88"},"path":["palette","blue","88"]},"89":{"value":"hsla(216, 100%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 89%, 100%)"},"name":"PaletteBlue89","attributes":{"category":"palette","type":"blue","item":"89"},"path":["palette","blue","89"]},"90":{"value":"hsla(216, 100%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 90%, 100%)"},"name":"PaletteBlue90","attributes":{"category":"palette","type":"blue","item":"90"},"path":["palette","blue","90"]},"91":{"value":"hsla(216, 100%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 91%, 100%)"},"name":"PaletteBlue91","attributes":{"category":"palette","type":"blue","item":"91"},"path":["palette","blue","91"]},"92":{"value":"hsla(216, 100%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 100%)"},"name":"PaletteBlue92","attributes":{"category":"palette","type":"blue","item":"92"},"path":["palette","blue","92"]},"93":{"value":"hsla(216, 100%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 93%, 100%)"},"name":"PaletteBlue93","attributes":{"category":"palette","type":"blue","item":"93"},"path":["palette","blue","93"]},"94":{"value":"hsla(216, 100%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 94%, 100%)"},"name":"PaletteBlue94","attributes":{"category":"palette","type":"blue","item":"94"},"path":["palette","blue","94"]},"95":{"value":"hsla(216, 100%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 95%, 100%)"},"name":"PaletteBlue95","attributes":{"category":"palette","type":"blue","item":"95"},"path":["palette","blue","95"]},"96":{"value":"hsla(216, 100%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 96%, 100%)"},"name":"PaletteBlue96","attributes":{"category":"palette","type":"blue","item":"96"},"path":["palette","blue","96"]},"97":{"value":"hsla(216, 100%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 97%, 100%)"},"name":"PaletteBlue97","attributes":{"category":"palette","type":"blue","item":"97"},"path":["palette","blue","97"]},"98":{"value":"hsla(216, 100%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 98%, 100%)"},"name":"PaletteBlue98","attributes":{"category":"palette","type":"blue","item":"98"},"path":["palette","blue","98"]},"99":{"value":"hsla(216, 100%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 99%, 100%)"},"name":"PaletteBlue99","attributes":{"category":"palette","type":"blue","item":"99"},"path":["palette","blue","99"]},"100":{"value":"hsla(216, 100%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 100%, 100%)"},"name":"PaletteBlue100","attributes":{"category":"palette","type":"blue","item":"100"},"path":["palette","blue","100"]},"\"5-A12\"":{"value":"hsla(216, 100%, 5%, 12%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 12%)"},"name":"PaletteBlue5A12","attributes":{"category":"palette","type":"blue","item":"\"5-A12\""},"path":["palette","blue","\"5-A12\""]},"\"5-A24\"":{"value":"hsla(216, 100%, 5%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 24%)"},"name":"PaletteBlue5A24","attributes":{"category":"palette","type":"blue","item":"\"5-A24\""},"path":["palette","blue","\"5-A24\""]},"\"5-A32\"":{"value":"hsla(216, 100%, 5%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 32%)"},"name":"PaletteBlue5A32","attributes":{"category":"palette","type":"blue","item":"\"5-A32\""},"path":["palette","blue","\"5-A32\""]},"\"15-A20\"":{"value":"hsla(216, 100%, 15%, 20%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 20%)"},"name":"PaletteBlue15A20","attributes":{"category":"palette","type":"blue","item":"\"15-A20\""},"path":["palette","blue","\"15-A20\""]},"\"15-A30\"":{"value":"hsla(216, 100%, 15%, 30%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 30%)"},"name":"PaletteBlue15A30","attributes":{"category":"palette","type":"blue","item":"\"15-A30\""},"path":["palette","blue","\"15-A30\""]},"\"15-A40\"":{"value":"hsla(216, 100%, 15%, 40%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 40%)"},"name":"PaletteBlue15A40","attributes":{"category":"palette","type":"blue","item":"\"15-A40\""},"path":["palette","blue","\"15-A40\""]},"\"15-A50\"":{"value":"hsla(216, 100%, 15%, 50%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 50%)"},"name":"PaletteBlue15A50","attributes":{"category":"palette","type":"blue","item":"\"15-A50\""},"path":["palette","blue","\"15-A50\""]},"\"15-A60\"":{"value":"hsla(216, 100%, 15%, 60%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 60%)"},"name":"PaletteBlue15A60","attributes":{"category":"palette","type":"blue","item":"\"15-A60\""},"path":["palette","blue","\"15-A60\""]},"\"50-A8\"":{"value":"hsla(216, 100%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 8%)"},"name":"PaletteBlue50A8","attributes":{"category":"palette","type":"blue","item":"\"50-A8\""},"path":["palette","blue","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(216, 100%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 16%)"},"name":"PaletteBlue50A16","attributes":{"category":"palette","type":"blue","item":"\"50-A16\""},"path":["palette","blue","\"50-A16\""]},"\"50-A55\"":{"value":"hsla(216, 100%, 50%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 55%)"},"name":"PaletteBlue50A55","attributes":{"category":"palette","type":"blue","item":"\"50-A55\""},"path":["palette","blue","\"50-A55\""]},"\"92-A20\"":{"value":"hsla(216, 100%, 92%, 20%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 20%)"},"name":"PaletteBlue92A20","attributes":{"category":"palette","type":"blue","item":"\"92-A20\""},"path":["palette","blue","\"92-A20\""]},"\"92-A30\"":{"value":"hsla(216, 100%, 92%, 30%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 30%)"},"name":"PaletteBlue92A30","attributes":{"category":"palette","type":"blue","item":"\"92-A30\""},"path":["palette","blue","\"92-A30\""]},"\"92-A40\"":{"value":"hsla(216, 100%, 92%, 40%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 40%)"},"name":"PaletteBlue92A40","attributes":{"category":"palette","type":"blue","item":"\"92-A40\""},"path":["palette","blue","\"92-A40\""]},"\"92-A50\"":{"value":"hsla(216, 100%, 92%, 50%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 50%)"},"name":"PaletteBlue92A50","attributes":{"category":"palette","type":"blue","item":"\"92-A50\""},"path":["palette","blue","\"92-A50\""]},"\"92-A60\"":{"value":"hsla(216, 100%, 92%, 60%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 60%)"},"name":"PaletteBlue92A60","attributes":{"category":"palette","type":"blue","item":"\"92-A60\""},"path":["palette","blue","\"92-A60\""]},"A8":{"value":"hsla(216, 100%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 8%)"},"name":"PaletteBlueA8","attributes":{"category":"palette","type":"blue","item":"A8"},"path":["palette","blue","A8"]},"A12":{"value":"hsla(216, 100%, 5%, 12%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 12%)"},"name":"PaletteBlueA12","attributes":{"category":"palette","type":"blue","item":"A12"},"path":["palette","blue","A12"]},"A16":{"value":"hsla(216, 100%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 16%)"},"name":"PaletteBlueA16","attributes":{"category":"palette","type":"blue","item":"A16"},"path":["palette","blue","A16"]},"A24":{"value":"hsla(216, 100%, 5%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 24%)"},"name":"PaletteBlueA24","attributes":{"category":"palette","type":"blue","item":"A24"},"path":["palette","blue","A24"]},"A32":{"value":"hsla(216, 100%, 5%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 32%)"},"name":"PaletteBlueA32","attributes":{"category":"palette","type":"blue","item":"A32"},"path":["palette","blue","A32"]}}, + "LightSuccessDefault": "hsla(104, 64%, 50%, 100%)", + "LightSuccessPalette": {"0":{"value":"hsla(104, 64%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 0%, 100%)"},"name":"PaletteGreen0","attributes":{"category":"palette","type":"green","item":"0"},"path":["palette","green","0"]},"1":{"value":"hsla(104, 64%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 1%, 100%)"},"name":"PaletteGreen1","attributes":{"category":"palette","type":"green","item":"1"},"path":["palette","green","1"]},"2":{"value":"hsla(104, 64%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 2%, 100%)"},"name":"PaletteGreen2","attributes":{"category":"palette","type":"green","item":"2"},"path":["palette","green","2"]},"3":{"value":"hsla(104, 64%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 3%, 100%)"},"name":"PaletteGreen3","attributes":{"category":"palette","type":"green","item":"3"},"path":["palette","green","3"]},"4":{"value":"hsla(104, 64%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 4%, 100%)"},"name":"PaletteGreen4","attributes":{"category":"palette","type":"green","item":"4"},"path":["palette","green","4"]},"5":{"value":"hsla(104, 64%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 5%, 100%)"},"name":"PaletteGreen5","attributes":{"category":"palette","type":"green","item":"5"},"path":["palette","green","5"]},"6":{"value":"hsla(104, 64%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 6%, 100%)"},"name":"PaletteGreen6","attributes":{"category":"palette","type":"green","item":"6"},"path":["palette","green","6"]},"7":{"value":"hsla(104, 64%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 7%, 100%)"},"name":"PaletteGreen7","attributes":{"category":"palette","type":"green","item":"7"},"path":["palette","green","7"]},"8":{"value":"hsla(104, 64%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 8%, 100%)"},"name":"PaletteGreen8","attributes":{"category":"palette","type":"green","item":"8"},"path":["palette","green","8"]},"9":{"value":"hsla(104, 64%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 9%, 100%)"},"name":"PaletteGreen9","attributes":{"category":"palette","type":"green","item":"9"},"path":["palette","green","9"]},"10":{"value":"hsla(104, 64%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 10%, 100%)"},"name":"PaletteGreen10","attributes":{"category":"palette","type":"green","item":"10"},"path":["palette","green","10"]},"11":{"value":"hsla(104, 64%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 11%, 100%)"},"name":"PaletteGreen11","attributes":{"category":"palette","type":"green","item":"11"},"path":["palette","green","11"]},"12":{"value":"hsla(104, 64%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 12%, 100%)"},"name":"PaletteGreen12","attributes":{"category":"palette","type":"green","item":"12"},"path":["palette","green","12"]},"13":{"value":"hsla(104, 64%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 13%, 100%)"},"name":"PaletteGreen13","attributes":{"category":"palette","type":"green","item":"13"},"path":["palette","green","13"]},"14":{"value":"hsla(104, 64%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 14%, 100%)"},"name":"PaletteGreen14","attributes":{"category":"palette","type":"green","item":"14"},"path":["palette","green","14"]},"15":{"value":"hsla(104, 64%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 15%, 100%)"},"name":"PaletteGreen15","attributes":{"category":"palette","type":"green","item":"15"},"path":["palette","green","15"]},"16":{"value":"hsla(104, 64%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 16%, 100%)"},"name":"PaletteGreen16","attributes":{"category":"palette","type":"green","item":"16"},"path":["palette","green","16"]},"17":{"value":"hsla(104, 64%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 17%, 100%)"},"name":"PaletteGreen17","attributes":{"category":"palette","type":"green","item":"17"},"path":["palette","green","17"]},"18":{"value":"hsla(104, 64%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 18%, 100%)"},"name":"PaletteGreen18","attributes":{"category":"palette","type":"green","item":"18"},"path":["palette","green","18"]},"19":{"value":"hsla(104, 64%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 19%, 100%)"},"name":"PaletteGreen19","attributes":{"category":"palette","type":"green","item":"19"},"path":["palette","green","19"]},"20":{"value":"hsla(104, 64%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 20%, 100%)"},"name":"PaletteGreen20","attributes":{"category":"palette","type":"green","item":"20"},"path":["palette","green","20"]},"21":{"value":"hsla(104, 64%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 21%, 100%)"},"name":"PaletteGreen21","attributes":{"category":"palette","type":"green","item":"21"},"path":["palette","green","21"]},"22":{"value":"hsla(104, 64%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 22%, 100%)"},"name":"PaletteGreen22","attributes":{"category":"palette","type":"green","item":"22"},"path":["palette","green","22"]},"23":{"value":"hsla(104, 64%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 23%, 100%)"},"name":"PaletteGreen23","attributes":{"category":"palette","type":"green","item":"23"},"path":["palette","green","23"]},"24":{"value":"hsla(104, 64%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 24%, 100%)"},"name":"PaletteGreen24","attributes":{"category":"palette","type":"green","item":"24"},"path":["palette","green","24"]},"25":{"value":"hsla(104, 64%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 25%, 100%)"},"name":"PaletteGreen25","attributes":{"category":"palette","type":"green","item":"25"},"path":["palette","green","25"]},"26":{"value":"hsla(104, 64%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 26%, 100%)"},"name":"PaletteGreen26","attributes":{"category":"palette","type":"green","item":"26"},"path":["palette","green","26"]},"27":{"value":"hsla(104, 64%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 27%, 100%)"},"name":"PaletteGreen27","attributes":{"category":"palette","type":"green","item":"27"},"path":["palette","green","27"]},"28":{"value":"hsla(104, 64%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 28%, 100%)"},"name":"PaletteGreen28","attributes":{"category":"palette","type":"green","item":"28"},"path":["palette","green","28"]},"29":{"value":"hsla(104, 64%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 29%, 100%)"},"name":"PaletteGreen29","attributes":{"category":"palette","type":"green","item":"29"},"path":["palette","green","29"]},"30":{"value":"hsla(104, 64%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 30%, 100%)"},"name":"PaletteGreen30","attributes":{"category":"palette","type":"green","item":"30"},"path":["palette","green","30"]},"31":{"value":"hsla(104, 64%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 31%, 100%)"},"name":"PaletteGreen31","attributes":{"category":"palette","type":"green","item":"31"},"path":["palette","green","31"]},"32":{"value":"hsla(104, 64%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 32%, 100%)"},"name":"PaletteGreen32","attributes":{"category":"palette","type":"green","item":"32"},"path":["palette","green","32"]},"33":{"value":"hsla(104, 64%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 33%, 100%)"},"name":"PaletteGreen33","attributes":{"category":"palette","type":"green","item":"33"},"path":["palette","green","33"]},"34":{"value":"hsla(104, 64%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 34%, 100%)"},"name":"PaletteGreen34","attributes":{"category":"palette","type":"green","item":"34"},"path":["palette","green","34"]},"35":{"value":"hsla(104, 64%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 35%, 100%)"},"name":"PaletteGreen35","attributes":{"category":"palette","type":"green","item":"35"},"path":["palette","green","35"]},"36":{"value":"hsla(104, 64%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 36%, 100%)"},"name":"PaletteGreen36","attributes":{"category":"palette","type":"green","item":"36"},"path":["palette","green","36"]},"37":{"value":"hsla(104, 64%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 37%, 100%)"},"name":"PaletteGreen37","attributes":{"category":"palette","type":"green","item":"37"},"path":["palette","green","37"]},"38":{"value":"hsla(104, 64%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 38%, 100%)"},"name":"PaletteGreen38","attributes":{"category":"palette","type":"green","item":"38"},"path":["palette","green","38"]},"39":{"value":"hsla(104, 64%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 39%, 100%)"},"name":"PaletteGreen39","attributes":{"category":"palette","type":"green","item":"39"},"path":["palette","green","39"]},"40":{"value":"hsla(104, 64%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 40%, 100%)"},"name":"PaletteGreen40","attributes":{"category":"palette","type":"green","item":"40"},"path":["palette","green","40"]},"41":{"value":"hsla(104, 64%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 41%, 100%)"},"name":"PaletteGreen41","attributes":{"category":"palette","type":"green","item":"41"},"path":["palette","green","41"]},"42":{"value":"hsla(104, 64%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 42%, 100%)"},"name":"PaletteGreen42","attributes":{"category":"palette","type":"green","item":"42"},"path":["palette","green","42"]},"43":{"value":"hsla(104, 64%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 43%, 100%)"},"name":"PaletteGreen43","attributes":{"category":"palette","type":"green","item":"43"},"path":["palette","green","43"]},"44":{"value":"hsla(104, 64%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 44%, 100%)"},"name":"PaletteGreen44","attributes":{"category":"palette","type":"green","item":"44"},"path":["palette","green","44"]},"45":{"value":"hsla(104, 64%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 45%, 100%)"},"name":"PaletteGreen45","attributes":{"category":"palette","type":"green","item":"45"},"path":["palette","green","45"]},"46":{"value":"hsla(104, 64%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 46%, 100%)"},"name":"PaletteGreen46","attributes":{"category":"palette","type":"green","item":"46"},"path":["palette","green","46"]},"47":{"value":"hsla(104, 64%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 47%, 100%)"},"name":"PaletteGreen47","attributes":{"category":"palette","type":"green","item":"47"},"path":["palette","green","47"]},"48":{"value":"hsla(104, 64%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 48%, 100%)"},"name":"PaletteGreen48","attributes":{"category":"palette","type":"green","item":"48"},"path":["palette","green","48"]},"49":{"value":"hsla(104, 64%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 49%, 100%)"},"name":"PaletteGreen49","attributes":{"category":"palette","type":"green","item":"49"},"path":["palette","green","49"]},"50":{"value":"hsla(104, 64%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 50%, 100%)"},"name":"PaletteGreen50","attributes":{"category":"palette","type":"green","item":"50"},"path":["palette","green","50"]},"51":{"value":"hsla(104, 64%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 51%, 100%)"},"name":"PaletteGreen51","attributes":{"category":"palette","type":"green","item":"51"},"path":["palette","green","51"]},"52":{"value":"hsla(104, 64%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 52%, 100%)"},"name":"PaletteGreen52","attributes":{"category":"palette","type":"green","item":"52"},"path":["palette","green","52"]},"53":{"value":"hsla(104, 64%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 53%, 100%)"},"name":"PaletteGreen53","attributes":{"category":"palette","type":"green","item":"53"},"path":["palette","green","53"]},"54":{"value":"hsla(104, 64%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 54%, 100%)"},"name":"PaletteGreen54","attributes":{"category":"palette","type":"green","item":"54"},"path":["palette","green","54"]},"55":{"value":"hsla(104, 64%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 55%, 100%)"},"name":"PaletteGreen55","attributes":{"category":"palette","type":"green","item":"55"},"path":["palette","green","55"]},"56":{"value":"hsla(104, 64%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 56%, 100%)"},"name":"PaletteGreen56","attributes":{"category":"palette","type":"green","item":"56"},"path":["palette","green","56"]},"57":{"value":"hsla(104, 64%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 57%, 100%)"},"name":"PaletteGreen57","attributes":{"category":"palette","type":"green","item":"57"},"path":["palette","green","57"]},"58":{"value":"hsla(104, 64%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 58%, 100%)"},"name":"PaletteGreen58","attributes":{"category":"palette","type":"green","item":"58"},"path":["palette","green","58"]},"59":{"value":"hsla(104, 64%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 59%, 100%)"},"name":"PaletteGreen59","attributes":{"category":"palette","type":"green","item":"59"},"path":["palette","green","59"]},"60":{"value":"hsla(104, 64%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 60%, 100%)"},"name":"PaletteGreen60","attributes":{"category":"palette","type":"green","item":"60"},"path":["palette","green","60"]},"61":{"value":"hsla(104, 64%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 61%, 100%)"},"name":"PaletteGreen61","attributes":{"category":"palette","type":"green","item":"61"},"path":["palette","green","61"]},"62":{"value":"hsla(104, 64%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 62%, 100%)"},"name":"PaletteGreen62","attributes":{"category":"palette","type":"green","item":"62"},"path":["palette","green","62"]},"63":{"value":"hsla(104, 64%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 63%, 100%)"},"name":"PaletteGreen63","attributes":{"category":"palette","type":"green","item":"63"},"path":["palette","green","63"]},"64":{"value":"hsla(104, 64%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 64%, 100%)"},"name":"PaletteGreen64","attributes":{"category":"palette","type":"green","item":"64"},"path":["palette","green","64"]},"65":{"value":"hsla(104, 64%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 65%, 100%)"},"name":"PaletteGreen65","attributes":{"category":"palette","type":"green","item":"65"},"path":["palette","green","65"]},"66":{"value":"hsla(104, 64%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 66%, 100%)"},"name":"PaletteGreen66","attributes":{"category":"palette","type":"green","item":"66"},"path":["palette","green","66"]},"67":{"value":"hsla(104, 64%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 67%, 100%)"},"name":"PaletteGreen67","attributes":{"category":"palette","type":"green","item":"67"},"path":["palette","green","67"]},"68":{"value":"hsla(104, 64%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 68%, 100%)"},"name":"PaletteGreen68","attributes":{"category":"palette","type":"green","item":"68"},"path":["palette","green","68"]},"69":{"value":"hsla(104, 64%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 69%, 100%)"},"name":"PaletteGreen69","attributes":{"category":"palette","type":"green","item":"69"},"path":["palette","green","69"]},"70":{"value":"hsla(104, 64%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 70%, 100%)"},"name":"PaletteGreen70","attributes":{"category":"palette","type":"green","item":"70"},"path":["palette","green","70"]},"71":{"value":"hsla(104, 64%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 71%, 100%)"},"name":"PaletteGreen71","attributes":{"category":"palette","type":"green","item":"71"},"path":["palette","green","71"]},"72":{"value":"hsla(104, 64%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 72%, 100%)"},"name":"PaletteGreen72","attributes":{"category":"palette","type":"green","item":"72"},"path":["palette","green","72"]},"73":{"value":"hsla(104, 64%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 73%, 100%)"},"name":"PaletteGreen73","attributes":{"category":"palette","type":"green","item":"73"},"path":["palette","green","73"]},"74":{"value":"hsla(104, 64%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 74%, 100%)"},"name":"PaletteGreen74","attributes":{"category":"palette","type":"green","item":"74"},"path":["palette","green","74"]},"75":{"value":"hsla(104, 64%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 75%, 100%)"},"name":"PaletteGreen75","attributes":{"category":"palette","type":"green","item":"75"},"path":["palette","green","75"]},"76":{"value":"hsla(104, 64%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 76%, 100%)"},"name":"PaletteGreen76","attributes":{"category":"palette","type":"green","item":"76"},"path":["palette","green","76"]},"77":{"value":"hsla(104, 64%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 77%, 100%)"},"name":"PaletteGreen77","attributes":{"category":"palette","type":"green","item":"77"},"path":["palette","green","77"]},"78":{"value":"hsla(104, 64%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 78%, 100%)"},"name":"PaletteGreen78","attributes":{"category":"palette","type":"green","item":"78"},"path":["palette","green","78"]},"79":{"value":"hsla(104, 64%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 79%, 100%)"},"name":"PaletteGreen79","attributes":{"category":"palette","type":"green","item":"79"},"path":["palette","green","79"]},"80":{"value":"hsla(104, 64%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 80%, 100%)"},"name":"PaletteGreen80","attributes":{"category":"palette","type":"green","item":"80"},"path":["palette","green","80"]},"81":{"value":"hsla(104, 64%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 81%, 100%)"},"name":"PaletteGreen81","attributes":{"category":"palette","type":"green","item":"81"},"path":["palette","green","81"]},"82":{"value":"hsla(104, 64%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 82%, 100%)"},"name":"PaletteGreen82","attributes":{"category":"palette","type":"green","item":"82"},"path":["palette","green","82"]},"83":{"value":"hsla(104, 64%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 83%, 100%)"},"name":"PaletteGreen83","attributes":{"category":"palette","type":"green","item":"83"},"path":["palette","green","83"]},"84":{"value":"hsla(104, 64%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 84%, 100%)"},"name":"PaletteGreen84","attributes":{"category":"palette","type":"green","item":"84"},"path":["palette","green","84"]},"85":{"value":"hsla(104, 64%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 85%, 100%)"},"name":"PaletteGreen85","attributes":{"category":"palette","type":"green","item":"85"},"path":["palette","green","85"]},"86":{"value":"hsla(104, 64%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 86%, 100%)"},"name":"PaletteGreen86","attributes":{"category":"palette","type":"green","item":"86"},"path":["palette","green","86"]},"87":{"value":"hsla(104, 64%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 87%, 100%)"},"name":"PaletteGreen87","attributes":{"category":"palette","type":"green","item":"87"},"path":["palette","green","87"]},"88":{"value":"hsla(104, 64%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 88%, 100%)"},"name":"PaletteGreen88","attributes":{"category":"palette","type":"green","item":"88"},"path":["palette","green","88"]},"89":{"value":"hsla(104, 64%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 89%, 100%)"},"name":"PaletteGreen89","attributes":{"category":"palette","type":"green","item":"89"},"path":["palette","green","89"]},"90":{"value":"hsla(104, 64%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 90%, 100%)"},"name":"PaletteGreen90","attributes":{"category":"palette","type":"green","item":"90"},"path":["palette","green","90"]},"91":{"value":"hsla(104, 64%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 91%, 100%)"},"name":"PaletteGreen91","attributes":{"category":"palette","type":"green","item":"91"},"path":["palette","green","91"]},"92":{"value":"hsla(104, 64%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 92%, 100%)"},"name":"PaletteGreen92","attributes":{"category":"palette","type":"green","item":"92"},"path":["palette","green","92"]},"93":{"value":"hsla(104, 64%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 93%, 100%)"},"name":"PaletteGreen93","attributes":{"category":"palette","type":"green","item":"93"},"path":["palette","green","93"]},"94":{"value":"hsla(104, 64%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 94%, 100%)"},"name":"PaletteGreen94","attributes":{"category":"palette","type":"green","item":"94"},"path":["palette","green","94"]},"95":{"value":"hsla(104, 64%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 95%, 100%)"},"name":"PaletteGreen95","attributes":{"category":"palette","type":"green","item":"95"},"path":["palette","green","95"]},"96":{"value":"hsla(104, 64%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 96%, 100%)"},"name":"PaletteGreen96","attributes":{"category":"palette","type":"green","item":"96"},"path":["palette","green","96"]},"97":{"value":"hsla(104, 64%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 97%, 100%)"},"name":"PaletteGreen97","attributes":{"category":"palette","type":"green","item":"97"},"path":["palette","green","97"]},"98":{"value":"hsla(104, 64%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 98%, 100%)"},"name":"PaletteGreen98","attributes":{"category":"palette","type":"green","item":"98"},"path":["palette","green","98"]},"99":{"value":"hsla(104, 64%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 99%, 100%)"},"name":"PaletteGreen99","attributes":{"category":"palette","type":"green","item":"99"},"path":["palette","green","99"]},"100":{"value":"hsla(104, 64%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 100%, 100%)"},"name":"PaletteGreen100","attributes":{"category":"palette","type":"green","item":"100"},"path":["palette","green","100"]},"\"20-S87-A16\"":{"value":"hsla(104, 87%, 20%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 87%, 20%, 16%)"},"name":"PaletteGreen20S87A16","attributes":{"category":"palette","type":"green","item":"\"20-S87-A16\""},"path":["palette","green","\"20-S87-A16\""]},"\"20-S87-A32\"":{"value":"hsla(104, 87%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 87%, 20%, 32%)"},"name":"PaletteGreen20S87A32","attributes":{"category":"palette","type":"green","item":"\"20-S87-A32\""},"path":["palette","green","\"20-S87-A32\""]},"A16":{"value":"rgba(7, 97, 50, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(7, 97, 50, 0.16)"},"name":"PaletteGreenA16","attributes":{"category":"palette","type":"green","item":"A16"},"path":["palette","green","A16"]},"A32":{"value":"rgba(7, 97, 50, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(7, 97, 50, 0.32)"},"name":"PaletteGreenA32","attributes":{"category":"palette","type":"green","item":"A32"},"path":["palette","green","A32"]}}, + "LightWarningDefault": "hsla(38, 100%, 35%, 100%)", + "LightWarningPalette": {"0":{"value":"hsla(38, 100%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 0%, 100%)"},"name":"PaletteYellow0","attributes":{"category":"palette","type":"yellow","item":"0"},"path":["palette","yellow","0"]},"1":{"value":"hsla(38, 100%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 1%, 100%)"},"name":"PaletteYellow1","attributes":{"category":"palette","type":"yellow","item":"1"},"path":["palette","yellow","1"]},"2":{"value":"hsla(38, 100%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 2%, 100%)"},"name":"PaletteYellow2","attributes":{"category":"palette","type":"yellow","item":"2"},"path":["palette","yellow","2"]},"3":{"value":"hsla(38, 100%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 3%, 100%)"},"name":"PaletteYellow3","attributes":{"category":"palette","type":"yellow","item":"3"},"path":["palette","yellow","3"]},"4":{"value":"hsla(38, 100%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 4%, 100%)"},"name":"PaletteYellow4","attributes":{"category":"palette","type":"yellow","item":"4"},"path":["palette","yellow","4"]},"5":{"value":"hsla(38, 100%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 5%, 100%)"},"name":"PaletteYellow5","attributes":{"category":"palette","type":"yellow","item":"5"},"path":["palette","yellow","5"]},"6":{"value":"hsla(38, 100%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 6%, 100%)"},"name":"PaletteYellow6","attributes":{"category":"palette","type":"yellow","item":"6"},"path":["palette","yellow","6"]},"7":{"value":"hsla(38, 100%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 7%, 100%)"},"name":"PaletteYellow7","attributes":{"category":"palette","type":"yellow","item":"7"},"path":["palette","yellow","7"]},"8":{"value":"hsla(38, 100%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 8%, 100%)"},"name":"PaletteYellow8","attributes":{"category":"palette","type":"yellow","item":"8"},"path":["palette","yellow","8"]},"9":{"value":"hsla(38, 100%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 9%, 100%)"},"name":"PaletteYellow9","attributes":{"category":"palette","type":"yellow","item":"9"},"path":["palette","yellow","9"]},"10":{"value":"hsla(38, 100%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 10%, 100%)"},"name":"PaletteYellow10","attributes":{"category":"palette","type":"yellow","item":"10"},"path":["palette","yellow","10"]},"11":{"value":"hsla(38, 100%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 11%, 100%)"},"name":"PaletteYellow11","attributes":{"category":"palette","type":"yellow","item":"11"},"path":["palette","yellow","11"]},"12":{"value":"hsla(38, 100%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 12%, 100%)"},"name":"PaletteYellow12","attributes":{"category":"palette","type":"yellow","item":"12"},"path":["palette","yellow","12"]},"13":{"value":"hsla(38, 100%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 13%, 100%)"},"name":"PaletteYellow13","attributes":{"category":"palette","type":"yellow","item":"13"},"path":["palette","yellow","13"]},"14":{"value":"hsla(38, 100%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 14%, 100%)"},"name":"PaletteYellow14","attributes":{"category":"palette","type":"yellow","item":"14"},"path":["palette","yellow","14"]},"15":{"value":"hsla(38, 100%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 15%, 100%)"},"name":"PaletteYellow15","attributes":{"category":"palette","type":"yellow","item":"15"},"path":["palette","yellow","15"]},"16":{"value":"hsla(38, 100%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 16%, 100%)"},"name":"PaletteYellow16","attributes":{"category":"palette","type":"yellow","item":"16"},"path":["palette","yellow","16"]},"17":{"value":"hsla(38, 100%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 17%, 100%)"},"name":"PaletteYellow17","attributes":{"category":"palette","type":"yellow","item":"17"},"path":["palette","yellow","17"]},"18":{"value":"hsla(38, 100%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 18%, 100%)"},"name":"PaletteYellow18","attributes":{"category":"palette","type":"yellow","item":"18"},"path":["palette","yellow","18"]},"19":{"value":"hsla(38, 100%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 19%, 100%)"},"name":"PaletteYellow19","attributes":{"category":"palette","type":"yellow","item":"19"},"path":["palette","yellow","19"]},"20":{"value":"hsla(38, 100%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 20%, 100%)"},"name":"PaletteYellow20","attributes":{"category":"palette","type":"yellow","item":"20"},"path":["palette","yellow","20"]},"21":{"value":"hsla(38, 100%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 21%, 100%)"},"name":"PaletteYellow21","attributes":{"category":"palette","type":"yellow","item":"21"},"path":["palette","yellow","21"]},"22":{"value":"hsla(38, 100%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 22%, 100%)"},"name":"PaletteYellow22","attributes":{"category":"palette","type":"yellow","item":"22"},"path":["palette","yellow","22"]},"23":{"value":"hsla(38, 100%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 23%, 100%)"},"name":"PaletteYellow23","attributes":{"category":"palette","type":"yellow","item":"23"},"path":["palette","yellow","23"]},"24":{"value":"hsla(38, 100%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 24%, 100%)"},"name":"PaletteYellow24","attributes":{"category":"palette","type":"yellow","item":"24"},"path":["palette","yellow","24"]},"25":{"value":"hsla(38, 100%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 25%, 100%)"},"name":"PaletteYellow25","attributes":{"category":"palette","type":"yellow","item":"25"},"path":["palette","yellow","25"]},"26":{"value":"hsla(38, 100%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 26%, 100%)"},"name":"PaletteYellow26","attributes":{"category":"palette","type":"yellow","item":"26"},"path":["palette","yellow","26"]},"27":{"value":"hsla(38, 100%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 27%, 100%)"},"name":"PaletteYellow27","attributes":{"category":"palette","type":"yellow","item":"27"},"path":["palette","yellow","27"]},"28":{"value":"hsla(38, 100%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 28%, 100%)"},"name":"PaletteYellow28","attributes":{"category":"palette","type":"yellow","item":"28"},"path":["palette","yellow","28"]},"29":{"value":"hsla(38, 100%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 29%, 100%)"},"name":"PaletteYellow29","attributes":{"category":"palette","type":"yellow","item":"29"},"path":["palette","yellow","29"]},"30":{"value":"hsla(38, 100%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 30%, 100%)"},"name":"PaletteYellow30","attributes":{"category":"palette","type":"yellow","item":"30"},"path":["palette","yellow","30"]},"31":{"value":"hsla(38, 100%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 31%, 100%)"},"name":"PaletteYellow31","attributes":{"category":"palette","type":"yellow","item":"31"},"path":["palette","yellow","31"]},"32":{"value":"hsla(38, 100%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 32%, 100%)"},"name":"PaletteYellow32","attributes":{"category":"palette","type":"yellow","item":"32"},"path":["palette","yellow","32"]},"33":{"value":"hsla(38, 100%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 33%, 100%)"},"name":"PaletteYellow33","attributes":{"category":"palette","type":"yellow","item":"33"},"path":["palette","yellow","33"]},"34":{"value":"hsla(38, 100%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 34%, 100%)"},"name":"PaletteYellow34","attributes":{"category":"palette","type":"yellow","item":"34"},"path":["palette","yellow","34"]},"35":{"value":"hsla(38, 100%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 35%, 100%)"},"name":"PaletteYellow35","attributes":{"category":"palette","type":"yellow","item":"35"},"path":["palette","yellow","35"]},"36":{"value":"hsla(38, 100%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 36%, 100%)"},"name":"PaletteYellow36","attributes":{"category":"palette","type":"yellow","item":"36"},"path":["palette","yellow","36"]},"37":{"value":"hsla(38, 100%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 37%, 100%)"},"name":"PaletteYellow37","attributes":{"category":"palette","type":"yellow","item":"37"},"path":["palette","yellow","37"]},"38":{"value":"hsla(38, 100%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 38%, 100%)"},"name":"PaletteYellow38","attributes":{"category":"palette","type":"yellow","item":"38"},"path":["palette","yellow","38"]},"39":{"value":"hsla(38, 100%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 39%, 100%)"},"name":"PaletteYellow39","attributes":{"category":"palette","type":"yellow","item":"39"},"path":["palette","yellow","39"]},"40":{"value":"hsla(38, 100%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 40%, 100%)"},"name":"PaletteYellow40","attributes":{"category":"palette","type":"yellow","item":"40"},"path":["palette","yellow","40"]},"41":{"value":"hsla(38, 100%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 41%, 100%)"},"name":"PaletteYellow41","attributes":{"category":"palette","type":"yellow","item":"41"},"path":["palette","yellow","41"]},"42":{"value":"hsla(38, 100%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 42%, 100%)"},"name":"PaletteYellow42","attributes":{"category":"palette","type":"yellow","item":"42"},"path":["palette","yellow","42"]},"43":{"value":"hsla(38, 100%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 43%, 100%)"},"name":"PaletteYellow43","attributes":{"category":"palette","type":"yellow","item":"43"},"path":["palette","yellow","43"]},"44":{"value":"hsla(38, 100%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 44%, 100%)"},"name":"PaletteYellow44","attributes":{"category":"palette","type":"yellow","item":"44"},"path":["palette","yellow","44"]},"45":{"value":"hsla(38, 100%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 45%, 100%)"},"name":"PaletteYellow45","attributes":{"category":"palette","type":"yellow","item":"45"},"path":["palette","yellow","45"]},"46":{"value":"hsla(38, 100%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 46%, 100%)"},"name":"PaletteYellow46","attributes":{"category":"palette","type":"yellow","item":"46"},"path":["palette","yellow","46"]},"47":{"value":"hsla(38, 100%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 47%, 100%)"},"name":"PaletteYellow47","attributes":{"category":"palette","type":"yellow","item":"47"},"path":["palette","yellow","47"]},"48":{"value":"hsla(38, 100%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 100%)"},"name":"PaletteYellow48","attributes":{"category":"palette","type":"yellow","item":"48"},"path":["palette","yellow","48"]},"49":{"value":"hsla(38, 100%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 49%, 100%)"},"name":"PaletteYellow49","attributes":{"category":"palette","type":"yellow","item":"49"},"path":["palette","yellow","49"]},"50":{"value":"hsla(38, 100%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 50%, 100%)"},"name":"PaletteYellow50","attributes":{"category":"palette","type":"yellow","item":"50"},"path":["palette","yellow","50"]},"51":{"value":"hsla(38, 100%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 51%, 100%)"},"name":"PaletteYellow51","attributes":{"category":"palette","type":"yellow","item":"51"},"path":["palette","yellow","51"]},"52":{"value":"hsla(38, 100%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 52%, 100%)"},"name":"PaletteYellow52","attributes":{"category":"palette","type":"yellow","item":"52"},"path":["palette","yellow","52"]},"53":{"value":"hsla(38, 100%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 53%, 100%)"},"name":"PaletteYellow53","attributes":{"category":"palette","type":"yellow","item":"53"},"path":["palette","yellow","53"]},"54":{"value":"hsla(38, 100%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 54%, 100%)"},"name":"PaletteYellow54","attributes":{"category":"palette","type":"yellow","item":"54"},"path":["palette","yellow","54"]},"55":{"value":"hsla(38, 100%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 55%, 100%)"},"name":"PaletteYellow55","attributes":{"category":"palette","type":"yellow","item":"55"},"path":["palette","yellow","55"]},"56":{"value":"hsla(38, 100%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 56%, 100%)"},"name":"PaletteYellow56","attributes":{"category":"palette","type":"yellow","item":"56"},"path":["palette","yellow","56"]},"57":{"value":"hsla(38, 100%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 57%, 100%)"},"name":"PaletteYellow57","attributes":{"category":"palette","type":"yellow","item":"57"},"path":["palette","yellow","57"]},"58":{"value":"hsla(38, 100%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 58%, 100%)"},"name":"PaletteYellow58","attributes":{"category":"palette","type":"yellow","item":"58"},"path":["palette","yellow","58"]},"59":{"value":"hsla(38, 100%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 59%, 100%)"},"name":"PaletteYellow59","attributes":{"category":"palette","type":"yellow","item":"59"},"path":["palette","yellow","59"]},"60":{"value":"hsla(38, 100%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 60%, 100%)"},"name":"PaletteYellow60","attributes":{"category":"palette","type":"yellow","item":"60"},"path":["palette","yellow","60"]},"61":{"value":"hsla(38, 100%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 61%, 100%)"},"name":"PaletteYellow61","attributes":{"category":"palette","type":"yellow","item":"61"},"path":["palette","yellow","61"]},"62":{"value":"hsla(38, 100%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 62%, 100%)"},"name":"PaletteYellow62","attributes":{"category":"palette","type":"yellow","item":"62"},"path":["palette","yellow","62"]},"63":{"value":"hsla(38, 100%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 63%, 100%)"},"name":"PaletteYellow63","attributes":{"category":"palette","type":"yellow","item":"63"},"path":["palette","yellow","63"]},"64":{"value":"hsla(38, 100%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 64%, 100%)"},"name":"PaletteYellow64","attributes":{"category":"palette","type":"yellow","item":"64"},"path":["palette","yellow","64"]},"65":{"value":"hsla(38, 100%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 65%, 100%)"},"name":"PaletteYellow65","attributes":{"category":"palette","type":"yellow","item":"65"},"path":["palette","yellow","65"]},"66":{"value":"hsla(38, 100%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 66%, 100%)"},"name":"PaletteYellow66","attributes":{"category":"palette","type":"yellow","item":"66"},"path":["palette","yellow","66"]},"67":{"value":"hsla(38, 100%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 67%, 100%)"},"name":"PaletteYellow67","attributes":{"category":"palette","type":"yellow","item":"67"},"path":["palette","yellow","67"]},"68":{"value":"hsla(38, 100%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 68%, 100%)"},"name":"PaletteYellow68","attributes":{"category":"palette","type":"yellow","item":"68"},"path":["palette","yellow","68"]},"69":{"value":"hsla(38, 100%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 69%, 100%)"},"name":"PaletteYellow69","attributes":{"category":"palette","type":"yellow","item":"69"},"path":["palette","yellow","69"]},"70":{"value":"hsla(38, 100%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 70%, 100%)"},"name":"PaletteYellow70","attributes":{"category":"palette","type":"yellow","item":"70"},"path":["palette","yellow","70"]},"71":{"value":"hsla(38, 100%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 71%, 100%)"},"name":"PaletteYellow71","attributes":{"category":"palette","type":"yellow","item":"71"},"path":["palette","yellow","71"]},"72":{"value":"hsla(38, 100%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 72%, 100%)"},"name":"PaletteYellow72","attributes":{"category":"palette","type":"yellow","item":"72"},"path":["palette","yellow","72"]},"73":{"value":"hsla(38, 100%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 73%, 100%)"},"name":"PaletteYellow73","attributes":{"category":"palette","type":"yellow","item":"73"},"path":["palette","yellow","73"]},"74":{"value":"hsla(38, 100%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 74%, 100%)"},"name":"PaletteYellow74","attributes":{"category":"palette","type":"yellow","item":"74"},"path":["palette","yellow","74"]},"75":{"value":"hsla(38, 100%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 75%, 100%)"},"name":"PaletteYellow75","attributes":{"category":"palette","type":"yellow","item":"75"},"path":["palette","yellow","75"]},"76":{"value":"hsla(38, 100%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 76%, 100%)"},"name":"PaletteYellow76","attributes":{"category":"palette","type":"yellow","item":"76"},"path":["palette","yellow","76"]},"77":{"value":"hsla(38, 100%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 77%, 100%)"},"name":"PaletteYellow77","attributes":{"category":"palette","type":"yellow","item":"77"},"path":["palette","yellow","77"]},"78":{"value":"hsla(38, 100%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 78%, 100%)"},"name":"PaletteYellow78","attributes":{"category":"palette","type":"yellow","item":"78"},"path":["palette","yellow","78"]},"79":{"value":"hsla(38, 100%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 79%, 100%)"},"name":"PaletteYellow79","attributes":{"category":"palette","type":"yellow","item":"79"},"path":["palette","yellow","79"]},"80":{"value":"hsla(38, 100%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 80%, 100%)"},"name":"PaletteYellow80","attributes":{"category":"palette","type":"yellow","item":"80"},"path":["palette","yellow","80"]},"81":{"value":"hsla(38, 100%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 81%, 100%)"},"name":"PaletteYellow81","attributes":{"category":"palette","type":"yellow","item":"81"},"path":["palette","yellow","81"]},"82":{"value":"hsla(38, 100%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 82%, 100%)"},"name":"PaletteYellow82","attributes":{"category":"palette","type":"yellow","item":"82"},"path":["palette","yellow","82"]},"83":{"value":"hsla(38, 100%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 83%, 100%)"},"name":"PaletteYellow83","attributes":{"category":"palette","type":"yellow","item":"83"},"path":["palette","yellow","83"]},"84":{"value":"hsla(38, 100%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 84%, 100%)"},"name":"PaletteYellow84","attributes":{"category":"palette","type":"yellow","item":"84"},"path":["palette","yellow","84"]},"85":{"value":"hsla(38, 100%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 85%, 100%)"},"name":"PaletteYellow85","attributes":{"category":"palette","type":"yellow","item":"85"},"path":["palette","yellow","85"]},"86":{"value":"hsla(38, 100%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 86%, 100%)"},"name":"PaletteYellow86","attributes":{"category":"palette","type":"yellow","item":"86"},"path":["palette","yellow","86"]},"87":{"value":"hsla(38, 100%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 87%, 100%)"},"name":"PaletteYellow87","attributes":{"category":"palette","type":"yellow","item":"87"},"path":["palette","yellow","87"]},"88":{"value":"hsla(38, 100%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 88%, 100%)"},"name":"PaletteYellow88","attributes":{"category":"palette","type":"yellow","item":"88"},"path":["palette","yellow","88"]},"89":{"value":"hsla(38, 100%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 89%, 100%)"},"name":"PaletteYellow89","attributes":{"category":"palette","type":"yellow","item":"89"},"path":["palette","yellow","89"]},"90":{"value":"hsla(38, 100%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 90%, 100%)"},"name":"PaletteYellow90","attributes":{"category":"palette","type":"yellow","item":"90"},"path":["palette","yellow","90"]},"91":{"value":"hsla(38, 100%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 91%, 100%)"},"name":"PaletteYellow91","attributes":{"category":"palette","type":"yellow","item":"91"},"path":["palette","yellow","91"]},"92":{"value":"hsla(38, 100%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 92%, 100%)"},"name":"PaletteYellow92","attributes":{"category":"palette","type":"yellow","item":"92"},"path":["palette","yellow","92"]},"93":{"value":"hsla(38, 100%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 93%, 100%)"},"name":"PaletteYellow93","attributes":{"category":"palette","type":"yellow","item":"93"},"path":["palette","yellow","93"]},"94":{"value":"hsla(38, 100%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 94%, 100%)"},"name":"PaletteYellow94","attributes":{"category":"palette","type":"yellow","item":"94"},"path":["palette","yellow","94"]},"95":{"value":"hsla(38, 100%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 95%, 100%)"},"name":"PaletteYellow95","attributes":{"category":"palette","type":"yellow","item":"95"},"path":["palette","yellow","95"]},"96":{"value":"hsla(38, 100%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 96%, 100%)"},"name":"PaletteYellow96","attributes":{"category":"palette","type":"yellow","item":"96"},"path":["palette","yellow","96"]},"97":{"value":"hsla(38, 100%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 97%, 100%)"},"name":"PaletteYellow97","attributes":{"category":"palette","type":"yellow","item":"97"},"path":["palette","yellow","97"]},"98":{"value":"hsla(38, 100%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 98%, 100%)"},"name":"PaletteYellow98","attributes":{"category":"palette","type":"yellow","item":"98"},"path":["palette","yellow","98"]},"99":{"value":"hsla(38, 100%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 99%, 100%)"},"name":"PaletteYellow99","attributes":{"category":"palette","type":"yellow","item":"99"},"path":["palette","yellow","99"]},"100":{"value":"hsla(38, 100%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 100%, 100%)"},"name":"PaletteYellow100","attributes":{"category":"palette","type":"yellow","item":"100"},"path":["palette","yellow","100"]},"\"48-A16\"":{"value":"hsla(38, 100%, 48%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 16%)"},"name":"PaletteYellow48A16","attributes":{"category":"palette","type":"yellow","item":"\"48-A16\""},"path":["palette","yellow","\"48-A16\""]},"\"48-A32\"":{"value":"hsla(38, 100%, 48%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 32%)"},"name":"PaletteYellow48A32","attributes":{"category":"palette","type":"yellow","item":"\"48-A32\""},"path":["palette","yellow","\"48-A32\""]},"A16":{"value":"hsla(38, 100%, 48%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 16%)"},"name":"PaletteYellowA16","attributes":{"category":"palette","type":"yellow","item":"A16"},"path":["palette","yellow","A16"]},"A32":{"value":"hsla(38, 100%, 48%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 32%)"},"name":"PaletteYellowA32","attributes":{"category":"palette","type":"yellow","item":"A32"},"path":["palette","yellow","A32"]}}, + "LightErrorDefault": "hsla(7, 97%, 50%, 100%)", + "LightErrorPalette": {"0":{"value":"hsla(7, 97%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 0%, 100%)"},"name":"PaletteRed0","attributes":{"category":"palette","type":"red","item":"0"},"path":["palette","red","0"]},"1":{"value":"hsla(7, 97%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 1%, 100%)"},"name":"PaletteRed1","attributes":{"category":"palette","type":"red","item":"1"},"path":["palette","red","1"]},"2":{"value":"hsla(7, 97%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 2%, 100%)"},"name":"PaletteRed2","attributes":{"category":"palette","type":"red","item":"2"},"path":["palette","red","2"]},"3":{"value":"hsla(7, 97%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 3%, 100%)"},"name":"PaletteRed3","attributes":{"category":"palette","type":"red","item":"3"},"path":["palette","red","3"]},"4":{"value":"hsla(7, 97%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 4%, 100%)"},"name":"PaletteRed4","attributes":{"category":"palette","type":"red","item":"4"},"path":["palette","red","4"]},"5":{"value":"hsla(7, 97%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 100%)"},"name":"PaletteRed5","attributes":{"category":"palette","type":"red","item":"5"},"path":["palette","red","5"]},"6":{"value":"hsla(7, 97%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 6%, 100%)"},"name":"PaletteRed6","attributes":{"category":"palette","type":"red","item":"6"},"path":["palette","red","6"]},"7":{"value":"hsla(7, 97%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 7%, 100%)"},"name":"PaletteRed7","attributes":{"category":"palette","type":"red","item":"7"},"path":["palette","red","7"]},"8":{"value":"hsla(7, 97%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 8%, 100%)"},"name":"PaletteRed8","attributes":{"category":"palette","type":"red","item":"8"},"path":["palette","red","8"]},"9":{"value":"hsla(7, 97%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 9%, 100%)"},"name":"PaletteRed9","attributes":{"category":"palette","type":"red","item":"9"},"path":["palette","red","9"]},"10":{"value":"hsla(7, 97%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 10%, 100%)"},"name":"PaletteRed10","attributes":{"category":"palette","type":"red","item":"10"},"path":["palette","red","10"]},"11":{"value":"hsla(7, 97%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 11%, 100%)"},"name":"PaletteRed11","attributes":{"category":"palette","type":"red","item":"11"},"path":["palette","red","11"]},"12":{"value":"hsla(7, 97%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 12%, 100%)"},"name":"PaletteRed12","attributes":{"category":"palette","type":"red","item":"12"},"path":["palette","red","12"]},"13":{"value":"hsla(7, 97%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 13%, 100%)"},"name":"PaletteRed13","attributes":{"category":"palette","type":"red","item":"13"},"path":["palette","red","13"]},"14":{"value":"hsla(7, 97%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 14%, 100%)"},"name":"PaletteRed14","attributes":{"category":"palette","type":"red","item":"14"},"path":["palette","red","14"]},"15":{"value":"hsla(7, 97%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 15%, 100%)"},"name":"PaletteRed15","attributes":{"category":"palette","type":"red","item":"15"},"path":["palette","red","15"]},"16":{"value":"hsla(7, 97%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 16%, 100%)"},"name":"PaletteRed16","attributes":{"category":"palette","type":"red","item":"16"},"path":["palette","red","16"]},"17":{"value":"hsla(7, 97%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 17%, 100%)"},"name":"PaletteRed17","attributes":{"category":"palette","type":"red","item":"17"},"path":["palette","red","17"]},"18":{"value":"hsla(7, 97%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 18%, 100%)"},"name":"PaletteRed18","attributes":{"category":"palette","type":"red","item":"18"},"path":["palette","red","18"]},"19":{"value":"hsla(7, 97%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 19%, 100%)"},"name":"PaletteRed19","attributes":{"category":"palette","type":"red","item":"19"},"path":["palette","red","19"]},"20":{"value":"hsla(7, 97%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 20%, 100%)"},"name":"PaletteRed20","attributes":{"category":"palette","type":"red","item":"20"},"path":["palette","red","20"]},"21":{"value":"hsla(7, 97%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 21%, 100%)"},"name":"PaletteRed21","attributes":{"category":"palette","type":"red","item":"21"},"path":["palette","red","21"]},"22":{"value":"hsla(7, 97%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 22%, 100%)"},"name":"PaletteRed22","attributes":{"category":"palette","type":"red","item":"22"},"path":["palette","red","22"]},"23":{"value":"hsla(7, 97%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 23%, 100%)"},"name":"PaletteRed23","attributes":{"category":"palette","type":"red","item":"23"},"path":["palette","red","23"]},"24":{"value":"hsla(7, 97%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 24%, 100%)"},"name":"PaletteRed24","attributes":{"category":"palette","type":"red","item":"24"},"path":["palette","red","24"]},"25":{"value":"hsla(7, 97%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 25%, 100%)"},"name":"PaletteRed25","attributes":{"category":"palette","type":"red","item":"25"},"path":["palette","red","25"]},"26":{"value":"hsla(7, 97%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 26%, 100%)"},"name":"PaletteRed26","attributes":{"category":"palette","type":"red","item":"26"},"path":["palette","red","26"]},"27":{"value":"hsla(7, 97%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 27%, 100%)"},"name":"PaletteRed27","attributes":{"category":"palette","type":"red","item":"27"},"path":["palette","red","27"]},"28":{"value":"hsla(7, 97%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 28%, 100%)"},"name":"PaletteRed28","attributes":{"category":"palette","type":"red","item":"28"},"path":["palette","red","28"]},"29":{"value":"hsla(7, 97%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 29%, 100%)"},"name":"PaletteRed29","attributes":{"category":"palette","type":"red","item":"29"},"path":["palette","red","29"]},"30":{"value":"hsla(7, 97%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 30%, 100%)"},"name":"PaletteRed30","attributes":{"category":"palette","type":"red","item":"30"},"path":["palette","red","30"]},"31":{"value":"hsla(7, 97%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 31%, 100%)"},"name":"PaletteRed31","attributes":{"category":"palette","type":"red","item":"31"},"path":["palette","red","31"]},"32":{"value":"hsla(7, 97%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 32%, 100%)"},"name":"PaletteRed32","attributes":{"category":"palette","type":"red","item":"32"},"path":["palette","red","32"]},"33":{"value":"hsla(7, 97%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 33%, 100%)"},"name":"PaletteRed33","attributes":{"category":"palette","type":"red","item":"33"},"path":["palette","red","33"]},"34":{"value":"hsla(7, 97%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 34%, 100%)"},"name":"PaletteRed34","attributes":{"category":"palette","type":"red","item":"34"},"path":["palette","red","34"]},"35":{"value":"hsla(7, 97%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 35%, 100%)"},"name":"PaletteRed35","attributes":{"category":"palette","type":"red","item":"35"},"path":["palette","red","35"]},"36":{"value":"hsla(7, 97%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 36%, 100%)"},"name":"PaletteRed36","attributes":{"category":"palette","type":"red","item":"36"},"path":["palette","red","36"]},"37":{"value":"hsla(7, 97%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 37%, 100%)"},"name":"PaletteRed37","attributes":{"category":"palette","type":"red","item":"37"},"path":["palette","red","37"]},"38":{"value":"hsla(7, 97%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 38%, 100%)"},"name":"PaletteRed38","attributes":{"category":"palette","type":"red","item":"38"},"path":["palette","red","38"]},"39":{"value":"hsla(7, 97%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 39%, 100%)"},"name":"PaletteRed39","attributes":{"category":"palette","type":"red","item":"39"},"path":["palette","red","39"]},"40":{"value":"hsla(7, 97%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 40%, 100%)"},"name":"PaletteRed40","attributes":{"category":"palette","type":"red","item":"40"},"path":["palette","red","40"]},"41":{"value":"hsla(7, 97%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 41%, 100%)"},"name":"PaletteRed41","attributes":{"category":"palette","type":"red","item":"41"},"path":["palette","red","41"]},"42":{"value":"hsla(7, 97%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 42%, 100%)"},"name":"PaletteRed42","attributes":{"category":"palette","type":"red","item":"42"},"path":["palette","red","42"]},"43":{"value":"hsla(7, 97%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 43%, 100%)"},"name":"PaletteRed43","attributes":{"category":"palette","type":"red","item":"43"},"path":["palette","red","43"]},"44":{"value":"hsla(7, 97%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 44%, 100%)"},"name":"PaletteRed44","attributes":{"category":"palette","type":"red","item":"44"},"path":["palette","red","44"]},"45":{"value":"hsla(7, 97%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 45%, 100%)"},"name":"PaletteRed45","attributes":{"category":"palette","type":"red","item":"45"},"path":["palette","red","45"]},"46":{"value":"hsla(7, 97%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 46%, 100%)"},"name":"PaletteRed46","attributes":{"category":"palette","type":"red","item":"46"},"path":["palette","red","46"]},"47":{"value":"hsla(7, 97%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 47%, 100%)"},"name":"PaletteRed47","attributes":{"category":"palette","type":"red","item":"47"},"path":["palette","red","47"]},"48":{"value":"hsla(7, 97%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 48%, 100%)"},"name":"PaletteRed48","attributes":{"category":"palette","type":"red","item":"48"},"path":["palette","red","48"]},"49":{"value":"hsla(7, 97%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 49%, 100%)"},"name":"PaletteRed49","attributes":{"category":"palette","type":"red","item":"49"},"path":["palette","red","49"]},"50":{"value":"hsla(7, 97%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 100%)"},"name":"PaletteRed50","attributes":{"category":"palette","type":"red","item":"50"},"path":["palette","red","50"]},"51":{"value":"hsla(7, 97%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 51%, 100%)"},"name":"PaletteRed51","attributes":{"category":"palette","type":"red","item":"51"},"path":["palette","red","51"]},"52":{"value":"hsla(7, 97%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 52%, 100%)"},"name":"PaletteRed52","attributes":{"category":"palette","type":"red","item":"52"},"path":["palette","red","52"]},"53":{"value":"hsla(7, 97%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 53%, 100%)"},"name":"PaletteRed53","attributes":{"category":"palette","type":"red","item":"53"},"path":["palette","red","53"]},"54":{"value":"hsla(7, 97%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 54%, 100%)"},"name":"PaletteRed54","attributes":{"category":"palette","type":"red","item":"54"},"path":["palette","red","54"]},"55":{"value":"hsla(7, 97%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 55%, 100%)"},"name":"PaletteRed55","attributes":{"category":"palette","type":"red","item":"55"},"path":["palette","red","55"]},"56":{"value":"hsla(7, 97%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 56%, 100%)"},"name":"PaletteRed56","attributes":{"category":"palette","type":"red","item":"56"},"path":["palette","red","56"]},"57":{"value":"hsla(7, 97%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 57%, 100%)"},"name":"PaletteRed57","attributes":{"category":"palette","type":"red","item":"57"},"path":["palette","red","57"]},"58":{"value":"hsla(7, 97%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 58%, 100%)"},"name":"PaletteRed58","attributes":{"category":"palette","type":"red","item":"58"},"path":["palette","red","58"]},"59":{"value":"hsla(7, 97%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 59%, 100%)"},"name":"PaletteRed59","attributes":{"category":"palette","type":"red","item":"59"},"path":["palette","red","59"]},"60":{"value":"hsla(7, 97%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 100%)"},"name":"PaletteRed60","attributes":{"category":"palette","type":"red","item":"60"},"path":["palette","red","60"]},"61":{"value":"hsla(7, 97%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 61%, 100%)"},"name":"PaletteRed61","attributes":{"category":"palette","type":"red","item":"61"},"path":["palette","red","61"]},"62":{"value":"hsla(7, 97%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 62%, 100%)"},"name":"PaletteRed62","attributes":{"category":"palette","type":"red","item":"62"},"path":["palette","red","62"]},"63":{"value":"hsla(7, 97%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 63%, 100%)"},"name":"PaletteRed63","attributes":{"category":"palette","type":"red","item":"63"},"path":["palette","red","63"]},"64":{"value":"hsla(7, 97%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 64%, 100%)"},"name":"PaletteRed64","attributes":{"category":"palette","type":"red","item":"64"},"path":["palette","red","64"]},"65":{"value":"hsla(7, 97%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 65%, 100%)"},"name":"PaletteRed65","attributes":{"category":"palette","type":"red","item":"65"},"path":["palette","red","65"]},"66":{"value":"hsla(7, 97%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 66%, 100%)"},"name":"PaletteRed66","attributes":{"category":"palette","type":"red","item":"66"},"path":["palette","red","66"]},"67":{"value":"hsla(7, 97%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 67%, 100%)"},"name":"PaletteRed67","attributes":{"category":"palette","type":"red","item":"67"},"path":["palette","red","67"]},"68":{"value":"hsla(7, 97%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 68%, 100%)"},"name":"PaletteRed68","attributes":{"category":"palette","type":"red","item":"68"},"path":["palette","red","68"]},"69":{"value":"hsla(7, 97%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 69%, 100%)"},"name":"PaletteRed69","attributes":{"category":"palette","type":"red","item":"69"},"path":["palette","red","69"]},"70":{"value":"hsla(7, 97%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 70%, 100%)"},"name":"PaletteRed70","attributes":{"category":"palette","type":"red","item":"70"},"path":["palette","red","70"]},"71":{"value":"hsla(7, 97%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 71%, 100%)"},"name":"PaletteRed71","attributes":{"category":"palette","type":"red","item":"71"},"path":["palette","red","71"]},"72":{"value":"hsla(7, 97%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 72%, 100%)"},"name":"PaletteRed72","attributes":{"category":"palette","type":"red","item":"72"},"path":["palette","red","72"]},"73":{"value":"hsla(7, 97%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 73%, 100%)"},"name":"PaletteRed73","attributes":{"category":"palette","type":"red","item":"73"},"path":["palette","red","73"]},"74":{"value":"hsla(7, 97%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 74%, 100%)"},"name":"PaletteRed74","attributes":{"category":"palette","type":"red","item":"74"},"path":["palette","red","74"]},"75":{"value":"hsla(7, 97%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 75%, 100%)"},"name":"PaletteRed75","attributes":{"category":"palette","type":"red","item":"75"},"path":["palette","red","75"]},"76":{"value":"hsla(7, 97%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 76%, 100%)"},"name":"PaletteRed76","attributes":{"category":"palette","type":"red","item":"76"},"path":["palette","red","76"]},"77":{"value":"hsla(7, 97%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 77%, 100%)"},"name":"PaletteRed77","attributes":{"category":"palette","type":"red","item":"77"},"path":["palette","red","77"]},"78":{"value":"hsla(7, 97%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 78%, 100%)"},"name":"PaletteRed78","attributes":{"category":"palette","type":"red","item":"78"},"path":["palette","red","78"]},"79":{"value":"hsla(7, 97%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 79%, 100%)"},"name":"PaletteRed79","attributes":{"category":"palette","type":"red","item":"79"},"path":["palette","red","79"]},"80":{"value":"hsla(7, 97%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 80%, 100%)"},"name":"PaletteRed80","attributes":{"category":"palette","type":"red","item":"80"},"path":["palette","red","80"]},"81":{"value":"hsla(7, 97%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 81%, 100%)"},"name":"PaletteRed81","attributes":{"category":"palette","type":"red","item":"81"},"path":["palette","red","81"]},"82":{"value":"hsla(7, 97%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 82%, 100%)"},"name":"PaletteRed82","attributes":{"category":"palette","type":"red","item":"82"},"path":["palette","red","82"]},"83":{"value":"hsla(7, 97%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 83%, 100%)"},"name":"PaletteRed83","attributes":{"category":"palette","type":"red","item":"83"},"path":["palette","red","83"]},"84":{"value":"hsla(7, 97%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 84%, 100%)"},"name":"PaletteRed84","attributes":{"category":"palette","type":"red","item":"84"},"path":["palette","red","84"]},"85":{"value":"hsla(7, 97%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 85%, 100%)"},"name":"PaletteRed85","attributes":{"category":"palette","type":"red","item":"85"},"path":["palette","red","85"]},"86":{"value":"hsla(7, 97%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 86%, 100%)"},"name":"PaletteRed86","attributes":{"category":"palette","type":"red","item":"86"},"path":["palette","red","86"]},"87":{"value":"hsla(7, 97%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 87%, 100%)"},"name":"PaletteRed87","attributes":{"category":"palette","type":"red","item":"87"},"path":["palette","red","87"]},"88":{"value":"hsla(7, 97%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 88%, 100%)"},"name":"PaletteRed88","attributes":{"category":"palette","type":"red","item":"88"},"path":["palette","red","88"]},"89":{"value":"hsla(7, 97%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 89%, 100%)"},"name":"PaletteRed89","attributes":{"category":"palette","type":"red","item":"89"},"path":["palette","red","89"]},"90":{"value":"hsla(7, 97%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 90%, 100%)"},"name":"PaletteRed90","attributes":{"category":"palette","type":"red","item":"90"},"path":["palette","red","90"]},"91":{"value":"hsla(7, 97%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 91%, 100%)"},"name":"PaletteRed91","attributes":{"category":"palette","type":"red","item":"91"},"path":["palette","red","91"]},"92":{"value":"hsla(7, 97%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 92%, 100%)"},"name":"PaletteRed92","attributes":{"category":"palette","type":"red","item":"92"},"path":["palette","red","92"]},"93":{"value":"hsla(7, 97%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 93%, 100%)"},"name":"PaletteRed93","attributes":{"category":"palette","type":"red","item":"93"},"path":["palette","red","93"]},"94":{"value":"hsla(7, 97%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 94%, 100%)"},"name":"PaletteRed94","attributes":{"category":"palette","type":"red","item":"94"},"path":["palette","red","94"]},"95":{"value":"hsla(7, 97%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 95%, 100%)"},"name":"PaletteRed95","attributes":{"category":"palette","type":"red","item":"95"},"path":["palette","red","95"]},"96":{"value":"hsla(7, 97%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 96%, 100%)"},"name":"PaletteRed96","attributes":{"category":"palette","type":"red","item":"96"},"path":["palette","red","96"]},"97":{"value":"hsla(7, 97%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 97%, 100%)"},"name":"PaletteRed97","attributes":{"category":"palette","type":"red","item":"97"},"path":["palette","red","97"]},"98":{"value":"hsla(7, 97%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 98%, 100%)"},"name":"PaletteRed98","attributes":{"category":"palette","type":"red","item":"98"},"path":["palette","red","98"]},"99":{"value":"hsla(7, 97%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 99%, 100%)"},"name":"PaletteRed99","attributes":{"category":"palette","type":"red","item":"99"},"path":["palette","red","99"]},"100":{"value":"hsla(7, 97%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 100%, 100%)"},"name":"PaletteRed100","attributes":{"category":"palette","type":"red","item":"100"},"path":["palette","red","100"]},"\"5-A8\"":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRed5A8","attributes":{"category":"palette","type":"red","item":"\"5-A8\""},"path":["palette","red","\"5-A8\""]},"\"5-A16\"":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRed5A16","attributes":{"category":"palette","type":"red","item":"\"5-A16\""},"path":["palette","red","\"5-A16\""]},"\"50-A8\"":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRed50A8","attributes":{"category":"palette","type":"red","item":"\"50-A8\""},"path":["palette","red","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRed50A16","attributes":{"category":"palette","type":"red","item":"\"50-A16\""},"path":["palette","red","\"50-A16\""]},"\"51-S69\"":{"value":"hsla(7, 69%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 69%, 51%, 100%)"},"name":"PaletteRed51S69","attributes":{"category":"palette","type":"red","item":"\"51-S69\""},"path":["palette","red","\"51-S69\""]},"\"60-A55\"":{"value":"hsla(7, 97%, 60%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 55%)"},"name":"PaletteRed60A55","attributes":{"category":"palette","type":"red","item":"\"60-A55\""},"path":["palette","red","\"60-A55\""]},"A8":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRedA8","attributes":{"category":"palette","type":"red","item":"A8"},"path":["palette","red","A8"]},"A8L50":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRedA8L50","attributes":{"category":"palette","type":"red","item":"A8L50"},"path":["palette","red","A8L50"]},"A16":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRedA16","attributes":{"category":"palette","type":"red","item":"A16"},"path":["palette","red","A16"]},"A16L50":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRedA16L50","attributes":{"category":"palette","type":"red","item":"A16L50"},"path":["palette","red","A16L50"]},"A24":{"value":"rgba(240, 10, 25, 0.24)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.24)"},"name":"PaletteRedA24","attributes":{"category":"palette","type":"red","item":"A24"},"path":["palette","red","A24"]},"A32":{"value":"rgba(240, 10, 25, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.32)"},"name":"PaletteRedA32","attributes":{"category":"palette","type":"red","item":"A32"},"path":["palette","red","A32"]},"A48":{"value":"rgba(240, 10, 25, 0.48)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.48)"},"name":"PaletteRedA48","attributes":{"category":"palette","type":"red","item":"A48"},"path":["palette","red","A48"]}}, + "LightContrastDefault": "hsla(229, 15%, 50%, 100%)", + "LightContrastPalette": {"0":{"value":"hsla(229, 15%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 0%, 100%)"},"name":"PaletteGrey0","attributes":{"category":"palette","type":"grey","item":"0"},"path":["palette","grey","0"]},"1":{"value":"hsla(229, 15%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 1%, 100%)"},"name":"PaletteGrey1","attributes":{"category":"palette","type":"grey","item":"1"},"path":["palette","grey","1"]},"2":{"value":"hsla(229, 15%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 2%, 100%)"},"name":"PaletteGrey2","attributes":{"category":"palette","type":"grey","item":"2"},"path":["palette","grey","2"]},"3":{"value":"hsla(229, 15%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 3%, 100%)"},"name":"PaletteGrey3","attributes":{"category":"palette","type":"grey","item":"3"},"path":["palette","grey","3"]},"4":{"value":"hsla(229, 15%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 4%, 100%)"},"name":"PaletteGrey4","attributes":{"category":"palette","type":"grey","item":"4"},"path":["palette","grey","4"]},"5":{"value":"hsla(229, 15%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 5%, 100%)"},"name":"PaletteGrey5","attributes":{"category":"palette","type":"grey","item":"5"},"path":["palette","grey","5"]},"6":{"value":"hsla(229, 15%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 100%)"},"name":"PaletteGrey6","attributes":{"category":"palette","type":"grey","item":"6"},"path":["palette","grey","6"]},"7":{"value":"hsla(229, 15%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 7%, 100%)"},"name":"PaletteGrey7","attributes":{"category":"palette","type":"grey","item":"7"},"path":["palette","grey","7"]},"8":{"value":"hsla(229, 15%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 8%, 100%)"},"name":"PaletteGrey8","attributes":{"category":"palette","type":"grey","item":"8"},"path":["palette","grey","8"]},"9":{"value":"hsla(229, 15%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 9%, 100%)"},"name":"PaletteGrey9","attributes":{"category":"palette","type":"grey","item":"9"},"path":["palette","grey","9"]},"10":{"value":"hsla(229, 15%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 10%, 100%)"},"name":"PaletteGrey10","attributes":{"category":"palette","type":"grey","item":"10"},"path":["palette","grey","10"]},"11":{"value":"hsla(229, 15%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 11%, 100%)"},"name":"PaletteGrey11","attributes":{"category":"palette","type":"grey","item":"11"},"path":["palette","grey","11"]},"12":{"value":"hsla(229, 15%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 100%)"},"name":"PaletteGrey12","attributes":{"category":"palette","type":"grey","item":"12"},"path":["palette","grey","12"]},"13":{"value":"hsla(229, 15%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 13%, 100%)"},"name":"PaletteGrey13","attributes":{"category":"palette","type":"grey","item":"13"},"path":["palette","grey","13"]},"14":{"value":"hsla(229, 15%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 14%, 100%)"},"name":"PaletteGrey14","attributes":{"category":"palette","type":"grey","item":"14"},"path":["palette","grey","14"]},"15":{"value":"hsla(229, 15%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 15%, 100%)"},"name":"PaletteGrey15","attributes":{"category":"palette","type":"grey","item":"15"},"path":["palette","grey","15"]},"16":{"value":"hsla(229, 15%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 16%, 100%)"},"name":"PaletteGrey16","attributes":{"category":"palette","type":"grey","item":"16"},"path":["palette","grey","16"]},"17":{"value":"hsla(229, 15%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 17%, 100%)"},"name":"PaletteGrey17","attributes":{"category":"palette","type":"grey","item":"17"},"path":["palette","grey","17"]},"18":{"value":"hsla(229, 15%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 18%, 100%)"},"name":"PaletteGrey18","attributes":{"category":"palette","type":"grey","item":"18"},"path":["palette","grey","18"]},"19":{"value":"hsla(229, 15%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 19%, 100%)"},"name":"PaletteGrey19","attributes":{"category":"palette","type":"grey","item":"19"},"path":["palette","grey","19"]},"20":{"value":"hsla(229, 15%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 100%)"},"name":"PaletteGrey20","attributes":{"category":"palette","type":"grey","item":"20"},"path":["palette","grey","20"]},"21":{"value":"hsla(229, 15%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 21%, 100%)"},"name":"PaletteGrey21","attributes":{"category":"palette","type":"grey","item":"21"},"path":["palette","grey","21"]},"22":{"value":"hsla(229, 15%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 22%, 100%)"},"name":"PaletteGrey22","attributes":{"category":"palette","type":"grey","item":"22"},"path":["palette","grey","22"]},"23":{"value":"hsla(229, 15%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 23%, 100%)"},"name":"PaletteGrey23","attributes":{"category":"palette","type":"grey","item":"23"},"path":["palette","grey","23"]},"24":{"value":"hsla(229, 15%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 24%, 100%)"},"name":"PaletteGrey24","attributes":{"category":"palette","type":"grey","item":"24"},"path":["palette","grey","24"]},"25":{"value":"hsla(229, 15%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 25%, 100%)"},"name":"PaletteGrey25","attributes":{"category":"palette","type":"grey","item":"25"},"path":["palette","grey","25"]},"26":{"value":"hsla(229, 15%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 26%, 100%)"},"name":"PaletteGrey26","attributes":{"category":"palette","type":"grey","item":"26"},"path":["palette","grey","26"]},"27":{"value":"hsla(229, 15%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 27%, 100%)"},"name":"PaletteGrey27","attributes":{"category":"palette","type":"grey","item":"27"},"path":["palette","grey","27"]},"28":{"value":"hsla(229, 15%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 28%, 100%)"},"name":"PaletteGrey28","attributes":{"category":"palette","type":"grey","item":"28"},"path":["palette","grey","28"]},"29":{"value":"hsla(229, 15%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 29%, 100%)"},"name":"PaletteGrey29","attributes":{"category":"palette","type":"grey","item":"29"},"path":["palette","grey","29"]},"30":{"value":"hsla(229, 15%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 30%, 100%)"},"name":"PaletteGrey30","attributes":{"category":"palette","type":"grey","item":"30"},"path":["palette","grey","30"]},"31":{"value":"hsla(229, 15%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 31%, 100%)"},"name":"PaletteGrey31","attributes":{"category":"palette","type":"grey","item":"31"},"path":["palette","grey","31"]},"32":{"value":"hsla(229, 15%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 32%, 100%)"},"name":"PaletteGrey32","attributes":{"category":"palette","type":"grey","item":"32"},"path":["palette","grey","32"]},"33":{"value":"hsla(229, 15%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 33%, 100%)"},"name":"PaletteGrey33","attributes":{"category":"palette","type":"grey","item":"33"},"path":["palette","grey","33"]},"34":{"value":"hsla(229, 15%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 34%, 100%)"},"name":"PaletteGrey34","attributes":{"category":"palette","type":"grey","item":"34"},"path":["palette","grey","34"]},"35":{"value":"hsla(229, 15%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 35%, 100%)"},"name":"PaletteGrey35","attributes":{"category":"palette","type":"grey","item":"35"},"path":["palette","grey","35"]},"36":{"value":"hsla(229, 15%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 36%, 100%)"},"name":"PaletteGrey36","attributes":{"category":"palette","type":"grey","item":"36"},"path":["palette","grey","36"]},"37":{"value":"hsla(229, 15%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 37%, 100%)"},"name":"PaletteGrey37","attributes":{"category":"palette","type":"grey","item":"37"},"path":["palette","grey","37"]},"38":{"value":"hsla(229, 15%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 38%, 100%)"},"name":"PaletteGrey38","attributes":{"category":"palette","type":"grey","item":"38"},"path":["palette","grey","38"]},"39":{"value":"hsla(229, 15%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 39%, 100%)"},"name":"PaletteGrey39","attributes":{"category":"palette","type":"grey","item":"39"},"path":["palette","grey","39"]},"40":{"value":"hsla(229, 15%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 40%, 100%)"},"name":"PaletteGrey40","attributes":{"category":"palette","type":"grey","item":"40"},"path":["palette","grey","40"]},"41":{"value":"hsla(229, 15%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 41%, 100%)"},"name":"PaletteGrey41","attributes":{"category":"palette","type":"grey","item":"41"},"path":["palette","grey","41"]},"42":{"value":"hsla(229, 15%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 42%, 100%)"},"name":"PaletteGrey42","attributes":{"category":"palette","type":"grey","item":"42"},"path":["palette","grey","42"]},"43":{"value":"hsla(229, 15%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 43%, 100%)"},"name":"PaletteGrey43","attributes":{"category":"palette","type":"grey","item":"43"},"path":["palette","grey","43"]},"44":{"value":"hsla(229, 15%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 44%, 100%)"},"name":"PaletteGrey44","attributes":{"category":"palette","type":"grey","item":"44"},"path":["palette","grey","44"]},"45":{"value":"hsla(229, 15%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 45%, 100%)"},"name":"PaletteGrey45","attributes":{"category":"palette","type":"grey","item":"45"},"path":["palette","grey","45"]},"46":{"value":"hsla(229, 15%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 46%, 100%)"},"name":"PaletteGrey46","attributes":{"category":"palette","type":"grey","item":"46"},"path":["palette","grey","46"]},"47":{"value":"hsla(229, 15%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 47%, 100%)"},"name":"PaletteGrey47","attributes":{"category":"palette","type":"grey","item":"47"},"path":["palette","grey","47"]},"48":{"value":"hsla(229, 15%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 48%, 100%)"},"name":"PaletteGrey48","attributes":{"category":"palette","type":"grey","item":"48"},"path":["palette","grey","48"]},"49":{"value":"hsla(229, 15%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 49%, 100%)"},"name":"PaletteGrey49","attributes":{"category":"palette","type":"grey","item":"49"},"path":["palette","grey","49"]},"50":{"value":"hsla(229, 15%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 100%)"},"name":"PaletteGrey50","attributes":{"category":"palette","type":"grey","item":"50"},"path":["palette","grey","50"]},"51":{"value":"hsla(229, 15%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 51%, 100%)"},"name":"PaletteGrey51","attributes":{"category":"palette","type":"grey","item":"51"},"path":["palette","grey","51"]},"52":{"value":"hsla(229, 15%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 52%, 100%)"},"name":"PaletteGrey52","attributes":{"category":"palette","type":"grey","item":"52"},"path":["palette","grey","52"]},"53":{"value":"hsla(229, 15%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 53%, 100%)"},"name":"PaletteGrey53","attributes":{"category":"palette","type":"grey","item":"53"},"path":["palette","grey","53"]},"54":{"value":"hsla(229, 15%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 54%, 100%)"},"name":"PaletteGrey54","attributes":{"category":"palette","type":"grey","item":"54"},"path":["palette","grey","54"]},"55":{"value":"hsla(229, 15%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 55%, 100%)"},"name":"PaletteGrey55","attributes":{"category":"palette","type":"grey","item":"55"},"path":["palette","grey","55"]},"56":{"value":"hsla(229, 15%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 56%, 100%)"},"name":"PaletteGrey56","attributes":{"category":"palette","type":"grey","item":"56"},"path":["palette","grey","56"]},"57":{"value":"hsla(229, 15%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 57%, 100%)"},"name":"PaletteGrey57","attributes":{"category":"palette","type":"grey","item":"57"},"path":["palette","grey","57"]},"58":{"value":"hsla(229, 15%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 58%, 100%)"},"name":"PaletteGrey58","attributes":{"category":"palette","type":"grey","item":"58"},"path":["palette","grey","58"]},"59":{"value":"hsla(229, 15%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 59%, 100%)"},"name":"PaletteGrey59","attributes":{"category":"palette","type":"grey","item":"59"},"path":["palette","grey","59"]},"60":{"value":"hsla(229, 15%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 60%, 100%)"},"name":"PaletteGrey60","attributes":{"category":"palette","type":"grey","item":"60"},"path":["palette","grey","60"]},"61":{"value":"hsla(229, 15%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 61%, 100%)"},"name":"PaletteGrey61","attributes":{"category":"palette","type":"grey","item":"61"},"path":["palette","grey","61"]},"62":{"value":"hsla(229, 15%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 62%, 100%)"},"name":"PaletteGrey62","attributes":{"category":"palette","type":"grey","item":"62"},"path":["palette","grey","62"]},"63":{"value":"hsla(229, 15%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 63%, 100%)"},"name":"PaletteGrey63","attributes":{"category":"palette","type":"grey","item":"63"},"path":["palette","grey","63"]},"64":{"value":"hsla(229, 15%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 64%, 100%)"},"name":"PaletteGrey64","attributes":{"category":"palette","type":"grey","item":"64"},"path":["palette","grey","64"]},"65":{"value":"hsla(229, 15%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 65%, 100%)"},"name":"PaletteGrey65","attributes":{"category":"palette","type":"grey","item":"65"},"path":["palette","grey","65"]},"66":{"value":"hsla(229, 15%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 66%, 100%)"},"name":"PaletteGrey66","attributes":{"category":"palette","type":"grey","item":"66"},"path":["palette","grey","66"]},"67":{"value":"hsla(229, 15%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 67%, 100%)"},"name":"PaletteGrey67","attributes":{"category":"palette","type":"grey","item":"67"},"path":["palette","grey","67"]},"68":{"value":"hsla(229, 15%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 68%, 100%)"},"name":"PaletteGrey68","attributes":{"category":"palette","type":"grey","item":"68"},"path":["palette","grey","68"]},"69":{"value":"hsla(229, 15%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 69%, 100%)"},"name":"PaletteGrey69","attributes":{"category":"palette","type":"grey","item":"69"},"path":["palette","grey","69"]},"70":{"value":"hsla(229, 15%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 70%, 100%)"},"name":"PaletteGrey70","attributes":{"category":"palette","type":"grey","item":"70"},"path":["palette","grey","70"]},"71":{"value":"hsla(229, 15%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 71%, 100%)"},"name":"PaletteGrey71","attributes":{"category":"palette","type":"grey","item":"71"},"path":["palette","grey","71"]},"72":{"value":"hsla(229, 15%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 72%, 100%)"},"name":"PaletteGrey72","attributes":{"category":"palette","type":"grey","item":"72"},"path":["palette","grey","72"]},"73":{"value":"hsla(229, 15%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 73%, 100%)"},"name":"PaletteGrey73","attributes":{"category":"palette","type":"grey","item":"73"},"path":["palette","grey","73"]},"74":{"value":"hsla(229, 15%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 74%, 100%)"},"name":"PaletteGrey74","attributes":{"category":"palette","type":"grey","item":"74"},"path":["palette","grey","74"]},"75":{"value":"hsla(229, 15%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 75%, 100%)"},"name":"PaletteGrey75","attributes":{"category":"palette","type":"grey","item":"75"},"path":["palette","grey","75"]},"76":{"value":"hsla(229, 15%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 76%, 100%)"},"name":"PaletteGrey76","attributes":{"category":"palette","type":"grey","item":"76"},"path":["palette","grey","76"]},"77":{"value":"hsla(229, 15%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 77%, 100%)"},"name":"PaletteGrey77","attributes":{"category":"palette","type":"grey","item":"77"},"path":["palette","grey","77"]},"78":{"value":"hsla(229, 15%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 78%, 100%)"},"name":"PaletteGrey78","attributes":{"category":"palette","type":"grey","item":"78"},"path":["palette","grey","78"]},"79":{"value":"hsla(229, 15%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 79%, 100%)"},"name":"PaletteGrey79","attributes":{"category":"palette","type":"grey","item":"79"},"path":["palette","grey","79"]},"80":{"value":"hsla(229, 15%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 80%, 100%)"},"name":"PaletteGrey80","attributes":{"category":"palette","type":"grey","item":"80"},"path":["palette","grey","80"]},"81":{"value":"hsla(229, 15%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 81%, 100%)"},"name":"PaletteGrey81","attributes":{"category":"palette","type":"grey","item":"81"},"path":["palette","grey","81"]},"82":{"value":"hsla(229, 15%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 82%, 100%)"},"name":"PaletteGrey82","attributes":{"category":"palette","type":"grey","item":"82"},"path":["palette","grey","82"]},"83":{"value":"hsla(229, 15%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 83%, 100%)"},"name":"PaletteGrey83","attributes":{"category":"palette","type":"grey","item":"83"},"path":["palette","grey","83"]},"84":{"value":"hsla(229, 15%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 84%, 100%)"},"name":"PaletteGrey84","attributes":{"category":"palette","type":"grey","item":"84"},"path":["palette","grey","84"]},"85":{"value":"hsla(229, 15%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 85%, 100%)"},"name":"PaletteGrey85","attributes":{"category":"palette","type":"grey","item":"85"},"path":["palette","grey","85"]},"86":{"value":"hsla(229, 15%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 86%, 100%)"},"name":"PaletteGrey86","attributes":{"category":"palette","type":"grey","item":"86"},"path":["palette","grey","86"]},"87":{"value":"hsla(229, 15%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 87%, 100%)"},"name":"PaletteGrey87","attributes":{"category":"palette","type":"grey","item":"87"},"path":["palette","grey","87"]},"88":{"value":"hsla(229, 15%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 88%, 100%)"},"name":"PaletteGrey88","attributes":{"category":"palette","type":"grey","item":"88"},"path":["palette","grey","88"]},"89":{"value":"hsla(229, 15%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 89%, 100%)"},"name":"PaletteGrey89","attributes":{"category":"palette","type":"grey","item":"89"},"path":["palette","grey","89"]},"90":{"value":"hsla(229, 15%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 90%, 100%)"},"name":"PaletteGrey90","attributes":{"category":"palette","type":"grey","item":"90"},"path":["palette","grey","90"]},"91":{"value":"hsla(229, 15%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 91%, 100%)"},"name":"PaletteGrey91","attributes":{"category":"palette","type":"grey","item":"91"},"path":["palette","grey","91"]},"92":{"value":"hsla(229, 15%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 92%, 100%)"},"name":"PaletteGrey92","attributes":{"category":"palette","type":"grey","item":"92"},"path":["palette","grey","92"]},"93":{"value":"hsla(229, 15%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 93%, 100%)"},"name":"PaletteGrey93","attributes":{"category":"palette","type":"grey","item":"93"},"path":["palette","grey","93"]},"94":{"value":"hsla(229, 15%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 94%, 100%)"},"name":"PaletteGrey94","attributes":{"category":"palette","type":"grey","item":"94"},"path":["palette","grey","94"]},"95":{"value":"hsla(229, 15%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 95%, 100%)"},"name":"PaletteGrey95","attributes":{"category":"palette","type":"grey","item":"95"},"path":["palette","grey","95"]},"96":{"value":"hsla(229, 15%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 96%, 100%)"},"name":"PaletteGrey96","attributes":{"category":"palette","type":"grey","item":"96"},"path":["palette","grey","96"]},"97":{"value":"hsla(229, 15%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 97%, 100%)"},"name":"PaletteGrey97","attributes":{"category":"palette","type":"grey","item":"97"},"path":["palette","grey","97"]},"98":{"value":"hsla(229, 15%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 98%, 100%)"},"name":"PaletteGrey98","attributes":{"category":"palette","type":"grey","item":"98"},"path":["palette","grey","98"]},"99":{"value":"hsla(229, 15%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 100%)"},"name":"PaletteGrey99","attributes":{"category":"palette","type":"grey","item":"99"},"path":["palette","grey","99"]},"100":{"value":"hsla(229, 15%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 100%)"},"name":"PaletteGrey100","attributes":{"category":"palette","type":"grey","item":"100"},"path":["palette","grey","100"]},"\"6-A3\"":{"value":"hsla(229, 15%, 6%, 3%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 3%)"},"name":"PaletteGrey6A3","attributes":{"category":"palette","type":"grey","item":"\"6-A3\""},"path":["palette","grey","\"6-A3\""]},"\"6-A6\"":{"value":"hsla(229, 15%, 6%, 6%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 6%)"},"name":"PaletteGrey6A6","attributes":{"category":"palette","type":"grey","item":"\"6-A6\""},"path":["palette","grey","\"6-A6\""]},"\"6-A12\"":{"value":"hsla(229, 15%, 6%, 12%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 12%)"},"name":"PaletteGrey6A12","attributes":{"category":"palette","type":"grey","item":"\"6-A12\""},"path":["palette","grey","\"6-A12\""]},"\"6-A24\"":{"value":"hsla(229, 15%, 6%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 24%)"},"name":"PaletteGrey6A24","attributes":{"category":"palette","type":"grey","item":"\"6-A24\""},"path":["palette","grey","\"6-A24\""]},"\"6-A64\"":{"value":"hsla(229, 15%, 6%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 64%)"},"name":"PaletteGrey6A64","attributes":{"category":"palette","type":"grey","item":"\"6-A64\""},"path":["palette","grey","\"6-A64\""]},"\"6-A88\"":{"value":"hsla(229, 15%, 6%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 88%)"},"name":"PaletteGrey6A88","attributes":{"category":"palette","type":"grey","item":"\"6-A88\""},"path":["palette","grey","\"6-A88\""]},"\"12-A80\"":{"value":"hsla(229, 15%, 12%, 80%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 80%)"},"name":"PaletteGrey12A80","attributes":{"category":"palette","type":"grey","item":"\"12-A80\""},"path":["palette","grey","\"12-A80\""]},"\"15-A32\"":{"value":"hsla(229, 15%, 15%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 15%, 32%)"},"name":"PaletteGrey15A32","attributes":{"category":"palette","type":"grey","item":"\"15-A32\""},"path":["palette","grey","\"15-A32\""]},"\"20-A32\"":{"value":"hsla(229, 15%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 32%)"},"name":"PaletteGrey20A32","attributes":{"category":"palette","type":"grey","item":"\"20-A32\""},"path":["palette","grey","\"20-A32\""]},"\"20-A55\"":{"value":"hsla(229, 15%, 20%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 55%)"},"name":"PaletteGrey20A55","attributes":{"category":"palette","type":"grey","item":"\"20-A55\""},"path":["palette","grey","\"20-A55\""]},"\"50-A8\"":{"value":"hsla(229, 15%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 8%)"},"name":"PaletteGrey50A8","attributes":{"category":"palette","type":"grey","item":"\"50-A8\""},"path":["palette","grey","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(229, 15%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 16%)"},"name":"PaletteGrey50A16","attributes":{"category":"palette","type":"grey","item":"\"50-A16\""},"path":["palette","grey","\"50-A16\""]},"\"50-A24\"":{"value":"hsla(229, 15%, 50%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 24%)"},"name":"PaletteGrey50A24","attributes":{"category":"palette","type":"grey","item":"\"50-A24\""},"path":["palette","grey","\"50-A24\""]},"\"50-A32\"":{"value":"hsla(229, 15%, 50%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 32%)"},"name":"PaletteGrey50A32","attributes":{"category":"palette","type":"grey","item":"\"50-A32\""},"path":["palette","grey","\"50-A32\""]},"\"50-A48\"":{"value":"hsla(229, 15%, 50%, 48%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 48%)"},"name":"PaletteGrey50A48","attributes":{"category":"palette","type":"grey","item":"\"50-A48\""},"path":["palette","grey","\"50-A48\""]},"\"50-A52\"":{"value":"hsla(229, 15%, 50%, 52%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 52%)"},"name":"PaletteGrey50A52","attributes":{"category":"palette","type":"grey","item":"\"50-A52\""},"path":["palette","grey","\"50-A52\""]},"\"85-S100-A15\"":{"value":"hsla(229, 100%, 85%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 100%, 85%, 15%)"},"name":"PaletteGrey85S100A15","attributes":{"category":"palette","type":"grey","item":"\"85-S100-A15\""},"path":["palette","grey","\"85-S100-A15\""]},"\"99-A88\"":{"value":"hsla(229, 15%, 99%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 88%)"},"name":"PaletteGrey99A88","attributes":{"category":"palette","type":"grey","item":"\"99-A88\""},"path":["palette","grey","\"99-A88\""]},"\"100-A52\"":{"value":"hsla(229, 15%, 100%, 52%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 52%)"},"name":"PaletteGrey100A52","attributes":{"category":"palette","type":"grey","item":"\"100-A52\""},"path":["palette","grey","\"100-A52\""]},"\"100-A72\"":{"value":"hsla(229, 15%, 100%, 72%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 72%)"},"name":"PaletteGrey100A72","attributes":{"category":"palette","type":"grey","item":"\"100-A72\""},"path":["palette","grey","\"100-A72\""]},"\"100-A90\"":{"value":"hsla(229, 15%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 100%)"},"name":"PaletteGrey100A90","attributes":{"category":"palette","type":"grey","item":"\"100-A90\""},"path":["palette","grey","\"100-A90\""]},"A8":{"value":"hsla(229, 15%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 8%)"},"name":"PaletteGreyA8","attributes":{"category":"palette","type":"grey","item":"A8"},"path":["palette","grey","A8"]},"A15L85":{"value":"hsla(229, 100%, 85%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 100%, 85%, 15%)"},"name":"PaletteGreyA15L85","attributes":{"category":"palette","type":"grey","item":"A15L85"},"path":["palette","grey","A15L85"]},"A16":{"value":"hsla(229, 15%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 16%)"},"name":"PaletteGreyA16","attributes":{"category":"palette","type":"grey","item":"A16"},"path":["palette","grey","A16"]},"A24":{"value":"hsla(229, 15%, 6%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 24%)"},"name":"PaletteGreyA24","attributes":{"category":"palette","type":"grey","item":"A24"},"path":["palette","grey","A24"]},"A32":{"value":"hsla(229, 15%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 32%)"},"name":"PaletteGreyA32","attributes":{"category":"palette","type":"grey","item":"A32"},"path":["palette","grey","A32"]},"A32L50":{"value":"hsla(229, 15%, 50%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 32%)"},"name":"PaletteGreyA32L50","attributes":{"category":"palette","type":"grey","item":"A32L50"},"path":["palette","grey","A32L50"]},"A48":{"value":"hsla(229, 15%, 50%, 48%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 48%)"},"name":"PaletteGreyA48","attributes":{"category":"palette","type":"grey","item":"A48"},"path":["palette","grey","A48"]},"A64L6":{"value":"hsla(229, 15%, 6%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 64%)"},"name":"PaletteGreyA64L6","attributes":{"category":"palette","type":"grey","item":"A64L6"},"path":["palette","grey","A64L6"]},"A88":{"value":"hsla(229, 15%, 99%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 88%)"},"name":"PaletteGreyA88","attributes":{"category":"palette","type":"grey","item":"A88"},"path":["palette","grey","A88"]},"A88L6":{"value":"hsla(229, 15%, 6%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 88%)"},"name":"PaletteGreyA88L6","attributes":{"category":"palette","type":"grey","item":"A88L6"},"path":["palette","grey","A88L6"]},"A80L12":{"value":"hsla(229, 15%, 12%, 80%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 80%)"},"name":"PaletteGreyA80L12","attributes":{"category":"palette","type":"grey","item":"A80L12"},"path":["palette","grey","A80L12"]}}, + "LightNeutralWhite": "hsla(0, 0%, 100%, 100%)", + "LightNeutralBlack": "hsla(0, 0%, 0%, 100%)", + "LightWhiteDefault": "hsla(0, 0%, 100%, 100%)", + "LightWhitePalette": {"default":{"value":"hsla(0, 0%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 100%)"},"name":"PaletteWhiteDefault","attributes":{"category":"palette","type":"white","item":"default"},"path":["palette","white","default"]},"\"default-A15\"":{"value":"hsla(0, 0%, 100%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 15%)"},"name":"PaletteWhiteDefaultA15","attributes":{"category":"palette","type":"white","item":"\"default-A15\""},"path":["palette","white","\"default-A15\""]},"\"default-A64\"":{"value":"hsla(0, 0%, 100%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 64%)"},"name":"PaletteWhiteDefaultA64","attributes":{"category":"palette","type":"white","item":"\"default-A64\""},"path":["palette","white","\"default-A64\""]},"\"default-A72\"":{"value":"hsla(0, 0%, 100%, 72%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 72%)"},"name":"PaletteWhiteDefaultA72","attributes":{"category":"palette","type":"white","item":"\"default-A72\""},"path":["palette","white","\"default-A72\""]},"A72":{"value":"hsla(0, 0%, 100%, 72%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 72%)"},"name":"PaletteWhiteA72","attributes":{"category":"palette","type":"white","item":"A72"},"path":["palette","white","A72"]}}, + "LightBlackDefault": "hsla(0, 0%, 0%, 100%)", + "LightBlackPalette": {"default":{"value":"hsla(0, 0%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 0%, 100%)"},"name":"PaletteBlackDefault","attributes":{"category":"palette","type":"black","item":"default"},"path":["palette","black","default"]},"\"default-A8\"":{"value":"rgba(0, 0, 0, 0.08)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.08)"},"name":"PaletteBlackDefaultA8","attributes":{"category":"palette","type":"black","item":"\"default-A8\""},"path":["palette","black","\"default-A8\""]},"\"default-A16\"":{"value":"rgba(0, 0, 0, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.16)"},"name":"PaletteBlackDefaultA16","attributes":{"category":"palette","type":"black","item":"\"default-A16\""},"path":["palette","black","\"default-A16\""]},"\"default-A20\"":{"value":"rgba(0, 0, 0, 0.20)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.20)"},"name":"PaletteBlackDefaultA20","attributes":{"category":"palette","type":"black","item":"\"default-A20\""},"path":["palette","black","\"default-A20\""]},"\"default-A50\"":{"value":"rgba(0, 0, 0, 0.50)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.50)"},"name":"PaletteBlackDefaultA50","attributes":{"category":"palette","type":"black","item":"\"default-A50\""},"path":["palette","black","\"default-A50\""]},"A50":{"value":"rgba(0, 0, 0, 0.50)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.50)"},"name":"PaletteBlackA50","attributes":{"category":"palette","type":"black","item":"A50"},"path":["palette","black","A50"]}}, + "LightBrandDefault": "hsla(7, 97%, 50%, 100%)", + "LightBrandPalette": {"0":{"value":"hsla(7, 97%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 0%, 100%)"},"name":"PaletteRed0","attributes":{"category":"palette","type":"red","item":"0"},"path":["palette","red","0"]},"1":{"value":"hsla(7, 97%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 1%, 100%)"},"name":"PaletteRed1","attributes":{"category":"palette","type":"red","item":"1"},"path":["palette","red","1"]},"2":{"value":"hsla(7, 97%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 2%, 100%)"},"name":"PaletteRed2","attributes":{"category":"palette","type":"red","item":"2"},"path":["palette","red","2"]},"3":{"value":"hsla(7, 97%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 3%, 100%)"},"name":"PaletteRed3","attributes":{"category":"palette","type":"red","item":"3"},"path":["palette","red","3"]},"4":{"value":"hsla(7, 97%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 4%, 100%)"},"name":"PaletteRed4","attributes":{"category":"palette","type":"red","item":"4"},"path":["palette","red","4"]},"5":{"value":"hsla(7, 97%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 100%)"},"name":"PaletteRed5","attributes":{"category":"palette","type":"red","item":"5"},"path":["palette","red","5"]},"6":{"value":"hsla(7, 97%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 6%, 100%)"},"name":"PaletteRed6","attributes":{"category":"palette","type":"red","item":"6"},"path":["palette","red","6"]},"7":{"value":"hsla(7, 97%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 7%, 100%)"},"name":"PaletteRed7","attributes":{"category":"palette","type":"red","item":"7"},"path":["palette","red","7"]},"8":{"value":"hsla(7, 97%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 8%, 100%)"},"name":"PaletteRed8","attributes":{"category":"palette","type":"red","item":"8"},"path":["palette","red","8"]},"9":{"value":"hsla(7, 97%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 9%, 100%)"},"name":"PaletteRed9","attributes":{"category":"palette","type":"red","item":"9"},"path":["palette","red","9"]},"10":{"value":"hsla(7, 97%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 10%, 100%)"},"name":"PaletteRed10","attributes":{"category":"palette","type":"red","item":"10"},"path":["palette","red","10"]},"11":{"value":"hsla(7, 97%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 11%, 100%)"},"name":"PaletteRed11","attributes":{"category":"palette","type":"red","item":"11"},"path":["palette","red","11"]},"12":{"value":"hsla(7, 97%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 12%, 100%)"},"name":"PaletteRed12","attributes":{"category":"palette","type":"red","item":"12"},"path":["palette","red","12"]},"13":{"value":"hsla(7, 97%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 13%, 100%)"},"name":"PaletteRed13","attributes":{"category":"palette","type":"red","item":"13"},"path":["palette","red","13"]},"14":{"value":"hsla(7, 97%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 14%, 100%)"},"name":"PaletteRed14","attributes":{"category":"palette","type":"red","item":"14"},"path":["palette","red","14"]},"15":{"value":"hsla(7, 97%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 15%, 100%)"},"name":"PaletteRed15","attributes":{"category":"palette","type":"red","item":"15"},"path":["palette","red","15"]},"16":{"value":"hsla(7, 97%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 16%, 100%)"},"name":"PaletteRed16","attributes":{"category":"palette","type":"red","item":"16"},"path":["palette","red","16"]},"17":{"value":"hsla(7, 97%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 17%, 100%)"},"name":"PaletteRed17","attributes":{"category":"palette","type":"red","item":"17"},"path":["palette","red","17"]},"18":{"value":"hsla(7, 97%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 18%, 100%)"},"name":"PaletteRed18","attributes":{"category":"palette","type":"red","item":"18"},"path":["palette","red","18"]},"19":{"value":"hsla(7, 97%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 19%, 100%)"},"name":"PaletteRed19","attributes":{"category":"palette","type":"red","item":"19"},"path":["palette","red","19"]},"20":{"value":"hsla(7, 97%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 20%, 100%)"},"name":"PaletteRed20","attributes":{"category":"palette","type":"red","item":"20"},"path":["palette","red","20"]},"21":{"value":"hsla(7, 97%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 21%, 100%)"},"name":"PaletteRed21","attributes":{"category":"palette","type":"red","item":"21"},"path":["palette","red","21"]},"22":{"value":"hsla(7, 97%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 22%, 100%)"},"name":"PaletteRed22","attributes":{"category":"palette","type":"red","item":"22"},"path":["palette","red","22"]},"23":{"value":"hsla(7, 97%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 23%, 100%)"},"name":"PaletteRed23","attributes":{"category":"palette","type":"red","item":"23"},"path":["palette","red","23"]},"24":{"value":"hsla(7, 97%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 24%, 100%)"},"name":"PaletteRed24","attributes":{"category":"palette","type":"red","item":"24"},"path":["palette","red","24"]},"25":{"value":"hsla(7, 97%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 25%, 100%)"},"name":"PaletteRed25","attributes":{"category":"palette","type":"red","item":"25"},"path":["palette","red","25"]},"26":{"value":"hsla(7, 97%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 26%, 100%)"},"name":"PaletteRed26","attributes":{"category":"palette","type":"red","item":"26"},"path":["palette","red","26"]},"27":{"value":"hsla(7, 97%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 27%, 100%)"},"name":"PaletteRed27","attributes":{"category":"palette","type":"red","item":"27"},"path":["palette","red","27"]},"28":{"value":"hsla(7, 97%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 28%, 100%)"},"name":"PaletteRed28","attributes":{"category":"palette","type":"red","item":"28"},"path":["palette","red","28"]},"29":{"value":"hsla(7, 97%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 29%, 100%)"},"name":"PaletteRed29","attributes":{"category":"palette","type":"red","item":"29"},"path":["palette","red","29"]},"30":{"value":"hsla(7, 97%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 30%, 100%)"},"name":"PaletteRed30","attributes":{"category":"palette","type":"red","item":"30"},"path":["palette","red","30"]},"31":{"value":"hsla(7, 97%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 31%, 100%)"},"name":"PaletteRed31","attributes":{"category":"palette","type":"red","item":"31"},"path":["palette","red","31"]},"32":{"value":"hsla(7, 97%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 32%, 100%)"},"name":"PaletteRed32","attributes":{"category":"palette","type":"red","item":"32"},"path":["palette","red","32"]},"33":{"value":"hsla(7, 97%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 33%, 100%)"},"name":"PaletteRed33","attributes":{"category":"palette","type":"red","item":"33"},"path":["palette","red","33"]},"34":{"value":"hsla(7, 97%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 34%, 100%)"},"name":"PaletteRed34","attributes":{"category":"palette","type":"red","item":"34"},"path":["palette","red","34"]},"35":{"value":"hsla(7, 97%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 35%, 100%)"},"name":"PaletteRed35","attributes":{"category":"palette","type":"red","item":"35"},"path":["palette","red","35"]},"36":{"value":"hsla(7, 97%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 36%, 100%)"},"name":"PaletteRed36","attributes":{"category":"palette","type":"red","item":"36"},"path":["palette","red","36"]},"37":{"value":"hsla(7, 97%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 37%, 100%)"},"name":"PaletteRed37","attributes":{"category":"palette","type":"red","item":"37"},"path":["palette","red","37"]},"38":{"value":"hsla(7, 97%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 38%, 100%)"},"name":"PaletteRed38","attributes":{"category":"palette","type":"red","item":"38"},"path":["palette","red","38"]},"39":{"value":"hsla(7, 97%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 39%, 100%)"},"name":"PaletteRed39","attributes":{"category":"palette","type":"red","item":"39"},"path":["palette","red","39"]},"40":{"value":"hsla(7, 97%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 40%, 100%)"},"name":"PaletteRed40","attributes":{"category":"palette","type":"red","item":"40"},"path":["palette","red","40"]},"41":{"value":"hsla(7, 97%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 41%, 100%)"},"name":"PaletteRed41","attributes":{"category":"palette","type":"red","item":"41"},"path":["palette","red","41"]},"42":{"value":"hsla(7, 97%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 42%, 100%)"},"name":"PaletteRed42","attributes":{"category":"palette","type":"red","item":"42"},"path":["palette","red","42"]},"43":{"value":"hsla(7, 97%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 43%, 100%)"},"name":"PaletteRed43","attributes":{"category":"palette","type":"red","item":"43"},"path":["palette","red","43"]},"44":{"value":"hsla(7, 97%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 44%, 100%)"},"name":"PaletteRed44","attributes":{"category":"palette","type":"red","item":"44"},"path":["palette","red","44"]},"45":{"value":"hsla(7, 97%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 45%, 100%)"},"name":"PaletteRed45","attributes":{"category":"palette","type":"red","item":"45"},"path":["palette","red","45"]},"46":{"value":"hsla(7, 97%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 46%, 100%)"},"name":"PaletteRed46","attributes":{"category":"palette","type":"red","item":"46"},"path":["palette","red","46"]},"47":{"value":"hsla(7, 97%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 47%, 100%)"},"name":"PaletteRed47","attributes":{"category":"palette","type":"red","item":"47"},"path":["palette","red","47"]},"48":{"value":"hsla(7, 97%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 48%, 100%)"},"name":"PaletteRed48","attributes":{"category":"palette","type":"red","item":"48"},"path":["palette","red","48"]},"49":{"value":"hsla(7, 97%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 49%, 100%)"},"name":"PaletteRed49","attributes":{"category":"palette","type":"red","item":"49"},"path":["palette","red","49"]},"50":{"value":"hsla(7, 97%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 100%)"},"name":"PaletteRed50","attributes":{"category":"palette","type":"red","item":"50"},"path":["palette","red","50"]},"51":{"value":"hsla(7, 97%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 51%, 100%)"},"name":"PaletteRed51","attributes":{"category":"palette","type":"red","item":"51"},"path":["palette","red","51"]},"52":{"value":"hsla(7, 97%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 52%, 100%)"},"name":"PaletteRed52","attributes":{"category":"palette","type":"red","item":"52"},"path":["palette","red","52"]},"53":{"value":"hsla(7, 97%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 53%, 100%)"},"name":"PaletteRed53","attributes":{"category":"palette","type":"red","item":"53"},"path":["palette","red","53"]},"54":{"value":"hsla(7, 97%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 54%, 100%)"},"name":"PaletteRed54","attributes":{"category":"palette","type":"red","item":"54"},"path":["palette","red","54"]},"55":{"value":"hsla(7, 97%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 55%, 100%)"},"name":"PaletteRed55","attributes":{"category":"palette","type":"red","item":"55"},"path":["palette","red","55"]},"56":{"value":"hsla(7, 97%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 56%, 100%)"},"name":"PaletteRed56","attributes":{"category":"palette","type":"red","item":"56"},"path":["palette","red","56"]},"57":{"value":"hsla(7, 97%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 57%, 100%)"},"name":"PaletteRed57","attributes":{"category":"palette","type":"red","item":"57"},"path":["palette","red","57"]},"58":{"value":"hsla(7, 97%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 58%, 100%)"},"name":"PaletteRed58","attributes":{"category":"palette","type":"red","item":"58"},"path":["palette","red","58"]},"59":{"value":"hsla(7, 97%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 59%, 100%)"},"name":"PaletteRed59","attributes":{"category":"palette","type":"red","item":"59"},"path":["palette","red","59"]},"60":{"value":"hsla(7, 97%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 100%)"},"name":"PaletteRed60","attributes":{"category":"palette","type":"red","item":"60"},"path":["palette","red","60"]},"61":{"value":"hsla(7, 97%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 61%, 100%)"},"name":"PaletteRed61","attributes":{"category":"palette","type":"red","item":"61"},"path":["palette","red","61"]},"62":{"value":"hsla(7, 97%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 62%, 100%)"},"name":"PaletteRed62","attributes":{"category":"palette","type":"red","item":"62"},"path":["palette","red","62"]},"63":{"value":"hsla(7, 97%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 63%, 100%)"},"name":"PaletteRed63","attributes":{"category":"palette","type":"red","item":"63"},"path":["palette","red","63"]},"64":{"value":"hsla(7, 97%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 64%, 100%)"},"name":"PaletteRed64","attributes":{"category":"palette","type":"red","item":"64"},"path":["palette","red","64"]},"65":{"value":"hsla(7, 97%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 65%, 100%)"},"name":"PaletteRed65","attributes":{"category":"palette","type":"red","item":"65"},"path":["palette","red","65"]},"66":{"value":"hsla(7, 97%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 66%, 100%)"},"name":"PaletteRed66","attributes":{"category":"palette","type":"red","item":"66"},"path":["palette","red","66"]},"67":{"value":"hsla(7, 97%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 67%, 100%)"},"name":"PaletteRed67","attributes":{"category":"palette","type":"red","item":"67"},"path":["palette","red","67"]},"68":{"value":"hsla(7, 97%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 68%, 100%)"},"name":"PaletteRed68","attributes":{"category":"palette","type":"red","item":"68"},"path":["palette","red","68"]},"69":{"value":"hsla(7, 97%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 69%, 100%)"},"name":"PaletteRed69","attributes":{"category":"palette","type":"red","item":"69"},"path":["palette","red","69"]},"70":{"value":"hsla(7, 97%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 70%, 100%)"},"name":"PaletteRed70","attributes":{"category":"palette","type":"red","item":"70"},"path":["palette","red","70"]},"71":{"value":"hsla(7, 97%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 71%, 100%)"},"name":"PaletteRed71","attributes":{"category":"palette","type":"red","item":"71"},"path":["palette","red","71"]},"72":{"value":"hsla(7, 97%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 72%, 100%)"},"name":"PaletteRed72","attributes":{"category":"palette","type":"red","item":"72"},"path":["palette","red","72"]},"73":{"value":"hsla(7, 97%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 73%, 100%)"},"name":"PaletteRed73","attributes":{"category":"palette","type":"red","item":"73"},"path":["palette","red","73"]},"74":{"value":"hsla(7, 97%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 74%, 100%)"},"name":"PaletteRed74","attributes":{"category":"palette","type":"red","item":"74"},"path":["palette","red","74"]},"75":{"value":"hsla(7, 97%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 75%, 100%)"},"name":"PaletteRed75","attributes":{"category":"palette","type":"red","item":"75"},"path":["palette","red","75"]},"76":{"value":"hsla(7, 97%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 76%, 100%)"},"name":"PaletteRed76","attributes":{"category":"palette","type":"red","item":"76"},"path":["palette","red","76"]},"77":{"value":"hsla(7, 97%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 77%, 100%)"},"name":"PaletteRed77","attributes":{"category":"palette","type":"red","item":"77"},"path":["palette","red","77"]},"78":{"value":"hsla(7, 97%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 78%, 100%)"},"name":"PaletteRed78","attributes":{"category":"palette","type":"red","item":"78"},"path":["palette","red","78"]},"79":{"value":"hsla(7, 97%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 79%, 100%)"},"name":"PaletteRed79","attributes":{"category":"palette","type":"red","item":"79"},"path":["palette","red","79"]},"80":{"value":"hsla(7, 97%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 80%, 100%)"},"name":"PaletteRed80","attributes":{"category":"palette","type":"red","item":"80"},"path":["palette","red","80"]},"81":{"value":"hsla(7, 97%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 81%, 100%)"},"name":"PaletteRed81","attributes":{"category":"palette","type":"red","item":"81"},"path":["palette","red","81"]},"82":{"value":"hsla(7, 97%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 82%, 100%)"},"name":"PaletteRed82","attributes":{"category":"palette","type":"red","item":"82"},"path":["palette","red","82"]},"83":{"value":"hsla(7, 97%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 83%, 100%)"},"name":"PaletteRed83","attributes":{"category":"palette","type":"red","item":"83"},"path":["palette","red","83"]},"84":{"value":"hsla(7, 97%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 84%, 100%)"},"name":"PaletteRed84","attributes":{"category":"palette","type":"red","item":"84"},"path":["palette","red","84"]},"85":{"value":"hsla(7, 97%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 85%, 100%)"},"name":"PaletteRed85","attributes":{"category":"palette","type":"red","item":"85"},"path":["palette","red","85"]},"86":{"value":"hsla(7, 97%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 86%, 100%)"},"name":"PaletteRed86","attributes":{"category":"palette","type":"red","item":"86"},"path":["palette","red","86"]},"87":{"value":"hsla(7, 97%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 87%, 100%)"},"name":"PaletteRed87","attributes":{"category":"palette","type":"red","item":"87"},"path":["palette","red","87"]},"88":{"value":"hsla(7, 97%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 88%, 100%)"},"name":"PaletteRed88","attributes":{"category":"palette","type":"red","item":"88"},"path":["palette","red","88"]},"89":{"value":"hsla(7, 97%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 89%, 100%)"},"name":"PaletteRed89","attributes":{"category":"palette","type":"red","item":"89"},"path":["palette","red","89"]},"90":{"value":"hsla(7, 97%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 90%, 100%)"},"name":"PaletteRed90","attributes":{"category":"palette","type":"red","item":"90"},"path":["palette","red","90"]},"91":{"value":"hsla(7, 97%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 91%, 100%)"},"name":"PaletteRed91","attributes":{"category":"palette","type":"red","item":"91"},"path":["palette","red","91"]},"92":{"value":"hsla(7, 97%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 92%, 100%)"},"name":"PaletteRed92","attributes":{"category":"palette","type":"red","item":"92"},"path":["palette","red","92"]},"93":{"value":"hsla(7, 97%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 93%, 100%)"},"name":"PaletteRed93","attributes":{"category":"palette","type":"red","item":"93"},"path":["palette","red","93"]},"94":{"value":"hsla(7, 97%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 94%, 100%)"},"name":"PaletteRed94","attributes":{"category":"palette","type":"red","item":"94"},"path":["palette","red","94"]},"95":{"value":"hsla(7, 97%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 95%, 100%)"},"name":"PaletteRed95","attributes":{"category":"palette","type":"red","item":"95"},"path":["palette","red","95"]},"96":{"value":"hsla(7, 97%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 96%, 100%)"},"name":"PaletteRed96","attributes":{"category":"palette","type":"red","item":"96"},"path":["palette","red","96"]},"97":{"value":"hsla(7, 97%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 97%, 100%)"},"name":"PaletteRed97","attributes":{"category":"palette","type":"red","item":"97"},"path":["palette","red","97"]},"98":{"value":"hsla(7, 97%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 98%, 100%)"},"name":"PaletteRed98","attributes":{"category":"palette","type":"red","item":"98"},"path":["palette","red","98"]},"99":{"value":"hsla(7, 97%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 99%, 100%)"},"name":"PaletteRed99","attributes":{"category":"palette","type":"red","item":"99"},"path":["palette","red","99"]},"100":{"value":"hsla(7, 97%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 100%, 100%)"},"name":"PaletteRed100","attributes":{"category":"palette","type":"red","item":"100"},"path":["palette","red","100"]},"\"5-A8\"":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRed5A8","attributes":{"category":"palette","type":"red","item":"\"5-A8\""},"path":["palette","red","\"5-A8\""]},"\"5-A16\"":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRed5A16","attributes":{"category":"palette","type":"red","item":"\"5-A16\""},"path":["palette","red","\"5-A16\""]},"\"50-A8\"":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRed50A8","attributes":{"category":"palette","type":"red","item":"\"50-A8\""},"path":["palette","red","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRed50A16","attributes":{"category":"palette","type":"red","item":"\"50-A16\""},"path":["palette","red","\"50-A16\""]},"\"51-S69\"":{"value":"hsla(7, 69%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 69%, 51%, 100%)"},"name":"PaletteRed51S69","attributes":{"category":"palette","type":"red","item":"\"51-S69\""},"path":["palette","red","\"51-S69\""]},"\"60-A55\"":{"value":"hsla(7, 97%, 60%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 55%)"},"name":"PaletteRed60A55","attributes":{"category":"palette","type":"red","item":"\"60-A55\""},"path":["palette","red","\"60-A55\""]},"A8":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRedA8","attributes":{"category":"palette","type":"red","item":"A8"},"path":["palette","red","A8"]},"A8L50":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRedA8L50","attributes":{"category":"palette","type":"red","item":"A8L50"},"path":["palette","red","A8L50"]},"A16":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRedA16","attributes":{"category":"palette","type":"red","item":"A16"},"path":["palette","red","A16"]},"A16L50":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRedA16L50","attributes":{"category":"palette","type":"red","item":"A16L50"},"path":["palette","red","A16L50"]},"A24":{"value":"rgba(240, 10, 25, 0.24)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.24)"},"name":"PaletteRedA24","attributes":{"category":"palette","type":"red","item":"A24"},"path":["palette","red","A24"]},"A32":{"value":"rgba(240, 10, 25, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.32)"},"name":"PaletteRedA32","attributes":{"category":"palette","type":"red","item":"A32"},"path":["palette","red","A32"]},"A48":{"value":"rgba(240, 10, 25, 0.48)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.48)"},"name":"PaletteRedA48","attributes":{"category":"palette","type":"red","item":"A48"},"path":["palette","red","A48"]}}, + "LightPurpleDefault": "hsla(277, 72%, 50%, 100%)", + "LightPurplePalette": {"0":{"value":"hsla(277, 72%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 0%, 100%)"},"name":"PalettePurple0","attributes":{"category":"palette","type":"purple","item":"0"},"path":["palette","purple","0"]},"1":{"value":"hsla(277, 72%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 1%, 100%)"},"name":"PalettePurple1","attributes":{"category":"palette","type":"purple","item":"1"},"path":["palette","purple","1"]},"2":{"value":"hsla(277, 72%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 2%, 100%)"},"name":"PalettePurple2","attributes":{"category":"palette","type":"purple","item":"2"},"path":["palette","purple","2"]},"3":{"value":"hsla(277, 72%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 3%, 100%)"},"name":"PalettePurple3","attributes":{"category":"palette","type":"purple","item":"3"},"path":["palette","purple","3"]},"4":{"value":"hsla(277, 72%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 4%, 100%)"},"name":"PalettePurple4","attributes":{"category":"palette","type":"purple","item":"4"},"path":["palette","purple","4"]},"5":{"value":"hsla(277, 72%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 5%, 100%)"},"name":"PalettePurple5","attributes":{"category":"palette","type":"purple","item":"5"},"path":["palette","purple","5"]},"6":{"value":"hsla(277, 72%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 6%, 100%)"},"name":"PalettePurple6","attributes":{"category":"palette","type":"purple","item":"6"},"path":["palette","purple","6"]},"7":{"value":"hsla(277, 72%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 7%, 100%)"},"name":"PalettePurple7","attributes":{"category":"palette","type":"purple","item":"7"},"path":["palette","purple","7"]},"8":{"value":"hsla(277, 72%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 8%, 100%)"},"name":"PalettePurple8","attributes":{"category":"palette","type":"purple","item":"8"},"path":["palette","purple","8"]},"9":{"value":"hsla(277, 72%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 9%, 100%)"},"name":"PalettePurple9","attributes":{"category":"palette","type":"purple","item":"9"},"path":["palette","purple","9"]},"10":{"value":"hsla(277, 72%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 10%, 100%)"},"name":"PalettePurple10","attributes":{"category":"palette","type":"purple","item":"10"},"path":["palette","purple","10"]},"11":{"value":"hsla(277, 72%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 11%, 100%)"},"name":"PalettePurple11","attributes":{"category":"palette","type":"purple","item":"11"},"path":["palette","purple","11"]},"12":{"value":"hsla(277, 72%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 12%, 100%)"},"name":"PalettePurple12","attributes":{"category":"palette","type":"purple","item":"12"},"path":["palette","purple","12"]},"13":{"value":"hsla(277, 72%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 13%, 100%)"},"name":"PalettePurple13","attributes":{"category":"palette","type":"purple","item":"13"},"path":["palette","purple","13"]},"14":{"value":"hsla(277, 72%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 14%, 100%)"},"name":"PalettePurple14","attributes":{"category":"palette","type":"purple","item":"14"},"path":["palette","purple","14"]},"15":{"value":"hsla(277, 72%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 15%, 100%)"},"name":"PalettePurple15","attributes":{"category":"palette","type":"purple","item":"15"},"path":["palette","purple","15"]},"16":{"value":"hsla(277, 72%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 16%, 100%)"},"name":"PalettePurple16","attributes":{"category":"palette","type":"purple","item":"16"},"path":["palette","purple","16"]},"17":{"value":"hsla(277, 72%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 17%, 100%)"},"name":"PalettePurple17","attributes":{"category":"palette","type":"purple","item":"17"},"path":["palette","purple","17"]},"18":{"value":"hsla(277, 72%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 18%, 100%)"},"name":"PalettePurple18","attributes":{"category":"palette","type":"purple","item":"18"},"path":["palette","purple","18"]},"19":{"value":"hsla(277, 72%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 19%, 100%)"},"name":"PalettePurple19","attributes":{"category":"palette","type":"purple","item":"19"},"path":["palette","purple","19"]},"20":{"value":"hsla(277, 72%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 20%, 100%)"},"name":"PalettePurple20","attributes":{"category":"palette","type":"purple","item":"20"},"path":["palette","purple","20"]},"21":{"value":"hsla(277, 72%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 21%, 100%)"},"name":"PalettePurple21","attributes":{"category":"palette","type":"purple","item":"21"},"path":["palette","purple","21"]},"22":{"value":"hsla(277, 72%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 22%, 100%)"},"name":"PalettePurple22","attributes":{"category":"palette","type":"purple","item":"22"},"path":["palette","purple","22"]},"23":{"value":"hsla(277, 72%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 23%, 100%)"},"name":"PalettePurple23","attributes":{"category":"palette","type":"purple","item":"23"},"path":["palette","purple","23"]},"24":{"value":"hsla(277, 72%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 24%, 100%)"},"name":"PalettePurple24","attributes":{"category":"palette","type":"purple","item":"24"},"path":["palette","purple","24"]},"25":{"value":"hsla(277, 72%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 25%, 100%)"},"name":"PalettePurple25","attributes":{"category":"palette","type":"purple","item":"25"},"path":["palette","purple","25"]},"26":{"value":"hsla(277, 72%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 26%, 100%)"},"name":"PalettePurple26","attributes":{"category":"palette","type":"purple","item":"26"},"path":["palette","purple","26"]},"27":{"value":"hsla(277, 72%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 27%, 100%)"},"name":"PalettePurple27","attributes":{"category":"palette","type":"purple","item":"27"},"path":["palette","purple","27"]},"28":{"value":"hsla(277, 72%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 28%, 100%)"},"name":"PalettePurple28","attributes":{"category":"palette","type":"purple","item":"28"},"path":["palette","purple","28"]},"29":{"value":"hsla(277, 72%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 29%, 100%)"},"name":"PalettePurple29","attributes":{"category":"palette","type":"purple","item":"29"},"path":["palette","purple","29"]},"30":{"value":"hsla(277, 72%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 30%, 100%)"},"name":"PalettePurple30","attributes":{"category":"palette","type":"purple","item":"30"},"path":["palette","purple","30"]},"31":{"value":"hsla(277, 72%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 31%, 100%)"},"name":"PalettePurple31","attributes":{"category":"palette","type":"purple","item":"31"},"path":["palette","purple","31"]},"32":{"value":"hsla(277, 72%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 32%, 100%)"},"name":"PalettePurple32","attributes":{"category":"palette","type":"purple","item":"32"},"path":["palette","purple","32"]},"33":{"value":"hsla(277, 72%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 33%, 100%)"},"name":"PalettePurple33","attributes":{"category":"palette","type":"purple","item":"33"},"path":["palette","purple","33"]},"34":{"value":"hsla(277, 72%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 34%, 100%)"},"name":"PalettePurple34","attributes":{"category":"palette","type":"purple","item":"34"},"path":["palette","purple","34"]},"35":{"value":"hsla(277, 72%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 35%, 100%)"},"name":"PalettePurple35","attributes":{"category":"palette","type":"purple","item":"35"},"path":["palette","purple","35"]},"36":{"value":"hsla(277, 72%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 36%, 100%)"},"name":"PalettePurple36","attributes":{"category":"palette","type":"purple","item":"36"},"path":["palette","purple","36"]},"37":{"value":"hsla(277, 72%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 37%, 100%)"},"name":"PalettePurple37","attributes":{"category":"palette","type":"purple","item":"37"},"path":["palette","purple","37"]},"38":{"value":"hsla(277, 72%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 38%, 100%)"},"name":"PalettePurple38","attributes":{"category":"palette","type":"purple","item":"38"},"path":["palette","purple","38"]},"39":{"value":"hsla(277, 72%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 39%, 100%)"},"name":"PalettePurple39","attributes":{"category":"palette","type":"purple","item":"39"},"path":["palette","purple","39"]},"40":{"value":"hsla(277, 72%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 40%, 100%)"},"name":"PalettePurple40","attributes":{"category":"palette","type":"purple","item":"40"},"path":["palette","purple","40"]},"41":{"value":"hsla(277, 72%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 41%, 100%)"},"name":"PalettePurple41","attributes":{"category":"palette","type":"purple","item":"41"},"path":["palette","purple","41"]},"42":{"value":"hsla(277, 72%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 42%, 100%)"},"name":"PalettePurple42","attributes":{"category":"palette","type":"purple","item":"42"},"path":["palette","purple","42"]},"43":{"value":"hsla(277, 72%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 43%, 100%)"},"name":"PalettePurple43","attributes":{"category":"palette","type":"purple","item":"43"},"path":["palette","purple","43"]},"44":{"value":"hsla(277, 72%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 44%, 100%)"},"name":"PalettePurple44","attributes":{"category":"palette","type":"purple","item":"44"},"path":["palette","purple","44"]},"45":{"value":"hsla(277, 72%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 45%, 100%)"},"name":"PalettePurple45","attributes":{"category":"palette","type":"purple","item":"45"},"path":["palette","purple","45"]},"46":{"value":"hsla(277, 72%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 46%, 100%)"},"name":"PalettePurple46","attributes":{"category":"palette","type":"purple","item":"46"},"path":["palette","purple","46"]},"47":{"value":"hsla(277, 72%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 47%, 100%)"},"name":"PalettePurple47","attributes":{"category":"palette","type":"purple","item":"47"},"path":["palette","purple","47"]},"48":{"value":"hsla(277, 72%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 48%, 100%)"},"name":"PalettePurple48","attributes":{"category":"palette","type":"purple","item":"48"},"path":["palette","purple","48"]},"49":{"value":"hsla(277, 72%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 49%, 100%)"},"name":"PalettePurple49","attributes":{"category":"palette","type":"purple","item":"49"},"path":["palette","purple","49"]},"50":{"value":"hsla(277, 72%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 50%, 100%)"},"name":"PalettePurple50","attributes":{"category":"palette","type":"purple","item":"50"},"path":["palette","purple","50"]},"51":{"value":"hsla(277, 72%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 51%, 100%)"},"name":"PalettePurple51","attributes":{"category":"palette","type":"purple","item":"51"},"path":["palette","purple","51"]},"52":{"value":"hsla(277, 72%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 52%, 100%)"},"name":"PalettePurple52","attributes":{"category":"palette","type":"purple","item":"52"},"path":["palette","purple","52"]},"53":{"value":"hsla(277, 72%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 53%, 100%)"},"name":"PalettePurple53","attributes":{"category":"palette","type":"purple","item":"53"},"path":["palette","purple","53"]},"54":{"value":"hsla(277, 72%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 54%, 100%)"},"name":"PalettePurple54","attributes":{"category":"palette","type":"purple","item":"54"},"path":["palette","purple","54"]},"55":{"value":"hsla(277, 72%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 55%, 100%)"},"name":"PalettePurple55","attributes":{"category":"palette","type":"purple","item":"55"},"path":["palette","purple","55"]},"56":{"value":"hsla(277, 72%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 56%, 100%)"},"name":"PalettePurple56","attributes":{"category":"palette","type":"purple","item":"56"},"path":["palette","purple","56"]},"57":{"value":"hsla(277, 72%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 57%, 100%)"},"name":"PalettePurple57","attributes":{"category":"palette","type":"purple","item":"57"},"path":["palette","purple","57"]},"58":{"value":"hsla(277, 72%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 58%, 100%)"},"name":"PalettePurple58","attributes":{"category":"palette","type":"purple","item":"58"},"path":["palette","purple","58"]},"59":{"value":"hsla(277, 72%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 59%, 100%)"},"name":"PalettePurple59","attributes":{"category":"palette","type":"purple","item":"59"},"path":["palette","purple","59"]},"60":{"value":"hsla(277, 72%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 60%, 100%)"},"name":"PalettePurple60","attributes":{"category":"palette","type":"purple","item":"60"},"path":["palette","purple","60"]},"61":{"value":"hsla(277, 72%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 61%, 100%)"},"name":"PalettePurple61","attributes":{"category":"palette","type":"purple","item":"61"},"path":["palette","purple","61"]},"62":{"value":"hsla(277, 72%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 62%, 100%)"},"name":"PalettePurple62","attributes":{"category":"palette","type":"purple","item":"62"},"path":["palette","purple","62"]},"63":{"value":"hsla(277, 72%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 63%, 100%)"},"name":"PalettePurple63","attributes":{"category":"palette","type":"purple","item":"63"},"path":["palette","purple","63"]},"64":{"value":"hsla(277, 72%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 64%, 100%)"},"name":"PalettePurple64","attributes":{"category":"palette","type":"purple","item":"64"},"path":["palette","purple","64"]},"65":{"value":"hsla(277, 72%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 65%, 100%)"},"name":"PalettePurple65","attributes":{"category":"palette","type":"purple","item":"65"},"path":["palette","purple","65"]},"66":{"value":"hsla(277, 72%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 66%, 100%)"},"name":"PalettePurple66","attributes":{"category":"palette","type":"purple","item":"66"},"path":["palette","purple","66"]},"67":{"value":"hsla(277, 72%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 67%, 100%)"},"name":"PalettePurple67","attributes":{"category":"palette","type":"purple","item":"67"},"path":["palette","purple","67"]},"68":{"value":"hsla(277, 72%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 68%, 100%)"},"name":"PalettePurple68","attributes":{"category":"palette","type":"purple","item":"68"},"path":["palette","purple","68"]},"69":{"value":"hsla(277, 72%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 69%, 100%)"},"name":"PalettePurple69","attributes":{"category":"palette","type":"purple","item":"69"},"path":["palette","purple","69"]},"70":{"value":"hsla(277, 72%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 70%, 100%)"},"name":"PalettePurple70","attributes":{"category":"palette","type":"purple","item":"70"},"path":["palette","purple","70"]},"71":{"value":"hsla(277, 72%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 71%, 100%)"},"name":"PalettePurple71","attributes":{"category":"palette","type":"purple","item":"71"},"path":["palette","purple","71"]},"72":{"value":"hsla(277, 72%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 72%, 100%)"},"name":"PalettePurple72","attributes":{"category":"palette","type":"purple","item":"72"},"path":["palette","purple","72"]},"73":{"value":"hsla(277, 72%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 73%, 100%)"},"name":"PalettePurple73","attributes":{"category":"palette","type":"purple","item":"73"},"path":["palette","purple","73"]},"74":{"value":"hsla(277, 72%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 74%, 100%)"},"name":"PalettePurple74","attributes":{"category":"palette","type":"purple","item":"74"},"path":["palette","purple","74"]},"75":{"value":"hsla(277, 72%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 75%, 100%)"},"name":"PalettePurple75","attributes":{"category":"palette","type":"purple","item":"75"},"path":["palette","purple","75"]},"76":{"value":"hsla(277, 72%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 76%, 100%)"},"name":"PalettePurple76","attributes":{"category":"palette","type":"purple","item":"76"},"path":["palette","purple","76"]},"77":{"value":"hsla(277, 72%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 77%, 100%)"},"name":"PalettePurple77","attributes":{"category":"palette","type":"purple","item":"77"},"path":["palette","purple","77"]},"78":{"value":"hsla(277, 72%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 78%, 100%)"},"name":"PalettePurple78","attributes":{"category":"palette","type":"purple","item":"78"},"path":["palette","purple","78"]},"79":{"value":"hsla(277, 72%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 79%, 100%)"},"name":"PalettePurple79","attributes":{"category":"palette","type":"purple","item":"79"},"path":["palette","purple","79"]},"80":{"value":"hsla(277, 72%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 80%, 100%)"},"name":"PalettePurple80","attributes":{"category":"palette","type":"purple","item":"80"},"path":["palette","purple","80"]},"81":{"value":"hsla(277, 72%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 81%, 100%)"},"name":"PalettePurple81","attributes":{"category":"palette","type":"purple","item":"81"},"path":["palette","purple","81"]},"82":{"value":"hsla(277, 72%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 82%, 100%)"},"name":"PalettePurple82","attributes":{"category":"palette","type":"purple","item":"82"},"path":["palette","purple","82"]},"83":{"value":"hsla(277, 72%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 83%, 100%)"},"name":"PalettePurple83","attributes":{"category":"palette","type":"purple","item":"83"},"path":["palette","purple","83"]},"84":{"value":"hsla(277, 72%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 84%, 100%)"},"name":"PalettePurple84","attributes":{"category":"palette","type":"purple","item":"84"},"path":["palette","purple","84"]},"85":{"value":"hsla(277, 72%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 85%, 100%)"},"name":"PalettePurple85","attributes":{"category":"palette","type":"purple","item":"85"},"path":["palette","purple","85"]},"86":{"value":"hsla(277, 72%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 86%, 100%)"},"name":"PalettePurple86","attributes":{"category":"palette","type":"purple","item":"86"},"path":["palette","purple","86"]},"87":{"value":"hsla(277, 72%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 87%, 100%)"},"name":"PalettePurple87","attributes":{"category":"palette","type":"purple","item":"87"},"path":["palette","purple","87"]},"88":{"value":"hsla(277, 72%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 88%, 100%)"},"name":"PalettePurple88","attributes":{"category":"palette","type":"purple","item":"88"},"path":["palette","purple","88"]},"89":{"value":"hsla(277, 72%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 89%, 100%)"},"name":"PalettePurple89","attributes":{"category":"palette","type":"purple","item":"89"},"path":["palette","purple","89"]},"90":{"value":"hsla(277, 72%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 90%, 100%)"},"name":"PalettePurple90","attributes":{"category":"palette","type":"purple","item":"90"},"path":["palette","purple","90"]},"91":{"value":"hsla(277, 72%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 91%, 100%)"},"name":"PalettePurple91","attributes":{"category":"palette","type":"purple","item":"91"},"path":["palette","purple","91"]},"92":{"value":"hsla(277, 72%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 92%, 100%)"},"name":"PalettePurple92","attributes":{"category":"palette","type":"purple","item":"92"},"path":["palette","purple","92"]},"93":{"value":"hsla(277, 72%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 93%, 100%)"},"name":"PalettePurple93","attributes":{"category":"palette","type":"purple","item":"93"},"path":["palette","purple","93"]},"94":{"value":"hsla(277, 72%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 94%, 100%)"},"name":"PalettePurple94","attributes":{"category":"palette","type":"purple","item":"94"},"path":["palette","purple","94"]},"95":{"value":"hsla(277, 72%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 95%, 100%)"},"name":"PalettePurple95","attributes":{"category":"palette","type":"purple","item":"95"},"path":["palette","purple","95"]},"96":{"value":"hsla(277, 72%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 96%, 100%)"},"name":"PalettePurple96","attributes":{"category":"palette","type":"purple","item":"96"},"path":["palette","purple","96"]},"97":{"value":"hsla(277, 72%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 97%, 100%)"},"name":"PalettePurple97","attributes":{"category":"palette","type":"purple","item":"97"},"path":["palette","purple","97"]},"98":{"value":"hsla(277, 72%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 98%, 100%)"},"name":"PalettePurple98","attributes":{"category":"palette","type":"purple","item":"98"},"path":["palette","purple","98"]},"99":{"value":"hsla(277, 72%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 99%, 100%)"},"name":"PalettePurple99","attributes":{"category":"palette","type":"purple","item":"99"},"path":["palette","purple","99"]},"100":{"value":"hsla(277, 72%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 100%, 100%)"},"name":"PalettePurple100","attributes":{"category":"palette","type":"purple","item":"100"},"path":["palette","purple","100"]},"\"50-A16\"":{"value":"rgba(149, 36, 219, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.16)"},"name":"PalettePurple50A16","attributes":{"category":"palette","type":"purple","item":"\"50-A16\""},"path":["palette","purple","\"50-A16\""]},"\"50-A32\"":{"value":"rgba(149, 36, 219, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.32)"},"name":"PalettePurple50A32","attributes":{"category":"palette","type":"purple","item":"\"50-A32\""},"path":["palette","purple","\"50-A32\""]},"A16":{"value":"rgba(149, 36, 219, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.16)"},"name":"PalettePurpleA16","attributes":{"category":"palette","type":"purple","item":"A16"},"path":["palette","purple","A16"]},"A32":{"value":"rgba(149, 36, 219, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.32)"},"name":"PalettePurpleA32","attributes":{"category":"palette","type":"purple","item":"A32"},"path":["palette","purple","A32"]}}, + "LightInfoDefault": "hsla(180, 55%, 50%, 100%)", + "LightInfoPalette": {"0":{"value":"hsla(180, 55%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 0%, 100%)"},"name":"PaletteCyan0","attributes":{"category":"palette","type":"cyan","item":"0"},"path":["palette","cyan","0"]},"1":{"value":"hsla(180, 55%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 1%, 100%)"},"name":"PaletteCyan1","attributes":{"category":"palette","type":"cyan","item":"1"},"path":["palette","cyan","1"]},"2":{"value":"hsla(180, 55%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 2%, 100%)"},"name":"PaletteCyan2","attributes":{"category":"palette","type":"cyan","item":"2"},"path":["palette","cyan","2"]},"3":{"value":"hsla(180, 55%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 3%, 100%)"},"name":"PaletteCyan3","attributes":{"category":"palette","type":"cyan","item":"3"},"path":["palette","cyan","3"]},"4":{"value":"hsla(180, 55%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 4%, 100%)"},"name":"PaletteCyan4","attributes":{"category":"palette","type":"cyan","item":"4"},"path":["palette","cyan","4"]},"5":{"value":"hsla(180, 55%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 5%, 100%)"},"name":"PaletteCyan5","attributes":{"category":"palette","type":"cyan","item":"5"},"path":["palette","cyan","5"]},"6":{"value":"hsla(180, 55%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 6%, 100%)"},"name":"PaletteCyan6","attributes":{"category":"palette","type":"cyan","item":"6"},"path":["palette","cyan","6"]},"7":{"value":"hsla(180, 55%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 7%, 100%)"},"name":"PaletteCyan7","attributes":{"category":"palette","type":"cyan","item":"7"},"path":["palette","cyan","7"]},"8":{"value":"hsla(180, 55%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 8%, 100%)"},"name":"PaletteCyan8","attributes":{"category":"palette","type":"cyan","item":"8"},"path":["palette","cyan","8"]},"9":{"value":"hsla(180, 55%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 9%, 100%)"},"name":"PaletteCyan9","attributes":{"category":"palette","type":"cyan","item":"9"},"path":["palette","cyan","9"]},"10":{"value":"hsla(180, 55%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 10%, 100%)"},"name":"PaletteCyan10","attributes":{"category":"palette","type":"cyan","item":"10"},"path":["palette","cyan","10"]},"11":{"value":"hsla(180, 55%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 11%, 100%)"},"name":"PaletteCyan11","attributes":{"category":"palette","type":"cyan","item":"11"},"path":["palette","cyan","11"]},"12":{"value":"hsla(180, 55%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 12%, 100%)"},"name":"PaletteCyan12","attributes":{"category":"palette","type":"cyan","item":"12"},"path":["palette","cyan","12"]},"13":{"value":"hsla(180, 55%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 13%, 100%)"},"name":"PaletteCyan13","attributes":{"category":"palette","type":"cyan","item":"13"},"path":["palette","cyan","13"]},"14":{"value":"hsla(180, 55%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 14%, 100%)"},"name":"PaletteCyan14","attributes":{"category":"palette","type":"cyan","item":"14"},"path":["palette","cyan","14"]},"15":{"value":"hsla(180, 55%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 15%, 100%)"},"name":"PaletteCyan15","attributes":{"category":"palette","type":"cyan","item":"15"},"path":["palette","cyan","15"]},"16":{"value":"hsla(180, 55%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 16%, 100%)"},"name":"PaletteCyan16","attributes":{"category":"palette","type":"cyan","item":"16"},"path":["palette","cyan","16"]},"17":{"value":"hsla(180, 55%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 17%, 100%)"},"name":"PaletteCyan17","attributes":{"category":"palette","type":"cyan","item":"17"},"path":["palette","cyan","17"]},"18":{"value":"hsla(180, 55%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 18%, 100%)"},"name":"PaletteCyan18","attributes":{"category":"palette","type":"cyan","item":"18"},"path":["palette","cyan","18"]},"19":{"value":"hsla(180, 55%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 19%, 100%)"},"name":"PaletteCyan19","attributes":{"category":"palette","type":"cyan","item":"19"},"path":["palette","cyan","19"]},"20":{"value":"hsla(180, 55%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 20%, 100%)"},"name":"PaletteCyan20","attributes":{"category":"palette","type":"cyan","item":"20"},"path":["palette","cyan","20"]},"21":{"value":"hsla(180, 55%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 21%, 100%)"},"name":"PaletteCyan21","attributes":{"category":"palette","type":"cyan","item":"21"},"path":["palette","cyan","21"]},"22":{"value":"hsla(180, 55%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 22%, 100%)"},"name":"PaletteCyan22","attributes":{"category":"palette","type":"cyan","item":"22"},"path":["palette","cyan","22"]},"23":{"value":"hsla(180, 55%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 23%, 100%)"},"name":"PaletteCyan23","attributes":{"category":"palette","type":"cyan","item":"23"},"path":["palette","cyan","23"]},"24":{"value":"hsla(180, 55%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 24%, 100%)"},"name":"PaletteCyan24","attributes":{"category":"palette","type":"cyan","item":"24"},"path":["palette","cyan","24"]},"25":{"value":"hsla(180, 55%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 25%, 100%)"},"name":"PaletteCyan25","attributes":{"category":"palette","type":"cyan","item":"25"},"path":["palette","cyan","25"]},"26":{"value":"hsla(180, 55%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 26%, 100%)"},"name":"PaletteCyan26","attributes":{"category":"palette","type":"cyan","item":"26"},"path":["palette","cyan","26"]},"27":{"value":"hsla(180, 55%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 27%, 100%)"},"name":"PaletteCyan27","attributes":{"category":"palette","type":"cyan","item":"27"},"path":["palette","cyan","27"]},"28":{"value":"hsla(180, 55%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 28%, 100%)"},"name":"PaletteCyan28","attributes":{"category":"palette","type":"cyan","item":"28"},"path":["palette","cyan","28"]},"29":{"value":"hsla(180, 55%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 29%, 100%)"},"name":"PaletteCyan29","attributes":{"category":"palette","type":"cyan","item":"29"},"path":["palette","cyan","29"]},"30":{"value":"hsla(180, 55%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 30%, 100%)"},"name":"PaletteCyan30","attributes":{"category":"palette","type":"cyan","item":"30"},"path":["palette","cyan","30"]},"31":{"value":"hsla(180, 55%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 31%, 100%)"},"name":"PaletteCyan31","attributes":{"category":"palette","type":"cyan","item":"31"},"path":["palette","cyan","31"]},"32":{"value":"hsla(180, 55%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 32%, 100%)"},"name":"PaletteCyan32","attributes":{"category":"palette","type":"cyan","item":"32"},"path":["palette","cyan","32"]},"33":{"value":"hsla(180, 55%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 33%, 100%)"},"name":"PaletteCyan33","attributes":{"category":"palette","type":"cyan","item":"33"},"path":["palette","cyan","33"]},"34":{"value":"hsla(180, 55%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 34%, 100%)"},"name":"PaletteCyan34","attributes":{"category":"palette","type":"cyan","item":"34"},"path":["palette","cyan","34"]},"35":{"value":"hsla(180, 55%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 35%, 100%)"},"name":"PaletteCyan35","attributes":{"category":"palette","type":"cyan","item":"35"},"path":["palette","cyan","35"]},"36":{"value":"hsla(180, 55%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 36%, 100%)"},"name":"PaletteCyan36","attributes":{"category":"palette","type":"cyan","item":"36"},"path":["palette","cyan","36"]},"37":{"value":"hsla(180, 55%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 37%, 100%)"},"name":"PaletteCyan37","attributes":{"category":"palette","type":"cyan","item":"37"},"path":["palette","cyan","37"]},"38":{"value":"hsla(180, 55%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 38%, 100%)"},"name":"PaletteCyan38","attributes":{"category":"palette","type":"cyan","item":"38"},"path":["palette","cyan","38"]},"39":{"value":"hsla(180, 55%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 39%, 100%)"},"name":"PaletteCyan39","attributes":{"category":"palette","type":"cyan","item":"39"},"path":["palette","cyan","39"]},"40":{"value":"hsla(180, 55%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 40%, 100%)"},"name":"PaletteCyan40","attributes":{"category":"palette","type":"cyan","item":"40"},"path":["palette","cyan","40"]},"41":{"value":"hsla(180, 55%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 41%, 100%)"},"name":"PaletteCyan41","attributes":{"category":"palette","type":"cyan","item":"41"},"path":["palette","cyan","41"]},"42":{"value":"hsla(180, 55%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 42%, 100%)"},"name":"PaletteCyan42","attributes":{"category":"palette","type":"cyan","item":"42"},"path":["palette","cyan","42"]},"43":{"value":"hsla(180, 55%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 43%, 100%)"},"name":"PaletteCyan43","attributes":{"category":"palette","type":"cyan","item":"43"},"path":["palette","cyan","43"]},"44":{"value":"hsla(180, 55%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 44%, 100%)"},"name":"PaletteCyan44","attributes":{"category":"palette","type":"cyan","item":"44"},"path":["palette","cyan","44"]},"45":{"value":"hsla(180, 55%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 45%, 100%)"},"name":"PaletteCyan45","attributes":{"category":"palette","type":"cyan","item":"45"},"path":["palette","cyan","45"]},"46":{"value":"hsla(180, 55%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 46%, 100%)"},"name":"PaletteCyan46","attributes":{"category":"palette","type":"cyan","item":"46"},"path":["palette","cyan","46"]},"47":{"value":"hsla(180, 55%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 47%, 100%)"},"name":"PaletteCyan47","attributes":{"category":"palette","type":"cyan","item":"47"},"path":["palette","cyan","47"]},"48":{"value":"hsla(180, 55%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 48%, 100%)"},"name":"PaletteCyan48","attributes":{"category":"palette","type":"cyan","item":"48"},"path":["palette","cyan","48"]},"49":{"value":"hsla(180, 55%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 49%, 100%)"},"name":"PaletteCyan49","attributes":{"category":"palette","type":"cyan","item":"49"},"path":["palette","cyan","49"]},"50":{"value":"hsla(180, 55%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 50%, 100%)"},"name":"PaletteCyan50","attributes":{"category":"palette","type":"cyan","item":"50"},"path":["palette","cyan","50"]},"51":{"value":"hsla(180, 55%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 51%, 100%)"},"name":"PaletteCyan51","attributes":{"category":"palette","type":"cyan","item":"51"},"path":["palette","cyan","51"]},"52":{"value":"hsla(180, 55%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 52%, 100%)"},"name":"PaletteCyan52","attributes":{"category":"palette","type":"cyan","item":"52"},"path":["palette","cyan","52"]},"53":{"value":"hsla(180, 55%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 53%, 100%)"},"name":"PaletteCyan53","attributes":{"category":"palette","type":"cyan","item":"53"},"path":["palette","cyan","53"]},"54":{"value":"hsla(180, 55%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 54%, 100%)"},"name":"PaletteCyan54","attributes":{"category":"palette","type":"cyan","item":"54"},"path":["palette","cyan","54"]},"55":{"value":"hsla(180, 55%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 55%, 100%)"},"name":"PaletteCyan55","attributes":{"category":"palette","type":"cyan","item":"55"},"path":["palette","cyan","55"]},"56":{"value":"hsla(180, 55%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 56%, 100%)"},"name":"PaletteCyan56","attributes":{"category":"palette","type":"cyan","item":"56"},"path":["palette","cyan","56"]},"57":{"value":"hsla(180, 55%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 57%, 100%)"},"name":"PaletteCyan57","attributes":{"category":"palette","type":"cyan","item":"57"},"path":["palette","cyan","57"]},"58":{"value":"hsla(180, 55%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 58%, 100%)"},"name":"PaletteCyan58","attributes":{"category":"palette","type":"cyan","item":"58"},"path":["palette","cyan","58"]},"59":{"value":"hsla(180, 55%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 59%, 100%)"},"name":"PaletteCyan59","attributes":{"category":"palette","type":"cyan","item":"59"},"path":["palette","cyan","59"]},"60":{"value":"hsla(180, 55%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 60%, 100%)"},"name":"PaletteCyan60","attributes":{"category":"palette","type":"cyan","item":"60"},"path":["palette","cyan","60"]},"61":{"value":"hsla(180, 55%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 61%, 100%)"},"name":"PaletteCyan61","attributes":{"category":"palette","type":"cyan","item":"61"},"path":["palette","cyan","61"]},"62":{"value":"hsla(180, 55%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 62%, 100%)"},"name":"PaletteCyan62","attributes":{"category":"palette","type":"cyan","item":"62"},"path":["palette","cyan","62"]},"63":{"value":"hsla(180, 55%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 63%, 100%)"},"name":"PaletteCyan63","attributes":{"category":"palette","type":"cyan","item":"63"},"path":["palette","cyan","63"]},"64":{"value":"hsla(180, 55%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 64%, 100%)"},"name":"PaletteCyan64","attributes":{"category":"palette","type":"cyan","item":"64"},"path":["palette","cyan","64"]},"65":{"value":"hsla(180, 55%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 65%, 100%)"},"name":"PaletteCyan65","attributes":{"category":"palette","type":"cyan","item":"65"},"path":["palette","cyan","65"]},"66":{"value":"hsla(180, 55%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 66%, 100%)"},"name":"PaletteCyan66","attributes":{"category":"palette","type":"cyan","item":"66"},"path":["palette","cyan","66"]},"67":{"value":"hsla(180, 55%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 67%, 100%)"},"name":"PaletteCyan67","attributes":{"category":"palette","type":"cyan","item":"67"},"path":["palette","cyan","67"]},"68":{"value":"hsla(180, 55%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 68%, 100%)"},"name":"PaletteCyan68","attributes":{"category":"palette","type":"cyan","item":"68"},"path":["palette","cyan","68"]},"69":{"value":"hsla(180, 55%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 69%, 100%)"},"name":"PaletteCyan69","attributes":{"category":"palette","type":"cyan","item":"69"},"path":["palette","cyan","69"]},"70":{"value":"hsla(180, 55%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 70%, 100%)"},"name":"PaletteCyan70","attributes":{"category":"palette","type":"cyan","item":"70"},"path":["palette","cyan","70"]},"71":{"value":"hsla(180, 55%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 71%, 100%)"},"name":"PaletteCyan71","attributes":{"category":"palette","type":"cyan","item":"71"},"path":["palette","cyan","71"]},"72":{"value":"hsla(180, 55%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 72%, 100%)"},"name":"PaletteCyan72","attributes":{"category":"palette","type":"cyan","item":"72"},"path":["palette","cyan","72"]},"73":{"value":"hsla(180, 55%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 73%, 100%)"},"name":"PaletteCyan73","attributes":{"category":"palette","type":"cyan","item":"73"},"path":["palette","cyan","73"]},"74":{"value":"hsla(180, 55%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 74%, 100%)"},"name":"PaletteCyan74","attributes":{"category":"palette","type":"cyan","item":"74"},"path":["palette","cyan","74"]},"75":{"value":"hsla(180, 55%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 75%, 100%)"},"name":"PaletteCyan75","attributes":{"category":"palette","type":"cyan","item":"75"},"path":["palette","cyan","75"]},"76":{"value":"hsla(180, 55%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 76%, 100%)"},"name":"PaletteCyan76","attributes":{"category":"palette","type":"cyan","item":"76"},"path":["palette","cyan","76"]},"77":{"value":"hsla(180, 55%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 77%, 100%)"},"name":"PaletteCyan77","attributes":{"category":"palette","type":"cyan","item":"77"},"path":["palette","cyan","77"]},"78":{"value":"hsla(180, 55%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 78%, 100%)"},"name":"PaletteCyan78","attributes":{"category":"palette","type":"cyan","item":"78"},"path":["palette","cyan","78"]},"79":{"value":"hsla(180, 55%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 79%, 100%)"},"name":"PaletteCyan79","attributes":{"category":"palette","type":"cyan","item":"79"},"path":["palette","cyan","79"]},"80":{"value":"hsla(180, 55%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 80%, 100%)"},"name":"PaletteCyan80","attributes":{"category":"palette","type":"cyan","item":"80"},"path":["palette","cyan","80"]},"81":{"value":"hsla(180, 55%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 81%, 100%)"},"name":"PaletteCyan81","attributes":{"category":"palette","type":"cyan","item":"81"},"path":["palette","cyan","81"]},"82":{"value":"hsla(180, 55%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 82%, 100%)"},"name":"PaletteCyan82","attributes":{"category":"palette","type":"cyan","item":"82"},"path":["palette","cyan","82"]},"83":{"value":"hsla(180, 55%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 83%, 100%)"},"name":"PaletteCyan83","attributes":{"category":"palette","type":"cyan","item":"83"},"path":["palette","cyan","83"]},"84":{"value":"hsla(180, 55%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 84%, 100%)"},"name":"PaletteCyan84","attributes":{"category":"palette","type":"cyan","item":"84"},"path":["palette","cyan","84"]},"85":{"value":"hsla(180, 55%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 85%, 100%)"},"name":"PaletteCyan85","attributes":{"category":"palette","type":"cyan","item":"85"},"path":["palette","cyan","85"]},"86":{"value":"hsla(180, 55%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 86%, 100%)"},"name":"PaletteCyan86","attributes":{"category":"palette","type":"cyan","item":"86"},"path":["palette","cyan","86"]},"87":{"value":"hsla(180, 55%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 87%, 100%)"},"name":"PaletteCyan87","attributes":{"category":"palette","type":"cyan","item":"87"},"path":["palette","cyan","87"]},"88":{"value":"hsla(180, 55%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 88%, 100%)"},"name":"PaletteCyan88","attributes":{"category":"palette","type":"cyan","item":"88"},"path":["palette","cyan","88"]},"89":{"value":"hsla(180, 55%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 89%, 100%)"},"name":"PaletteCyan89","attributes":{"category":"palette","type":"cyan","item":"89"},"path":["palette","cyan","89"]},"90":{"value":"hsla(180, 55%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 90%, 100%)"},"name":"PaletteCyan90","attributes":{"category":"palette","type":"cyan","item":"90"},"path":["palette","cyan","90"]},"91":{"value":"hsla(180, 55%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 91%, 100%)"},"name":"PaletteCyan91","attributes":{"category":"palette","type":"cyan","item":"91"},"path":["palette","cyan","91"]},"92":{"value":"hsla(180, 55%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 92%, 100%)"},"name":"PaletteCyan92","attributes":{"category":"palette","type":"cyan","item":"92"},"path":["palette","cyan","92"]},"93":{"value":"hsla(180, 55%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 93%, 100%)"},"name":"PaletteCyan93","attributes":{"category":"palette","type":"cyan","item":"93"},"path":["palette","cyan","93"]},"94":{"value":"hsla(180, 55%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 94%, 100%)"},"name":"PaletteCyan94","attributes":{"category":"palette","type":"cyan","item":"94"},"path":["palette","cyan","94"]},"95":{"value":"hsla(180, 55%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 95%, 100%)"},"name":"PaletteCyan95","attributes":{"category":"palette","type":"cyan","item":"95"},"path":["palette","cyan","95"]},"96":{"value":"hsla(180, 55%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 96%, 100%)"},"name":"PaletteCyan96","attributes":{"category":"palette","type":"cyan","item":"96"},"path":["palette","cyan","96"]},"97":{"value":"hsla(180, 55%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 97%, 100%)"},"name":"PaletteCyan97","attributes":{"category":"palette","type":"cyan","item":"97"},"path":["palette","cyan","97"]},"98":{"value":"hsla(180, 55%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 98%, 100%)"},"name":"PaletteCyan98","attributes":{"category":"palette","type":"cyan","item":"98"},"path":["palette","cyan","98"]},"99":{"value":"hsla(180, 55%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 99%, 100%)"},"name":"PaletteCyan99","attributes":{"category":"palette","type":"cyan","item":"99"},"path":["palette","cyan","99"]},"100":{"value":"hsla(180, 55%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 100%, 100%)"},"name":"PaletteCyan100","attributes":{"category":"palette","type":"cyan","item":"100"},"path":["palette","cyan","100"]},"\"50-A16\"":{"value":"hsla(180, 55%, 50%, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 50%, 0.16)"},"name":"PaletteCyan50A16","attributes":{"category":"palette","type":"cyan","item":"\"50-A16\""},"path":["palette","cyan","\"50-A16\""]},"\"50-A32\"":{"value":"hsla(180, 55%, 50%, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 50%, 0.32)"},"name":"PaletteCyan50A32","attributes":{"category":"palette","type":"cyan","item":"\"50-A32\""},"path":["palette","cyan","\"50-A32\""]},"A32":{"value":"rgba(57, 198, 198, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(57, 198, 198, 0.32)"},"name":"PaletteCyanA32","attributes":{"category":"palette","type":"cyan","item":"A32"},"path":["palette","cyan","A32"]},"A16":{"value":"rgba(57, 198, 198, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(57, 198, 198, 0.16)"},"name":"PaletteCyanA16","attributes":{"category":"palette","type":"cyan","item":"A16"},"path":["palette","cyan","A16"]}}, + "LightBackgroundBg": "hsla(0, 0%, 100%, 100%)", + "LightBackgroundBgSecondary": "hsla(229, 15%, 95%, 100%)", + "LightBackgroundBgTertiary": "hsla(229, 15%, 97%, 100%)", + "LightBackgroundNight": "hsla(229, 15%, 25%, 100%)", + "LightBackgroundCard": "hsla(229, 15%, 100%, 100%)", + "LightBackgroundTheme": "hsla(216, 100%, 50%, 100%)", + "LightBackgroundThemeFade": "hsla(216, 100%, 85%, 100%)", + "LightBackgroundThemeLess": "hsla(216, 100%, 94%, 100%)", + "LightBackgroundContrast": "hsla(229, 15%, 25%, 100%)", + "LightBackgroundContrastFade": "hsla(229, 15%, 92%, 100%)", + "LightBackgroundError": "hsla(7, 97%, 60%, 100%)", + "LightBackgroundErrorFade": "hsla(7, 97%, 90%, 100%)", + "LightBackgroundErrorLess": "hsla(7, 97%, 99%, 100%)", + "LightBackgroundSuccess": "hsla(104, 64%, 45%, 100%)", + "LightBackgroundSuccessFade": "hsla(104, 64%, 80%, 100%)", + "LightBackgroundWarning": "hsla(38, 100%, 50%, 100%)", + "LightBackgroundWarningFade": "hsla(38, 100%, 85%, 100%)", + "LightBackgroundTransparent": "transparent", + "LightBackgroundBackground": "hsla(0, 0%, 100%, 100%)", + "LightBackgroundBackgroundDisabled": "hsla(229, 15%, 95%, 100%)", + "LightBackgroundBackgroundLessContrast": "hsla(229, 15%, 95%, 100%)", + "LightBackgroundBackgroundUnder": "hsla(229, 15%, 95%, 100%)", + "LightBackgroundOverlay": "hsla(229, 15%, 20%, 32%)", + "LightBackgroundOverlayInverse": "hsla(229, 15%, 99%, 88%)", + "LightBackgroundOverlayHover": "rgba(0, 0, 0, 0.08)", + "LightBackgroundOverlayActive": "rgba(0, 0, 0, 0.16)", + "LightBackgroundOverlayDisabled": "hsla(0, 0%, 100%, 64%)", + "LightForegroundWhite": "hsla(0, 0%, 100%, 100%)", + "LightForegroundWhiteSecondary": "hsla(0, 0%, 100%, 72%)", + "LightForegroundTheme": "hsla(216, 100%, 50%, 100%)", + "LightForegroundThemeSecondary": "hsla(216, 100%, 60%, 100%)", + "LightForegroundContrast": "hsla(229, 15%, 15%, 100%)", + "LightForegroundOnContrast": "hsla(229, 15%, 100%, 100%)", + "LightForegroundContrastSecondary": "hsla(229, 15%, 50%, 100%)", + "LightForegroundContrastTertiary": "hsla(229, 15%, 60%, 100%)", + "LightForegroundError": "hsla(7, 97%, 40%, 100%)", + "LightForegroundErrorSecondary": "hsla(7, 97%, 50%, 100%)", + "LightForegroundErrorTertiary": "hsla(7, 97%, 70%, 100%)", + "LightForegroundErrorLess": "hsla(7, 97%, 90%, 100%)", + "LightForegroundSuccess": "hsla(104, 64%, 30%, 100%)", + "LightForegroundSuccessLess": "hsla(104, 64%, 90%, 100%)", + "LightForegroundSuccessSecondary": "hsla(104, 64%, 45%, 100%)", + "LightForegroundWarning": "hsla(38, 100%, 33%, 100%)", + "LightForegroundWarningSecondary": "hsla(38, 100%, 45%, 100%)", + "LightForegroundVisited": "hsla(277, 72%, 45%, 100%)", + "LightForegroundText": "hsla(229, 15%, 15%, 100%)", + "LightForegroundTextLessContrast": "hsla(229, 15%, 50%, 100%)", + "LightForegroundTextDisabled": "hsla(229, 15%, 70%, 100%)", + "LightForegroundTextError": "hsla(7, 97%, 50%, 100%)", + "LightForegroundTextSuccess": "hsla(104, 64%, 44%, 100%)", + "LightForegroundDivider": "hsla(229, 15%, 6%, 12%)", + "LightForegroundBorder": "hsla(229, 15%, 80%, 100%)", + "LightForegroundIcon": "hsla(229, 15%, 60%, 100%)", + "LightIconWhite": "hsla(0, 0%, 100%, 100%)", + "LightIconTheme": "hsla(216, 100%, 50%, 100%)", + "LightIconThemeFade": "hsla(216, 100%, 40%, 100%)", + "LightIconContrast": "hsla(229, 15%, 15%, 100%)", + "LightIconOnContrast": "hsla(229, 15%, 100%, 100%)", + "LightIconContrastFade": "hsla(229, 15%, 60%, 100%)", + "LightIconError": "hsla(7, 97%, 45%, 100%)", + "LightIconSuccess": "hsla(104, 64%, 40%, 100%)", + "LightIconWarning": "hsla(38, 100%, 42%, 100%)", + "LightIconVisited": "hsla(277, 72%, 55%, 100%)", + "LightLineTheme": "hsla(216, 100%, 50%, 100%)", + "LightLineThemeFade": "hsla(216, 100%, 65%, 100%)", + "LightLineThemeLess": "hsla(216, 100%, 85%, 100%)", + "LightLineContrast": "hsla(229, 15%, 15%, 100%)", + "LightLineContrastFade": "hsla(229, 15%, 80%, 100%)", + "LightLineContrastLess": "hsla(229, 15%, 6%, 12%)", + "LightLineError": "hsla(7, 97%, 45%, 100%)", + "LightLineErrorFade": "hsla(7, 97%, 65%, 100%)", + "LightLineSuccess": "hsla(104, 64%, 40%, 100%)", + "LightLineSuccessFade": "hsla(104, 64%, 45%, 100%)", + "LightLineWarning": "hsla(38, 100%, 45%, 100%)", + "LightLineWarningFade": "hsla(38, 100%, 55%, 100%)", + "LightLineVisited": "hsla(277, 72%, 80%, 100%)", + "LightShadowOutline": "hsla(229, 15%, 6%, 3%)", + "LightShadowKey": "hsla(229, 15%, 6%, 6%)", + "LightShadowAmbient": "hsla(229, 15%, 6%, 12%)", + "LightStatesBackgroundThemeHover": "hsla(216, 100%, 45%, 100%)", + "LightStatesBackgroundThemeActive": "hsla(216, 100%, 39%, 100%)", + "LightStatesBackgroundThemeFadeHover": "hsla(216, 100%, 91%, 100%)", + "LightStatesBackgroundThemeFadeActive": "hsla(216, 100%, 88%, 100%)", + "LightStatesBackgroundThemeLessHover": "hsla(216, 100%, 90%, 100%)", + "LightStatesBackgroundThemeLessActive": "hsla(216, 100%, 94%, 100%)", + "LightStatesBackgroundContrastHover": "hsla(229, 15%, 20%, 100%)", + "LightStatesBackgroundContrastActive": "hsla(229, 15%, 15%, 100%)", + "LightStatesBackgroundContrastFadeHover": "hsla(229, 15%, 88%, 100%)", + "LightStatesBackgroundContrastFadeActive": "hsla(229, 15%, 85%, 100%)", + "LightStatesBackgroundErrorHover": "hsla(7, 97%, 56%, 100%)", + "LightStatesBackgroundErrorActive": "hsla(7, 69%, 51%, 100%)", + "LightStatesBackgroundErrorFadeHover": "hsla(7, 97%, 92%, 100%)", + "LightStatesBackgroundErrorFadeActive": "hsla(7, 97%, 88%, 100%)", + "LightStatesBackgroundErrorLess": "hsla(7, 97%, 99%, 100%)", + "LightStatesBackgroundWarningFadeHover": "hsla(38, 100%, 87%, 100%)", + "LightStatesBackgroundWarningFadeActive": "hsla(7, 97%, 84%, 100%)", + "LightStatesBackgroundDisabled": "hsla(229, 15%, 50%, 16%)", + "LightStatesBackgroundTransparentHover": "hsla(229, 15%, 50%, 8%)", + "LightStatesBackgroundTransparentActive": "hsla(229, 15%, 50%, 16%)", + "LightStatesBackgroundGhostHover": "rgba(106, 115, 150, 0.08)", + "LightStatesBackgroundGhostActive": "rgba(106, 115, 150, 0.16)", + "LightStatesForegroundThemeHover": "hsla(216, 100%, 45%, 100%)", + "LightStatesForegroundThemeActive": "hsla(216, 100%, 40%, 100%)", + "LightStatesForegroundDisabled": "hsla(229, 15%, 15%, 32%)", + "LightStatesForegroundVisitedHover": "hsla(277, 72%, 40%, 100%)", + "LightStatesForegroundVisitedActive": "hsla(277, 72%, 35%, 100%)", + "LightStatesIconThemeHover": "hsla(216, 100%, 45%, 100%)", + "LightStatesIconThemeActive": "hsla(216, 100%, 40%, 100%)", + "LightStatesIconDisabled": "hsla(229, 15%, 15%, 32%)", + "LightStatesIconContrastHover": "hsla(229, 15%, 10%, 100%)", + "LightStatesIconContrastActive": "hsla(229, 15%, 10%, 100%)", + "LightStatesIconContrastFadeHover": "hsla(229, 15%, 50%, 100%)", + "LightStatesIconContrastFadeActive": "hsla(229, 15%, 40%, 100%)", + "LightStatesIconErrorHover": "hsla(7, 97%, 45%, 100%)", + "LightStatesIconErrorActive": "hsla(7, 97%, 40%, 100%)", + "LightStatesIconSuccessHover": "hsla(104, 64%, 40%, 100%)", + "LightStatesIconSuccessActive": "hsla(104, 64%, 30%, 100%)", + "LightStatesIconWarningHover": "hsla(38, 100%, 45%, 100%)", + "LightStatesIconWarningActive": "hsla(38, 100%, 42%, 100%)", + "LightStatesIconVisitedHover": "hsla(277, 72%, 50%, 100%)", + "LightStatesIconVisitedActive": "hsla(277, 72%, 40%, 100%)", + "LightStatesLineFocus": "hsla(216, 100%, 50%, 100%)", + "LightStatesLineFocusTheme": "hsla(216, 100%, 60%, 100%)", + "LightStatesLineDisabled": "hsla(229, 15%, 50%, 32%)", + "LightStatesLineFocusError": "hsla(7, 97%, 45%, 100%)", + "LightStatesFocusedColor": "hsla(216, 100%, 50%, 100%)", + "LightStatesFocusedColorError": "hsla(7, 97%, 50%, 100%)", + "LightStatesSelectedColor": "hsla(216, 100%, 95%, 100%)", + "LightStatesPressedShadow": "inset 0 1px 2px 0 rgba(0, 0, 0, 0.20)", + "LightStatesDisabledOpacity": 0.32, + "LightOthersBrand": "hsla(7, 97%, 50%, 100%)", + "DarkThemeDefault": "hsla(216, 100%, 50%, 100%)", + "DarkThemePalette": {"0":{"value":"hsla(216, 100%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 0%, 100%)"},"name":"PaletteBlue0","attributes":{"category":"palette","type":"blue","item":"0"},"path":["palette","blue","0"]},"1":{"value":"hsla(216, 100%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 1%, 100%)"},"name":"PaletteBlue1","attributes":{"category":"palette","type":"blue","item":"1"},"path":["palette","blue","1"]},"2":{"value":"hsla(216, 100%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 2%, 100%)"},"name":"PaletteBlue2","attributes":{"category":"palette","type":"blue","item":"2"},"path":["palette","blue","2"]},"3":{"value":"hsla(216, 100%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 3%, 100%)"},"name":"PaletteBlue3","attributes":{"category":"palette","type":"blue","item":"3"},"path":["palette","blue","3"]},"4":{"value":"hsla(216, 100%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 4%, 100%)"},"name":"PaletteBlue4","attributes":{"category":"palette","type":"blue","item":"4"},"path":["palette","blue","4"]},"5":{"value":"hsla(216, 100%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 100%)"},"name":"PaletteBlue5","attributes":{"category":"palette","type":"blue","item":"5"},"path":["palette","blue","5"]},"6":{"value":"hsla(216, 100%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 6%, 100%)"},"name":"PaletteBlue6","attributes":{"category":"palette","type":"blue","item":"6"},"path":["palette","blue","6"]},"7":{"value":"hsla(216, 100%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 7%, 100%)"},"name":"PaletteBlue7","attributes":{"category":"palette","type":"blue","item":"7"},"path":["palette","blue","7"]},"8":{"value":"hsla(216, 100%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 8%, 100%)"},"name":"PaletteBlue8","attributes":{"category":"palette","type":"blue","item":"8"},"path":["palette","blue","8"]},"9":{"value":"hsla(216, 100%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 9%, 100%)"},"name":"PaletteBlue9","attributes":{"category":"palette","type":"blue","item":"9"},"path":["palette","blue","9"]},"10":{"value":"hsla(216, 100%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 10%, 100%)"},"name":"PaletteBlue10","attributes":{"category":"palette","type":"blue","item":"10"},"path":["palette","blue","10"]},"11":{"value":"hsla(216, 100%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 11%, 100%)"},"name":"PaletteBlue11","attributes":{"category":"palette","type":"blue","item":"11"},"path":["palette","blue","11"]},"12":{"value":"hsla(216, 100%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 12%, 100%)"},"name":"PaletteBlue12","attributes":{"category":"palette","type":"blue","item":"12"},"path":["palette","blue","12"]},"13":{"value":"hsla(216, 100%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 13%, 100%)"},"name":"PaletteBlue13","attributes":{"category":"palette","type":"blue","item":"13"},"path":["palette","blue","13"]},"14":{"value":"hsla(216, 100%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 14%, 100%)"},"name":"PaletteBlue14","attributes":{"category":"palette","type":"blue","item":"14"},"path":["palette","blue","14"]},"15":{"value":"hsla(216, 100%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 100%)"},"name":"PaletteBlue15","attributes":{"category":"palette","type":"blue","item":"15"},"path":["palette","blue","15"]},"16":{"value":"hsla(216, 100%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 16%, 100%)"},"name":"PaletteBlue16","attributes":{"category":"palette","type":"blue","item":"16"},"path":["palette","blue","16"]},"17":{"value":"hsla(216, 100%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 17%, 100%)"},"name":"PaletteBlue17","attributes":{"category":"palette","type":"blue","item":"17"},"path":["palette","blue","17"]},"18":{"value":"hsla(216, 100%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 18%, 100%)"},"name":"PaletteBlue18","attributes":{"category":"palette","type":"blue","item":"18"},"path":["palette","blue","18"]},"19":{"value":"hsla(216, 100%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 19%, 100%)"},"name":"PaletteBlue19","attributes":{"category":"palette","type":"blue","item":"19"},"path":["palette","blue","19"]},"20":{"value":"hsla(216, 100%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 20%, 100%)"},"name":"PaletteBlue20","attributes":{"category":"palette","type":"blue","item":"20"},"path":["palette","blue","20"]},"21":{"value":"hsla(216, 100%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 21%, 100%)"},"name":"PaletteBlue21","attributes":{"category":"palette","type":"blue","item":"21"},"path":["palette","blue","21"]},"22":{"value":"hsla(216, 100%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 22%, 100%)"},"name":"PaletteBlue22","attributes":{"category":"palette","type":"blue","item":"22"},"path":["palette","blue","22"]},"23":{"value":"hsla(216, 100%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 23%, 100%)"},"name":"PaletteBlue23","attributes":{"category":"palette","type":"blue","item":"23"},"path":["palette","blue","23"]},"24":{"value":"hsla(216, 100%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 24%, 100%)"},"name":"PaletteBlue24","attributes":{"category":"palette","type":"blue","item":"24"},"path":["palette","blue","24"]},"25":{"value":"hsla(216, 100%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 25%, 100%)"},"name":"PaletteBlue25","attributes":{"category":"palette","type":"blue","item":"25"},"path":["palette","blue","25"]},"26":{"value":"hsla(216, 100%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 26%, 100%)"},"name":"PaletteBlue26","attributes":{"category":"palette","type":"blue","item":"26"},"path":["palette","blue","26"]},"27":{"value":"hsla(216, 100%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 27%, 100%)"},"name":"PaletteBlue27","attributes":{"category":"palette","type":"blue","item":"27"},"path":["palette","blue","27"]},"28":{"value":"hsla(216, 100%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 28%, 100%)"},"name":"PaletteBlue28","attributes":{"category":"palette","type":"blue","item":"28"},"path":["palette","blue","28"]},"29":{"value":"hsla(216, 100%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 29%, 100%)"},"name":"PaletteBlue29","attributes":{"category":"palette","type":"blue","item":"29"},"path":["palette","blue","29"]},"30":{"value":"hsla(216, 100%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 30%, 100%)"},"name":"PaletteBlue30","attributes":{"category":"palette","type":"blue","item":"30"},"path":["palette","blue","30"]},"31":{"value":"hsla(216, 100%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 31%, 100%)"},"name":"PaletteBlue31","attributes":{"category":"palette","type":"blue","item":"31"},"path":["palette","blue","31"]},"32":{"value":"hsla(216, 100%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 32%, 100%)"},"name":"PaletteBlue32","attributes":{"category":"palette","type":"blue","item":"32"},"path":["palette","blue","32"]},"33":{"value":"hsla(216, 100%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 33%, 100%)"},"name":"PaletteBlue33","attributes":{"category":"palette","type":"blue","item":"33"},"path":["palette","blue","33"]},"34":{"value":"hsla(216, 100%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 34%, 100%)"},"name":"PaletteBlue34","attributes":{"category":"palette","type":"blue","item":"34"},"path":["palette","blue","34"]},"35":{"value":"hsla(216, 100%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 35%, 100%)"},"name":"PaletteBlue35","attributes":{"category":"palette","type":"blue","item":"35"},"path":["palette","blue","35"]},"36":{"value":"hsla(216, 100%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 36%, 100%)"},"name":"PaletteBlue36","attributes":{"category":"palette","type":"blue","item":"36"},"path":["palette","blue","36"]},"37":{"value":"hsla(216, 100%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 37%, 100%)"},"name":"PaletteBlue37","attributes":{"category":"palette","type":"blue","item":"37"},"path":["palette","blue","37"]},"38":{"value":"hsla(216, 100%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 38%, 100%)"},"name":"PaletteBlue38","attributes":{"category":"palette","type":"blue","item":"38"},"path":["palette","blue","38"]},"39":{"value":"hsla(216, 100%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 39%, 100%)"},"name":"PaletteBlue39","attributes":{"category":"palette","type":"blue","item":"39"},"path":["palette","blue","39"]},"40":{"value":"hsla(216, 100%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 40%, 100%)"},"name":"PaletteBlue40","attributes":{"category":"palette","type":"blue","item":"40"},"path":["palette","blue","40"]},"41":{"value":"hsla(216, 100%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 41%, 100%)"},"name":"PaletteBlue41","attributes":{"category":"palette","type":"blue","item":"41"},"path":["palette","blue","41"]},"42":{"value":"hsla(216, 100%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 42%, 100%)"},"name":"PaletteBlue42","attributes":{"category":"palette","type":"blue","item":"42"},"path":["palette","blue","42"]},"43":{"value":"hsla(216, 100%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 43%, 100%)"},"name":"PaletteBlue43","attributes":{"category":"palette","type":"blue","item":"43"},"path":["palette","blue","43"]},"44":{"value":"hsla(216, 100%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 44%, 100%)"},"name":"PaletteBlue44","attributes":{"category":"palette","type":"blue","item":"44"},"path":["palette","blue","44"]},"45":{"value":"hsla(216, 100%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 45%, 100%)"},"name":"PaletteBlue45","attributes":{"category":"palette","type":"blue","item":"45"},"path":["palette","blue","45"]},"46":{"value":"hsla(216, 100%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 46%, 100%)"},"name":"PaletteBlue46","attributes":{"category":"palette","type":"blue","item":"46"},"path":["palette","blue","46"]},"47":{"value":"hsla(216, 100%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 47%, 100%)"},"name":"PaletteBlue47","attributes":{"category":"palette","type":"blue","item":"47"},"path":["palette","blue","47"]},"48":{"value":"hsla(216, 100%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 48%, 100%)"},"name":"PaletteBlue48","attributes":{"category":"palette","type":"blue","item":"48"},"path":["palette","blue","48"]},"49":{"value":"hsla(216, 100%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 49%, 100%)"},"name":"PaletteBlue49","attributes":{"category":"palette","type":"blue","item":"49"},"path":["palette","blue","49"]},"50":{"value":"hsla(216, 100%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 100%)"},"name":"PaletteBlue50","attributes":{"category":"palette","type":"blue","item":"50"},"path":["palette","blue","50"]},"51":{"value":"hsla(216, 100%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 51%, 100%)"},"name":"PaletteBlue51","attributes":{"category":"palette","type":"blue","item":"51"},"path":["palette","blue","51"]},"52":{"value":"hsla(216, 100%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 52%, 100%)"},"name":"PaletteBlue52","attributes":{"category":"palette","type":"blue","item":"52"},"path":["palette","blue","52"]},"53":{"value":"hsla(216, 100%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 53%, 100%)"},"name":"PaletteBlue53","attributes":{"category":"palette","type":"blue","item":"53"},"path":["palette","blue","53"]},"54":{"value":"hsla(216, 100%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 54%, 100%)"},"name":"PaletteBlue54","attributes":{"category":"palette","type":"blue","item":"54"},"path":["palette","blue","54"]},"55":{"value":"hsla(216, 100%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 55%, 100%)"},"name":"PaletteBlue55","attributes":{"category":"palette","type":"blue","item":"55"},"path":["palette","blue","55"]},"56":{"value":"hsla(216, 100%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 56%, 100%)"},"name":"PaletteBlue56","attributes":{"category":"palette","type":"blue","item":"56"},"path":["palette","blue","56"]},"57":{"value":"hsla(216, 100%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 57%, 100%)"},"name":"PaletteBlue57","attributes":{"category":"palette","type":"blue","item":"57"},"path":["palette","blue","57"]},"58":{"value":"hsla(216, 100%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 58%, 100%)"},"name":"PaletteBlue58","attributes":{"category":"palette","type":"blue","item":"58"},"path":["palette","blue","58"]},"59":{"value":"hsla(216, 100%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 59%, 100%)"},"name":"PaletteBlue59","attributes":{"category":"palette","type":"blue","item":"59"},"path":["palette","blue","59"]},"60":{"value":"hsla(216, 100%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 60%, 100%)"},"name":"PaletteBlue60","attributes":{"category":"palette","type":"blue","item":"60"},"path":["palette","blue","60"]},"61":{"value":"hsla(216, 100%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 61%, 100%)"},"name":"PaletteBlue61","attributes":{"category":"palette","type":"blue","item":"61"},"path":["palette","blue","61"]},"62":{"value":"hsla(216, 100%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 62%, 100%)"},"name":"PaletteBlue62","attributes":{"category":"palette","type":"blue","item":"62"},"path":["palette","blue","62"]},"63":{"value":"hsla(216, 100%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 63%, 100%)"},"name":"PaletteBlue63","attributes":{"category":"palette","type":"blue","item":"63"},"path":["palette","blue","63"]},"64":{"value":"hsla(216, 100%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 64%, 100%)"},"name":"PaletteBlue64","attributes":{"category":"palette","type":"blue","item":"64"},"path":["palette","blue","64"]},"65":{"value":"hsla(216, 100%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 65%, 100%)"},"name":"PaletteBlue65","attributes":{"category":"palette","type":"blue","item":"65"},"path":["palette","blue","65"]},"66":{"value":"hsla(216, 100%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 66%, 100%)"},"name":"PaletteBlue66","attributes":{"category":"palette","type":"blue","item":"66"},"path":["palette","blue","66"]},"67":{"value":"hsla(216, 100%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 67%, 100%)"},"name":"PaletteBlue67","attributes":{"category":"palette","type":"blue","item":"67"},"path":["palette","blue","67"]},"68":{"value":"hsla(216, 100%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 68%, 100%)"},"name":"PaletteBlue68","attributes":{"category":"palette","type":"blue","item":"68"},"path":["palette","blue","68"]},"69":{"value":"hsla(216, 100%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 69%, 100%)"},"name":"PaletteBlue69","attributes":{"category":"palette","type":"blue","item":"69"},"path":["palette","blue","69"]},"70":{"value":"hsla(216, 100%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 70%, 100%)"},"name":"PaletteBlue70","attributes":{"category":"palette","type":"blue","item":"70"},"path":["palette","blue","70"]},"71":{"value":"hsla(216, 100%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 71%, 100%)"},"name":"PaletteBlue71","attributes":{"category":"palette","type":"blue","item":"71"},"path":["palette","blue","71"]},"72":{"value":"hsla(216, 100%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 72%, 100%)"},"name":"PaletteBlue72","attributes":{"category":"palette","type":"blue","item":"72"},"path":["palette","blue","72"]},"73":{"value":"hsla(216, 100%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 73%, 100%)"},"name":"PaletteBlue73","attributes":{"category":"palette","type":"blue","item":"73"},"path":["palette","blue","73"]},"74":{"value":"hsla(216, 100%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 74%, 100%)"},"name":"PaletteBlue74","attributes":{"category":"palette","type":"blue","item":"74"},"path":["palette","blue","74"]},"75":{"value":"hsla(216, 100%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 75%, 100%)"},"name":"PaletteBlue75","attributes":{"category":"palette","type":"blue","item":"75"},"path":["palette","blue","75"]},"76":{"value":"hsla(216, 100%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 76%, 100%)"},"name":"PaletteBlue76","attributes":{"category":"palette","type":"blue","item":"76"},"path":["palette","blue","76"]},"77":{"value":"hsla(216, 100%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 77%, 100%)"},"name":"PaletteBlue77","attributes":{"category":"palette","type":"blue","item":"77"},"path":["palette","blue","77"]},"78":{"value":"hsla(216, 100%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 78%, 100%)"},"name":"PaletteBlue78","attributes":{"category":"palette","type":"blue","item":"78"},"path":["palette","blue","78"]},"79":{"value":"hsla(216, 100%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 79%, 100%)"},"name":"PaletteBlue79","attributes":{"category":"palette","type":"blue","item":"79"},"path":["palette","blue","79"]},"80":{"value":"hsla(216, 100%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 80%, 100%)"},"name":"PaletteBlue80","attributes":{"category":"palette","type":"blue","item":"80"},"path":["palette","blue","80"]},"81":{"value":"hsla(216, 100%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 81%, 100%)"},"name":"PaletteBlue81","attributes":{"category":"palette","type":"blue","item":"81"},"path":["palette","blue","81"]},"82":{"value":"hsla(216, 100%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 82%, 100%)"},"name":"PaletteBlue82","attributes":{"category":"palette","type":"blue","item":"82"},"path":["palette","blue","82"]},"83":{"value":"hsla(216, 100%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 83%, 100%)"},"name":"PaletteBlue83","attributes":{"category":"palette","type":"blue","item":"83"},"path":["palette","blue","83"]},"84":{"value":"hsla(216, 100%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 84%, 100%)"},"name":"PaletteBlue84","attributes":{"category":"palette","type":"blue","item":"84"},"path":["palette","blue","84"]},"85":{"value":"hsla(216, 100%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 85%, 100%)"},"name":"PaletteBlue85","attributes":{"category":"palette","type":"blue","item":"85"},"path":["palette","blue","85"]},"86":{"value":"hsla(216, 100%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 86%, 100%)"},"name":"PaletteBlue86","attributes":{"category":"palette","type":"blue","item":"86"},"path":["palette","blue","86"]},"87":{"value":"hsla(216, 100%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 87%, 100%)"},"name":"PaletteBlue87","attributes":{"category":"palette","type":"blue","item":"87"},"path":["palette","blue","87"]},"88":{"value":"hsla(216, 100%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 88%, 100%)"},"name":"PaletteBlue88","attributes":{"category":"palette","type":"blue","item":"88"},"path":["palette","blue","88"]},"89":{"value":"hsla(216, 100%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 89%, 100%)"},"name":"PaletteBlue89","attributes":{"category":"palette","type":"blue","item":"89"},"path":["palette","blue","89"]},"90":{"value":"hsla(216, 100%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 90%, 100%)"},"name":"PaletteBlue90","attributes":{"category":"palette","type":"blue","item":"90"},"path":["palette","blue","90"]},"91":{"value":"hsla(216, 100%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 91%, 100%)"},"name":"PaletteBlue91","attributes":{"category":"palette","type":"blue","item":"91"},"path":["palette","blue","91"]},"92":{"value":"hsla(216, 100%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 100%)"},"name":"PaletteBlue92","attributes":{"category":"palette","type":"blue","item":"92"},"path":["palette","blue","92"]},"93":{"value":"hsla(216, 100%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 93%, 100%)"},"name":"PaletteBlue93","attributes":{"category":"palette","type":"blue","item":"93"},"path":["palette","blue","93"]},"94":{"value":"hsla(216, 100%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 94%, 100%)"},"name":"PaletteBlue94","attributes":{"category":"palette","type":"blue","item":"94"},"path":["palette","blue","94"]},"95":{"value":"hsla(216, 100%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 95%, 100%)"},"name":"PaletteBlue95","attributes":{"category":"palette","type":"blue","item":"95"},"path":["palette","blue","95"]},"96":{"value":"hsla(216, 100%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 96%, 100%)"},"name":"PaletteBlue96","attributes":{"category":"palette","type":"blue","item":"96"},"path":["palette","blue","96"]},"97":{"value":"hsla(216, 100%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 97%, 100%)"},"name":"PaletteBlue97","attributes":{"category":"palette","type":"blue","item":"97"},"path":["palette","blue","97"]},"98":{"value":"hsla(216, 100%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 98%, 100%)"},"name":"PaletteBlue98","attributes":{"category":"palette","type":"blue","item":"98"},"path":["palette","blue","98"]},"99":{"value":"hsla(216, 100%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 99%, 100%)"},"name":"PaletteBlue99","attributes":{"category":"palette","type":"blue","item":"99"},"path":["palette","blue","99"]},"100":{"value":"hsla(216, 100%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 100%, 100%)"},"name":"PaletteBlue100","attributes":{"category":"palette","type":"blue","item":"100"},"path":["palette","blue","100"]},"\"5-A12\"":{"value":"hsla(216, 100%, 5%, 12%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 12%)"},"name":"PaletteBlue5A12","attributes":{"category":"palette","type":"blue","item":"\"5-A12\""},"path":["palette","blue","\"5-A12\""]},"\"5-A24\"":{"value":"hsla(216, 100%, 5%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 24%)"},"name":"PaletteBlue5A24","attributes":{"category":"palette","type":"blue","item":"\"5-A24\""},"path":["palette","blue","\"5-A24\""]},"\"5-A32\"":{"value":"hsla(216, 100%, 5%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 32%)"},"name":"PaletteBlue5A32","attributes":{"category":"palette","type":"blue","item":"\"5-A32\""},"path":["palette","blue","\"5-A32\""]},"\"15-A20\"":{"value":"hsla(216, 100%, 15%, 20%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 20%)"},"name":"PaletteBlue15A20","attributes":{"category":"palette","type":"blue","item":"\"15-A20\""},"path":["palette","blue","\"15-A20\""]},"\"15-A30\"":{"value":"hsla(216, 100%, 15%, 30%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 30%)"},"name":"PaletteBlue15A30","attributes":{"category":"palette","type":"blue","item":"\"15-A30\""},"path":["palette","blue","\"15-A30\""]},"\"15-A40\"":{"value":"hsla(216, 100%, 15%, 40%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 40%)"},"name":"PaletteBlue15A40","attributes":{"category":"palette","type":"blue","item":"\"15-A40\""},"path":["palette","blue","\"15-A40\""]},"\"15-A50\"":{"value":"hsla(216, 100%, 15%, 50%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 50%)"},"name":"PaletteBlue15A50","attributes":{"category":"palette","type":"blue","item":"\"15-A50\""},"path":["palette","blue","\"15-A50\""]},"\"15-A60\"":{"value":"hsla(216, 100%, 15%, 60%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 15%, 60%)"},"name":"PaletteBlue15A60","attributes":{"category":"palette","type":"blue","item":"\"15-A60\""},"path":["palette","blue","\"15-A60\""]},"\"50-A8\"":{"value":"hsla(216, 100%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 8%)"},"name":"PaletteBlue50A8","attributes":{"category":"palette","type":"blue","item":"\"50-A8\""},"path":["palette","blue","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(216, 100%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 16%)"},"name":"PaletteBlue50A16","attributes":{"category":"palette","type":"blue","item":"\"50-A16\""},"path":["palette","blue","\"50-A16\""]},"\"50-A55\"":{"value":"hsla(216, 100%, 50%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 55%)"},"name":"PaletteBlue50A55","attributes":{"category":"palette","type":"blue","item":"\"50-A55\""},"path":["palette","blue","\"50-A55\""]},"\"92-A20\"":{"value":"hsla(216, 100%, 92%, 20%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 20%)"},"name":"PaletteBlue92A20","attributes":{"category":"palette","type":"blue","item":"\"92-A20\""},"path":["palette","blue","\"92-A20\""]},"\"92-A30\"":{"value":"hsla(216, 100%, 92%, 30%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 30%)"},"name":"PaletteBlue92A30","attributes":{"category":"palette","type":"blue","item":"\"92-A30\""},"path":["palette","blue","\"92-A30\""]},"\"92-A40\"":{"value":"hsla(216, 100%, 92%, 40%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 40%)"},"name":"PaletteBlue92A40","attributes":{"category":"palette","type":"blue","item":"\"92-A40\""},"path":["palette","blue","\"92-A40\""]},"\"92-A50\"":{"value":"hsla(216, 100%, 92%, 50%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 50%)"},"name":"PaletteBlue92A50","attributes":{"category":"palette","type":"blue","item":"\"92-A50\""},"path":["palette","blue","\"92-A50\""]},"\"92-A60\"":{"value":"hsla(216, 100%, 92%, 60%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 92%, 60%)"},"name":"PaletteBlue92A60","attributes":{"category":"palette","type":"blue","item":"\"92-A60\""},"path":["palette","blue","\"92-A60\""]},"A8":{"value":"hsla(216, 100%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 8%)"},"name":"PaletteBlueA8","attributes":{"category":"palette","type":"blue","item":"A8"},"path":["palette","blue","A8"]},"A12":{"value":"hsla(216, 100%, 5%, 12%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 12%)"},"name":"PaletteBlueA12","attributes":{"category":"palette","type":"blue","item":"A12"},"path":["palette","blue","A12"]},"A16":{"value":"hsla(216, 100%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 50%, 16%)"},"name":"PaletteBlueA16","attributes":{"category":"palette","type":"blue","item":"A16"},"path":["palette","blue","A16"]},"A24":{"value":"hsla(216, 100%, 5%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 24%)"},"name":"PaletteBlueA24","attributes":{"category":"palette","type":"blue","item":"A24"},"path":["palette","blue","A24"]},"A32":{"value":"hsla(216, 100%, 5%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(216, 100%, 5%, 32%)"},"name":"PaletteBlueA32","attributes":{"category":"palette","type":"blue","item":"A32"},"path":["palette","blue","A32"]}}, + "DarkSuccessDefault": "hsla(104, 64%, 50%, 100%)", + "DarkSuccessPalette": {"0":{"value":"hsla(104, 64%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 0%, 100%)"},"name":"PaletteGreen0","attributes":{"category":"palette","type":"green","item":"0"},"path":["palette","green","0"]},"1":{"value":"hsla(104, 64%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 1%, 100%)"},"name":"PaletteGreen1","attributes":{"category":"palette","type":"green","item":"1"},"path":["palette","green","1"]},"2":{"value":"hsla(104, 64%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 2%, 100%)"},"name":"PaletteGreen2","attributes":{"category":"palette","type":"green","item":"2"},"path":["palette","green","2"]},"3":{"value":"hsla(104, 64%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 3%, 100%)"},"name":"PaletteGreen3","attributes":{"category":"palette","type":"green","item":"3"},"path":["palette","green","3"]},"4":{"value":"hsla(104, 64%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 4%, 100%)"},"name":"PaletteGreen4","attributes":{"category":"palette","type":"green","item":"4"},"path":["palette","green","4"]},"5":{"value":"hsla(104, 64%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 5%, 100%)"},"name":"PaletteGreen5","attributes":{"category":"palette","type":"green","item":"5"},"path":["palette","green","5"]},"6":{"value":"hsla(104, 64%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 6%, 100%)"},"name":"PaletteGreen6","attributes":{"category":"palette","type":"green","item":"6"},"path":["palette","green","6"]},"7":{"value":"hsla(104, 64%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 7%, 100%)"},"name":"PaletteGreen7","attributes":{"category":"palette","type":"green","item":"7"},"path":["palette","green","7"]},"8":{"value":"hsla(104, 64%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 8%, 100%)"},"name":"PaletteGreen8","attributes":{"category":"palette","type":"green","item":"8"},"path":["palette","green","8"]},"9":{"value":"hsla(104, 64%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 9%, 100%)"},"name":"PaletteGreen9","attributes":{"category":"palette","type":"green","item":"9"},"path":["palette","green","9"]},"10":{"value":"hsla(104, 64%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 10%, 100%)"},"name":"PaletteGreen10","attributes":{"category":"palette","type":"green","item":"10"},"path":["palette","green","10"]},"11":{"value":"hsla(104, 64%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 11%, 100%)"},"name":"PaletteGreen11","attributes":{"category":"palette","type":"green","item":"11"},"path":["palette","green","11"]},"12":{"value":"hsla(104, 64%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 12%, 100%)"},"name":"PaletteGreen12","attributes":{"category":"palette","type":"green","item":"12"},"path":["palette","green","12"]},"13":{"value":"hsla(104, 64%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 13%, 100%)"},"name":"PaletteGreen13","attributes":{"category":"palette","type":"green","item":"13"},"path":["palette","green","13"]},"14":{"value":"hsla(104, 64%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 14%, 100%)"},"name":"PaletteGreen14","attributes":{"category":"palette","type":"green","item":"14"},"path":["palette","green","14"]},"15":{"value":"hsla(104, 64%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 15%, 100%)"},"name":"PaletteGreen15","attributes":{"category":"palette","type":"green","item":"15"},"path":["palette","green","15"]},"16":{"value":"hsla(104, 64%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 16%, 100%)"},"name":"PaletteGreen16","attributes":{"category":"palette","type":"green","item":"16"},"path":["palette","green","16"]},"17":{"value":"hsla(104, 64%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 17%, 100%)"},"name":"PaletteGreen17","attributes":{"category":"palette","type":"green","item":"17"},"path":["palette","green","17"]},"18":{"value":"hsla(104, 64%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 18%, 100%)"},"name":"PaletteGreen18","attributes":{"category":"palette","type":"green","item":"18"},"path":["palette","green","18"]},"19":{"value":"hsla(104, 64%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 19%, 100%)"},"name":"PaletteGreen19","attributes":{"category":"palette","type":"green","item":"19"},"path":["palette","green","19"]},"20":{"value":"hsla(104, 64%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 20%, 100%)"},"name":"PaletteGreen20","attributes":{"category":"palette","type":"green","item":"20"},"path":["palette","green","20"]},"21":{"value":"hsla(104, 64%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 21%, 100%)"},"name":"PaletteGreen21","attributes":{"category":"palette","type":"green","item":"21"},"path":["palette","green","21"]},"22":{"value":"hsla(104, 64%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 22%, 100%)"},"name":"PaletteGreen22","attributes":{"category":"palette","type":"green","item":"22"},"path":["palette","green","22"]},"23":{"value":"hsla(104, 64%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 23%, 100%)"},"name":"PaletteGreen23","attributes":{"category":"palette","type":"green","item":"23"},"path":["palette","green","23"]},"24":{"value":"hsla(104, 64%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 24%, 100%)"},"name":"PaletteGreen24","attributes":{"category":"palette","type":"green","item":"24"},"path":["palette","green","24"]},"25":{"value":"hsla(104, 64%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 25%, 100%)"},"name":"PaletteGreen25","attributes":{"category":"palette","type":"green","item":"25"},"path":["palette","green","25"]},"26":{"value":"hsla(104, 64%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 26%, 100%)"},"name":"PaletteGreen26","attributes":{"category":"palette","type":"green","item":"26"},"path":["palette","green","26"]},"27":{"value":"hsla(104, 64%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 27%, 100%)"},"name":"PaletteGreen27","attributes":{"category":"palette","type":"green","item":"27"},"path":["palette","green","27"]},"28":{"value":"hsla(104, 64%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 28%, 100%)"},"name":"PaletteGreen28","attributes":{"category":"palette","type":"green","item":"28"},"path":["palette","green","28"]},"29":{"value":"hsla(104, 64%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 29%, 100%)"},"name":"PaletteGreen29","attributes":{"category":"palette","type":"green","item":"29"},"path":["palette","green","29"]},"30":{"value":"hsla(104, 64%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 30%, 100%)"},"name":"PaletteGreen30","attributes":{"category":"palette","type":"green","item":"30"},"path":["palette","green","30"]},"31":{"value":"hsla(104, 64%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 31%, 100%)"},"name":"PaletteGreen31","attributes":{"category":"palette","type":"green","item":"31"},"path":["palette","green","31"]},"32":{"value":"hsla(104, 64%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 32%, 100%)"},"name":"PaletteGreen32","attributes":{"category":"palette","type":"green","item":"32"},"path":["palette","green","32"]},"33":{"value":"hsla(104, 64%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 33%, 100%)"},"name":"PaletteGreen33","attributes":{"category":"palette","type":"green","item":"33"},"path":["palette","green","33"]},"34":{"value":"hsla(104, 64%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 34%, 100%)"},"name":"PaletteGreen34","attributes":{"category":"palette","type":"green","item":"34"},"path":["palette","green","34"]},"35":{"value":"hsla(104, 64%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 35%, 100%)"},"name":"PaletteGreen35","attributes":{"category":"palette","type":"green","item":"35"},"path":["palette","green","35"]},"36":{"value":"hsla(104, 64%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 36%, 100%)"},"name":"PaletteGreen36","attributes":{"category":"palette","type":"green","item":"36"},"path":["palette","green","36"]},"37":{"value":"hsla(104, 64%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 37%, 100%)"},"name":"PaletteGreen37","attributes":{"category":"palette","type":"green","item":"37"},"path":["palette","green","37"]},"38":{"value":"hsla(104, 64%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 38%, 100%)"},"name":"PaletteGreen38","attributes":{"category":"palette","type":"green","item":"38"},"path":["palette","green","38"]},"39":{"value":"hsla(104, 64%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 39%, 100%)"},"name":"PaletteGreen39","attributes":{"category":"palette","type":"green","item":"39"},"path":["palette","green","39"]},"40":{"value":"hsla(104, 64%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 40%, 100%)"},"name":"PaletteGreen40","attributes":{"category":"palette","type":"green","item":"40"},"path":["palette","green","40"]},"41":{"value":"hsla(104, 64%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 41%, 100%)"},"name":"PaletteGreen41","attributes":{"category":"palette","type":"green","item":"41"},"path":["palette","green","41"]},"42":{"value":"hsla(104, 64%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 42%, 100%)"},"name":"PaletteGreen42","attributes":{"category":"palette","type":"green","item":"42"},"path":["palette","green","42"]},"43":{"value":"hsla(104, 64%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 43%, 100%)"},"name":"PaletteGreen43","attributes":{"category":"palette","type":"green","item":"43"},"path":["palette","green","43"]},"44":{"value":"hsla(104, 64%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 44%, 100%)"},"name":"PaletteGreen44","attributes":{"category":"palette","type":"green","item":"44"},"path":["palette","green","44"]},"45":{"value":"hsla(104, 64%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 45%, 100%)"},"name":"PaletteGreen45","attributes":{"category":"palette","type":"green","item":"45"},"path":["palette","green","45"]},"46":{"value":"hsla(104, 64%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 46%, 100%)"},"name":"PaletteGreen46","attributes":{"category":"palette","type":"green","item":"46"},"path":["palette","green","46"]},"47":{"value":"hsla(104, 64%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 47%, 100%)"},"name":"PaletteGreen47","attributes":{"category":"palette","type":"green","item":"47"},"path":["palette","green","47"]},"48":{"value":"hsla(104, 64%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 48%, 100%)"},"name":"PaletteGreen48","attributes":{"category":"palette","type":"green","item":"48"},"path":["palette","green","48"]},"49":{"value":"hsla(104, 64%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 49%, 100%)"},"name":"PaletteGreen49","attributes":{"category":"palette","type":"green","item":"49"},"path":["palette","green","49"]},"50":{"value":"hsla(104, 64%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 50%, 100%)"},"name":"PaletteGreen50","attributes":{"category":"palette","type":"green","item":"50"},"path":["palette","green","50"]},"51":{"value":"hsla(104, 64%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 51%, 100%)"},"name":"PaletteGreen51","attributes":{"category":"palette","type":"green","item":"51"},"path":["palette","green","51"]},"52":{"value":"hsla(104, 64%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 52%, 100%)"},"name":"PaletteGreen52","attributes":{"category":"palette","type":"green","item":"52"},"path":["palette","green","52"]},"53":{"value":"hsla(104, 64%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 53%, 100%)"},"name":"PaletteGreen53","attributes":{"category":"palette","type":"green","item":"53"},"path":["palette","green","53"]},"54":{"value":"hsla(104, 64%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 54%, 100%)"},"name":"PaletteGreen54","attributes":{"category":"palette","type":"green","item":"54"},"path":["palette","green","54"]},"55":{"value":"hsla(104, 64%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 55%, 100%)"},"name":"PaletteGreen55","attributes":{"category":"palette","type":"green","item":"55"},"path":["palette","green","55"]},"56":{"value":"hsla(104, 64%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 56%, 100%)"},"name":"PaletteGreen56","attributes":{"category":"palette","type":"green","item":"56"},"path":["palette","green","56"]},"57":{"value":"hsla(104, 64%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 57%, 100%)"},"name":"PaletteGreen57","attributes":{"category":"palette","type":"green","item":"57"},"path":["palette","green","57"]},"58":{"value":"hsla(104, 64%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 58%, 100%)"},"name":"PaletteGreen58","attributes":{"category":"palette","type":"green","item":"58"},"path":["palette","green","58"]},"59":{"value":"hsla(104, 64%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 59%, 100%)"},"name":"PaletteGreen59","attributes":{"category":"palette","type":"green","item":"59"},"path":["palette","green","59"]},"60":{"value":"hsla(104, 64%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 60%, 100%)"},"name":"PaletteGreen60","attributes":{"category":"palette","type":"green","item":"60"},"path":["palette","green","60"]},"61":{"value":"hsla(104, 64%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 61%, 100%)"},"name":"PaletteGreen61","attributes":{"category":"palette","type":"green","item":"61"},"path":["palette","green","61"]},"62":{"value":"hsla(104, 64%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 62%, 100%)"},"name":"PaletteGreen62","attributes":{"category":"palette","type":"green","item":"62"},"path":["palette","green","62"]},"63":{"value":"hsla(104, 64%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 63%, 100%)"},"name":"PaletteGreen63","attributes":{"category":"palette","type":"green","item":"63"},"path":["palette","green","63"]},"64":{"value":"hsla(104, 64%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 64%, 100%)"},"name":"PaletteGreen64","attributes":{"category":"palette","type":"green","item":"64"},"path":["palette","green","64"]},"65":{"value":"hsla(104, 64%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 65%, 100%)"},"name":"PaletteGreen65","attributes":{"category":"palette","type":"green","item":"65"},"path":["palette","green","65"]},"66":{"value":"hsla(104, 64%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 66%, 100%)"},"name":"PaletteGreen66","attributes":{"category":"palette","type":"green","item":"66"},"path":["palette","green","66"]},"67":{"value":"hsla(104, 64%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 67%, 100%)"},"name":"PaletteGreen67","attributes":{"category":"palette","type":"green","item":"67"},"path":["palette","green","67"]},"68":{"value":"hsla(104, 64%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 68%, 100%)"},"name":"PaletteGreen68","attributes":{"category":"palette","type":"green","item":"68"},"path":["palette","green","68"]},"69":{"value":"hsla(104, 64%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 69%, 100%)"},"name":"PaletteGreen69","attributes":{"category":"palette","type":"green","item":"69"},"path":["palette","green","69"]},"70":{"value":"hsla(104, 64%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 70%, 100%)"},"name":"PaletteGreen70","attributes":{"category":"palette","type":"green","item":"70"},"path":["palette","green","70"]},"71":{"value":"hsla(104, 64%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 71%, 100%)"},"name":"PaletteGreen71","attributes":{"category":"palette","type":"green","item":"71"},"path":["palette","green","71"]},"72":{"value":"hsla(104, 64%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 72%, 100%)"},"name":"PaletteGreen72","attributes":{"category":"palette","type":"green","item":"72"},"path":["palette","green","72"]},"73":{"value":"hsla(104, 64%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 73%, 100%)"},"name":"PaletteGreen73","attributes":{"category":"palette","type":"green","item":"73"},"path":["palette","green","73"]},"74":{"value":"hsla(104, 64%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 74%, 100%)"},"name":"PaletteGreen74","attributes":{"category":"palette","type":"green","item":"74"},"path":["palette","green","74"]},"75":{"value":"hsla(104, 64%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 75%, 100%)"},"name":"PaletteGreen75","attributes":{"category":"palette","type":"green","item":"75"},"path":["palette","green","75"]},"76":{"value":"hsla(104, 64%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 76%, 100%)"},"name":"PaletteGreen76","attributes":{"category":"palette","type":"green","item":"76"},"path":["palette","green","76"]},"77":{"value":"hsla(104, 64%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 77%, 100%)"},"name":"PaletteGreen77","attributes":{"category":"palette","type":"green","item":"77"},"path":["palette","green","77"]},"78":{"value":"hsla(104, 64%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 78%, 100%)"},"name":"PaletteGreen78","attributes":{"category":"palette","type":"green","item":"78"},"path":["palette","green","78"]},"79":{"value":"hsla(104, 64%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 79%, 100%)"},"name":"PaletteGreen79","attributes":{"category":"palette","type":"green","item":"79"},"path":["palette","green","79"]},"80":{"value":"hsla(104, 64%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 80%, 100%)"},"name":"PaletteGreen80","attributes":{"category":"palette","type":"green","item":"80"},"path":["palette","green","80"]},"81":{"value":"hsla(104, 64%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 81%, 100%)"},"name":"PaletteGreen81","attributes":{"category":"palette","type":"green","item":"81"},"path":["palette","green","81"]},"82":{"value":"hsla(104, 64%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 82%, 100%)"},"name":"PaletteGreen82","attributes":{"category":"palette","type":"green","item":"82"},"path":["palette","green","82"]},"83":{"value":"hsla(104, 64%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 83%, 100%)"},"name":"PaletteGreen83","attributes":{"category":"palette","type":"green","item":"83"},"path":["palette","green","83"]},"84":{"value":"hsla(104, 64%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 84%, 100%)"},"name":"PaletteGreen84","attributes":{"category":"palette","type":"green","item":"84"},"path":["palette","green","84"]},"85":{"value":"hsla(104, 64%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 85%, 100%)"},"name":"PaletteGreen85","attributes":{"category":"palette","type":"green","item":"85"},"path":["palette","green","85"]},"86":{"value":"hsla(104, 64%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 86%, 100%)"},"name":"PaletteGreen86","attributes":{"category":"palette","type":"green","item":"86"},"path":["palette","green","86"]},"87":{"value":"hsla(104, 64%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 87%, 100%)"},"name":"PaletteGreen87","attributes":{"category":"palette","type":"green","item":"87"},"path":["palette","green","87"]},"88":{"value":"hsla(104, 64%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 88%, 100%)"},"name":"PaletteGreen88","attributes":{"category":"palette","type":"green","item":"88"},"path":["palette","green","88"]},"89":{"value":"hsla(104, 64%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 89%, 100%)"},"name":"PaletteGreen89","attributes":{"category":"palette","type":"green","item":"89"},"path":["palette","green","89"]},"90":{"value":"hsla(104, 64%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 90%, 100%)"},"name":"PaletteGreen90","attributes":{"category":"palette","type":"green","item":"90"},"path":["palette","green","90"]},"91":{"value":"hsla(104, 64%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 91%, 100%)"},"name":"PaletteGreen91","attributes":{"category":"palette","type":"green","item":"91"},"path":["palette","green","91"]},"92":{"value":"hsla(104, 64%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 92%, 100%)"},"name":"PaletteGreen92","attributes":{"category":"palette","type":"green","item":"92"},"path":["palette","green","92"]},"93":{"value":"hsla(104, 64%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 93%, 100%)"},"name":"PaletteGreen93","attributes":{"category":"palette","type":"green","item":"93"},"path":["palette","green","93"]},"94":{"value":"hsla(104, 64%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 94%, 100%)"},"name":"PaletteGreen94","attributes":{"category":"palette","type":"green","item":"94"},"path":["palette","green","94"]},"95":{"value":"hsla(104, 64%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 95%, 100%)"},"name":"PaletteGreen95","attributes":{"category":"palette","type":"green","item":"95"},"path":["palette","green","95"]},"96":{"value":"hsla(104, 64%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 96%, 100%)"},"name":"PaletteGreen96","attributes":{"category":"palette","type":"green","item":"96"},"path":["palette","green","96"]},"97":{"value":"hsla(104, 64%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 97%, 100%)"},"name":"PaletteGreen97","attributes":{"category":"palette","type":"green","item":"97"},"path":["palette","green","97"]},"98":{"value":"hsla(104, 64%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 98%, 100%)"},"name":"PaletteGreen98","attributes":{"category":"palette","type":"green","item":"98"},"path":["palette","green","98"]},"99":{"value":"hsla(104, 64%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 99%, 100%)"},"name":"PaletteGreen99","attributes":{"category":"palette","type":"green","item":"99"},"path":["palette","green","99"]},"100":{"value":"hsla(104, 64%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 64%, 100%, 100%)"},"name":"PaletteGreen100","attributes":{"category":"palette","type":"green","item":"100"},"path":["palette","green","100"]},"\"20-S87-A16\"":{"value":"hsla(104, 87%, 20%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 87%, 20%, 16%)"},"name":"PaletteGreen20S87A16","attributes":{"category":"palette","type":"green","item":"\"20-S87-A16\""},"path":["palette","green","\"20-S87-A16\""]},"\"20-S87-A32\"":{"value":"hsla(104, 87%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(104, 87%, 20%, 32%)"},"name":"PaletteGreen20S87A32","attributes":{"category":"palette","type":"green","item":"\"20-S87-A32\""},"path":["palette","green","\"20-S87-A32\""]},"A16":{"value":"rgba(7, 97, 50, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(7, 97, 50, 0.16)"},"name":"PaletteGreenA16","attributes":{"category":"palette","type":"green","item":"A16"},"path":["palette","green","A16"]},"A32":{"value":"rgba(7, 97, 50, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(7, 97, 50, 0.32)"},"name":"PaletteGreenA32","attributes":{"category":"palette","type":"green","item":"A32"},"path":["palette","green","A32"]}}, + "DarkWarningDefault": "hsla(38, 100%, 35%, 100%)", + "DarkWarningPalette": {"0":{"value":"hsla(38, 100%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 0%, 100%)"},"name":"PaletteYellow0","attributes":{"category":"palette","type":"yellow","item":"0"},"path":["palette","yellow","0"]},"1":{"value":"hsla(38, 100%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 1%, 100%)"},"name":"PaletteYellow1","attributes":{"category":"palette","type":"yellow","item":"1"},"path":["palette","yellow","1"]},"2":{"value":"hsla(38, 100%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 2%, 100%)"},"name":"PaletteYellow2","attributes":{"category":"palette","type":"yellow","item":"2"},"path":["palette","yellow","2"]},"3":{"value":"hsla(38, 100%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 3%, 100%)"},"name":"PaletteYellow3","attributes":{"category":"palette","type":"yellow","item":"3"},"path":["palette","yellow","3"]},"4":{"value":"hsla(38, 100%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 4%, 100%)"},"name":"PaletteYellow4","attributes":{"category":"palette","type":"yellow","item":"4"},"path":["palette","yellow","4"]},"5":{"value":"hsla(38, 100%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 5%, 100%)"},"name":"PaletteYellow5","attributes":{"category":"palette","type":"yellow","item":"5"},"path":["palette","yellow","5"]},"6":{"value":"hsla(38, 100%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 6%, 100%)"},"name":"PaletteYellow6","attributes":{"category":"palette","type":"yellow","item":"6"},"path":["palette","yellow","6"]},"7":{"value":"hsla(38, 100%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 7%, 100%)"},"name":"PaletteYellow7","attributes":{"category":"palette","type":"yellow","item":"7"},"path":["palette","yellow","7"]},"8":{"value":"hsla(38, 100%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 8%, 100%)"},"name":"PaletteYellow8","attributes":{"category":"palette","type":"yellow","item":"8"},"path":["palette","yellow","8"]},"9":{"value":"hsla(38, 100%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 9%, 100%)"},"name":"PaletteYellow9","attributes":{"category":"palette","type":"yellow","item":"9"},"path":["palette","yellow","9"]},"10":{"value":"hsla(38, 100%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 10%, 100%)"},"name":"PaletteYellow10","attributes":{"category":"palette","type":"yellow","item":"10"},"path":["palette","yellow","10"]},"11":{"value":"hsla(38, 100%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 11%, 100%)"},"name":"PaletteYellow11","attributes":{"category":"palette","type":"yellow","item":"11"},"path":["palette","yellow","11"]},"12":{"value":"hsla(38, 100%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 12%, 100%)"},"name":"PaletteYellow12","attributes":{"category":"palette","type":"yellow","item":"12"},"path":["palette","yellow","12"]},"13":{"value":"hsla(38, 100%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 13%, 100%)"},"name":"PaletteYellow13","attributes":{"category":"palette","type":"yellow","item":"13"},"path":["palette","yellow","13"]},"14":{"value":"hsla(38, 100%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 14%, 100%)"},"name":"PaletteYellow14","attributes":{"category":"palette","type":"yellow","item":"14"},"path":["palette","yellow","14"]},"15":{"value":"hsla(38, 100%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 15%, 100%)"},"name":"PaletteYellow15","attributes":{"category":"palette","type":"yellow","item":"15"},"path":["palette","yellow","15"]},"16":{"value":"hsla(38, 100%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 16%, 100%)"},"name":"PaletteYellow16","attributes":{"category":"palette","type":"yellow","item":"16"},"path":["palette","yellow","16"]},"17":{"value":"hsla(38, 100%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 17%, 100%)"},"name":"PaletteYellow17","attributes":{"category":"palette","type":"yellow","item":"17"},"path":["palette","yellow","17"]},"18":{"value":"hsla(38, 100%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 18%, 100%)"},"name":"PaletteYellow18","attributes":{"category":"palette","type":"yellow","item":"18"},"path":["palette","yellow","18"]},"19":{"value":"hsla(38, 100%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 19%, 100%)"},"name":"PaletteYellow19","attributes":{"category":"palette","type":"yellow","item":"19"},"path":["palette","yellow","19"]},"20":{"value":"hsla(38, 100%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 20%, 100%)"},"name":"PaletteYellow20","attributes":{"category":"palette","type":"yellow","item":"20"},"path":["palette","yellow","20"]},"21":{"value":"hsla(38, 100%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 21%, 100%)"},"name":"PaletteYellow21","attributes":{"category":"palette","type":"yellow","item":"21"},"path":["palette","yellow","21"]},"22":{"value":"hsla(38, 100%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 22%, 100%)"},"name":"PaletteYellow22","attributes":{"category":"palette","type":"yellow","item":"22"},"path":["palette","yellow","22"]},"23":{"value":"hsla(38, 100%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 23%, 100%)"},"name":"PaletteYellow23","attributes":{"category":"palette","type":"yellow","item":"23"},"path":["palette","yellow","23"]},"24":{"value":"hsla(38, 100%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 24%, 100%)"},"name":"PaletteYellow24","attributes":{"category":"palette","type":"yellow","item":"24"},"path":["palette","yellow","24"]},"25":{"value":"hsla(38, 100%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 25%, 100%)"},"name":"PaletteYellow25","attributes":{"category":"palette","type":"yellow","item":"25"},"path":["palette","yellow","25"]},"26":{"value":"hsla(38, 100%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 26%, 100%)"},"name":"PaletteYellow26","attributes":{"category":"palette","type":"yellow","item":"26"},"path":["palette","yellow","26"]},"27":{"value":"hsla(38, 100%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 27%, 100%)"},"name":"PaletteYellow27","attributes":{"category":"palette","type":"yellow","item":"27"},"path":["palette","yellow","27"]},"28":{"value":"hsla(38, 100%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 28%, 100%)"},"name":"PaletteYellow28","attributes":{"category":"palette","type":"yellow","item":"28"},"path":["palette","yellow","28"]},"29":{"value":"hsla(38, 100%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 29%, 100%)"},"name":"PaletteYellow29","attributes":{"category":"palette","type":"yellow","item":"29"},"path":["palette","yellow","29"]},"30":{"value":"hsla(38, 100%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 30%, 100%)"},"name":"PaletteYellow30","attributes":{"category":"palette","type":"yellow","item":"30"},"path":["palette","yellow","30"]},"31":{"value":"hsla(38, 100%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 31%, 100%)"},"name":"PaletteYellow31","attributes":{"category":"palette","type":"yellow","item":"31"},"path":["palette","yellow","31"]},"32":{"value":"hsla(38, 100%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 32%, 100%)"},"name":"PaletteYellow32","attributes":{"category":"palette","type":"yellow","item":"32"},"path":["palette","yellow","32"]},"33":{"value":"hsla(38, 100%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 33%, 100%)"},"name":"PaletteYellow33","attributes":{"category":"palette","type":"yellow","item":"33"},"path":["palette","yellow","33"]},"34":{"value":"hsla(38, 100%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 34%, 100%)"},"name":"PaletteYellow34","attributes":{"category":"palette","type":"yellow","item":"34"},"path":["palette","yellow","34"]},"35":{"value":"hsla(38, 100%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 35%, 100%)"},"name":"PaletteYellow35","attributes":{"category":"palette","type":"yellow","item":"35"},"path":["palette","yellow","35"]},"36":{"value":"hsla(38, 100%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 36%, 100%)"},"name":"PaletteYellow36","attributes":{"category":"palette","type":"yellow","item":"36"},"path":["palette","yellow","36"]},"37":{"value":"hsla(38, 100%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 37%, 100%)"},"name":"PaletteYellow37","attributes":{"category":"palette","type":"yellow","item":"37"},"path":["palette","yellow","37"]},"38":{"value":"hsla(38, 100%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 38%, 100%)"},"name":"PaletteYellow38","attributes":{"category":"palette","type":"yellow","item":"38"},"path":["palette","yellow","38"]},"39":{"value":"hsla(38, 100%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 39%, 100%)"},"name":"PaletteYellow39","attributes":{"category":"palette","type":"yellow","item":"39"},"path":["palette","yellow","39"]},"40":{"value":"hsla(38, 100%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 40%, 100%)"},"name":"PaletteYellow40","attributes":{"category":"palette","type":"yellow","item":"40"},"path":["palette","yellow","40"]},"41":{"value":"hsla(38, 100%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 41%, 100%)"},"name":"PaletteYellow41","attributes":{"category":"palette","type":"yellow","item":"41"},"path":["palette","yellow","41"]},"42":{"value":"hsla(38, 100%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 42%, 100%)"},"name":"PaletteYellow42","attributes":{"category":"palette","type":"yellow","item":"42"},"path":["palette","yellow","42"]},"43":{"value":"hsla(38, 100%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 43%, 100%)"},"name":"PaletteYellow43","attributes":{"category":"palette","type":"yellow","item":"43"},"path":["palette","yellow","43"]},"44":{"value":"hsla(38, 100%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 44%, 100%)"},"name":"PaletteYellow44","attributes":{"category":"palette","type":"yellow","item":"44"},"path":["palette","yellow","44"]},"45":{"value":"hsla(38, 100%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 45%, 100%)"},"name":"PaletteYellow45","attributes":{"category":"palette","type":"yellow","item":"45"},"path":["palette","yellow","45"]},"46":{"value":"hsla(38, 100%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 46%, 100%)"},"name":"PaletteYellow46","attributes":{"category":"palette","type":"yellow","item":"46"},"path":["palette","yellow","46"]},"47":{"value":"hsla(38, 100%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 47%, 100%)"},"name":"PaletteYellow47","attributes":{"category":"palette","type":"yellow","item":"47"},"path":["palette","yellow","47"]},"48":{"value":"hsla(38, 100%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 100%)"},"name":"PaletteYellow48","attributes":{"category":"palette","type":"yellow","item":"48"},"path":["palette","yellow","48"]},"49":{"value":"hsla(38, 100%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 49%, 100%)"},"name":"PaletteYellow49","attributes":{"category":"palette","type":"yellow","item":"49"},"path":["palette","yellow","49"]},"50":{"value":"hsla(38, 100%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 50%, 100%)"},"name":"PaletteYellow50","attributes":{"category":"palette","type":"yellow","item":"50"},"path":["palette","yellow","50"]},"51":{"value":"hsla(38, 100%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 51%, 100%)"},"name":"PaletteYellow51","attributes":{"category":"palette","type":"yellow","item":"51"},"path":["palette","yellow","51"]},"52":{"value":"hsla(38, 100%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 52%, 100%)"},"name":"PaletteYellow52","attributes":{"category":"palette","type":"yellow","item":"52"},"path":["palette","yellow","52"]},"53":{"value":"hsla(38, 100%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 53%, 100%)"},"name":"PaletteYellow53","attributes":{"category":"palette","type":"yellow","item":"53"},"path":["palette","yellow","53"]},"54":{"value":"hsla(38, 100%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 54%, 100%)"},"name":"PaletteYellow54","attributes":{"category":"palette","type":"yellow","item":"54"},"path":["palette","yellow","54"]},"55":{"value":"hsla(38, 100%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 55%, 100%)"},"name":"PaletteYellow55","attributes":{"category":"palette","type":"yellow","item":"55"},"path":["palette","yellow","55"]},"56":{"value":"hsla(38, 100%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 56%, 100%)"},"name":"PaletteYellow56","attributes":{"category":"palette","type":"yellow","item":"56"},"path":["palette","yellow","56"]},"57":{"value":"hsla(38, 100%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 57%, 100%)"},"name":"PaletteYellow57","attributes":{"category":"palette","type":"yellow","item":"57"},"path":["palette","yellow","57"]},"58":{"value":"hsla(38, 100%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 58%, 100%)"},"name":"PaletteYellow58","attributes":{"category":"palette","type":"yellow","item":"58"},"path":["palette","yellow","58"]},"59":{"value":"hsla(38, 100%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 59%, 100%)"},"name":"PaletteYellow59","attributes":{"category":"palette","type":"yellow","item":"59"},"path":["palette","yellow","59"]},"60":{"value":"hsla(38, 100%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 60%, 100%)"},"name":"PaletteYellow60","attributes":{"category":"palette","type":"yellow","item":"60"},"path":["palette","yellow","60"]},"61":{"value":"hsla(38, 100%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 61%, 100%)"},"name":"PaletteYellow61","attributes":{"category":"palette","type":"yellow","item":"61"},"path":["palette","yellow","61"]},"62":{"value":"hsla(38, 100%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 62%, 100%)"},"name":"PaletteYellow62","attributes":{"category":"palette","type":"yellow","item":"62"},"path":["palette","yellow","62"]},"63":{"value":"hsla(38, 100%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 63%, 100%)"},"name":"PaletteYellow63","attributes":{"category":"palette","type":"yellow","item":"63"},"path":["palette","yellow","63"]},"64":{"value":"hsla(38, 100%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 64%, 100%)"},"name":"PaletteYellow64","attributes":{"category":"palette","type":"yellow","item":"64"},"path":["palette","yellow","64"]},"65":{"value":"hsla(38, 100%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 65%, 100%)"},"name":"PaletteYellow65","attributes":{"category":"palette","type":"yellow","item":"65"},"path":["palette","yellow","65"]},"66":{"value":"hsla(38, 100%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 66%, 100%)"},"name":"PaletteYellow66","attributes":{"category":"palette","type":"yellow","item":"66"},"path":["palette","yellow","66"]},"67":{"value":"hsla(38, 100%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 67%, 100%)"},"name":"PaletteYellow67","attributes":{"category":"palette","type":"yellow","item":"67"},"path":["palette","yellow","67"]},"68":{"value":"hsla(38, 100%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 68%, 100%)"},"name":"PaletteYellow68","attributes":{"category":"palette","type":"yellow","item":"68"},"path":["palette","yellow","68"]},"69":{"value":"hsla(38, 100%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 69%, 100%)"},"name":"PaletteYellow69","attributes":{"category":"palette","type":"yellow","item":"69"},"path":["palette","yellow","69"]},"70":{"value":"hsla(38, 100%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 70%, 100%)"},"name":"PaletteYellow70","attributes":{"category":"palette","type":"yellow","item":"70"},"path":["palette","yellow","70"]},"71":{"value":"hsla(38, 100%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 71%, 100%)"},"name":"PaletteYellow71","attributes":{"category":"palette","type":"yellow","item":"71"},"path":["palette","yellow","71"]},"72":{"value":"hsla(38, 100%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 72%, 100%)"},"name":"PaletteYellow72","attributes":{"category":"palette","type":"yellow","item":"72"},"path":["palette","yellow","72"]},"73":{"value":"hsla(38, 100%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 73%, 100%)"},"name":"PaletteYellow73","attributes":{"category":"palette","type":"yellow","item":"73"},"path":["palette","yellow","73"]},"74":{"value":"hsla(38, 100%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 74%, 100%)"},"name":"PaletteYellow74","attributes":{"category":"palette","type":"yellow","item":"74"},"path":["palette","yellow","74"]},"75":{"value":"hsla(38, 100%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 75%, 100%)"},"name":"PaletteYellow75","attributes":{"category":"palette","type":"yellow","item":"75"},"path":["palette","yellow","75"]},"76":{"value":"hsla(38, 100%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 76%, 100%)"},"name":"PaletteYellow76","attributes":{"category":"palette","type":"yellow","item":"76"},"path":["palette","yellow","76"]},"77":{"value":"hsla(38, 100%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 77%, 100%)"},"name":"PaletteYellow77","attributes":{"category":"palette","type":"yellow","item":"77"},"path":["palette","yellow","77"]},"78":{"value":"hsla(38, 100%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 78%, 100%)"},"name":"PaletteYellow78","attributes":{"category":"palette","type":"yellow","item":"78"},"path":["palette","yellow","78"]},"79":{"value":"hsla(38, 100%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 79%, 100%)"},"name":"PaletteYellow79","attributes":{"category":"palette","type":"yellow","item":"79"},"path":["palette","yellow","79"]},"80":{"value":"hsla(38, 100%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 80%, 100%)"},"name":"PaletteYellow80","attributes":{"category":"palette","type":"yellow","item":"80"},"path":["palette","yellow","80"]},"81":{"value":"hsla(38, 100%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 81%, 100%)"},"name":"PaletteYellow81","attributes":{"category":"palette","type":"yellow","item":"81"},"path":["palette","yellow","81"]},"82":{"value":"hsla(38, 100%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 82%, 100%)"},"name":"PaletteYellow82","attributes":{"category":"palette","type":"yellow","item":"82"},"path":["palette","yellow","82"]},"83":{"value":"hsla(38, 100%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 83%, 100%)"},"name":"PaletteYellow83","attributes":{"category":"palette","type":"yellow","item":"83"},"path":["palette","yellow","83"]},"84":{"value":"hsla(38, 100%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 84%, 100%)"},"name":"PaletteYellow84","attributes":{"category":"palette","type":"yellow","item":"84"},"path":["palette","yellow","84"]},"85":{"value":"hsla(38, 100%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 85%, 100%)"},"name":"PaletteYellow85","attributes":{"category":"palette","type":"yellow","item":"85"},"path":["palette","yellow","85"]},"86":{"value":"hsla(38, 100%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 86%, 100%)"},"name":"PaletteYellow86","attributes":{"category":"palette","type":"yellow","item":"86"},"path":["palette","yellow","86"]},"87":{"value":"hsla(38, 100%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 87%, 100%)"},"name":"PaletteYellow87","attributes":{"category":"palette","type":"yellow","item":"87"},"path":["palette","yellow","87"]},"88":{"value":"hsla(38, 100%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 88%, 100%)"},"name":"PaletteYellow88","attributes":{"category":"palette","type":"yellow","item":"88"},"path":["palette","yellow","88"]},"89":{"value":"hsla(38, 100%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 89%, 100%)"},"name":"PaletteYellow89","attributes":{"category":"palette","type":"yellow","item":"89"},"path":["palette","yellow","89"]},"90":{"value":"hsla(38, 100%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 90%, 100%)"},"name":"PaletteYellow90","attributes":{"category":"palette","type":"yellow","item":"90"},"path":["palette","yellow","90"]},"91":{"value":"hsla(38, 100%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 91%, 100%)"},"name":"PaletteYellow91","attributes":{"category":"palette","type":"yellow","item":"91"},"path":["palette","yellow","91"]},"92":{"value":"hsla(38, 100%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 92%, 100%)"},"name":"PaletteYellow92","attributes":{"category":"palette","type":"yellow","item":"92"},"path":["palette","yellow","92"]},"93":{"value":"hsla(38, 100%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 93%, 100%)"},"name":"PaletteYellow93","attributes":{"category":"palette","type":"yellow","item":"93"},"path":["palette","yellow","93"]},"94":{"value":"hsla(38, 100%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 94%, 100%)"},"name":"PaletteYellow94","attributes":{"category":"palette","type":"yellow","item":"94"},"path":["palette","yellow","94"]},"95":{"value":"hsla(38, 100%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 95%, 100%)"},"name":"PaletteYellow95","attributes":{"category":"palette","type":"yellow","item":"95"},"path":["palette","yellow","95"]},"96":{"value":"hsla(38, 100%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 96%, 100%)"},"name":"PaletteYellow96","attributes":{"category":"palette","type":"yellow","item":"96"},"path":["palette","yellow","96"]},"97":{"value":"hsla(38, 100%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 97%, 100%)"},"name":"PaletteYellow97","attributes":{"category":"palette","type":"yellow","item":"97"},"path":["palette","yellow","97"]},"98":{"value":"hsla(38, 100%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 98%, 100%)"},"name":"PaletteYellow98","attributes":{"category":"palette","type":"yellow","item":"98"},"path":["palette","yellow","98"]},"99":{"value":"hsla(38, 100%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 99%, 100%)"},"name":"PaletteYellow99","attributes":{"category":"palette","type":"yellow","item":"99"},"path":["palette","yellow","99"]},"100":{"value":"hsla(38, 100%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 100%, 100%)"},"name":"PaletteYellow100","attributes":{"category":"palette","type":"yellow","item":"100"},"path":["palette","yellow","100"]},"\"48-A16\"":{"value":"hsla(38, 100%, 48%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 16%)"},"name":"PaletteYellow48A16","attributes":{"category":"palette","type":"yellow","item":"\"48-A16\""},"path":["palette","yellow","\"48-A16\""]},"\"48-A32\"":{"value":"hsla(38, 100%, 48%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 32%)"},"name":"PaletteYellow48A32","attributes":{"category":"palette","type":"yellow","item":"\"48-A32\""},"path":["palette","yellow","\"48-A32\""]},"A16":{"value":"hsla(38, 100%, 48%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 16%)"},"name":"PaletteYellowA16","attributes":{"category":"palette","type":"yellow","item":"A16"},"path":["palette","yellow","A16"]},"A32":{"value":"hsla(38, 100%, 48%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(38, 100%, 48%, 32%)"},"name":"PaletteYellowA32","attributes":{"category":"palette","type":"yellow","item":"A32"},"path":["palette","yellow","A32"]}}, + "DarkErrorDefault": "hsla(7, 97%, 50%, 100%)", + "DarkErrorPalette": {"0":{"value":"hsla(7, 97%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 0%, 100%)"},"name":"PaletteRed0","attributes":{"category":"palette","type":"red","item":"0"},"path":["palette","red","0"]},"1":{"value":"hsla(7, 97%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 1%, 100%)"},"name":"PaletteRed1","attributes":{"category":"palette","type":"red","item":"1"},"path":["palette","red","1"]},"2":{"value":"hsla(7, 97%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 2%, 100%)"},"name":"PaletteRed2","attributes":{"category":"palette","type":"red","item":"2"},"path":["palette","red","2"]},"3":{"value":"hsla(7, 97%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 3%, 100%)"},"name":"PaletteRed3","attributes":{"category":"palette","type":"red","item":"3"},"path":["palette","red","3"]},"4":{"value":"hsla(7, 97%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 4%, 100%)"},"name":"PaletteRed4","attributes":{"category":"palette","type":"red","item":"4"},"path":["palette","red","4"]},"5":{"value":"hsla(7, 97%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 100%)"},"name":"PaletteRed5","attributes":{"category":"palette","type":"red","item":"5"},"path":["palette","red","5"]},"6":{"value":"hsla(7, 97%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 6%, 100%)"},"name":"PaletteRed6","attributes":{"category":"palette","type":"red","item":"6"},"path":["palette","red","6"]},"7":{"value":"hsla(7, 97%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 7%, 100%)"},"name":"PaletteRed7","attributes":{"category":"palette","type":"red","item":"7"},"path":["palette","red","7"]},"8":{"value":"hsla(7, 97%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 8%, 100%)"},"name":"PaletteRed8","attributes":{"category":"palette","type":"red","item":"8"},"path":["palette","red","8"]},"9":{"value":"hsla(7, 97%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 9%, 100%)"},"name":"PaletteRed9","attributes":{"category":"palette","type":"red","item":"9"},"path":["palette","red","9"]},"10":{"value":"hsla(7, 97%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 10%, 100%)"},"name":"PaletteRed10","attributes":{"category":"palette","type":"red","item":"10"},"path":["palette","red","10"]},"11":{"value":"hsla(7, 97%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 11%, 100%)"},"name":"PaletteRed11","attributes":{"category":"palette","type":"red","item":"11"},"path":["palette","red","11"]},"12":{"value":"hsla(7, 97%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 12%, 100%)"},"name":"PaletteRed12","attributes":{"category":"palette","type":"red","item":"12"},"path":["palette","red","12"]},"13":{"value":"hsla(7, 97%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 13%, 100%)"},"name":"PaletteRed13","attributes":{"category":"palette","type":"red","item":"13"},"path":["palette","red","13"]},"14":{"value":"hsla(7, 97%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 14%, 100%)"},"name":"PaletteRed14","attributes":{"category":"palette","type":"red","item":"14"},"path":["palette","red","14"]},"15":{"value":"hsla(7, 97%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 15%, 100%)"},"name":"PaletteRed15","attributes":{"category":"palette","type":"red","item":"15"},"path":["palette","red","15"]},"16":{"value":"hsla(7, 97%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 16%, 100%)"},"name":"PaletteRed16","attributes":{"category":"palette","type":"red","item":"16"},"path":["palette","red","16"]},"17":{"value":"hsla(7, 97%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 17%, 100%)"},"name":"PaletteRed17","attributes":{"category":"palette","type":"red","item":"17"},"path":["palette","red","17"]},"18":{"value":"hsla(7, 97%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 18%, 100%)"},"name":"PaletteRed18","attributes":{"category":"palette","type":"red","item":"18"},"path":["palette","red","18"]},"19":{"value":"hsla(7, 97%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 19%, 100%)"},"name":"PaletteRed19","attributes":{"category":"palette","type":"red","item":"19"},"path":["palette","red","19"]},"20":{"value":"hsla(7, 97%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 20%, 100%)"},"name":"PaletteRed20","attributes":{"category":"palette","type":"red","item":"20"},"path":["palette","red","20"]},"21":{"value":"hsla(7, 97%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 21%, 100%)"},"name":"PaletteRed21","attributes":{"category":"palette","type":"red","item":"21"},"path":["palette","red","21"]},"22":{"value":"hsla(7, 97%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 22%, 100%)"},"name":"PaletteRed22","attributes":{"category":"palette","type":"red","item":"22"},"path":["palette","red","22"]},"23":{"value":"hsla(7, 97%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 23%, 100%)"},"name":"PaletteRed23","attributes":{"category":"palette","type":"red","item":"23"},"path":["palette","red","23"]},"24":{"value":"hsla(7, 97%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 24%, 100%)"},"name":"PaletteRed24","attributes":{"category":"palette","type":"red","item":"24"},"path":["palette","red","24"]},"25":{"value":"hsla(7, 97%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 25%, 100%)"},"name":"PaletteRed25","attributes":{"category":"palette","type":"red","item":"25"},"path":["palette","red","25"]},"26":{"value":"hsla(7, 97%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 26%, 100%)"},"name":"PaletteRed26","attributes":{"category":"palette","type":"red","item":"26"},"path":["palette","red","26"]},"27":{"value":"hsla(7, 97%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 27%, 100%)"},"name":"PaletteRed27","attributes":{"category":"palette","type":"red","item":"27"},"path":["palette","red","27"]},"28":{"value":"hsla(7, 97%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 28%, 100%)"},"name":"PaletteRed28","attributes":{"category":"palette","type":"red","item":"28"},"path":["palette","red","28"]},"29":{"value":"hsla(7, 97%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 29%, 100%)"},"name":"PaletteRed29","attributes":{"category":"palette","type":"red","item":"29"},"path":["palette","red","29"]},"30":{"value":"hsla(7, 97%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 30%, 100%)"},"name":"PaletteRed30","attributes":{"category":"palette","type":"red","item":"30"},"path":["palette","red","30"]},"31":{"value":"hsla(7, 97%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 31%, 100%)"},"name":"PaletteRed31","attributes":{"category":"palette","type":"red","item":"31"},"path":["palette","red","31"]},"32":{"value":"hsla(7, 97%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 32%, 100%)"},"name":"PaletteRed32","attributes":{"category":"palette","type":"red","item":"32"},"path":["palette","red","32"]},"33":{"value":"hsla(7, 97%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 33%, 100%)"},"name":"PaletteRed33","attributes":{"category":"palette","type":"red","item":"33"},"path":["palette","red","33"]},"34":{"value":"hsla(7, 97%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 34%, 100%)"},"name":"PaletteRed34","attributes":{"category":"palette","type":"red","item":"34"},"path":["palette","red","34"]},"35":{"value":"hsla(7, 97%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 35%, 100%)"},"name":"PaletteRed35","attributes":{"category":"palette","type":"red","item":"35"},"path":["palette","red","35"]},"36":{"value":"hsla(7, 97%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 36%, 100%)"},"name":"PaletteRed36","attributes":{"category":"palette","type":"red","item":"36"},"path":["palette","red","36"]},"37":{"value":"hsla(7, 97%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 37%, 100%)"},"name":"PaletteRed37","attributes":{"category":"palette","type":"red","item":"37"},"path":["palette","red","37"]},"38":{"value":"hsla(7, 97%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 38%, 100%)"},"name":"PaletteRed38","attributes":{"category":"palette","type":"red","item":"38"},"path":["palette","red","38"]},"39":{"value":"hsla(7, 97%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 39%, 100%)"},"name":"PaletteRed39","attributes":{"category":"palette","type":"red","item":"39"},"path":["palette","red","39"]},"40":{"value":"hsla(7, 97%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 40%, 100%)"},"name":"PaletteRed40","attributes":{"category":"palette","type":"red","item":"40"},"path":["palette","red","40"]},"41":{"value":"hsla(7, 97%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 41%, 100%)"},"name":"PaletteRed41","attributes":{"category":"palette","type":"red","item":"41"},"path":["palette","red","41"]},"42":{"value":"hsla(7, 97%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 42%, 100%)"},"name":"PaletteRed42","attributes":{"category":"palette","type":"red","item":"42"},"path":["palette","red","42"]},"43":{"value":"hsla(7, 97%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 43%, 100%)"},"name":"PaletteRed43","attributes":{"category":"palette","type":"red","item":"43"},"path":["palette","red","43"]},"44":{"value":"hsla(7, 97%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 44%, 100%)"},"name":"PaletteRed44","attributes":{"category":"palette","type":"red","item":"44"},"path":["palette","red","44"]},"45":{"value":"hsla(7, 97%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 45%, 100%)"},"name":"PaletteRed45","attributes":{"category":"palette","type":"red","item":"45"},"path":["palette","red","45"]},"46":{"value":"hsla(7, 97%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 46%, 100%)"},"name":"PaletteRed46","attributes":{"category":"palette","type":"red","item":"46"},"path":["palette","red","46"]},"47":{"value":"hsla(7, 97%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 47%, 100%)"},"name":"PaletteRed47","attributes":{"category":"palette","type":"red","item":"47"},"path":["palette","red","47"]},"48":{"value":"hsla(7, 97%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 48%, 100%)"},"name":"PaletteRed48","attributes":{"category":"palette","type":"red","item":"48"},"path":["palette","red","48"]},"49":{"value":"hsla(7, 97%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 49%, 100%)"},"name":"PaletteRed49","attributes":{"category":"palette","type":"red","item":"49"},"path":["palette","red","49"]},"50":{"value":"hsla(7, 97%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 100%)"},"name":"PaletteRed50","attributes":{"category":"palette","type":"red","item":"50"},"path":["palette","red","50"]},"51":{"value":"hsla(7, 97%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 51%, 100%)"},"name":"PaletteRed51","attributes":{"category":"palette","type":"red","item":"51"},"path":["palette","red","51"]},"52":{"value":"hsla(7, 97%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 52%, 100%)"},"name":"PaletteRed52","attributes":{"category":"palette","type":"red","item":"52"},"path":["palette","red","52"]},"53":{"value":"hsla(7, 97%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 53%, 100%)"},"name":"PaletteRed53","attributes":{"category":"palette","type":"red","item":"53"},"path":["palette","red","53"]},"54":{"value":"hsla(7, 97%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 54%, 100%)"},"name":"PaletteRed54","attributes":{"category":"palette","type":"red","item":"54"},"path":["palette","red","54"]},"55":{"value":"hsla(7, 97%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 55%, 100%)"},"name":"PaletteRed55","attributes":{"category":"palette","type":"red","item":"55"},"path":["palette","red","55"]},"56":{"value":"hsla(7, 97%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 56%, 100%)"},"name":"PaletteRed56","attributes":{"category":"palette","type":"red","item":"56"},"path":["palette","red","56"]},"57":{"value":"hsla(7, 97%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 57%, 100%)"},"name":"PaletteRed57","attributes":{"category":"palette","type":"red","item":"57"},"path":["palette","red","57"]},"58":{"value":"hsla(7, 97%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 58%, 100%)"},"name":"PaletteRed58","attributes":{"category":"palette","type":"red","item":"58"},"path":["palette","red","58"]},"59":{"value":"hsla(7, 97%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 59%, 100%)"},"name":"PaletteRed59","attributes":{"category":"palette","type":"red","item":"59"},"path":["palette","red","59"]},"60":{"value":"hsla(7, 97%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 100%)"},"name":"PaletteRed60","attributes":{"category":"palette","type":"red","item":"60"},"path":["palette","red","60"]},"61":{"value":"hsla(7, 97%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 61%, 100%)"},"name":"PaletteRed61","attributes":{"category":"palette","type":"red","item":"61"},"path":["palette","red","61"]},"62":{"value":"hsla(7, 97%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 62%, 100%)"},"name":"PaletteRed62","attributes":{"category":"palette","type":"red","item":"62"},"path":["palette","red","62"]},"63":{"value":"hsla(7, 97%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 63%, 100%)"},"name":"PaletteRed63","attributes":{"category":"palette","type":"red","item":"63"},"path":["palette","red","63"]},"64":{"value":"hsla(7, 97%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 64%, 100%)"},"name":"PaletteRed64","attributes":{"category":"palette","type":"red","item":"64"},"path":["palette","red","64"]},"65":{"value":"hsla(7, 97%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 65%, 100%)"},"name":"PaletteRed65","attributes":{"category":"palette","type":"red","item":"65"},"path":["palette","red","65"]},"66":{"value":"hsla(7, 97%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 66%, 100%)"},"name":"PaletteRed66","attributes":{"category":"palette","type":"red","item":"66"},"path":["palette","red","66"]},"67":{"value":"hsla(7, 97%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 67%, 100%)"},"name":"PaletteRed67","attributes":{"category":"palette","type":"red","item":"67"},"path":["palette","red","67"]},"68":{"value":"hsla(7, 97%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 68%, 100%)"},"name":"PaletteRed68","attributes":{"category":"palette","type":"red","item":"68"},"path":["palette","red","68"]},"69":{"value":"hsla(7, 97%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 69%, 100%)"},"name":"PaletteRed69","attributes":{"category":"palette","type":"red","item":"69"},"path":["palette","red","69"]},"70":{"value":"hsla(7, 97%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 70%, 100%)"},"name":"PaletteRed70","attributes":{"category":"palette","type":"red","item":"70"},"path":["palette","red","70"]},"71":{"value":"hsla(7, 97%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 71%, 100%)"},"name":"PaletteRed71","attributes":{"category":"palette","type":"red","item":"71"},"path":["palette","red","71"]},"72":{"value":"hsla(7, 97%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 72%, 100%)"},"name":"PaletteRed72","attributes":{"category":"palette","type":"red","item":"72"},"path":["palette","red","72"]},"73":{"value":"hsla(7, 97%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 73%, 100%)"},"name":"PaletteRed73","attributes":{"category":"palette","type":"red","item":"73"},"path":["palette","red","73"]},"74":{"value":"hsla(7, 97%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 74%, 100%)"},"name":"PaletteRed74","attributes":{"category":"palette","type":"red","item":"74"},"path":["palette","red","74"]},"75":{"value":"hsla(7, 97%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 75%, 100%)"},"name":"PaletteRed75","attributes":{"category":"palette","type":"red","item":"75"},"path":["palette","red","75"]},"76":{"value":"hsla(7, 97%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 76%, 100%)"},"name":"PaletteRed76","attributes":{"category":"palette","type":"red","item":"76"},"path":["palette","red","76"]},"77":{"value":"hsla(7, 97%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 77%, 100%)"},"name":"PaletteRed77","attributes":{"category":"palette","type":"red","item":"77"},"path":["palette","red","77"]},"78":{"value":"hsla(7, 97%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 78%, 100%)"},"name":"PaletteRed78","attributes":{"category":"palette","type":"red","item":"78"},"path":["palette","red","78"]},"79":{"value":"hsla(7, 97%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 79%, 100%)"},"name":"PaletteRed79","attributes":{"category":"palette","type":"red","item":"79"},"path":["palette","red","79"]},"80":{"value":"hsla(7, 97%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 80%, 100%)"},"name":"PaletteRed80","attributes":{"category":"palette","type":"red","item":"80"},"path":["palette","red","80"]},"81":{"value":"hsla(7, 97%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 81%, 100%)"},"name":"PaletteRed81","attributes":{"category":"palette","type":"red","item":"81"},"path":["palette","red","81"]},"82":{"value":"hsla(7, 97%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 82%, 100%)"},"name":"PaletteRed82","attributes":{"category":"palette","type":"red","item":"82"},"path":["palette","red","82"]},"83":{"value":"hsla(7, 97%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 83%, 100%)"},"name":"PaletteRed83","attributes":{"category":"palette","type":"red","item":"83"},"path":["palette","red","83"]},"84":{"value":"hsla(7, 97%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 84%, 100%)"},"name":"PaletteRed84","attributes":{"category":"palette","type":"red","item":"84"},"path":["palette","red","84"]},"85":{"value":"hsla(7, 97%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 85%, 100%)"},"name":"PaletteRed85","attributes":{"category":"palette","type":"red","item":"85"},"path":["palette","red","85"]},"86":{"value":"hsla(7, 97%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 86%, 100%)"},"name":"PaletteRed86","attributes":{"category":"palette","type":"red","item":"86"},"path":["palette","red","86"]},"87":{"value":"hsla(7, 97%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 87%, 100%)"},"name":"PaletteRed87","attributes":{"category":"palette","type":"red","item":"87"},"path":["palette","red","87"]},"88":{"value":"hsla(7, 97%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 88%, 100%)"},"name":"PaletteRed88","attributes":{"category":"palette","type":"red","item":"88"},"path":["palette","red","88"]},"89":{"value":"hsla(7, 97%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 89%, 100%)"},"name":"PaletteRed89","attributes":{"category":"palette","type":"red","item":"89"},"path":["palette","red","89"]},"90":{"value":"hsla(7, 97%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 90%, 100%)"},"name":"PaletteRed90","attributes":{"category":"palette","type":"red","item":"90"},"path":["palette","red","90"]},"91":{"value":"hsla(7, 97%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 91%, 100%)"},"name":"PaletteRed91","attributes":{"category":"palette","type":"red","item":"91"},"path":["palette","red","91"]},"92":{"value":"hsla(7, 97%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 92%, 100%)"},"name":"PaletteRed92","attributes":{"category":"palette","type":"red","item":"92"},"path":["palette","red","92"]},"93":{"value":"hsla(7, 97%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 93%, 100%)"},"name":"PaletteRed93","attributes":{"category":"palette","type":"red","item":"93"},"path":["palette","red","93"]},"94":{"value":"hsla(7, 97%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 94%, 100%)"},"name":"PaletteRed94","attributes":{"category":"palette","type":"red","item":"94"},"path":["palette","red","94"]},"95":{"value":"hsla(7, 97%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 95%, 100%)"},"name":"PaletteRed95","attributes":{"category":"palette","type":"red","item":"95"},"path":["palette","red","95"]},"96":{"value":"hsla(7, 97%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 96%, 100%)"},"name":"PaletteRed96","attributes":{"category":"palette","type":"red","item":"96"},"path":["palette","red","96"]},"97":{"value":"hsla(7, 97%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 97%, 100%)"},"name":"PaletteRed97","attributes":{"category":"palette","type":"red","item":"97"},"path":["palette","red","97"]},"98":{"value":"hsla(7, 97%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 98%, 100%)"},"name":"PaletteRed98","attributes":{"category":"palette","type":"red","item":"98"},"path":["palette","red","98"]},"99":{"value":"hsla(7, 97%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 99%, 100%)"},"name":"PaletteRed99","attributes":{"category":"palette","type":"red","item":"99"},"path":["palette","red","99"]},"100":{"value":"hsla(7, 97%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 100%, 100%)"},"name":"PaletteRed100","attributes":{"category":"palette","type":"red","item":"100"},"path":["palette","red","100"]},"\"5-A8\"":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRed5A8","attributes":{"category":"palette","type":"red","item":"\"5-A8\""},"path":["palette","red","\"5-A8\""]},"\"5-A16\"":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRed5A16","attributes":{"category":"palette","type":"red","item":"\"5-A16\""},"path":["palette","red","\"5-A16\""]},"\"50-A8\"":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRed50A8","attributes":{"category":"palette","type":"red","item":"\"50-A8\""},"path":["palette","red","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRed50A16","attributes":{"category":"palette","type":"red","item":"\"50-A16\""},"path":["palette","red","\"50-A16\""]},"\"51-S69\"":{"value":"hsla(7, 69%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 69%, 51%, 100%)"},"name":"PaletteRed51S69","attributes":{"category":"palette","type":"red","item":"\"51-S69\""},"path":["palette","red","\"51-S69\""]},"\"60-A55\"":{"value":"hsla(7, 97%, 60%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 55%)"},"name":"PaletteRed60A55","attributes":{"category":"palette","type":"red","item":"\"60-A55\""},"path":["palette","red","\"60-A55\""]},"A8":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRedA8","attributes":{"category":"palette","type":"red","item":"A8"},"path":["palette","red","A8"]},"A8L50":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRedA8L50","attributes":{"category":"palette","type":"red","item":"A8L50"},"path":["palette","red","A8L50"]},"A16":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRedA16","attributes":{"category":"palette","type":"red","item":"A16"},"path":["palette","red","A16"]},"A16L50":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRedA16L50","attributes":{"category":"palette","type":"red","item":"A16L50"},"path":["palette","red","A16L50"]},"A24":{"value":"rgba(240, 10, 25, 0.24)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.24)"},"name":"PaletteRedA24","attributes":{"category":"palette","type":"red","item":"A24"},"path":["palette","red","A24"]},"A32":{"value":"rgba(240, 10, 25, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.32)"},"name":"PaletteRedA32","attributes":{"category":"palette","type":"red","item":"A32"},"path":["palette","red","A32"]},"A48":{"value":"rgba(240, 10, 25, 0.48)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.48)"},"name":"PaletteRedA48","attributes":{"category":"palette","type":"red","item":"A48"},"path":["palette","red","A48"]}}, + "DarkContrastDefault": "hsla(229, 15%, 50%, 100%)", + "DarkContrastPalette": {"0":{"value":"hsla(229, 15%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 0%, 100%)"},"name":"PaletteGrey0","attributes":{"category":"palette","type":"grey","item":"0"},"path":["palette","grey","0"]},"1":{"value":"hsla(229, 15%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 1%, 100%)"},"name":"PaletteGrey1","attributes":{"category":"palette","type":"grey","item":"1"},"path":["palette","grey","1"]},"2":{"value":"hsla(229, 15%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 2%, 100%)"},"name":"PaletteGrey2","attributes":{"category":"palette","type":"grey","item":"2"},"path":["palette","grey","2"]},"3":{"value":"hsla(229, 15%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 3%, 100%)"},"name":"PaletteGrey3","attributes":{"category":"palette","type":"grey","item":"3"},"path":["palette","grey","3"]},"4":{"value":"hsla(229, 15%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 4%, 100%)"},"name":"PaletteGrey4","attributes":{"category":"palette","type":"grey","item":"4"},"path":["palette","grey","4"]},"5":{"value":"hsla(229, 15%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 5%, 100%)"},"name":"PaletteGrey5","attributes":{"category":"palette","type":"grey","item":"5"},"path":["palette","grey","5"]},"6":{"value":"hsla(229, 15%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 100%)"},"name":"PaletteGrey6","attributes":{"category":"palette","type":"grey","item":"6"},"path":["palette","grey","6"]},"7":{"value":"hsla(229, 15%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 7%, 100%)"},"name":"PaletteGrey7","attributes":{"category":"palette","type":"grey","item":"7"},"path":["palette","grey","7"]},"8":{"value":"hsla(229, 15%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 8%, 100%)"},"name":"PaletteGrey8","attributes":{"category":"palette","type":"grey","item":"8"},"path":["palette","grey","8"]},"9":{"value":"hsla(229, 15%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 9%, 100%)"},"name":"PaletteGrey9","attributes":{"category":"palette","type":"grey","item":"9"},"path":["palette","grey","9"]},"10":{"value":"hsla(229, 15%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 10%, 100%)"},"name":"PaletteGrey10","attributes":{"category":"palette","type":"grey","item":"10"},"path":["palette","grey","10"]},"11":{"value":"hsla(229, 15%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 11%, 100%)"},"name":"PaletteGrey11","attributes":{"category":"palette","type":"grey","item":"11"},"path":["palette","grey","11"]},"12":{"value":"hsla(229, 15%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 100%)"},"name":"PaletteGrey12","attributes":{"category":"palette","type":"grey","item":"12"},"path":["palette","grey","12"]},"13":{"value":"hsla(229, 15%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 13%, 100%)"},"name":"PaletteGrey13","attributes":{"category":"palette","type":"grey","item":"13"},"path":["palette","grey","13"]},"14":{"value":"hsla(229, 15%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 14%, 100%)"},"name":"PaletteGrey14","attributes":{"category":"palette","type":"grey","item":"14"},"path":["palette","grey","14"]},"15":{"value":"hsla(229, 15%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 15%, 100%)"},"name":"PaletteGrey15","attributes":{"category":"palette","type":"grey","item":"15"},"path":["palette","grey","15"]},"16":{"value":"hsla(229, 15%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 16%, 100%)"},"name":"PaletteGrey16","attributes":{"category":"palette","type":"grey","item":"16"},"path":["palette","grey","16"]},"17":{"value":"hsla(229, 15%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 17%, 100%)"},"name":"PaletteGrey17","attributes":{"category":"palette","type":"grey","item":"17"},"path":["palette","grey","17"]},"18":{"value":"hsla(229, 15%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 18%, 100%)"},"name":"PaletteGrey18","attributes":{"category":"palette","type":"grey","item":"18"},"path":["palette","grey","18"]},"19":{"value":"hsla(229, 15%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 19%, 100%)"},"name":"PaletteGrey19","attributes":{"category":"palette","type":"grey","item":"19"},"path":["palette","grey","19"]},"20":{"value":"hsla(229, 15%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 100%)"},"name":"PaletteGrey20","attributes":{"category":"palette","type":"grey","item":"20"},"path":["palette","grey","20"]},"21":{"value":"hsla(229, 15%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 21%, 100%)"},"name":"PaletteGrey21","attributes":{"category":"palette","type":"grey","item":"21"},"path":["palette","grey","21"]},"22":{"value":"hsla(229, 15%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 22%, 100%)"},"name":"PaletteGrey22","attributes":{"category":"palette","type":"grey","item":"22"},"path":["palette","grey","22"]},"23":{"value":"hsla(229, 15%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 23%, 100%)"},"name":"PaletteGrey23","attributes":{"category":"palette","type":"grey","item":"23"},"path":["palette","grey","23"]},"24":{"value":"hsla(229, 15%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 24%, 100%)"},"name":"PaletteGrey24","attributes":{"category":"palette","type":"grey","item":"24"},"path":["palette","grey","24"]},"25":{"value":"hsla(229, 15%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 25%, 100%)"},"name":"PaletteGrey25","attributes":{"category":"palette","type":"grey","item":"25"},"path":["palette","grey","25"]},"26":{"value":"hsla(229, 15%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 26%, 100%)"},"name":"PaletteGrey26","attributes":{"category":"palette","type":"grey","item":"26"},"path":["palette","grey","26"]},"27":{"value":"hsla(229, 15%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 27%, 100%)"},"name":"PaletteGrey27","attributes":{"category":"palette","type":"grey","item":"27"},"path":["palette","grey","27"]},"28":{"value":"hsla(229, 15%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 28%, 100%)"},"name":"PaletteGrey28","attributes":{"category":"palette","type":"grey","item":"28"},"path":["palette","grey","28"]},"29":{"value":"hsla(229, 15%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 29%, 100%)"},"name":"PaletteGrey29","attributes":{"category":"palette","type":"grey","item":"29"},"path":["palette","grey","29"]},"30":{"value":"hsla(229, 15%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 30%, 100%)"},"name":"PaletteGrey30","attributes":{"category":"palette","type":"grey","item":"30"},"path":["palette","grey","30"]},"31":{"value":"hsla(229, 15%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 31%, 100%)"},"name":"PaletteGrey31","attributes":{"category":"palette","type":"grey","item":"31"},"path":["palette","grey","31"]},"32":{"value":"hsla(229, 15%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 32%, 100%)"},"name":"PaletteGrey32","attributes":{"category":"palette","type":"grey","item":"32"},"path":["palette","grey","32"]},"33":{"value":"hsla(229, 15%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 33%, 100%)"},"name":"PaletteGrey33","attributes":{"category":"palette","type":"grey","item":"33"},"path":["palette","grey","33"]},"34":{"value":"hsla(229, 15%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 34%, 100%)"},"name":"PaletteGrey34","attributes":{"category":"palette","type":"grey","item":"34"},"path":["palette","grey","34"]},"35":{"value":"hsla(229, 15%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 35%, 100%)"},"name":"PaletteGrey35","attributes":{"category":"palette","type":"grey","item":"35"},"path":["palette","grey","35"]},"36":{"value":"hsla(229, 15%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 36%, 100%)"},"name":"PaletteGrey36","attributes":{"category":"palette","type":"grey","item":"36"},"path":["palette","grey","36"]},"37":{"value":"hsla(229, 15%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 37%, 100%)"},"name":"PaletteGrey37","attributes":{"category":"palette","type":"grey","item":"37"},"path":["palette","grey","37"]},"38":{"value":"hsla(229, 15%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 38%, 100%)"},"name":"PaletteGrey38","attributes":{"category":"palette","type":"grey","item":"38"},"path":["palette","grey","38"]},"39":{"value":"hsla(229, 15%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 39%, 100%)"},"name":"PaletteGrey39","attributes":{"category":"palette","type":"grey","item":"39"},"path":["palette","grey","39"]},"40":{"value":"hsla(229, 15%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 40%, 100%)"},"name":"PaletteGrey40","attributes":{"category":"palette","type":"grey","item":"40"},"path":["palette","grey","40"]},"41":{"value":"hsla(229, 15%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 41%, 100%)"},"name":"PaletteGrey41","attributes":{"category":"palette","type":"grey","item":"41"},"path":["palette","grey","41"]},"42":{"value":"hsla(229, 15%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 42%, 100%)"},"name":"PaletteGrey42","attributes":{"category":"palette","type":"grey","item":"42"},"path":["palette","grey","42"]},"43":{"value":"hsla(229, 15%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 43%, 100%)"},"name":"PaletteGrey43","attributes":{"category":"palette","type":"grey","item":"43"},"path":["palette","grey","43"]},"44":{"value":"hsla(229, 15%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 44%, 100%)"},"name":"PaletteGrey44","attributes":{"category":"palette","type":"grey","item":"44"},"path":["palette","grey","44"]},"45":{"value":"hsla(229, 15%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 45%, 100%)"},"name":"PaletteGrey45","attributes":{"category":"palette","type":"grey","item":"45"},"path":["palette","grey","45"]},"46":{"value":"hsla(229, 15%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 46%, 100%)"},"name":"PaletteGrey46","attributes":{"category":"palette","type":"grey","item":"46"},"path":["palette","grey","46"]},"47":{"value":"hsla(229, 15%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 47%, 100%)"},"name":"PaletteGrey47","attributes":{"category":"palette","type":"grey","item":"47"},"path":["palette","grey","47"]},"48":{"value":"hsla(229, 15%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 48%, 100%)"},"name":"PaletteGrey48","attributes":{"category":"palette","type":"grey","item":"48"},"path":["palette","grey","48"]},"49":{"value":"hsla(229, 15%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 49%, 100%)"},"name":"PaletteGrey49","attributes":{"category":"palette","type":"grey","item":"49"},"path":["palette","grey","49"]},"50":{"value":"hsla(229, 15%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 100%)"},"name":"PaletteGrey50","attributes":{"category":"palette","type":"grey","item":"50"},"path":["palette","grey","50"]},"51":{"value":"hsla(229, 15%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 51%, 100%)"},"name":"PaletteGrey51","attributes":{"category":"palette","type":"grey","item":"51"},"path":["palette","grey","51"]},"52":{"value":"hsla(229, 15%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 52%, 100%)"},"name":"PaletteGrey52","attributes":{"category":"palette","type":"grey","item":"52"},"path":["palette","grey","52"]},"53":{"value":"hsla(229, 15%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 53%, 100%)"},"name":"PaletteGrey53","attributes":{"category":"palette","type":"grey","item":"53"},"path":["palette","grey","53"]},"54":{"value":"hsla(229, 15%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 54%, 100%)"},"name":"PaletteGrey54","attributes":{"category":"palette","type":"grey","item":"54"},"path":["palette","grey","54"]},"55":{"value":"hsla(229, 15%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 55%, 100%)"},"name":"PaletteGrey55","attributes":{"category":"palette","type":"grey","item":"55"},"path":["palette","grey","55"]},"56":{"value":"hsla(229, 15%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 56%, 100%)"},"name":"PaletteGrey56","attributes":{"category":"palette","type":"grey","item":"56"},"path":["palette","grey","56"]},"57":{"value":"hsla(229, 15%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 57%, 100%)"},"name":"PaletteGrey57","attributes":{"category":"palette","type":"grey","item":"57"},"path":["palette","grey","57"]},"58":{"value":"hsla(229, 15%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 58%, 100%)"},"name":"PaletteGrey58","attributes":{"category":"palette","type":"grey","item":"58"},"path":["palette","grey","58"]},"59":{"value":"hsla(229, 15%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 59%, 100%)"},"name":"PaletteGrey59","attributes":{"category":"palette","type":"grey","item":"59"},"path":["palette","grey","59"]},"60":{"value":"hsla(229, 15%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 60%, 100%)"},"name":"PaletteGrey60","attributes":{"category":"palette","type":"grey","item":"60"},"path":["palette","grey","60"]},"61":{"value":"hsla(229, 15%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 61%, 100%)"},"name":"PaletteGrey61","attributes":{"category":"palette","type":"grey","item":"61"},"path":["palette","grey","61"]},"62":{"value":"hsla(229, 15%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 62%, 100%)"},"name":"PaletteGrey62","attributes":{"category":"palette","type":"grey","item":"62"},"path":["palette","grey","62"]},"63":{"value":"hsla(229, 15%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 63%, 100%)"},"name":"PaletteGrey63","attributes":{"category":"palette","type":"grey","item":"63"},"path":["palette","grey","63"]},"64":{"value":"hsla(229, 15%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 64%, 100%)"},"name":"PaletteGrey64","attributes":{"category":"palette","type":"grey","item":"64"},"path":["palette","grey","64"]},"65":{"value":"hsla(229, 15%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 65%, 100%)"},"name":"PaletteGrey65","attributes":{"category":"palette","type":"grey","item":"65"},"path":["palette","grey","65"]},"66":{"value":"hsla(229, 15%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 66%, 100%)"},"name":"PaletteGrey66","attributes":{"category":"palette","type":"grey","item":"66"},"path":["palette","grey","66"]},"67":{"value":"hsla(229, 15%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 67%, 100%)"},"name":"PaletteGrey67","attributes":{"category":"palette","type":"grey","item":"67"},"path":["palette","grey","67"]},"68":{"value":"hsla(229, 15%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 68%, 100%)"},"name":"PaletteGrey68","attributes":{"category":"palette","type":"grey","item":"68"},"path":["palette","grey","68"]},"69":{"value":"hsla(229, 15%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 69%, 100%)"},"name":"PaletteGrey69","attributes":{"category":"palette","type":"grey","item":"69"},"path":["palette","grey","69"]},"70":{"value":"hsla(229, 15%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 70%, 100%)"},"name":"PaletteGrey70","attributes":{"category":"palette","type":"grey","item":"70"},"path":["palette","grey","70"]},"71":{"value":"hsla(229, 15%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 71%, 100%)"},"name":"PaletteGrey71","attributes":{"category":"palette","type":"grey","item":"71"},"path":["palette","grey","71"]},"72":{"value":"hsla(229, 15%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 72%, 100%)"},"name":"PaletteGrey72","attributes":{"category":"palette","type":"grey","item":"72"},"path":["palette","grey","72"]},"73":{"value":"hsla(229, 15%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 73%, 100%)"},"name":"PaletteGrey73","attributes":{"category":"palette","type":"grey","item":"73"},"path":["palette","grey","73"]},"74":{"value":"hsla(229, 15%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 74%, 100%)"},"name":"PaletteGrey74","attributes":{"category":"palette","type":"grey","item":"74"},"path":["palette","grey","74"]},"75":{"value":"hsla(229, 15%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 75%, 100%)"},"name":"PaletteGrey75","attributes":{"category":"palette","type":"grey","item":"75"},"path":["palette","grey","75"]},"76":{"value":"hsla(229, 15%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 76%, 100%)"},"name":"PaletteGrey76","attributes":{"category":"palette","type":"grey","item":"76"},"path":["palette","grey","76"]},"77":{"value":"hsla(229, 15%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 77%, 100%)"},"name":"PaletteGrey77","attributes":{"category":"palette","type":"grey","item":"77"},"path":["palette","grey","77"]},"78":{"value":"hsla(229, 15%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 78%, 100%)"},"name":"PaletteGrey78","attributes":{"category":"palette","type":"grey","item":"78"},"path":["palette","grey","78"]},"79":{"value":"hsla(229, 15%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 79%, 100%)"},"name":"PaletteGrey79","attributes":{"category":"palette","type":"grey","item":"79"},"path":["palette","grey","79"]},"80":{"value":"hsla(229, 15%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 80%, 100%)"},"name":"PaletteGrey80","attributes":{"category":"palette","type":"grey","item":"80"},"path":["palette","grey","80"]},"81":{"value":"hsla(229, 15%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 81%, 100%)"},"name":"PaletteGrey81","attributes":{"category":"palette","type":"grey","item":"81"},"path":["palette","grey","81"]},"82":{"value":"hsla(229, 15%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 82%, 100%)"},"name":"PaletteGrey82","attributes":{"category":"palette","type":"grey","item":"82"},"path":["palette","grey","82"]},"83":{"value":"hsla(229, 15%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 83%, 100%)"},"name":"PaletteGrey83","attributes":{"category":"palette","type":"grey","item":"83"},"path":["palette","grey","83"]},"84":{"value":"hsla(229, 15%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 84%, 100%)"},"name":"PaletteGrey84","attributes":{"category":"palette","type":"grey","item":"84"},"path":["palette","grey","84"]},"85":{"value":"hsla(229, 15%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 85%, 100%)"},"name":"PaletteGrey85","attributes":{"category":"palette","type":"grey","item":"85"},"path":["palette","grey","85"]},"86":{"value":"hsla(229, 15%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 86%, 100%)"},"name":"PaletteGrey86","attributes":{"category":"palette","type":"grey","item":"86"},"path":["palette","grey","86"]},"87":{"value":"hsla(229, 15%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 87%, 100%)"},"name":"PaletteGrey87","attributes":{"category":"palette","type":"grey","item":"87"},"path":["palette","grey","87"]},"88":{"value":"hsla(229, 15%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 88%, 100%)"},"name":"PaletteGrey88","attributes":{"category":"palette","type":"grey","item":"88"},"path":["palette","grey","88"]},"89":{"value":"hsla(229, 15%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 89%, 100%)"},"name":"PaletteGrey89","attributes":{"category":"palette","type":"grey","item":"89"},"path":["palette","grey","89"]},"90":{"value":"hsla(229, 15%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 90%, 100%)"},"name":"PaletteGrey90","attributes":{"category":"palette","type":"grey","item":"90"},"path":["palette","grey","90"]},"91":{"value":"hsla(229, 15%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 91%, 100%)"},"name":"PaletteGrey91","attributes":{"category":"palette","type":"grey","item":"91"},"path":["palette","grey","91"]},"92":{"value":"hsla(229, 15%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 92%, 100%)"},"name":"PaletteGrey92","attributes":{"category":"palette","type":"grey","item":"92"},"path":["palette","grey","92"]},"93":{"value":"hsla(229, 15%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 93%, 100%)"},"name":"PaletteGrey93","attributes":{"category":"palette","type":"grey","item":"93"},"path":["palette","grey","93"]},"94":{"value":"hsla(229, 15%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 94%, 100%)"},"name":"PaletteGrey94","attributes":{"category":"palette","type":"grey","item":"94"},"path":["palette","grey","94"]},"95":{"value":"hsla(229, 15%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 95%, 100%)"},"name":"PaletteGrey95","attributes":{"category":"palette","type":"grey","item":"95"},"path":["palette","grey","95"]},"96":{"value":"hsla(229, 15%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 96%, 100%)"},"name":"PaletteGrey96","attributes":{"category":"palette","type":"grey","item":"96"},"path":["palette","grey","96"]},"97":{"value":"hsla(229, 15%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 97%, 100%)"},"name":"PaletteGrey97","attributes":{"category":"palette","type":"grey","item":"97"},"path":["palette","grey","97"]},"98":{"value":"hsla(229, 15%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 98%, 100%)"},"name":"PaletteGrey98","attributes":{"category":"palette","type":"grey","item":"98"},"path":["palette","grey","98"]},"99":{"value":"hsla(229, 15%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 100%)"},"name":"PaletteGrey99","attributes":{"category":"palette","type":"grey","item":"99"},"path":["palette","grey","99"]},"100":{"value":"hsla(229, 15%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 100%)"},"name":"PaletteGrey100","attributes":{"category":"palette","type":"grey","item":"100"},"path":["palette","grey","100"]},"\"6-A3\"":{"value":"hsla(229, 15%, 6%, 3%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 3%)"},"name":"PaletteGrey6A3","attributes":{"category":"palette","type":"grey","item":"\"6-A3\""},"path":["palette","grey","\"6-A3\""]},"\"6-A6\"":{"value":"hsla(229, 15%, 6%, 6%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 6%)"},"name":"PaletteGrey6A6","attributes":{"category":"palette","type":"grey","item":"\"6-A6\""},"path":["palette","grey","\"6-A6\""]},"\"6-A12\"":{"value":"hsla(229, 15%, 6%, 12%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 12%)"},"name":"PaletteGrey6A12","attributes":{"category":"palette","type":"grey","item":"\"6-A12\""},"path":["palette","grey","\"6-A12\""]},"\"6-A24\"":{"value":"hsla(229, 15%, 6%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 24%)"},"name":"PaletteGrey6A24","attributes":{"category":"palette","type":"grey","item":"\"6-A24\""},"path":["palette","grey","\"6-A24\""]},"\"6-A64\"":{"value":"hsla(229, 15%, 6%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 64%)"},"name":"PaletteGrey6A64","attributes":{"category":"palette","type":"grey","item":"\"6-A64\""},"path":["palette","grey","\"6-A64\""]},"\"6-A88\"":{"value":"hsla(229, 15%, 6%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 88%)"},"name":"PaletteGrey6A88","attributes":{"category":"palette","type":"grey","item":"\"6-A88\""},"path":["palette","grey","\"6-A88\""]},"\"12-A80\"":{"value":"hsla(229, 15%, 12%, 80%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 80%)"},"name":"PaletteGrey12A80","attributes":{"category":"palette","type":"grey","item":"\"12-A80\""},"path":["palette","grey","\"12-A80\""]},"\"15-A32\"":{"value":"hsla(229, 15%, 15%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 15%, 32%)"},"name":"PaletteGrey15A32","attributes":{"category":"palette","type":"grey","item":"\"15-A32\""},"path":["palette","grey","\"15-A32\""]},"\"20-A32\"":{"value":"hsla(229, 15%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 32%)"},"name":"PaletteGrey20A32","attributes":{"category":"palette","type":"grey","item":"\"20-A32\""},"path":["palette","grey","\"20-A32\""]},"\"20-A55\"":{"value":"hsla(229, 15%, 20%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 55%)"},"name":"PaletteGrey20A55","attributes":{"category":"palette","type":"grey","item":"\"20-A55\""},"path":["palette","grey","\"20-A55\""]},"\"50-A8\"":{"value":"hsla(229, 15%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 8%)"},"name":"PaletteGrey50A8","attributes":{"category":"palette","type":"grey","item":"\"50-A8\""},"path":["palette","grey","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(229, 15%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 16%)"},"name":"PaletteGrey50A16","attributes":{"category":"palette","type":"grey","item":"\"50-A16\""},"path":["palette","grey","\"50-A16\""]},"\"50-A24\"":{"value":"hsla(229, 15%, 50%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 24%)"},"name":"PaletteGrey50A24","attributes":{"category":"palette","type":"grey","item":"\"50-A24\""},"path":["palette","grey","\"50-A24\""]},"\"50-A32\"":{"value":"hsla(229, 15%, 50%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 32%)"},"name":"PaletteGrey50A32","attributes":{"category":"palette","type":"grey","item":"\"50-A32\""},"path":["palette","grey","\"50-A32\""]},"\"50-A48\"":{"value":"hsla(229, 15%, 50%, 48%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 48%)"},"name":"PaletteGrey50A48","attributes":{"category":"palette","type":"grey","item":"\"50-A48\""},"path":["palette","grey","\"50-A48\""]},"\"50-A52\"":{"value":"hsla(229, 15%, 50%, 52%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 52%)"},"name":"PaletteGrey50A52","attributes":{"category":"palette","type":"grey","item":"\"50-A52\""},"path":["palette","grey","\"50-A52\""]},"\"85-S100-A15\"":{"value":"hsla(229, 100%, 85%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 100%, 85%, 15%)"},"name":"PaletteGrey85S100A15","attributes":{"category":"palette","type":"grey","item":"\"85-S100-A15\""},"path":["palette","grey","\"85-S100-A15\""]},"\"99-A88\"":{"value":"hsla(229, 15%, 99%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 88%)"},"name":"PaletteGrey99A88","attributes":{"category":"palette","type":"grey","item":"\"99-A88\""},"path":["palette","grey","\"99-A88\""]},"\"100-A52\"":{"value":"hsla(229, 15%, 100%, 52%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 52%)"},"name":"PaletteGrey100A52","attributes":{"category":"palette","type":"grey","item":"\"100-A52\""},"path":["palette","grey","\"100-A52\""]},"\"100-A72\"":{"value":"hsla(229, 15%, 100%, 72%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 72%)"},"name":"PaletteGrey100A72","attributes":{"category":"palette","type":"grey","item":"\"100-A72\""},"path":["palette","grey","\"100-A72\""]},"\"100-A90\"":{"value":"hsla(229, 15%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 100%)"},"name":"PaletteGrey100A90","attributes":{"category":"palette","type":"grey","item":"\"100-A90\""},"path":["palette","grey","\"100-A90\""]},"A8":{"value":"hsla(229, 15%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 8%)"},"name":"PaletteGreyA8","attributes":{"category":"palette","type":"grey","item":"A8"},"path":["palette","grey","A8"]},"A15L85":{"value":"hsla(229, 100%, 85%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 100%, 85%, 15%)"},"name":"PaletteGreyA15L85","attributes":{"category":"palette","type":"grey","item":"A15L85"},"path":["palette","grey","A15L85"]},"A16":{"value":"hsla(229, 15%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 16%)"},"name":"PaletteGreyA16","attributes":{"category":"palette","type":"grey","item":"A16"},"path":["palette","grey","A16"]},"A24":{"value":"hsla(229, 15%, 6%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 24%)"},"name":"PaletteGreyA24","attributes":{"category":"palette","type":"grey","item":"A24"},"path":["palette","grey","A24"]},"A32":{"value":"hsla(229, 15%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 32%)"},"name":"PaletteGreyA32","attributes":{"category":"palette","type":"grey","item":"A32"},"path":["palette","grey","A32"]},"A32L50":{"value":"hsla(229, 15%, 50%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 32%)"},"name":"PaletteGreyA32L50","attributes":{"category":"palette","type":"grey","item":"A32L50"},"path":["palette","grey","A32L50"]},"A48":{"value":"hsla(229, 15%, 50%, 48%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 48%)"},"name":"PaletteGreyA48","attributes":{"category":"palette","type":"grey","item":"A48"},"path":["palette","grey","A48"]},"A64L6":{"value":"hsla(229, 15%, 6%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 64%)"},"name":"PaletteGreyA64L6","attributes":{"category":"palette","type":"grey","item":"A64L6"},"path":["palette","grey","A64L6"]},"A88":{"value":"hsla(229, 15%, 99%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 88%)"},"name":"PaletteGreyA88","attributes":{"category":"palette","type":"grey","item":"A88"},"path":["palette","grey","A88"]},"A88L6":{"value":"hsla(229, 15%, 6%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 88%)"},"name":"PaletteGreyA88L6","attributes":{"category":"palette","type":"grey","item":"A88L6"},"path":["palette","grey","A88L6"]},"A80L12":{"value":"hsla(229, 15%, 12%, 80%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 80%)"},"name":"PaletteGreyA80L12","attributes":{"category":"palette","type":"grey","item":"A80L12"},"path":["palette","grey","A80L12"]}}, + "DarkNeutralWhite": "hsla(0, 0%, 100%, 100%)", + "DarkNeutralBlack": "hsla(0, 0%, 0%, 100%)", + "DarkWhiteDefault": "hsla(0, 0%, 100%, 100%)", + "DarkWhitePalette": {"default":{"value":"hsla(0, 0%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 100%)"},"name":"PaletteWhiteDefault","attributes":{"category":"palette","type":"white","item":"default"},"path":["palette","white","default"]},"\"default-A15\"":{"value":"hsla(0, 0%, 100%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 15%)"},"name":"PaletteWhiteDefaultA15","attributes":{"category":"palette","type":"white","item":"\"default-A15\""},"path":["palette","white","\"default-A15\""]},"\"default-A64\"":{"value":"hsla(0, 0%, 100%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 64%)"},"name":"PaletteWhiteDefaultA64","attributes":{"category":"palette","type":"white","item":"\"default-A64\""},"path":["palette","white","\"default-A64\""]},"\"default-A72\"":{"value":"hsla(0, 0%, 100%, 72%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 72%)"},"name":"PaletteWhiteDefaultA72","attributes":{"category":"palette","type":"white","item":"\"default-A72\""},"path":["palette","white","\"default-A72\""]},"A72":{"value":"hsla(0, 0%, 100%, 72%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 100%, 72%)"},"name":"PaletteWhiteA72","attributes":{"category":"palette","type":"white","item":"A72"},"path":["palette","white","A72"]}}, + "DarkBlackDefault": "hsla(0, 0%, 0%, 100%)", + "DarkBlackPalette": {"default":{"value":"hsla(0, 0%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(0, 0%, 0%, 100%)"},"name":"PaletteBlackDefault","attributes":{"category":"palette","type":"black","item":"default"},"path":["palette","black","default"]},"\"default-A8\"":{"value":"rgba(0, 0, 0, 0.08)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.08)"},"name":"PaletteBlackDefaultA8","attributes":{"category":"palette","type":"black","item":"\"default-A8\""},"path":["palette","black","\"default-A8\""]},"\"default-A16\"":{"value":"rgba(0, 0, 0, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.16)"},"name":"PaletteBlackDefaultA16","attributes":{"category":"palette","type":"black","item":"\"default-A16\""},"path":["palette","black","\"default-A16\""]},"\"default-A20\"":{"value":"rgba(0, 0, 0, 0.20)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.20)"},"name":"PaletteBlackDefaultA20","attributes":{"category":"palette","type":"black","item":"\"default-A20\""},"path":["palette","black","\"default-A20\""]},"\"default-A50\"":{"value":"rgba(0, 0, 0, 0.50)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.50)"},"name":"PaletteBlackDefaultA50","attributes":{"category":"palette","type":"black","item":"\"default-A50\""},"path":["palette","black","\"default-A50\""]},"A50":{"value":"rgba(0, 0, 0, 0.50)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(0, 0, 0, 0.50)"},"name":"PaletteBlackA50","attributes":{"category":"palette","type":"black","item":"A50"},"path":["palette","black","A50"]}}, + "DarkBrandDefault": "hsla(7, 97%, 50%, 100%)", + "DarkBrandPalette": {"0":{"value":"hsla(7, 97%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 0%, 100%)"},"name":"PaletteRed0","attributes":{"category":"palette","type":"red","item":"0"},"path":["palette","red","0"]},"1":{"value":"hsla(7, 97%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 1%, 100%)"},"name":"PaletteRed1","attributes":{"category":"palette","type":"red","item":"1"},"path":["palette","red","1"]},"2":{"value":"hsla(7, 97%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 2%, 100%)"},"name":"PaletteRed2","attributes":{"category":"palette","type":"red","item":"2"},"path":["palette","red","2"]},"3":{"value":"hsla(7, 97%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 3%, 100%)"},"name":"PaletteRed3","attributes":{"category":"palette","type":"red","item":"3"},"path":["palette","red","3"]},"4":{"value":"hsla(7, 97%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 4%, 100%)"},"name":"PaletteRed4","attributes":{"category":"palette","type":"red","item":"4"},"path":["palette","red","4"]},"5":{"value":"hsla(7, 97%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 100%)"},"name":"PaletteRed5","attributes":{"category":"palette","type":"red","item":"5"},"path":["palette","red","5"]},"6":{"value":"hsla(7, 97%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 6%, 100%)"},"name":"PaletteRed6","attributes":{"category":"palette","type":"red","item":"6"},"path":["palette","red","6"]},"7":{"value":"hsla(7, 97%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 7%, 100%)"},"name":"PaletteRed7","attributes":{"category":"palette","type":"red","item":"7"},"path":["palette","red","7"]},"8":{"value":"hsla(7, 97%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 8%, 100%)"},"name":"PaletteRed8","attributes":{"category":"palette","type":"red","item":"8"},"path":["palette","red","8"]},"9":{"value":"hsla(7, 97%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 9%, 100%)"},"name":"PaletteRed9","attributes":{"category":"palette","type":"red","item":"9"},"path":["palette","red","9"]},"10":{"value":"hsla(7, 97%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 10%, 100%)"},"name":"PaletteRed10","attributes":{"category":"palette","type":"red","item":"10"},"path":["palette","red","10"]},"11":{"value":"hsla(7, 97%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 11%, 100%)"},"name":"PaletteRed11","attributes":{"category":"palette","type":"red","item":"11"},"path":["palette","red","11"]},"12":{"value":"hsla(7, 97%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 12%, 100%)"},"name":"PaletteRed12","attributes":{"category":"palette","type":"red","item":"12"},"path":["palette","red","12"]},"13":{"value":"hsla(7, 97%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 13%, 100%)"},"name":"PaletteRed13","attributes":{"category":"palette","type":"red","item":"13"},"path":["palette","red","13"]},"14":{"value":"hsla(7, 97%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 14%, 100%)"},"name":"PaletteRed14","attributes":{"category":"palette","type":"red","item":"14"},"path":["palette","red","14"]},"15":{"value":"hsla(7, 97%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 15%, 100%)"},"name":"PaletteRed15","attributes":{"category":"palette","type":"red","item":"15"},"path":["palette","red","15"]},"16":{"value":"hsla(7, 97%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 16%, 100%)"},"name":"PaletteRed16","attributes":{"category":"palette","type":"red","item":"16"},"path":["palette","red","16"]},"17":{"value":"hsla(7, 97%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 17%, 100%)"},"name":"PaletteRed17","attributes":{"category":"palette","type":"red","item":"17"},"path":["palette","red","17"]},"18":{"value":"hsla(7, 97%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 18%, 100%)"},"name":"PaletteRed18","attributes":{"category":"palette","type":"red","item":"18"},"path":["palette","red","18"]},"19":{"value":"hsla(7, 97%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 19%, 100%)"},"name":"PaletteRed19","attributes":{"category":"palette","type":"red","item":"19"},"path":["palette","red","19"]},"20":{"value":"hsla(7, 97%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 20%, 100%)"},"name":"PaletteRed20","attributes":{"category":"palette","type":"red","item":"20"},"path":["palette","red","20"]},"21":{"value":"hsla(7, 97%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 21%, 100%)"},"name":"PaletteRed21","attributes":{"category":"palette","type":"red","item":"21"},"path":["palette","red","21"]},"22":{"value":"hsla(7, 97%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 22%, 100%)"},"name":"PaletteRed22","attributes":{"category":"palette","type":"red","item":"22"},"path":["palette","red","22"]},"23":{"value":"hsla(7, 97%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 23%, 100%)"},"name":"PaletteRed23","attributes":{"category":"palette","type":"red","item":"23"},"path":["palette","red","23"]},"24":{"value":"hsla(7, 97%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 24%, 100%)"},"name":"PaletteRed24","attributes":{"category":"palette","type":"red","item":"24"},"path":["palette","red","24"]},"25":{"value":"hsla(7, 97%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 25%, 100%)"},"name":"PaletteRed25","attributes":{"category":"palette","type":"red","item":"25"},"path":["palette","red","25"]},"26":{"value":"hsla(7, 97%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 26%, 100%)"},"name":"PaletteRed26","attributes":{"category":"palette","type":"red","item":"26"},"path":["palette","red","26"]},"27":{"value":"hsla(7, 97%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 27%, 100%)"},"name":"PaletteRed27","attributes":{"category":"palette","type":"red","item":"27"},"path":["palette","red","27"]},"28":{"value":"hsla(7, 97%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 28%, 100%)"},"name":"PaletteRed28","attributes":{"category":"palette","type":"red","item":"28"},"path":["palette","red","28"]},"29":{"value":"hsla(7, 97%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 29%, 100%)"},"name":"PaletteRed29","attributes":{"category":"palette","type":"red","item":"29"},"path":["palette","red","29"]},"30":{"value":"hsla(7, 97%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 30%, 100%)"},"name":"PaletteRed30","attributes":{"category":"palette","type":"red","item":"30"},"path":["palette","red","30"]},"31":{"value":"hsla(7, 97%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 31%, 100%)"},"name":"PaletteRed31","attributes":{"category":"palette","type":"red","item":"31"},"path":["palette","red","31"]},"32":{"value":"hsla(7, 97%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 32%, 100%)"},"name":"PaletteRed32","attributes":{"category":"palette","type":"red","item":"32"},"path":["palette","red","32"]},"33":{"value":"hsla(7, 97%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 33%, 100%)"},"name":"PaletteRed33","attributes":{"category":"palette","type":"red","item":"33"},"path":["palette","red","33"]},"34":{"value":"hsla(7, 97%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 34%, 100%)"},"name":"PaletteRed34","attributes":{"category":"palette","type":"red","item":"34"},"path":["palette","red","34"]},"35":{"value":"hsla(7, 97%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 35%, 100%)"},"name":"PaletteRed35","attributes":{"category":"palette","type":"red","item":"35"},"path":["palette","red","35"]},"36":{"value":"hsla(7, 97%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 36%, 100%)"},"name":"PaletteRed36","attributes":{"category":"palette","type":"red","item":"36"},"path":["palette","red","36"]},"37":{"value":"hsla(7, 97%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 37%, 100%)"},"name":"PaletteRed37","attributes":{"category":"palette","type":"red","item":"37"},"path":["palette","red","37"]},"38":{"value":"hsla(7, 97%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 38%, 100%)"},"name":"PaletteRed38","attributes":{"category":"palette","type":"red","item":"38"},"path":["palette","red","38"]},"39":{"value":"hsla(7, 97%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 39%, 100%)"},"name":"PaletteRed39","attributes":{"category":"palette","type":"red","item":"39"},"path":["palette","red","39"]},"40":{"value":"hsla(7, 97%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 40%, 100%)"},"name":"PaletteRed40","attributes":{"category":"palette","type":"red","item":"40"},"path":["palette","red","40"]},"41":{"value":"hsla(7, 97%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 41%, 100%)"},"name":"PaletteRed41","attributes":{"category":"palette","type":"red","item":"41"},"path":["palette","red","41"]},"42":{"value":"hsla(7, 97%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 42%, 100%)"},"name":"PaletteRed42","attributes":{"category":"palette","type":"red","item":"42"},"path":["palette","red","42"]},"43":{"value":"hsla(7, 97%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 43%, 100%)"},"name":"PaletteRed43","attributes":{"category":"palette","type":"red","item":"43"},"path":["palette","red","43"]},"44":{"value":"hsla(7, 97%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 44%, 100%)"},"name":"PaletteRed44","attributes":{"category":"palette","type":"red","item":"44"},"path":["palette","red","44"]},"45":{"value":"hsla(7, 97%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 45%, 100%)"},"name":"PaletteRed45","attributes":{"category":"palette","type":"red","item":"45"},"path":["palette","red","45"]},"46":{"value":"hsla(7, 97%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 46%, 100%)"},"name":"PaletteRed46","attributes":{"category":"palette","type":"red","item":"46"},"path":["palette","red","46"]},"47":{"value":"hsla(7, 97%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 47%, 100%)"},"name":"PaletteRed47","attributes":{"category":"palette","type":"red","item":"47"},"path":["palette","red","47"]},"48":{"value":"hsla(7, 97%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 48%, 100%)"},"name":"PaletteRed48","attributes":{"category":"palette","type":"red","item":"48"},"path":["palette","red","48"]},"49":{"value":"hsla(7, 97%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 49%, 100%)"},"name":"PaletteRed49","attributes":{"category":"palette","type":"red","item":"49"},"path":["palette","red","49"]},"50":{"value":"hsla(7, 97%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 100%)"},"name":"PaletteRed50","attributes":{"category":"palette","type":"red","item":"50"},"path":["palette","red","50"]},"51":{"value":"hsla(7, 97%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 51%, 100%)"},"name":"PaletteRed51","attributes":{"category":"palette","type":"red","item":"51"},"path":["palette","red","51"]},"52":{"value":"hsla(7, 97%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 52%, 100%)"},"name":"PaletteRed52","attributes":{"category":"palette","type":"red","item":"52"},"path":["palette","red","52"]},"53":{"value":"hsla(7, 97%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 53%, 100%)"},"name":"PaletteRed53","attributes":{"category":"palette","type":"red","item":"53"},"path":["palette","red","53"]},"54":{"value":"hsla(7, 97%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 54%, 100%)"},"name":"PaletteRed54","attributes":{"category":"palette","type":"red","item":"54"},"path":["palette","red","54"]},"55":{"value":"hsla(7, 97%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 55%, 100%)"},"name":"PaletteRed55","attributes":{"category":"palette","type":"red","item":"55"},"path":["palette","red","55"]},"56":{"value":"hsla(7, 97%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 56%, 100%)"},"name":"PaletteRed56","attributes":{"category":"palette","type":"red","item":"56"},"path":["palette","red","56"]},"57":{"value":"hsla(7, 97%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 57%, 100%)"},"name":"PaletteRed57","attributes":{"category":"palette","type":"red","item":"57"},"path":["palette","red","57"]},"58":{"value":"hsla(7, 97%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 58%, 100%)"},"name":"PaletteRed58","attributes":{"category":"palette","type":"red","item":"58"},"path":["palette","red","58"]},"59":{"value":"hsla(7, 97%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 59%, 100%)"},"name":"PaletteRed59","attributes":{"category":"palette","type":"red","item":"59"},"path":["palette","red","59"]},"60":{"value":"hsla(7, 97%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 100%)"},"name":"PaletteRed60","attributes":{"category":"palette","type":"red","item":"60"},"path":["palette","red","60"]},"61":{"value":"hsla(7, 97%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 61%, 100%)"},"name":"PaletteRed61","attributes":{"category":"palette","type":"red","item":"61"},"path":["palette","red","61"]},"62":{"value":"hsla(7, 97%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 62%, 100%)"},"name":"PaletteRed62","attributes":{"category":"palette","type":"red","item":"62"},"path":["palette","red","62"]},"63":{"value":"hsla(7, 97%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 63%, 100%)"},"name":"PaletteRed63","attributes":{"category":"palette","type":"red","item":"63"},"path":["palette","red","63"]},"64":{"value":"hsla(7, 97%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 64%, 100%)"},"name":"PaletteRed64","attributes":{"category":"palette","type":"red","item":"64"},"path":["palette","red","64"]},"65":{"value":"hsla(7, 97%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 65%, 100%)"},"name":"PaletteRed65","attributes":{"category":"palette","type":"red","item":"65"},"path":["palette","red","65"]},"66":{"value":"hsla(7, 97%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 66%, 100%)"},"name":"PaletteRed66","attributes":{"category":"palette","type":"red","item":"66"},"path":["palette","red","66"]},"67":{"value":"hsla(7, 97%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 67%, 100%)"},"name":"PaletteRed67","attributes":{"category":"palette","type":"red","item":"67"},"path":["palette","red","67"]},"68":{"value":"hsla(7, 97%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 68%, 100%)"},"name":"PaletteRed68","attributes":{"category":"palette","type":"red","item":"68"},"path":["palette","red","68"]},"69":{"value":"hsla(7, 97%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 69%, 100%)"},"name":"PaletteRed69","attributes":{"category":"palette","type":"red","item":"69"},"path":["palette","red","69"]},"70":{"value":"hsla(7, 97%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 70%, 100%)"},"name":"PaletteRed70","attributes":{"category":"palette","type":"red","item":"70"},"path":["palette","red","70"]},"71":{"value":"hsla(7, 97%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 71%, 100%)"},"name":"PaletteRed71","attributes":{"category":"palette","type":"red","item":"71"},"path":["palette","red","71"]},"72":{"value":"hsla(7, 97%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 72%, 100%)"},"name":"PaletteRed72","attributes":{"category":"palette","type":"red","item":"72"},"path":["palette","red","72"]},"73":{"value":"hsla(7, 97%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 73%, 100%)"},"name":"PaletteRed73","attributes":{"category":"palette","type":"red","item":"73"},"path":["palette","red","73"]},"74":{"value":"hsla(7, 97%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 74%, 100%)"},"name":"PaletteRed74","attributes":{"category":"palette","type":"red","item":"74"},"path":["palette","red","74"]},"75":{"value":"hsla(7, 97%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 75%, 100%)"},"name":"PaletteRed75","attributes":{"category":"palette","type":"red","item":"75"},"path":["palette","red","75"]},"76":{"value":"hsla(7, 97%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 76%, 100%)"},"name":"PaletteRed76","attributes":{"category":"palette","type":"red","item":"76"},"path":["palette","red","76"]},"77":{"value":"hsla(7, 97%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 77%, 100%)"},"name":"PaletteRed77","attributes":{"category":"palette","type":"red","item":"77"},"path":["palette","red","77"]},"78":{"value":"hsla(7, 97%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 78%, 100%)"},"name":"PaletteRed78","attributes":{"category":"palette","type":"red","item":"78"},"path":["palette","red","78"]},"79":{"value":"hsla(7, 97%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 79%, 100%)"},"name":"PaletteRed79","attributes":{"category":"palette","type":"red","item":"79"},"path":["palette","red","79"]},"80":{"value":"hsla(7, 97%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 80%, 100%)"},"name":"PaletteRed80","attributes":{"category":"palette","type":"red","item":"80"},"path":["palette","red","80"]},"81":{"value":"hsla(7, 97%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 81%, 100%)"},"name":"PaletteRed81","attributes":{"category":"palette","type":"red","item":"81"},"path":["palette","red","81"]},"82":{"value":"hsla(7, 97%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 82%, 100%)"},"name":"PaletteRed82","attributes":{"category":"palette","type":"red","item":"82"},"path":["palette","red","82"]},"83":{"value":"hsla(7, 97%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 83%, 100%)"},"name":"PaletteRed83","attributes":{"category":"palette","type":"red","item":"83"},"path":["palette","red","83"]},"84":{"value":"hsla(7, 97%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 84%, 100%)"},"name":"PaletteRed84","attributes":{"category":"palette","type":"red","item":"84"},"path":["palette","red","84"]},"85":{"value":"hsla(7, 97%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 85%, 100%)"},"name":"PaletteRed85","attributes":{"category":"palette","type":"red","item":"85"},"path":["palette","red","85"]},"86":{"value":"hsla(7, 97%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 86%, 100%)"},"name":"PaletteRed86","attributes":{"category":"palette","type":"red","item":"86"},"path":["palette","red","86"]},"87":{"value":"hsla(7, 97%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 87%, 100%)"},"name":"PaletteRed87","attributes":{"category":"palette","type":"red","item":"87"},"path":["palette","red","87"]},"88":{"value":"hsla(7, 97%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 88%, 100%)"},"name":"PaletteRed88","attributes":{"category":"palette","type":"red","item":"88"},"path":["palette","red","88"]},"89":{"value":"hsla(7, 97%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 89%, 100%)"},"name":"PaletteRed89","attributes":{"category":"palette","type":"red","item":"89"},"path":["palette","red","89"]},"90":{"value":"hsla(7, 97%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 90%, 100%)"},"name":"PaletteRed90","attributes":{"category":"palette","type":"red","item":"90"},"path":["palette","red","90"]},"91":{"value":"hsla(7, 97%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 91%, 100%)"},"name":"PaletteRed91","attributes":{"category":"palette","type":"red","item":"91"},"path":["palette","red","91"]},"92":{"value":"hsla(7, 97%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 92%, 100%)"},"name":"PaletteRed92","attributes":{"category":"palette","type":"red","item":"92"},"path":["palette","red","92"]},"93":{"value":"hsla(7, 97%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 93%, 100%)"},"name":"PaletteRed93","attributes":{"category":"palette","type":"red","item":"93"},"path":["palette","red","93"]},"94":{"value":"hsla(7, 97%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 94%, 100%)"},"name":"PaletteRed94","attributes":{"category":"palette","type":"red","item":"94"},"path":["palette","red","94"]},"95":{"value":"hsla(7, 97%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 95%, 100%)"},"name":"PaletteRed95","attributes":{"category":"palette","type":"red","item":"95"},"path":["palette","red","95"]},"96":{"value":"hsla(7, 97%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 96%, 100%)"},"name":"PaletteRed96","attributes":{"category":"palette","type":"red","item":"96"},"path":["palette","red","96"]},"97":{"value":"hsla(7, 97%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 97%, 100%)"},"name":"PaletteRed97","attributes":{"category":"palette","type":"red","item":"97"},"path":["palette","red","97"]},"98":{"value":"hsla(7, 97%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 98%, 100%)"},"name":"PaletteRed98","attributes":{"category":"palette","type":"red","item":"98"},"path":["palette","red","98"]},"99":{"value":"hsla(7, 97%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 99%, 100%)"},"name":"PaletteRed99","attributes":{"category":"palette","type":"red","item":"99"},"path":["palette","red","99"]},"100":{"value":"hsla(7, 97%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 100%, 100%)"},"name":"PaletteRed100","attributes":{"category":"palette","type":"red","item":"100"},"path":["palette","red","100"]},"\"5-A8\"":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRed5A8","attributes":{"category":"palette","type":"red","item":"\"5-A8\""},"path":["palette","red","\"5-A8\""]},"\"5-A16\"":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRed5A16","attributes":{"category":"palette","type":"red","item":"\"5-A16\""},"path":["palette","red","\"5-A16\""]},"\"50-A8\"":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRed50A8","attributes":{"category":"palette","type":"red","item":"\"50-A8\""},"path":["palette","red","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRed50A16","attributes":{"category":"palette","type":"red","item":"\"50-A16\""},"path":["palette","red","\"50-A16\""]},"\"51-S69\"":{"value":"hsla(7, 69%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 69%, 51%, 100%)"},"name":"PaletteRed51S69","attributes":{"category":"palette","type":"red","item":"\"51-S69\""},"path":["palette","red","\"51-S69\""]},"\"60-A55\"":{"value":"hsla(7, 97%, 60%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 60%, 55%)"},"name":"PaletteRed60A55","attributes":{"category":"palette","type":"red","item":"\"60-A55\""},"path":["palette","red","\"60-A55\""]},"A8":{"value":"hsla(7, 97%, 5%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 8%)"},"name":"PaletteRedA8","attributes":{"category":"palette","type":"red","item":"A8"},"path":["palette","red","A8"]},"A8L50":{"value":"hsla(7, 97%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 8%)"},"name":"PaletteRedA8L50","attributes":{"category":"palette","type":"red","item":"A8L50"},"path":["palette","red","A8L50"]},"A16":{"value":"hsla(7, 97%, 5%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 5%, 16%)"},"name":"PaletteRedA16","attributes":{"category":"palette","type":"red","item":"A16"},"path":["palette","red","A16"]},"A16L50":{"value":"hsla(7, 97%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(7, 97%, 50%, 16%)"},"name":"PaletteRedA16L50","attributes":{"category":"palette","type":"red","item":"A16L50"},"path":["palette","red","A16L50"]},"A24":{"value":"rgba(240, 10, 25, 0.24)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.24)"},"name":"PaletteRedA24","attributes":{"category":"palette","type":"red","item":"A24"},"path":["palette","red","A24"]},"A32":{"value":"rgba(240, 10, 25, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.32)"},"name":"PaletteRedA32","attributes":{"category":"palette","type":"red","item":"A32"},"path":["palette","red","A32"]},"A48":{"value":"rgba(240, 10, 25, 0.48)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(240, 10, 25, 0.48)"},"name":"PaletteRedA48","attributes":{"category":"palette","type":"red","item":"A48"},"path":["palette","red","A48"]}}, + "DarkPurpleDefault": "hsla(277, 72%, 50%, 100%)", + "DarkPurplePalette": {"0":{"value":"hsla(277, 72%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 0%, 100%)"},"name":"PalettePurple0","attributes":{"category":"palette","type":"purple","item":"0"},"path":["palette","purple","0"]},"1":{"value":"hsla(277, 72%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 1%, 100%)"},"name":"PalettePurple1","attributes":{"category":"palette","type":"purple","item":"1"},"path":["palette","purple","1"]},"2":{"value":"hsla(277, 72%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 2%, 100%)"},"name":"PalettePurple2","attributes":{"category":"palette","type":"purple","item":"2"},"path":["palette","purple","2"]},"3":{"value":"hsla(277, 72%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 3%, 100%)"},"name":"PalettePurple3","attributes":{"category":"palette","type":"purple","item":"3"},"path":["palette","purple","3"]},"4":{"value":"hsla(277, 72%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 4%, 100%)"},"name":"PalettePurple4","attributes":{"category":"palette","type":"purple","item":"4"},"path":["palette","purple","4"]},"5":{"value":"hsla(277, 72%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 5%, 100%)"},"name":"PalettePurple5","attributes":{"category":"palette","type":"purple","item":"5"},"path":["palette","purple","5"]},"6":{"value":"hsla(277, 72%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 6%, 100%)"},"name":"PalettePurple6","attributes":{"category":"palette","type":"purple","item":"6"},"path":["palette","purple","6"]},"7":{"value":"hsla(277, 72%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 7%, 100%)"},"name":"PalettePurple7","attributes":{"category":"palette","type":"purple","item":"7"},"path":["palette","purple","7"]},"8":{"value":"hsla(277, 72%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 8%, 100%)"},"name":"PalettePurple8","attributes":{"category":"palette","type":"purple","item":"8"},"path":["palette","purple","8"]},"9":{"value":"hsla(277, 72%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 9%, 100%)"},"name":"PalettePurple9","attributes":{"category":"palette","type":"purple","item":"9"},"path":["palette","purple","9"]},"10":{"value":"hsla(277, 72%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 10%, 100%)"},"name":"PalettePurple10","attributes":{"category":"palette","type":"purple","item":"10"},"path":["palette","purple","10"]},"11":{"value":"hsla(277, 72%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 11%, 100%)"},"name":"PalettePurple11","attributes":{"category":"palette","type":"purple","item":"11"},"path":["palette","purple","11"]},"12":{"value":"hsla(277, 72%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 12%, 100%)"},"name":"PalettePurple12","attributes":{"category":"palette","type":"purple","item":"12"},"path":["palette","purple","12"]},"13":{"value":"hsla(277, 72%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 13%, 100%)"},"name":"PalettePurple13","attributes":{"category":"palette","type":"purple","item":"13"},"path":["palette","purple","13"]},"14":{"value":"hsla(277, 72%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 14%, 100%)"},"name":"PalettePurple14","attributes":{"category":"palette","type":"purple","item":"14"},"path":["palette","purple","14"]},"15":{"value":"hsla(277, 72%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 15%, 100%)"},"name":"PalettePurple15","attributes":{"category":"palette","type":"purple","item":"15"},"path":["palette","purple","15"]},"16":{"value":"hsla(277, 72%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 16%, 100%)"},"name":"PalettePurple16","attributes":{"category":"palette","type":"purple","item":"16"},"path":["palette","purple","16"]},"17":{"value":"hsla(277, 72%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 17%, 100%)"},"name":"PalettePurple17","attributes":{"category":"palette","type":"purple","item":"17"},"path":["palette","purple","17"]},"18":{"value":"hsla(277, 72%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 18%, 100%)"},"name":"PalettePurple18","attributes":{"category":"palette","type":"purple","item":"18"},"path":["palette","purple","18"]},"19":{"value":"hsla(277, 72%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 19%, 100%)"},"name":"PalettePurple19","attributes":{"category":"palette","type":"purple","item":"19"},"path":["palette","purple","19"]},"20":{"value":"hsla(277, 72%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 20%, 100%)"},"name":"PalettePurple20","attributes":{"category":"palette","type":"purple","item":"20"},"path":["palette","purple","20"]},"21":{"value":"hsla(277, 72%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 21%, 100%)"},"name":"PalettePurple21","attributes":{"category":"palette","type":"purple","item":"21"},"path":["palette","purple","21"]},"22":{"value":"hsla(277, 72%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 22%, 100%)"},"name":"PalettePurple22","attributes":{"category":"palette","type":"purple","item":"22"},"path":["palette","purple","22"]},"23":{"value":"hsla(277, 72%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 23%, 100%)"},"name":"PalettePurple23","attributes":{"category":"palette","type":"purple","item":"23"},"path":["palette","purple","23"]},"24":{"value":"hsla(277, 72%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 24%, 100%)"},"name":"PalettePurple24","attributes":{"category":"palette","type":"purple","item":"24"},"path":["palette","purple","24"]},"25":{"value":"hsla(277, 72%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 25%, 100%)"},"name":"PalettePurple25","attributes":{"category":"palette","type":"purple","item":"25"},"path":["palette","purple","25"]},"26":{"value":"hsla(277, 72%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 26%, 100%)"},"name":"PalettePurple26","attributes":{"category":"palette","type":"purple","item":"26"},"path":["palette","purple","26"]},"27":{"value":"hsla(277, 72%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 27%, 100%)"},"name":"PalettePurple27","attributes":{"category":"palette","type":"purple","item":"27"},"path":["palette","purple","27"]},"28":{"value":"hsla(277, 72%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 28%, 100%)"},"name":"PalettePurple28","attributes":{"category":"palette","type":"purple","item":"28"},"path":["palette","purple","28"]},"29":{"value":"hsla(277, 72%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 29%, 100%)"},"name":"PalettePurple29","attributes":{"category":"palette","type":"purple","item":"29"},"path":["palette","purple","29"]},"30":{"value":"hsla(277, 72%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 30%, 100%)"},"name":"PalettePurple30","attributes":{"category":"palette","type":"purple","item":"30"},"path":["palette","purple","30"]},"31":{"value":"hsla(277, 72%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 31%, 100%)"},"name":"PalettePurple31","attributes":{"category":"palette","type":"purple","item":"31"},"path":["palette","purple","31"]},"32":{"value":"hsla(277, 72%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 32%, 100%)"},"name":"PalettePurple32","attributes":{"category":"palette","type":"purple","item":"32"},"path":["palette","purple","32"]},"33":{"value":"hsla(277, 72%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 33%, 100%)"},"name":"PalettePurple33","attributes":{"category":"palette","type":"purple","item":"33"},"path":["palette","purple","33"]},"34":{"value":"hsla(277, 72%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 34%, 100%)"},"name":"PalettePurple34","attributes":{"category":"palette","type":"purple","item":"34"},"path":["palette","purple","34"]},"35":{"value":"hsla(277, 72%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 35%, 100%)"},"name":"PalettePurple35","attributes":{"category":"palette","type":"purple","item":"35"},"path":["palette","purple","35"]},"36":{"value":"hsla(277, 72%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 36%, 100%)"},"name":"PalettePurple36","attributes":{"category":"palette","type":"purple","item":"36"},"path":["palette","purple","36"]},"37":{"value":"hsla(277, 72%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 37%, 100%)"},"name":"PalettePurple37","attributes":{"category":"palette","type":"purple","item":"37"},"path":["palette","purple","37"]},"38":{"value":"hsla(277, 72%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 38%, 100%)"},"name":"PalettePurple38","attributes":{"category":"palette","type":"purple","item":"38"},"path":["palette","purple","38"]},"39":{"value":"hsla(277, 72%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 39%, 100%)"},"name":"PalettePurple39","attributes":{"category":"palette","type":"purple","item":"39"},"path":["palette","purple","39"]},"40":{"value":"hsla(277, 72%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 40%, 100%)"},"name":"PalettePurple40","attributes":{"category":"palette","type":"purple","item":"40"},"path":["palette","purple","40"]},"41":{"value":"hsla(277, 72%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 41%, 100%)"},"name":"PalettePurple41","attributes":{"category":"palette","type":"purple","item":"41"},"path":["palette","purple","41"]},"42":{"value":"hsla(277, 72%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 42%, 100%)"},"name":"PalettePurple42","attributes":{"category":"palette","type":"purple","item":"42"},"path":["palette","purple","42"]},"43":{"value":"hsla(277, 72%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 43%, 100%)"},"name":"PalettePurple43","attributes":{"category":"palette","type":"purple","item":"43"},"path":["palette","purple","43"]},"44":{"value":"hsla(277, 72%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 44%, 100%)"},"name":"PalettePurple44","attributes":{"category":"palette","type":"purple","item":"44"},"path":["palette","purple","44"]},"45":{"value":"hsla(277, 72%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 45%, 100%)"},"name":"PalettePurple45","attributes":{"category":"palette","type":"purple","item":"45"},"path":["palette","purple","45"]},"46":{"value":"hsla(277, 72%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 46%, 100%)"},"name":"PalettePurple46","attributes":{"category":"palette","type":"purple","item":"46"},"path":["palette","purple","46"]},"47":{"value":"hsla(277, 72%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 47%, 100%)"},"name":"PalettePurple47","attributes":{"category":"palette","type":"purple","item":"47"},"path":["palette","purple","47"]},"48":{"value":"hsla(277, 72%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 48%, 100%)"},"name":"PalettePurple48","attributes":{"category":"palette","type":"purple","item":"48"},"path":["palette","purple","48"]},"49":{"value":"hsla(277, 72%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 49%, 100%)"},"name":"PalettePurple49","attributes":{"category":"palette","type":"purple","item":"49"},"path":["palette","purple","49"]},"50":{"value":"hsla(277, 72%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 50%, 100%)"},"name":"PalettePurple50","attributes":{"category":"palette","type":"purple","item":"50"},"path":["palette","purple","50"]},"51":{"value":"hsla(277, 72%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 51%, 100%)"},"name":"PalettePurple51","attributes":{"category":"palette","type":"purple","item":"51"},"path":["palette","purple","51"]},"52":{"value":"hsla(277, 72%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 52%, 100%)"},"name":"PalettePurple52","attributes":{"category":"palette","type":"purple","item":"52"},"path":["palette","purple","52"]},"53":{"value":"hsla(277, 72%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 53%, 100%)"},"name":"PalettePurple53","attributes":{"category":"palette","type":"purple","item":"53"},"path":["palette","purple","53"]},"54":{"value":"hsla(277, 72%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 54%, 100%)"},"name":"PalettePurple54","attributes":{"category":"palette","type":"purple","item":"54"},"path":["palette","purple","54"]},"55":{"value":"hsla(277, 72%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 55%, 100%)"},"name":"PalettePurple55","attributes":{"category":"palette","type":"purple","item":"55"},"path":["palette","purple","55"]},"56":{"value":"hsla(277, 72%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 56%, 100%)"},"name":"PalettePurple56","attributes":{"category":"palette","type":"purple","item":"56"},"path":["palette","purple","56"]},"57":{"value":"hsla(277, 72%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 57%, 100%)"},"name":"PalettePurple57","attributes":{"category":"palette","type":"purple","item":"57"},"path":["palette","purple","57"]},"58":{"value":"hsla(277, 72%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 58%, 100%)"},"name":"PalettePurple58","attributes":{"category":"palette","type":"purple","item":"58"},"path":["palette","purple","58"]},"59":{"value":"hsla(277, 72%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 59%, 100%)"},"name":"PalettePurple59","attributes":{"category":"palette","type":"purple","item":"59"},"path":["palette","purple","59"]},"60":{"value":"hsla(277, 72%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 60%, 100%)"},"name":"PalettePurple60","attributes":{"category":"palette","type":"purple","item":"60"},"path":["palette","purple","60"]},"61":{"value":"hsla(277, 72%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 61%, 100%)"},"name":"PalettePurple61","attributes":{"category":"palette","type":"purple","item":"61"},"path":["palette","purple","61"]},"62":{"value":"hsla(277, 72%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 62%, 100%)"},"name":"PalettePurple62","attributes":{"category":"palette","type":"purple","item":"62"},"path":["palette","purple","62"]},"63":{"value":"hsla(277, 72%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 63%, 100%)"},"name":"PalettePurple63","attributes":{"category":"palette","type":"purple","item":"63"},"path":["palette","purple","63"]},"64":{"value":"hsla(277, 72%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 64%, 100%)"},"name":"PalettePurple64","attributes":{"category":"palette","type":"purple","item":"64"},"path":["palette","purple","64"]},"65":{"value":"hsla(277, 72%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 65%, 100%)"},"name":"PalettePurple65","attributes":{"category":"palette","type":"purple","item":"65"},"path":["palette","purple","65"]},"66":{"value":"hsla(277, 72%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 66%, 100%)"},"name":"PalettePurple66","attributes":{"category":"palette","type":"purple","item":"66"},"path":["palette","purple","66"]},"67":{"value":"hsla(277, 72%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 67%, 100%)"},"name":"PalettePurple67","attributes":{"category":"palette","type":"purple","item":"67"},"path":["palette","purple","67"]},"68":{"value":"hsla(277, 72%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 68%, 100%)"},"name":"PalettePurple68","attributes":{"category":"palette","type":"purple","item":"68"},"path":["palette","purple","68"]},"69":{"value":"hsla(277, 72%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 69%, 100%)"},"name":"PalettePurple69","attributes":{"category":"palette","type":"purple","item":"69"},"path":["palette","purple","69"]},"70":{"value":"hsla(277, 72%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 70%, 100%)"},"name":"PalettePurple70","attributes":{"category":"palette","type":"purple","item":"70"},"path":["palette","purple","70"]},"71":{"value":"hsla(277, 72%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 71%, 100%)"},"name":"PalettePurple71","attributes":{"category":"palette","type":"purple","item":"71"},"path":["palette","purple","71"]},"72":{"value":"hsla(277, 72%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 72%, 100%)"},"name":"PalettePurple72","attributes":{"category":"palette","type":"purple","item":"72"},"path":["palette","purple","72"]},"73":{"value":"hsla(277, 72%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 73%, 100%)"},"name":"PalettePurple73","attributes":{"category":"palette","type":"purple","item":"73"},"path":["palette","purple","73"]},"74":{"value":"hsla(277, 72%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 74%, 100%)"},"name":"PalettePurple74","attributes":{"category":"palette","type":"purple","item":"74"},"path":["palette","purple","74"]},"75":{"value":"hsla(277, 72%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 75%, 100%)"},"name":"PalettePurple75","attributes":{"category":"palette","type":"purple","item":"75"},"path":["palette","purple","75"]},"76":{"value":"hsla(277, 72%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 76%, 100%)"},"name":"PalettePurple76","attributes":{"category":"palette","type":"purple","item":"76"},"path":["palette","purple","76"]},"77":{"value":"hsla(277, 72%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 77%, 100%)"},"name":"PalettePurple77","attributes":{"category":"palette","type":"purple","item":"77"},"path":["palette","purple","77"]},"78":{"value":"hsla(277, 72%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 78%, 100%)"},"name":"PalettePurple78","attributes":{"category":"palette","type":"purple","item":"78"},"path":["palette","purple","78"]},"79":{"value":"hsla(277, 72%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 79%, 100%)"},"name":"PalettePurple79","attributes":{"category":"palette","type":"purple","item":"79"},"path":["palette","purple","79"]},"80":{"value":"hsla(277, 72%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 80%, 100%)"},"name":"PalettePurple80","attributes":{"category":"palette","type":"purple","item":"80"},"path":["palette","purple","80"]},"81":{"value":"hsla(277, 72%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 81%, 100%)"},"name":"PalettePurple81","attributes":{"category":"palette","type":"purple","item":"81"},"path":["palette","purple","81"]},"82":{"value":"hsla(277, 72%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 82%, 100%)"},"name":"PalettePurple82","attributes":{"category":"palette","type":"purple","item":"82"},"path":["palette","purple","82"]},"83":{"value":"hsla(277, 72%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 83%, 100%)"},"name":"PalettePurple83","attributes":{"category":"palette","type":"purple","item":"83"},"path":["palette","purple","83"]},"84":{"value":"hsla(277, 72%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 84%, 100%)"},"name":"PalettePurple84","attributes":{"category":"palette","type":"purple","item":"84"},"path":["palette","purple","84"]},"85":{"value":"hsla(277, 72%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 85%, 100%)"},"name":"PalettePurple85","attributes":{"category":"palette","type":"purple","item":"85"},"path":["palette","purple","85"]},"86":{"value":"hsla(277, 72%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 86%, 100%)"},"name":"PalettePurple86","attributes":{"category":"palette","type":"purple","item":"86"},"path":["palette","purple","86"]},"87":{"value":"hsla(277, 72%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 87%, 100%)"},"name":"PalettePurple87","attributes":{"category":"palette","type":"purple","item":"87"},"path":["palette","purple","87"]},"88":{"value":"hsla(277, 72%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 88%, 100%)"},"name":"PalettePurple88","attributes":{"category":"palette","type":"purple","item":"88"},"path":["palette","purple","88"]},"89":{"value":"hsla(277, 72%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 89%, 100%)"},"name":"PalettePurple89","attributes":{"category":"palette","type":"purple","item":"89"},"path":["palette","purple","89"]},"90":{"value":"hsla(277, 72%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 90%, 100%)"},"name":"PalettePurple90","attributes":{"category":"palette","type":"purple","item":"90"},"path":["palette","purple","90"]},"91":{"value":"hsla(277, 72%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 91%, 100%)"},"name":"PalettePurple91","attributes":{"category":"palette","type":"purple","item":"91"},"path":["palette","purple","91"]},"92":{"value":"hsla(277, 72%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 92%, 100%)"},"name":"PalettePurple92","attributes":{"category":"palette","type":"purple","item":"92"},"path":["palette","purple","92"]},"93":{"value":"hsla(277, 72%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 93%, 100%)"},"name":"PalettePurple93","attributes":{"category":"palette","type":"purple","item":"93"},"path":["palette","purple","93"]},"94":{"value":"hsla(277, 72%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 94%, 100%)"},"name":"PalettePurple94","attributes":{"category":"palette","type":"purple","item":"94"},"path":["palette","purple","94"]},"95":{"value":"hsla(277, 72%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 95%, 100%)"},"name":"PalettePurple95","attributes":{"category":"palette","type":"purple","item":"95"},"path":["palette","purple","95"]},"96":{"value":"hsla(277, 72%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 96%, 100%)"},"name":"PalettePurple96","attributes":{"category":"palette","type":"purple","item":"96"},"path":["palette","purple","96"]},"97":{"value":"hsla(277, 72%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 97%, 100%)"},"name":"PalettePurple97","attributes":{"category":"palette","type":"purple","item":"97"},"path":["palette","purple","97"]},"98":{"value":"hsla(277, 72%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 98%, 100%)"},"name":"PalettePurple98","attributes":{"category":"palette","type":"purple","item":"98"},"path":["palette","purple","98"]},"99":{"value":"hsla(277, 72%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 99%, 100%)"},"name":"PalettePurple99","attributes":{"category":"palette","type":"purple","item":"99"},"path":["palette","purple","99"]},"100":{"value":"hsla(277, 72%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(277, 72%, 100%, 100%)"},"name":"PalettePurple100","attributes":{"category":"palette","type":"purple","item":"100"},"path":["palette","purple","100"]},"\"50-A16\"":{"value":"rgba(149, 36, 219, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.16)"},"name":"PalettePurple50A16","attributes":{"category":"palette","type":"purple","item":"\"50-A16\""},"path":["palette","purple","\"50-A16\""]},"\"50-A32\"":{"value":"rgba(149, 36, 219, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.32)"},"name":"PalettePurple50A32","attributes":{"category":"palette","type":"purple","item":"\"50-A32\""},"path":["palette","purple","\"50-A32\""]},"A16":{"value":"rgba(149, 36, 219, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.16)"},"name":"PalettePurpleA16","attributes":{"category":"palette","type":"purple","item":"A16"},"path":["palette","purple","A16"]},"A32":{"value":"rgba(149, 36, 219, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(149, 36, 219, 0.32)"},"name":"PalettePurpleA32","attributes":{"category":"palette","type":"purple","item":"A32"},"path":["palette","purple","A32"]}}, + "DarkSecondaryDefault": "hsla(229, 15%, 50%, 100%)", + "DarkSecondaryPalette": {"0":{"value":"hsla(229, 15%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 0%, 100%)"},"name":"PaletteGrey0","attributes":{"category":"palette","type":"grey","item":"0"},"path":["palette","grey","0"]},"1":{"value":"hsla(229, 15%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 1%, 100%)"},"name":"PaletteGrey1","attributes":{"category":"palette","type":"grey","item":"1"},"path":["palette","grey","1"]},"2":{"value":"hsla(229, 15%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 2%, 100%)"},"name":"PaletteGrey2","attributes":{"category":"palette","type":"grey","item":"2"},"path":["palette","grey","2"]},"3":{"value":"hsla(229, 15%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 3%, 100%)"},"name":"PaletteGrey3","attributes":{"category":"palette","type":"grey","item":"3"},"path":["palette","grey","3"]},"4":{"value":"hsla(229, 15%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 4%, 100%)"},"name":"PaletteGrey4","attributes":{"category":"palette","type":"grey","item":"4"},"path":["palette","grey","4"]},"5":{"value":"hsla(229, 15%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 5%, 100%)"},"name":"PaletteGrey5","attributes":{"category":"palette","type":"grey","item":"5"},"path":["palette","grey","5"]},"6":{"value":"hsla(229, 15%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 100%)"},"name":"PaletteGrey6","attributes":{"category":"palette","type":"grey","item":"6"},"path":["palette","grey","6"]},"7":{"value":"hsla(229, 15%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 7%, 100%)"},"name":"PaletteGrey7","attributes":{"category":"palette","type":"grey","item":"7"},"path":["palette","grey","7"]},"8":{"value":"hsla(229, 15%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 8%, 100%)"},"name":"PaletteGrey8","attributes":{"category":"palette","type":"grey","item":"8"},"path":["palette","grey","8"]},"9":{"value":"hsla(229, 15%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 9%, 100%)"},"name":"PaletteGrey9","attributes":{"category":"palette","type":"grey","item":"9"},"path":["palette","grey","9"]},"10":{"value":"hsla(229, 15%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 10%, 100%)"},"name":"PaletteGrey10","attributes":{"category":"palette","type":"grey","item":"10"},"path":["palette","grey","10"]},"11":{"value":"hsla(229, 15%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 11%, 100%)"},"name":"PaletteGrey11","attributes":{"category":"palette","type":"grey","item":"11"},"path":["palette","grey","11"]},"12":{"value":"hsla(229, 15%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 100%)"},"name":"PaletteGrey12","attributes":{"category":"palette","type":"grey","item":"12"},"path":["palette","grey","12"]},"13":{"value":"hsla(229, 15%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 13%, 100%)"},"name":"PaletteGrey13","attributes":{"category":"palette","type":"grey","item":"13"},"path":["palette","grey","13"]},"14":{"value":"hsla(229, 15%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 14%, 100%)"},"name":"PaletteGrey14","attributes":{"category":"palette","type":"grey","item":"14"},"path":["palette","grey","14"]},"15":{"value":"hsla(229, 15%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 15%, 100%)"},"name":"PaletteGrey15","attributes":{"category":"palette","type":"grey","item":"15"},"path":["palette","grey","15"]},"16":{"value":"hsla(229, 15%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 16%, 100%)"},"name":"PaletteGrey16","attributes":{"category":"palette","type":"grey","item":"16"},"path":["palette","grey","16"]},"17":{"value":"hsla(229, 15%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 17%, 100%)"},"name":"PaletteGrey17","attributes":{"category":"palette","type":"grey","item":"17"},"path":["palette","grey","17"]},"18":{"value":"hsla(229, 15%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 18%, 100%)"},"name":"PaletteGrey18","attributes":{"category":"palette","type":"grey","item":"18"},"path":["palette","grey","18"]},"19":{"value":"hsla(229, 15%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 19%, 100%)"},"name":"PaletteGrey19","attributes":{"category":"palette","type":"grey","item":"19"},"path":["palette","grey","19"]},"20":{"value":"hsla(229, 15%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 100%)"},"name":"PaletteGrey20","attributes":{"category":"palette","type":"grey","item":"20"},"path":["palette","grey","20"]},"21":{"value":"hsla(229, 15%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 21%, 100%)"},"name":"PaletteGrey21","attributes":{"category":"palette","type":"grey","item":"21"},"path":["palette","grey","21"]},"22":{"value":"hsla(229, 15%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 22%, 100%)"},"name":"PaletteGrey22","attributes":{"category":"palette","type":"grey","item":"22"},"path":["palette","grey","22"]},"23":{"value":"hsla(229, 15%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 23%, 100%)"},"name":"PaletteGrey23","attributes":{"category":"palette","type":"grey","item":"23"},"path":["palette","grey","23"]},"24":{"value":"hsla(229, 15%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 24%, 100%)"},"name":"PaletteGrey24","attributes":{"category":"palette","type":"grey","item":"24"},"path":["palette","grey","24"]},"25":{"value":"hsla(229, 15%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 25%, 100%)"},"name":"PaletteGrey25","attributes":{"category":"palette","type":"grey","item":"25"},"path":["palette","grey","25"]},"26":{"value":"hsla(229, 15%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 26%, 100%)"},"name":"PaletteGrey26","attributes":{"category":"palette","type":"grey","item":"26"},"path":["palette","grey","26"]},"27":{"value":"hsla(229, 15%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 27%, 100%)"},"name":"PaletteGrey27","attributes":{"category":"palette","type":"grey","item":"27"},"path":["palette","grey","27"]},"28":{"value":"hsla(229, 15%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 28%, 100%)"},"name":"PaletteGrey28","attributes":{"category":"palette","type":"grey","item":"28"},"path":["palette","grey","28"]},"29":{"value":"hsla(229, 15%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 29%, 100%)"},"name":"PaletteGrey29","attributes":{"category":"palette","type":"grey","item":"29"},"path":["palette","grey","29"]},"30":{"value":"hsla(229, 15%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 30%, 100%)"},"name":"PaletteGrey30","attributes":{"category":"palette","type":"grey","item":"30"},"path":["palette","grey","30"]},"31":{"value":"hsla(229, 15%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 31%, 100%)"},"name":"PaletteGrey31","attributes":{"category":"palette","type":"grey","item":"31"},"path":["palette","grey","31"]},"32":{"value":"hsla(229, 15%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 32%, 100%)"},"name":"PaletteGrey32","attributes":{"category":"palette","type":"grey","item":"32"},"path":["palette","grey","32"]},"33":{"value":"hsla(229, 15%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 33%, 100%)"},"name":"PaletteGrey33","attributes":{"category":"palette","type":"grey","item":"33"},"path":["palette","grey","33"]},"34":{"value":"hsla(229, 15%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 34%, 100%)"},"name":"PaletteGrey34","attributes":{"category":"palette","type":"grey","item":"34"},"path":["palette","grey","34"]},"35":{"value":"hsla(229, 15%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 35%, 100%)"},"name":"PaletteGrey35","attributes":{"category":"palette","type":"grey","item":"35"},"path":["palette","grey","35"]},"36":{"value":"hsla(229, 15%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 36%, 100%)"},"name":"PaletteGrey36","attributes":{"category":"palette","type":"grey","item":"36"},"path":["palette","grey","36"]},"37":{"value":"hsla(229, 15%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 37%, 100%)"},"name":"PaletteGrey37","attributes":{"category":"palette","type":"grey","item":"37"},"path":["palette","grey","37"]},"38":{"value":"hsla(229, 15%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 38%, 100%)"},"name":"PaletteGrey38","attributes":{"category":"palette","type":"grey","item":"38"},"path":["palette","grey","38"]},"39":{"value":"hsla(229, 15%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 39%, 100%)"},"name":"PaletteGrey39","attributes":{"category":"palette","type":"grey","item":"39"},"path":["palette","grey","39"]},"40":{"value":"hsla(229, 15%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 40%, 100%)"},"name":"PaletteGrey40","attributes":{"category":"palette","type":"grey","item":"40"},"path":["palette","grey","40"]},"41":{"value":"hsla(229, 15%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 41%, 100%)"},"name":"PaletteGrey41","attributes":{"category":"palette","type":"grey","item":"41"},"path":["palette","grey","41"]},"42":{"value":"hsla(229, 15%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 42%, 100%)"},"name":"PaletteGrey42","attributes":{"category":"palette","type":"grey","item":"42"},"path":["palette","grey","42"]},"43":{"value":"hsla(229, 15%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 43%, 100%)"},"name":"PaletteGrey43","attributes":{"category":"palette","type":"grey","item":"43"},"path":["palette","grey","43"]},"44":{"value":"hsla(229, 15%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 44%, 100%)"},"name":"PaletteGrey44","attributes":{"category":"palette","type":"grey","item":"44"},"path":["palette","grey","44"]},"45":{"value":"hsla(229, 15%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 45%, 100%)"},"name":"PaletteGrey45","attributes":{"category":"palette","type":"grey","item":"45"},"path":["palette","grey","45"]},"46":{"value":"hsla(229, 15%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 46%, 100%)"},"name":"PaletteGrey46","attributes":{"category":"palette","type":"grey","item":"46"},"path":["palette","grey","46"]},"47":{"value":"hsla(229, 15%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 47%, 100%)"},"name":"PaletteGrey47","attributes":{"category":"palette","type":"grey","item":"47"},"path":["palette","grey","47"]},"48":{"value":"hsla(229, 15%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 48%, 100%)"},"name":"PaletteGrey48","attributes":{"category":"palette","type":"grey","item":"48"},"path":["palette","grey","48"]},"49":{"value":"hsla(229, 15%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 49%, 100%)"},"name":"PaletteGrey49","attributes":{"category":"palette","type":"grey","item":"49"},"path":["palette","grey","49"]},"50":{"value":"hsla(229, 15%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 100%)"},"name":"PaletteGrey50","attributes":{"category":"palette","type":"grey","item":"50"},"path":["palette","grey","50"]},"51":{"value":"hsla(229, 15%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 51%, 100%)"},"name":"PaletteGrey51","attributes":{"category":"palette","type":"grey","item":"51"},"path":["palette","grey","51"]},"52":{"value":"hsla(229, 15%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 52%, 100%)"},"name":"PaletteGrey52","attributes":{"category":"palette","type":"grey","item":"52"},"path":["palette","grey","52"]},"53":{"value":"hsla(229, 15%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 53%, 100%)"},"name":"PaletteGrey53","attributes":{"category":"palette","type":"grey","item":"53"},"path":["palette","grey","53"]},"54":{"value":"hsla(229, 15%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 54%, 100%)"},"name":"PaletteGrey54","attributes":{"category":"palette","type":"grey","item":"54"},"path":["palette","grey","54"]},"55":{"value":"hsla(229, 15%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 55%, 100%)"},"name":"PaletteGrey55","attributes":{"category":"palette","type":"grey","item":"55"},"path":["palette","grey","55"]},"56":{"value":"hsla(229, 15%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 56%, 100%)"},"name":"PaletteGrey56","attributes":{"category":"palette","type":"grey","item":"56"},"path":["palette","grey","56"]},"57":{"value":"hsla(229, 15%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 57%, 100%)"},"name":"PaletteGrey57","attributes":{"category":"palette","type":"grey","item":"57"},"path":["palette","grey","57"]},"58":{"value":"hsla(229, 15%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 58%, 100%)"},"name":"PaletteGrey58","attributes":{"category":"palette","type":"grey","item":"58"},"path":["palette","grey","58"]},"59":{"value":"hsla(229, 15%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 59%, 100%)"},"name":"PaletteGrey59","attributes":{"category":"palette","type":"grey","item":"59"},"path":["palette","grey","59"]},"60":{"value":"hsla(229, 15%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 60%, 100%)"},"name":"PaletteGrey60","attributes":{"category":"palette","type":"grey","item":"60"},"path":["palette","grey","60"]},"61":{"value":"hsla(229, 15%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 61%, 100%)"},"name":"PaletteGrey61","attributes":{"category":"palette","type":"grey","item":"61"},"path":["palette","grey","61"]},"62":{"value":"hsla(229, 15%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 62%, 100%)"},"name":"PaletteGrey62","attributes":{"category":"palette","type":"grey","item":"62"},"path":["palette","grey","62"]},"63":{"value":"hsla(229, 15%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 63%, 100%)"},"name":"PaletteGrey63","attributes":{"category":"palette","type":"grey","item":"63"},"path":["palette","grey","63"]},"64":{"value":"hsla(229, 15%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 64%, 100%)"},"name":"PaletteGrey64","attributes":{"category":"palette","type":"grey","item":"64"},"path":["palette","grey","64"]},"65":{"value":"hsla(229, 15%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 65%, 100%)"},"name":"PaletteGrey65","attributes":{"category":"palette","type":"grey","item":"65"},"path":["palette","grey","65"]},"66":{"value":"hsla(229, 15%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 66%, 100%)"},"name":"PaletteGrey66","attributes":{"category":"palette","type":"grey","item":"66"},"path":["palette","grey","66"]},"67":{"value":"hsla(229, 15%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 67%, 100%)"},"name":"PaletteGrey67","attributes":{"category":"palette","type":"grey","item":"67"},"path":["palette","grey","67"]},"68":{"value":"hsla(229, 15%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 68%, 100%)"},"name":"PaletteGrey68","attributes":{"category":"palette","type":"grey","item":"68"},"path":["palette","grey","68"]},"69":{"value":"hsla(229, 15%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 69%, 100%)"},"name":"PaletteGrey69","attributes":{"category":"palette","type":"grey","item":"69"},"path":["palette","grey","69"]},"70":{"value":"hsla(229, 15%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 70%, 100%)"},"name":"PaletteGrey70","attributes":{"category":"palette","type":"grey","item":"70"},"path":["palette","grey","70"]},"71":{"value":"hsla(229, 15%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 71%, 100%)"},"name":"PaletteGrey71","attributes":{"category":"palette","type":"grey","item":"71"},"path":["palette","grey","71"]},"72":{"value":"hsla(229, 15%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 72%, 100%)"},"name":"PaletteGrey72","attributes":{"category":"palette","type":"grey","item":"72"},"path":["palette","grey","72"]},"73":{"value":"hsla(229, 15%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 73%, 100%)"},"name":"PaletteGrey73","attributes":{"category":"palette","type":"grey","item":"73"},"path":["palette","grey","73"]},"74":{"value":"hsla(229, 15%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 74%, 100%)"},"name":"PaletteGrey74","attributes":{"category":"palette","type":"grey","item":"74"},"path":["palette","grey","74"]},"75":{"value":"hsla(229, 15%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 75%, 100%)"},"name":"PaletteGrey75","attributes":{"category":"palette","type":"grey","item":"75"},"path":["palette","grey","75"]},"76":{"value":"hsla(229, 15%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 76%, 100%)"},"name":"PaletteGrey76","attributes":{"category":"palette","type":"grey","item":"76"},"path":["palette","grey","76"]},"77":{"value":"hsla(229, 15%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 77%, 100%)"},"name":"PaletteGrey77","attributes":{"category":"palette","type":"grey","item":"77"},"path":["palette","grey","77"]},"78":{"value":"hsla(229, 15%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 78%, 100%)"},"name":"PaletteGrey78","attributes":{"category":"palette","type":"grey","item":"78"},"path":["palette","grey","78"]},"79":{"value":"hsla(229, 15%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 79%, 100%)"},"name":"PaletteGrey79","attributes":{"category":"palette","type":"grey","item":"79"},"path":["palette","grey","79"]},"80":{"value":"hsla(229, 15%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 80%, 100%)"},"name":"PaletteGrey80","attributes":{"category":"palette","type":"grey","item":"80"},"path":["palette","grey","80"]},"81":{"value":"hsla(229, 15%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 81%, 100%)"},"name":"PaletteGrey81","attributes":{"category":"palette","type":"grey","item":"81"},"path":["palette","grey","81"]},"82":{"value":"hsla(229, 15%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 82%, 100%)"},"name":"PaletteGrey82","attributes":{"category":"palette","type":"grey","item":"82"},"path":["palette","grey","82"]},"83":{"value":"hsla(229, 15%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 83%, 100%)"},"name":"PaletteGrey83","attributes":{"category":"palette","type":"grey","item":"83"},"path":["palette","grey","83"]},"84":{"value":"hsla(229, 15%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 84%, 100%)"},"name":"PaletteGrey84","attributes":{"category":"palette","type":"grey","item":"84"},"path":["palette","grey","84"]},"85":{"value":"hsla(229, 15%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 85%, 100%)"},"name":"PaletteGrey85","attributes":{"category":"palette","type":"grey","item":"85"},"path":["palette","grey","85"]},"86":{"value":"hsla(229, 15%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 86%, 100%)"},"name":"PaletteGrey86","attributes":{"category":"palette","type":"grey","item":"86"},"path":["palette","grey","86"]},"87":{"value":"hsla(229, 15%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 87%, 100%)"},"name":"PaletteGrey87","attributes":{"category":"palette","type":"grey","item":"87"},"path":["palette","grey","87"]},"88":{"value":"hsla(229, 15%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 88%, 100%)"},"name":"PaletteGrey88","attributes":{"category":"palette","type":"grey","item":"88"},"path":["palette","grey","88"]},"89":{"value":"hsla(229, 15%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 89%, 100%)"},"name":"PaletteGrey89","attributes":{"category":"palette","type":"grey","item":"89"},"path":["palette","grey","89"]},"90":{"value":"hsla(229, 15%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 90%, 100%)"},"name":"PaletteGrey90","attributes":{"category":"palette","type":"grey","item":"90"},"path":["palette","grey","90"]},"91":{"value":"hsla(229, 15%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 91%, 100%)"},"name":"PaletteGrey91","attributes":{"category":"palette","type":"grey","item":"91"},"path":["palette","grey","91"]},"92":{"value":"hsla(229, 15%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 92%, 100%)"},"name":"PaletteGrey92","attributes":{"category":"palette","type":"grey","item":"92"},"path":["palette","grey","92"]},"93":{"value":"hsla(229, 15%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 93%, 100%)"},"name":"PaletteGrey93","attributes":{"category":"palette","type":"grey","item":"93"},"path":["palette","grey","93"]},"94":{"value":"hsla(229, 15%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 94%, 100%)"},"name":"PaletteGrey94","attributes":{"category":"palette","type":"grey","item":"94"},"path":["palette","grey","94"]},"95":{"value":"hsla(229, 15%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 95%, 100%)"},"name":"PaletteGrey95","attributes":{"category":"palette","type":"grey","item":"95"},"path":["palette","grey","95"]},"96":{"value":"hsla(229, 15%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 96%, 100%)"},"name":"PaletteGrey96","attributes":{"category":"palette","type":"grey","item":"96"},"path":["palette","grey","96"]},"97":{"value":"hsla(229, 15%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 97%, 100%)"},"name":"PaletteGrey97","attributes":{"category":"palette","type":"grey","item":"97"},"path":["palette","grey","97"]},"98":{"value":"hsla(229, 15%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 98%, 100%)"},"name":"PaletteGrey98","attributes":{"category":"palette","type":"grey","item":"98"},"path":["palette","grey","98"]},"99":{"value":"hsla(229, 15%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 100%)"},"name":"PaletteGrey99","attributes":{"category":"palette","type":"grey","item":"99"},"path":["palette","grey","99"]},"100":{"value":"hsla(229, 15%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 100%)"},"name":"PaletteGrey100","attributes":{"category":"palette","type":"grey","item":"100"},"path":["palette","grey","100"]},"\"6-A3\"":{"value":"hsla(229, 15%, 6%, 3%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 3%)"},"name":"PaletteGrey6A3","attributes":{"category":"palette","type":"grey","item":"\"6-A3\""},"path":["palette","grey","\"6-A3\""]},"\"6-A6\"":{"value":"hsla(229, 15%, 6%, 6%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 6%)"},"name":"PaletteGrey6A6","attributes":{"category":"palette","type":"grey","item":"\"6-A6\""},"path":["palette","grey","\"6-A6\""]},"\"6-A12\"":{"value":"hsla(229, 15%, 6%, 12%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 12%)"},"name":"PaletteGrey6A12","attributes":{"category":"palette","type":"grey","item":"\"6-A12\""},"path":["palette","grey","\"6-A12\""]},"\"6-A24\"":{"value":"hsla(229, 15%, 6%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 24%)"},"name":"PaletteGrey6A24","attributes":{"category":"palette","type":"grey","item":"\"6-A24\""},"path":["palette","grey","\"6-A24\""]},"\"6-A64\"":{"value":"hsla(229, 15%, 6%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 64%)"},"name":"PaletteGrey6A64","attributes":{"category":"palette","type":"grey","item":"\"6-A64\""},"path":["palette","grey","\"6-A64\""]},"\"6-A88\"":{"value":"hsla(229, 15%, 6%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 88%)"},"name":"PaletteGrey6A88","attributes":{"category":"palette","type":"grey","item":"\"6-A88\""},"path":["palette","grey","\"6-A88\""]},"\"12-A80\"":{"value":"hsla(229, 15%, 12%, 80%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 80%)"},"name":"PaletteGrey12A80","attributes":{"category":"palette","type":"grey","item":"\"12-A80\""},"path":["palette","grey","\"12-A80\""]},"\"15-A32\"":{"value":"hsla(229, 15%, 15%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 15%, 32%)"},"name":"PaletteGrey15A32","attributes":{"category":"palette","type":"grey","item":"\"15-A32\""},"path":["palette","grey","\"15-A32\""]},"\"20-A32\"":{"value":"hsla(229, 15%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 32%)"},"name":"PaletteGrey20A32","attributes":{"category":"palette","type":"grey","item":"\"20-A32\""},"path":["palette","grey","\"20-A32\""]},"\"20-A55\"":{"value":"hsla(229, 15%, 20%, 55%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 55%)"},"name":"PaletteGrey20A55","attributes":{"category":"palette","type":"grey","item":"\"20-A55\""},"path":["palette","grey","\"20-A55\""]},"\"50-A8\"":{"value":"hsla(229, 15%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 8%)"},"name":"PaletteGrey50A8","attributes":{"category":"palette","type":"grey","item":"\"50-A8\""},"path":["palette","grey","\"50-A8\""]},"\"50-A16\"":{"value":"hsla(229, 15%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 16%)"},"name":"PaletteGrey50A16","attributes":{"category":"palette","type":"grey","item":"\"50-A16\""},"path":["palette","grey","\"50-A16\""]},"\"50-A24\"":{"value":"hsla(229, 15%, 50%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 24%)"},"name":"PaletteGrey50A24","attributes":{"category":"palette","type":"grey","item":"\"50-A24\""},"path":["palette","grey","\"50-A24\""]},"\"50-A32\"":{"value":"hsla(229, 15%, 50%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 32%)"},"name":"PaletteGrey50A32","attributes":{"category":"palette","type":"grey","item":"\"50-A32\""},"path":["palette","grey","\"50-A32\""]},"\"50-A48\"":{"value":"hsla(229, 15%, 50%, 48%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 48%)"},"name":"PaletteGrey50A48","attributes":{"category":"palette","type":"grey","item":"\"50-A48\""},"path":["palette","grey","\"50-A48\""]},"\"50-A52\"":{"value":"hsla(229, 15%, 50%, 52%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 52%)"},"name":"PaletteGrey50A52","attributes":{"category":"palette","type":"grey","item":"\"50-A52\""},"path":["palette","grey","\"50-A52\""]},"\"85-S100-A15\"":{"value":"hsla(229, 100%, 85%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 100%, 85%, 15%)"},"name":"PaletteGrey85S100A15","attributes":{"category":"palette","type":"grey","item":"\"85-S100-A15\""},"path":["palette","grey","\"85-S100-A15\""]},"\"99-A88\"":{"value":"hsla(229, 15%, 99%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 88%)"},"name":"PaletteGrey99A88","attributes":{"category":"palette","type":"grey","item":"\"99-A88\""},"path":["palette","grey","\"99-A88\""]},"\"100-A52\"":{"value":"hsla(229, 15%, 100%, 52%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 52%)"},"name":"PaletteGrey100A52","attributes":{"category":"palette","type":"grey","item":"\"100-A52\""},"path":["palette","grey","\"100-A52\""]},"\"100-A72\"":{"value":"hsla(229, 15%, 100%, 72%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 72%)"},"name":"PaletteGrey100A72","attributes":{"category":"palette","type":"grey","item":"\"100-A72\""},"path":["palette","grey","\"100-A72\""]},"\"100-A90\"":{"value":"hsla(229, 15%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 100%, 100%)"},"name":"PaletteGrey100A90","attributes":{"category":"palette","type":"grey","item":"\"100-A90\""},"path":["palette","grey","\"100-A90\""]},"A8":{"value":"hsla(229, 15%, 50%, 8%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 8%)"},"name":"PaletteGreyA8","attributes":{"category":"palette","type":"grey","item":"A8"},"path":["palette","grey","A8"]},"A15L85":{"value":"hsla(229, 100%, 85%, 15%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 100%, 85%, 15%)"},"name":"PaletteGreyA15L85","attributes":{"category":"palette","type":"grey","item":"A15L85"},"path":["palette","grey","A15L85"]},"A16":{"value":"hsla(229, 15%, 50%, 16%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 16%)"},"name":"PaletteGreyA16","attributes":{"category":"palette","type":"grey","item":"A16"},"path":["palette","grey","A16"]},"A24":{"value":"hsla(229, 15%, 6%, 24%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 24%)"},"name":"PaletteGreyA24","attributes":{"category":"palette","type":"grey","item":"A24"},"path":["palette","grey","A24"]},"A32":{"value":"hsla(229, 15%, 20%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 20%, 32%)"},"name":"PaletteGreyA32","attributes":{"category":"palette","type":"grey","item":"A32"},"path":["palette","grey","A32"]},"A32L50":{"value":"hsla(229, 15%, 50%, 32%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 32%)"},"name":"PaletteGreyA32L50","attributes":{"category":"palette","type":"grey","item":"A32L50"},"path":["palette","grey","A32L50"]},"A48":{"value":"hsla(229, 15%, 50%, 48%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 50%, 48%)"},"name":"PaletteGreyA48","attributes":{"category":"palette","type":"grey","item":"A48"},"path":["palette","grey","A48"]},"A64L6":{"value":"hsla(229, 15%, 6%, 64%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 64%)"},"name":"PaletteGreyA64L6","attributes":{"category":"palette","type":"grey","item":"A64L6"},"path":["palette","grey","A64L6"]},"A88":{"value":"hsla(229, 15%, 99%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 99%, 88%)"},"name":"PaletteGreyA88","attributes":{"category":"palette","type":"grey","item":"A88"},"path":["palette","grey","A88"]},"A88L6":{"value":"hsla(229, 15%, 6%, 88%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 6%, 88%)"},"name":"PaletteGreyA88L6","attributes":{"category":"palette","type":"grey","item":"A88L6"},"path":["palette","grey","A88L6"]},"A80L12":{"value":"hsla(229, 15%, 12%, 80%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(229, 15%, 12%, 80%)"},"name":"PaletteGreyA80L12","attributes":{"category":"palette","type":"grey","item":"A80L12"},"path":["palette","grey","A80L12"]}}, + "DarkInfoDefault": "hsla(180, 55%, 50%, 100%)", + "DarkInfoPalette": {"0":{"value":"hsla(180, 55%, 0%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 0%, 100%)"},"name":"PaletteCyan0","attributes":{"category":"palette","type":"cyan","item":"0"},"path":["palette","cyan","0"]},"1":{"value":"hsla(180, 55%, 1%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 1%, 100%)"},"name":"PaletteCyan1","attributes":{"category":"palette","type":"cyan","item":"1"},"path":["palette","cyan","1"]},"2":{"value":"hsla(180, 55%, 2%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 2%, 100%)"},"name":"PaletteCyan2","attributes":{"category":"palette","type":"cyan","item":"2"},"path":["palette","cyan","2"]},"3":{"value":"hsla(180, 55%, 3%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 3%, 100%)"},"name":"PaletteCyan3","attributes":{"category":"palette","type":"cyan","item":"3"},"path":["palette","cyan","3"]},"4":{"value":"hsla(180, 55%, 4%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 4%, 100%)"},"name":"PaletteCyan4","attributes":{"category":"palette","type":"cyan","item":"4"},"path":["palette","cyan","4"]},"5":{"value":"hsla(180, 55%, 5%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 5%, 100%)"},"name":"PaletteCyan5","attributes":{"category":"palette","type":"cyan","item":"5"},"path":["palette","cyan","5"]},"6":{"value":"hsla(180, 55%, 6%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 6%, 100%)"},"name":"PaletteCyan6","attributes":{"category":"palette","type":"cyan","item":"6"},"path":["palette","cyan","6"]},"7":{"value":"hsla(180, 55%, 7%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 7%, 100%)"},"name":"PaletteCyan7","attributes":{"category":"palette","type":"cyan","item":"7"},"path":["palette","cyan","7"]},"8":{"value":"hsla(180, 55%, 8%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 8%, 100%)"},"name":"PaletteCyan8","attributes":{"category":"palette","type":"cyan","item":"8"},"path":["palette","cyan","8"]},"9":{"value":"hsla(180, 55%, 9%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 9%, 100%)"},"name":"PaletteCyan9","attributes":{"category":"palette","type":"cyan","item":"9"},"path":["palette","cyan","9"]},"10":{"value":"hsla(180, 55%, 10%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 10%, 100%)"},"name":"PaletteCyan10","attributes":{"category":"palette","type":"cyan","item":"10"},"path":["palette","cyan","10"]},"11":{"value":"hsla(180, 55%, 11%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 11%, 100%)"},"name":"PaletteCyan11","attributes":{"category":"palette","type":"cyan","item":"11"},"path":["palette","cyan","11"]},"12":{"value":"hsla(180, 55%, 12%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 12%, 100%)"},"name":"PaletteCyan12","attributes":{"category":"palette","type":"cyan","item":"12"},"path":["palette","cyan","12"]},"13":{"value":"hsla(180, 55%, 13%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 13%, 100%)"},"name":"PaletteCyan13","attributes":{"category":"palette","type":"cyan","item":"13"},"path":["palette","cyan","13"]},"14":{"value":"hsla(180, 55%, 14%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 14%, 100%)"},"name":"PaletteCyan14","attributes":{"category":"palette","type":"cyan","item":"14"},"path":["palette","cyan","14"]},"15":{"value":"hsla(180, 55%, 15%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 15%, 100%)"},"name":"PaletteCyan15","attributes":{"category":"palette","type":"cyan","item":"15"},"path":["palette","cyan","15"]},"16":{"value":"hsla(180, 55%, 16%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 16%, 100%)"},"name":"PaletteCyan16","attributes":{"category":"palette","type":"cyan","item":"16"},"path":["palette","cyan","16"]},"17":{"value":"hsla(180, 55%, 17%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 17%, 100%)"},"name":"PaletteCyan17","attributes":{"category":"palette","type":"cyan","item":"17"},"path":["palette","cyan","17"]},"18":{"value":"hsla(180, 55%, 18%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 18%, 100%)"},"name":"PaletteCyan18","attributes":{"category":"palette","type":"cyan","item":"18"},"path":["palette","cyan","18"]},"19":{"value":"hsla(180, 55%, 19%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 19%, 100%)"},"name":"PaletteCyan19","attributes":{"category":"palette","type":"cyan","item":"19"},"path":["palette","cyan","19"]},"20":{"value":"hsla(180, 55%, 20%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 20%, 100%)"},"name":"PaletteCyan20","attributes":{"category":"palette","type":"cyan","item":"20"},"path":["palette","cyan","20"]},"21":{"value":"hsla(180, 55%, 21%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 21%, 100%)"},"name":"PaletteCyan21","attributes":{"category":"palette","type":"cyan","item":"21"},"path":["palette","cyan","21"]},"22":{"value":"hsla(180, 55%, 22%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 22%, 100%)"},"name":"PaletteCyan22","attributes":{"category":"palette","type":"cyan","item":"22"},"path":["palette","cyan","22"]},"23":{"value":"hsla(180, 55%, 23%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 23%, 100%)"},"name":"PaletteCyan23","attributes":{"category":"palette","type":"cyan","item":"23"},"path":["palette","cyan","23"]},"24":{"value":"hsla(180, 55%, 24%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 24%, 100%)"},"name":"PaletteCyan24","attributes":{"category":"palette","type":"cyan","item":"24"},"path":["palette","cyan","24"]},"25":{"value":"hsla(180, 55%, 25%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 25%, 100%)"},"name":"PaletteCyan25","attributes":{"category":"palette","type":"cyan","item":"25"},"path":["palette","cyan","25"]},"26":{"value":"hsla(180, 55%, 26%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 26%, 100%)"},"name":"PaletteCyan26","attributes":{"category":"palette","type":"cyan","item":"26"},"path":["palette","cyan","26"]},"27":{"value":"hsla(180, 55%, 27%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 27%, 100%)"},"name":"PaletteCyan27","attributes":{"category":"palette","type":"cyan","item":"27"},"path":["palette","cyan","27"]},"28":{"value":"hsla(180, 55%, 28%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 28%, 100%)"},"name":"PaletteCyan28","attributes":{"category":"palette","type":"cyan","item":"28"},"path":["palette","cyan","28"]},"29":{"value":"hsla(180, 55%, 29%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 29%, 100%)"},"name":"PaletteCyan29","attributes":{"category":"palette","type":"cyan","item":"29"},"path":["palette","cyan","29"]},"30":{"value":"hsla(180, 55%, 30%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 30%, 100%)"},"name":"PaletteCyan30","attributes":{"category":"palette","type":"cyan","item":"30"},"path":["palette","cyan","30"]},"31":{"value":"hsla(180, 55%, 31%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 31%, 100%)"},"name":"PaletteCyan31","attributes":{"category":"palette","type":"cyan","item":"31"},"path":["palette","cyan","31"]},"32":{"value":"hsla(180, 55%, 32%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 32%, 100%)"},"name":"PaletteCyan32","attributes":{"category":"palette","type":"cyan","item":"32"},"path":["palette","cyan","32"]},"33":{"value":"hsla(180, 55%, 33%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 33%, 100%)"},"name":"PaletteCyan33","attributes":{"category":"palette","type":"cyan","item":"33"},"path":["palette","cyan","33"]},"34":{"value":"hsla(180, 55%, 34%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 34%, 100%)"},"name":"PaletteCyan34","attributes":{"category":"palette","type":"cyan","item":"34"},"path":["palette","cyan","34"]},"35":{"value":"hsla(180, 55%, 35%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 35%, 100%)"},"name":"PaletteCyan35","attributes":{"category":"palette","type":"cyan","item":"35"},"path":["palette","cyan","35"]},"36":{"value":"hsla(180, 55%, 36%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 36%, 100%)"},"name":"PaletteCyan36","attributes":{"category":"palette","type":"cyan","item":"36"},"path":["palette","cyan","36"]},"37":{"value":"hsla(180, 55%, 37%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 37%, 100%)"},"name":"PaletteCyan37","attributes":{"category":"palette","type":"cyan","item":"37"},"path":["palette","cyan","37"]},"38":{"value":"hsla(180, 55%, 38%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 38%, 100%)"},"name":"PaletteCyan38","attributes":{"category":"palette","type":"cyan","item":"38"},"path":["palette","cyan","38"]},"39":{"value":"hsla(180, 55%, 39%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 39%, 100%)"},"name":"PaletteCyan39","attributes":{"category":"palette","type":"cyan","item":"39"},"path":["palette","cyan","39"]},"40":{"value":"hsla(180, 55%, 40%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 40%, 100%)"},"name":"PaletteCyan40","attributes":{"category":"palette","type":"cyan","item":"40"},"path":["palette","cyan","40"]},"41":{"value":"hsla(180, 55%, 41%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 41%, 100%)"},"name":"PaletteCyan41","attributes":{"category":"palette","type":"cyan","item":"41"},"path":["palette","cyan","41"]},"42":{"value":"hsla(180, 55%, 42%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 42%, 100%)"},"name":"PaletteCyan42","attributes":{"category":"palette","type":"cyan","item":"42"},"path":["palette","cyan","42"]},"43":{"value":"hsla(180, 55%, 43%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 43%, 100%)"},"name":"PaletteCyan43","attributes":{"category":"palette","type":"cyan","item":"43"},"path":["palette","cyan","43"]},"44":{"value":"hsla(180, 55%, 44%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 44%, 100%)"},"name":"PaletteCyan44","attributes":{"category":"palette","type":"cyan","item":"44"},"path":["palette","cyan","44"]},"45":{"value":"hsla(180, 55%, 45%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 45%, 100%)"},"name":"PaletteCyan45","attributes":{"category":"palette","type":"cyan","item":"45"},"path":["palette","cyan","45"]},"46":{"value":"hsla(180, 55%, 46%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 46%, 100%)"},"name":"PaletteCyan46","attributes":{"category":"palette","type":"cyan","item":"46"},"path":["palette","cyan","46"]},"47":{"value":"hsla(180, 55%, 47%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 47%, 100%)"},"name":"PaletteCyan47","attributes":{"category":"palette","type":"cyan","item":"47"},"path":["palette","cyan","47"]},"48":{"value":"hsla(180, 55%, 48%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 48%, 100%)"},"name":"PaletteCyan48","attributes":{"category":"palette","type":"cyan","item":"48"},"path":["palette","cyan","48"]},"49":{"value":"hsla(180, 55%, 49%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 49%, 100%)"},"name":"PaletteCyan49","attributes":{"category":"palette","type":"cyan","item":"49"},"path":["palette","cyan","49"]},"50":{"value":"hsla(180, 55%, 50%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 50%, 100%)"},"name":"PaletteCyan50","attributes":{"category":"palette","type":"cyan","item":"50"},"path":["palette","cyan","50"]},"51":{"value":"hsla(180, 55%, 51%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 51%, 100%)"},"name":"PaletteCyan51","attributes":{"category":"palette","type":"cyan","item":"51"},"path":["palette","cyan","51"]},"52":{"value":"hsla(180, 55%, 52%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 52%, 100%)"},"name":"PaletteCyan52","attributes":{"category":"palette","type":"cyan","item":"52"},"path":["palette","cyan","52"]},"53":{"value":"hsla(180, 55%, 53%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 53%, 100%)"},"name":"PaletteCyan53","attributes":{"category":"palette","type":"cyan","item":"53"},"path":["palette","cyan","53"]},"54":{"value":"hsla(180, 55%, 54%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 54%, 100%)"},"name":"PaletteCyan54","attributes":{"category":"palette","type":"cyan","item":"54"},"path":["palette","cyan","54"]},"55":{"value":"hsla(180, 55%, 55%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 55%, 100%)"},"name":"PaletteCyan55","attributes":{"category":"palette","type":"cyan","item":"55"},"path":["palette","cyan","55"]},"56":{"value":"hsla(180, 55%, 56%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 56%, 100%)"},"name":"PaletteCyan56","attributes":{"category":"palette","type":"cyan","item":"56"},"path":["palette","cyan","56"]},"57":{"value":"hsla(180, 55%, 57%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 57%, 100%)"},"name":"PaletteCyan57","attributes":{"category":"palette","type":"cyan","item":"57"},"path":["palette","cyan","57"]},"58":{"value":"hsla(180, 55%, 58%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 58%, 100%)"},"name":"PaletteCyan58","attributes":{"category":"palette","type":"cyan","item":"58"},"path":["palette","cyan","58"]},"59":{"value":"hsla(180, 55%, 59%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 59%, 100%)"},"name":"PaletteCyan59","attributes":{"category":"palette","type":"cyan","item":"59"},"path":["palette","cyan","59"]},"60":{"value":"hsla(180, 55%, 60%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 60%, 100%)"},"name":"PaletteCyan60","attributes":{"category":"palette","type":"cyan","item":"60"},"path":["palette","cyan","60"]},"61":{"value":"hsla(180, 55%, 61%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 61%, 100%)"},"name":"PaletteCyan61","attributes":{"category":"palette","type":"cyan","item":"61"},"path":["palette","cyan","61"]},"62":{"value":"hsla(180, 55%, 62%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 62%, 100%)"},"name":"PaletteCyan62","attributes":{"category":"palette","type":"cyan","item":"62"},"path":["palette","cyan","62"]},"63":{"value":"hsla(180, 55%, 63%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 63%, 100%)"},"name":"PaletteCyan63","attributes":{"category":"palette","type":"cyan","item":"63"},"path":["palette","cyan","63"]},"64":{"value":"hsla(180, 55%, 64%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 64%, 100%)"},"name":"PaletteCyan64","attributes":{"category":"palette","type":"cyan","item":"64"},"path":["palette","cyan","64"]},"65":{"value":"hsla(180, 55%, 65%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 65%, 100%)"},"name":"PaletteCyan65","attributes":{"category":"palette","type":"cyan","item":"65"},"path":["palette","cyan","65"]},"66":{"value":"hsla(180, 55%, 66%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 66%, 100%)"},"name":"PaletteCyan66","attributes":{"category":"palette","type":"cyan","item":"66"},"path":["palette","cyan","66"]},"67":{"value":"hsla(180, 55%, 67%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 67%, 100%)"},"name":"PaletteCyan67","attributes":{"category":"palette","type":"cyan","item":"67"},"path":["palette","cyan","67"]},"68":{"value":"hsla(180, 55%, 68%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 68%, 100%)"},"name":"PaletteCyan68","attributes":{"category":"palette","type":"cyan","item":"68"},"path":["palette","cyan","68"]},"69":{"value":"hsla(180, 55%, 69%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 69%, 100%)"},"name":"PaletteCyan69","attributes":{"category":"palette","type":"cyan","item":"69"},"path":["palette","cyan","69"]},"70":{"value":"hsla(180, 55%, 70%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 70%, 100%)"},"name":"PaletteCyan70","attributes":{"category":"palette","type":"cyan","item":"70"},"path":["palette","cyan","70"]},"71":{"value":"hsla(180, 55%, 71%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 71%, 100%)"},"name":"PaletteCyan71","attributes":{"category":"palette","type":"cyan","item":"71"},"path":["palette","cyan","71"]},"72":{"value":"hsla(180, 55%, 72%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 72%, 100%)"},"name":"PaletteCyan72","attributes":{"category":"palette","type":"cyan","item":"72"},"path":["palette","cyan","72"]},"73":{"value":"hsla(180, 55%, 73%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 73%, 100%)"},"name":"PaletteCyan73","attributes":{"category":"palette","type":"cyan","item":"73"},"path":["palette","cyan","73"]},"74":{"value":"hsla(180, 55%, 74%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 74%, 100%)"},"name":"PaletteCyan74","attributes":{"category":"palette","type":"cyan","item":"74"},"path":["palette","cyan","74"]},"75":{"value":"hsla(180, 55%, 75%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 75%, 100%)"},"name":"PaletteCyan75","attributes":{"category":"palette","type":"cyan","item":"75"},"path":["palette","cyan","75"]},"76":{"value":"hsla(180, 55%, 76%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 76%, 100%)"},"name":"PaletteCyan76","attributes":{"category":"palette","type":"cyan","item":"76"},"path":["palette","cyan","76"]},"77":{"value":"hsla(180, 55%, 77%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 77%, 100%)"},"name":"PaletteCyan77","attributes":{"category":"palette","type":"cyan","item":"77"},"path":["palette","cyan","77"]},"78":{"value":"hsla(180, 55%, 78%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 78%, 100%)"},"name":"PaletteCyan78","attributes":{"category":"palette","type":"cyan","item":"78"},"path":["palette","cyan","78"]},"79":{"value":"hsla(180, 55%, 79%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 79%, 100%)"},"name":"PaletteCyan79","attributes":{"category":"palette","type":"cyan","item":"79"},"path":["palette","cyan","79"]},"80":{"value":"hsla(180, 55%, 80%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 80%, 100%)"},"name":"PaletteCyan80","attributes":{"category":"palette","type":"cyan","item":"80"},"path":["palette","cyan","80"]},"81":{"value":"hsla(180, 55%, 81%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 81%, 100%)"},"name":"PaletteCyan81","attributes":{"category":"palette","type":"cyan","item":"81"},"path":["palette","cyan","81"]},"82":{"value":"hsla(180, 55%, 82%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 82%, 100%)"},"name":"PaletteCyan82","attributes":{"category":"palette","type":"cyan","item":"82"},"path":["palette","cyan","82"]},"83":{"value":"hsla(180, 55%, 83%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 83%, 100%)"},"name":"PaletteCyan83","attributes":{"category":"palette","type":"cyan","item":"83"},"path":["palette","cyan","83"]},"84":{"value":"hsla(180, 55%, 84%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 84%, 100%)"},"name":"PaletteCyan84","attributes":{"category":"palette","type":"cyan","item":"84"},"path":["palette","cyan","84"]},"85":{"value":"hsla(180, 55%, 85%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 85%, 100%)"},"name":"PaletteCyan85","attributes":{"category":"palette","type":"cyan","item":"85"},"path":["palette","cyan","85"]},"86":{"value":"hsla(180, 55%, 86%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 86%, 100%)"},"name":"PaletteCyan86","attributes":{"category":"palette","type":"cyan","item":"86"},"path":["palette","cyan","86"]},"87":{"value":"hsla(180, 55%, 87%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 87%, 100%)"},"name":"PaletteCyan87","attributes":{"category":"palette","type":"cyan","item":"87"},"path":["palette","cyan","87"]},"88":{"value":"hsla(180, 55%, 88%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 88%, 100%)"},"name":"PaletteCyan88","attributes":{"category":"palette","type":"cyan","item":"88"},"path":["palette","cyan","88"]},"89":{"value":"hsla(180, 55%, 89%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 89%, 100%)"},"name":"PaletteCyan89","attributes":{"category":"palette","type":"cyan","item":"89"},"path":["palette","cyan","89"]},"90":{"value":"hsla(180, 55%, 90%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 90%, 100%)"},"name":"PaletteCyan90","attributes":{"category":"palette","type":"cyan","item":"90"},"path":["palette","cyan","90"]},"91":{"value":"hsla(180, 55%, 91%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 91%, 100%)"},"name":"PaletteCyan91","attributes":{"category":"palette","type":"cyan","item":"91"},"path":["palette","cyan","91"]},"92":{"value":"hsla(180, 55%, 92%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 92%, 100%)"},"name":"PaletteCyan92","attributes":{"category":"palette","type":"cyan","item":"92"},"path":["palette","cyan","92"]},"93":{"value":"hsla(180, 55%, 93%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 93%, 100%)"},"name":"PaletteCyan93","attributes":{"category":"palette","type":"cyan","item":"93"},"path":["palette","cyan","93"]},"94":{"value":"hsla(180, 55%, 94%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 94%, 100%)"},"name":"PaletteCyan94","attributes":{"category":"palette","type":"cyan","item":"94"},"path":["palette","cyan","94"]},"95":{"value":"hsla(180, 55%, 95%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 95%, 100%)"},"name":"PaletteCyan95","attributes":{"category":"palette","type":"cyan","item":"95"},"path":["palette","cyan","95"]},"96":{"value":"hsla(180, 55%, 96%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 96%, 100%)"},"name":"PaletteCyan96","attributes":{"category":"palette","type":"cyan","item":"96"},"path":["palette","cyan","96"]},"97":{"value":"hsla(180, 55%, 97%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 97%, 100%)"},"name":"PaletteCyan97","attributes":{"category":"palette","type":"cyan","item":"97"},"path":["palette","cyan","97"]},"98":{"value":"hsla(180, 55%, 98%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 98%, 100%)"},"name":"PaletteCyan98","attributes":{"category":"palette","type":"cyan","item":"98"},"path":["palette","cyan","98"]},"99":{"value":"hsla(180, 55%, 99%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 99%, 100%)"},"name":"PaletteCyan99","attributes":{"category":"palette","type":"cyan","item":"99"},"path":["palette","cyan","99"]},"100":{"value":"hsla(180, 55%, 100%, 100%)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 100%, 100%)"},"name":"PaletteCyan100","attributes":{"category":"palette","type":"cyan","item":"100"},"path":["palette","cyan","100"]},"\"50-A16\"":{"value":"hsla(180, 55%, 50%, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 50%, 0.16)"},"name":"PaletteCyan50A16","attributes":{"category":"palette","type":"cyan","item":"\"50-A16\""},"path":["palette","cyan","\"50-A16\""]},"\"50-A32\"":{"value":"hsla(180, 55%, 50%, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"hsla(180, 55%, 50%, 0.32)"},"name":"PaletteCyan50A32","attributes":{"category":"palette","type":"cyan","item":"\"50-A32\""},"path":["palette","cyan","\"50-A32\""]},"A32":{"value":"rgba(57, 198, 198, 0.32)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(57, 198, 198, 0.32)"},"name":"PaletteCyanA32","attributes":{"category":"palette","type":"cyan","item":"A32"},"path":["palette","cyan","A32"]},"A16":{"value":"rgba(57, 198, 198, 0.16)","filePath":"node_modules/@koobiq/design-tokens/web/properties/palette.json5","isSource":true,"original":{"value":"rgba(57, 198, 198, 0.16)"},"name":"PaletteCyanA16","attributes":{"category":"palette","type":"cyan","item":"A16"},"path":["palette","cyan","A16"]}}, + "DarkBackgroundTheme": "hsla(216, 100%, 50%, 100%)", + "DarkBackgroundThemeFade": "hsla(216, 100%, 20%, 100%)", + "DarkBackgroundThemeLess": "hsla(216, 100%, 18%, 100%)", + "DarkBackgroundBg": "hsla(229, 15%, 12%, 100%)", + "DarkBackgroundBgSecondary": "hsla(229, 15%, 16%, 100%)", + "DarkBackgroundBgTertiary": "hsla(229, 15%, 14%, 100%)", + "DarkBackgroundNight": "hsla(229, 15%, 25%, 100%)", + "DarkBackgroundCard": "hsla(229, 15%, 15%, 100%)", + "DarkBackgroundContrast": "hsla(229, 15%, 90%, 100%)", + "DarkBackgroundContrastFade": "hsla(229, 15%, 25%, 100%)", + "DarkBackgroundError": "hsla(7, 97%, 41%, 100%)", + "DarkBackgroundErrorFade": "hsla(7, 97%, 15%, 100%)", + "DarkBackgroundErrorLess": "hsla(7, 97%, 6%, 100%)", + "DarkBackgroundSuccess": "hsla(104, 64%, 40%, 100%)", + "DarkBackgroundSuccessFade": "hsla(104, 64%, 12%, 100%)", + "DarkBackgroundWarning": "hsla(38, 100%, 39%, 100%)", + "DarkBackgroundWarningFade": "hsla(38, 100%, 14%, 100%)", + "DarkBackgroundTransparent": "transparent", + "DarkBackgroundBackground": "hsla(0, 0%, 100%, 100%)", + "DarkBackgroundBackgroundDisabled": "hsla(229, 15%, 95%, 100%)", + "DarkBackgroundBackgroundLessContrast": "hsla(229, 15%, 95%, 100%)", + "DarkBackgroundBackgroundUnder": "hsla(229, 15%, 95%, 100%)", + "DarkBackgroundOverlay": "hsla(229, 15%, 6%, 64%)", + "DarkBackgroundOverlayInverse": "hsla(229, 15%, 12%, 80%)", + "DarkBackgroundOverlayHover": "rgba(black, 0.08)", + "DarkBackgroundOverlayActive": "rgba(black, 0.16)", + "DarkBackgroundOverlayDisabled": "rgba(white, 0.64)", + "DarkForegroundWhite": "hsla(0, 0%, 100%, 100%)", + "DarkForegroundWhiteSecondary": "hsla(0, 0%, 100%, 72%)", + "DarkForegroundTheme": "hsla(216, 100%, 65%, 100%)", + "DarkForegroundThemeSecondary": "hsla(216, 100%, 30%, 100%)", + "DarkForegroundContrast": "hsla(229, 15%, 80%, 100%)", + "DarkForegroundOnContrast": "hsla(229, 15%, 15%, 100%)", + "DarkForegroundContrastSecondary": "hsla(229, 15%, 60%, 100%)", + "DarkForegroundContrastTertiary": "hsla(229, 15%, 45%, 100%)", + "DarkForegroundError": "hsla(7, 97%, 60%, 100%)", + "DarkForegroundErrorSecondary": "hsla(7, 97%, 40%, 100%)", + "DarkForegroundErrorTertiary": "hsla(7, 97%, 25%, 100%)", + "DarkForegroundErrorLess": "hsla(7, 97%, 90%, 100%)", + "DarkForegroundSuccess": "hsla(104, 64%, 45%, 100%)", + "DarkForegroundSuccessLess": "hsla(104, 64%, 90%, 100%)", + "DarkForegroundSuccessSecondary": "hsla(104, 64%, 40%, 100%)", + "DarkForegroundWarning": "hsla(38, 100%, 60%, 100%)", + "DarkForegroundWarningSecondary": "hsla(38, 100%, 40%, 100%)", + "DarkForegroundVisited": "hsla(277, 72%, 50%, 100%)", + "DarkForegroundText": "hsla(229, 15%, 15%, 100%)", + "DarkForegroundTextLessContrast": "hsla(229, 15%, 50%, 100%)", + "DarkForegroundTextDisabled": "hsla(229, 15%, 70%, 100%)", + "DarkForegroundTextError": "hsla(7, 97%, 50%, 100%)", + "DarkForegroundTextSuccess": "hsla(104, 64%, 44%, 100%)", + "DarkForegroundDivider": "hsla(229, 15%, 22%, 100%)", + "DarkForegroundBorder": "hsla(229, 15%, 30%, 100%)", + "DarkForegroundIcon": "hsla(229, 15%, 45%, 100%)", + "DarkIconWhite": "hsla(0, 0%, 100%, 100%)", + "DarkIconTheme": "hsla(216, 100%, 65%, 100%)", + "DarkIconThemeFade": "hsla(229, 15%, 30%, 100%)", + "DarkIconContrast": "hsla(229, 15%, 80%, 100%)", + "DarkIconOnContrast": "hsla(229, 15%, 15%, 100%)", + "DarkIconContrastFade": "hsla(229, 15%, 45%, 100%)", + "DarkIconError": "hsla(7, 97%, 60%, 100%)", + "DarkIconSuccess": "hsla(104, 64%, 45%, 100%)", + "DarkIconWarning": "hsla(38, 100%, 60%, 100%)", + "DarkIconVisited": "hsla(277, 72%, 50%, 100%)", + "DarkLineTheme": "hsla(216, 100%, 65%, 100%)", + "DarkLineThemeFade": "hsla(216, 100%, 30%, 100%)", + "DarkLineThemeLess": "hsla(216, 100%, 27%, 100%)", + "DarkLineContrast": "hsla(229, 15%, 100%, 100%)", + "DarkLineContrastFade": "hsla(229, 15%, 30%, 100%)", + "DarkLineContrastLess": "hsla(229, 15%, 22%, 100%)", + "DarkLineError": "hsla(7, 97%, 35%, 100%)", + "DarkLineErrorFade": "hsla(7, 97%, 35%, 100%)", + "DarkLineSuccess": "hsla(104, 64%, 35%, 100%)", + "DarkLineSuccessFade": "hsla(104, 64%, 20%, 100%)", + "DarkLineWarning": "hsla(38, 100%, 42%, 100%)", + "DarkLineWarningFade": "hsla(38, 100%, 20%, 100%)", + "DarkLineVisited": "hsla(277, 72%, 30%, 100%)", + "DarkShadowOutline": "hsla(229, 100%, 85%, 15%)", + "DarkShadowKey": "transparent", + "DarkShadowAmbient": "transparent", + "DarkStatesBackgroundThemeHover": "hsla(216, 100%, 45%, 100%)", + "DarkStatesBackgroundThemeActive": "hsla(216, 100%, 39%, 100%)", + "DarkStatesBackgroundThemeFadeHover": "hsla(216, 100%, 18%, 100%)", + "DarkStatesBackgroundThemeFadeActive": "hsla(216, 100%, 21%, 100%)", + "DarkStatesBackgroundThemeLessHover": "hsla(216, 100%, 15%, 100%)", + "DarkStatesBackgroundThemeLessActive": "hsla(216, 100%, 18%, 100%)", + "DarkStatesBackgroundContrastHover": "hsla(229, 15%, 80%, 100%)", + "DarkStatesBackgroundContrastActive": "hsla(229, 15%, 55%, 100%)", + "DarkStatesBackgroundContrastFadeHover": "hsla(229, 15%, 25%, 100%)", + "DarkStatesBackgroundContrastFadeActive": "hsla(229, 15%, 27%, 100%)", + "DarkStatesBackgroundDisabled": "hsla(229, 15%, 50%, 16%)", + "DarkStatesBackgroundTransparentHover": "hsla(229, 15%, 50%, 16%)", + "DarkStatesBackgroundTransparentActive": "hsla(229, 100%, 85%, 15%)", + "DarkStatesBackgroundErrorHover": "hsla(7, 97%, 42%, 100%)", + "DarkStatesBackgroundErrorActive": "hsla(7, 97%, 39%, 100%)", + "DarkStatesBackgroundErrorFadeHover": "hsla(7, 97%, 13%, 100%)", + "DarkStatesBackgroundErrorFadeActive": "hsla(7, 97%, 16%, 100%)", + "DarkStatesBackgroundErrorLess": "hsla(7, 97%, 6%, 100%)", + "DarkStatesBackgroundWarningFadeHover": "hsla(38, 100%, 13%, 100%)", + "DarkStatesBackgroundWarningFadeActive": "hsla(38, 100%, 16%, 100%)", + "DarkStatesForegroundThemeHover": "hsla(216, 100%, 65%, 100%)", + "DarkStatesForegroundThemeActive": "hsla(216, 100%, 70%, 100%)", + "DarkStatesForegroundDisabled": "hsla(229, 15%, 40%, 100%)", + "DarkStatesForegroundVisitedHover": "hsla(277, 72%, 55%, 100%)", + "DarkStatesForegroundVisitedActive": "hsla(277, 72%, 60%, 100%)", + "DarkStatesIconThemeHover": "hsla(216, 100%, 45%, 100%)", + "DarkStatesIconThemeActive": "hsla(216, 100%, 40%, 100%)", + "DarkStatesIconContrastHover": "hsla(229, 15%, 90%, 100%)", + "DarkStatesIconContrastActive": "hsla(229, 15%, 80%, 100%)", + "DarkStatesIconContrastFadeHover": "hsla(229, 15%, 50%, 100%)", + "DarkStatesIconContrastFadeActive": "hsla(229, 15%, 40%, 100%)", + "DarkStatesIconDisabled": "hsla(229, 15%, 30%, 100%)", + "DarkStatesIconErrorHover": "hsla(7, 97%, 50%, 100%)", + "DarkStatesIconErrorActive": "hsla(7, 97%, 40%, 100%)", + "DarkStatesIconSuccessHover": "hsla(104, 64%, 40%, 100%)", + "DarkStatesIconSuccessActive": "hsla(104, 64%, 30%, 100%)", + "DarkStatesIconWarningHover": "hsla(38, 100%, 45%, 100%)", + "DarkStatesIconWarningActive": "hsla(38, 100%, 42%, 100%)", + "DarkStatesIconVisitedHover": "hsla(277, 72%, 55%, 100%)", + "DarkStatesIconVisitedActive": "hsla(277, 72%, 60%, 100%)", + "DarkStatesLineFocus": "hsla(216, 100%, 50%, 100%)", + "DarkStatesLineFocusTheme": "hsla(216, 100%, 60%, 100%)", + "DarkStatesLineDisabled": "hsla(229, 15%, 50%, 32%)", + "DarkStatesLineFocusError": "hsla(7, 97%, 45%, 100%)", + "DarkStatesFocusedColor": "hsla(216, 100%, 50%, 100%)", + "DarkStatesFocusedColorError": "hsla(7, 97%, 50%, 100%)", + "DarkStatesSelectedColor": "hsla(216, 100%, 95%, 100%)", + "DarkStatesPressedShadow": "inset 0 1px 2px 0 rgba(black, 0.2)", + "DarkStatesDisabledOpacity": 0.32, + "DarkOthersBrand": "hsla(7, 97%, 50%, 100%)", + "FontFamilyAccent": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FontFamilyBase": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FontFamilyMono": "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace", + "FontFaIrAccent": "'notonaskharabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FontFaIrBase": "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "Size3xs": "2px", + "SizeXxs": "4px", + "SizeXs": "6px", + "SizeS": "8px", + "SizeM": "12px", + "SizeL": "16px", + "SizeXl": "20px", + "SizeXxl": "24px", + "Size3xl": "32px", + "Size4xl": "40px", + "Size5xl": "48px", + "Size6xl": "56px", + "Size7xl": "64px", + "SizeBorderWidth": "1px", + "SizeBorderRadius": "8px", + "MdTypographyMdH1FontSize": "36px", + "MdTypographyMdH1LineHeight": "44px", + "MdTypographyMdH1LetterSpacing": "normal", + "MdTypographyMdH1FontWeight": "400", + "MdTypographyMdH1FontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "MdTypographyMdH1TextTransform": "null", + "MdTypographyMdH1FontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "MdTypographyMdH2FontSize": "24px", + "MdTypographyMdH2LineHeight": "32px", + "MdTypographyMdH2LetterSpacing": "normal", + "MdTypographyMdH2FontWeight": "700", + "MdTypographyMdH2FontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "MdTypographyMdH2TextTransform": "null", + "MdTypographyMdH2FontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "MdTypographyMdH3FontSize": "20px", + "MdTypographyMdH3LineHeight": "28px", + "MdTypographyMdH3LetterSpacing": "normal", + "MdTypographyMdH3FontWeight": "700", + "MdTypographyMdH3FontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "MdTypographyMdH3TextTransform": "null", + "MdTypographyMdH3FontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "MdTypographyMdH4FontSize": "18px", + "MdTypographyMdH4LineHeight": "26px", + "MdTypographyMdH4LetterSpacing": "normal", + "MdTypographyMdH4FontWeight": "700", + "MdTypographyMdH4FontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "MdTypographyMdH4TextTransform": "null", + "MdTypographyMdH4FontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "MdTypographyMdH5FontSize": "16px", + "MdTypographyMdH5LineHeight": "24px", + "MdTypographyMdH5LetterSpacing": "-0.011em", + "MdTypographyMdH5FontWeight": "700", + "MdTypographyMdH5FontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "MdTypographyMdH5TextTransform": "null", + "MdTypographyMdH5FontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "MdTypographyMdH6FontSize": "14px", + "MdTypographyMdH6LineHeight": "20px", + "MdTypographyMdH6LetterSpacing": "0.08em", + "MdTypographyMdH6FontWeight": "500", + "MdTypographyMdH6FontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "MdTypographyMdH6TextTransform": "uppercase", + "MdTypographyMdH6FontFeatureSettings": "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "MdTypographyMdBodyFontSize": "16px", + "MdTypographyMdBodyLineHeight": "24px", + "MdTypographyMdBodyLetterSpacing": "-0.011em", + "MdTypographyMdBodyFontWeight": "normal", + "MdTypographyMdBodyFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "MdTypographyMdBodyTextTransform": "null", + "MdTypographyMdBodyFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "MdTypographyMdBodyMonoFontSize": "16px", + "MdTypographyMdBodyMonoLineHeight": "24px", + "MdTypographyMdBodyMonoLetterSpacing": "normal", + "MdTypographyMdBodyMonoFontWeight": "normal", + "MdTypographyMdBodyMonoFontFamily": "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace", + "MdTypographyMdBodyMonoTextTransform": "null", + "MdTypographyMdBodyMonoFontFeatureSettings": "initial", + "MdTypographyMdCaptionFontSize": "14px", + "MdTypographyMdCaptionLineHeight": "20px", + "MdTypographyMdCaptionLetterSpacing": "-0.006em", + "MdTypographyMdCaptionFontWeight": "normal", + "MdTypographyMdCaptionFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "MdTypographyMdCaptionTextTransform": "null", + "MdTypographyMdCaptionFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "MdTypographyMdTableCellFontSize": "16px", + "MdTypographyMdTableCellLineHeight": "24px", + "MdTypographyMdTableCellLetterSpacing": "normal", + "MdTypographyMdTableCellFontWeight": "normal", + "MdTypographyMdTableCellFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "MdTypographyMdTableCellTextTransform": "null", + "MdTypographyMdTableCellFontFeatureSettings": "\"calt\", \"ss01\", \"ss04\", \"tnum\"", + "MdTypographyMdTableHeaderFontSize": "14px", + "MdTypographyMdTableHeaderLineHeight": "20px", + "MdTypographyMdTableHeaderLetterSpacing": "-0.006em", + "MdTypographyMdTableHeaderFontWeight": "normal", + "MdTypographyMdTableHeaderFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "MdTypographyMdTableHeaderTextTransform": "null", + "MdTypographyMdTableHeaderFontFeatureSettings": "\"calt\", \"ss01\", \"ss04\", \"tnum\"", + "PaletteBlackDefault": "hsla(0, 0%, 0%, 100%)", + "PaletteBlackDefaultA8": "rgba(0, 0, 0, 0.08)", + "PaletteBlackDefaultA16": "rgba(0, 0, 0, 0.16)", + "PaletteBlackDefaultA20": "rgba(0, 0, 0, 0.20)", + "PaletteBlackDefaultA50": "rgba(0, 0, 0, 0.50)", + "PaletteBlackA50": "rgba(0, 0, 0, 0.50)", + "PaletteBlue0": "hsla(216, 100%, 0%, 100%)", + "PaletteBlue1": "hsla(216, 100%, 1%, 100%)", + "PaletteBlue2": "hsla(216, 100%, 2%, 100%)", + "PaletteBlue3": "hsla(216, 100%, 3%, 100%)", + "PaletteBlue4": "hsla(216, 100%, 4%, 100%)", + "PaletteBlue5": "hsla(216, 100%, 5%, 100%)", + "PaletteBlue6": "hsla(216, 100%, 6%, 100%)", + "PaletteBlue7": "hsla(216, 100%, 7%, 100%)", + "PaletteBlue8": "hsla(216, 100%, 8%, 100%)", + "PaletteBlue9": "hsla(216, 100%, 9%, 100%)", + "PaletteBlue10": "hsla(216, 100%, 10%, 100%)", + "PaletteBlue11": "hsla(216, 100%, 11%, 100%)", + "PaletteBlue12": "hsla(216, 100%, 12%, 100%)", + "PaletteBlue13": "hsla(216, 100%, 13%, 100%)", + "PaletteBlue14": "hsla(216, 100%, 14%, 100%)", + "PaletteBlue15": "hsla(216, 100%, 15%, 100%)", + "PaletteBlue16": "hsla(216, 100%, 16%, 100%)", + "PaletteBlue17": "hsla(216, 100%, 17%, 100%)", + "PaletteBlue18": "hsla(216, 100%, 18%, 100%)", + "PaletteBlue19": "hsla(216, 100%, 19%, 100%)", + "PaletteBlue20": "hsla(216, 100%, 20%, 100%)", + "PaletteBlue21": "hsla(216, 100%, 21%, 100%)", + "PaletteBlue22": "hsla(216, 100%, 22%, 100%)", + "PaletteBlue23": "hsla(216, 100%, 23%, 100%)", + "PaletteBlue24": "hsla(216, 100%, 24%, 100%)", + "PaletteBlue25": "hsla(216, 100%, 25%, 100%)", + "PaletteBlue26": "hsla(216, 100%, 26%, 100%)", + "PaletteBlue27": "hsla(216, 100%, 27%, 100%)", + "PaletteBlue28": "hsla(216, 100%, 28%, 100%)", + "PaletteBlue29": "hsla(216, 100%, 29%, 100%)", + "PaletteBlue30": "hsla(216, 100%, 30%, 100%)", + "PaletteBlue31": "hsla(216, 100%, 31%, 100%)", + "PaletteBlue32": "hsla(216, 100%, 32%, 100%)", + "PaletteBlue33": "hsla(216, 100%, 33%, 100%)", + "PaletteBlue34": "hsla(216, 100%, 34%, 100%)", + "PaletteBlue35": "hsla(216, 100%, 35%, 100%)", + "PaletteBlue36": "hsla(216, 100%, 36%, 100%)", + "PaletteBlue37": "hsla(216, 100%, 37%, 100%)", + "PaletteBlue38": "hsla(216, 100%, 38%, 100%)", + "PaletteBlue39": "hsla(216, 100%, 39%, 100%)", + "PaletteBlue40": "hsla(216, 100%, 40%, 100%)", + "PaletteBlue41": "hsla(216, 100%, 41%, 100%)", + "PaletteBlue42": "hsla(216, 100%, 42%, 100%)", + "PaletteBlue43": "hsla(216, 100%, 43%, 100%)", + "PaletteBlue44": "hsla(216, 100%, 44%, 100%)", + "PaletteBlue45": "hsla(216, 100%, 45%, 100%)", + "PaletteBlue46": "hsla(216, 100%, 46%, 100%)", + "PaletteBlue47": "hsla(216, 100%, 47%, 100%)", + "PaletteBlue48": "hsla(216, 100%, 48%, 100%)", + "PaletteBlue49": "hsla(216, 100%, 49%, 100%)", + "PaletteBlue50": "hsla(216, 100%, 50%, 100%)", + "PaletteBlue51": "hsla(216, 100%, 51%, 100%)", + "PaletteBlue52": "hsla(216, 100%, 52%, 100%)", + "PaletteBlue53": "hsla(216, 100%, 53%, 100%)", + "PaletteBlue54": "hsla(216, 100%, 54%, 100%)", + "PaletteBlue55": "hsla(216, 100%, 55%, 100%)", + "PaletteBlue56": "hsla(216, 100%, 56%, 100%)", + "PaletteBlue57": "hsla(216, 100%, 57%, 100%)", + "PaletteBlue58": "hsla(216, 100%, 58%, 100%)", + "PaletteBlue59": "hsla(216, 100%, 59%, 100%)", + "PaletteBlue60": "hsla(216, 100%, 60%, 100%)", + "PaletteBlue61": "hsla(216, 100%, 61%, 100%)", + "PaletteBlue62": "hsla(216, 100%, 62%, 100%)", + "PaletteBlue63": "hsla(216, 100%, 63%, 100%)", + "PaletteBlue64": "hsla(216, 100%, 64%, 100%)", + "PaletteBlue65": "hsla(216, 100%, 65%, 100%)", + "PaletteBlue66": "hsla(216, 100%, 66%, 100%)", + "PaletteBlue67": "hsla(216, 100%, 67%, 100%)", + "PaletteBlue68": "hsla(216, 100%, 68%, 100%)", + "PaletteBlue69": "hsla(216, 100%, 69%, 100%)", + "PaletteBlue70": "hsla(216, 100%, 70%, 100%)", + "PaletteBlue71": "hsla(216, 100%, 71%, 100%)", + "PaletteBlue72": "hsla(216, 100%, 72%, 100%)", + "PaletteBlue73": "hsla(216, 100%, 73%, 100%)", + "PaletteBlue74": "hsla(216, 100%, 74%, 100%)", + "PaletteBlue75": "hsla(216, 100%, 75%, 100%)", + "PaletteBlue76": "hsla(216, 100%, 76%, 100%)", + "PaletteBlue77": "hsla(216, 100%, 77%, 100%)", + "PaletteBlue78": "hsla(216, 100%, 78%, 100%)", + "PaletteBlue79": "hsla(216, 100%, 79%, 100%)", + "PaletteBlue80": "hsla(216, 100%, 80%, 100%)", + "PaletteBlue81": "hsla(216, 100%, 81%, 100%)", + "PaletteBlue82": "hsla(216, 100%, 82%, 100%)", + "PaletteBlue83": "hsla(216, 100%, 83%, 100%)", + "PaletteBlue84": "hsla(216, 100%, 84%, 100%)", + "PaletteBlue85": "hsla(216, 100%, 85%, 100%)", + "PaletteBlue86": "hsla(216, 100%, 86%, 100%)", + "PaletteBlue87": "hsla(216, 100%, 87%, 100%)", + "PaletteBlue88": "hsla(216, 100%, 88%, 100%)", + "PaletteBlue89": "hsla(216, 100%, 89%, 100%)", + "PaletteBlue90": "hsla(216, 100%, 90%, 100%)", + "PaletteBlue91": "hsla(216, 100%, 91%, 100%)", + "PaletteBlue92": "hsla(216, 100%, 92%, 100%)", + "PaletteBlue93": "hsla(216, 100%, 93%, 100%)", + "PaletteBlue94": "hsla(216, 100%, 94%, 100%)", + "PaletteBlue95": "hsla(216, 100%, 95%, 100%)", + "PaletteBlue96": "hsla(216, 100%, 96%, 100%)", + "PaletteBlue97": "hsla(216, 100%, 97%, 100%)", + "PaletteBlue98": "hsla(216, 100%, 98%, 100%)", + "PaletteBlue99": "hsla(216, 100%, 99%, 100%)", + "PaletteBlue100": "hsla(216, 100%, 100%, 100%)", + "PaletteBlue5A12": "hsla(216, 100%, 5%, 12%)", + "PaletteBlue5A24": "hsla(216, 100%, 5%, 24%)", + "PaletteBlue5A32": "hsla(216, 100%, 5%, 32%)", + "PaletteBlue15A20": "hsla(216, 100%, 15%, 20%)", + "PaletteBlue15A30": "hsla(216, 100%, 15%, 30%)", + "PaletteBlue15A40": "hsla(216, 100%, 15%, 40%)", + "PaletteBlue15A50": "hsla(216, 100%, 15%, 50%)", + "PaletteBlue15A60": "hsla(216, 100%, 15%, 60%)", + "PaletteBlue50A8": "hsla(216, 100%, 50%, 8%)", + "PaletteBlue50A16": "hsla(216, 100%, 50%, 16%)", + "PaletteBlue50A55": "hsla(216, 100%, 50%, 55%)", + "PaletteBlue92A20": "hsla(216, 100%, 92%, 20%)", + "PaletteBlue92A30": "hsla(216, 100%, 92%, 30%)", + "PaletteBlue92A40": "hsla(216, 100%, 92%, 40%)", + "PaletteBlue92A50": "hsla(216, 100%, 92%, 50%)", + "PaletteBlue92A60": "hsla(216, 100%, 92%, 60%)", + "PaletteBlueA8": "hsla(216, 100%, 50%, 8%)", + "PaletteBlueA12": "hsla(216, 100%, 5%, 12%)", + "PaletteBlueA16": "hsla(216, 100%, 50%, 16%)", + "PaletteBlueA24": "hsla(216, 100%, 5%, 24%)", + "PaletteBlueA32": "hsla(216, 100%, 5%, 32%)", + "PaletteCyan0": "hsla(180, 55%, 0%, 100%)", + "PaletteCyan1": "hsla(180, 55%, 1%, 100%)", + "PaletteCyan2": "hsla(180, 55%, 2%, 100%)", + "PaletteCyan3": "hsla(180, 55%, 3%, 100%)", + "PaletteCyan4": "hsla(180, 55%, 4%, 100%)", + "PaletteCyan5": "hsla(180, 55%, 5%, 100%)", + "PaletteCyan6": "hsla(180, 55%, 6%, 100%)", + "PaletteCyan7": "hsla(180, 55%, 7%, 100%)", + "PaletteCyan8": "hsla(180, 55%, 8%, 100%)", + "PaletteCyan9": "hsla(180, 55%, 9%, 100%)", + "PaletteCyan10": "hsla(180, 55%, 10%, 100%)", + "PaletteCyan11": "hsla(180, 55%, 11%, 100%)", + "PaletteCyan12": "hsla(180, 55%, 12%, 100%)", + "PaletteCyan13": "hsla(180, 55%, 13%, 100%)", + "PaletteCyan14": "hsla(180, 55%, 14%, 100%)", + "PaletteCyan15": "hsla(180, 55%, 15%, 100%)", + "PaletteCyan16": "hsla(180, 55%, 16%, 100%)", + "PaletteCyan17": "hsla(180, 55%, 17%, 100%)", + "PaletteCyan18": "hsla(180, 55%, 18%, 100%)", + "PaletteCyan19": "hsla(180, 55%, 19%, 100%)", + "PaletteCyan20": "hsla(180, 55%, 20%, 100%)", + "PaletteCyan21": "hsla(180, 55%, 21%, 100%)", + "PaletteCyan22": "hsla(180, 55%, 22%, 100%)", + "PaletteCyan23": "hsla(180, 55%, 23%, 100%)", + "PaletteCyan24": "hsla(180, 55%, 24%, 100%)", + "PaletteCyan25": "hsla(180, 55%, 25%, 100%)", + "PaletteCyan26": "hsla(180, 55%, 26%, 100%)", + "PaletteCyan27": "hsla(180, 55%, 27%, 100%)", + "PaletteCyan28": "hsla(180, 55%, 28%, 100%)", + "PaletteCyan29": "hsla(180, 55%, 29%, 100%)", + "PaletteCyan30": "hsla(180, 55%, 30%, 100%)", + "PaletteCyan31": "hsla(180, 55%, 31%, 100%)", + "PaletteCyan32": "hsla(180, 55%, 32%, 100%)", + "PaletteCyan33": "hsla(180, 55%, 33%, 100%)", + "PaletteCyan34": "hsla(180, 55%, 34%, 100%)", + "PaletteCyan35": "hsla(180, 55%, 35%, 100%)", + "PaletteCyan36": "hsla(180, 55%, 36%, 100%)", + "PaletteCyan37": "hsla(180, 55%, 37%, 100%)", + "PaletteCyan38": "hsla(180, 55%, 38%, 100%)", + "PaletteCyan39": "hsla(180, 55%, 39%, 100%)", + "PaletteCyan40": "hsla(180, 55%, 40%, 100%)", + "PaletteCyan41": "hsla(180, 55%, 41%, 100%)", + "PaletteCyan42": "hsla(180, 55%, 42%, 100%)", + "PaletteCyan43": "hsla(180, 55%, 43%, 100%)", + "PaletteCyan44": "hsla(180, 55%, 44%, 100%)", + "PaletteCyan45": "hsla(180, 55%, 45%, 100%)", + "PaletteCyan46": "hsla(180, 55%, 46%, 100%)", + "PaletteCyan47": "hsla(180, 55%, 47%, 100%)", + "PaletteCyan48": "hsla(180, 55%, 48%, 100%)", + "PaletteCyan49": "hsla(180, 55%, 49%, 100%)", + "PaletteCyan50": "hsla(180, 55%, 50%, 100%)", + "PaletteCyan51": "hsla(180, 55%, 51%, 100%)", + "PaletteCyan52": "hsla(180, 55%, 52%, 100%)", + "PaletteCyan53": "hsla(180, 55%, 53%, 100%)", + "PaletteCyan54": "hsla(180, 55%, 54%, 100%)", + "PaletteCyan55": "hsla(180, 55%, 55%, 100%)", + "PaletteCyan56": "hsla(180, 55%, 56%, 100%)", + "PaletteCyan57": "hsla(180, 55%, 57%, 100%)", + "PaletteCyan58": "hsla(180, 55%, 58%, 100%)", + "PaletteCyan59": "hsla(180, 55%, 59%, 100%)", + "PaletteCyan60": "hsla(180, 55%, 60%, 100%)", + "PaletteCyan61": "hsla(180, 55%, 61%, 100%)", + "PaletteCyan62": "hsla(180, 55%, 62%, 100%)", + "PaletteCyan63": "hsla(180, 55%, 63%, 100%)", + "PaletteCyan64": "hsla(180, 55%, 64%, 100%)", + "PaletteCyan65": "hsla(180, 55%, 65%, 100%)", + "PaletteCyan66": "hsla(180, 55%, 66%, 100%)", + "PaletteCyan67": "hsla(180, 55%, 67%, 100%)", + "PaletteCyan68": "hsla(180, 55%, 68%, 100%)", + "PaletteCyan69": "hsla(180, 55%, 69%, 100%)", + "PaletteCyan70": "hsla(180, 55%, 70%, 100%)", + "PaletteCyan71": "hsla(180, 55%, 71%, 100%)", + "PaletteCyan72": "hsla(180, 55%, 72%, 100%)", + "PaletteCyan73": "hsla(180, 55%, 73%, 100%)", + "PaletteCyan74": "hsla(180, 55%, 74%, 100%)", + "PaletteCyan75": "hsla(180, 55%, 75%, 100%)", + "PaletteCyan76": "hsla(180, 55%, 76%, 100%)", + "PaletteCyan77": "hsla(180, 55%, 77%, 100%)", + "PaletteCyan78": "hsla(180, 55%, 78%, 100%)", + "PaletteCyan79": "hsla(180, 55%, 79%, 100%)", + "PaletteCyan80": "hsla(180, 55%, 80%, 100%)", + "PaletteCyan81": "hsla(180, 55%, 81%, 100%)", + "PaletteCyan82": "hsla(180, 55%, 82%, 100%)", + "PaletteCyan83": "hsla(180, 55%, 83%, 100%)", + "PaletteCyan84": "hsla(180, 55%, 84%, 100%)", + "PaletteCyan85": "hsla(180, 55%, 85%, 100%)", + "PaletteCyan86": "hsla(180, 55%, 86%, 100%)", + "PaletteCyan87": "hsla(180, 55%, 87%, 100%)", + "PaletteCyan88": "hsla(180, 55%, 88%, 100%)", + "PaletteCyan89": "hsla(180, 55%, 89%, 100%)", + "PaletteCyan90": "hsla(180, 55%, 90%, 100%)", + "PaletteCyan91": "hsla(180, 55%, 91%, 100%)", + "PaletteCyan92": "hsla(180, 55%, 92%, 100%)", + "PaletteCyan93": "hsla(180, 55%, 93%, 100%)", + "PaletteCyan94": "hsla(180, 55%, 94%, 100%)", + "PaletteCyan95": "hsla(180, 55%, 95%, 100%)", + "PaletteCyan96": "hsla(180, 55%, 96%, 100%)", + "PaletteCyan97": "hsla(180, 55%, 97%, 100%)", + "PaletteCyan98": "hsla(180, 55%, 98%, 100%)", + "PaletteCyan99": "hsla(180, 55%, 99%, 100%)", + "PaletteCyan100": "hsla(180, 55%, 100%, 100%)", + "PaletteCyan50A16": "hsla(180, 55%, 50%, 0.16)", + "PaletteCyan50A32": "hsla(180, 55%, 50%, 0.32)", + "PaletteCyanA32": "rgba(57, 198, 198, 0.32)", + "PaletteCyanA16": "rgba(57, 198, 198, 0.16)", + "PaletteGreen0": "hsla(104, 64%, 0%, 100%)", + "PaletteGreen1": "hsla(104, 64%, 1%, 100%)", + "PaletteGreen2": "hsla(104, 64%, 2%, 100%)", + "PaletteGreen3": "hsla(104, 64%, 3%, 100%)", + "PaletteGreen4": "hsla(104, 64%, 4%, 100%)", + "PaletteGreen5": "hsla(104, 64%, 5%, 100%)", + "PaletteGreen6": "hsla(104, 64%, 6%, 100%)", + "PaletteGreen7": "hsla(104, 64%, 7%, 100%)", + "PaletteGreen8": "hsla(104, 64%, 8%, 100%)", + "PaletteGreen9": "hsla(104, 64%, 9%, 100%)", + "PaletteGreen10": "hsla(104, 64%, 10%, 100%)", + "PaletteGreen11": "hsla(104, 64%, 11%, 100%)", + "PaletteGreen12": "hsla(104, 64%, 12%, 100%)", + "PaletteGreen13": "hsla(104, 64%, 13%, 100%)", + "PaletteGreen14": "hsla(104, 64%, 14%, 100%)", + "PaletteGreen15": "hsla(104, 64%, 15%, 100%)", + "PaletteGreen16": "hsla(104, 64%, 16%, 100%)", + "PaletteGreen17": "hsla(104, 64%, 17%, 100%)", + "PaletteGreen18": "hsla(104, 64%, 18%, 100%)", + "PaletteGreen19": "hsla(104, 64%, 19%, 100%)", + "PaletteGreen20": "hsla(104, 64%, 20%, 100%)", + "PaletteGreen21": "hsla(104, 64%, 21%, 100%)", + "PaletteGreen22": "hsla(104, 64%, 22%, 100%)", + "PaletteGreen23": "hsla(104, 64%, 23%, 100%)", + "PaletteGreen24": "hsla(104, 64%, 24%, 100%)", + "PaletteGreen25": "hsla(104, 64%, 25%, 100%)", + "PaletteGreen26": "hsla(104, 64%, 26%, 100%)", + "PaletteGreen27": "hsla(104, 64%, 27%, 100%)", + "PaletteGreen28": "hsla(104, 64%, 28%, 100%)", + "PaletteGreen29": "hsla(104, 64%, 29%, 100%)", + "PaletteGreen30": "hsla(104, 64%, 30%, 100%)", + "PaletteGreen31": "hsla(104, 64%, 31%, 100%)", + "PaletteGreen32": "hsla(104, 64%, 32%, 100%)", + "PaletteGreen33": "hsla(104, 64%, 33%, 100%)", + "PaletteGreen34": "hsla(104, 64%, 34%, 100%)", + "PaletteGreen35": "hsla(104, 64%, 35%, 100%)", + "PaletteGreen36": "hsla(104, 64%, 36%, 100%)", + "PaletteGreen37": "hsla(104, 64%, 37%, 100%)", + "PaletteGreen38": "hsla(104, 64%, 38%, 100%)", + "PaletteGreen39": "hsla(104, 64%, 39%, 100%)", + "PaletteGreen40": "hsla(104, 64%, 40%, 100%)", + "PaletteGreen41": "hsla(104, 64%, 41%, 100%)", + "PaletteGreen42": "hsla(104, 64%, 42%, 100%)", + "PaletteGreen43": "hsla(104, 64%, 43%, 100%)", + "PaletteGreen44": "hsla(104, 64%, 44%, 100%)", + "PaletteGreen45": "hsla(104, 64%, 45%, 100%)", + "PaletteGreen46": "hsla(104, 64%, 46%, 100%)", + "PaletteGreen47": "hsla(104, 64%, 47%, 100%)", + "PaletteGreen48": "hsla(104, 64%, 48%, 100%)", + "PaletteGreen49": "hsla(104, 64%, 49%, 100%)", + "PaletteGreen50": "hsla(104, 64%, 50%, 100%)", + "PaletteGreen51": "hsla(104, 64%, 51%, 100%)", + "PaletteGreen52": "hsla(104, 64%, 52%, 100%)", + "PaletteGreen53": "hsla(104, 64%, 53%, 100%)", + "PaletteGreen54": "hsla(104, 64%, 54%, 100%)", + "PaletteGreen55": "hsla(104, 64%, 55%, 100%)", + "PaletteGreen56": "hsla(104, 64%, 56%, 100%)", + "PaletteGreen57": "hsla(104, 64%, 57%, 100%)", + "PaletteGreen58": "hsla(104, 64%, 58%, 100%)", + "PaletteGreen59": "hsla(104, 64%, 59%, 100%)", + "PaletteGreen60": "hsla(104, 64%, 60%, 100%)", + "PaletteGreen61": "hsla(104, 64%, 61%, 100%)", + "PaletteGreen62": "hsla(104, 64%, 62%, 100%)", + "PaletteGreen63": "hsla(104, 64%, 63%, 100%)", + "PaletteGreen64": "hsla(104, 64%, 64%, 100%)", + "PaletteGreen65": "hsla(104, 64%, 65%, 100%)", + "PaletteGreen66": "hsla(104, 64%, 66%, 100%)", + "PaletteGreen67": "hsla(104, 64%, 67%, 100%)", + "PaletteGreen68": "hsla(104, 64%, 68%, 100%)", + "PaletteGreen69": "hsla(104, 64%, 69%, 100%)", + "PaletteGreen70": "hsla(104, 64%, 70%, 100%)", + "PaletteGreen71": "hsla(104, 64%, 71%, 100%)", + "PaletteGreen72": "hsla(104, 64%, 72%, 100%)", + "PaletteGreen73": "hsla(104, 64%, 73%, 100%)", + "PaletteGreen74": "hsla(104, 64%, 74%, 100%)", + "PaletteGreen75": "hsla(104, 64%, 75%, 100%)", + "PaletteGreen76": "hsla(104, 64%, 76%, 100%)", + "PaletteGreen77": "hsla(104, 64%, 77%, 100%)", + "PaletteGreen78": "hsla(104, 64%, 78%, 100%)", + "PaletteGreen79": "hsla(104, 64%, 79%, 100%)", + "PaletteGreen80": "hsla(104, 64%, 80%, 100%)", + "PaletteGreen81": "hsla(104, 64%, 81%, 100%)", + "PaletteGreen82": "hsla(104, 64%, 82%, 100%)", + "PaletteGreen83": "hsla(104, 64%, 83%, 100%)", + "PaletteGreen84": "hsla(104, 64%, 84%, 100%)", + "PaletteGreen85": "hsla(104, 64%, 85%, 100%)", + "PaletteGreen86": "hsla(104, 64%, 86%, 100%)", + "PaletteGreen87": "hsla(104, 64%, 87%, 100%)", + "PaletteGreen88": "hsla(104, 64%, 88%, 100%)", + "PaletteGreen89": "hsla(104, 64%, 89%, 100%)", + "PaletteGreen90": "hsla(104, 64%, 90%, 100%)", + "PaletteGreen91": "hsla(104, 64%, 91%, 100%)", + "PaletteGreen92": "hsla(104, 64%, 92%, 100%)", + "PaletteGreen93": "hsla(104, 64%, 93%, 100%)", + "PaletteGreen94": "hsla(104, 64%, 94%, 100%)", + "PaletteGreen95": "hsla(104, 64%, 95%, 100%)", + "PaletteGreen96": "hsla(104, 64%, 96%, 100%)", + "PaletteGreen97": "hsla(104, 64%, 97%, 100%)", + "PaletteGreen98": "hsla(104, 64%, 98%, 100%)", + "PaletteGreen99": "hsla(104, 64%, 99%, 100%)", + "PaletteGreen100": "hsla(104, 64%, 100%, 100%)", + "PaletteGreen20S87A16": "hsla(104, 87%, 20%, 16%)", + "PaletteGreen20S87A32": "hsla(104, 87%, 20%, 32%)", + "PaletteGreenA16": "rgba(7, 97, 50, 0.16)", + "PaletteGreenA32": "rgba(7, 97, 50, 0.32)", + "PaletteGrey0": "hsla(229, 15%, 0%, 100%)", + "PaletteGrey1": "hsla(229, 15%, 1%, 100%)", + "PaletteGrey2": "hsla(229, 15%, 2%, 100%)", + "PaletteGrey3": "hsla(229, 15%, 3%, 100%)", + "PaletteGrey4": "hsla(229, 15%, 4%, 100%)", + "PaletteGrey5": "hsla(229, 15%, 5%, 100%)", + "PaletteGrey6": "hsla(229, 15%, 6%, 100%)", + "PaletteGrey7": "hsla(229, 15%, 7%, 100%)", + "PaletteGrey8": "hsla(229, 15%, 8%, 100%)", + "PaletteGrey9": "hsla(229, 15%, 9%, 100%)", + "PaletteGrey10": "hsla(229, 15%, 10%, 100%)", + "PaletteGrey11": "hsla(229, 15%, 11%, 100%)", + "PaletteGrey12": "hsla(229, 15%, 12%, 100%)", + "PaletteGrey13": "hsla(229, 15%, 13%, 100%)", + "PaletteGrey14": "hsla(229, 15%, 14%, 100%)", + "PaletteGrey15": "hsla(229, 15%, 15%, 100%)", + "PaletteGrey16": "hsla(229, 15%, 16%, 100%)", + "PaletteGrey17": "hsla(229, 15%, 17%, 100%)", + "PaletteGrey18": "hsla(229, 15%, 18%, 100%)", + "PaletteGrey19": "hsla(229, 15%, 19%, 100%)", + "PaletteGrey20": "hsla(229, 15%, 20%, 100%)", + "PaletteGrey21": "hsla(229, 15%, 21%, 100%)", + "PaletteGrey22": "hsla(229, 15%, 22%, 100%)", + "PaletteGrey23": "hsla(229, 15%, 23%, 100%)", + "PaletteGrey24": "hsla(229, 15%, 24%, 100%)", + "PaletteGrey25": "hsla(229, 15%, 25%, 100%)", + "PaletteGrey26": "hsla(229, 15%, 26%, 100%)", + "PaletteGrey27": "hsla(229, 15%, 27%, 100%)", + "PaletteGrey28": "hsla(229, 15%, 28%, 100%)", + "PaletteGrey29": "hsla(229, 15%, 29%, 100%)", + "PaletteGrey30": "hsla(229, 15%, 30%, 100%)", + "PaletteGrey31": "hsla(229, 15%, 31%, 100%)", + "PaletteGrey32": "hsla(229, 15%, 32%, 100%)", + "PaletteGrey33": "hsla(229, 15%, 33%, 100%)", + "PaletteGrey34": "hsla(229, 15%, 34%, 100%)", + "PaletteGrey35": "hsla(229, 15%, 35%, 100%)", + "PaletteGrey36": "hsla(229, 15%, 36%, 100%)", + "PaletteGrey37": "hsla(229, 15%, 37%, 100%)", + "PaletteGrey38": "hsla(229, 15%, 38%, 100%)", + "PaletteGrey39": "hsla(229, 15%, 39%, 100%)", + "PaletteGrey40": "hsla(229, 15%, 40%, 100%)", + "PaletteGrey41": "hsla(229, 15%, 41%, 100%)", + "PaletteGrey42": "hsla(229, 15%, 42%, 100%)", + "PaletteGrey43": "hsla(229, 15%, 43%, 100%)", + "PaletteGrey44": "hsla(229, 15%, 44%, 100%)", + "PaletteGrey45": "hsla(229, 15%, 45%, 100%)", + "PaletteGrey46": "hsla(229, 15%, 46%, 100%)", + "PaletteGrey47": "hsla(229, 15%, 47%, 100%)", + "PaletteGrey48": "hsla(229, 15%, 48%, 100%)", + "PaletteGrey49": "hsla(229, 15%, 49%, 100%)", + "PaletteGrey50": "hsla(229, 15%, 50%, 100%)", + "PaletteGrey51": "hsla(229, 15%, 51%, 100%)", + "PaletteGrey52": "hsla(229, 15%, 52%, 100%)", + "PaletteGrey53": "hsla(229, 15%, 53%, 100%)", + "PaletteGrey54": "hsla(229, 15%, 54%, 100%)", + "PaletteGrey55": "hsla(229, 15%, 55%, 100%)", + "PaletteGrey56": "hsla(229, 15%, 56%, 100%)", + "PaletteGrey57": "hsla(229, 15%, 57%, 100%)", + "PaletteGrey58": "hsla(229, 15%, 58%, 100%)", + "PaletteGrey59": "hsla(229, 15%, 59%, 100%)", + "PaletteGrey60": "hsla(229, 15%, 60%, 100%)", + "PaletteGrey61": "hsla(229, 15%, 61%, 100%)", + "PaletteGrey62": "hsla(229, 15%, 62%, 100%)", + "PaletteGrey63": "hsla(229, 15%, 63%, 100%)", + "PaletteGrey64": "hsla(229, 15%, 64%, 100%)", + "PaletteGrey65": "hsla(229, 15%, 65%, 100%)", + "PaletteGrey66": "hsla(229, 15%, 66%, 100%)", + "PaletteGrey67": "hsla(229, 15%, 67%, 100%)", + "PaletteGrey68": "hsla(229, 15%, 68%, 100%)", + "PaletteGrey69": "hsla(229, 15%, 69%, 100%)", + "PaletteGrey70": "hsla(229, 15%, 70%, 100%)", + "PaletteGrey71": "hsla(229, 15%, 71%, 100%)", + "PaletteGrey72": "hsla(229, 15%, 72%, 100%)", + "PaletteGrey73": "hsla(229, 15%, 73%, 100%)", + "PaletteGrey74": "hsla(229, 15%, 74%, 100%)", + "PaletteGrey75": "hsla(229, 15%, 75%, 100%)", + "PaletteGrey76": "hsla(229, 15%, 76%, 100%)", + "PaletteGrey77": "hsla(229, 15%, 77%, 100%)", + "PaletteGrey78": "hsla(229, 15%, 78%, 100%)", + "PaletteGrey79": "hsla(229, 15%, 79%, 100%)", + "PaletteGrey80": "hsla(229, 15%, 80%, 100%)", + "PaletteGrey81": "hsla(229, 15%, 81%, 100%)", + "PaletteGrey82": "hsla(229, 15%, 82%, 100%)", + "PaletteGrey83": "hsla(229, 15%, 83%, 100%)", + "PaletteGrey84": "hsla(229, 15%, 84%, 100%)", + "PaletteGrey85": "hsla(229, 15%, 85%, 100%)", + "PaletteGrey86": "hsla(229, 15%, 86%, 100%)", + "PaletteGrey87": "hsla(229, 15%, 87%, 100%)", + "PaletteGrey88": "hsla(229, 15%, 88%, 100%)", + "PaletteGrey89": "hsla(229, 15%, 89%, 100%)", + "PaletteGrey90": "hsla(229, 15%, 90%, 100%)", + "PaletteGrey91": "hsla(229, 15%, 91%, 100%)", + "PaletteGrey92": "hsla(229, 15%, 92%, 100%)", + "PaletteGrey93": "hsla(229, 15%, 93%, 100%)", + "PaletteGrey94": "hsla(229, 15%, 94%, 100%)", + "PaletteGrey95": "hsla(229, 15%, 95%, 100%)", + "PaletteGrey96": "hsla(229, 15%, 96%, 100%)", + "PaletteGrey97": "hsla(229, 15%, 97%, 100%)", + "PaletteGrey98": "hsla(229, 15%, 98%, 100%)", + "PaletteGrey99": "hsla(229, 15%, 99%, 100%)", + "PaletteGrey100": "hsla(229, 15%, 100%, 100%)", + "PaletteGrey6A3": "hsla(229, 15%, 6%, 3%)", + "PaletteGrey6A6": "hsla(229, 15%, 6%, 6%)", + "PaletteGrey6A12": "hsla(229, 15%, 6%, 12%)", + "PaletteGrey6A24": "hsla(229, 15%, 6%, 24%)", + "PaletteGrey6A64": "hsla(229, 15%, 6%, 64%)", + "PaletteGrey6A88": "hsla(229, 15%, 6%, 88%)", + "PaletteGrey12A80": "hsla(229, 15%, 12%, 80%)", + "PaletteGrey15A32": "hsla(229, 15%, 15%, 32%)", + "PaletteGrey20A32": "hsla(229, 15%, 20%, 32%)", + "PaletteGrey20A55": "hsla(229, 15%, 20%, 55%)", + "PaletteGrey50A8": "hsla(229, 15%, 50%, 8%)", + "PaletteGrey50A16": "hsla(229, 15%, 50%, 16%)", + "PaletteGrey50A24": "hsla(229, 15%, 50%, 24%)", + "PaletteGrey50A32": "hsla(229, 15%, 50%, 32%)", + "PaletteGrey50A48": "hsla(229, 15%, 50%, 48%)", + "PaletteGrey50A52": "hsla(229, 15%, 50%, 52%)", + "PaletteGrey85S100A15": "hsla(229, 100%, 85%, 15%)", + "PaletteGrey99A88": "hsla(229, 15%, 99%, 88%)", + "PaletteGrey100A52": "hsla(229, 15%, 100%, 52%)", + "PaletteGrey100A72": "hsla(229, 15%, 100%, 72%)", + "PaletteGrey100A90": "hsla(229, 15%, 100%, 100%)", + "PaletteGreyA8": "hsla(229, 15%, 50%, 8%)", + "PaletteGreyA15L85": "hsla(229, 100%, 85%, 15%)", + "PaletteGreyA16": "hsla(229, 15%, 50%, 16%)", + "PaletteGreyA24": "hsla(229, 15%, 6%, 24%)", + "PaletteGreyA32": "hsla(229, 15%, 20%, 32%)", + "PaletteGreyA32L50": "hsla(229, 15%, 50%, 32%)", + "PaletteGreyA48": "hsla(229, 15%, 50%, 48%)", + "PaletteGreyA64L6": "hsla(229, 15%, 6%, 64%)", + "PaletteGreyA88": "hsla(229, 15%, 99%, 88%)", + "PaletteGreyA88L6": "hsla(229, 15%, 6%, 88%)", + "PaletteGreyA80L12": "hsla(229, 15%, 12%, 80%)", + "PalettePurple0": "hsla(277, 72%, 0%, 100%)", + "PalettePurple1": "hsla(277, 72%, 1%, 100%)", + "PalettePurple2": "hsla(277, 72%, 2%, 100%)", + "PalettePurple3": "hsla(277, 72%, 3%, 100%)", + "PalettePurple4": "hsla(277, 72%, 4%, 100%)", + "PalettePurple5": "hsla(277, 72%, 5%, 100%)", + "PalettePurple6": "hsla(277, 72%, 6%, 100%)", + "PalettePurple7": "hsla(277, 72%, 7%, 100%)", + "PalettePurple8": "hsla(277, 72%, 8%, 100%)", + "PalettePurple9": "hsla(277, 72%, 9%, 100%)", + "PalettePurple10": "hsla(277, 72%, 10%, 100%)", + "PalettePurple11": "hsla(277, 72%, 11%, 100%)", + "PalettePurple12": "hsla(277, 72%, 12%, 100%)", + "PalettePurple13": "hsla(277, 72%, 13%, 100%)", + "PalettePurple14": "hsla(277, 72%, 14%, 100%)", + "PalettePurple15": "hsla(277, 72%, 15%, 100%)", + "PalettePurple16": "hsla(277, 72%, 16%, 100%)", + "PalettePurple17": "hsla(277, 72%, 17%, 100%)", + "PalettePurple18": "hsla(277, 72%, 18%, 100%)", + "PalettePurple19": "hsla(277, 72%, 19%, 100%)", + "PalettePurple20": "hsla(277, 72%, 20%, 100%)", + "PalettePurple21": "hsla(277, 72%, 21%, 100%)", + "PalettePurple22": "hsla(277, 72%, 22%, 100%)", + "PalettePurple23": "hsla(277, 72%, 23%, 100%)", + "PalettePurple24": "hsla(277, 72%, 24%, 100%)", + "PalettePurple25": "hsla(277, 72%, 25%, 100%)", + "PalettePurple26": "hsla(277, 72%, 26%, 100%)", + "PalettePurple27": "hsla(277, 72%, 27%, 100%)", + "PalettePurple28": "hsla(277, 72%, 28%, 100%)", + "PalettePurple29": "hsla(277, 72%, 29%, 100%)", + "PalettePurple30": "hsla(277, 72%, 30%, 100%)", + "PalettePurple31": "hsla(277, 72%, 31%, 100%)", + "PalettePurple32": "hsla(277, 72%, 32%, 100%)", + "PalettePurple33": "hsla(277, 72%, 33%, 100%)", + "PalettePurple34": "hsla(277, 72%, 34%, 100%)", + "PalettePurple35": "hsla(277, 72%, 35%, 100%)", + "PalettePurple36": "hsla(277, 72%, 36%, 100%)", + "PalettePurple37": "hsla(277, 72%, 37%, 100%)", + "PalettePurple38": "hsla(277, 72%, 38%, 100%)", + "PalettePurple39": "hsla(277, 72%, 39%, 100%)", + "PalettePurple40": "hsla(277, 72%, 40%, 100%)", + "PalettePurple41": "hsla(277, 72%, 41%, 100%)", + "PalettePurple42": "hsla(277, 72%, 42%, 100%)", + "PalettePurple43": "hsla(277, 72%, 43%, 100%)", + "PalettePurple44": "hsla(277, 72%, 44%, 100%)", + "PalettePurple45": "hsla(277, 72%, 45%, 100%)", + "PalettePurple46": "hsla(277, 72%, 46%, 100%)", + "PalettePurple47": "hsla(277, 72%, 47%, 100%)", + "PalettePurple48": "hsla(277, 72%, 48%, 100%)", + "PalettePurple49": "hsla(277, 72%, 49%, 100%)", + "PalettePurple50": "hsla(277, 72%, 50%, 100%)", + "PalettePurple51": "hsla(277, 72%, 51%, 100%)", + "PalettePurple52": "hsla(277, 72%, 52%, 100%)", + "PalettePurple53": "hsla(277, 72%, 53%, 100%)", + "PalettePurple54": "hsla(277, 72%, 54%, 100%)", + "PalettePurple55": "hsla(277, 72%, 55%, 100%)", + "PalettePurple56": "hsla(277, 72%, 56%, 100%)", + "PalettePurple57": "hsla(277, 72%, 57%, 100%)", + "PalettePurple58": "hsla(277, 72%, 58%, 100%)", + "PalettePurple59": "hsla(277, 72%, 59%, 100%)", + "PalettePurple60": "hsla(277, 72%, 60%, 100%)", + "PalettePurple61": "hsla(277, 72%, 61%, 100%)", + "PalettePurple62": "hsla(277, 72%, 62%, 100%)", + "PalettePurple63": "hsla(277, 72%, 63%, 100%)", + "PalettePurple64": "hsla(277, 72%, 64%, 100%)", + "PalettePurple65": "hsla(277, 72%, 65%, 100%)", + "PalettePurple66": "hsla(277, 72%, 66%, 100%)", + "PalettePurple67": "hsla(277, 72%, 67%, 100%)", + "PalettePurple68": "hsla(277, 72%, 68%, 100%)", + "PalettePurple69": "hsla(277, 72%, 69%, 100%)", + "PalettePurple70": "hsla(277, 72%, 70%, 100%)", + "PalettePurple71": "hsla(277, 72%, 71%, 100%)", + "PalettePurple72": "hsla(277, 72%, 72%, 100%)", + "PalettePurple73": "hsla(277, 72%, 73%, 100%)", + "PalettePurple74": "hsla(277, 72%, 74%, 100%)", + "PalettePurple75": "hsla(277, 72%, 75%, 100%)", + "PalettePurple76": "hsla(277, 72%, 76%, 100%)", + "PalettePurple77": "hsla(277, 72%, 77%, 100%)", + "PalettePurple78": "hsla(277, 72%, 78%, 100%)", + "PalettePurple79": "hsla(277, 72%, 79%, 100%)", + "PalettePurple80": "hsla(277, 72%, 80%, 100%)", + "PalettePurple81": "hsla(277, 72%, 81%, 100%)", + "PalettePurple82": "hsla(277, 72%, 82%, 100%)", + "PalettePurple83": "hsla(277, 72%, 83%, 100%)", + "PalettePurple84": "hsla(277, 72%, 84%, 100%)", + "PalettePurple85": "hsla(277, 72%, 85%, 100%)", + "PalettePurple86": "hsla(277, 72%, 86%, 100%)", + "PalettePurple87": "hsla(277, 72%, 87%, 100%)", + "PalettePurple88": "hsla(277, 72%, 88%, 100%)", + "PalettePurple89": "hsla(277, 72%, 89%, 100%)", + "PalettePurple90": "hsla(277, 72%, 90%, 100%)", + "PalettePurple91": "hsla(277, 72%, 91%, 100%)", + "PalettePurple92": "hsla(277, 72%, 92%, 100%)", + "PalettePurple93": "hsla(277, 72%, 93%, 100%)", + "PalettePurple94": "hsla(277, 72%, 94%, 100%)", + "PalettePurple95": "hsla(277, 72%, 95%, 100%)", + "PalettePurple96": "hsla(277, 72%, 96%, 100%)", + "PalettePurple97": "hsla(277, 72%, 97%, 100%)", + "PalettePurple98": "hsla(277, 72%, 98%, 100%)", + "PalettePurple99": "hsla(277, 72%, 99%, 100%)", + "PalettePurple100": "hsla(277, 72%, 100%, 100%)", + "PalettePurple50A16": "rgba(149, 36, 219, 0.16)", + "PalettePurple50A32": "rgba(149, 36, 219, 0.32)", + "PalettePurpleA16": "rgba(149, 36, 219, 0.16)", + "PalettePurpleA32": "rgba(149, 36, 219, 0.32)", + "PaletteRed0": "hsla(7, 97%, 0%, 100%)", + "PaletteRed1": "hsla(7, 97%, 1%, 100%)", + "PaletteRed2": "hsla(7, 97%, 2%, 100%)", + "PaletteRed3": "hsla(7, 97%, 3%, 100%)", + "PaletteRed4": "hsla(7, 97%, 4%, 100%)", + "PaletteRed5": "hsla(7, 97%, 5%, 100%)", + "PaletteRed6": "hsla(7, 97%, 6%, 100%)", + "PaletteRed7": "hsla(7, 97%, 7%, 100%)", + "PaletteRed8": "hsla(7, 97%, 8%, 100%)", + "PaletteRed9": "hsla(7, 97%, 9%, 100%)", + "PaletteRed10": "hsla(7, 97%, 10%, 100%)", + "PaletteRed11": "hsla(7, 97%, 11%, 100%)", + "PaletteRed12": "hsla(7, 97%, 12%, 100%)", + "PaletteRed13": "hsla(7, 97%, 13%, 100%)", + "PaletteRed14": "hsla(7, 97%, 14%, 100%)", + "PaletteRed15": "hsla(7, 97%, 15%, 100%)", + "PaletteRed16": "hsla(7, 97%, 16%, 100%)", + "PaletteRed17": "hsla(7, 97%, 17%, 100%)", + "PaletteRed18": "hsla(7, 97%, 18%, 100%)", + "PaletteRed19": "hsla(7, 97%, 19%, 100%)", + "PaletteRed20": "hsla(7, 97%, 20%, 100%)", + "PaletteRed21": "hsla(7, 97%, 21%, 100%)", + "PaletteRed22": "hsla(7, 97%, 22%, 100%)", + "PaletteRed23": "hsla(7, 97%, 23%, 100%)", + "PaletteRed24": "hsla(7, 97%, 24%, 100%)", + "PaletteRed25": "hsla(7, 97%, 25%, 100%)", + "PaletteRed26": "hsla(7, 97%, 26%, 100%)", + "PaletteRed27": "hsla(7, 97%, 27%, 100%)", + "PaletteRed28": "hsla(7, 97%, 28%, 100%)", + "PaletteRed29": "hsla(7, 97%, 29%, 100%)", + "PaletteRed30": "hsla(7, 97%, 30%, 100%)", + "PaletteRed31": "hsla(7, 97%, 31%, 100%)", + "PaletteRed32": "hsla(7, 97%, 32%, 100%)", + "PaletteRed33": "hsla(7, 97%, 33%, 100%)", + "PaletteRed34": "hsla(7, 97%, 34%, 100%)", + "PaletteRed35": "hsla(7, 97%, 35%, 100%)", + "PaletteRed36": "hsla(7, 97%, 36%, 100%)", + "PaletteRed37": "hsla(7, 97%, 37%, 100%)", + "PaletteRed38": "hsla(7, 97%, 38%, 100%)", + "PaletteRed39": "hsla(7, 97%, 39%, 100%)", + "PaletteRed40": "hsla(7, 97%, 40%, 100%)", + "PaletteRed41": "hsla(7, 97%, 41%, 100%)", + "PaletteRed42": "hsla(7, 97%, 42%, 100%)", + "PaletteRed43": "hsla(7, 97%, 43%, 100%)", + "PaletteRed44": "hsla(7, 97%, 44%, 100%)", + "PaletteRed45": "hsla(7, 97%, 45%, 100%)", + "PaletteRed46": "hsla(7, 97%, 46%, 100%)", + "PaletteRed47": "hsla(7, 97%, 47%, 100%)", + "PaletteRed48": "hsla(7, 97%, 48%, 100%)", + "PaletteRed49": "hsla(7, 97%, 49%, 100%)", + "PaletteRed50": "hsla(7, 97%, 50%, 100%)", + "PaletteRed51": "hsla(7, 97%, 51%, 100%)", + "PaletteRed52": "hsla(7, 97%, 52%, 100%)", + "PaletteRed53": "hsla(7, 97%, 53%, 100%)", + "PaletteRed54": "hsla(7, 97%, 54%, 100%)", + "PaletteRed55": "hsla(7, 97%, 55%, 100%)", + "PaletteRed56": "hsla(7, 97%, 56%, 100%)", + "PaletteRed57": "hsla(7, 97%, 57%, 100%)", + "PaletteRed58": "hsla(7, 97%, 58%, 100%)", + "PaletteRed59": "hsla(7, 97%, 59%, 100%)", + "PaletteRed60": "hsla(7, 97%, 60%, 100%)", + "PaletteRed61": "hsla(7, 97%, 61%, 100%)", + "PaletteRed62": "hsla(7, 97%, 62%, 100%)", + "PaletteRed63": "hsla(7, 97%, 63%, 100%)", + "PaletteRed64": "hsla(7, 97%, 64%, 100%)", + "PaletteRed65": "hsla(7, 97%, 65%, 100%)", + "PaletteRed66": "hsla(7, 97%, 66%, 100%)", + "PaletteRed67": "hsla(7, 97%, 67%, 100%)", + "PaletteRed68": "hsla(7, 97%, 68%, 100%)", + "PaletteRed69": "hsla(7, 97%, 69%, 100%)", + "PaletteRed70": "hsla(7, 97%, 70%, 100%)", + "PaletteRed71": "hsla(7, 97%, 71%, 100%)", + "PaletteRed72": "hsla(7, 97%, 72%, 100%)", + "PaletteRed73": "hsla(7, 97%, 73%, 100%)", + "PaletteRed74": "hsla(7, 97%, 74%, 100%)", + "PaletteRed75": "hsla(7, 97%, 75%, 100%)", + "PaletteRed76": "hsla(7, 97%, 76%, 100%)", + "PaletteRed77": "hsla(7, 97%, 77%, 100%)", + "PaletteRed78": "hsla(7, 97%, 78%, 100%)", + "PaletteRed79": "hsla(7, 97%, 79%, 100%)", + "PaletteRed80": "hsla(7, 97%, 80%, 100%)", + "PaletteRed81": "hsla(7, 97%, 81%, 100%)", + "PaletteRed82": "hsla(7, 97%, 82%, 100%)", + "PaletteRed83": "hsla(7, 97%, 83%, 100%)", + "PaletteRed84": "hsla(7, 97%, 84%, 100%)", + "PaletteRed85": "hsla(7, 97%, 85%, 100%)", + "PaletteRed86": "hsla(7, 97%, 86%, 100%)", + "PaletteRed87": "hsla(7, 97%, 87%, 100%)", + "PaletteRed88": "hsla(7, 97%, 88%, 100%)", + "PaletteRed89": "hsla(7, 97%, 89%, 100%)", + "PaletteRed90": "hsla(7, 97%, 90%, 100%)", + "PaletteRed91": "hsla(7, 97%, 91%, 100%)", + "PaletteRed92": "hsla(7, 97%, 92%, 100%)", + "PaletteRed93": "hsla(7, 97%, 93%, 100%)", + "PaletteRed94": "hsla(7, 97%, 94%, 100%)", + "PaletteRed95": "hsla(7, 97%, 95%, 100%)", + "PaletteRed96": "hsla(7, 97%, 96%, 100%)", + "PaletteRed97": "hsla(7, 97%, 97%, 100%)", + "PaletteRed98": "hsla(7, 97%, 98%, 100%)", + "PaletteRed99": "hsla(7, 97%, 99%, 100%)", + "PaletteRed100": "hsla(7, 97%, 100%, 100%)", + "PaletteRed5A8": "hsla(7, 97%, 5%, 8%)", + "PaletteRed5A16": "hsla(7, 97%, 5%, 16%)", + "PaletteRed50A8": "hsla(7, 97%, 50%, 8%)", + "PaletteRed50A16": "hsla(7, 97%, 50%, 16%)", + "PaletteRed51S69": "hsla(7, 69%, 51%, 100%)", + "PaletteRed60A55": "hsla(7, 97%, 60%, 55%)", + "PaletteRedA8": "hsla(7, 97%, 5%, 8%)", + "PaletteRedA8L50": "hsla(7, 97%, 50%, 8%)", + "PaletteRedA16": "hsla(7, 97%, 5%, 16%)", + "PaletteRedA16L50": "hsla(7, 97%, 50%, 16%)", + "PaletteRedA24": "rgba(240, 10, 25, 0.24)", + "PaletteRedA32": "rgba(240, 10, 25, 0.32)", + "PaletteRedA48": "rgba(240, 10, 25, 0.48)", + "PaletteWhiteDefault": "hsla(0, 0%, 100%, 100%)", + "PaletteWhiteDefaultA15": "hsla(0, 0%, 100%, 15%)", + "PaletteWhiteDefaultA64": "hsla(0, 0%, 100%, 64%)", + "PaletteWhiteDefaultA72": "hsla(0, 0%, 100%, 72%)", + "PaletteWhiteA72": "hsla(0, 0%, 100%, 72%)", + "PaletteYellow0": "hsla(38, 100%, 0%, 100%)", + "PaletteYellow1": "hsla(38, 100%, 1%, 100%)", + "PaletteYellow2": "hsla(38, 100%, 2%, 100%)", + "PaletteYellow3": "hsla(38, 100%, 3%, 100%)", + "PaletteYellow4": "hsla(38, 100%, 4%, 100%)", + "PaletteYellow5": "hsla(38, 100%, 5%, 100%)", + "PaletteYellow6": "hsla(38, 100%, 6%, 100%)", + "PaletteYellow7": "hsla(38, 100%, 7%, 100%)", + "PaletteYellow8": "hsla(38, 100%, 8%, 100%)", + "PaletteYellow9": "hsla(38, 100%, 9%, 100%)", + "PaletteYellow10": "hsla(38, 100%, 10%, 100%)", + "PaletteYellow11": "hsla(38, 100%, 11%, 100%)", + "PaletteYellow12": "hsla(38, 100%, 12%, 100%)", + "PaletteYellow13": "hsla(38, 100%, 13%, 100%)", + "PaletteYellow14": "hsla(38, 100%, 14%, 100%)", + "PaletteYellow15": "hsla(38, 100%, 15%, 100%)", + "PaletteYellow16": "hsla(38, 100%, 16%, 100%)", + "PaletteYellow17": "hsla(38, 100%, 17%, 100%)", + "PaletteYellow18": "hsla(38, 100%, 18%, 100%)", + "PaletteYellow19": "hsla(38, 100%, 19%, 100%)", + "PaletteYellow20": "hsla(38, 100%, 20%, 100%)", + "PaletteYellow21": "hsla(38, 100%, 21%, 100%)", + "PaletteYellow22": "hsla(38, 100%, 22%, 100%)", + "PaletteYellow23": "hsla(38, 100%, 23%, 100%)", + "PaletteYellow24": "hsla(38, 100%, 24%, 100%)", + "PaletteYellow25": "hsla(38, 100%, 25%, 100%)", + "PaletteYellow26": "hsla(38, 100%, 26%, 100%)", + "PaletteYellow27": "hsla(38, 100%, 27%, 100%)", + "PaletteYellow28": "hsla(38, 100%, 28%, 100%)", + "PaletteYellow29": "hsla(38, 100%, 29%, 100%)", + "PaletteYellow30": "hsla(38, 100%, 30%, 100%)", + "PaletteYellow31": "hsla(38, 100%, 31%, 100%)", + "PaletteYellow32": "hsla(38, 100%, 32%, 100%)", + "PaletteYellow33": "hsla(38, 100%, 33%, 100%)", + "PaletteYellow34": "hsla(38, 100%, 34%, 100%)", + "PaletteYellow35": "hsla(38, 100%, 35%, 100%)", + "PaletteYellow36": "hsla(38, 100%, 36%, 100%)", + "PaletteYellow37": "hsla(38, 100%, 37%, 100%)", + "PaletteYellow38": "hsla(38, 100%, 38%, 100%)", + "PaletteYellow39": "hsla(38, 100%, 39%, 100%)", + "PaletteYellow40": "hsla(38, 100%, 40%, 100%)", + "PaletteYellow41": "hsla(38, 100%, 41%, 100%)", + "PaletteYellow42": "hsla(38, 100%, 42%, 100%)", + "PaletteYellow43": "hsla(38, 100%, 43%, 100%)", + "PaletteYellow44": "hsla(38, 100%, 44%, 100%)", + "PaletteYellow45": "hsla(38, 100%, 45%, 100%)", + "PaletteYellow46": "hsla(38, 100%, 46%, 100%)", + "PaletteYellow47": "hsla(38, 100%, 47%, 100%)", + "PaletteYellow48": "hsla(38, 100%, 48%, 100%)", + "PaletteYellow49": "hsla(38, 100%, 49%, 100%)", + "PaletteYellow50": "hsla(38, 100%, 50%, 100%)", + "PaletteYellow51": "hsla(38, 100%, 51%, 100%)", + "PaletteYellow52": "hsla(38, 100%, 52%, 100%)", + "PaletteYellow53": "hsla(38, 100%, 53%, 100%)", + "PaletteYellow54": "hsla(38, 100%, 54%, 100%)", + "PaletteYellow55": "hsla(38, 100%, 55%, 100%)", + "PaletteYellow56": "hsla(38, 100%, 56%, 100%)", + "PaletteYellow57": "hsla(38, 100%, 57%, 100%)", + "PaletteYellow58": "hsla(38, 100%, 58%, 100%)", + "PaletteYellow59": "hsla(38, 100%, 59%, 100%)", + "PaletteYellow60": "hsla(38, 100%, 60%, 100%)", + "PaletteYellow61": "hsla(38, 100%, 61%, 100%)", + "PaletteYellow62": "hsla(38, 100%, 62%, 100%)", + "PaletteYellow63": "hsla(38, 100%, 63%, 100%)", + "PaletteYellow64": "hsla(38, 100%, 64%, 100%)", + "PaletteYellow65": "hsla(38, 100%, 65%, 100%)", + "PaletteYellow66": "hsla(38, 100%, 66%, 100%)", + "PaletteYellow67": "hsla(38, 100%, 67%, 100%)", + "PaletteYellow68": "hsla(38, 100%, 68%, 100%)", + "PaletteYellow69": "hsla(38, 100%, 69%, 100%)", + "PaletteYellow70": "hsla(38, 100%, 70%, 100%)", + "PaletteYellow71": "hsla(38, 100%, 71%, 100%)", + "PaletteYellow72": "hsla(38, 100%, 72%, 100%)", + "PaletteYellow73": "hsla(38, 100%, 73%, 100%)", + "PaletteYellow74": "hsla(38, 100%, 74%, 100%)", + "PaletteYellow75": "hsla(38, 100%, 75%, 100%)", + "PaletteYellow76": "hsla(38, 100%, 76%, 100%)", + "PaletteYellow77": "hsla(38, 100%, 77%, 100%)", + "PaletteYellow78": "hsla(38, 100%, 78%, 100%)", + "PaletteYellow79": "hsla(38, 100%, 79%, 100%)", + "PaletteYellow80": "hsla(38, 100%, 80%, 100%)", + "PaletteYellow81": "hsla(38, 100%, 81%, 100%)", + "PaletteYellow82": "hsla(38, 100%, 82%, 100%)", + "PaletteYellow83": "hsla(38, 100%, 83%, 100%)", + "PaletteYellow84": "hsla(38, 100%, 84%, 100%)", + "PaletteYellow85": "hsla(38, 100%, 85%, 100%)", + "PaletteYellow86": "hsla(38, 100%, 86%, 100%)", + "PaletteYellow87": "hsla(38, 100%, 87%, 100%)", + "PaletteYellow88": "hsla(38, 100%, 88%, 100%)", + "PaletteYellow89": "hsla(38, 100%, 89%, 100%)", + "PaletteYellow90": "hsla(38, 100%, 90%, 100%)", + "PaletteYellow91": "hsla(38, 100%, 91%, 100%)", + "PaletteYellow92": "hsla(38, 100%, 92%, 100%)", + "PaletteYellow93": "hsla(38, 100%, 93%, 100%)", + "PaletteYellow94": "hsla(38, 100%, 94%, 100%)", + "PaletteYellow95": "hsla(38, 100%, 95%, 100%)", + "PaletteYellow96": "hsla(38, 100%, 96%, 100%)", + "PaletteYellow97": "hsla(38, 100%, 97%, 100%)", + "PaletteYellow98": "hsla(38, 100%, 98%, 100%)", + "PaletteYellow99": "hsla(38, 100%, 99%, 100%)", + "PaletteYellow100": "hsla(38, 100%, 100%, 100%)", + "PaletteYellow48A16": "hsla(38, 100%, 48%, 16%)", + "PaletteYellow48A32": "hsla(38, 100%, 48%, 32%)", + "PaletteYellowA16": "hsla(38, 100%, 48%, 16%)", + "PaletteYellowA32": "hsla(38, 100%, 48%, 32%)", + "ShadowLightOverflowCompactTop": " 0px -1px 0px 0px hsla(229, 15%, 6%, 12%)", + "ShadowLightOverflowCompactRight": " 1px 0px 0px 0px hsla(229, 15%, 6%, 12%)", + "ShadowLightOverflowCompactBottom": " 0px 1px 0px 0px hsla(229, 15%, 6%, 12%)", + "ShadowLightOverflowCompactLeft": "-1px 0 0px 0px hsla(229, 15%, 6%, 12%)", + "ShadowLightOverflowNormalTop": " 0 -9px 8px -12px hsla(229, 15%, 60%, 100%)", + "ShadowLightOverflowNormalRight": " 9px 0 8px -12px hsla(229, 15%, 60%, 100%)", + "ShadowLightOverflowNormalLeft": "-9px 0 8px -12px hsla(229, 15%, 60%, 100%)", + "ShadowLightOverflowNormalBottom": " 0 9px 8px -12px hsla(229, 15%, 60%, 100%)", + "ShadowLightCard": "0 0px 0 1px hsla(229, 15%, 6%, 3%), 0 1px 6px 0 hsla(229, 15%, 6%, 6%), 0 1px 6px 0 hsla(229, 15%, 6%, 12%)", + "ShadowLightPopup": "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 2px 8px hsla(229, 15%, 6%, 6%), 0 3px 8px hsla(229, 15%, 6%, 12%)", + "ShadowLightOverlay": "0 0 0 1px hsla(229, 15%, 6%, 3%), 0 3px 16px hsla(229, 15%, 6%, 6%), 0 4px 32px hsla(229, 15%, 6%, 12%)", + "ShadowDarkOverflowCompactTop": " 0px -1px 0px 0px hsla(229, 100%, 85%, 15%)", + "ShadowDarkOverflowCompactRight": " 1px 0px 0px 0px hsla(229, 100%, 85%, 15%)", + "ShadowDarkOverflowCompactBottom": " 0px 1px 0px 0px hsla(229, 100%, 85%, 15%)", + "ShadowDarkOverflowCompactLeft": "-1px 0px 0px 0px hsla(229, 100%, 85%, 15%)", + "ShadowDarkOverflowNormalTop": " 0px -1px 0px 0px hsla(229, 100%, 85%, 15%)", + "ShadowDarkOverflowNormalRight": " 1px 0px 0px 0px hsla(229, 100%, 85%, 15%)", + "ShadowDarkOverflowNormalBottom": " 0px 1px 0px 0px hsla(229, 100%, 85%, 15%)", + "ShadowDarkOverflowNormalLeft": "-1px 0px 0px 0px hsla(229, 100%, 85%, 15%)", + "ShadowDarkCard": "0 0 0 1px hsla(229, 100%, 85%, 15%)", + "ShadowDarkPopup": "0 0 0 1px hsla(229, 100%, 85%, 15%)", + "ShadowDarkOverlay": "0 0 0 1px hsla(229, 100%, 85%, 15%)", + "TypographyDisplay1FontSize": "57px", + "TypographyDisplay1LineHeight": "64px", + "TypographyDisplay1LetterSpacing": "normal", + "TypographyDisplay1FontWeight": "400", + "TypographyDisplay1FontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyDisplay1TextTransform": "null", + "TypographyDisplay1FontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographyDisplay2FontSize": "45px", + "TypographyDisplay2LineHeight": "52px", + "TypographyDisplay2LetterSpacing": "normal", + "TypographyDisplay2FontWeight": "400", + "TypographyDisplay2FontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyDisplay2TextTransform": "null", + "TypographyDisplay2FontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographyDisplay3FontSize": "36px", + "TypographyDisplay3LineHeight": "44px", + "TypographyDisplay3LetterSpacing": "normal", + "TypographyDisplay3FontWeight": "400", + "TypographyDisplay3FontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyDisplay3TextTransform": "null", + "TypographyDisplay3FontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographyDisplay1StrongFontSize": "57px", + "TypographyDisplay1StrongLineHeight": "64px", + "TypographyDisplay1StrongLetterSpacing": "normal", + "TypographyDisplay1StrongFontWeight": "700", + "TypographyDisplay1StrongFontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyDisplay1StrongTextTransform": "null", + "TypographyDisplay1StrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographyDisplay2StrongFontSize": "45px", + "TypographyDisplay2StrongLineHeight": "52px", + "TypographyDisplay2StrongLetterSpacing": "normal", + "TypographyDisplay2StrongFontWeight": "700", + "TypographyDisplay2StrongFontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyDisplay2StrongTextTransform": "null", + "TypographyDisplay2StrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographyDisplay3StrongFontSize": "36px", + "TypographyDisplay3StrongLineHeight": "44px", + "TypographyDisplay3StrongLetterSpacing": "normal", + "TypographyDisplay3StrongFontWeight": "700", + "TypographyDisplay3StrongFontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyDisplay3StrongTextTransform": "null", + "TypographyDisplay3StrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographyHeadlineFontSize": "28px", + "TypographyHeadlineLineHeight": "32px", + "TypographyHeadlineLetterSpacing": "normal", + "TypographyHeadlineFontWeight": "700", + "TypographyHeadlineFontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyHeadlineTextTransform": "null", + "TypographyHeadlineFontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographyTitleFontSize": "20px", + "TypographyTitleLineHeight": "28px", + "TypographyTitleLetterSpacing": "normal", + "TypographyTitleFontWeight": "700", + "TypographyTitleFontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTitleTextTransform": "null", + "TypographyTitleFontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographySubheadingFontSize": "18px", + "TypographySubheadingLineHeight": "26px", + "TypographySubheadingLetterSpacing": "normal", + "TypographySubheadingFontWeight": "600", + "TypographySubheadingFontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographySubheadingTextTransform": "null", + "TypographySubheadingFontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographyBodyFontSize": "16px", + "TypographyBodyLineHeight": "24px", + "TypographyBodyLetterSpacing": "normal", + "TypographyBodyFontWeight": "normal", + "TypographyBodyFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyBodyTextTransform": "null", + "TypographyBodyFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyBodyTabularFontSize": "16px", + "TypographyBodyTabularLineHeight": "24px", + "TypographyBodyTabularLetterSpacing": "normal", + "TypographyBodyTabularFontWeight": "normal", + "TypographyBodyTabularFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyBodyTabularTextTransform": "null", + "TypographyBodyTabularFontFeatureSettings": "\"calt\", \"ss01\", \"ss04\", \"tnum\"", + "TypographyBodyStrongFontSize": "16px", + "TypographyBodyStrongLineHeight": "24px", + "TypographyBodyStrongLetterSpacing": "normal", + "TypographyBodyStrongFontWeight": "500", + "TypographyBodyStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyBodyStrongTextTransform": "null", + "TypographyBodyStrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyBodyCapsFontSize": "16px", + "TypographyBodyCapsLineHeight": "24px", + "TypographyBodyCapsLetterSpacing": "0.08em", + "TypographyBodyCapsFontWeight": "400", + "TypographyBodyCapsFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyBodyCapsTextTransform": "uppercase", + "TypographyBodyCapsFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyBodyMonoFontSize": "16px", + "TypographyBodyMonoLineHeight": "24px", + "TypographyBodyMonoLetterSpacing": "normal", + "TypographyBodyMonoFontWeight": "normal", + "TypographyBodyMonoFontFamily": "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace", + "TypographyBodyMonoTextTransform": "null", + "TypographyBodyMonoFontFeatureSettings": "initial", + "TypographyBodyMonoStrongFontSize": "16px", + "TypographyBodyMonoStrongLineHeight": "24px", + "TypographyBodyMonoStrongLetterSpacing": "normal", + "TypographyBodyMonoStrongFontWeight": "700", + "TypographyBodyMonoStrongFontFamily": "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace", + "TypographyBodyMonoStrongTextTransform": "null", + "TypographyBodyMonoStrongFontFeatureSettings": "initial", + "TypographyCaptionFontSize": "14px", + "TypographyCaptionLineHeight": "20px", + "TypographyCaptionLetterSpacing": "-0.006em", + "TypographyCaptionFontWeight": "normal", + "TypographyCaptionFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyCaptionTextTransform": "null", + "TypographyCaptionFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyCaptionTabularFontSize": "14px", + "TypographyCaptionTabularLineHeight": "20px", + "TypographyCaptionTabularLetterSpacing": "-0.006em", + "TypographyCaptionTabularFontWeight": "normal", + "TypographyCaptionTabularFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyCaptionTabularTextTransform": "null", + "TypographyCaptionTabularFontFeatureSettings": "\"calt\", \"ss01\", \"ss04\", \"tnum\"", + "TypographyCaptionStrongFontSize": "14px", + "TypographyCaptionStrongLineHeight": "20px", + "TypographyCaptionStrongLetterSpacing": "-0.006em", + "TypographyCaptionStrongFontWeight": "500", + "TypographyCaptionStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyCaptionStrongTextTransform": "null", + "TypographyCaptionStrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyCaptionCapsFontSize": "14px", + "TypographyCaptionCapsLineHeight": "20px", + "TypographyCaptionCapsLetterSpacing": "0.08em", + "TypographyCaptionCapsFontWeight": "normal", + "TypographyCaptionCapsFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyCaptionCapsTextTransform": "uppercase", + "TypographyCaptionCapsFontFeatureSettings": "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyCaptionMonoFontSize": "14px", + "TypographyCaptionMonoLineHeight": "20px", + "TypographyCaptionMonoLetterSpacing": "normal", + "TypographyCaptionMonoFontWeight": "normal", + "TypographyCaptionMonoFontFamily": "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace", + "TypographyCaptionMonoTextTransform": "null", + "TypographyCaptionMonoFontFeatureSettings": "initial", + "TypographyCaptionMonoStrongFontSize": "14px", + "TypographyCaptionMonoStrongLineHeight": "20px", + "TypographyCaptionMonoStrongLetterSpacing": "normal", + "TypographyCaptionMonoStrongFontWeight": "700", + "TypographyCaptionMonoStrongFontFamily": "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace", + "TypographyCaptionMonoStrongTextTransform": "null", + "TypographyCaptionMonoStrongFontFeatureSettings": "initial", + "TypographyExtraSmallTextFontSize": "12px", + "TypographyExtraSmallTextLineHeight": "16px", + "TypographyExtraSmallTextLetterSpacing": "normal", + "TypographyExtraSmallTextFontWeight": "normal", + "TypographyExtraSmallTextFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyExtraSmallTextTextTransform": "null", + "TypographyExtraSmallTextFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyExtraSmallTextStrongFontSize": "12px", + "TypographyExtraSmallTextStrongLineHeight": "16px", + "TypographyExtraSmallTextStrongLetterSpacing": "normal", + "TypographyExtraSmallTextStrongFontWeight": "500", + "TypographyExtraSmallTextStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyExtraSmallTextStrongTextTransform": "null", + "TypographyExtraSmallTextStrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyExtraSmallTextCapsFontSize": "12px", + "TypographyExtraSmallTextCapsLineHeight": "16px", + "TypographyExtraSmallTextCapsLetterSpacing": "1px", + "TypographyExtraSmallTextCapsFontWeight": "normal", + "TypographyExtraSmallTextCapsFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyExtraSmallTextCapsTextTransform": "uppercase", + "TypographyExtraSmallTextCapsFontFeatureSettings": "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyExtraSmallTextMonoFontSize": "12px", + "TypographyExtraSmallTextMonoLineHeight": "16px", + "TypographyExtraSmallTextMonoLetterSpacing": "0px", + "TypographyExtraSmallTextMonoFontWeight": "normal", + "TypographyExtraSmallTextMonoFontFamily": "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace", + "TypographyExtraSmallTextMonoTextTransform": "null", + "TypographyExtraSmallTextMonoFontFeatureSettings": "initial", + "TypographyDisplayBigFontSize": "57px", + "TypographyDisplayBigLineHeight": "64px", + "TypographyDisplayBigLetterSpacing": "normal", + "TypographyDisplayBigFontWeight": "400", + "TypographyDisplayBigFontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyDisplayBigTextTransform": "null", + "TypographyDisplayBigFontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographyDisplayNormalFontSize": "45px", + "TypographyDisplayNormalLineHeight": "52px", + "TypographyDisplayNormalLetterSpacing": "normal", + "TypographyDisplayNormalFontWeight": "400", + "TypographyDisplayNormalFontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyDisplayNormalTextTransform": "null", + "TypographyDisplayNormalFontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographyDisplayCompactFontSize": "36px", + "TypographyDisplayCompactLineHeight": "44px", + "TypographyDisplayCompactLetterSpacing": "normal", + "TypographyDisplayCompactFontWeight": "400", + "TypographyDisplayCompactFontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyDisplayCompactTextTransform": "null", + "TypographyDisplayCompactFontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographyDisplayBigStrongFontSize": "57px", + "TypographyDisplayBigStrongLineHeight": "64px", + "TypographyDisplayBigStrongLetterSpacing": "normal", + "TypographyDisplayBigStrongFontWeight": "700", + "TypographyDisplayBigStrongFontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyDisplayBigStrongTextTransform": "null", + "TypographyDisplayBigStrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographyDisplayNormalStrongFontSize": "45px", + "TypographyDisplayNormalStrongLineHeight": "52px", + "TypographyDisplayNormalStrongLetterSpacing": "normal", + "TypographyDisplayNormalStrongFontWeight": "700", + "TypographyDisplayNormalStrongFontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyDisplayNormalStrongTextTransform": "null", + "TypographyDisplayNormalStrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographyDisplayCompactStrongFontSize": "36px", + "TypographyDisplayCompactStrongLineHeight": "44px", + "TypographyDisplayCompactStrongLetterSpacing": "normal", + "TypographyDisplayCompactStrongFontWeight": "700", + "TypographyDisplayCompactStrongFontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyDisplayCompactStrongTextTransform": "null", + "TypographyDisplayCompactStrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "TypographyTextBigFontSize": "16px", + "TypographyTextBigLineHeight": "24px", + "TypographyTextBigLetterSpacing": "-0.011em", + "TypographyTextBigFontWeight": "normal", + "TypographyTextBigFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTextBigTextTransform": "null", + "TypographyTextBigFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyTextBigMediumFontSize": "16px", + "TypographyTextBigMediumLineHeight": "24px", + "TypographyTextBigMediumLetterSpacing": "-0.011em", + "TypographyTextBigMediumFontWeight": "500", + "TypographyTextBigMediumFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTextBigMediumTextTransform": "null", + "TypographyTextBigMediumFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyTextBigStrongFontSize": "16px", + "TypographyTextBigStrongLineHeight": "24px", + "TypographyTextBigStrongLetterSpacing": "-0.011em", + "TypographyTextBigStrongFontWeight": "600", + "TypographyTextBigStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTextBigStrongTextTransform": "null", + "TypographyTextBigStrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyTextNormalFontSize": "14px", + "TypographyTextNormalLineHeight": "20px", + "TypographyTextNormalLetterSpacing": "-0.006em", + "TypographyTextNormalFontWeight": "normal", + "TypographyTextNormalFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTextNormalTextTransform": "null", + "TypographyTextNormalFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyTextNormalMediumFontSize": "14px", + "TypographyTextNormalMediumLineHeight": "20px", + "TypographyTextNormalMediumLetterSpacing": "-0.006em", + "TypographyTextNormalMediumFontWeight": "500", + "TypographyTextNormalMediumFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTextNormalMediumTextTransform": "null", + "TypographyTextNormalMediumFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyTextNormalStrongFontSize": "14px", + "TypographyTextNormalStrongLineHeight": "20px", + "TypographyTextNormalStrongLetterSpacing": "-0.006em", + "TypographyTextNormalStrongFontWeight": "600", + "TypographyTextNormalStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTextNormalStrongTextTransform": "null", + "TypographyTextNormalStrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyTextCompactFontSize": "12px", + "TypographyTextCompactLineHeight": "16px", + "TypographyTextCompactLetterSpacing": "normal", + "TypographyTextCompactFontWeight": "normal", + "TypographyTextCompactFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTextCompactTextTransform": "null", + "TypographyTextCompactFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyTextCompactMediumFontSize": "12px", + "TypographyTextCompactMediumLineHeight": "16px", + "TypographyTextCompactMediumLetterSpacing": "normal", + "TypographyTextCompactMediumFontWeight": "500", + "TypographyTextCompactMediumFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTextCompactMediumTextTransform": "null", + "TypographyTextCompactMediumFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyTextCompactStrongFontSize": "12px", + "TypographyTextCompactStrongLineHeight": "16px", + "TypographyTextCompactStrongLetterSpacing": "normal", + "TypographyTextCompactStrongFontWeight": "600", + "TypographyTextCompactStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTextCompactStrongTextTransform": "null", + "TypographyTextCompactStrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyCapsBigFontSize": "16px", + "TypographyCapsBigLineHeight": "24px", + "TypographyCapsBigLetterSpacing": "0.08em", + "TypographyCapsBigFontWeight": "400", + "TypographyCapsBigFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyCapsBigTextTransform": "uppercase", + "TypographyCapsBigFontFeatureSettings": "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyCapsBigStrongFontSize": "16px", + "TypographyCapsBigStrongLineHeight": "24px", + "TypographyCapsBigStrongLetterSpacing": "0.08em", + "TypographyCapsBigStrongFontWeight": "500", + "TypographyCapsBigStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyCapsBigStrongTextTransform": "uppercase", + "TypographyCapsBigStrongFontFeatureSettings": "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyCapsNormalFontSize": "14px", + "TypographyCapsNormalLineHeight": "20px", + "TypographyCapsNormalLetterSpacing": "0.08em", + "TypographyCapsNormalFontWeight": "normal", + "TypographyCapsNormalFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyCapsNormalTextTransform": "uppercase", + "TypographyCapsNormalFontFeatureSettings": "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyCapsNormalStrongFontSize": "14px", + "TypographyCapsNormalStrongLineHeight": "20px", + "TypographyCapsNormalStrongLetterSpacing": "0.08em", + "TypographyCapsNormalStrongFontWeight": "500", + "TypographyCapsNormalStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyCapsNormalStrongTextTransform": "uppercase", + "TypographyCapsNormalStrongFontFeatureSettings": "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyCapsCompactFontSize": "12px", + "TypographyCapsCompactLineHeight": "16px", + "TypographyCapsCompactLetterSpacing": "1px", + "TypographyCapsCompactFontWeight": "normal", + "TypographyCapsCompactFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyCapsCompactTextTransform": "uppercase", + "TypographyCapsCompactFontFeatureSettings": "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyCapsCompactStrongFontSize": "12px", + "TypographyCapsCompactStrongLineHeight": "16px", + "TypographyCapsCompactStrongLetterSpacing": "1px", + "TypographyCapsCompactStrongFontWeight": "500", + "TypographyCapsCompactStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyCapsCompactStrongTextTransform": "uppercase", + "TypographyCapsCompactStrongFontFeatureSettings": "\"calt\", \"case\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyMonoBigFontSize": "16px", + "TypographyMonoBigLineHeight": "24px", + "TypographyMonoBigLetterSpacing": "normal", + "TypographyMonoBigFontWeight": "normal", + "TypographyMonoBigFontFamily": "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace", + "TypographyMonoBigTextTransform": "null", + "TypographyMonoBigFontFeatureSettings": "initial", + "TypographyMonoBigStrongFontSize": "16px", + "TypographyMonoBigStrongLineHeight": "24px", + "TypographyMonoBigStrongLetterSpacing": "normal", + "TypographyMonoBigStrongFontWeight": "700", + "TypographyMonoBigStrongFontFamily": "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace", + "TypographyMonoBigStrongTextTransform": "null", + "TypographyMonoBigStrongFontFeatureSettings": "initial", + "TypographyMonoNormalFontSize": "14px", + "TypographyMonoNormalLineHeight": "20px", + "TypographyMonoNormalLetterSpacing": "normal", + "TypographyMonoNormalFontWeight": "normal", + "TypographyMonoNormalFontFamily": "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace", + "TypographyMonoNormalTextTransform": "null", + "TypographyMonoNormalFontFeatureSettings": "initial", + "TypographyMonoNormalStrongFontSize": "14px", + "TypographyMonoNormalStrongLineHeight": "20px", + "TypographyMonoNormalStrongLetterSpacing": "normal", + "TypographyMonoNormalStrongFontWeight": "700", + "TypographyMonoNormalStrongFontFamily": "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace", + "TypographyMonoNormalStrongTextTransform": "null", + "TypographyMonoNormalStrongFontFeatureSettings": "initial", + "TypographyMonoCompactFontSize": "12px", + "TypographyMonoCompactLineHeight": "16px", + "TypographyMonoCompactLetterSpacing": "0px", + "TypographyMonoCompactFontWeight": "normal", + "TypographyMonoCompactFontFamily": "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace", + "TypographyMonoCompactTextTransform": "null", + "TypographyMonoCompactFontFeatureSettings": "initial", + "TypographyMonoCompactStrongFontSize": "12px", + "TypographyMonoCompactStrongLineHeight": "16px", + "TypographyMonoCompactStrongLetterSpacing": "0px", + "TypographyMonoCompactStrongFontWeight": "700", + "TypographyMonoCompactStrongFontFamily": "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace", + "TypographyMonoCompactStrongTextTransform": "null", + "TypographyMonoCompactStrongFontFeatureSettings": "initial", + "TypographyMonoCodeblockFontSize": "14px", + "TypographyMonoCodeblockLineHeight": "20px", + "TypographyMonoCodeblockLetterSpacing": "normal", + "TypographyMonoCodeblockFontWeight": "normal", + "TypographyMonoCodeblockFontFamily": "'JetBrains Mono', 'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace", + "TypographyMonoCodeblockTextTransform": "null", + "TypographyMonoCodeblockFontFeatureSettings": "initial", + "TypographyTabularBigFontSize": "16px", + "TypographyTabularBigLineHeight": "24px", + "TypographyTabularBigLetterSpacing": "normal", + "TypographyTabularBigFontWeight": "normal", + "TypographyTabularBigFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTabularBigTextTransform": "null", + "TypographyTabularBigFontFeatureSettings": "\"calt\", \"ss01\", \"ss04\", \"tnum\"", + "TypographyTabularBigStrongFontSize": "16px", + "TypographyTabularBigStrongLineHeight": "24px", + "TypographyTabularBigStrongLetterSpacing": "normal", + "TypographyTabularBigStrongFontWeight": "500", + "TypographyTabularBigStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTabularBigStrongTextTransform": "null", + "TypographyTabularBigStrongFontFeatureSettings": "\"calt\", \"ss01\", \"ss04\", \"tnum\"", + "TypographyTabularNormalFontSize": "14px", + "TypographyTabularNormalLineHeight": "20px", + "TypographyTabularNormalLetterSpacing": "-0.006em", + "TypographyTabularNormalFontWeight": "normal", + "TypographyTabularNormalFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTabularNormalTextTransform": "null", + "TypographyTabularNormalFontFeatureSettings": "\"calt\", \"ss01\", \"ss04\", \"tnum\"", + "TypographyTabularNormalStrongFontSize": "14px", + "TypographyTabularNormalStrongLineHeight": "20px", + "TypographyTabularNormalStrongLetterSpacing": "-0.006em", + "TypographyTabularNormalStrongFontWeight": "500", + "TypographyTabularNormalStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTabularNormalStrongTextTransform": "null", + "TypographyTabularNormalStrongFontFeatureSettings": "\"calt\", \"ss01\", \"ss04\", \"tnum\"", + "TypographyTabularCompactFontSize": "12px", + "TypographyTabularCompactLineHeight": "16px", + "TypographyTabularCompactLetterSpacing": "normal", + "TypographyTabularCompactFontWeight": "normal", + "TypographyTabularCompactFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTabularCompactTextTransform": "null", + "TypographyTabularCompactFontFeatureSettings": "\"calt\", \"ss01\", \"ss04\", \"tnum\"", + "TypographyTabularCompactStrongFontSize": "12px", + "TypographyTabularCompactStrongLineHeight": "16px", + "TypographyTabularCompactStrongLetterSpacing": "normal", + "TypographyTabularCompactStrongFontWeight": "500", + "TypographyTabularCompactStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyTabularCompactStrongTextTransform": "null", + "TypographyTabularCompactStrongFontFeatureSettings": "\"calt\", \"ss01\", \"ss04\", \"tnum\"", + "TypographyItalicBigFontStyle": "italic", + "TypographyItalicBigFontSize": "16px", + "TypographyItalicBigLineHeight": "24px", + "TypographyItalicBigLetterSpacing": "-0.011em", + "TypographyItalicBigFontWeight": "normal", + "TypographyItalicBigFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyItalicBigTextTransform": "null", + "TypographyItalicBigFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyItalicBigStrongFontStyle": "italic", + "TypographyItalicBigStrongFontSize": "16px", + "TypographyItalicBigStrongLineHeight": "24px", + "TypographyItalicBigStrongLetterSpacing": "-0.011em", + "TypographyItalicBigStrongFontWeight": "500", + "TypographyItalicBigStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyItalicBigStrongTextTransform": "null", + "TypographyItalicBigStrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyItalicNormalFontStyle": "italic", + "TypographyItalicNormalFontSize": "14px", + "TypographyItalicNormalLineHeight": "20px", + "TypographyItalicNormalLetterSpacing": "-0.006em", + "TypographyItalicNormalFontWeight": "normal", + "TypographyItalicNormalFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyItalicNormalTextTransform": "null", + "TypographyItalicNormalFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyItalicNormalStrongFontStyle": "italic", + "TypographyItalicNormalStrongFontSize": "14px", + "TypographyItalicNormalStrongLineHeight": "20px", + "TypographyItalicNormalStrongLetterSpacing": "-0.006em", + "TypographyItalicNormalStrongFontWeight": "500", + "TypographyItalicNormalStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyItalicNormalStrongTextTransform": "null", + "TypographyItalicNormalStrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyItalicCompactFontStyle": "italic", + "TypographyItalicCompactFontSize": "12px", + "TypographyItalicCompactLineHeight": "16px", + "TypographyItalicCompactLetterSpacing": "normal", + "TypographyItalicCompactFontWeight": "normal", + "TypographyItalicCompactFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyItalicCompactTextTransform": "null", + "TypographyItalicCompactFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyItalicCompactStrongFontStyle": "italic", + "TypographyItalicCompactStrongFontSize": "12px", + "TypographyItalicCompactStrongLineHeight": "16px", + "TypographyItalicCompactStrongLetterSpacing": "normal", + "TypographyItalicCompactStrongFontWeight": "500", + "TypographyItalicCompactStrongFontFamily": "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyItalicCompactStrongTextTransform": "null", + "TypographyItalicCompactStrongFontFeatureSettings": "\"calt\", \"kern\", \"liga\", \"ss01\", \"ss04\"", + "TypographyNavbarTitleFontSize": "18px", + "TypographyNavbarTitleLineHeight": "28px", + "TypographyNavbarTitleLetterSpacing": "normal", + "TypographyNavbarTitleFontWeight": "700", + "TypographyNavbarTitleFontFamily": "'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "TypographyNavbarTitleTextTransform": "null", + "TypographyNavbarTitleFontFeatureSettings": "\"calt\", \"kern\", \"liga\"", + "ZhCnBodyStrongFontWeight": "normal", + "ZhCnBodyMonoStrongFontWeight": "normal", + "ZhCnCaptionStrongFontWeight": "normal", + "ZhCnCaptionMonoStrongFontWeight": "normal", + "FaIrDisplay1FontFamily": "'notonaskharabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrDisplay2FontFamily": "'notonaskharabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrDisplay3FontFamily": "'notonaskharabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrTitleFontFamily": "'notonaskharabic', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrSubheadingFontFamily": "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrBodyFontFamily": "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrBodyTabularFontFamily": "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrBodyStrongFontFamily": "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrBodyCapsFontFamily": "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrCaptionFontFamily": "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrCaptionTabularFontFamily": "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrCaptionStrongFontFamily": "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrCaptionCapsFontFamily": "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrSmallTextFontFamily": "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrExtraSmallTextFontFamily": "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif", + "FaIrExtraSmallTextCapsFontFamily": "notonaskharabic, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif" +}; diff --git a/docs/guides/theming.md b/docs/guides/theming.md index 3e2f0d773..6a98b8cba 100644 --- a/docs/guides/theming.md +++ b/docs/guides/theming.md @@ -162,8 +162,6 @@ this.colorAutomaticTheme.addEventListener('change', this.setAutoTheme);