@novalabsxyz/tokens 2.0.0-y.30 → 2.0.0-y.32

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4143 @@
1
+ {
2
+ "global": {
3
+ "Base": {
4
+ "White": { "value": "#ffffff", "type": "color" },
5
+ "Black": { "value": "#000000", "type": "color" }
6
+ },
7
+ "Gray (light mode)": {
8
+ "25": { "value": "#fcfcfd", "type": "color" },
9
+ "50": { "value": "#fafafa", "type": "color" },
10
+ "100": { "value": "#f4f4f5", "type": "color" },
11
+ "200": { "value": "#e4e4e7", "type": "color" },
12
+ "300": { "value": "#d1d1d6", "type": "color" },
13
+ "400": { "value": "#a0a0ab", "type": "color" },
14
+ "500": { "value": "#70707b", "type": "color" },
15
+ "600": { "value": "#51525c", "type": "color" },
16
+ "700": { "value": "#3f3f46", "type": "color" },
17
+ "800": { "value": "#26272b", "type": "color" },
18
+ "900": { "value": "#1a1a1e", "type": "color" },
19
+ "950": { "value": "#131316", "type": "color" }
20
+ },
21
+ "Gray (dark mode)": {
22
+ "25": { "value": "#fcfcfd", "type": "color" },
23
+ "50": { "value": "#fafafa", "type": "color" },
24
+ "100": { "value": "#f4f4f5", "type": "color" },
25
+ "200": { "value": "#e4e4e7", "type": "color" },
26
+ "300": { "value": "#d1d1d6", "type": "color" },
27
+ "400": { "value": "#a0a0ab", "type": "color" },
28
+ "500": { "value": "#70707b", "type": "color" },
29
+ "600": { "value": "#51525c", "type": "color" },
30
+ "700": { "value": "#3f3f46", "type": "color" },
31
+ "800": { "value": "#26272b", "type": "color" },
32
+ "900": { "value": "#1a1a1e", "type": "color" },
33
+ "950": { "value": "#131316", "type": "color" }
34
+ },
35
+ "Brand": {
36
+ "25": { "value": "#f5fbff", "type": "color" },
37
+ "50": { "value": "#f0f9ff", "type": "color" },
38
+ "100": { "value": "#e0f2fe", "type": "color" },
39
+ "200": { "value": "#b9e6fe", "type": "color" },
40
+ "300": { "value": "#7cd4fd", "type": "color" },
41
+ "400": { "value": "#36bffa", "type": "color" },
42
+ "500": { "value": "#0ba5ec", "type": "color" },
43
+ "600": { "value": "#0086c9", "type": "color" },
44
+ "700": { "value": "#026aa2", "type": "color" },
45
+ "800": { "value": "#065986", "type": "color" },
46
+ "900": { "value": "#0b4a6f", "type": "color" },
47
+ "950": { "value": "#062c41", "type": "color" }
48
+ },
49
+ "Error": {
50
+ "25": { "value": "#fffbfa", "type": "color" },
51
+ "50": { "value": "#fef3f2", "type": "color" },
52
+ "100": { "value": "#fee4e2", "type": "color" },
53
+ "200": { "value": "#fecdca", "type": "color" },
54
+ "300": { "value": "#fda29b", "type": "color" },
55
+ "400": { "value": "#f97066", "type": "color" },
56
+ "500": { "value": "#f04438", "type": "color" },
57
+ "600": { "value": "#d92d20", "type": "color" },
58
+ "700": { "value": "#b42318", "type": "color" },
59
+ "800": { "value": "#912018", "type": "color" },
60
+ "900": { "value": "#7a271a", "type": "color" },
61
+ "950": { "value": "#55160c", "type": "color" }
62
+ },
63
+ "Warning": {
64
+ "25": { "value": "#fffcf5", "type": "color" },
65
+ "50": { "value": "#fffaeb", "type": "color" },
66
+ "100": { "value": "#fef0c7", "type": "color" },
67
+ "200": { "value": "#fedf89", "type": "color" },
68
+ "300": { "value": "#fec84b", "type": "color" },
69
+ "400": { "value": "#fdb022", "type": "color" },
70
+ "500": { "value": "#f79009", "type": "color" },
71
+ "600": { "value": "#dc6803", "type": "color" },
72
+ "700": { "value": "#b54708", "type": "color" },
73
+ "800": { "value": "#93370d", "type": "color" },
74
+ "900": { "value": "#7a2e0e", "type": "color" },
75
+ "950": { "value": "#4e1d09", "type": "color" }
76
+ },
77
+ "Success": {
78
+ "25": { "value": "#f6fef9", "type": "color" },
79
+ "50": { "value": "#ecfdf3", "type": "color" },
80
+ "100": { "value": "#dcfae6", "type": "color" },
81
+ "200": { "value": "#abefc6", "type": "color" },
82
+ "300": { "value": "#75e0a7", "type": "color" },
83
+ "400": { "value": "#47cd89", "type": "color" },
84
+ "500": { "value": "#17b26a", "type": "color" },
85
+ "600": { "value": "#079455", "type": "color" },
86
+ "700": { "value": "#067647", "type": "color" },
87
+ "800": { "value": "#085d3a", "type": "color" },
88
+ "900": { "value": "#074d31", "type": "color" },
89
+ "950": { "value": "#053321", "type": "color" }
90
+ },
91
+ "Gray blue": {
92
+ "25": { "value": "#fcfcfd", "type": "color" },
93
+ "50": { "value": "#f8f9fc", "type": "color" },
94
+ "100": { "value": "#eaecf5", "type": "color" },
95
+ "200": { "value": "#d5d9eb", "type": "color" },
96
+ "300": { "value": "#b3b8db", "type": "color" },
97
+ "400": { "value": "#717bbc", "type": "color" },
98
+ "500": { "value": "#4e5ba6", "type": "color" },
99
+ "600": { "value": "#3e4784", "type": "color" },
100
+ "700": { "value": "#363f72", "type": "color" },
101
+ "800": { "value": "#293056", "type": "color" },
102
+ "900": { "value": "#101323", "type": "color" },
103
+ "950": { "value": "#0d0f1c", "type": "color" }
104
+ },
105
+ "Gray cool": {
106
+ "25": { "value": "#fcfcfd", "type": "color" },
107
+ "50": { "value": "#f9f9fb", "type": "color" },
108
+ "100": { "value": "#eff1f5", "type": "color" },
109
+ "200": { "value": "#dcdfea", "type": "color" },
110
+ "300": { "value": "#b9c0d4", "type": "color" },
111
+ "400": { "value": "#7d89b0", "type": "color" },
112
+ "500": { "value": "#5d6b98", "type": "color" },
113
+ "600": { "value": "#4a5578", "type": "color" },
114
+ "700": { "value": "#404968", "type": "color" },
115
+ "800": { "value": "#30374f", "type": "color" },
116
+ "900": { "value": "#111322", "type": "color" },
117
+ "950": { "value": "#0e101b", "type": "color" }
118
+ },
119
+ "Gray modern": {
120
+ "25": { "value": "#fcfcfd", "type": "color" },
121
+ "50": { "value": "#f8fafc", "type": "color" },
122
+ "100": { "value": "#eef2f6", "type": "color" },
123
+ "200": { "value": "#e3e8ef", "type": "color" },
124
+ "300": { "value": "#cdd5df", "type": "color" },
125
+ "400": { "value": "#9aa4b2", "type": "color" },
126
+ "500": { "value": "#697586", "type": "color" },
127
+ "600": { "value": "#4b5565", "type": "color" },
128
+ "700": { "value": "#364152", "type": "color" },
129
+ "800": { "value": "#202939", "type": "color" },
130
+ "900": { "value": "#121926", "type": "color" },
131
+ "950": { "value": "#0d121c", "type": "color" }
132
+ },
133
+ "Gray neutral": {
134
+ "25": { "value": "#fcfcfd", "type": "color" },
135
+ "50": { "value": "#f9fafb", "type": "color" },
136
+ "100": { "value": "#f3f4f6", "type": "color" },
137
+ "200": { "value": "#e5e7eb", "type": "color" },
138
+ "300": { "value": "#d2d6db", "type": "color" },
139
+ "400": { "value": "#9da4ae", "type": "color" },
140
+ "500": { "value": "#6c737f", "type": "color" },
141
+ "600": { "value": "#4d5761", "type": "color" },
142
+ "700": { "value": "#384250", "type": "color" },
143
+ "800": { "value": "#1f2a37", "type": "color" },
144
+ "900": { "value": "#111927", "type": "color" },
145
+ "950": { "value": "#0d121c", "type": "color" }
146
+ },
147
+ "Gray iron": {
148
+ "25": { "value": "#fcfcfc", "type": "color" },
149
+ "50": { "value": "#fafafa", "type": "color" },
150
+ "100": { "value": "#f4f4f5", "type": "color" },
151
+ "200": { "value": "#e4e4e7", "type": "color" },
152
+ "300": { "value": "#d1d1d6", "type": "color" },
153
+ "400": { "value": "#a0a0ab", "type": "color" },
154
+ "500": { "value": "#70707b", "type": "color" },
155
+ "600": { "value": "#51525c", "type": "color" },
156
+ "700": { "value": "#3f3f46", "type": "color" },
157
+ "800": { "value": "#26272b", "type": "color" },
158
+ "900": { "value": "#1a1a1e", "type": "color" },
159
+ "950": { "value": "#131316", "type": "color" }
160
+ },
161
+ "Gray true": {
162
+ "25": { "value": "#fcfcfc", "type": "color" },
163
+ "50": { "value": "#fafafa", "type": "color" },
164
+ "100": { "value": "#f5f5f5", "type": "color" },
165
+ "200": { "value": "#e5e5e5", "type": "color" },
166
+ "300": { "value": "#d6d6d6", "type": "color" },
167
+ "400": { "value": "#a3a3a3", "type": "color" },
168
+ "500": { "value": "#737373", "type": "color" },
169
+ "600": { "value": "#525252", "type": "color" },
170
+ "700": { "value": "#424242", "type": "color" },
171
+ "800": { "value": "#292929", "type": "color" },
172
+ "900": { "value": "#141414", "type": "color" },
173
+ "950": { "value": "#0f0f0f", "type": "color" }
174
+ },
175
+ "Gray warm": {
176
+ "25": { "value": "#fdfdfc", "type": "color" },
177
+ "50": { "value": "#fafaf9", "type": "color" },
178
+ "100": { "value": "#f5f5f4", "type": "color" },
179
+ "200": { "value": "#e7e5e4", "type": "color" },
180
+ "300": { "value": "#d7d3d0", "type": "color" },
181
+ "400": { "value": "#a9a29d", "type": "color" },
182
+ "500": { "value": "#79716b", "type": "color" },
183
+ "600": { "value": "#57534e", "type": "color" },
184
+ "700": { "value": "#44403c", "type": "color" },
185
+ "800": { "value": "#292524", "type": "color" },
186
+ "900": { "value": "#1c1917", "type": "color" },
187
+ "950": { "value": "#171412", "type": "color" }
188
+ },
189
+ "Moss": {
190
+ "25": { "value": "#fafdf7", "type": "color" },
191
+ "50": { "value": "#f5fbee", "type": "color" },
192
+ "100": { "value": "#e6f4d7", "type": "color" },
193
+ "200": { "value": "#ceeab0", "type": "color" },
194
+ "300": { "value": "#acdc79", "type": "color" },
195
+ "400": { "value": "#86cb3c", "type": "color" },
196
+ "500": { "value": "#669f2a", "type": "color" },
197
+ "600": { "value": "#4f7a21", "type": "color" },
198
+ "700": { "value": "#3f621a", "type": "color" },
199
+ "800": { "value": "#335015", "type": "color" },
200
+ "900": { "value": "#2b4212", "type": "color" },
201
+ "950": { "value": "#1a280b", "type": "color" }
202
+ },
203
+ "Green light": {
204
+ "25": { "value": "#fafef5", "type": "color" },
205
+ "50": { "value": "#f3fee7", "type": "color" },
206
+ "100": { "value": "#e3fbcc", "type": "color" },
207
+ "200": { "value": "#d0f8ab", "type": "color" },
208
+ "300": { "value": "#a6ef67", "type": "color" },
209
+ "400": { "value": "#85e13a", "type": "color" },
210
+ "500": { "value": "#66c61c", "type": "color" },
211
+ "600": { "value": "#4ca30d", "type": "color" },
212
+ "700": { "value": "#3b7c0f", "type": "color" },
213
+ "800": { "value": "#326212", "type": "color" },
214
+ "900": { "value": "#2b5314", "type": "color" },
215
+ "950": { "value": "#15290a", "type": "color" }
216
+ },
217
+ "Green": {
218
+ "25": { "value": "#f6fef9", "type": "color" },
219
+ "50": { "value": "#edfcf2", "type": "color" },
220
+ "100": { "value": "#d3f8df", "type": "color" },
221
+ "200": { "value": "#aaf0c4", "type": "color" },
222
+ "300": { "value": "#73e2a3", "type": "color" },
223
+ "400": { "value": "#3ccb7f", "type": "color" },
224
+ "500": { "value": "#16b364", "type": "color" },
225
+ "600": { "value": "#099250", "type": "color" },
226
+ "700": { "value": "#087443", "type": "color" },
227
+ "800": { "value": "#095c37", "type": "color" },
228
+ "900": { "value": "#084c2e", "type": "color" },
229
+ "950": { "value": "#052e1c", "type": "color" }
230
+ },
231
+ "Teal": {
232
+ "25": { "value": "#f6fefc", "type": "color" },
233
+ "50": { "value": "#f0fdf9", "type": "color" },
234
+ "100": { "value": "#ccfbef", "type": "color" },
235
+ "200": { "value": "#99f6e0", "type": "color" },
236
+ "300": { "value": "#5fe9d0", "type": "color" },
237
+ "400": { "value": "#2ed3b7", "type": "color" },
238
+ "500": { "value": "#15b79e", "type": "color" },
239
+ "600": { "value": "#0e9384", "type": "color" },
240
+ "700": { "value": "#107569", "type": "color" },
241
+ "800": { "value": "#125d56", "type": "color" },
242
+ "900": { "value": "#134e48", "type": "color" },
243
+ "950": { "value": "#0a2926", "type": "color" }
244
+ },
245
+ "Cyan": {
246
+ "25": { "value": "#f5feff", "type": "color" },
247
+ "50": { "value": "#ecfdff", "type": "color" },
248
+ "100": { "value": "#cff9fe", "type": "color" },
249
+ "200": { "value": "#a5f0fc", "type": "color" },
250
+ "300": { "value": "#67e3f9", "type": "color" },
251
+ "400": { "value": "#22ccee", "type": "color" },
252
+ "500": { "value": "#06aed4", "type": "color" },
253
+ "600": { "value": "#088ab2", "type": "color" },
254
+ "700": { "value": "#0e7090", "type": "color" },
255
+ "800": { "value": "#155b75", "type": "color" },
256
+ "900": { "value": "#164c63", "type": "color" },
257
+ "950": { "value": "#0d2d3a", "type": "color" }
258
+ },
259
+ "Blue light": {
260
+ "25": { "value": "#f5fbff", "type": "color" },
261
+ "50": { "value": "#f0f9ff", "type": "color" },
262
+ "100": { "value": "#e0f2fe", "type": "color" },
263
+ "200": { "value": "#b9e6fe", "type": "color" },
264
+ "300": { "value": "#7cd4fd", "type": "color" },
265
+ "400": { "value": "#36bffa", "type": "color" },
266
+ "500": { "value": "#0ba5ec", "type": "color" },
267
+ "600": { "value": "#0086c9", "type": "color" },
268
+ "700": { "value": "#026aa2", "type": "color" },
269
+ "800": { "value": "#065986", "type": "color" },
270
+ "900": { "value": "#0b4a6f", "type": "color" },
271
+ "950": { "value": "#062c41", "type": "color" }
272
+ },
273
+ "Blue": {
274
+ "25": { "value": "#f5faff", "type": "color" },
275
+ "50": { "value": "#eff8ff", "type": "color" },
276
+ "100": { "value": "#d1e9ff", "type": "color" },
277
+ "200": { "value": "#b2ddff", "type": "color" },
278
+ "300": { "value": "#84caff", "type": "color" },
279
+ "400": { "value": "#53b1fd", "type": "color" },
280
+ "500": { "value": "#2e90fa", "type": "color" },
281
+ "600": { "value": "#1570ef", "type": "color" },
282
+ "700": { "value": "#175cd3", "type": "color" },
283
+ "800": { "value": "#1849a9", "type": "color" },
284
+ "900": { "value": "#194185", "type": "color" },
285
+ "950": { "value": "#102a56", "type": "color" }
286
+ },
287
+ "Blue dark": {
288
+ "25": { "value": "#f5f8ff", "type": "color" },
289
+ "50": { "value": "#eff4ff", "type": "color" },
290
+ "100": { "value": "#d1e0ff", "type": "color" },
291
+ "200": { "value": "#b2ccff", "type": "color" },
292
+ "300": { "value": "#84adff", "type": "color" },
293
+ "400": { "value": "#528bff", "type": "color" },
294
+ "500": { "value": "#2970ff", "type": "color" },
295
+ "600": { "value": "#155eef", "type": "color" },
296
+ "700": { "value": "#004eeb", "type": "color" },
297
+ "800": { "value": "#0040c1", "type": "color" },
298
+ "900": { "value": "#00359e", "type": "color" },
299
+ "950": { "value": "#002266", "type": "color" }
300
+ },
301
+ "Indigo": {
302
+ "25": { "value": "#f5f8ff", "type": "color" },
303
+ "50": { "value": "#eef4ff", "type": "color" },
304
+ "100": { "value": "#e0eaff", "type": "color" },
305
+ "200": { "value": "#c7d7fe", "type": "color" },
306
+ "300": { "value": "#a4bcfd", "type": "color" },
307
+ "400": { "value": "#8098f9", "type": "color" },
308
+ "500": { "value": "#6172f3", "type": "color" },
309
+ "600": { "value": "#444ce7", "type": "color" },
310
+ "700": { "value": "#3538cd", "type": "color" },
311
+ "800": { "value": "#2d31a6", "type": "color" },
312
+ "900": { "value": "#2d3282", "type": "color" },
313
+ "950": { "value": "#1f235b", "type": "color" }
314
+ },
315
+ "Violet": {
316
+ "25": { "value": "#fbfaff", "type": "color" },
317
+ "50": { "value": "#f5f3ff", "type": "color" },
318
+ "100": { "value": "#ece9fe", "type": "color" },
319
+ "200": { "value": "#ddd6fe", "type": "color" },
320
+ "300": { "value": "#c3b5fd", "type": "color" },
321
+ "400": { "value": "#a48afb", "type": "color" },
322
+ "500": { "value": "#875bf7", "type": "color" },
323
+ "600": { "value": "#7839ee", "type": "color" },
324
+ "700": { "value": "#6927da", "type": "color" },
325
+ "800": { "value": "#5720b7", "type": "color" },
326
+ "900": { "value": "#491c96", "type": "color" },
327
+ "950": { "value": "#2e125e", "type": "color" }
328
+ },
329
+ "Purple": {
330
+ "25": { "value": "#fafaff", "type": "color" },
331
+ "50": { "value": "#f4f3ff", "type": "color" },
332
+ "100": { "value": "#ebe9fe", "type": "color" },
333
+ "200": { "value": "#d9d6fe", "type": "color" },
334
+ "300": { "value": "#bdb4fe", "type": "color" },
335
+ "400": { "value": "#9b8afb", "type": "color" },
336
+ "500": { "value": "#7a5af8", "type": "color" },
337
+ "600": { "value": "#6938ef", "type": "color" },
338
+ "700": { "value": "#5925dc", "type": "color" },
339
+ "800": { "value": "#4a1fb8", "type": "color" },
340
+ "900": { "value": "#3e1c96", "type": "color" },
341
+ "950": { "value": "#27115f", "type": "color" }
342
+ },
343
+ "Fuchsia": {
344
+ "25": { "value": "#fefaff", "type": "color" },
345
+ "50": { "value": "#fdf4ff", "type": "color" },
346
+ "100": { "value": "#fbe8ff", "type": "color" },
347
+ "200": { "value": "#f6d0fe", "type": "color" },
348
+ "300": { "value": "#eeaafd", "type": "color" },
349
+ "400": { "value": "#e478fa", "type": "color" },
350
+ "500": { "value": "#d444f1", "type": "color" },
351
+ "600": { "value": "#ba24d5", "type": "color" },
352
+ "700": { "value": "#9f1ab1", "type": "color" },
353
+ "800": { "value": "#821890", "type": "color" },
354
+ "900": { "value": "#6f1877", "type": "color" },
355
+ "950": { "value": "#47104c", "type": "color" }
356
+ },
357
+ "Pink": {
358
+ "25": { "value": "#fef6fb", "type": "color" },
359
+ "50": { "value": "#fdf2fa", "type": "color" },
360
+ "100": { "value": "#fce7f6", "type": "color" },
361
+ "200": { "value": "#fcceee", "type": "color" },
362
+ "300": { "value": "#faa7e0", "type": "color" },
363
+ "400": { "value": "#f670c7", "type": "color" },
364
+ "500": { "value": "#ee46bc", "type": "color" },
365
+ "600": { "value": "#dd2590", "type": "color" },
366
+ "700": { "value": "#c11574", "type": "color" },
367
+ "800": { "value": "#9e165f", "type": "color" },
368
+ "900": { "value": "#851651", "type": "color" },
369
+ "950": { "value": "#4e0d30", "type": "color" }
370
+ },
371
+ "Rosé": {
372
+ "25": { "value": "#fff5f6", "type": "color" },
373
+ "50": { "value": "#fff1f3", "type": "color" },
374
+ "100": { "value": "#ffe4e8", "type": "color" },
375
+ "200": { "value": "#fecdd6", "type": "color" },
376
+ "300": { "value": "#fea3b4", "type": "color" },
377
+ "400": { "value": "#fd6f8e", "type": "color" },
378
+ "500": { "value": "#f63d68", "type": "color" },
379
+ "600": { "value": "#e31b54", "type": "color" },
380
+ "700": { "value": "#c01048", "type": "color" },
381
+ "800": { "value": "#a11043", "type": "color" },
382
+ "900": { "value": "#89123e", "type": "color" },
383
+ "950": { "value": "#510b24", "type": "color" }
384
+ },
385
+ "Orange dark": {
386
+ "25": { "value": "#fff9f5", "type": "color" },
387
+ "50": { "value": "#fff4ed", "type": "color" },
388
+ "100": { "value": "#ffe6d5", "type": "color" },
389
+ "200": { "value": "#ffd6ae", "type": "color" },
390
+ "300": { "value": "#ff9c66", "type": "color" },
391
+ "400": { "value": "#ff692e", "type": "color" },
392
+ "500": { "value": "#ff4405", "type": "color" },
393
+ "600": { "value": "#e62e05", "type": "color" },
394
+ "700": { "value": "#bc1b06", "type": "color" },
395
+ "800": { "value": "#97180c", "type": "color" },
396
+ "900": { "value": "#771a0d", "type": "color" },
397
+ "950": { "value": "#57130a", "type": "color" }
398
+ },
399
+ "Orange": {
400
+ "25": { "value": "#fefaf5", "type": "color" },
401
+ "50": { "value": "#fef6ee", "type": "color" },
402
+ "100": { "value": "#fdead7", "type": "color" },
403
+ "200": { "value": "#f9dbaf", "type": "color" },
404
+ "300": { "value": "#f7b27a", "type": "color" },
405
+ "400": { "value": "#f38744", "type": "color" },
406
+ "500": { "value": "#ef6820", "type": "color" },
407
+ "600": { "value": "#e04f16", "type": "color" },
408
+ "700": { "value": "#b93815", "type": "color" },
409
+ "800": { "value": "#932f19", "type": "color" },
410
+ "900": { "value": "#772917", "type": "color" },
411
+ "950": { "value": "#511c10", "type": "color" }
412
+ },
413
+ "Yellow": {
414
+ "25": { "value": "#fefdf0", "type": "color" },
415
+ "50": { "value": "#fefbe8", "type": "color" },
416
+ "100": { "value": "#fef7c3", "type": "color" },
417
+ "200": { "value": "#feee95", "type": "color" },
418
+ "300": { "value": "#fde272", "type": "color" },
419
+ "400": { "value": "#fac515", "type": "color" },
420
+ "500": { "value": "#eaaa08", "type": "color" },
421
+ "600": { "value": "#ca8504", "type": "color" },
422
+ "700": { "value": "#a15c07", "type": "color" },
423
+ "800": { "value": "#854a0e", "type": "color" },
424
+ "900": { "value": "#713b12", "type": "color" },
425
+ "950": { "value": "#542c0d", "type": "color" }
426
+ },
427
+ "Gradient": {
428
+ "Gray": {
429
+ "600 -> 500 (90deg)": {
430
+ "value": "linear-gradient(90deg, #475467 0%, #667085 100%)",
431
+ "type": "color"
432
+ },
433
+ "700 -> 600 (45deg)": {
434
+ "value": "linear-gradient(45deg, #344054 0%, #475467 100%)",
435
+ "type": "color"
436
+ },
437
+ "800 -> 600 (45deg)": {
438
+ "value": "linear-gradient(45deg, #182230 0%, #475467 100%)",
439
+ "type": "color"
440
+ },
441
+ "800 -> 600 (90deg)": {
442
+ "value": "linear-gradient(90deg, #182230 0%, #475467 100%)",
443
+ "type": "color"
444
+ },
445
+ "800 -> 700 (26": {
446
+ "5deg)": {
447
+ "value": "linear-gradient(27deg, #182230 0%, #344054 100%)",
448
+ "type": "color"
449
+ }
450
+ },
451
+ "900 -> 600 (45deg)": {
452
+ "value": "linear-gradient(45deg, #101828 0%, #475467 100%)",
453
+ "type": "color"
454
+ }
455
+ },
456
+ "Brand": {
457
+ "600 -> 500 (90deg)": {
458
+ "value": "linear-gradient(90deg, #7f56d9 0%, #9e77ed 100%)",
459
+ "type": "color"
460
+ },
461
+ "700 -> 600 (45deg)": {
462
+ "value": "linear-gradient(45deg, #6941c6 0%, #7f56d9 100%)",
463
+ "type": "color"
464
+ },
465
+ "800 -> 600 (45deg)": {
466
+ "value": "linear-gradient(45deg, #53389e 0%, #7f56d9 100%)",
467
+ "type": "color"
468
+ },
469
+ "800 -> 600 (90deg)": {
470
+ "value": "linear-gradient(90deg, #53389e 0%, #7f56d9 100%)",
471
+ "type": "color"
472
+ },
473
+ "800 -> 700 (26": {
474
+ "5deg)": {
475
+ "value": "linear-gradient(27deg, #53389e 0%, #6941c6 100%)",
476
+ "type": "color"
477
+ }
478
+ },
479
+ "900 -> 600 (45deg)": {
480
+ "value": "linear-gradient(45deg, #42307d 0%, #7f56d9 100%)",
481
+ "type": "color"
482
+ }
483
+ },
484
+ "Linear": {
485
+ "Gray neutral": {
486
+ "01": {
487
+ "value": "linear-gradient(180deg, #ffffff 0%, #f3f5f7 100%)",
488
+ "type": "color"
489
+ },
490
+ "02": {
491
+ "value": "linear-gradient(180deg, #f9fafb 0%, #edf0f3 100%)",
492
+ "type": "color"
493
+ },
494
+ "03": {
495
+ "value": "linear-gradient(180deg, #f9fafb 0%, #e7ebef 100%)",
496
+ "type": "color"
497
+ },
498
+ "04": {
499
+ "value": "linear-gradient(180deg, #f3f5f7 0%, #e0e5eb 100%)",
500
+ "type": "color"
501
+ },
502
+ "05": {
503
+ "value": "linear-gradient(180deg, #edf0f3 0%, #d4dbe2 100%)",
504
+ "type": "color"
505
+ },
506
+ "06": {
507
+ "value": "linear-gradient(180deg, #e7ebef 0%, #c8d1da 100%)",
508
+ "type": "color"
509
+ },
510
+ "07": {
511
+ "value": "linear-gradient(180deg, #e0e5eb 0%, #b6c2ce 100%)",
512
+ "type": "color"
513
+ }
514
+ },
515
+ "Gray true": {
516
+ "01": {
517
+ "value": "linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%)",
518
+ "type": "color"
519
+ },
520
+ "02": {
521
+ "value": "linear-gradient(180deg, #fafafa 0%, #f0f0f0 100%)",
522
+ "type": "color"
523
+ },
524
+ "03": {
525
+ "value": "linear-gradient(180deg, #fafafa 0%, #ebebeb 100%)",
526
+ "type": "color"
527
+ },
528
+ "04": {
529
+ "value": "linear-gradient(180deg, #f5f5f5 0%, #e5e5e5 100%)",
530
+ "type": "color"
531
+ },
532
+ "05": {
533
+ "value": "linear-gradient(180deg, #f0f0f0 0%, #dbdbdb 100%)",
534
+ "type": "color"
535
+ },
536
+ "06": {
537
+ "value": "linear-gradient(180deg, #ebebeb 0%, #d1d1d1 100%)",
538
+ "type": "color"
539
+ },
540
+ "07": {
541
+ "value": "linear-gradient(180deg, #e5e5e5 0%, #c2c2c2 100%)",
542
+ "type": "color"
543
+ }
544
+ },
545
+ "Color": {
546
+ "10": {
547
+ "value": "linear-gradient(0deg, #cfc7f8 0%, #ebbba7 100%)",
548
+ "type": "color"
549
+ },
550
+ "11": {
551
+ "value": "linear-gradient(135deg, #fccb90 0%, #d57eeb 100%)",
552
+ "type": "color"
553
+ },
554
+ "12": {
555
+ "value": "linear-gradient(45deg, #7b6ae0 0%, #ffbb89 100%)",
556
+ "type": "color"
557
+ },
558
+ "13": {
559
+ "value": "linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%)",
560
+ "type": "color"
561
+ },
562
+ "14": {
563
+ "value": "linear-gradient(0deg, #fed6e3 0%, #a8edea 100%)",
564
+ "type": "color"
565
+ },
566
+ "15": {
567
+ "value": "linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%)",
568
+ "type": "color"
569
+ },
570
+ "16": {
571
+ "value": "linear-gradient(45deg, #dfd1c5 0%, #fff6eb 100%)",
572
+ "type": "color"
573
+ },
574
+ "17": {
575
+ "value": "linear-gradient(135deg, #fff6b7 0%, #fb758a 100%)",
576
+ "type": "color"
577
+ },
578
+ "18": {
579
+ "value": "linear-gradient(45deg, #ff7ec7 0%, #ffed46 100%)",
580
+ "type": "color"
581
+ },
582
+ "19": {
583
+ "value": "linear-gradient(0deg, #feafa8 0%, #f5efef 100%)",
584
+ "type": "color"
585
+ },
586
+ "20": {
587
+ "value": "linear-gradient(45deg, #e9defa 0%, #fff6eb 100%)",
588
+ "type": "color"
589
+ },
590
+ "21": {
591
+ "value": "linear-gradient(0deg, #fff1eb 0%, #ace0f9 100%)",
592
+ "type": "color"
593
+ },
594
+ "22": {
595
+ "value": "linear-gradient(0deg, #c1dfc4 0%, #deecdd 100%)",
596
+ "type": "color"
597
+ },
598
+ "24": {
599
+ "value": "linear-gradient(0deg, #accbee 0%, #e7f0fd 100%)",
600
+ "type": "color"
601
+ },
602
+ "25": {
603
+ "value": "linear-gradient(0deg, #84fab0 0%, #accbee 100%)",
604
+ "type": "color"
605
+ },
606
+ "26": {
607
+ "value": "linear-gradient(45deg, #39a0ff 0%, #8fff85 100%)",
608
+ "type": "color"
609
+ },
610
+ "27": {
611
+ "value": "linear-gradient(270deg, #74ebd5 0%, #9face6 100%)",
612
+ "type": "color"
613
+ },
614
+ "29": {
615
+ "value": "linear-gradient(0deg, #9890e3 0%, #b1f4cf 100%)",
616
+ "type": "color"
617
+ },
618
+ "30": {
619
+ "value": "linear-gradient(45deg, #7cdada 0%, #f697aa 100%)",
620
+ "type": "color"
621
+ },
622
+ "31": {
623
+ "value": "linear-gradient(45deg, #b1ff96 0%, #ffadf7 100%)",
624
+ "type": "color"
625
+ },
626
+ "32": {
627
+ "value": "linear-gradient(0deg, #96fbc4 0%, #f9f586 100%)",
628
+ "type": "color"
629
+ },
630
+ "33": {
631
+ "value": "linear-gradient(45deg, #4def8e 0%, #ffeb3a 100%)",
632
+ "type": "color"
633
+ },
634
+ "34": {
635
+ "value": "linear-gradient(135deg, #f0ff00 0%, #58cffb 100%)",
636
+ "type": "color"
637
+ },
638
+ "35": {
639
+ "value": "linear-gradient(0deg, #d1fdff 0%, #fddb92 100%)",
640
+ "type": "color"
641
+ },
642
+ "36": {
643
+ "value": "linear-gradient(0deg, #ebc0fd 0%, #d9ded8 100%)",
644
+ "type": "color"
645
+ },
646
+ "37": {
647
+ "value": "linear-gradient(45deg, #ffa4f6 0%, #b7dcff 100%)",
648
+ "type": "color"
649
+ },
650
+ "38": {
651
+ "value": "linear-gradient(0deg, #cd9cf2 0%, #f6f3ff 100%)",
652
+ "type": "color"
653
+ },
654
+ "39": {
655
+ "value": "linear-gradient(-45deg, #f5c8f5 0%, #daddfa 83.85%)",
656
+ "type": "color"
657
+ },
658
+ "40": {
659
+ "value": "linear-gradient(0deg, #e6dee9 0%, #bdc2e8 100%)",
660
+ "type": "color"
661
+ },
662
+ "41": {
663
+ "value": "linear-gradient(0deg, #6a85b6 0%, #bac8e0 100%)",
664
+ "type": "color"
665
+ },
666
+ "42": {
667
+ "value": "linear-gradient(45deg, #8b8b8b 0%, #eaeaea 100%)",
668
+ "type": "color"
669
+ },
670
+ "43": {
671
+ "value": "linear-gradient(135deg, #e2b0ff 0%, #9f44d3 100%)",
672
+ "type": "color"
673
+ },
674
+ "44": {
675
+ "value": "linear-gradient(135deg, #ce9ffc 0%, #7367f0 100%)",
676
+ "type": "color"
677
+ },
678
+ "45": {
679
+ "value": "linear-gradient(135deg, #72edf2 0%, #5151e5 100%)",
680
+ "type": "color"
681
+ },
682
+ "46": {
683
+ "value": "linear-gradient(0deg, #a3bded 0%, #6991c7 100%)",
684
+ "type": "color"
685
+ },
686
+ "47": {
687
+ "value": "linear-gradient(0deg, #fbc8d4 0%, #9795f0 100%)",
688
+ "type": "color"
689
+ },
690
+ "48": {
691
+ "value": "linear-gradient(0deg, #a7a6cb 0%, #8989ba 100%)",
692
+ "type": "color"
693
+ },
694
+ "49": {
695
+ "value": "linear-gradient(0deg, #d9afd9 0%, #97d9e1 100%)",
696
+ "type": "color"
697
+ },
698
+ "50": {
699
+ "value": "linear-gradient(135deg, #81ffef 0%, #f067b4 100%)",
700
+ "type": "color"
701
+ },
702
+ "51": {
703
+ "value": "linear-gradient(135deg, #dcb0ed 0%, #9999cc 100%)",
704
+ "type": "color"
705
+ },
706
+ "52": {
707
+ "value": "linear-gradient(135deg, #fff5c3 0%, #9452a5 100%)",
708
+ "type": "color"
709
+ },
710
+ "53": {
711
+ "value": "linear-gradient(135deg, #f1ca74 0%, #a64db6 100%)",
712
+ "type": "color"
713
+ },
714
+ "54": {
715
+ "value": "linear-gradient(45deg, #4d6ad0 0%, #ff9d7e 100%)",
716
+ "type": "color"
717
+ },
718
+ "55": {
719
+ "value": "linear-gradient(135deg, #ffcf71 0%, #2376dd 100%)",
720
+ "type": "color"
721
+ },
722
+ "56": {
723
+ "value": "linear-gradient(135deg, #e8d07a 0%, #5312d6 100%)",
724
+ "type": "color"
725
+ },
726
+ "57": {
727
+ "value": "linear-gradient(180deg, #bfd9fe 0%, #df89b5 100%)",
728
+ "type": "color"
729
+ },
730
+ "58": {
731
+ "value": "linear-gradient(0deg, #fa71cd 0%, #c471f5 100%)",
732
+ "type": "color"
733
+ },
734
+ "59": {
735
+ "value": "linear-gradient(135deg, #43cbff 0%, #9708cc 100%)",
736
+ "type": "color"
737
+ },
738
+ "60": {
739
+ "value": "linear-gradient(180deg, #7579ff 0%, #b224ef 100%)",
740
+ "type": "color"
741
+ },
742
+ "61": {
743
+ "value": "linear-gradient(45deg, #ad00fe 0%, #00e0ee 100%)",
744
+ "type": "color"
745
+ },
746
+ "62": {
747
+ "value": "linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%)",
748
+ "type": "color"
749
+ },
750
+ "63": {
751
+ "value": "linear-gradient(0deg, #009efd 0%, #2af598 100%)",
752
+ "type": "color"
753
+ },
754
+ "64": {
755
+ "value": "linear-gradient(45deg, #ffb800 0%, #fff500 100%)",
756
+ "type": "color"
757
+ },
758
+ "65": {
759
+ "value": "linear-gradient(135deg, #ffa8a8 0%, #fcff00 100%)",
760
+ "type": "color"
761
+ },
762
+ "66": {
763
+ "value": "linear-gradient(45deg, #ff7a00 0%, #ffd439 100%)",
764
+ "type": "color"
765
+ },
766
+ "67": {
767
+ "value": "linear-gradient(135deg, #ffd3a5 0%, #fd6585 100%)",
768
+ "type": "color"
769
+ },
770
+ "68": {
771
+ "value": "linear-gradient(180deg, #f9d423 0%, #e14fad 100%)",
772
+ "type": "color"
773
+ },
774
+ "69": {
775
+ "value": "linear-gradient(135deg, #f74fac 0%, #fcb24f 100%)",
776
+ "type": "color"
777
+ },
778
+ "70": {
779
+ "value": "linear-gradient(135deg, #f49062 0%, #fd371f 100%)",
780
+ "type": "color"
781
+ },
782
+ "71": {
783
+ "value": "linear-gradient(45deg, #ff6c6c 0%, #dd7bff 100%)",
784
+ "type": "color"
785
+ },
786
+ "72": {
787
+ "value": "linear-gradient(135deg, #f97794 0%, #623aa2 100%)",
788
+ "type": "color"
789
+ },
790
+ "73": {
791
+ "value": "linear-gradient(180deg, #c569cf 0%, #ee609c 100%)",
792
+ "type": "color"
793
+ },
794
+ "74": {
795
+ "value": "linear-gradient(0deg, #c7eafd 0%, #e8198b 100%)",
796
+ "type": "color"
797
+ },
798
+ "75": {
799
+ "value": "linear-gradient(135deg, #f093fb 0%, #f5576c 100%)",
800
+ "type": "color"
801
+ },
802
+ "76": {
803
+ "value": "linear-gradient(135deg, #f6ceec 0%, #d939cd 100%)",
804
+ "type": "color"
805
+ },
806
+ "77": {
807
+ "value": "linear-gradient(135deg, #ee9ae5 0%, #5961f9 100%)",
808
+ "type": "color"
809
+ },
810
+ "78": {
811
+ "value": "linear-gradient(270deg, #6a11cb 0%, #2575fc 100%)",
812
+ "type": "color"
813
+ },
814
+ "79": {
815
+ "value": "linear-gradient(45deg, #0017e4 0%, #3793ff 100%)",
816
+ "type": "color"
817
+ },
818
+ "80": {
819
+ "value": "linear-gradient(0deg, #75d8ff 0%, #23a4db 100%)",
820
+ "type": "color"
821
+ },
822
+ "81": {
823
+ "value": "linear-gradient(45deg, #4b73ff 0%, #7cf7ff 100%)",
824
+ "type": "color"
825
+ },
826
+ "82": {
827
+ "value": "linear-gradient(135deg, #5efce8 0%, #736efe 100%)",
828
+ "type": "color"
829
+ },
830
+ "83": {
831
+ "value": "linear-gradient(0deg, #7028e4 0%, #e5b2ca 100%)",
832
+ "type": "color"
833
+ },
834
+ "84": {
835
+ "value": "linear-gradient(90deg, #7873f5 0%, #ec77ab 100%)",
836
+ "type": "color"
837
+ },
838
+ "85": {
839
+ "value": "linear-gradient(135deg, #b01eff 0%, #e1467c 100%)",
840
+ "type": "color"
841
+ },
842
+ "86": {
843
+ "value": "linear-gradient(45deg, #d079ee 0%, #8a88fb 100%)",
844
+ "type": "color"
845
+ },
846
+ "87": {
847
+ "value": "linear-gradient(135deg, #c99fff 0%, #981ed2 100%)",
848
+ "type": "color"
849
+ },
850
+ "88": {
851
+ "value": "linear-gradient(0deg, #9b23ea 0%, #5f72bd 100%)",
852
+ "type": "color"
853
+ },
854
+ "89": {
855
+ "value": "linear-gradient(135deg, #b39fff 0%, #6a1ed2 100%)",
856
+ "type": "color"
857
+ },
858
+ "90": {
859
+ "value": "linear-gradient(45deg, #4300b1 0%, #a531dc 100%)",
860
+ "type": "color"
861
+ },
862
+ "91": {
863
+ "value": "linear-gradient(-45deg, #764ba2 0%, #667eea 100%)",
864
+ "type": "color"
865
+ },
866
+ "01": {
867
+ "value": "linear-gradient(180deg, #a5c0ee 0%, #fbc5ec 100%)",
868
+ "type": "color"
869
+ },
870
+ "02": {
871
+ "value": "linear-gradient(180deg, #fbc2eb 0%, #a18cd1 100%)",
872
+ "type": "color"
873
+ },
874
+ "03": {
875
+ "value": "linear-gradient(180deg, #ffd1ff 0%, #fad0c4 100%)",
876
+ "type": "color"
877
+ },
878
+ "04": {
879
+ "value": "linear-gradient(225deg, #fad0c4 0%, #ff9a9e 100%)",
880
+ "type": "color"
881
+ },
882
+ "05": {
883
+ "value": "linear-gradient(270deg, #fcb69f 0%, #ffecd2 100%)",
884
+ "type": "color"
885
+ },
886
+ "06": {
887
+ "value": "linear-gradient(180deg, #fecfef 0%, #ff989c 100%)",
888
+ "type": "color"
889
+ },
890
+ "07": {
891
+ "value": "linear-gradient(45deg, #ff9de4 0%, #ffeaf6 100%)",
892
+ "type": "color"
893
+ },
894
+ "08": {
895
+ "value": "linear-gradient(180deg, #e6dee9 0%, #fdcaf1 100%)",
896
+ "type": "color"
897
+ },
898
+ "09": {
899
+ "value": "linear-gradient(45deg, #a6c0fe 0%, #ffeaf6 100%)",
900
+ "type": "color"
901
+ }
902
+ }
903
+ }
904
+ },
905
+ "Focus rings": {
906
+ "ring-brand": {
907
+ "value": {
908
+ "color": "#9e77ed3d",
909
+ "type": "dropShadow",
910
+ "x": 0,
911
+ "y": 0,
912
+ "blur": 0,
913
+ "spread": 4
914
+ },
915
+ "type": "boxShadow",
916
+ "description": "Used for focus states. For example, buttons and input fields."
917
+ },
918
+ "ring-brand-shadow-xs": {
919
+ "value": [
920
+ {
921
+ "color": "#9e77ed3d",
922
+ "type": "dropShadow",
923
+ "x": 0,
924
+ "y": 0,
925
+ "blur": 0,
926
+ "spread": 4
927
+ },
928
+ {
929
+ "color": "#1018280d",
930
+ "type": "dropShadow",
931
+ "x": 0,
932
+ "y": 1,
933
+ "blur": 2,
934
+ "spread": 0
935
+ }
936
+ ],
937
+ "type": "boxShadow"
938
+ },
939
+ "ring-brand-shadow-sm": {
940
+ "value": [
941
+ {
942
+ "color": "#9e77ed3d",
943
+ "type": "dropShadow",
944
+ "x": 0,
945
+ "y": 0,
946
+ "blur": 0,
947
+ "spread": 4
948
+ },
949
+ {
950
+ "color": "#1018280f",
951
+ "type": "dropShadow",
952
+ "x": 0,
953
+ "y": 1,
954
+ "blur": 2,
955
+ "spread": 0
956
+ },
957
+ {
958
+ "color": "#1018281a",
959
+ "type": "dropShadow",
960
+ "x": 0,
961
+ "y": 1,
962
+ "blur": 3,
963
+ "spread": 0
964
+ }
965
+ ],
966
+ "type": "boxShadow"
967
+ },
968
+ "ring-gray": {
969
+ "value": {
970
+ "color": "#98a2b324",
971
+ "type": "dropShadow",
972
+ "x": 0,
973
+ "y": 0,
974
+ "blur": 0,
975
+ "spread": 4
976
+ },
977
+ "type": "boxShadow",
978
+ "description": "Used for focus states. For example, buttons and input fields."
979
+ },
980
+ "ring-gray-shadow-xs": {
981
+ "value": [
982
+ {
983
+ "color": "#98a2b324",
984
+ "type": "dropShadow",
985
+ "x": 0,
986
+ "y": 0,
987
+ "blur": 0,
988
+ "spread": 4
989
+ },
990
+ {
991
+ "color": "#1018280d",
992
+ "type": "dropShadow",
993
+ "x": 0,
994
+ "y": 1,
995
+ "blur": 2,
996
+ "spread": 0
997
+ }
998
+ ],
999
+ "type": "boxShadow"
1000
+ },
1001
+ "ring-gray-shadow-sm": {
1002
+ "value": [
1003
+ {
1004
+ "color": "#98a2b324",
1005
+ "type": "dropShadow",
1006
+ "x": 0,
1007
+ "y": 0,
1008
+ "blur": 0,
1009
+ "spread": 4
1010
+ },
1011
+ {
1012
+ "color": "#1018280f",
1013
+ "type": "dropShadow",
1014
+ "x": 0,
1015
+ "y": 1,
1016
+ "blur": 2,
1017
+ "spread": 0
1018
+ },
1019
+ {
1020
+ "color": "#1018281a",
1021
+ "type": "dropShadow",
1022
+ "x": 0,
1023
+ "y": 1,
1024
+ "blur": 3,
1025
+ "spread": 0
1026
+ }
1027
+ ],
1028
+ "type": "boxShadow"
1029
+ },
1030
+ "ring-gray-secondary": {
1031
+ "value": {
1032
+ "color": "#98a2b333",
1033
+ "type": "dropShadow",
1034
+ "x": 0,
1035
+ "y": 0,
1036
+ "blur": 0,
1037
+ "spread": 4
1038
+ },
1039
+ "type": "boxShadow",
1040
+ "description": "Used for focus states. For example, buttons and input fields."
1041
+ },
1042
+ "ring-error": {
1043
+ "value": {
1044
+ "color": "#f044383d",
1045
+ "type": "dropShadow",
1046
+ "x": 0,
1047
+ "y": 0,
1048
+ "blur": 0,
1049
+ "spread": 4
1050
+ },
1051
+ "type": "boxShadow",
1052
+ "description": "Used for destructive and error focus states. For example, buttons and input fields."
1053
+ },
1054
+ "ring-error-shadow-xs": {
1055
+ "value": [
1056
+ {
1057
+ "color": "#f044383d",
1058
+ "type": "dropShadow",
1059
+ "x": 0,
1060
+ "y": 0,
1061
+ "blur": 0,
1062
+ "spread": 4
1063
+ },
1064
+ {
1065
+ "color": "#1018280d",
1066
+ "type": "dropShadow",
1067
+ "x": 0,
1068
+ "y": 1,
1069
+ "blur": 2,
1070
+ "spread": 0
1071
+ }
1072
+ ],
1073
+ "type": "boxShadow",
1074
+ "description": "Used for destructive and error focus states. For example, buttons and input fields."
1075
+ }
1076
+ },
1077
+ "Shadows": {
1078
+ "shadow-xs": {
1079
+ "value": {
1080
+ "color": "#1018280d",
1081
+ "type": "dropShadow",
1082
+ "x": 0,
1083
+ "y": 1,
1084
+ "blur": 2,
1085
+ "spread": 0
1086
+ },
1087
+ "type": "boxShadow"
1088
+ },
1089
+ "shadow-sm": {
1090
+ "value": [
1091
+ {
1092
+ "color": "#1018280f",
1093
+ "type": "dropShadow",
1094
+ "x": 0,
1095
+ "y": 1,
1096
+ "blur": 2,
1097
+ "spread": 0
1098
+ },
1099
+ {
1100
+ "color": "#1018281a",
1101
+ "type": "dropShadow",
1102
+ "x": 0,
1103
+ "y": 1,
1104
+ "blur": 3,
1105
+ "spread": 0
1106
+ }
1107
+ ],
1108
+ "type": "boxShadow"
1109
+ },
1110
+ "shadow-md": {
1111
+ "value": [
1112
+ {
1113
+ "color": "#1018280f",
1114
+ "type": "dropShadow",
1115
+ "x": 0,
1116
+ "y": 2,
1117
+ "blur": 4,
1118
+ "spread": -2
1119
+ },
1120
+ {
1121
+ "color": "#1018281a",
1122
+ "type": "dropShadow",
1123
+ "x": 0,
1124
+ "y": 4,
1125
+ "blur": 8,
1126
+ "spread": -2
1127
+ }
1128
+ ],
1129
+ "type": "boxShadow"
1130
+ },
1131
+ "shadow-lg": {
1132
+ "value": [
1133
+ {
1134
+ "color": "#10182808",
1135
+ "type": "dropShadow",
1136
+ "x": 0,
1137
+ "y": 4,
1138
+ "blur": 6,
1139
+ "spread": -2
1140
+ },
1141
+ {
1142
+ "color": "#10182814",
1143
+ "type": "dropShadow",
1144
+ "x": 0,
1145
+ "y": 12,
1146
+ "blur": 16,
1147
+ "spread": -4
1148
+ }
1149
+ ],
1150
+ "type": "boxShadow"
1151
+ },
1152
+ "shadow-xl": {
1153
+ "value": [
1154
+ {
1155
+ "color": "#10182808",
1156
+ "type": "dropShadow",
1157
+ "x": 0,
1158
+ "y": 8,
1159
+ "blur": 8,
1160
+ "spread": -4
1161
+ },
1162
+ {
1163
+ "color": "#10182814",
1164
+ "type": "dropShadow",
1165
+ "x": 0,
1166
+ "y": 20,
1167
+ "blur": 24,
1168
+ "spread": -4
1169
+ }
1170
+ ],
1171
+ "type": "boxShadow"
1172
+ },
1173
+ "shadow-2xl": {
1174
+ "value": {
1175
+ "color": "#1018282e",
1176
+ "type": "dropShadow",
1177
+ "x": 0,
1178
+ "y": 24,
1179
+ "blur": 48,
1180
+ "spread": -12
1181
+ },
1182
+ "type": "boxShadow"
1183
+ },
1184
+ "shadow-3xl": {
1185
+ "value": {
1186
+ "color": "#10182824",
1187
+ "type": "dropShadow",
1188
+ "x": 0,
1189
+ "y": 32,
1190
+ "blur": 64,
1191
+ "spread": -12
1192
+ },
1193
+ "type": "boxShadow"
1194
+ },
1195
+ "Portfolio mockup shadows": {
1196
+ "shadow-main-centre-md": {
1197
+ "value": {
1198
+ "color": "#34405424",
1199
+ "type": "dropShadow",
1200
+ "x": 0,
1201
+ "y": 75,
1202
+ "blur": 150,
1203
+ "spread": 0
1204
+ },
1205
+ "type": "boxShadow",
1206
+ "description": "Used for portfolio mockup layouts."
1207
+ },
1208
+ "shadow-main-centre-lg": {
1209
+ "value": {
1210
+ "color": "#3440542e",
1211
+ "type": "dropShadow",
1212
+ "x": 0,
1213
+ "y": 100,
1214
+ "blur": 200,
1215
+ "spread": 0
1216
+ },
1217
+ "type": "boxShadow",
1218
+ "description": "Used for portfolio mockup layouts."
1219
+ },
1220
+ "shadow-overlay-right-lg": {
1221
+ "value": {
1222
+ "color": "#3440541f",
1223
+ "type": "dropShadow",
1224
+ "x": -40,
1225
+ "y": 40,
1226
+ "blur": 72,
1227
+ "spread": 0
1228
+ },
1229
+ "type": "boxShadow",
1230
+ "description": "Used for portfolio mockup layouts."
1231
+ },
1232
+ "shadow-overlay-left-lg": {
1233
+ "value": {
1234
+ "color": "#3440541f",
1235
+ "type": "dropShadow",
1236
+ "x": 100,
1237
+ "y": 100,
1238
+ "blur": 150,
1239
+ "spread": 0
1240
+ },
1241
+ "type": "boxShadow",
1242
+ "description": "Used for portfolio mockup layouts."
1243
+ },
1244
+ "shadow-grid-md": {
1245
+ "value": {
1246
+ "color": "#34405414",
1247
+ "type": "dropShadow",
1248
+ "x": 32,
1249
+ "y": 32,
1250
+ "blur": 64,
1251
+ "spread": 0
1252
+ },
1253
+ "type": "boxShadow",
1254
+ "description": "Used for portfolio mockup layouts."
1255
+ }
1256
+ }
1257
+ },
1258
+ "fontFamilies": {
1259
+ "figtree": { "value": "Figtree", "type": "fontFamilies" },
1260
+ "inter": { "value": "Inter", "type": "fontFamilies" }
1261
+ },
1262
+ "lineHeights": {
1263
+ "0": { "value": "100%", "type": "lineHeights" },
1264
+ "1": { "value": "30", "type": "lineHeights" },
1265
+ "2": { "value": "120%", "type": "lineHeights" },
1266
+ "3": { "value": "110%", "type": "lineHeights" },
1267
+ "4": { "value": "24", "type": "lineHeights" }
1268
+ },
1269
+ "fontWeights": {
1270
+ "figtree-0": { "value": "Regular", "type": "fontWeights" },
1271
+ "figtree-1": { "value": "Medium", "type": "fontWeights" },
1272
+ "figtree-2": { "value": "SemiBold", "type": "fontWeights" },
1273
+ "figtree-3": { "value": "Bold", "type": "fontWeights" },
1274
+ "inter-4": { "value": "Medium Italic", "type": "fontWeights" },
1275
+ "inter-5": { "value": "Italic", "type": "fontWeights" },
1276
+ "inter-6": { "value": "Semi Bold Italic", "type": "fontWeights" },
1277
+ "inter-7": { "value": "Bold Italic", "type": "fontWeights" },
1278
+ "inter-8": { "value": "Regular", "type": "fontWeights" },
1279
+ "inter-9": { "value": "Medium", "type": "fontWeights" },
1280
+ "inter-10": { "value": "Semi Bold", "type": "fontWeights" }
1281
+ },
1282
+ "fontSize": {
1283
+ "0": { "value": "12", "type": "fontSizes" },
1284
+ "1": { "value": "14", "type": "fontSizes" },
1285
+ "2": { "value": "16", "type": "fontSizes" },
1286
+ "3": { "value": "18", "type": "fontSizes" },
1287
+ "4": { "value": "20", "type": "fontSizes" },
1288
+ "5": { "value": "24", "type": "fontSizes" },
1289
+ "6": { "value": "30", "type": "fontSizes" },
1290
+ "7": { "value": "36", "type": "fontSizes" },
1291
+ "8": { "value": "48", "type": "fontSizes" },
1292
+ "9": { "value": "60", "type": "fontSizes" },
1293
+ "10": { "value": "72", "type": "fontSizes" }
1294
+ },
1295
+ "letterSpacing": {
1296
+ "0": { "value": "-2%", "type": "letterSpacing" },
1297
+ "1": { "value": "0%", "type": "letterSpacing" }
1298
+ },
1299
+ "paragraphSpacing": {
1300
+ "0": { "value": "0", "type": "paragraphSpacing" },
1301
+ "1": { "value": "12", "type": "paragraphSpacing" },
1302
+ "2": { "value": "14", "type": "paragraphSpacing" },
1303
+ "3": { "value": "16", "type": "paragraphSpacing" },
1304
+ "4": { "value": "18", "type": "paragraphSpacing" },
1305
+ "5": { "value": "20", "type": "paragraphSpacing" },
1306
+ "6": { "value": "24", "type": "paragraphSpacing" },
1307
+ "7": { "value": "32", "type": "paragraphSpacing" },
1308
+ "8": { "value": "36", "type": "paragraphSpacing" },
1309
+ "9": { "value": "38", "type": "paragraphSpacing" },
1310
+ "10": { "value": "48", "type": "paragraphSpacing" },
1311
+ "11": { "value": "60", "type": "paragraphSpacing" },
1312
+ "12": { "value": "72", "type": "paragraphSpacing" }
1313
+ },
1314
+ "Display 2xl": {
1315
+ "Regular": {
1316
+ "value": {
1317
+ "fontFamily": "{fontFamilies.figtree}",
1318
+ "fontWeight": "{fontWeights.figtree-0}",
1319
+ "lineHeight": "{lineHeights.0}",
1320
+ "fontSize": "{fontSize.10}",
1321
+ "letterSpacing": "{letterSpacing.0}",
1322
+ "paragraphSpacing": "{paragraphSpacing.12}",
1323
+ "paragraphIndent": "{paragraphIndent.0}",
1324
+ "textCase": "{textCase.none}",
1325
+ "textDecoration": "{textDecoration.none}"
1326
+ },
1327
+ "type": "typography"
1328
+ },
1329
+ "Medium": {
1330
+ "value": {
1331
+ "fontFamily": "{fontFamilies.figtree}",
1332
+ "fontWeight": "{fontWeights.figtree-1}",
1333
+ "lineHeight": "{lineHeights.0}",
1334
+ "fontSize": "{fontSize.10}",
1335
+ "letterSpacing": "{letterSpacing.0}",
1336
+ "paragraphSpacing": "{paragraphSpacing.12}",
1337
+ "paragraphIndent": "{paragraphIndent.0}",
1338
+ "textCase": "{textCase.none}",
1339
+ "textDecoration": "{textDecoration.none}"
1340
+ },
1341
+ "type": "typography"
1342
+ },
1343
+ "Semibold": {
1344
+ "value": {
1345
+ "fontFamily": "{fontFamilies.figtree}",
1346
+ "fontWeight": "{fontWeights.figtree-2}",
1347
+ "lineHeight": "{lineHeights.0}",
1348
+ "fontSize": "{fontSize.10}",
1349
+ "letterSpacing": "{letterSpacing.0}",
1350
+ "paragraphSpacing": "{paragraphSpacing.12}",
1351
+ "paragraphIndent": "{paragraphIndent.0}",
1352
+ "textCase": "{textCase.none}",
1353
+ "textDecoration": "{textDecoration.none}"
1354
+ },
1355
+ "type": "typography"
1356
+ },
1357
+ "Bold": {
1358
+ "value": {
1359
+ "fontFamily": "{fontFamilies.figtree}",
1360
+ "fontWeight": "{fontWeights.figtree-3}",
1361
+ "lineHeight": "{lineHeights.0}",
1362
+ "fontSize": "{fontSize.10}",
1363
+ "letterSpacing": "{letterSpacing.0}",
1364
+ "paragraphSpacing": "{paragraphSpacing.12}",
1365
+ "paragraphIndent": "{paragraphIndent.0}",
1366
+ "textCase": "{textCase.none}",
1367
+ "textDecoration": "{textDecoration.none}"
1368
+ },
1369
+ "type": "typography"
1370
+ }
1371
+ },
1372
+ "Display xl": {
1373
+ "Regular": {
1374
+ "value": {
1375
+ "fontFamily": "{fontFamilies.figtree}",
1376
+ "fontWeight": "{fontWeights.figtree-0}",
1377
+ "lineHeight": "{lineHeights.0}",
1378
+ "fontSize": "{fontSize.9}",
1379
+ "letterSpacing": "{letterSpacing.0}",
1380
+ "paragraphSpacing": "{paragraphSpacing.11}",
1381
+ "paragraphIndent": "{paragraphIndent.0}",
1382
+ "textCase": "{textCase.none}",
1383
+ "textDecoration": "{textDecoration.none}"
1384
+ },
1385
+ "type": "typography"
1386
+ },
1387
+ "Medium": {
1388
+ "value": {
1389
+ "fontFamily": "{fontFamilies.figtree}",
1390
+ "fontWeight": "{fontWeights.figtree-1}",
1391
+ "lineHeight": "{lineHeights.0}",
1392
+ "fontSize": "{fontSize.9}",
1393
+ "letterSpacing": "{letterSpacing.0}",
1394
+ "paragraphSpacing": "{paragraphSpacing.11}",
1395
+ "paragraphIndent": "{paragraphIndent.0}",
1396
+ "textCase": "{textCase.none}",
1397
+ "textDecoration": "{textDecoration.none}"
1398
+ },
1399
+ "type": "typography"
1400
+ },
1401
+ "Semibold": {
1402
+ "value": {
1403
+ "fontFamily": "{fontFamilies.figtree}",
1404
+ "fontWeight": "{fontWeights.figtree-2}",
1405
+ "lineHeight": "{lineHeights.0}",
1406
+ "fontSize": "{fontSize.9}",
1407
+ "letterSpacing": "{letterSpacing.0}",
1408
+ "paragraphSpacing": "{paragraphSpacing.11}",
1409
+ "paragraphIndent": "{paragraphIndent.0}",
1410
+ "textCase": "{textCase.none}",
1411
+ "textDecoration": "{textDecoration.none}"
1412
+ },
1413
+ "type": "typography"
1414
+ },
1415
+ "Bold": {
1416
+ "value": {
1417
+ "fontFamily": "{fontFamilies.figtree}",
1418
+ "fontWeight": "{fontWeights.figtree-3}",
1419
+ "lineHeight": "{lineHeights.0}",
1420
+ "fontSize": "{fontSize.9}",
1421
+ "letterSpacing": "{letterSpacing.0}",
1422
+ "paragraphSpacing": "{paragraphSpacing.11}",
1423
+ "paragraphIndent": "{paragraphIndent.0}",
1424
+ "textCase": "{textCase.none}",
1425
+ "textDecoration": "{textDecoration.none}"
1426
+ },
1427
+ "type": "typography"
1428
+ }
1429
+ },
1430
+ "Display lg": {
1431
+ "Regular": {
1432
+ "value": {
1433
+ "fontFamily": "{fontFamilies.figtree}",
1434
+ "fontWeight": "{fontWeights.figtree-0}",
1435
+ "lineHeight": "{lineHeights.0}",
1436
+ "fontSize": "{fontSize.8}",
1437
+ "letterSpacing": "{letterSpacing.0}",
1438
+ "paragraphSpacing": "{paragraphSpacing.10}",
1439
+ "paragraphIndent": "{paragraphIndent.0}",
1440
+ "textCase": "{textCase.none}",
1441
+ "textDecoration": "{textDecoration.none}"
1442
+ },
1443
+ "type": "typography"
1444
+ },
1445
+ "Medium": {
1446
+ "value": {
1447
+ "fontFamily": "{fontFamilies.figtree}",
1448
+ "fontWeight": "{fontWeights.figtree-1}",
1449
+ "lineHeight": "{lineHeights.0}",
1450
+ "fontSize": "{fontSize.8}",
1451
+ "letterSpacing": "{letterSpacing.0}",
1452
+ "paragraphSpacing": "{paragraphSpacing.10}",
1453
+ "paragraphIndent": "{paragraphIndent.0}",
1454
+ "textCase": "{textCase.none}",
1455
+ "textDecoration": "{textDecoration.none}"
1456
+ },
1457
+ "type": "typography"
1458
+ },
1459
+ "Semibold": {
1460
+ "value": {
1461
+ "fontFamily": "{fontFamilies.figtree}",
1462
+ "fontWeight": "{fontWeights.figtree-2}",
1463
+ "lineHeight": "{lineHeights.0}",
1464
+ "fontSize": "{fontSize.8}",
1465
+ "letterSpacing": "{letterSpacing.0}",
1466
+ "paragraphSpacing": "{paragraphSpacing.10}",
1467
+ "paragraphIndent": "{paragraphIndent.0}",
1468
+ "textCase": "{textCase.none}",
1469
+ "textDecoration": "{textDecoration.none}"
1470
+ },
1471
+ "type": "typography"
1472
+ },
1473
+ "Bold": {
1474
+ "value": {
1475
+ "fontFamily": "{fontFamilies.figtree}",
1476
+ "fontWeight": "{fontWeights.figtree-3}",
1477
+ "lineHeight": "{lineHeights.0}",
1478
+ "fontSize": "{fontSize.8}",
1479
+ "letterSpacing": "{letterSpacing.0}",
1480
+ "paragraphSpacing": "{paragraphSpacing.10}",
1481
+ "paragraphIndent": "{paragraphIndent.0}",
1482
+ "textCase": "{textCase.none}",
1483
+ "textDecoration": "{textDecoration.none}"
1484
+ },
1485
+ "type": "typography"
1486
+ }
1487
+ },
1488
+ "Display md": {
1489
+ "Regular": {
1490
+ "value": {
1491
+ "fontFamily": "{fontFamilies.figtree}",
1492
+ "fontWeight": "{fontWeights.figtree-0}",
1493
+ "lineHeight": "{lineHeights.0}",
1494
+ "fontSize": "{fontSize.7}",
1495
+ "letterSpacing": "{letterSpacing.0}",
1496
+ "paragraphSpacing": "{paragraphSpacing.8}",
1497
+ "paragraphIndent": "{paragraphIndent.0}",
1498
+ "textCase": "{textCase.none}",
1499
+ "textDecoration": "{textDecoration.none}"
1500
+ },
1501
+ "type": "typography"
1502
+ },
1503
+ "Medium": {
1504
+ "value": {
1505
+ "fontFamily": "{fontFamilies.figtree}",
1506
+ "fontWeight": "{fontWeights.figtree-1}",
1507
+ "lineHeight": "{lineHeights.0}",
1508
+ "fontSize": "{fontSize.7}",
1509
+ "letterSpacing": "{letterSpacing.0}",
1510
+ "paragraphSpacing": "{paragraphSpacing.8}",
1511
+ "paragraphIndent": "{paragraphIndent.0}",
1512
+ "textCase": "{textCase.none}",
1513
+ "textDecoration": "{textDecoration.none}"
1514
+ },
1515
+ "type": "typography"
1516
+ },
1517
+ "Semibold": {
1518
+ "value": {
1519
+ "fontFamily": "{fontFamilies.figtree}",
1520
+ "fontWeight": "{fontWeights.figtree-2}",
1521
+ "lineHeight": "{lineHeights.0}",
1522
+ "fontSize": "{fontSize.7}",
1523
+ "letterSpacing": "{letterSpacing.0}",
1524
+ "paragraphSpacing": "{paragraphSpacing.8}",
1525
+ "paragraphIndent": "{paragraphIndent.0}",
1526
+ "textCase": "{textCase.none}",
1527
+ "textDecoration": "{textDecoration.none}"
1528
+ },
1529
+ "type": "typography"
1530
+ },
1531
+ "Bold": {
1532
+ "value": {
1533
+ "fontFamily": "{fontFamilies.figtree}",
1534
+ "fontWeight": "{fontWeights.figtree-3}",
1535
+ "lineHeight": "{lineHeights.0}",
1536
+ "fontSize": "{fontSize.7}",
1537
+ "letterSpacing": "{letterSpacing.0}",
1538
+ "paragraphSpacing": "{paragraphSpacing.8}",
1539
+ "paragraphIndent": "{paragraphIndent.0}",
1540
+ "textCase": "{textCase.none}",
1541
+ "textDecoration": "{textDecoration.none}"
1542
+ },
1543
+ "type": "typography"
1544
+ }
1545
+ },
1546
+ "Display sm": {
1547
+ "Regular": {
1548
+ "value": {
1549
+ "fontFamily": "{fontFamilies.figtree}",
1550
+ "fontWeight": "{fontWeights.figtree-0}",
1551
+ "lineHeight": "{lineHeights.0}",
1552
+ "fontSize": "{fontSize.6}",
1553
+ "letterSpacing": "{letterSpacing.1}",
1554
+ "paragraphSpacing": "{paragraphSpacing.5}",
1555
+ "paragraphIndent": "{paragraphIndent.0}",
1556
+ "textCase": "{textCase.none}",
1557
+ "textDecoration": "{textDecoration.none}"
1558
+ },
1559
+ "type": "typography"
1560
+ },
1561
+ "Medium": {
1562
+ "value": {
1563
+ "fontFamily": "{fontFamilies.figtree}",
1564
+ "fontWeight": "{fontWeights.figtree-1}",
1565
+ "lineHeight": "{lineHeights.0}",
1566
+ "fontSize": "{fontSize.6}",
1567
+ "letterSpacing": "{letterSpacing.1}",
1568
+ "paragraphSpacing": "{paragraphSpacing.5}",
1569
+ "paragraphIndent": "{paragraphIndent.0}",
1570
+ "textCase": "{textCase.none}",
1571
+ "textDecoration": "{textDecoration.none}"
1572
+ },
1573
+ "type": "typography"
1574
+ },
1575
+ "Semibold": {
1576
+ "value": {
1577
+ "fontFamily": "{fontFamilies.figtree}",
1578
+ "fontWeight": "{fontWeights.figtree-2}",
1579
+ "lineHeight": "{lineHeights.0}",
1580
+ "fontSize": "{fontSize.6}",
1581
+ "letterSpacing": "{letterSpacing.1}",
1582
+ "paragraphSpacing": "{paragraphSpacing.5}",
1583
+ "paragraphIndent": "{paragraphIndent.0}",
1584
+ "textCase": "{textCase.none}",
1585
+ "textDecoration": "{textDecoration.none}"
1586
+ },
1587
+ "type": "typography"
1588
+ },
1589
+ "Bold": {
1590
+ "value": {
1591
+ "fontFamily": "{fontFamilies.figtree}",
1592
+ "fontWeight": "{fontWeights.figtree-3}",
1593
+ "lineHeight": "{lineHeights.0}",
1594
+ "fontSize": "{fontSize.6}",
1595
+ "letterSpacing": "{letterSpacing.1}",
1596
+ "paragraphSpacing": "{paragraphSpacing.5}",
1597
+ "paragraphIndent": "{paragraphIndent.0}",
1598
+ "textCase": "{textCase.none}",
1599
+ "textDecoration": "{textDecoration.none}"
1600
+ },
1601
+ "type": "typography"
1602
+ },
1603
+ "Medium italic": {
1604
+ "value": {
1605
+ "fontFamily": "{fontFamilies.inter}",
1606
+ "fontWeight": "{fontWeights.inter-4}",
1607
+ "lineHeight": "{lineHeights.0}",
1608
+ "fontSize": "{fontSize.6}",
1609
+ "letterSpacing": "{letterSpacing.1}",
1610
+ "paragraphSpacing": "{paragraphSpacing.9}",
1611
+ "paragraphIndent": "{paragraphIndent.0}",
1612
+ "textCase": "{textCase.none}",
1613
+ "textDecoration": "{textDecoration.none}"
1614
+ },
1615
+ "type": "typography"
1616
+ }
1617
+ },
1618
+ "Display xs": {
1619
+ "Regular": {
1620
+ "value": {
1621
+ "fontFamily": "{fontFamilies.figtree}",
1622
+ "fontWeight": "{fontWeights.figtree-0}",
1623
+ "lineHeight": "{lineHeights.0}",
1624
+ "fontSize": "{fontSize.5}",
1625
+ "letterSpacing": "{letterSpacing.1}",
1626
+ "paragraphSpacing": "{paragraphSpacing.6}",
1627
+ "paragraphIndent": "{paragraphIndent.0}",
1628
+ "textCase": "{textCase.none}",
1629
+ "textDecoration": "{textDecoration.none}"
1630
+ },
1631
+ "type": "typography"
1632
+ },
1633
+ "Medium": {
1634
+ "value": {
1635
+ "fontFamily": "{fontFamilies.figtree}",
1636
+ "fontWeight": "{fontWeights.figtree-1}",
1637
+ "lineHeight": "{lineHeights.0}",
1638
+ "fontSize": "{fontSize.5}",
1639
+ "letterSpacing": "{letterSpacing.1}",
1640
+ "paragraphSpacing": "{paragraphSpacing.6}",
1641
+ "paragraphIndent": "{paragraphIndent.0}",
1642
+ "textCase": "{textCase.none}",
1643
+ "textDecoration": "{textDecoration.none}"
1644
+ },
1645
+ "type": "typography"
1646
+ },
1647
+ "Semibold": {
1648
+ "value": {
1649
+ "fontFamily": "{fontFamilies.figtree}",
1650
+ "fontWeight": "{fontWeights.figtree-2}",
1651
+ "lineHeight": "{lineHeights.0}",
1652
+ "fontSize": "{fontSize.5}",
1653
+ "letterSpacing": "{letterSpacing.1}",
1654
+ "paragraphSpacing": "{paragraphSpacing.6}",
1655
+ "paragraphIndent": "{paragraphIndent.0}",
1656
+ "textCase": "{textCase.none}",
1657
+ "textDecoration": "{textDecoration.none}"
1658
+ },
1659
+ "type": "typography"
1660
+ },
1661
+ "Bold": {
1662
+ "value": {
1663
+ "fontFamily": "{fontFamilies.figtree}",
1664
+ "fontWeight": "{fontWeights.figtree-3}",
1665
+ "lineHeight": "{lineHeights.0}",
1666
+ "fontSize": "{fontSize.5}",
1667
+ "letterSpacing": "{letterSpacing.1}",
1668
+ "paragraphSpacing": "{paragraphSpacing.6}",
1669
+ "paragraphIndent": "{paragraphIndent.0}",
1670
+ "textCase": "{textCase.none}",
1671
+ "textDecoration": "{textDecoration.none}"
1672
+ },
1673
+ "type": "typography"
1674
+ },
1675
+ "Medium italic": {
1676
+ "value": {
1677
+ "fontFamily": "{fontFamilies.inter}",
1678
+ "fontWeight": "{fontWeights.inter-4}",
1679
+ "lineHeight": "{lineHeights.0}",
1680
+ "fontSize": "{fontSize.5}",
1681
+ "letterSpacing": "{letterSpacing.1}",
1682
+ "paragraphSpacing": "{paragraphSpacing.7}",
1683
+ "paragraphIndent": "{paragraphIndent.0}",
1684
+ "textCase": "{textCase.none}",
1685
+ "textDecoration": "{textDecoration.none}"
1686
+ },
1687
+ "type": "typography"
1688
+ }
1689
+ },
1690
+ "Text xl": {
1691
+ "Regular": {
1692
+ "value": {
1693
+ "fontFamily": "{fontFamilies.figtree}",
1694
+ "fontWeight": "{fontWeights.figtree-0}",
1695
+ "lineHeight": "{lineHeights.0}",
1696
+ "fontSize": "{fontSize.4}",
1697
+ "letterSpacing": "{letterSpacing.1}",
1698
+ "paragraphSpacing": "{paragraphSpacing.5}",
1699
+ "paragraphIndent": "{paragraphIndent.0}",
1700
+ "textCase": "{textCase.none}",
1701
+ "textDecoration": "{textDecoration.none}"
1702
+ },
1703
+ "type": "typography"
1704
+ },
1705
+ "Medium": {
1706
+ "value": {
1707
+ "fontFamily": "{fontFamilies.figtree}",
1708
+ "fontWeight": "{fontWeights.figtree-1}",
1709
+ "lineHeight": "{lineHeights.0}",
1710
+ "fontSize": "{fontSize.4}",
1711
+ "letterSpacing": "{letterSpacing.1}",
1712
+ "paragraphSpacing": "{paragraphSpacing.5}",
1713
+ "paragraphIndent": "{paragraphIndent.0}",
1714
+ "textCase": "{textCase.none}",
1715
+ "textDecoration": "{textDecoration.none}"
1716
+ },
1717
+ "type": "typography"
1718
+ },
1719
+ "Semibold": {
1720
+ "value": {
1721
+ "fontFamily": "{fontFamilies.figtree}",
1722
+ "fontWeight": "{fontWeights.figtree-2}",
1723
+ "lineHeight": "{lineHeights.0}",
1724
+ "fontSize": "{fontSize.4}",
1725
+ "letterSpacing": "{letterSpacing.1}",
1726
+ "paragraphSpacing": "{paragraphSpacing.5}",
1727
+ "paragraphIndent": "{paragraphIndent.0}",
1728
+ "textCase": "{textCase.none}",
1729
+ "textDecoration": "{textDecoration.none}"
1730
+ },
1731
+ "type": "typography"
1732
+ },
1733
+ "Bold": {
1734
+ "value": {
1735
+ "fontFamily": "{fontFamilies.figtree}",
1736
+ "fontWeight": "{fontWeights.figtree-3}",
1737
+ "lineHeight": "{lineHeights.0}",
1738
+ "fontSize": "{fontSize.4}",
1739
+ "letterSpacing": "{letterSpacing.1}",
1740
+ "paragraphSpacing": "{paragraphSpacing.5}",
1741
+ "paragraphIndent": "{paragraphIndent.0}",
1742
+ "textCase": "{textCase.none}",
1743
+ "textDecoration": "{textDecoration.none}"
1744
+ },
1745
+ "type": "typography"
1746
+ },
1747
+ "Regular italic": {
1748
+ "value": {
1749
+ "fontFamily": "{fontFamilies.inter}",
1750
+ "fontWeight": "{fontWeights.inter-5}",
1751
+ "lineHeight": "{lineHeights.0}",
1752
+ "fontSize": "{fontSize.4}",
1753
+ "letterSpacing": "{letterSpacing.1}",
1754
+ "paragraphSpacing": "{paragraphSpacing.5}",
1755
+ "paragraphIndent": "{paragraphIndent.0}",
1756
+ "textCase": "{textCase.none}",
1757
+ "textDecoration": "{textDecoration.none}"
1758
+ },
1759
+ "type": "typography"
1760
+ },
1761
+ "Medium italic": {
1762
+ "value": {
1763
+ "fontFamily": "{fontFamilies.inter}",
1764
+ "fontWeight": "{fontWeights.inter-4}",
1765
+ "lineHeight": "{lineHeights.0}",
1766
+ "fontSize": "{fontSize.4}",
1767
+ "letterSpacing": "{letterSpacing.1}",
1768
+ "paragraphSpacing": "{paragraphSpacing.5}",
1769
+ "paragraphIndent": "{paragraphIndent.0}",
1770
+ "textCase": "{textCase.none}",
1771
+ "textDecoration": "{textDecoration.none}"
1772
+ },
1773
+ "type": "typography"
1774
+ },
1775
+ "Semibold italic": {
1776
+ "value": {
1777
+ "fontFamily": "{fontFamilies.inter}",
1778
+ "fontWeight": "{fontWeights.inter-6}",
1779
+ "lineHeight": "{lineHeights.0}",
1780
+ "fontSize": "{fontSize.4}",
1781
+ "letterSpacing": "{letterSpacing.1}",
1782
+ "paragraphSpacing": "{paragraphSpacing.5}",
1783
+ "paragraphIndent": "{paragraphIndent.0}",
1784
+ "textCase": "{textCase.none}",
1785
+ "textDecoration": "{textDecoration.none}"
1786
+ },
1787
+ "type": "typography"
1788
+ },
1789
+ "Bold italic": {
1790
+ "value": {
1791
+ "fontFamily": "{fontFamilies.inter}",
1792
+ "fontWeight": "{fontWeights.inter-7}",
1793
+ "lineHeight": "{lineHeights.1}",
1794
+ "fontSize": "{fontSize.4}",
1795
+ "letterSpacing": "{letterSpacing.1}",
1796
+ "paragraphSpacing": "{paragraphSpacing.5}",
1797
+ "paragraphIndent": "{paragraphIndent.0}",
1798
+ "textCase": "{textCase.none}",
1799
+ "textDecoration": "{textDecoration.none}"
1800
+ },
1801
+ "type": "typography"
1802
+ },
1803
+ "Regular underlined": {
1804
+ "value": {
1805
+ "fontFamily": "{fontFamilies.inter}",
1806
+ "fontWeight": "{fontWeights.inter-8}",
1807
+ "lineHeight": "{lineHeights.0}",
1808
+ "fontSize": "{fontSize.4}",
1809
+ "letterSpacing": "{letterSpacing.1}",
1810
+ "paragraphSpacing": "{paragraphSpacing.0}",
1811
+ "paragraphIndent": "{paragraphIndent.0}",
1812
+ "textCase": "{textCase.none}",
1813
+ "textDecoration": "{textDecoration.underline}"
1814
+ },
1815
+ "type": "typography"
1816
+ }
1817
+ },
1818
+ "Text lg": {
1819
+ "Regular": {
1820
+ "value": {
1821
+ "fontFamily": "{fontFamilies.figtree}",
1822
+ "fontWeight": "{fontWeights.figtree-0}",
1823
+ "lineHeight": "{lineHeights.2}",
1824
+ "fontSize": "{fontSize.3}",
1825
+ "letterSpacing": "{letterSpacing.1}",
1826
+ "paragraphSpacing": "{paragraphSpacing.4}",
1827
+ "paragraphIndent": "{paragraphIndent.0}",
1828
+ "textCase": "{textCase.none}",
1829
+ "textDecoration": "{textDecoration.none}"
1830
+ },
1831
+ "type": "typography"
1832
+ },
1833
+ "Medium": {
1834
+ "value": {
1835
+ "fontFamily": "{fontFamilies.figtree}",
1836
+ "fontWeight": "{fontWeights.figtree-1}",
1837
+ "lineHeight": "{lineHeights.2}",
1838
+ "fontSize": "{fontSize.3}",
1839
+ "letterSpacing": "{letterSpacing.1}",
1840
+ "paragraphSpacing": "{paragraphSpacing.4}",
1841
+ "paragraphIndent": "{paragraphIndent.0}",
1842
+ "textCase": "{textCase.none}",
1843
+ "textDecoration": "{textDecoration.none}"
1844
+ },
1845
+ "type": "typography"
1846
+ },
1847
+ "Semibold": {
1848
+ "value": {
1849
+ "fontFamily": "{fontFamilies.figtree}",
1850
+ "fontWeight": "{fontWeights.figtree-2}",
1851
+ "lineHeight": "{lineHeights.2}",
1852
+ "fontSize": "{fontSize.3}",
1853
+ "letterSpacing": "{letterSpacing.1}",
1854
+ "paragraphSpacing": "{paragraphSpacing.4}",
1855
+ "paragraphIndent": "{paragraphIndent.0}",
1856
+ "textCase": "{textCase.none}",
1857
+ "textDecoration": "{textDecoration.none}"
1858
+ },
1859
+ "type": "typography"
1860
+ },
1861
+ "Bold": {
1862
+ "value": {
1863
+ "fontFamily": "{fontFamilies.figtree}",
1864
+ "fontWeight": "{fontWeights.figtree-3}",
1865
+ "lineHeight": "{lineHeights.2}",
1866
+ "fontSize": "{fontSize.3}",
1867
+ "letterSpacing": "{letterSpacing.1}",
1868
+ "paragraphSpacing": "{paragraphSpacing.4}",
1869
+ "paragraphIndent": "{paragraphIndent.0}",
1870
+ "textCase": "{textCase.none}",
1871
+ "textDecoration": "{textDecoration.none}"
1872
+ },
1873
+ "type": "typography"
1874
+ },
1875
+ "Regular italic": {
1876
+ "value": {
1877
+ "fontFamily": "{fontFamilies.inter}",
1878
+ "fontWeight": "{fontWeights.inter-5}",
1879
+ "lineHeight": "{lineHeights.0}",
1880
+ "fontSize": "{fontSize.3}",
1881
+ "letterSpacing": "{letterSpacing.1}",
1882
+ "paragraphSpacing": "{paragraphSpacing.4}",
1883
+ "paragraphIndent": "{paragraphIndent.0}",
1884
+ "textCase": "{textCase.none}",
1885
+ "textDecoration": "{textDecoration.none}"
1886
+ },
1887
+ "type": "typography"
1888
+ },
1889
+ "Medium italic": {
1890
+ "value": {
1891
+ "fontFamily": "{fontFamilies.inter}",
1892
+ "fontWeight": "{fontWeights.inter-4}",
1893
+ "lineHeight": "{lineHeights.0}",
1894
+ "fontSize": "{fontSize.3}",
1895
+ "letterSpacing": "{letterSpacing.1}",
1896
+ "paragraphSpacing": "{paragraphSpacing.4}",
1897
+ "paragraphIndent": "{paragraphIndent.0}",
1898
+ "textCase": "{textCase.none}",
1899
+ "textDecoration": "{textDecoration.none}"
1900
+ },
1901
+ "type": "typography"
1902
+ },
1903
+ "Semibold italic": {
1904
+ "value": {
1905
+ "fontFamily": "{fontFamilies.inter}",
1906
+ "fontWeight": "{fontWeights.inter-6}",
1907
+ "lineHeight": "{lineHeights.0}",
1908
+ "fontSize": "{fontSize.3}",
1909
+ "letterSpacing": "{letterSpacing.1}",
1910
+ "paragraphSpacing": "{paragraphSpacing.4}",
1911
+ "paragraphIndent": "{paragraphIndent.0}",
1912
+ "textCase": "{textCase.none}",
1913
+ "textDecoration": "{textDecoration.none}"
1914
+ },
1915
+ "type": "typography"
1916
+ },
1917
+ "Bold italic": {
1918
+ "value": {
1919
+ "fontFamily": "{fontFamilies.inter}",
1920
+ "fontWeight": "{fontWeights.inter-7}",
1921
+ "lineHeight": "{lineHeights.0}",
1922
+ "fontSize": "{fontSize.3}",
1923
+ "letterSpacing": "{letterSpacing.1}",
1924
+ "paragraphSpacing": "{paragraphSpacing.4}",
1925
+ "paragraphIndent": "{paragraphIndent.0}",
1926
+ "textCase": "{textCase.none}",
1927
+ "textDecoration": "{textDecoration.none}"
1928
+ },
1929
+ "type": "typography"
1930
+ },
1931
+ "Regular underlined": {
1932
+ "value": {
1933
+ "fontFamily": "{fontFamilies.inter}",
1934
+ "fontWeight": "{fontWeights.inter-8}",
1935
+ "lineHeight": "{lineHeights.0}",
1936
+ "fontSize": "{fontSize.3}",
1937
+ "letterSpacing": "{letterSpacing.1}",
1938
+ "paragraphSpacing": "{paragraphSpacing.4}",
1939
+ "paragraphIndent": "{paragraphIndent.0}",
1940
+ "textCase": "{textCase.none}",
1941
+ "textDecoration": "{textDecoration.underline}"
1942
+ },
1943
+ "type": "typography"
1944
+ },
1945
+ "Medium underlined": {
1946
+ "value": {
1947
+ "fontFamily": "{fontFamilies.inter}",
1948
+ "fontWeight": "{fontWeights.inter-9}",
1949
+ "lineHeight": "{lineHeights.0}",
1950
+ "fontSize": "{fontSize.3}",
1951
+ "letterSpacing": "{letterSpacing.1}",
1952
+ "paragraphSpacing": "{paragraphSpacing.4}",
1953
+ "paragraphIndent": "{paragraphIndent.0}",
1954
+ "textCase": "{textCase.none}",
1955
+ "textDecoration": "{textDecoration.underline}"
1956
+ },
1957
+ "type": "typography"
1958
+ },
1959
+ "Semibold underlined": {
1960
+ "value": {
1961
+ "fontFamily": "{fontFamilies.inter}",
1962
+ "fontWeight": "{fontWeights.inter-10}",
1963
+ "lineHeight": "{lineHeights.0}",
1964
+ "fontSize": "{fontSize.3}",
1965
+ "letterSpacing": "{letterSpacing.1}",
1966
+ "paragraphSpacing": "{paragraphSpacing.4}",
1967
+ "paragraphIndent": "{paragraphIndent.0}",
1968
+ "textCase": "{textCase.none}",
1969
+ "textDecoration": "{textDecoration.underline}"
1970
+ },
1971
+ "type": "typography"
1972
+ }
1973
+ },
1974
+ "Text md": {
1975
+ "Regular": {
1976
+ "value": {
1977
+ "fontFamily": "{fontFamilies.figtree}",
1978
+ "fontWeight": "{fontWeights.figtree-0}",
1979
+ "lineHeight": "{lineHeights.2}",
1980
+ "fontSize": "{fontSize.2}",
1981
+ "letterSpacing": "{letterSpacing.1}",
1982
+ "paragraphSpacing": "{paragraphSpacing.3}",
1983
+ "paragraphIndent": "{paragraphIndent.0}",
1984
+ "textCase": "{textCase.none}",
1985
+ "textDecoration": "{textDecoration.none}"
1986
+ },
1987
+ "type": "typography"
1988
+ },
1989
+ "Medium": {
1990
+ "value": {
1991
+ "fontFamily": "{fontFamilies.figtree}",
1992
+ "fontWeight": "{fontWeights.figtree-1}",
1993
+ "lineHeight": "{lineHeights.2}",
1994
+ "fontSize": "{fontSize.2}",
1995
+ "letterSpacing": "{letterSpacing.1}",
1996
+ "paragraphSpacing": "{paragraphSpacing.3}",
1997
+ "paragraphIndent": "{paragraphIndent.0}",
1998
+ "textCase": "{textCase.none}",
1999
+ "textDecoration": "{textDecoration.none}"
2000
+ },
2001
+ "type": "typography"
2002
+ },
2003
+ "Semibold": {
2004
+ "value": {
2005
+ "fontFamily": "{fontFamilies.figtree}",
2006
+ "fontWeight": "{fontWeights.figtree-2}",
2007
+ "lineHeight": "{lineHeights.2}",
2008
+ "fontSize": "{fontSize.2}",
2009
+ "letterSpacing": "{letterSpacing.1}",
2010
+ "paragraphSpacing": "{paragraphSpacing.3}",
2011
+ "paragraphIndent": "{paragraphIndent.0}",
2012
+ "textCase": "{textCase.none}",
2013
+ "textDecoration": "{textDecoration.none}"
2014
+ },
2015
+ "type": "typography"
2016
+ },
2017
+ "Bold": {
2018
+ "value": {
2019
+ "fontFamily": "{fontFamilies.figtree}",
2020
+ "fontWeight": "{fontWeights.figtree-3}",
2021
+ "lineHeight": "{lineHeights.3}",
2022
+ "fontSize": "{fontSize.2}",
2023
+ "letterSpacing": "{letterSpacing.1}",
2024
+ "paragraphSpacing": "{paragraphSpacing.3}",
2025
+ "paragraphIndent": "{paragraphIndent.0}",
2026
+ "textCase": "{textCase.none}",
2027
+ "textDecoration": "{textDecoration.none}"
2028
+ },
2029
+ "type": "typography"
2030
+ },
2031
+ "Regular italic": {
2032
+ "value": {
2033
+ "fontFamily": "{fontFamilies.inter}",
2034
+ "fontWeight": "{fontWeights.inter-5}",
2035
+ "lineHeight": "{lineHeights.0}",
2036
+ "fontSize": "{fontSize.2}",
2037
+ "letterSpacing": "{letterSpacing.1}",
2038
+ "paragraphSpacing": "{paragraphSpacing.3}",
2039
+ "paragraphIndent": "{paragraphIndent.0}",
2040
+ "textCase": "{textCase.none}",
2041
+ "textDecoration": "{textDecoration.none}"
2042
+ },
2043
+ "type": "typography"
2044
+ },
2045
+ "Medium italic": {
2046
+ "value": {
2047
+ "fontFamily": "{fontFamilies.inter}",
2048
+ "fontWeight": "{fontWeights.inter-4}",
2049
+ "lineHeight": "{lineHeights.4}",
2050
+ "fontSize": "{fontSize.2}",
2051
+ "letterSpacing": "{letterSpacing.1}",
2052
+ "paragraphSpacing": "{paragraphSpacing.3}",
2053
+ "paragraphIndent": "{paragraphIndent.0}",
2054
+ "textCase": "{textCase.none}",
2055
+ "textDecoration": "{textDecoration.none}"
2056
+ },
2057
+ "type": "typography"
2058
+ },
2059
+ "Semibold italic": {
2060
+ "value": {
2061
+ "fontFamily": "{fontFamilies.inter}",
2062
+ "fontWeight": "{fontWeights.inter-6}",
2063
+ "lineHeight": "{lineHeights.4}",
2064
+ "fontSize": "{fontSize.2}",
2065
+ "letterSpacing": "{letterSpacing.1}",
2066
+ "paragraphSpacing": "{paragraphSpacing.3}",
2067
+ "paragraphIndent": "{paragraphIndent.0}",
2068
+ "textCase": "{textCase.none}",
2069
+ "textDecoration": "{textDecoration.none}"
2070
+ },
2071
+ "type": "typography"
2072
+ },
2073
+ "Bold italic": {
2074
+ "value": {
2075
+ "fontFamily": "{fontFamilies.inter}",
2076
+ "fontWeight": "{fontWeights.inter-7}",
2077
+ "lineHeight": "{lineHeights.4}",
2078
+ "fontSize": "{fontSize.2}",
2079
+ "letterSpacing": "{letterSpacing.1}",
2080
+ "paragraphSpacing": "{paragraphSpacing.3}",
2081
+ "paragraphIndent": "{paragraphIndent.0}",
2082
+ "textCase": "{textCase.none}",
2083
+ "textDecoration": "{textDecoration.none}"
2084
+ },
2085
+ "type": "typography"
2086
+ },
2087
+ "Regular underlined": {
2088
+ "value": {
2089
+ "fontFamily": "{fontFamilies.inter}",
2090
+ "fontWeight": "{fontWeights.inter-8}",
2091
+ "lineHeight": "{lineHeights.4}",
2092
+ "fontSize": "{fontSize.2}",
2093
+ "letterSpacing": "{letterSpacing.1}",
2094
+ "paragraphSpacing": "{paragraphSpacing.6}",
2095
+ "paragraphIndent": "{paragraphIndent.0}",
2096
+ "textCase": "{textCase.none}",
2097
+ "textDecoration": "{textDecoration.underline}"
2098
+ },
2099
+ "type": "typography"
2100
+ },
2101
+ "Medium underlined": {
2102
+ "value": {
2103
+ "fontFamily": "{fontFamilies.inter}",
2104
+ "fontWeight": "{fontWeights.inter-9}",
2105
+ "lineHeight": "{lineHeights.4}",
2106
+ "fontSize": "{fontSize.2}",
2107
+ "letterSpacing": "{letterSpacing.1}",
2108
+ "paragraphSpacing": "{paragraphSpacing.6}",
2109
+ "paragraphIndent": "{paragraphIndent.0}",
2110
+ "textCase": "{textCase.none}",
2111
+ "textDecoration": "{textDecoration.underline}"
2112
+ },
2113
+ "type": "typography"
2114
+ },
2115
+ "Semibold underlined": {
2116
+ "value": {
2117
+ "fontFamily": "{fontFamilies.inter}",
2118
+ "fontWeight": "{fontWeights.inter-10}",
2119
+ "lineHeight": "{lineHeights.4}",
2120
+ "fontSize": "{fontSize.2}",
2121
+ "letterSpacing": "{letterSpacing.1}",
2122
+ "paragraphSpacing": "{paragraphSpacing.3}",
2123
+ "paragraphIndent": "{paragraphIndent.0}",
2124
+ "textCase": "{textCase.none}",
2125
+ "textDecoration": "{textDecoration.underline}"
2126
+ },
2127
+ "type": "typography"
2128
+ }
2129
+ },
2130
+ "Text sm": {
2131
+ "Regular": {
2132
+ "value": {
2133
+ "fontFamily": "{fontFamilies.figtree}",
2134
+ "fontWeight": "{fontWeights.figtree-0}",
2135
+ "lineHeight": "{lineHeights.3}",
2136
+ "fontSize": "{fontSize.1}",
2137
+ "letterSpacing": "{letterSpacing.1}",
2138
+ "paragraphSpacing": "{paragraphSpacing.2}",
2139
+ "paragraphIndent": "{paragraphIndent.0}",
2140
+ "textCase": "{textCase.none}",
2141
+ "textDecoration": "{textDecoration.none}"
2142
+ },
2143
+ "type": "typography"
2144
+ },
2145
+ "Medium": {
2146
+ "value": {
2147
+ "fontFamily": "{fontFamilies.figtree}",
2148
+ "fontWeight": "{fontWeights.figtree-1}",
2149
+ "lineHeight": "{lineHeights.3}",
2150
+ "fontSize": "{fontSize.1}",
2151
+ "letterSpacing": "{letterSpacing.1}",
2152
+ "paragraphSpacing": "{paragraphSpacing.2}",
2153
+ "paragraphIndent": "{paragraphIndent.0}",
2154
+ "textCase": "{textCase.none}",
2155
+ "textDecoration": "{textDecoration.none}"
2156
+ },
2157
+ "type": "typography"
2158
+ },
2159
+ "Semibold": {
2160
+ "value": {
2161
+ "fontFamily": "{fontFamilies.figtree}",
2162
+ "fontWeight": "{fontWeights.figtree-2}",
2163
+ "lineHeight": "{lineHeights.3}",
2164
+ "fontSize": "{fontSize.1}",
2165
+ "letterSpacing": "{letterSpacing.1}",
2166
+ "paragraphSpacing": "{paragraphSpacing.2}",
2167
+ "paragraphIndent": "{paragraphIndent.0}",
2168
+ "textCase": "{textCase.none}",
2169
+ "textDecoration": "{textDecoration.none}"
2170
+ },
2171
+ "type": "typography"
2172
+ },
2173
+ "Bold": {
2174
+ "value": {
2175
+ "fontFamily": "{fontFamilies.figtree}",
2176
+ "fontWeight": "{fontWeights.figtree-3}",
2177
+ "lineHeight": "{lineHeights.3}",
2178
+ "fontSize": "{fontSize.1}",
2179
+ "letterSpacing": "{letterSpacing.1}",
2180
+ "paragraphSpacing": "{paragraphSpacing.2}",
2181
+ "paragraphIndent": "{paragraphIndent.0}",
2182
+ "textCase": "{textCase.none}",
2183
+ "textDecoration": "{textDecoration.none}"
2184
+ },
2185
+ "type": "typography"
2186
+ },
2187
+ "Regular underlined": {
2188
+ "value": {
2189
+ "fontFamily": "{fontFamilies.inter}",
2190
+ "fontWeight": "{fontWeights.inter-8}",
2191
+ "lineHeight": "{lineHeights.0}",
2192
+ "fontSize": "{fontSize.1}",
2193
+ "letterSpacing": "{letterSpacing.1}",
2194
+ "paragraphSpacing": "{paragraphSpacing.2}",
2195
+ "paragraphIndent": "{paragraphIndent.0}",
2196
+ "textCase": "{textCase.none}",
2197
+ "textDecoration": "{textDecoration.underline}"
2198
+ },
2199
+ "type": "typography"
2200
+ },
2201
+ "Medium underlined": {
2202
+ "value": {
2203
+ "fontFamily": "{fontFamilies.inter}",
2204
+ "fontWeight": "{fontWeights.inter-9}",
2205
+ "lineHeight": "{lineHeights.0}",
2206
+ "fontSize": "{fontSize.1}",
2207
+ "letterSpacing": "{letterSpacing.1}",
2208
+ "paragraphSpacing": "{paragraphSpacing.2}",
2209
+ "paragraphIndent": "{paragraphIndent.0}",
2210
+ "textCase": "{textCase.none}",
2211
+ "textDecoration": "{textDecoration.underline}"
2212
+ },
2213
+ "type": "typography"
2214
+ },
2215
+ "Semibold underlined": {
2216
+ "value": {
2217
+ "fontFamily": "{fontFamilies.inter}",
2218
+ "fontWeight": "{fontWeights.inter-10}",
2219
+ "lineHeight": "{lineHeights.0}",
2220
+ "fontSize": "{fontSize.1}",
2221
+ "letterSpacing": "{letterSpacing.1}",
2222
+ "paragraphSpacing": "{paragraphSpacing.2}",
2223
+ "paragraphIndent": "{paragraphIndent.0}",
2224
+ "textCase": "{textCase.none}",
2225
+ "textDecoration": "{textDecoration.underline}"
2226
+ },
2227
+ "type": "typography"
2228
+ }
2229
+ },
2230
+ "Text xs": {
2231
+ "Regular": {
2232
+ "value": {
2233
+ "fontFamily": "{fontFamilies.figtree}",
2234
+ "fontWeight": "{fontWeights.figtree-0}",
2235
+ "lineHeight": "{lineHeights.3}",
2236
+ "fontSize": "{fontSize.0}",
2237
+ "letterSpacing": "{letterSpacing.1}",
2238
+ "paragraphSpacing": "{paragraphSpacing.1}",
2239
+ "paragraphIndent": "{paragraphIndent.0}",
2240
+ "textCase": "{textCase.none}",
2241
+ "textDecoration": "{textDecoration.none}"
2242
+ },
2243
+ "type": "typography"
2244
+ },
2245
+ "Medium": {
2246
+ "value": {
2247
+ "fontFamily": "{fontFamilies.figtree}",
2248
+ "fontWeight": "{fontWeights.figtree-1}",
2249
+ "lineHeight": "{lineHeights.3}",
2250
+ "fontSize": "{fontSize.0}",
2251
+ "letterSpacing": "{letterSpacing.1}",
2252
+ "paragraphSpacing": "{paragraphSpacing.1}",
2253
+ "paragraphIndent": "{paragraphIndent.0}",
2254
+ "textCase": "{textCase.none}",
2255
+ "textDecoration": "{textDecoration.none}"
2256
+ },
2257
+ "type": "typography"
2258
+ },
2259
+ "Semibold": {
2260
+ "value": {
2261
+ "fontFamily": "{fontFamilies.figtree}",
2262
+ "fontWeight": "{fontWeights.figtree-2}",
2263
+ "lineHeight": "{lineHeights.3}",
2264
+ "fontSize": "{fontSize.0}",
2265
+ "letterSpacing": "{letterSpacing.1}",
2266
+ "paragraphSpacing": "{paragraphSpacing.1}",
2267
+ "paragraphIndent": "{paragraphIndent.0}",
2268
+ "textCase": "{textCase.none}",
2269
+ "textDecoration": "{textDecoration.none}"
2270
+ },
2271
+ "type": "typography"
2272
+ },
2273
+ "Bold": {
2274
+ "value": {
2275
+ "fontFamily": "{fontFamilies.figtree}",
2276
+ "fontWeight": "{fontWeights.figtree-3}",
2277
+ "lineHeight": "{lineHeights.3}",
2278
+ "fontSize": "{fontSize.0}",
2279
+ "letterSpacing": "{letterSpacing.1}",
2280
+ "paragraphSpacing": "{paragraphSpacing.1}",
2281
+ "paragraphIndent": "{paragraphIndent.0}",
2282
+ "textCase": "{textCase.none}",
2283
+ "textDecoration": "{textDecoration.none}"
2284
+ },
2285
+ "type": "typography"
2286
+ }
2287
+ },
2288
+ "textCase": { "none": { "value": "none", "type": "textCase" } },
2289
+ "textDecoration": {
2290
+ "none": { "value": "none", "type": "textDecoration" },
2291
+ "underline": { "value": "underline", "type": "textDecoration" }
2292
+ },
2293
+ "paragraphIndent": { "0": { "value": "0px", "type": "dimension" } }
2294
+ },
2295
+ "_Primitives/Style": {
2296
+ "Colors": {
2297
+ "Base": {
2298
+ "white": { "value": "#ffffff", "type": "color" },
2299
+ "black": { "value": "#000000", "type": "color" },
2300
+ "transparent": { "value": "#ffffff00", "type": "color" }
2301
+ },
2302
+ "Gray (light mode)": {
2303
+ "25": { "value": "#fcfcfd", "type": "color" },
2304
+ "50": { "value": "#fafafa", "type": "color" },
2305
+ "100": { "value": "#f4f4f5", "type": "color" },
2306
+ "200": { "value": "#e4e4e7", "type": "color" },
2307
+ "300": { "value": "#d1d1d6", "type": "color" },
2308
+ "400": { "value": "#a0a0ab", "type": "color" },
2309
+ "500": { "value": "#70707b", "type": "color" },
2310
+ "600": { "value": "#51525c", "type": "color" },
2311
+ "700": { "value": "#3f3f46", "type": "color" },
2312
+ "800": { "value": "#26272b", "type": "color" },
2313
+ "900": { "value": "#1a1a1e", "type": "color" },
2314
+ "950": { "value": "#131316", "type": "color" }
2315
+ },
2316
+ "Gray blue": {
2317
+ "25": { "value": "#fcfcfd", "type": "color" },
2318
+ "50": { "value": "#f8f9fc", "type": "color" },
2319
+ "100": { "value": "#eaecf5", "type": "color" },
2320
+ "200": { "value": "#d5d9eb", "type": "color" },
2321
+ "300": { "value": "#b3b8db", "type": "color" },
2322
+ "400": { "value": "#717bbc", "type": "color" },
2323
+ "500": { "value": "#4e5ba6", "type": "color" },
2324
+ "600": { "value": "#3e4784", "type": "color" },
2325
+ "700": { "value": "#363f72", "type": "color" },
2326
+ "800": { "value": "#293056", "type": "color" },
2327
+ "900": { "value": "#101323", "type": "color" },
2328
+ "950": { "value": "#0d0f1c", "type": "color" }
2329
+ },
2330
+ "Gray cool": {
2331
+ "25": { "value": "#fcfcfd", "type": "color" },
2332
+ "50": { "value": "#f9f9fb", "type": "color" },
2333
+ "100": { "value": "#eff1f5", "type": "color" },
2334
+ "200": { "value": "#dcdfea", "type": "color" },
2335
+ "300": { "value": "#b9c0d4", "type": "color" },
2336
+ "400": { "value": "#7d89b0", "type": "color" },
2337
+ "500": { "value": "#5d6b98", "type": "color" },
2338
+ "600": { "value": "#4a5578", "type": "color" },
2339
+ "700": { "value": "#404968", "type": "color" },
2340
+ "800": { "value": "#30374f", "type": "color" },
2341
+ "900": { "value": "#111322", "type": "color" },
2342
+ "950": { "value": "#0e101b", "type": "color" }
2343
+ },
2344
+ "Gray modern": {
2345
+ "25": { "value": "#fcfcfd", "type": "color" },
2346
+ "50": { "value": "#f8fafc", "type": "color" },
2347
+ "100": { "value": "#eef2f6", "type": "color" },
2348
+ "200": { "value": "#e3e8ef", "type": "color" },
2349
+ "300": { "value": "#cdd5df", "type": "color" },
2350
+ "400": { "value": "#9aa4b2", "type": "color" },
2351
+ "500": { "value": "#697586", "type": "color" },
2352
+ "600": { "value": "#4b5565", "type": "color" },
2353
+ "700": { "value": "#364152", "type": "color" },
2354
+ "800": { "value": "#202939", "type": "color" },
2355
+ "900": { "value": "#121926", "type": "color" },
2356
+ "950": { "value": "#0d121c", "type": "color" }
2357
+ },
2358
+ "Gray neutral": {
2359
+ "25": { "value": "#fcfcfd", "type": "color" },
2360
+ "50": { "value": "#f9fafb", "type": "color" },
2361
+ "100": { "value": "#f3f4f6", "type": "color" },
2362
+ "200": { "value": "#e5e7eb", "type": "color" },
2363
+ "300": { "value": "#d2d6db", "type": "color" },
2364
+ "400": { "value": "#9da4ae", "type": "color" },
2365
+ "500": { "value": "#6c737f", "type": "color" },
2366
+ "600": { "value": "#4d5761", "type": "color" },
2367
+ "700": { "value": "#384250", "type": "color" },
2368
+ "800": { "value": "#1f2a37", "type": "color" },
2369
+ "900": { "value": "#111927", "type": "color" },
2370
+ "950": { "value": "#0d121c", "type": "color" }
2371
+ },
2372
+ "Brand": {
2373
+ "25": { "value": "#f5fbff", "type": "color" },
2374
+ "50": { "value": "#f0f9ff", "type": "color" },
2375
+ "100": { "value": "#e0f2fe", "type": "color" },
2376
+ "200": { "value": "#b9e6fe", "type": "color" },
2377
+ "300": { "value": "#7cd4fd", "type": "color" },
2378
+ "400": { "value": "#36bffa", "type": "color" },
2379
+ "500": { "value": "#0ba5ec", "type": "color" },
2380
+ "600": { "value": "#0086c9", "type": "color" },
2381
+ "700": { "value": "#026aa2", "type": "color" },
2382
+ "800": { "value": "#065986", "type": "color" },
2383
+ "900": { "value": "#0b4a6f", "type": "color" },
2384
+ "950": { "value": "#062c41", "type": "color" }
2385
+ },
2386
+ "Error": {
2387
+ "25": { "value": "#fffbfa", "type": "color" },
2388
+ "50": { "value": "#fef3f2", "type": "color" },
2389
+ "100": { "value": "#fee4e2", "type": "color" },
2390
+ "200": { "value": "#fecdca", "type": "color" },
2391
+ "300": { "value": "#fda29b", "type": "color" },
2392
+ "400": { "value": "#f97066", "type": "color" },
2393
+ "500": { "value": "#f04438", "type": "color" },
2394
+ "600": { "value": "#d92d20", "type": "color" },
2395
+ "700": { "value": "#b42318", "type": "color" },
2396
+ "800": { "value": "#912018", "type": "color" },
2397
+ "900": { "value": "#7a271a", "type": "color" },
2398
+ "950": { "value": "#55160c", "type": "color" }
2399
+ },
2400
+ "Warning": {
2401
+ "25": { "value": "#fffcf5", "type": "color" },
2402
+ "50": { "value": "#fffaeb", "type": "color" },
2403
+ "100": { "value": "#fef0c7", "type": "color" },
2404
+ "200": { "value": "#fedf89", "type": "color" },
2405
+ "300": { "value": "#fec84b", "type": "color" },
2406
+ "400": { "value": "#fdb022", "type": "color" },
2407
+ "500": { "value": "#f79009", "type": "color" },
2408
+ "600": { "value": "#dc6803", "type": "color" },
2409
+ "700": { "value": "#b54708", "type": "color" },
2410
+ "800": { "value": "#93370d", "type": "color" },
2411
+ "900": { "value": "#7a2e0e", "type": "color" },
2412
+ "950": { "value": "#4e1d09", "type": "color" }
2413
+ },
2414
+ "Success": {
2415
+ "25": { "value": "#f6fef9", "type": "color" },
2416
+ "50": { "value": "#ecfdf3", "type": "color" },
2417
+ "100": { "value": "#dcfae6", "type": "color" },
2418
+ "200": { "value": "#abefc6", "type": "color" },
2419
+ "300": { "value": "#75e0a7", "type": "color" },
2420
+ "400": { "value": "#47cd89", "type": "color" },
2421
+ "500": { "value": "#17b26a", "type": "color" },
2422
+ "600": { "value": "#079455", "type": "color" },
2423
+ "700": { "value": "#067647", "type": "color" },
2424
+ "800": { "value": "#085d3a", "type": "color" },
2425
+ "900": { "value": "#074d31", "type": "color" },
2426
+ "950": { "value": "#053321", "type": "color" }
2427
+ },
2428
+ "Green": {
2429
+ "25": { "value": "#f6fef9", "type": "color" },
2430
+ "50": { "value": "#edfcf2", "type": "color" },
2431
+ "100": { "value": "#d3f8df", "type": "color" },
2432
+ "200": { "value": "#aaf0c4", "type": "color" },
2433
+ "300": { "value": "#73e2a3", "type": "color" },
2434
+ "400": { "value": "#3ccb7f", "type": "color" },
2435
+ "500": { "value": "#16b364", "type": "color" },
2436
+ "600": { "value": "#099250", "type": "color" },
2437
+ "700": { "value": "#087443", "type": "color" },
2438
+ "800": { "value": "#095c37", "type": "color" },
2439
+ "900": { "value": "#084c2e", "type": "color" },
2440
+ "950": { "value": "#052e1c", "type": "color" }
2441
+ },
2442
+ "Gray iron": {
2443
+ "25": { "value": "#fcfcfc", "type": "color" },
2444
+ "50": { "value": "#fafafa", "type": "color" },
2445
+ "100": { "value": "#f4f4f5", "type": "color" },
2446
+ "200": { "value": "#e4e4e7", "type": "color" },
2447
+ "300": { "value": "#d1d1d6", "type": "color" },
2448
+ "400": { "value": "#a0a0ab", "type": "color" },
2449
+ "500": { "value": "#70707b", "type": "color" },
2450
+ "600": { "value": "#51525c", "type": "color" },
2451
+ "700": { "value": "#3f3f46", "type": "color" },
2452
+ "800": { "value": "#26272b", "type": "color" },
2453
+ "900": { "value": "#1a1a1e", "type": "color" },
2454
+ "950": { "value": "#131316", "type": "color" }
2455
+ },
2456
+ "Gray true": {
2457
+ "25": { "value": "#fcfcfc", "type": "color" },
2458
+ "50": { "value": "#fafafa", "type": "color" },
2459
+ "100": { "value": "#f5f5f5", "type": "color" },
2460
+ "200": { "value": "#e5e5e5", "type": "color" },
2461
+ "300": { "value": "#d6d6d6", "type": "color" },
2462
+ "400": { "value": "#a3a3a3", "type": "color" },
2463
+ "500": { "value": "#737373", "type": "color" },
2464
+ "600": { "value": "#525252", "type": "color" },
2465
+ "700": { "value": "#424242", "type": "color" },
2466
+ "800": { "value": "#292929", "type": "color" },
2467
+ "900": { "value": "#141414", "type": "color" },
2468
+ "950": { "value": "#0f0f0f", "type": "color" }
2469
+ },
2470
+ "Gray warm": {
2471
+ "25": { "value": "#fdfdfc", "type": "color" },
2472
+ "50": { "value": "#fafaf9", "type": "color" },
2473
+ "100": { "value": "#f5f5f4", "type": "color" },
2474
+ "200": { "value": "#e7e5e4", "type": "color" },
2475
+ "300": { "value": "#d7d3d0", "type": "color" },
2476
+ "400": { "value": "#a9a29d", "type": "color" },
2477
+ "500": { "value": "#79716b", "type": "color" },
2478
+ "600": { "value": "#57534e", "type": "color" },
2479
+ "700": { "value": "#44403c", "type": "color" },
2480
+ "800": { "value": "#292524", "type": "color" },
2481
+ "900": { "value": "#1c1917", "type": "color" },
2482
+ "950": { "value": "#171412", "type": "color" }
2483
+ },
2484
+ "Moss": {
2485
+ "25": { "value": "#fafdf7", "type": "color" },
2486
+ "50": { "value": "#f5fbee", "type": "color" },
2487
+ "100": { "value": "#e6f4d7", "type": "color" },
2488
+ "200": { "value": "#ceeab0", "type": "color" },
2489
+ "300": { "value": "#acdc79", "type": "color" },
2490
+ "400": { "value": "#86cb3c", "type": "color" },
2491
+ "500": { "value": "#669f2a", "type": "color" },
2492
+ "600": { "value": "#4f7a21", "type": "color" },
2493
+ "700": { "value": "#3f621a", "type": "color" },
2494
+ "800": { "value": "#335015", "type": "color" },
2495
+ "900": { "value": "#2b4212", "type": "color" },
2496
+ "950": { "value": "#1a280b", "type": "color" }
2497
+ },
2498
+ "Green light": {
2499
+ "25": { "value": "#fafef5", "type": "color" },
2500
+ "50": { "value": "#f3fee7", "type": "color" },
2501
+ "100": { "value": "#e3fbcc", "type": "color" },
2502
+ "200": { "value": "#d0f8ab", "type": "color" },
2503
+ "300": { "value": "#a6ef67", "type": "color" },
2504
+ "400": { "value": "#85e13a", "type": "color" },
2505
+ "500": { "value": "#66c61c", "type": "color" },
2506
+ "600": { "value": "#4ca30d", "type": "color" },
2507
+ "700": { "value": "#3b7c0f", "type": "color" },
2508
+ "800": { "value": "#326212", "type": "color" },
2509
+ "900": { "value": "#2b5314", "type": "color" },
2510
+ "950": { "value": "#15290a", "type": "color" }
2511
+ },
2512
+ "Teal": {
2513
+ "25": { "value": "#f6fefc", "type": "color" },
2514
+ "50": { "value": "#f0fdf9", "type": "color" },
2515
+ "100": { "value": "#ccfbef", "type": "color" },
2516
+ "200": { "value": "#99f6e0", "type": "color" },
2517
+ "300": { "value": "#5fe9d0", "type": "color" },
2518
+ "400": { "value": "#2ed3b7", "type": "color" },
2519
+ "500": { "value": "#15b79e", "type": "color" },
2520
+ "600": { "value": "#0e9384", "type": "color" },
2521
+ "700": { "value": "#107569", "type": "color" },
2522
+ "800": { "value": "#125d56", "type": "color" },
2523
+ "900": { "value": "#134e48", "type": "color" },
2524
+ "950": { "value": "#0a2926", "type": "color" }
2525
+ },
2526
+ "Cyan": {
2527
+ "25": { "value": "#f5feff", "type": "color" },
2528
+ "50": { "value": "#ecfdff", "type": "color" },
2529
+ "100": { "value": "#cff9fe", "type": "color" },
2530
+ "200": { "value": "#a5f0fc", "type": "color" },
2531
+ "300": { "value": "#67e3f9", "type": "color" },
2532
+ "400": { "value": "#22ccee", "type": "color" },
2533
+ "500": { "value": "#06aed4", "type": "color" },
2534
+ "600": { "value": "#088ab2", "type": "color" },
2535
+ "700": { "value": "#0e7090", "type": "color" },
2536
+ "800": { "value": "#155b75", "type": "color" },
2537
+ "900": { "value": "#164c63", "type": "color" },
2538
+ "950": { "value": "#0d2d3a", "type": "color" }
2539
+ },
2540
+ "Blue light": {
2541
+ "25": { "value": "#f5fbff", "type": "color" },
2542
+ "50": { "value": "#f0f9ff", "type": "color" },
2543
+ "100": { "value": "#e0f2fe", "type": "color" },
2544
+ "200": { "value": "#b9e6fe", "type": "color" },
2545
+ "300": { "value": "#7cd4fd", "type": "color" },
2546
+ "400": { "value": "#36bffa", "type": "color" },
2547
+ "500": { "value": "#0ba5ec", "type": "color" },
2548
+ "600": { "value": "#0086c9", "type": "color" },
2549
+ "700": { "value": "#026aa2", "type": "color" },
2550
+ "800": { "value": "#065986", "type": "color" },
2551
+ "900": { "value": "#0b4a6f", "type": "color" },
2552
+ "950": { "value": "#062c41", "type": "color" }
2553
+ },
2554
+ "Blue": {
2555
+ "25": { "value": "#f5faff", "type": "color" },
2556
+ "50": { "value": "#eff8ff", "type": "color" },
2557
+ "100": { "value": "#d1e9ff", "type": "color" },
2558
+ "200": { "value": "#b2ddff", "type": "color" },
2559
+ "300": { "value": "#84caff", "type": "color" },
2560
+ "400": { "value": "#53b1fd", "type": "color" },
2561
+ "500": { "value": "#2e90fa", "type": "color" },
2562
+ "600": { "value": "#1570ef", "type": "color" },
2563
+ "700": { "value": "#175cd3", "type": "color" },
2564
+ "800": { "value": "#1849a9", "type": "color" },
2565
+ "900": { "value": "#194185", "type": "color" },
2566
+ "950": { "value": "#102a56", "type": "color" }
2567
+ },
2568
+ "Blue dark": {
2569
+ "25": { "value": "#f5f8ff", "type": "color" },
2570
+ "50": { "value": "#eff4ff", "type": "color" },
2571
+ "100": { "value": "#d1e0ff", "type": "color" },
2572
+ "200": { "value": "#b2ccff", "type": "color" },
2573
+ "300": { "value": "#84adff", "type": "color" },
2574
+ "400": { "value": "#528bff", "type": "color" },
2575
+ "500": { "value": "#2970ff", "type": "color" },
2576
+ "600": { "value": "#155eef", "type": "color" },
2577
+ "700": { "value": "#004eeb", "type": "color" },
2578
+ "800": { "value": "#0040c1", "type": "color" },
2579
+ "900": { "value": "#00359e", "type": "color" },
2580
+ "950": { "value": "#002266", "type": "color" }
2581
+ },
2582
+ "Indigo": {
2583
+ "25": { "value": "#f5f8ff", "type": "color" },
2584
+ "50": { "value": "#eef4ff", "type": "color" },
2585
+ "100": { "value": "#e0eaff", "type": "color" },
2586
+ "200": { "value": "#c7d7fe", "type": "color" },
2587
+ "300": { "value": "#a4bcfd", "type": "color" },
2588
+ "400": { "value": "#8098f9", "type": "color" },
2589
+ "500": { "value": "#6172f3", "type": "color" },
2590
+ "600": { "value": "#444ce7", "type": "color" },
2591
+ "700": { "value": "#3538cd", "type": "color" },
2592
+ "800": { "value": "#2d31a6", "type": "color" },
2593
+ "900": { "value": "#2d3282", "type": "color" },
2594
+ "950": { "value": "#1f235b", "type": "color" }
2595
+ },
2596
+ "Violet": {
2597
+ "25": { "value": "#fbfaff", "type": "color" },
2598
+ "50": { "value": "#f5f3ff", "type": "color" },
2599
+ "100": { "value": "#ece9fe", "type": "color" },
2600
+ "200": { "value": "#ddd6fe", "type": "color" },
2601
+ "300": { "value": "#c3b5fd", "type": "color" },
2602
+ "400": { "value": "#a48afb", "type": "color" },
2603
+ "500": { "value": "#875bf7", "type": "color" },
2604
+ "600": { "value": "#7839ee", "type": "color" },
2605
+ "700": { "value": "#6927da", "type": "color" },
2606
+ "800": { "value": "#5720b7", "type": "color" },
2607
+ "900": { "value": "#491c96", "type": "color" },
2608
+ "950": { "value": "#2e125e", "type": "color" }
2609
+ },
2610
+ "Purple": {
2611
+ "25": { "value": "#fafaff", "type": "color" },
2612
+ "50": { "value": "#f4f3ff", "type": "color" },
2613
+ "100": { "value": "#ebe9fe", "type": "color" },
2614
+ "200": { "value": "#d9d6fe", "type": "color" },
2615
+ "300": { "value": "#bdb4fe", "type": "color" },
2616
+ "400": { "value": "#9b8afb", "type": "color" },
2617
+ "500": { "value": "#7a5af8", "type": "color" },
2618
+ "600": { "value": "#6938ef", "type": "color" },
2619
+ "700": { "value": "#5925dc", "type": "color" },
2620
+ "800": { "value": "#4a1fb8", "type": "color" },
2621
+ "900": { "value": "#3e1c96", "type": "color" },
2622
+ "950": { "value": "#27115f", "type": "color" }
2623
+ },
2624
+ "Fuchsia": {
2625
+ "25": { "value": "#fefaff", "type": "color" },
2626
+ "50": { "value": "#fdf4ff", "type": "color" },
2627
+ "100": { "value": "#fbe8ff", "type": "color" },
2628
+ "200": { "value": "#f6d0fe", "type": "color" },
2629
+ "300": { "value": "#eeaafd", "type": "color" },
2630
+ "400": { "value": "#e478fa", "type": "color" },
2631
+ "500": { "value": "#d444f1", "type": "color" },
2632
+ "600": { "value": "#ba24d5", "type": "color" },
2633
+ "700": { "value": "#9f1ab1", "type": "color" },
2634
+ "800": { "value": "#821890", "type": "color" },
2635
+ "900": { "value": "#6f1877", "type": "color" },
2636
+ "950": { "value": "#47104c", "type": "color" }
2637
+ },
2638
+ "Pink": {
2639
+ "25": { "value": "#fef6fb", "type": "color" },
2640
+ "50": { "value": "#fdf2fa", "type": "color" },
2641
+ "100": { "value": "#fce7f6", "type": "color" },
2642
+ "200": { "value": "#fcceee", "type": "color" },
2643
+ "300": { "value": "#faa7e0", "type": "color" },
2644
+ "400": { "value": "#f670c7", "type": "color" },
2645
+ "500": { "value": "#ee46bc", "type": "color" },
2646
+ "600": { "value": "#dd2590", "type": "color" },
2647
+ "700": { "value": "#c11574", "type": "color" },
2648
+ "800": { "value": "#9e165f", "type": "color" },
2649
+ "900": { "value": "#851651", "type": "color" },
2650
+ "950": { "value": "#4e0d30", "type": "color" }
2651
+ },
2652
+ "Rosé": {
2653
+ "25": { "value": "#fff5f6", "type": "color" },
2654
+ "50": { "value": "#fff1f3", "type": "color" },
2655
+ "100": { "value": "#ffe4e8", "type": "color" },
2656
+ "200": { "value": "#fecdd6", "type": "color" },
2657
+ "300": { "value": "#fea3b4", "type": "color" },
2658
+ "400": { "value": "#fd6f8e", "type": "color" },
2659
+ "500": { "value": "#f63d68", "type": "color" },
2660
+ "600": { "value": "#e31b54", "type": "color" },
2661
+ "700": { "value": "#c01048", "type": "color" },
2662
+ "800": { "value": "#a11043", "type": "color" },
2663
+ "900": { "value": "#89123e", "type": "color" },
2664
+ "950": { "value": "#510b24", "type": "color" }
2665
+ },
2666
+ "Orange dark": {
2667
+ "25": { "value": "#fff9f5", "type": "color" },
2668
+ "50": { "value": "#fff4ed", "type": "color" },
2669
+ "100": { "value": "#ffe6d5", "type": "color" },
2670
+ "200": { "value": "#ffd6ae", "type": "color" },
2671
+ "300": { "value": "#ff9c66", "type": "color" },
2672
+ "400": { "value": "#ff692e", "type": "color" },
2673
+ "500": { "value": "#ff4405", "type": "color" },
2674
+ "600": { "value": "#e62e05", "type": "color" },
2675
+ "700": { "value": "#bc1b06", "type": "color" },
2676
+ "800": { "value": "#97180c", "type": "color" },
2677
+ "900": { "value": "#771a0d", "type": "color" },
2678
+ "950": { "value": "#57130a", "type": "color" }
2679
+ },
2680
+ "Orange": {
2681
+ "25": { "value": "#fefaf5", "type": "color" },
2682
+ "50": { "value": "#fef6ee", "type": "color" },
2683
+ "100": { "value": "#fdead7", "type": "color" },
2684
+ "200": { "value": "#f9dbaf", "type": "color" },
2685
+ "300": { "value": "#f7b27a", "type": "color" },
2686
+ "400": { "value": "#f38744", "type": "color" },
2687
+ "500": { "value": "#ef6820", "type": "color" },
2688
+ "600": { "value": "#e04f16", "type": "color" },
2689
+ "700": { "value": "#b93815", "type": "color" },
2690
+ "800": { "value": "#932f19", "type": "color" },
2691
+ "900": { "value": "#772917", "type": "color" },
2692
+ "950": { "value": "#511c10", "type": "color" }
2693
+ },
2694
+ "Yellow": {
2695
+ "25": { "value": "#fefdf0", "type": "color" },
2696
+ "50": { "value": "#fefbe8", "type": "color" },
2697
+ "100": { "value": "#fef7c3", "type": "color" },
2698
+ "200": { "value": "#feee95", "type": "color" },
2699
+ "300": { "value": "#fde272", "type": "color" },
2700
+ "400": { "value": "#fac515", "type": "color" },
2701
+ "500": { "value": "#eaaa08", "type": "color" },
2702
+ "600": { "value": "#ca8504", "type": "color" },
2703
+ "700": { "value": "#a15c07", "type": "color" },
2704
+ "800": { "value": "#854a0e", "type": "color" },
2705
+ "900": { "value": "#713b12", "type": "color" },
2706
+ "950": { "value": "#542c0d", "type": "color" }
2707
+ },
2708
+ "Gray (dark mode alpha)": {
2709
+ "25": { "value": "#fffffffa", "type": "color" },
2710
+ "50": { "value": "#fffffff5", "type": "color" },
2711
+ "100": { "value": "#fffffff0", "type": "color" },
2712
+ "200": { "value": "#ffffffeb", "type": "color" },
2713
+ "300": { "value": "#ffffffcc", "type": "color" },
2714
+ "400": { "value": "#ffffff8f", "type": "color" },
2715
+ "500": { "value": "#ffffff80", "type": "color" },
2716
+ "600": { "value": "#ffffff59", "type": "color" },
2717
+ "700": { "value": "#ffffff29", "type": "color" },
2718
+ "800": { "value": "#ffffff14", "type": "color" },
2719
+ "900": { "value": "#ffffff0a", "type": "color" },
2720
+ "950": { "value": "#ffffff00", "type": "color" }
2721
+ },
2722
+ "Gray (dark mode)": {
2723
+ "25": { "value": "#fcfcfd", "type": "color" },
2724
+ "50": { "value": "#fafafa", "type": "color" },
2725
+ "100": { "value": "#f4f4f5", "type": "color" },
2726
+ "200": { "value": "#e4e4e7", "type": "color" },
2727
+ "300": { "value": "#d1d1d6", "type": "color" },
2728
+ "400": { "value": "#a0a0ab", "type": "color" },
2729
+ "500": { "value": "#70707b", "type": "color" },
2730
+ "600": { "value": "#51525c", "type": "color" },
2731
+ "700": { "value": "#3f3f46", "type": "color" },
2732
+ "800": { "value": "#26272b", "type": "color" },
2733
+ "900": { "value": "#1a1a1e", "type": "color" },
2734
+ "950": { "value": "#131316", "type": "color" }
2735
+ }
2736
+ },
2737
+ "Spacing": {
2738
+ "0 (0px)": { "value": "0rem", "type": "dimension" },
2739
+ "0․5 (2px)": { "value": "0.125rem", "type": "dimension" },
2740
+ "1 (4px)": { "value": "0.25rem", "type": "dimension" },
2741
+ "2 (8px)": { "value": "0.5rem", "type": "dimension" },
2742
+ "3 (12px)": { "value": "0.75rem", "type": "dimension" },
2743
+ "4 (16px)": { "value": "1rem", "type": "dimension" },
2744
+ "5 (20px)": { "value": "1.25rem", "type": "dimension" },
2745
+ "6 (24px)": { "value": "1.5rem", "type": "dimension" },
2746
+ "8 (32px)": { "value": "2rem", "type": "dimension" },
2747
+ "10 (40px)": { "value": "2.5rem", "type": "dimension" },
2748
+ "12 (48px)": { "value": "3rem", "type": "dimension" },
2749
+ "16 (64px)": { "value": "4rem", "type": "dimension" },
2750
+ "20 (80px)": { "value": "5rem", "type": "dimension" },
2751
+ "24 (96px)": { "value": "6rem", "type": "dimension" },
2752
+ "32 (128px)": { "value": "8rem", "type": "dimension" },
2753
+ "40 (160px)": { "value": "10rem", "type": "dimension" },
2754
+ "48 (192px)": { "value": "12rem", "type": "dimension" },
2755
+ "56 (224px)": { "value": "14rem", "type": "dimension" },
2756
+ "64 (256px)": { "value": "16rem", "type": "dimension" },
2757
+ "96 (384px)": { "value": "24rem", "type": "dimension" },
2758
+ "80 (320px)": { "value": "20rem", "type": "dimension" },
2759
+ "120 (480px)": { "value": "30rem", "type": "dimension" },
2760
+ "160 (640px)": { "value": "40rem", "type": "dimension" },
2761
+ "192 (768px)": { "value": "48rem", "type": "dimension" },
2762
+ "256 (1,024px)": { "value": "64rem", "type": "dimension" },
2763
+ "320 (1,280px)": { "value": "80rem", "type": "dimension" },
2764
+ "360 (1,440px)": { "value": "90rem", "type": "dimension" },
2765
+ "400 (1,600px)": { "value": "100rem", "type": "dimension" },
2766
+ "480 (1,920px)": { "value": "120rem", "type": "dimension" },
2767
+ "1․5 (6px)": { "value": "0.375rem", "type": "dimension" },
2768
+ "140 (560px)": { "value": "35rem", "type": "dimension" },
2769
+ "180 (720px)": { "value": "45rem", "type": "dimension" }
2770
+ }
2771
+ },
2772
+ "1. Color modes/Light mode": {
2773
+ "Colors": {
2774
+ "Text": {
2775
+ "text-primary (900)": {
2776
+ "value": "{Colors.Gray (light mode).900}",
2777
+ "type": "color"
2778
+ },
2779
+ "text-tertiary (600)": {
2780
+ "value": "{Colors.Gray (light mode).600}",
2781
+ "type": "color"
2782
+ },
2783
+ "text-error-primary (600)": {
2784
+ "value": "{Colors.Error.600}",
2785
+ "type": "color"
2786
+ },
2787
+ "text-warning-primary (600)": {
2788
+ "value": "{Colors.Warning.600}",
2789
+ "type": "color"
2790
+ },
2791
+ "text-success-primary (600)": {
2792
+ "value": "{Colors.Success.600}",
2793
+ "type": "color"
2794
+ },
2795
+ "text-white": { "value": "{Colors.Base.white}", "type": "color" },
2796
+ "text-secondary (700)": {
2797
+ "value": "{Colors.Gray (light mode).700}",
2798
+ "type": "color"
2799
+ },
2800
+ "text-disabled": {
2801
+ "value": "{Colors.Gray (light mode).500}",
2802
+ "type": "color"
2803
+ },
2804
+ "text-secondary_hover": {
2805
+ "value": "{Colors.Gray (light mode).800}",
2806
+ "type": "color"
2807
+ },
2808
+ "text-tertiary_hover": {
2809
+ "value": "{Colors.Gray (light mode).700}",
2810
+ "type": "color"
2811
+ },
2812
+ "text-brand-secondary (700)": {
2813
+ "value": "{Colors.Brand.700}",
2814
+ "type": "color"
2815
+ },
2816
+ "text-placeholder": {
2817
+ "value": "{Colors.Gray (light mode).500}",
2818
+ "type": "color"
2819
+ },
2820
+ "text-placeholder_subtle": {
2821
+ "value": "{Colors.Gray (light mode).300}",
2822
+ "type": "color"
2823
+ },
2824
+ "text-brand-tertiary (600)": {
2825
+ "value": "{Colors.Brand.600}",
2826
+ "type": "color"
2827
+ },
2828
+ "text-quaternary (500)": {
2829
+ "value": "{Colors.Gray (light mode).500}",
2830
+ "type": "color"
2831
+ },
2832
+ "text-brand-primary (900)": {
2833
+ "value": "{Colors.Brand.900}",
2834
+ "type": "color"
2835
+ },
2836
+ "text-primary_on-brand": {
2837
+ "value": "{Colors.Base.white}",
2838
+ "type": "color"
2839
+ },
2840
+ "text-secondary_on-brand": {
2841
+ "value": "{Colors.Brand.200}",
2842
+ "type": "color"
2843
+ },
2844
+ "text-tertiary_on-brand": {
2845
+ "value": "{Colors.Brand.200}",
2846
+ "type": "color"
2847
+ },
2848
+ "text-quaternary_on-brand": {
2849
+ "value": "{Colors.Brand.300}",
2850
+ "type": "color"
2851
+ },
2852
+ "text-brand-tertiary_alt": {
2853
+ "value": "{Colors.Brand.600}",
2854
+ "type": "color"
2855
+ }
2856
+ },
2857
+ "Border": {
2858
+ "border-secondary": {
2859
+ "value": "{Colors.Gray (light mode).200}",
2860
+ "type": "color"
2861
+ },
2862
+ "border-error": { "value": "{Colors.Error.300}", "type": "color" },
2863
+ "border-primary": {
2864
+ "value": "{Colors.Gray (light mode).300}",
2865
+ "type": "color"
2866
+ },
2867
+ "border-brand": { "value": "{Colors.Brand.300}", "type": "color" },
2868
+ "border-brand-solid": {
2869
+ "value": "{Colors.Brand.600}",
2870
+ "type": "color"
2871
+ },
2872
+ "border-disabled": {
2873
+ "value": "{Colors.Gray (light mode).300}",
2874
+ "type": "color"
2875
+ },
2876
+ "border-error-solid": {
2877
+ "value": "{Colors.Error.600}",
2878
+ "type": "color"
2879
+ },
2880
+ "border-disabled_subtle": {
2881
+ "value": "{Colors.Gray (light mode).200}",
2882
+ "type": "color"
2883
+ },
2884
+ "border-tertiary": {
2885
+ "value": "{Colors.Gray (light mode).100}",
2886
+ "type": "color"
2887
+ },
2888
+ "border-brand-solid_alt": {
2889
+ "value": "{Colors.Brand.600}",
2890
+ "type": "color"
2891
+ }
2892
+ },
2893
+ "Background": {
2894
+ "bg-primary": { "value": "{Colors.Base.white}", "type": "color" },
2895
+ "bg-tertiary": {
2896
+ "value": "{Colors.Gray (light mode).100}",
2897
+ "type": "color"
2898
+ },
2899
+ "bg-brand-primary": { "value": "{Colors.Brand.50}", "type": "color" },
2900
+ "bg-error-secondary": {
2901
+ "value": "{Colors.Error.100}",
2902
+ "type": "color"
2903
+ },
2904
+ "bg-warning-primary": {
2905
+ "value": "{Colors.Warning.50}",
2906
+ "type": "color"
2907
+ },
2908
+ "bg-warning-secondary": {
2909
+ "value": "{Colors.Warning.100}",
2910
+ "type": "color"
2911
+ },
2912
+ "bg-success-primary": {
2913
+ "value": "{Colors.Success.50}",
2914
+ "type": "color"
2915
+ },
2916
+ "bg-success-secondary": {
2917
+ "value": "{Colors.Success.100}",
2918
+ "type": "color"
2919
+ },
2920
+ "bg-brand-solid": { "value": "{Colors.Brand.600}", "type": "color" },
2921
+ "bg-secondary-solid": {
2922
+ "value": "{Colors.Gray (light mode).600}",
2923
+ "type": "color"
2924
+ },
2925
+ "bg-error-solid": { "value": "{Colors.Error.600}", "type": "color" },
2926
+ "bg-warning-solid": {
2927
+ "value": "{Colors.Warning.600}",
2928
+ "type": "color"
2929
+ },
2930
+ "bg-success-solid": {
2931
+ "value": "{Colors.Success.600}",
2932
+ "type": "color"
2933
+ },
2934
+ "bg-secondary_hover": {
2935
+ "value": "{Colors.Gray (light mode).100}",
2936
+ "type": "color"
2937
+ },
2938
+ "bg-primary_hover": {
2939
+ "value": "{Colors.Gray (light mode).50}",
2940
+ "type": "color"
2941
+ },
2942
+ "bg-disabled": {
2943
+ "value": "{Colors.Gray (light mode).100}",
2944
+ "type": "color"
2945
+ },
2946
+ "bg-active": {
2947
+ "value": "{Colors.Gray (light mode).50}",
2948
+ "type": "color"
2949
+ },
2950
+ "bg-brand-solid_hover": {
2951
+ "value": "{Colors.Brand.700}",
2952
+ "type": "color"
2953
+ },
2954
+ "bg-error-primary": { "value": "{Colors.Error.50}", "type": "color" },
2955
+ "bg-brand-secondary": {
2956
+ "value": "{Colors.Brand.100}",
2957
+ "type": "color"
2958
+ },
2959
+ "bg-secondary": {
2960
+ "value": "{Colors.Gray (light mode).50}",
2961
+ "type": "color"
2962
+ },
2963
+ "bg-disabled_subtle": {
2964
+ "value": "{Colors.Gray (light mode).50}",
2965
+ "type": "color"
2966
+ },
2967
+ "bg-quaternary": {
2968
+ "value": "{Colors.Gray (light mode).200}",
2969
+ "type": "color"
2970
+ },
2971
+ "bg-primary_alt": { "value": "{Colors.Base.white}", "type": "color" },
2972
+ "bg-brand-primary_alt": {
2973
+ "value": "{Colors.Brand.50}",
2974
+ "type": "color"
2975
+ },
2976
+ "bg-secondary_alt": {
2977
+ "value": "{Colors.Gray (light mode).50}",
2978
+ "type": "color"
2979
+ },
2980
+ "bg-overlay": {
2981
+ "value": "{Colors.Gray (light mode).950}",
2982
+ "type": "color"
2983
+ },
2984
+ "bg-secondary_subtle": {
2985
+ "value": "{Colors.Gray (light mode).25}",
2986
+ "type": "color"
2987
+ },
2988
+ "bg-brand-section": { "value": "{Colors.Brand.800}", "type": "color" },
2989
+ "bg-brand-section_subtle": {
2990
+ "value": "{Colors.Brand.700}",
2991
+ "type": "color"
2992
+ },
2993
+ "bg-primary-solid": {
2994
+ "value": "{Colors.Gray (light mode).950}",
2995
+ "type": "color"
2996
+ }
2997
+ },
2998
+ "Foreground": {
2999
+ "fg-secondary (700)": {
3000
+ "value": "{Colors.Gray (light mode).700}",
3001
+ "type": "color"
3002
+ },
3003
+ "fg-warning-primary": {
3004
+ "value": "{Colors.Warning.600}",
3005
+ "type": "color"
3006
+ },
3007
+ "fg-success-primary": {
3008
+ "value": "{Colors.Success.600}",
3009
+ "type": "color"
3010
+ },
3011
+ "fg-white": { "value": "{Colors.Base.white}", "type": "color" },
3012
+ "fg-success-secondary": {
3013
+ "value": "{Colors.Success.500}",
3014
+ "type": "color"
3015
+ },
3016
+ "fg-secondary_hover": {
3017
+ "value": "{Colors.Gray (light mode).800}",
3018
+ "type": "color"
3019
+ },
3020
+ "fg-primary (900)": {
3021
+ "value": "{Colors.Gray (light mode).900}",
3022
+ "type": "color"
3023
+ },
3024
+ "fg-disabled": {
3025
+ "value": "{Colors.Gray (light mode).400}",
3026
+ "type": "color"
3027
+ },
3028
+ "fg-quaternary (500)": {
3029
+ "value": "{Colors.Gray (light mode).500}",
3030
+ "type": "color"
3031
+ },
3032
+ "fg-quaternary_hover": {
3033
+ "value": "{Colors.Gray (light mode).600}",
3034
+ "type": "color"
3035
+ },
3036
+ "fg-brand-secondary (500)": {
3037
+ "value": "{Colors.Brand.500}",
3038
+ "type": "color"
3039
+ },
3040
+ "fg-brand-primary (600)": {
3041
+ "value": "{Colors.Brand.600}",
3042
+ "type": "color"
3043
+ },
3044
+ "fg-quinary (400)": {
3045
+ "value": "{Colors.Gray (light mode).400}",
3046
+ "type": "color"
3047
+ },
3048
+ "fg-quinary_hover": {
3049
+ "value": "{Colors.Gray (light mode).500}",
3050
+ "type": "color"
3051
+ },
3052
+ "fg-error-primary": { "value": "{Colors.Error.600}", "type": "color" },
3053
+ "fg-disabled_subtle": {
3054
+ "value": "{Colors.Gray (light mode).300}",
3055
+ "type": "color"
3056
+ },
3057
+ "fg-warning-secondary": {
3058
+ "value": "{Colors.Warning.500}",
3059
+ "type": "color"
3060
+ },
3061
+ "fg-error-secondary": {
3062
+ "value": "{Colors.Error.500}",
3063
+ "type": "color"
3064
+ },
3065
+ "fg-senary (300)": {
3066
+ "value": "{Colors.Gray (light mode).300}",
3067
+ "type": "color"
3068
+ },
3069
+ "fg-tertiary (600)": {
3070
+ "value": "{Colors.Gray (light mode).600}",
3071
+ "type": "color"
3072
+ },
3073
+ "fg-tertiary_hover": {
3074
+ "value": "{Colors.Gray (light mode).700}",
3075
+ "type": "color"
3076
+ },
3077
+ "fg-brand-primary_alt": {
3078
+ "value": "{Colors.Brand.600}",
3079
+ "type": "color"
3080
+ }
3081
+ }
3082
+ },
3083
+ "Component colors": {
3084
+ "Utility": {
3085
+ "Blue": {
3086
+ "utility-blue-600": { "value": "{Colors.Blue.600}", "type": "color" },
3087
+ "utility-blue-700": { "value": "{Colors.Blue.700}", "type": "color" },
3088
+ "utility-blue-500": { "value": "{Colors.Blue.500}", "type": "color" },
3089
+ "utility-blue-200": { "value": "{Colors.Blue.200}", "type": "color" },
3090
+ "utility-blue-50": { "value": "{Colors.Blue.50}", "type": "color" },
3091
+ "utility-blue-100": { "value": "{Colors.Blue.100}", "type": "color" },
3092
+ "utility-blue-400": { "value": "{Colors.Blue.400}", "type": "color" },
3093
+ "utility-blue-300": { "value": "{Colors.Blue.300}", "type": "color" }
3094
+ },
3095
+ "Brand": {
3096
+ "utility-brand-600": {
3097
+ "value": "{Colors.Brand.600}",
3098
+ "type": "color"
3099
+ },
3100
+ "utility-brand-700": {
3101
+ "value": "{Colors.Brand.700}",
3102
+ "type": "color"
3103
+ },
3104
+ "utility-brand-500": {
3105
+ "value": "{Colors.Brand.500}",
3106
+ "type": "color"
3107
+ },
3108
+ "utility-brand-200": {
3109
+ "value": "{Colors.Brand.200}",
3110
+ "type": "color"
3111
+ },
3112
+ "utility-brand-50": { "value": "{Colors.Brand.50}", "type": "color" },
3113
+ "utility-brand-100": {
3114
+ "value": "{Colors.Brand.100}",
3115
+ "type": "color"
3116
+ },
3117
+ "utility-brand-400": {
3118
+ "value": "{Colors.Brand.400}",
3119
+ "type": "color"
3120
+ },
3121
+ "utility-brand-50_alt": {
3122
+ "value": "{Colors.Brand.50}",
3123
+ "type": "color"
3124
+ },
3125
+ "utility-brand-100_alt": {
3126
+ "value": "{Colors.Brand.100}",
3127
+ "type": "color"
3128
+ },
3129
+ "utility-brand-200_alt": {
3130
+ "value": "{Colors.Brand.200}",
3131
+ "type": "color"
3132
+ },
3133
+ "utility-brand-400_alt": {
3134
+ "value": "{Colors.Brand.400}",
3135
+ "type": "color"
3136
+ },
3137
+ "utility-brand-500_alt": {
3138
+ "value": "{Colors.Brand.500}",
3139
+ "type": "color"
3140
+ },
3141
+ "utility-brand-600_alt": {
3142
+ "value": "{Colors.Brand.600}",
3143
+ "type": "color"
3144
+ },
3145
+ "utility-brand-700_alt": {
3146
+ "value": "{Colors.Brand.700}",
3147
+ "type": "color"
3148
+ },
3149
+ "utility-brand-300": {
3150
+ "value": "{Colors.Brand.300}",
3151
+ "type": "color"
3152
+ },
3153
+ "utility-brand-900": {
3154
+ "value": "{Colors.Brand.900}",
3155
+ "type": "color"
3156
+ },
3157
+ "utility-brand-800": {
3158
+ "value": "{Colors.Brand.800}",
3159
+ "type": "color"
3160
+ },
3161
+ "utility-brand-300_alt": {
3162
+ "value": "{Colors.Brand.300}",
3163
+ "type": "color"
3164
+ },
3165
+ "utility-brand-800_alt": {
3166
+ "value": "{Colors.Brand.800}",
3167
+ "type": "color"
3168
+ },
3169
+ "utility-brand-900_alt": {
3170
+ "value": "{Colors.Brand.900}",
3171
+ "type": "color"
3172
+ }
3173
+ },
3174
+ "Gray": {
3175
+ "utility-gray-700": {
3176
+ "value": "{Colors.Gray (light mode).700}",
3177
+ "type": "color"
3178
+ },
3179
+ "utility-gray-600": {
3180
+ "value": "{Colors.Gray (light mode).600}",
3181
+ "type": "color"
3182
+ },
3183
+ "utility-gray-500": {
3184
+ "value": "{Colors.Gray (light mode).500}",
3185
+ "type": "color"
3186
+ },
3187
+ "utility-gray-200": {
3188
+ "value": "{Colors.Gray (light mode).200}",
3189
+ "type": "color"
3190
+ },
3191
+ "utility-gray-50": {
3192
+ "value": "{Colors.Gray (light mode).50}",
3193
+ "type": "color"
3194
+ },
3195
+ "utility-gray-100": {
3196
+ "value": "{Colors.Gray (light mode).100}",
3197
+ "type": "color"
3198
+ },
3199
+ "utility-gray-400": {
3200
+ "value": "{Colors.Gray (light mode).400}",
3201
+ "type": "color"
3202
+ },
3203
+ "utility-gray-300": {
3204
+ "value": "{Colors.Gray (light mode).300}",
3205
+ "type": "color"
3206
+ },
3207
+ "utility-gray-900": {
3208
+ "value": "{Colors.Gray (light mode).900}",
3209
+ "type": "color"
3210
+ },
3211
+ "utility-gray-800": {
3212
+ "value": "{Colors.Gray (light mode).800}",
3213
+ "type": "color"
3214
+ }
3215
+ },
3216
+ "Error": {
3217
+ "utility-error-600": {
3218
+ "value": "{Colors.Error.600}",
3219
+ "type": "color"
3220
+ },
3221
+ "utility-error-700": {
3222
+ "value": "{Colors.Error.700}",
3223
+ "type": "color"
3224
+ },
3225
+ "utility-error-500": {
3226
+ "value": "{Colors.Error.500}",
3227
+ "type": "color"
3228
+ },
3229
+ "utility-error-200": {
3230
+ "value": "{Colors.Error.200}",
3231
+ "type": "color"
3232
+ },
3233
+ "utility-error-50": { "value": "{Colors.Error.50}", "type": "color" },
3234
+ "utility-error-100": {
3235
+ "value": "{Colors.Error.100}",
3236
+ "type": "color"
3237
+ },
3238
+ "utility-error-400": {
3239
+ "value": "{Colors.Error.400}",
3240
+ "type": "color"
3241
+ },
3242
+ "utility-error-300": {
3243
+ "value": "{Colors.Error.300}",
3244
+ "type": "color"
3245
+ }
3246
+ },
3247
+ "Warning": {
3248
+ "utility-warning-600": {
3249
+ "value": "{Colors.Warning.600}",
3250
+ "type": "color"
3251
+ },
3252
+ "utility-warning-700": {
3253
+ "value": "{Colors.Warning.700}",
3254
+ "type": "color"
3255
+ },
3256
+ "utility-warning-500": {
3257
+ "value": "{Colors.Warning.500}",
3258
+ "type": "color"
3259
+ },
3260
+ "utility-warning-200": {
3261
+ "value": "{Colors.Warning.200}",
3262
+ "type": "color"
3263
+ },
3264
+ "utility-warning-50": {
3265
+ "value": "{Colors.Warning.50}",
3266
+ "type": "color"
3267
+ },
3268
+ "utility-warning-100": {
3269
+ "value": "{Colors.Warning.100}",
3270
+ "type": "color"
3271
+ },
3272
+ "utility-warning-400": {
3273
+ "value": "{Colors.Warning.400}",
3274
+ "type": "color"
3275
+ },
3276
+ "utility-warning-300": {
3277
+ "value": "{Colors.Warning.300}",
3278
+ "type": "color"
3279
+ }
3280
+ },
3281
+ "Success": {
3282
+ "utility-success-600": {
3283
+ "value": "{Colors.Success.600}",
3284
+ "type": "color"
3285
+ },
3286
+ "utility-success-700": {
3287
+ "value": "{Colors.Success.700}",
3288
+ "type": "color"
3289
+ },
3290
+ "utility-success-500": {
3291
+ "value": "{Colors.Success.500}",
3292
+ "type": "color"
3293
+ },
3294
+ "utility-success-200": {
3295
+ "value": "{Colors.Success.200}",
3296
+ "type": "color"
3297
+ },
3298
+ "utility-success-50": {
3299
+ "value": "{Colors.Success.50}",
3300
+ "type": "color"
3301
+ },
3302
+ "utility-success-100": {
3303
+ "value": "{Colors.Success.100}",
3304
+ "type": "color"
3305
+ },
3306
+ "utility-success-400": {
3307
+ "value": "{Colors.Success.400}",
3308
+ "type": "color"
3309
+ },
3310
+ "utility-success-300": {
3311
+ "value": "{Colors.Success.300}",
3312
+ "type": "color"
3313
+ }
3314
+ },
3315
+ "Orange": {
3316
+ "utility-orange-600": {
3317
+ "value": "{Colors.Orange.600}",
3318
+ "type": "color"
3319
+ },
3320
+ "utility-orange-700": {
3321
+ "value": "{Colors.Orange.700}",
3322
+ "type": "color"
3323
+ },
3324
+ "utility-orange-500": {
3325
+ "value": "{Colors.Orange.500}",
3326
+ "type": "color"
3327
+ },
3328
+ "utility-orange-200": {
3329
+ "value": "{Colors.Orange.200}",
3330
+ "type": "color"
3331
+ },
3332
+ "utility-orange-50": {
3333
+ "value": "{Colors.Orange.50}",
3334
+ "type": "color"
3335
+ },
3336
+ "utility-orange-100": {
3337
+ "value": "{Colors.Orange.100}",
3338
+ "type": "color"
3339
+ },
3340
+ "utility-orange-400": {
3341
+ "value": "{Colors.Orange.400}",
3342
+ "type": "color"
3343
+ },
3344
+ "utility-orange-300": {
3345
+ "value": "{Colors.Orange.300}",
3346
+ "type": "color"
3347
+ }
3348
+ },
3349
+ "Blue dark": {
3350
+ "utility-blue-dark-600": {
3351
+ "value": "{Colors.Blue dark.600}",
3352
+ "type": "color"
3353
+ },
3354
+ "utility-blue-dark-700": {
3355
+ "value": "{Colors.Blue dark.700}",
3356
+ "type": "color"
3357
+ },
3358
+ "utility-blue-dark-500": {
3359
+ "value": "{Colors.Blue dark.500}",
3360
+ "type": "color"
3361
+ },
3362
+ "utility-blue-dark-200": {
3363
+ "value": "{Colors.Blue dark.200}",
3364
+ "type": "color"
3365
+ },
3366
+ "utility-blue-dark-50": {
3367
+ "value": "{Colors.Blue dark.50}",
3368
+ "type": "color"
3369
+ },
3370
+ "utility-blue-dark-100": {
3371
+ "value": "{Colors.Blue dark.100}",
3372
+ "type": "color"
3373
+ },
3374
+ "utility-blue-dark-400": {
3375
+ "value": "{Colors.Blue dark.400}",
3376
+ "type": "color"
3377
+ },
3378
+ "utility-blue-dark-300": {
3379
+ "value": "{Colors.Blue dark.300}",
3380
+ "type": "color"
3381
+ }
3382
+ },
3383
+ "Indigo": {
3384
+ "utility-indigo-600": {
3385
+ "value": "{Colors.Indigo.600}",
3386
+ "type": "color"
3387
+ },
3388
+ "utility-indigo-700": {
3389
+ "value": "{Colors.Indigo.700}",
3390
+ "type": "color"
3391
+ },
3392
+ "utility-indigo-500": {
3393
+ "value": "{Colors.Indigo.500}",
3394
+ "type": "color"
3395
+ },
3396
+ "utility-indigo-200": {
3397
+ "value": "{Colors.Indigo.200}",
3398
+ "type": "color"
3399
+ },
3400
+ "utility-indigo-50": {
3401
+ "value": "{Colors.Indigo.50}",
3402
+ "type": "color"
3403
+ },
3404
+ "utility-indigo-100": {
3405
+ "value": "{Colors.Indigo.100}",
3406
+ "type": "color"
3407
+ },
3408
+ "utility-indigo-400": {
3409
+ "value": "{Colors.Indigo.400}",
3410
+ "type": "color"
3411
+ },
3412
+ "utility-indigo-300": {
3413
+ "value": "{Colors.Indigo.300}",
3414
+ "type": "color"
3415
+ }
3416
+ },
3417
+ "Fuchsia": {
3418
+ "utility-fuchsia-600": {
3419
+ "value": "{Colors.Fuchsia.600}",
3420
+ "type": "color"
3421
+ },
3422
+ "utility-fuchsia-700": {
3423
+ "value": "{Colors.Fuchsia.700}",
3424
+ "type": "color"
3425
+ },
3426
+ "utility-fuchsia-500": {
3427
+ "value": "{Colors.Fuchsia.500}",
3428
+ "type": "color"
3429
+ },
3430
+ "utility-fuchsia-200": {
3431
+ "value": "{Colors.Fuchsia.200}",
3432
+ "type": "color"
3433
+ },
3434
+ "utility-fuchsia-50": {
3435
+ "value": "{Colors.Fuchsia.50}",
3436
+ "type": "color"
3437
+ },
3438
+ "utility-fuchsia-100": {
3439
+ "value": "{Colors.Fuchsia.100}",
3440
+ "type": "color"
3441
+ },
3442
+ "utility-fuchsia-400": {
3443
+ "value": "{Colors.Fuchsia.400}",
3444
+ "type": "color"
3445
+ },
3446
+ "utility-fuchsia-300": {
3447
+ "value": "{Colors.Fuchsia.300}",
3448
+ "type": "color"
3449
+ }
3450
+ },
3451
+ "Pink": {
3452
+ "utility-pink-600": { "value": "{Colors.Pink.600}", "type": "color" },
3453
+ "utility-pink-700": { "value": "{Colors.Pink.700}", "type": "color" },
3454
+ "utility-pink-500": { "value": "{Colors.Pink.500}", "type": "color" },
3455
+ "utility-pink-200": { "value": "{Colors.Pink.200}", "type": "color" },
3456
+ "utility-pink-50": { "value": "{Colors.Pink.50}", "type": "color" },
3457
+ "utility-pink-100": { "value": "{Colors.Pink.100}", "type": "color" },
3458
+ "utility-pink-400": { "value": "{Colors.Pink.400}", "type": "color" },
3459
+ "utility-pink-300": { "value": "{Colors.Pink.300}", "type": "color" }
3460
+ },
3461
+ "Purple": {
3462
+ "utility-purple-600": {
3463
+ "value": "{Colors.Purple.600}",
3464
+ "type": "color"
3465
+ },
3466
+ "utility-purple-700": {
3467
+ "value": "{Colors.Purple.700}",
3468
+ "type": "color"
3469
+ },
3470
+ "utility-purple-500": {
3471
+ "value": "{Colors.Purple.500}",
3472
+ "type": "color"
3473
+ },
3474
+ "utility-purple-200": {
3475
+ "value": "{Colors.Purple.200}",
3476
+ "type": "color"
3477
+ },
3478
+ "utility-purple-50": {
3479
+ "value": "{Colors.Purple.50}",
3480
+ "type": "color"
3481
+ },
3482
+ "utility-purple-100": {
3483
+ "value": "{Colors.Purple.100}",
3484
+ "type": "color"
3485
+ },
3486
+ "utility-purple-400": {
3487
+ "value": "{Colors.Purple.400}",
3488
+ "type": "color"
3489
+ },
3490
+ "utility-purple-300": {
3491
+ "value": "{Colors.Purple.300}",
3492
+ "type": "color"
3493
+ }
3494
+ },
3495
+ "Orange dark": {
3496
+ "utility-orange-dark-600": {
3497
+ "value": "{Colors.Orange dark.600}",
3498
+ "type": "color"
3499
+ },
3500
+ "utility-orange-dark-700": {
3501
+ "value": "{Colors.Orange dark.700}",
3502
+ "type": "color"
3503
+ },
3504
+ "utility-orange-dark-500": {
3505
+ "value": "{Colors.Orange dark.500}",
3506
+ "type": "color"
3507
+ },
3508
+ "utility-orange-dark-200": {
3509
+ "value": "{Colors.Orange dark.200}",
3510
+ "type": "color"
3511
+ },
3512
+ "utility-orange-dark-50": {
3513
+ "value": "{Colors.Orange dark.50}",
3514
+ "type": "color"
3515
+ },
3516
+ "utility-orange-dark-100": {
3517
+ "value": "{Colors.Orange dark.100}",
3518
+ "type": "color"
3519
+ },
3520
+ "utility-orange-dark-400": {
3521
+ "value": "{Colors.Orange dark.400}",
3522
+ "type": "color"
3523
+ },
3524
+ "utility-orange-dark-300": {
3525
+ "value": "{Colors.Orange dark.300}",
3526
+ "type": "color"
3527
+ }
3528
+ },
3529
+ "Blue light": {
3530
+ "utility-blue-light-600": {
3531
+ "value": "{Colors.Blue light.600}",
3532
+ "type": "color"
3533
+ },
3534
+ "utility-blue-light-700": {
3535
+ "value": "{Colors.Blue light.700}",
3536
+ "type": "color"
3537
+ },
3538
+ "utility-blue-light-500": {
3539
+ "value": "{Colors.Blue light.500}",
3540
+ "type": "color"
3541
+ },
3542
+ "utility-blue-light-200": {
3543
+ "value": "{Colors.Blue light.200}",
3544
+ "type": "color"
3545
+ },
3546
+ "utility-blue-light-50": {
3547
+ "value": "{Colors.Blue light.50}",
3548
+ "type": "color"
3549
+ },
3550
+ "utility-blue-light-100": {
3551
+ "value": "{Colors.Blue light.100}",
3552
+ "type": "color"
3553
+ },
3554
+ "utility-blue-light-400": {
3555
+ "value": "{Colors.Blue light.400}",
3556
+ "type": "color"
3557
+ },
3558
+ "utility-blue-light-300": {
3559
+ "value": "{Colors.Blue light.300}",
3560
+ "type": "color"
3561
+ }
3562
+ },
3563
+ "Gray blue": {
3564
+ "utility-gray-blue-600": {
3565
+ "value": "{Colors.Gray blue.600}",
3566
+ "type": "color"
3567
+ },
3568
+ "utility-gray-blue-700": {
3569
+ "value": "{Colors.Gray blue.700}",
3570
+ "type": "color"
3571
+ },
3572
+ "utility-gray-blue-500": {
3573
+ "value": "{Colors.Gray blue.500}",
3574
+ "type": "color"
3575
+ },
3576
+ "utility-gray-blue-200": {
3577
+ "value": "{Colors.Gray blue.200}",
3578
+ "type": "color"
3579
+ },
3580
+ "utility-gray-blue-50": {
3581
+ "value": "{Colors.Gray blue.50}",
3582
+ "type": "color"
3583
+ },
3584
+ "utility-gray-blue-100": {
3585
+ "value": "{Colors.Gray blue.100}",
3586
+ "type": "color"
3587
+ },
3588
+ "utility-gray-blue-400": {
3589
+ "value": "{Colors.Gray blue.400}",
3590
+ "type": "color"
3591
+ },
3592
+ "utility-gray-blue-300": {
3593
+ "value": "{Colors.Gray blue.300}",
3594
+ "type": "color"
3595
+ }
3596
+ }
3597
+ },
3598
+ "Components": {
3599
+ "Tooltips": {
3600
+ "tooltip-supporting-text": {
3601
+ "value": "{Colors.Gray (light mode).300}",
3602
+ "type": "color"
3603
+ }
3604
+ },
3605
+ "Buttons": {
3606
+ "Brand": {
3607
+ "button-brand-bg": {
3608
+ "value": "{Colors.Brand.600}",
3609
+ "type": "color"
3610
+ },
3611
+ "button-brand-bg_hover": {
3612
+ "value": "{Colors.Brand.700}",
3613
+ "type": "color"
3614
+ },
3615
+ "button-brand-fg": {
3616
+ "value": "{Colors.Base.white}",
3617
+ "type": "color"
3618
+ },
3619
+ "button-brand-border": {
3620
+ "value": "{Colors.Brand.600}",
3621
+ "type": "color"
3622
+ },
3623
+ "button-brand-border_hover": {
3624
+ "value": "{Colors.Brand.700}",
3625
+ "type": "color"
3626
+ },
3627
+ "button-brand-fg_hover": {
3628
+ "value": "{Colors.Base.white}",
3629
+ "type": "color"
3630
+ }
3631
+ },
3632
+ "Secondary": {
3633
+ "button-secondary-bg": {
3634
+ "value": "{Colors.Base.white}",
3635
+ "type": "color"
3636
+ },
3637
+ "button-secondary-bg_hover": {
3638
+ "value": "{Colors.Gray (light mode).50}",
3639
+ "type": "color"
3640
+ },
3641
+ "button-secondary-fg": {
3642
+ "value": "{Colors.Gray (light mode).700}",
3643
+ "type": "color"
3644
+ },
3645
+ "button-secondary-fg_hover": {
3646
+ "value": "{Colors.Gray (light mode).800}",
3647
+ "type": "color"
3648
+ },
3649
+ "button-secondary-border": {
3650
+ "value": "{Colors.Gray (light mode).300}",
3651
+ "type": "color"
3652
+ },
3653
+ "button-secondary-border_hover": {
3654
+ "value": "{Colors.Gray (light mode).300}",
3655
+ "type": "color"
3656
+ }
3657
+ },
3658
+ "Secondary color": {
3659
+ "button-secondary-color-bg": {
3660
+ "value": "{Colors.Base.white}",
3661
+ "type": "color"
3662
+ },
3663
+ "button-secondary-color-bg_hover": {
3664
+ "value": "{Colors.Brand.50}",
3665
+ "type": "color"
3666
+ },
3667
+ "button-secondary-color-border_hover": {
3668
+ "value": "{Colors.Brand.300}",
3669
+ "type": "color"
3670
+ },
3671
+ "button-secondary-color-border": {
3672
+ "value": "{Colors.Brand.300}",
3673
+ "type": "color"
3674
+ },
3675
+ "button-secondary-color-fg": {
3676
+ "value": "{Colors.Brand.700}",
3677
+ "type": "color"
3678
+ },
3679
+ "button-secondary-color-fg_hover": {
3680
+ "value": "{Colors.Brand.800}",
3681
+ "type": "color"
3682
+ }
3683
+ },
3684
+ "Primary error": {
3685
+ "button-primary-error-fg": {
3686
+ "value": "{Colors.Base.white}",
3687
+ "type": "color"
3688
+ },
3689
+ "button-primary-error-fg_hover": {
3690
+ "value": "{Colors.Base.white}",
3691
+ "type": "color"
3692
+ },
3693
+ "button-primary-error-bg": {
3694
+ "value": "{Colors.Error.600}",
3695
+ "type": "color"
3696
+ },
3697
+ "button-primary-error-bg_hover": {
3698
+ "value": "{Colors.Error.700}",
3699
+ "type": "color"
3700
+ },
3701
+ "button-primary-error-border": {
3702
+ "value": "{Colors.Error.600}",
3703
+ "type": "color"
3704
+ },
3705
+ "button-primary-error-border_hover": {
3706
+ "value": "{Colors.Error.700}",
3707
+ "type": "color"
3708
+ }
3709
+ },
3710
+ "Secondary error": {
3711
+ "button-secondary-error-fg": {
3712
+ "value": "{Colors.Error.700}",
3713
+ "type": "color"
3714
+ },
3715
+ "button-secondary-error-fg_hover": {
3716
+ "value": "{Colors.Error.800}",
3717
+ "type": "color"
3718
+ },
3719
+ "button-secondary-error-bg": {
3720
+ "value": "{Colors.Base.white}",
3721
+ "type": "color"
3722
+ },
3723
+ "button-secondary-error-bg_hover": {
3724
+ "value": "{Colors.Error.50}",
3725
+ "type": "color"
3726
+ },
3727
+ "button-secondary-error-border": {
3728
+ "value": "{Colors.Error.300}",
3729
+ "type": "color"
3730
+ },
3731
+ "button-secondary-error-border_hover": {
3732
+ "value": "{Colors.Error.300}",
3733
+ "type": "color"
3734
+ }
3735
+ },
3736
+ "Tertiary": {
3737
+ "button-tertiary-fg": {
3738
+ "value": "{Colors.Gray (light mode).600}",
3739
+ "type": "color"
3740
+ },
3741
+ "button-tertiary-fg_hover": {
3742
+ "value": "{Colors.Gray (light mode).700}",
3743
+ "type": "color"
3744
+ },
3745
+ "button-tertiary-bg_hover": {
3746
+ "value": "{Colors.Gray (light mode).50}",
3747
+ "type": "color"
3748
+ }
3749
+ },
3750
+ "Tertiary color": {
3751
+ "button-tertiary-color-fg": {
3752
+ "value": "{Colors.Brand.700}",
3753
+ "type": "color"
3754
+ },
3755
+ "button-tertiary-color-fg_hover": {
3756
+ "value": "{Colors.Brand.800}",
3757
+ "type": "color"
3758
+ },
3759
+ "button-tertiary-color-bg_hover": {
3760
+ "value": "{Colors.Brand.50}",
3761
+ "type": "color"
3762
+ }
3763
+ },
3764
+ "Tertiary error": {
3765
+ "button-tertiary-error-fg": {
3766
+ "value": "{Colors.Error.700}",
3767
+ "type": "color"
3768
+ },
3769
+ "button-tertiary-error-fg_hover": {
3770
+ "value": "{Colors.Error.800}",
3771
+ "type": "color"
3772
+ },
3773
+ "button-tertiary-error-bg_hover": {
3774
+ "value": "{Colors.Error.50}",
3775
+ "type": "color"
3776
+ }
3777
+ },
3778
+ "Primary": {
3779
+ "button-primary-fg": {
3780
+ "value": "{Colors.Gray (dark mode).300}",
3781
+ "type": "color"
3782
+ },
3783
+ "button-primary-fg_hover": {
3784
+ "value": "{Colors.Gray (dark mode).100}",
3785
+ "type": "color"
3786
+ },
3787
+ "button-primary-bg": {
3788
+ "value": "{Colors.Gray (dark mode).900}",
3789
+ "type": "color"
3790
+ },
3791
+ "button-primary-bg_hover": {
3792
+ "value": "{Colors.Gray (dark mode).800}",
3793
+ "type": "color"
3794
+ },
3795
+ "button-primary-border": {
3796
+ "value": "{Colors.Gray (dark mode).700}",
3797
+ "type": "color"
3798
+ },
3799
+ "button-primary-border_hover": {
3800
+ "value": "{Colors.Gray (dark mode).700}",
3801
+ "type": "color"
3802
+ }
3803
+ },
3804
+ "Ghost": {
3805
+ "button-ghost-fg": {
3806
+ "value": "{Colors.Gray (light mode).700}",
3807
+ "type": "color"
3808
+ },
3809
+ "button-ghost-fg_hover": {
3810
+ "value": "{Colors.Gray (light mode).800}",
3811
+ "type": "color"
3812
+ },
3813
+ "button-ghost-bg": {
3814
+ "value": "{Colors.Base.transparent}",
3815
+ "type": "color"
3816
+ },
3817
+ "button-ghost-bg_hover": {
3818
+ "value": "{Colors.Gray (light mode).50}",
3819
+ "type": "color"
3820
+ },
3821
+ "button-ghost-border": {
3822
+ "value": "{Colors.Base.transparent}",
3823
+ "type": "color"
3824
+ },
3825
+ "button-ghost-border_hover": {
3826
+ "value": "{Colors.Base.transparent}",
3827
+ "type": "color"
3828
+ }
3829
+ }
3830
+ },
3831
+ "WYSIWYG editor": {
3832
+ "wysiwyg-editor-icon-fg": {
3833
+ "value": "{Colors.Gray (light mode).400}",
3834
+ "type": "color"
3835
+ },
3836
+ "wysiwyg-editor-icon-fg_active": {
3837
+ "value": "{Colors.Gray (light mode).500}",
3838
+ "type": "color"
3839
+ }
3840
+ },
3841
+ "Avatars": {
3842
+ "avatar-contrast-border": { "value": "#00000014", "type": "color" },
3843
+ "avatar-profile-photo-border": {
3844
+ "value": "{Colors.Base.white}",
3845
+ "type": "color"
3846
+ },
3847
+ "avatar-bg": {
3848
+ "value": "{Colors.Gray (light mode).100}",
3849
+ "type": "color"
3850
+ },
3851
+ "avatar-focus-border": { "value": "#98a2b324", "type": "color" }
3852
+ },
3853
+ "Breadcrumbs": {
3854
+ "breadcrumb-fg": {
3855
+ "value": "{Colors.Gray (light mode).600}",
3856
+ "type": "color"
3857
+ },
3858
+ "breadcrumb-fg_hover": {
3859
+ "value": "{Colors.Gray (light mode).700}",
3860
+ "type": "color"
3861
+ },
3862
+ "breadcrumb-bg_hover": {
3863
+ "value": "{Colors.Gray (light mode).50}",
3864
+ "type": "color"
3865
+ },
3866
+ "breadcrumb-brand-bg_hover": {
3867
+ "value": "{Colors.Brand.50}",
3868
+ "type": "color"
3869
+ },
3870
+ "breadcrumb-brand-fg_hover": {
3871
+ "value": "{Colors.Brand.700}",
3872
+ "type": "color"
3873
+ },
3874
+ "breadcrumb-icon-fg": {
3875
+ "value": "{Colors.Gray (light mode).500}",
3876
+ "type": "color"
3877
+ },
3878
+ "breadcrumb-icon-fg_hover": {
3879
+ "value": "{Colors.Gray (light mode).700}",
3880
+ "type": "color"
3881
+ },
3882
+ "breadcrumb-brand-icon-fg_hover": {
3883
+ "value": "{Colors.Brand.700}",
3884
+ "type": "color"
3885
+ }
3886
+ },
3887
+ "Icons": {
3888
+ "Featured icons": {
3889
+ "Modern": {
3890
+ "featured-icon-modern-border": {
3891
+ "value": "{Colors.Gray (light mode).200}",
3892
+ "type": "color"
3893
+ }
3894
+ },
3895
+ "Light": {
3896
+ "featured-icon-light-fg-brand": {
3897
+ "value": "{Colors.Brand.600}",
3898
+ "type": "color"
3899
+ },
3900
+ "featured-icon-light-fg-gray": {
3901
+ "value": "{Colors.Gray (light mode).500}",
3902
+ "type": "color"
3903
+ },
3904
+ "featured-icon-light-fg-error": {
3905
+ "value": "{Colors.Error.600}",
3906
+ "type": "color"
3907
+ },
3908
+ "featured-icon-light-fg-warning": {
3909
+ "value": "{Colors.Warning.600}",
3910
+ "type": "color"
3911
+ },
3912
+ "featured-icon-light-fg-success": {
3913
+ "value": "{Colors.Success.600}",
3914
+ "type": "color"
3915
+ }
3916
+ },
3917
+ "Dark": {
3918
+ "featured-icon-dark-fg-brand": {
3919
+ "value": "{Colors.Base.white}",
3920
+ "type": "color"
3921
+ },
3922
+ "featured-icon-dark-fg-gray": {
3923
+ "value": "{Colors.Base.white}",
3924
+ "type": "color"
3925
+ },
3926
+ "featured-icon-dark-fg-error": {
3927
+ "value": "{Colors.Base.white}",
3928
+ "type": "color"
3929
+ },
3930
+ "featured-icon-dark-fg-warning": {
3931
+ "value": "{Colors.Base.white}",
3932
+ "type": "color"
3933
+ },
3934
+ "featured-icon-dark-fg-success": {
3935
+ "value": "{Colors.Base.white}",
3936
+ "type": "color"
3937
+ }
3938
+ }
3939
+ },
3940
+ "Icons": {
3941
+ "icon-fg-brand": { "value": "{Colors.Brand.600}", "type": "color" },
3942
+ "icon-fg-brand_on-brand": {
3943
+ "value": "{Colors.Brand.200}",
3944
+ "type": "color"
3945
+ }
3946
+ },
3947
+ "Social icons": {
3948
+ "social-icon-fg-x": { "value": "#242e36", "type": "color" },
3949
+ "social-icon-fg-apple": {
3950
+ "value": "{Colors.Base.black}",
3951
+ "type": "color"
3952
+ },
3953
+ "social-icon-fg-github": {
3954
+ "value": "{Colors.Base.black}",
3955
+ "type": "color"
3956
+ },
3957
+ "social-icon-fg-angellist": {
3958
+ "value": "{Colors.Base.black}",
3959
+ "type": "color"
3960
+ },
3961
+ "social-icon-fg-tumblr": { "value": "#001935", "type": "color" },
3962
+ "social-icon-fg-instagram": { "value": "#000100", "type": "color" }
3963
+ }
3964
+ },
3965
+ "Application navigation": {
3966
+ "nav-item-icon-fg": {
3967
+ "value": "{Colors.Gray (light mode).500}",
3968
+ "type": "color"
3969
+ },
3970
+ "nav-item-icon-fg_active": {
3971
+ "value": "{Colors.Gray (light mode).500}",
3972
+ "type": "color"
3973
+ },
3974
+ "nav-item-button-icon-fg": {
3975
+ "value": "{Colors.Gray (light mode).500}",
3976
+ "type": "color"
3977
+ },
3978
+ "nav-item-button-icon-fg_active": {
3979
+ "value": "{Colors.Gray (light mode).700}",
3980
+ "type": "color"
3981
+ }
3982
+ },
3983
+ "Sliders": {
3984
+ "slider-handle-border": {
3985
+ "value": "{Colors.Border.border-brand-solid}",
3986
+ "type": "color"
3987
+ },
3988
+ "slider-handle-bg": {
3989
+ "value": "{Colors.Base.white}",
3990
+ "type": "color"
3991
+ }
3992
+ },
3993
+ "Header sections": {
3994
+ "header-abstract-50-bg": {
3995
+ "value": "{Colors.Brand.50}",
3996
+ "type": "color"
3997
+ },
3998
+ "header-abstract-100-bg": {
3999
+ "value": "{Colors.Brand.100}",
4000
+ "type": "color"
4001
+ },
4002
+ "header-abstract-200-bg": {
4003
+ "value": "{Colors.Brand.200}",
4004
+ "type": "color"
4005
+ },
4006
+ "header-abstract-300-bg": {
4007
+ "value": "{Colors.Brand.300}",
4008
+ "type": "color"
4009
+ }
4010
+ },
4011
+ "Mockups": {
4012
+ "screen-mockup-border": {
4013
+ "value": "{Colors.Gray (light mode).900}",
4014
+ "type": "color"
4015
+ }
4016
+ },
4017
+ "Footers": {
4018
+ "footer-button-fg": {
4019
+ "value": "{Colors.Brand.200}",
4020
+ "type": "color"
4021
+ },
4022
+ "footer-button-fg_hover": {
4023
+ "value": "{Colors.Base.white}",
4024
+ "type": "color"
4025
+ },
4026
+ "footer-badge-fg": {
4027
+ "value": "{Colors.Success.700}",
4028
+ "type": "color"
4029
+ },
4030
+ "footer-badge-border": {
4031
+ "value": "{Colors.Success.200}",
4032
+ "type": "color"
4033
+ },
4034
+ "footer-badge-bg": { "value": "{Colors.Success.50}", "type": "color" }
4035
+ },
4036
+ "App store badges": {
4037
+ "app-store-badge-border": { "value": "#a6a6a6", "type": "color" }
4038
+ },
4039
+ "Thumbnail": {
4040
+ "thumbnail-badge-brand-fg": {
4041
+ "value": "{Colors.Brand.700}",
4042
+ "type": "color"
4043
+ },
4044
+ "thumbnail-badge-success-fg": {
4045
+ "value": "{Colors.Success.700}",
4046
+ "type": "color"
4047
+ }
4048
+ },
4049
+ "Toggles": {
4050
+ "toggle-button-fg_disabled": {
4051
+ "value": "{Colors.Gray (light mode).50}",
4052
+ "type": "color"
4053
+ }
4054
+ }
4055
+ },
4056
+ "Alpha": {
4057
+ "alpha-white-90": { "value": "#ffffffe6", "type": "color" },
4058
+ "alpha-white-80": { "value": "#ffffffcc", "type": "color" },
4059
+ "alpha-white-70": { "value": "#ffffffb3", "type": "color" },
4060
+ "alpha-white-60": { "value": "#ffffff99", "type": "color" },
4061
+ "alpha-white-50": { "value": "#ffffff80", "type": "color" },
4062
+ "alpha-white-40": { "value": "#ffffff66", "type": "color" },
4063
+ "alpha-white-30": { "value": "#ffffff4d", "type": "color" },
4064
+ "alpha-white-20": { "value": "#ffffff33", "type": "color" },
4065
+ "alpha-white-10": { "value": "#ffffff1a", "type": "color" },
4066
+ "alpha-black-10": { "value": "#0000001a", "type": "color" },
4067
+ "alpha-black-20": { "value": "#00000033", "type": "color" },
4068
+ "alpha-black-30": { "value": "#0000004d", "type": "color" },
4069
+ "alpha-black-40": { "value": "#00000066", "type": "color" },
4070
+ "alpha-black-50": { "value": "#00000080", "type": "color" },
4071
+ "alpha-black-60": { "value": "#00000099", "type": "color" },
4072
+ "alpha-black-70": { "value": "#000000b3", "type": "color" },
4073
+ "alpha-black-80": { "value": "#000000cc", "type": "color" },
4074
+ "alpha-black-90": { "value": "#000000e6", "type": "color" },
4075
+ "alpha-black-100": { "value": "#000000", "type": "color" },
4076
+ "alpha-white-100": { "value": "#ffffff", "type": "color" }
4077
+ }
4078
+ }
4079
+ },
4080
+ "5. Containers/Value": {
4081
+ "container-max-width-desktop": {
4082
+ "value": "{Spacing.320 (1,280px)}",
4083
+ "type": "dimension"
4084
+ },
4085
+ "container-padding-desktop": {
4086
+ "value": "{Spacing.8 (32px)}",
4087
+ "type": "dimension"
4088
+ },
4089
+ "container-padding-mobile": {
4090
+ "value": "{Spacing.4 (16px)}",
4091
+ "type": "dimension"
4092
+ }
4093
+ },
4094
+ "4. Widths/Mode 1": {
4095
+ "width-xxs": { "value": "{Spacing.80 (320px)}", "type": "dimension" },
4096
+ "width-sm": { "value": "{Spacing.120 (480px)}", "type": "dimension" },
4097
+ "width-lg": { "value": "{Spacing.160 (640px)}", "type": "dimension" },
4098
+ "width-xl": { "value": "{Spacing.192 (768px)}", "type": "dimension" },
4099
+ "width-2xl": { "value": "{Spacing.256 (1,024px)}", "type": "dimension" },
4100
+ "width-3xl": { "value": "{Spacing.320 (1,280px)}", "type": "dimension" },
4101
+ "width-4xl": { "value": "{Spacing.360 (1,440px)}", "type": "dimension" },
4102
+ "width-5xl": { "value": "{Spacing.400 (1,600px)}", "type": "dimension" },
4103
+ "width-6xl": { "value": "{Spacing.480 (1,920px)}", "type": "dimension" },
4104
+ "width-md": { "value": "{Spacing.140 (560px)}", "type": "dimension" },
4105
+ "paragraph-max-width": {
4106
+ "value": "{Spacing.180 (720px)}",
4107
+ "type": "dimension"
4108
+ },
4109
+ "width-xs": { "value": "{Spacing.96 (384px)}", "type": "dimension" }
4110
+ },
4111
+ "3. Spacing/Mode 1": {
4112
+ "spacing-none": { "value": "{Spacing.0 (0px)}", "type": "dimension" },
4113
+ "spacing-xxs": { "value": "{Spacing.0․5 (2px)}", "type": "dimension" },
4114
+ "spacing-xs": { "value": "{Spacing.1 (4px)}", "type": "dimension" },
4115
+ "spacing-md": { "value": "{Spacing.2 (8px)}", "type": "dimension" },
4116
+ "spacing-lg": { "value": "{Spacing.3 (12px)}", "type": "dimension" },
4117
+ "spacing-xl": { "value": "{Spacing.4 (16px)}", "type": "dimension" },
4118
+ "spacing-2xl": { "value": "{Spacing.5 (20px)}", "type": "dimension" },
4119
+ "spacing-3xl": { "value": "{Spacing.6 (24px)}", "type": "dimension" },
4120
+ "spacing-4xl": { "value": "{Spacing.8 (32px)}", "type": "dimension" },
4121
+ "spacing-6xl": { "value": "{Spacing.12 (48px)}", "type": "dimension" },
4122
+ "spacing-7xl": { "value": "{Spacing.16 (64px)}", "type": "dimension" },
4123
+ "spacing-8xl": { "value": "{Spacing.20 (80px)}", "type": "dimension" },
4124
+ "spacing-9xl": { "value": "{Spacing.24 (96px)}", "type": "dimension" },
4125
+ "spacing-10xl": { "value": "{Spacing.32 (128px)}", "type": "dimension" },
4126
+ "spacing-11xl": { "value": "{Spacing.40 (160px)}", "type": "dimension" },
4127
+ "spacing-sm": { "value": "{Spacing.1․5 (6px)}", "type": "dimension" },
4128
+ "spacing-5xl": { "value": "{Spacing.10 (40px)}", "type": "dimension" }
4129
+ },
4130
+ "2. Radius/Mode 1": {
4131
+ "radius-none": { "value": "0rem", "type": "dimension" },
4132
+ "radius-xxs": { "value": "0.125rem", "type": "dimension" },
4133
+ "radius-xs": { "value": "0.25rem", "type": "dimension" },
4134
+ "radius-sm": { "value": "0.375rem", "type": "dimension" },
4135
+ "radius-md": { "value": "0.5rem", "type": "dimension" },
4136
+ "radius-xl": { "value": "0.75rem", "type": "dimension" },
4137
+ "radius-2xl": { "value": "1rem", "type": "dimension" },
4138
+ "radius-4xl": { "value": "1.5rem", "type": "dimension" },
4139
+ "radius-full": { "value": "624.9375rem", "type": "dimension" },
4140
+ "radius-lg": { "value": "0.625rem", "type": "dimension" },
4141
+ "radius-3xl": { "value": "1.25rem", "type": "dimension" }
4142
+ }
4143
+ }