style(web): format the files added in this branch

Prettier reflows these three files, which the branch adds or rewrites. The count
of files that prettier reports goes from 333 to 330. The rest of that count is
work that this branch does not touch.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kayvan Sylvan 2026-07-30 15:47:39 -07:00
parent 9f38ee0eff
commit e8fd77c40b
3 changed files with 256 additions and 252 deletions

View file

@ -102,8 +102,10 @@ body {
/* Theme overrides. The v2 "skeleton" theme is now "legacy". */
:root [data-theme='legacy'] {
--typo-base--font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
--typo-heading--font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
--typo-base--font-family:
system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
'Open Sans', 'Helvetica Neue', sans-serif;
--typo-heading--font-family:
system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell,
'Open Sans', 'Helvetica Neue', sans-serif;
}

View file

@ -5,7 +5,8 @@ describe('formatErrorMessage', () => {
// The server sends 'Error: could not get pattern write_essay: missing
// required variable: author_name'. The reader must not see the word twice.
it('keeps one Error word when the text already starts with it', () => {
const serverText = 'Error: could not get pattern write_essay: missing required variable: author_name';
const serverText =
'Error: could not get pattern write_essay: missing required variable: author_name';
expect(formatErrorMessage(new Error(serverText))).toBe(serverText);
});

View file

@ -3,251 +3,252 @@
* exist in v2 and continues the 800-to-900 ramp. The structure of the token
* set comes from the Skeleton legacy theme. */
[data-theme='my-custom-theme'] {
--spacing: 0.25rem;
--text-scaling: 1.067;
--typo-base--font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
--typo-base--font-size: inherit;
--typo-base--color-light: var(--color-surface-950);
--typo-base--color-dark: var(--color-surface-50);
--typo-base--line-height: inherit;
--typo-base--font-weight: normal;
--typo-base--font-style: normal;
--typo-base--letter-spacing: 0em;
--typo-base--font-stretch: inherit;
--typo-base--font-kerning: inherit;
--typo-base--text-shadow: inherit;
--typo-base--word-spacing: inherit;
--typo-base--hyphens: inherit;
--typo-base--text-transform: inherit;
--typo-heading--font-family: inherit;
--typo-heading--color-light: inherit;
--typo-heading--color-dark: inherit;
--typo-heading--font-weight: bold;
--typo-heading--font-style: normal;
--typo-heading--letter-spacing: inherit;
--typo-heading--font-stretch: inherit;
--typo-heading--font-kerning: inherit;
--typo-heading--text-shadow: inherit;
--typo-heading--word-spacing: inherit;
--typo-heading--hyphens: inherit;
--typo-heading--text-transform: inherit;
--typo-anchor--font-family: inherit;
--typo-anchor--font-size: inherit;
--typo-anchor--color-light: var(--color-primary-500);
--typo-anchor--color-dark: var(--color-primary-500);
--typo-anchor--line-height: inherit;
--typo-anchor--font-weight: inherit;
--typo-anchor--font-style: inherit;
--typo-anchor--letter-spacing: inherit;
--typo-anchor--font-stretch: inherit;
--typo-anchor--font-kerning: inherit;
--typo-anchor--text-shadow: inherit;
--typo-anchor--word-spacing: inherit;
--typo-anchor--hyphens: inherit;
--typo-anchor--text-transform: inherit;
--typo-anchor--text-decoration-line: none;
--typo-anchor--text-decoration-color: inherit;
--typo-anchor--text-decoration-style: inherit;
--typo-anchor--text-decoration-thickness: inherit;
--typo-anchor--text-underline-offset: inherit;
--typo-anchor--text-underline-position: inherit;
--typo-anchor--hover--text-decoration-line: underline;
--typo-anchor--hover--text-decoration-color: inherit;
--typo-anchor--hover--text-decoration-style: inherit;
--typo-anchor--hover--text-decoration-thickness: inherit;
--typo-anchor--hover--text-underline-offset: inherit;
--typo-anchor--hover--text-underline-position: inherit;
--typo-anchor--active--text-decoration-line: none;
--typo-anchor--active--text-decoration-color: inherit;
--typo-anchor--active--text-decoration-style: inherit;
--typo-anchor--active--text-decoration-thickness: inherit;
--typo-anchor--active--text-underline-offset: inherit;
--typo-anchor--active--text-underline-position: inherit;
--typo-anchor--focus--text-decoration-line: none;
--typo-anchor--focus--text-decoration-color: inherit;
--typo-anchor--focus--text-decoration-style: inherit;
--typo-anchor--focus--text-decoration-thickness: inherit;
--typo-anchor--focus--text-underline-offset: inherit;
--typo-anchor--focus--text-underline-position: inherit;
--radius-base: 9999px;
--radius-container: 8px;
--default-border-width: 1px;
--default-outline-width: 1px;
--default-ring-width: 1px;
--corner-shape-base: inherit;
--corner-shape-container: inherit;
--color-root-bg-light: oklch(1 0 0 / 1);
--color-root-bg-dark: var(--color-surface-950);
--color-brand-light: var(--color-primary-500);
--color-brand-contrast-light: var(--color-primary-contrast-500);
--color-brand-dark: var(--color-primary-500);
--color-brand-contrast-dark: var(--color-primary-contrast-500);
--color-primary-50: rgb(231 226 254);
--color-primary-100: rgb(223 216 253);
--color-primary-200: rgb(216 206 253);
--color-primary-300: rgb(192 177 252);
--color-primary-400: rgb(144 118 249);
--color-primary-500: rgb(97 59 247);
--color-primary-600: rgb(87 53 222);
--color-primary-700: rgb(73 44 185);
--color-primary-800: rgb(58 35 148);
--color-primary-900: rgb(48 29 121);
--color-primary-950: rgb(40 24 101);
--color-primary-contrast-dark: var(--color-primary-950);
--color-primary-contrast-light: var(--color-primary-50);
--color-primary-contrast-50: var(--color-primary-contrast-dark);
--color-primary-contrast-100: var(--color-primary-contrast-dark);
--color-primary-contrast-200: var(--color-primary-contrast-dark);
--color-primary-contrast-300: var(--color-primary-contrast-dark);
--color-primary-contrast-400: var(--color-primary-contrast-dark);
--color-primary-contrast-500: var(--color-primary-contrast-dark);
--color-primary-contrast-600: var(--color-primary-contrast-dark);
--color-primary-contrast-700: var(--color-primary-contrast-light);
--color-primary-contrast-800: var(--color-primary-contrast-light);
--color-primary-contrast-900: var(--color-primary-contrast-light);
--color-primary-contrast-950: var(--color-primary-contrast-light);
--color-secondary-50: rgb(240 251 243);
--color-secondary-100: rgb(235 249 239);
--color-secondary-200: rgb(231 248 235);
--color-secondary-300: rgb(216 243 223);
--color-secondary-400: rgb(186 234 198);
--color-secondary-500: rgb(157 225 174);
--color-secondary-600: rgb(141 203 157);
--color-secondary-700: rgb(118 169 131);
--color-secondary-800: rgb(94 135 104);
--color-secondary-900: rgb(77 110 85);
--color-secondary-950: rgb(64 91 71);
--color-secondary-contrast-dark: var(--color-secondary-950);
--color-secondary-contrast-light: var(--color-secondary-50);
--color-secondary-contrast-50: var(--color-secondary-contrast-dark);
--color-secondary-contrast-100: var(--color-secondary-contrast-dark);
--color-secondary-contrast-200: var(--color-secondary-contrast-dark);
--color-secondary-contrast-300: var(--color-secondary-contrast-dark);
--color-secondary-contrast-400: var(--color-secondary-contrast-dark);
--color-secondary-contrast-500: var(--color-secondary-contrast-light);
--color-secondary-contrast-600: var(--color-secondary-contrast-light);
--color-secondary-contrast-700: var(--color-secondary-contrast-light);
--color-secondary-contrast-800: var(--color-secondary-contrast-light);
--color-secondary-contrast-900: var(--color-secondary-contrast-light);
--color-secondary-contrast-950: var(--color-secondary-contrast-light);
--color-tertiary-50: rgb(226 241 242);
--color-tertiary-100: rgb(217 236 237);
--color-tertiary-200: rgb(207 231 233);
--color-tertiary-300: rgb(178 217 219);
--color-tertiary-400: rgb(121 189 193);
--color-tertiary-500: rgb(63 160 166);
--color-tertiary-600: rgb(57 144 149);
--color-tertiary-700: rgb(47 120 125);
--color-tertiary-800: rgb(38 96 100);
--color-tertiary-900: rgb(31 78 81);
--color-tertiary-950: rgb(26 64 67);
--color-tertiary-contrast-dark: var(--color-tertiary-950);
--color-tertiary-contrast-light: var(--color-tertiary-50);
--color-tertiary-contrast-50: var(--color-tertiary-contrast-dark);
--color-tertiary-contrast-100: var(--color-tertiary-contrast-dark);
--color-tertiary-contrast-200: var(--color-tertiary-contrast-dark);
--color-tertiary-contrast-300: var(--color-tertiary-contrast-dark);
--color-tertiary-contrast-400: var(--color-tertiary-contrast-dark);
--color-tertiary-contrast-500: var(--color-tertiary-contrast-dark);
--color-tertiary-contrast-600: var(--color-tertiary-contrast-dark);
--color-tertiary-contrast-700: var(--color-tertiary-contrast-light);
--color-tertiary-contrast-800: var(--color-tertiary-contrast-light);
--color-tertiary-contrast-900: var(--color-tertiary-contrast-light);
--color-tertiary-contrast-950: var(--color-tertiary-contrast-light);
--color-success-50: rgb(225 244 255);
--color-success-100: rgb(215 240 254);
--color-success-200: rgb(205 236 254);
--color-success-300: rgb(175 225 254);
--color-success-400: rgb(115 202 253);
--color-success-500: rgb(55 179 252);
--color-success-600: rgb(50 161 227);
--color-success-700: rgb(41 134 189);
--color-success-800: rgb(33 107 151);
--color-success-900: rgb(27 88 123);
--color-success-950: rgb(22 74 102);
--color-success-contrast-dark: var(--color-success-950);
--color-success-contrast-light: var(--color-success-50);
--color-success-contrast-50: var(--color-success-contrast-dark);
--color-success-contrast-100: var(--color-success-contrast-dark);
--color-success-contrast-200: var(--color-success-contrast-dark);
--color-success-contrast-300: var(--color-success-contrast-dark);
--color-success-contrast-400: var(--color-success-contrast-dark);
--color-success-contrast-500: var(--color-success-contrast-dark);
--color-success-contrast-600: var(--color-success-contrast-dark);
--color-success-contrast-700: var(--color-success-contrast-light);
--color-success-contrast-800: var(--color-success-contrast-light);
--color-success-contrast-900: var(--color-success-contrast-light);
--color-success-contrast-950: var(--color-success-contrast-light);
--color-warning-50: rgb(248 218 254);
--color-warning-100: rgb(246 206 254);
--color-warning-200: rgb(244 194 253);
--color-warning-300: rgb(237 157 252);
--color-warning-400: rgb(224 83 250);
--color-warning-500: rgb(210 9 248);
--color-warning-600: rgb(189 8 223);
--color-warning-700: rgb(158 7 186);
--color-warning-800: rgb(126 5 149);
--color-warning-900: rgb(103 4 122);
--color-warning-950: rgb(86 3 102);
--color-warning-contrast-dark: var(--color-warning-950);
--color-warning-contrast-light: var(--color-warning-50);
--color-warning-contrast-50: var(--color-warning-contrast-dark);
--color-warning-contrast-100: var(--color-warning-contrast-dark);
--color-warning-contrast-200: var(--color-warning-contrast-dark);
--color-warning-contrast-300: var(--color-warning-contrast-dark);
--color-warning-contrast-400: var(--color-warning-contrast-dark);
--color-warning-contrast-500: var(--color-warning-contrast-dark);
--color-warning-contrast-600: var(--color-warning-contrast-dark);
--color-warning-contrast-700: var(--color-warning-contrast-light);
--color-warning-contrast-800: var(--color-warning-contrast-light);
--color-warning-contrast-900: var(--color-warning-contrast-light);
--color-warning-contrast-950: var(--color-warning-contrast-light);
--color-error-50: rgb(238 250 220);
--color-error-100: rgb(233 249 208);
--color-error-200: rgb(227 247 197);
--color-error-300: rgb(211 242 162);
--color-error-400: rgb(177 233 92);
--color-error-500: rgb(144 223 22);
--color-error-600: rgb(130 201 20);
--color-error-700: rgb(108 167 17);
--color-error-800: rgb(86 134 13);
--color-error-900: rgb(71 109 11);
--color-error-950: rgb(60 90 10);
--color-error-contrast-dark: var(--color-error-950);
--color-error-contrast-light: var(--color-error-50);
--color-error-contrast-50: var(--color-error-contrast-dark);
--color-error-contrast-100: var(--color-error-contrast-dark);
--color-error-contrast-200: var(--color-error-contrast-dark);
--color-error-contrast-300: var(--color-error-contrast-dark);
--color-error-contrast-400: var(--color-error-contrast-light);
--color-error-contrast-500: var(--color-error-contrast-light);
--color-error-contrast-600: var(--color-error-contrast-light);
--color-error-contrast-700: var(--color-error-contrast-light);
--color-error-contrast-800: var(--color-error-contrast-light);
--color-error-contrast-900: var(--color-error-contrast-light);
--color-error-contrast-950: var(--color-error-contrast-light);
--color-surface-50: rgb(227 241 252);
--color-surface-100: rgb(218 236 251);
--color-surface-200: rgb(209 232 251);
--color-surface-300: rgb(181 217 248);
--color-surface-400: rgb(126 189 242);
--color-surface-500: rgb(70 161 237);
--color-surface-600: rgb(63 145 213);
--color-surface-700: rgb(53 121 178);
--color-surface-800: rgb(42 97 142);
--color-surface-900: rgb(34 79 116);
--color-surface-950: rgb(28 66 96);
--color-surface-contrast-dark: var(--color-surface-950);
--color-surface-contrast-light: var(--color-surface-50);
--color-surface-contrast-50: var(--color-surface-contrast-dark);
--color-surface-contrast-100: var(--color-surface-contrast-dark);
--color-surface-contrast-200: var(--color-surface-contrast-dark);
--color-surface-contrast-300: var(--color-surface-contrast-dark);
--color-surface-contrast-400: var(--color-surface-contrast-light);
--color-surface-contrast-500: var(--color-surface-contrast-light);
--color-surface-contrast-600: var(--color-surface-contrast-light);
--color-surface-contrast-700: var(--color-surface-contrast-light);
--color-surface-contrast-800: var(--color-surface-contrast-light);
--color-surface-contrast-900: var(--color-surface-contrast-light);
--color-surface-contrast-950: var(--color-surface-contrast-light);
--spacing: 0.25rem;
--text-scaling: 1.067;
--typo-base--font-family:
Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
--typo-base--font-size: inherit;
--typo-base--color-light: var(--color-surface-950);
--typo-base--color-dark: var(--color-surface-50);
--typo-base--line-height: inherit;
--typo-base--font-weight: normal;
--typo-base--font-style: normal;
--typo-base--letter-spacing: 0em;
--typo-base--font-stretch: inherit;
--typo-base--font-kerning: inherit;
--typo-base--text-shadow: inherit;
--typo-base--word-spacing: inherit;
--typo-base--hyphens: inherit;
--typo-base--text-transform: inherit;
--typo-heading--font-family: inherit;
--typo-heading--color-light: inherit;
--typo-heading--color-dark: inherit;
--typo-heading--font-weight: bold;
--typo-heading--font-style: normal;
--typo-heading--letter-spacing: inherit;
--typo-heading--font-stretch: inherit;
--typo-heading--font-kerning: inherit;
--typo-heading--text-shadow: inherit;
--typo-heading--word-spacing: inherit;
--typo-heading--hyphens: inherit;
--typo-heading--text-transform: inherit;
--typo-anchor--font-family: inherit;
--typo-anchor--font-size: inherit;
--typo-anchor--color-light: var(--color-primary-500);
--typo-anchor--color-dark: var(--color-primary-500);
--typo-anchor--line-height: inherit;
--typo-anchor--font-weight: inherit;
--typo-anchor--font-style: inherit;
--typo-anchor--letter-spacing: inherit;
--typo-anchor--font-stretch: inherit;
--typo-anchor--font-kerning: inherit;
--typo-anchor--text-shadow: inherit;
--typo-anchor--word-spacing: inherit;
--typo-anchor--hyphens: inherit;
--typo-anchor--text-transform: inherit;
--typo-anchor--text-decoration-line: none;
--typo-anchor--text-decoration-color: inherit;
--typo-anchor--text-decoration-style: inherit;
--typo-anchor--text-decoration-thickness: inherit;
--typo-anchor--text-underline-offset: inherit;
--typo-anchor--text-underline-position: inherit;
--typo-anchor--hover--text-decoration-line: underline;
--typo-anchor--hover--text-decoration-color: inherit;
--typo-anchor--hover--text-decoration-style: inherit;
--typo-anchor--hover--text-decoration-thickness: inherit;
--typo-anchor--hover--text-underline-offset: inherit;
--typo-anchor--hover--text-underline-position: inherit;
--typo-anchor--active--text-decoration-line: none;
--typo-anchor--active--text-decoration-color: inherit;
--typo-anchor--active--text-decoration-style: inherit;
--typo-anchor--active--text-decoration-thickness: inherit;
--typo-anchor--active--text-underline-offset: inherit;
--typo-anchor--active--text-underline-position: inherit;
--typo-anchor--focus--text-decoration-line: none;
--typo-anchor--focus--text-decoration-color: inherit;
--typo-anchor--focus--text-decoration-style: inherit;
--typo-anchor--focus--text-decoration-thickness: inherit;
--typo-anchor--focus--text-underline-offset: inherit;
--typo-anchor--focus--text-underline-position: inherit;
--radius-base: 9999px;
--radius-container: 8px;
--default-border-width: 1px;
--default-outline-width: 1px;
--default-ring-width: 1px;
--corner-shape-base: inherit;
--corner-shape-container: inherit;
--color-root-bg-light: oklch(1 0 0 / 1);
--color-root-bg-dark: var(--color-surface-950);
--color-brand-light: var(--color-primary-500);
--color-brand-contrast-light: var(--color-primary-contrast-500);
--color-brand-dark: var(--color-primary-500);
--color-brand-contrast-dark: var(--color-primary-contrast-500);
--color-primary-50: rgb(231 226 254);
--color-primary-100: rgb(223 216 253);
--color-primary-200: rgb(216 206 253);
--color-primary-300: rgb(192 177 252);
--color-primary-400: rgb(144 118 249);
--color-primary-500: rgb(97 59 247);
--color-primary-600: rgb(87 53 222);
--color-primary-700: rgb(73 44 185);
--color-primary-800: rgb(58 35 148);
--color-primary-900: rgb(48 29 121);
--color-primary-950: rgb(40 24 101);
--color-primary-contrast-dark: var(--color-primary-950);
--color-primary-contrast-light: var(--color-primary-50);
--color-primary-contrast-50: var(--color-primary-contrast-dark);
--color-primary-contrast-100: var(--color-primary-contrast-dark);
--color-primary-contrast-200: var(--color-primary-contrast-dark);
--color-primary-contrast-300: var(--color-primary-contrast-dark);
--color-primary-contrast-400: var(--color-primary-contrast-dark);
--color-primary-contrast-500: var(--color-primary-contrast-dark);
--color-primary-contrast-600: var(--color-primary-contrast-dark);
--color-primary-contrast-700: var(--color-primary-contrast-light);
--color-primary-contrast-800: var(--color-primary-contrast-light);
--color-primary-contrast-900: var(--color-primary-contrast-light);
--color-primary-contrast-950: var(--color-primary-contrast-light);
--color-secondary-50: rgb(240 251 243);
--color-secondary-100: rgb(235 249 239);
--color-secondary-200: rgb(231 248 235);
--color-secondary-300: rgb(216 243 223);
--color-secondary-400: rgb(186 234 198);
--color-secondary-500: rgb(157 225 174);
--color-secondary-600: rgb(141 203 157);
--color-secondary-700: rgb(118 169 131);
--color-secondary-800: rgb(94 135 104);
--color-secondary-900: rgb(77 110 85);
--color-secondary-950: rgb(64 91 71);
--color-secondary-contrast-dark: var(--color-secondary-950);
--color-secondary-contrast-light: var(--color-secondary-50);
--color-secondary-contrast-50: var(--color-secondary-contrast-dark);
--color-secondary-contrast-100: var(--color-secondary-contrast-dark);
--color-secondary-contrast-200: var(--color-secondary-contrast-dark);
--color-secondary-contrast-300: var(--color-secondary-contrast-dark);
--color-secondary-contrast-400: var(--color-secondary-contrast-dark);
--color-secondary-contrast-500: var(--color-secondary-contrast-light);
--color-secondary-contrast-600: var(--color-secondary-contrast-light);
--color-secondary-contrast-700: var(--color-secondary-contrast-light);
--color-secondary-contrast-800: var(--color-secondary-contrast-light);
--color-secondary-contrast-900: var(--color-secondary-contrast-light);
--color-secondary-contrast-950: var(--color-secondary-contrast-light);
--color-tertiary-50: rgb(226 241 242);
--color-tertiary-100: rgb(217 236 237);
--color-tertiary-200: rgb(207 231 233);
--color-tertiary-300: rgb(178 217 219);
--color-tertiary-400: rgb(121 189 193);
--color-tertiary-500: rgb(63 160 166);
--color-tertiary-600: rgb(57 144 149);
--color-tertiary-700: rgb(47 120 125);
--color-tertiary-800: rgb(38 96 100);
--color-tertiary-900: rgb(31 78 81);
--color-tertiary-950: rgb(26 64 67);
--color-tertiary-contrast-dark: var(--color-tertiary-950);
--color-tertiary-contrast-light: var(--color-tertiary-50);
--color-tertiary-contrast-50: var(--color-tertiary-contrast-dark);
--color-tertiary-contrast-100: var(--color-tertiary-contrast-dark);
--color-tertiary-contrast-200: var(--color-tertiary-contrast-dark);
--color-tertiary-contrast-300: var(--color-tertiary-contrast-dark);
--color-tertiary-contrast-400: var(--color-tertiary-contrast-dark);
--color-tertiary-contrast-500: var(--color-tertiary-contrast-dark);
--color-tertiary-contrast-600: var(--color-tertiary-contrast-dark);
--color-tertiary-contrast-700: var(--color-tertiary-contrast-light);
--color-tertiary-contrast-800: var(--color-tertiary-contrast-light);
--color-tertiary-contrast-900: var(--color-tertiary-contrast-light);
--color-tertiary-contrast-950: var(--color-tertiary-contrast-light);
--color-success-50: rgb(225 244 255);
--color-success-100: rgb(215 240 254);
--color-success-200: rgb(205 236 254);
--color-success-300: rgb(175 225 254);
--color-success-400: rgb(115 202 253);
--color-success-500: rgb(55 179 252);
--color-success-600: rgb(50 161 227);
--color-success-700: rgb(41 134 189);
--color-success-800: rgb(33 107 151);
--color-success-900: rgb(27 88 123);
--color-success-950: rgb(22 74 102);
--color-success-contrast-dark: var(--color-success-950);
--color-success-contrast-light: var(--color-success-50);
--color-success-contrast-50: var(--color-success-contrast-dark);
--color-success-contrast-100: var(--color-success-contrast-dark);
--color-success-contrast-200: var(--color-success-contrast-dark);
--color-success-contrast-300: var(--color-success-contrast-dark);
--color-success-contrast-400: var(--color-success-contrast-dark);
--color-success-contrast-500: var(--color-success-contrast-dark);
--color-success-contrast-600: var(--color-success-contrast-dark);
--color-success-contrast-700: var(--color-success-contrast-light);
--color-success-contrast-800: var(--color-success-contrast-light);
--color-success-contrast-900: var(--color-success-contrast-light);
--color-success-contrast-950: var(--color-success-contrast-light);
--color-warning-50: rgb(248 218 254);
--color-warning-100: rgb(246 206 254);
--color-warning-200: rgb(244 194 253);
--color-warning-300: rgb(237 157 252);
--color-warning-400: rgb(224 83 250);
--color-warning-500: rgb(210 9 248);
--color-warning-600: rgb(189 8 223);
--color-warning-700: rgb(158 7 186);
--color-warning-800: rgb(126 5 149);
--color-warning-900: rgb(103 4 122);
--color-warning-950: rgb(86 3 102);
--color-warning-contrast-dark: var(--color-warning-950);
--color-warning-contrast-light: var(--color-warning-50);
--color-warning-contrast-50: var(--color-warning-contrast-dark);
--color-warning-contrast-100: var(--color-warning-contrast-dark);
--color-warning-contrast-200: var(--color-warning-contrast-dark);
--color-warning-contrast-300: var(--color-warning-contrast-dark);
--color-warning-contrast-400: var(--color-warning-contrast-dark);
--color-warning-contrast-500: var(--color-warning-contrast-dark);
--color-warning-contrast-600: var(--color-warning-contrast-dark);
--color-warning-contrast-700: var(--color-warning-contrast-light);
--color-warning-contrast-800: var(--color-warning-contrast-light);
--color-warning-contrast-900: var(--color-warning-contrast-light);
--color-warning-contrast-950: var(--color-warning-contrast-light);
--color-error-50: rgb(238 250 220);
--color-error-100: rgb(233 249 208);
--color-error-200: rgb(227 247 197);
--color-error-300: rgb(211 242 162);
--color-error-400: rgb(177 233 92);
--color-error-500: rgb(144 223 22);
--color-error-600: rgb(130 201 20);
--color-error-700: rgb(108 167 17);
--color-error-800: rgb(86 134 13);
--color-error-900: rgb(71 109 11);
--color-error-950: rgb(60 90 10);
--color-error-contrast-dark: var(--color-error-950);
--color-error-contrast-light: var(--color-error-50);
--color-error-contrast-50: var(--color-error-contrast-dark);
--color-error-contrast-100: var(--color-error-contrast-dark);
--color-error-contrast-200: var(--color-error-contrast-dark);
--color-error-contrast-300: var(--color-error-contrast-dark);
--color-error-contrast-400: var(--color-error-contrast-light);
--color-error-contrast-500: var(--color-error-contrast-light);
--color-error-contrast-600: var(--color-error-contrast-light);
--color-error-contrast-700: var(--color-error-contrast-light);
--color-error-contrast-800: var(--color-error-contrast-light);
--color-error-contrast-900: var(--color-error-contrast-light);
--color-error-contrast-950: var(--color-error-contrast-light);
--color-surface-50: rgb(227 241 252);
--color-surface-100: rgb(218 236 251);
--color-surface-200: rgb(209 232 251);
--color-surface-300: rgb(181 217 248);
--color-surface-400: rgb(126 189 242);
--color-surface-500: rgb(70 161 237);
--color-surface-600: rgb(63 145 213);
--color-surface-700: rgb(53 121 178);
--color-surface-800: rgb(42 97 142);
--color-surface-900: rgb(34 79 116);
--color-surface-950: rgb(28 66 96);
--color-surface-contrast-dark: var(--color-surface-950);
--color-surface-contrast-light: var(--color-surface-50);
--color-surface-contrast-50: var(--color-surface-contrast-dark);
--color-surface-contrast-100: var(--color-surface-contrast-dark);
--color-surface-contrast-200: var(--color-surface-contrast-dark);
--color-surface-contrast-300: var(--color-surface-contrast-dark);
--color-surface-contrast-400: var(--color-surface-contrast-light);
--color-surface-contrast-500: var(--color-surface-contrast-light);
--color-surface-contrast-600: var(--color-surface-contrast-light);
--color-surface-contrast-700: var(--color-surface-contrast-light);
--color-surface-contrast-800: var(--color-surface-contrast-light);
--color-surface-contrast-900: var(--color-surface-contrast-light);
--color-surface-contrast-950: var(--color-surface-contrast-light);
}