@moderneinc/design-system-tokens 7.0.0-next.e7c42e → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,936 @@
1
+ /* border-radius.css */
2
+ :root { --mod-border-radius-card: 12px;
3
+ --mod-border-radius-button: 4px;
4
+ --mod-border-radius-input: 10px;
5
+ --mod-border-radius-x-xs: 2px;
6
+ --mod-border-radius-x-s: 4px;
7
+ --mod-border-radius-s: 8px;
8
+ --mod-border-radius-m: 12px;
9
+ --mod-border-radius-l: 20px;
10
+ --mod-border-radius-x-l: 30px;
11
+ --mod-border-radius-full: 999px;}
12
+
13
+ /* colors.css */
14
+ :root { --mod-gold-50: #fef9e8;
15
+ --mod-gold-100: #fbf1d2;
16
+ --mod-gold-200: #f7e3a5;
17
+ --mod-gold-300: #f4d479;
18
+ --mod-gold-400: #ffd34d;
19
+ --mod-gold-500: #ecb81f;
20
+ --mod-gold-600: #bd9319;
21
+ --mod-gold-700: #8e6e13;
22
+ --mod-gold-800: #806a00;
23
+ --mod-gold-900: #2f2506;
24
+ --mod-violet-50: #f6eefb;
25
+ --mod-violet-100: #ebd5f1;
26
+ --mod-violet-200: #d6ace3;
27
+ --mod-violet-300: #c282d5;
28
+ --mod-violet-400: #ad59c7;
29
+ --mod-violet-500: #9d5be8;
30
+ --mod-violet-600: #7a2694;
31
+ --mod-violet-700: #5c1c6f;
32
+ --mod-violet-800: #3d134a;
33
+ --mod-violet-900: #1f0925;
34
+ --mod-warm-grey-50: #faf8f3;
35
+ --mod-warm-grey-100: #f6f1e8;
36
+ --mod-warm-grey-200: #f1ece0;
37
+ --mod-warm-grey-300: #dcd3c3;
38
+ --mod-warm-grey-400: #c9bfa6;
39
+ --mod-warm-grey-500: #9c927e;
40
+ --mod-warm-grey-600: #7b7263;
41
+ --mod-warm-grey-700: #564e41;
42
+ --mod-warm-grey-800: #38332a;
43
+ --mod-warm-grey-900: #15120f;
44
+ --mod-ink-50: #f1f1f6;
45
+ --mod-ink-100: #d9d9e4;
46
+ --mod-ink-200: #b4b4c4;
47
+ --mod-ink-300: #8a8a9e;
48
+ --mod-ink-400: #62627a;
49
+ --mod-ink-500: #4a4a66;
50
+ --mod-ink-600: #62627a;
51
+ --mod-ink-700: #2c2c50;
52
+ --mod-ink-800: #232342;
53
+ --mod-ink-900: #17171c;
54
+ --mod-cream-50: #fbfaf6;
55
+ --mod-cream-100: #f4f2eb;
56
+ --mod-cream-200: #f2f0ea;
57
+ --mod-cream-300: #f2efe7;
58
+ --mod-cream-400: #edebe2;
59
+ --mod-cream-500: #e4e1d6;
60
+ --mod-cream-600: #dedbd0;
61
+ --mod-cream-700: #918c7c;
62
+ --mod-cream-800: #5f5b4f;
63
+ --mod-cream-900: #33312b;
64
+ --mod-periwinkle-300: #8ca0f5;
65
+ --mod-periwinkle-500: #3e5be8;
66
+ --mod-digital-blue-50: #f2f3ff;
67
+ --mod-digital-blue-100: #dce0ff;
68
+ --mod-digital-blue-200: #b6bfff;
69
+ --mod-digital-blue-300: #8d99ff;
70
+ --mod-digital-blue-400: #626eff;
71
+ /* primary color */
72
+ --mod-digital-blue-500: #2f42ff;
73
+ --mod-digital-blue-600: #2637e6;
74
+ --mod-digital-blue-700: #1e2ec2;
75
+ --mod-digital-blue-800: #131e7a;
76
+ --mod-digital-blue-900: #000855;
77
+ --mod-digital-green-50: #f3fff5;
78
+ --mod-digital-green-100: #cfffd7;
79
+ --mod-digital-green-200: #acffb9;
80
+ --mod-digital-green-300: #88fe9b;
81
+ --mod-digital-green-400: #72e184;
82
+ --mod-digital-green-500: #5ec46f;
83
+ --mod-digital-green-600: #4ca75a;
84
+ --mod-digital-green-700: #3b8948;
85
+ --mod-digital-green-800: #2c6c36;
86
+ --mod-digital-green-900: #1e4f26;
87
+ --mod-grey-50: #f9fafb;
88
+ --mod-grey-100: #f3f4f6;
89
+ --mod-grey-200: #e5e7eb;
90
+ --mod-grey-300: #d1d5db;
91
+ --mod-grey-400: #9ca3af;
92
+ --mod-grey-500: #6b7280;
93
+ --mod-grey-600: #4b5563;
94
+ --mod-grey-700: #374151;
95
+ --mod-grey-800: #1f2937;
96
+ --mod-grey-900: #111827;
97
+ --mod-orange-50: #fff8e5;
98
+ --mod-orange-100: #ffebb7;
99
+ --mod-orange-200: #ffde8a;
100
+ --mod-orange-300: #ffd15c;
101
+ --mod-orange-400: #ff8f52;
102
+ --mod-orange-500: #ffb800;
103
+ --mod-orange-600: #d69b00;
104
+ --mod-orange-700: #856000;
105
+ --mod-orange-800: #a34e14;
106
+ --mod-orange-900: #5c4200;
107
+ --mod-red-50: #fbefed;
108
+ --mod-red-100: #ffc6cd;
109
+ --mod-red-200: #f0b4ac;
110
+ --mod-red-300: #fa826f;
111
+ --mod-red-400: #ed4a5d;
112
+ --mod-red-500: #cb3446;
113
+ --mod-red-600: #c9291c;
114
+ --mod-red-700: #871421;
115
+ --mod-red-800: #650914;
116
+ --mod-red-900: #43020a;
117
+ --mod-teal-green-50: #eefffa;
118
+ --mod-teal-green-100: #c9fff1;
119
+ --mod-teal-green-200: #a4ffe7;
120
+ --mod-teal-green-300: #7fffde;
121
+ --mod-teal-green-400: #54eec6;
122
+ --mod-teal-green-500: #3bcca6;
123
+ --mod-teal-green-600: #27aa88;
124
+ --mod-teal-green-700: #17886b;
125
+ --mod-teal-green-800: #0b664e;
126
+ --mod-teal-green-900: #034433;
127
+ --mod-white: #ffffff;}
128
+
129
+ /* height.css */
130
+ :root { --mod-height-button-default: 40px;
131
+ --mod-height-button-small: 32px;
132
+ --mod-height-button-large: 48px;
133
+ --mod-height-input-default: 40px;
134
+ --mod-height-input-dense: 32px;
135
+ --mod-height-table-header-compact: 44px;
136
+ --mod-height-table-header-standard: 38px;
137
+ --mod-height-table-header-comfortable: 52px;
138
+ --mod-height-table-row-compact: 48px;
139
+ --mod-height-table-row-standard: 42px;
140
+ --mod-height-table-row-comfortable: 56px;
141
+ --mod-height-tooltip: 24px;}
142
+
143
+ /* icon-size.css */
144
+ :root {/* Dense inline glyphs — table cell adornments, chips. */
145
+ --mod-icon-size-xs: 12px;
146
+ /* Small icons paired with caption or code text. */
147
+ --mod-icon-size-sm: 14px;
148
+ /* The default. Icons paired with body text, buttons, menu items. */
149
+ --mod-icon-size-md: 16px;
150
+ /* Slightly emphasised icons — toolbar actions, list leading icons. */
151
+ --mod-icon-size-lg: 18px;
152
+ /* Standalone or primary-action icons. Matches MUI SvgIcon `fontSize="small"` (1.25rem = 20px at the default 16px root). */
153
+ --mod-icon-size-xl: 20px;
154
+ /* Feature icons, empty states, avatars' glyphs. Matches MUI SvgIcon `fontSize="medium"` (1.5rem = 24px at the default 16px root). */
155
+ --mod-icon-size-xxl: 24px;}
156
+
157
+ /* padding.css */
158
+ :root { --mod-padding-datagrid-cell-vertical: 8px;
159
+ --mod-padding-card: 24px;
160
+ --mod-padding-button-horizontal: 16px;
161
+ --mod-padding-button-vertical: 8px;
162
+ --mod-padding-input-horizontal: 12px;
163
+ --mod-padding-input-vertical: 4px;
164
+ --mod-padding-text-containers: 20px;}
165
+
166
+ /* shadows.css */
167
+ :root { --mod-shadow-neutral-small: 0px 1px 3px 0px rgba(31, 41, 55, 0.1);
168
+ --mod-shadow-neutral-regular: 0px 2px 4px 0px rgba(31, 41, 55, 0.1);
169
+ --mod-shadow-neutral-medium: 0px 8px 15px 0px rgba(31, 41, 55, 0.1);
170
+ --mod-shadow-neutral-large1: 0px 4px 4px 0px rgba(31, 41, 55, 0.1);
171
+ --mod-shadow-neutral-large2: 0px 8px 24px 0px rgba(31, 41, 55, 0.1);
172
+ --mod-shadow-primary-small: 0px 1px 3px 0px rgba(47, 66, 255, 0.1);
173
+ --mod-shadow-primary-regular: 0px 4px 8px 0px rgba(47, 66, 255, 0.1);
174
+ --mod-shadow-primary-medium: 0px 8px 15px 0px rgba(47, 66, 255, 0.1);
175
+ --mod-shadow-primary-large: 0px 8px 24px 0px rgba(47, 66, 255, 0.1);
176
+ --mod-shadow-card: 0px 2px 4px 0px rgba(31, 41, 55, 0.1);
177
+ --mod-shadow-hard-line: 0px 1px 2px 0px rgba(31, 41, 55, 0.1);
178
+ --mod-shadow-dropdown: 0px 8px 15px 0px rgba(31, 41, 55, 0.1);
179
+ --mod-shadow-drawer: 0px 8px 15px 0px rgba(31, 41, 55, 0.1);
180
+ --mod-shadow-modal: 0px 8px 15px 0px rgba(31, 41, 55, 0.1);}
181
+
182
+ /* spacing.css */
183
+ :root { --mod-spacing_1: 8px;
184
+ --mod-spacing_2: 16px;
185
+ --mod-spacing_3: 24px;
186
+ --mod-spacing_4: 32px;
187
+ --mod-spacing_5: 40px;
188
+ --mod-spacing_6: 48px;
189
+ --mod-spacing_7: 56px;
190
+ --mod-spacing_8: 64px;
191
+ --mod-spacing_9: 72px;
192
+ --mod-spacing_10: 80px;
193
+ /* 2 */
194
+ --mod-spacing_1_4: 2px;
195
+ --mod-spacing_1_2: 4px;
196
+ --mod-spacing_3_4: 6px;
197
+ --mod-spacing_1_1_4: 10px;
198
+ --mod-spacing_1_1_2: 12px;
199
+ --mod-spacing_1_3_4: 14px;
200
+ --mod-spacing_2_3_4: 22px;
201
+ --mod-spacing_2_1_2: 20px;
202
+ --mod-spacing_2_1_4: 18px;
203
+ --mod-spacing_3_3_4: 30px;
204
+ --mod-spacing_3_1_2: 28px;
205
+ --mod-spacing_3_1_4: 26px;
206
+ --mod-spacing_5_1_2: 44px;
207
+ --mod-spacing_5_1_4: 42px;}
208
+
209
+ /* strokes.css */
210
+ :root { --mod-stroke-width-1: 1px;
211
+ --mod-stroke-width-2: 2px;
212
+ --mod-stroke-width-4: 4px;}
213
+
214
+ /* typography.css */
215
+ :root { --mod-font-size-caption: 13px;
216
+ --mod-font-size-code: 14px;
217
+ --mod-font-size-xs: 12px;
218
+ /* Currently identical to Font size/default (16) — made an explicit alias 2026-07-31 so the duplication is single-sourced. */
219
+ --mod-font-size-h6: 16px;
220
+ --mod-font-size-xxs: 10px;
221
+ --mod-font-size-sm: 14px;
222
+ --mod-font-size-default: 16px;
223
+ --mod-font-size-h5: 18px;
224
+ --mod-font-size-h4: 20px;
225
+ --mod-font-size-h3: 24px;
226
+ /* Intentionally identical to Font size/h3 — aliased to h3 (24) by decision, 2026-07-31. Not a gap in the ramp; do not split without a design decision. */
227
+ --mod-font-size-h2: 24px;
228
+ --mod-font-size-h1: 28px;
229
+ --mod-font-family-body: Geist;
230
+ --mod-font-family-code: Geist Mono;
231
+ --mod-font-family-heading: Geist;
232
+ --mod-font-weight-thin: 100;
233
+ --mod-font-weight-regular: 400;
234
+ --mod-font-weight-bold: 700;
235
+ --mod-font-weight-medium: 500;
236
+ --mod-font-weight-light: 300;
237
+ --mod-font-weight-semi-bold: 600;
238
+ --mod-font-weight-extra-bold: 800;}
239
+
240
+ /* semantic-colors.css */
241
+ /**
242
+ * Do not edit directly, this file was auto-generated.
243
+ */
244
+
245
+ :root {
246
+ --mod-color-icon-border-hover: rgba(62, 123, 246, 0.3);
247
+ --mod-color-icon-bg-pressed: rgba(62, 123, 246, 0.1);
248
+ --mod-color-icon-inverse: #f1f0ea;
249
+ --mod-color-icon-hover: #1055e2;
250
+ --mod-color-icon-bg-hover: rgba(62, 123, 246, 0.1);
251
+ --mod-color-icon-disabled: rgba(35, 35, 66, 0.08);
252
+ --mod-color-icon-placeholder: #62627a;
253
+ --mod-color-icon-pressed: #0046b5;
254
+ --mod-color-icon-utility: #62627a;
255
+ --mod-color-icon-default: #232342;
256
+ --mod-color-icon-active: #0046b5;
257
+ --mod-color-surface-highlight: rgba(62, 123, 246, 0.1);
258
+ --mod-color-surface-highlight-active: rgba(182, 191, 255, 0.4);
259
+ --mod-color-surface-data-grid-header: #f2efe7;
260
+ --mod-color-surface-data-grid-selected: rgba(62, 123, 246, 0.1);
261
+ --mod-color-surface-data-grid-selected-hover: rgba(62, 123, 246, 0.1);
262
+ --mod-color-surface-data-grid-hover: #f4f2eb;
263
+ --mod-color-surface-data-grid-default: #fbfaf6;
264
+ --mod-color-surface-data-grid-border: rgba(35, 35, 66, 0.12);
265
+ --mod-color-surface-data-grid-border-strong: rgba(35, 35, 66, 0.5);
266
+ --mod-color-surface-data-grid-stripe: #f4f2eb;
267
+ --mod-color-surface-data-grid-focused: rgba(62, 123, 246, 0.1);
268
+ --mod-color-surface-data-grid-pinned: #f2f0ea;
269
+ --mod-color-surface-data-grid-disabled: #edebe2;
270
+ --mod-color-surface-page: #f2f0ea;
271
+ --mod-color-surface-raised: #fbfaf6;
272
+ --mod-color-surface-raised-header: #f2efe7;
273
+ --mod-color-surface-tab-active: #fbfaf6;
274
+ --mod-color-surface-row-hover: #f4f2eb;
275
+ --mod-color-surface-shadow-neutral: rgba(31, 41, 55, 0.1);
276
+ --mod-color-surface-shadow-primary: rgba(47, 66, 255, 0.1);
277
+ --mod-color-surface-tooltip: #4b5563;
278
+ --mod-color-surface-scrim: rgba(31, 41, 55, 0.2);
279
+ --mod-color-surface-tab-secondary: #dfddd1;
280
+ --mod-color-surface-snackbar-brand: #131e7a;
281
+ --mod-color-surface-black: #17171c;
282
+ --mod-color-surface-search-input: #ffffff;
283
+ --mod-color-surface-nav-search-highlight: rgba(47, 66, 255, 0);
284
+ --mod-color-surface-nav-search-input: #f2f3ff;
285
+ --mod-color-surface-nav-search-highlight-active: #dce0ff;
286
+ --mod-color-surface-canvas: #fbfaf6;
287
+ --mod-color-surface-field: #fbfaf6;
288
+ --mod-color-surface-sunken: #edebe2;
289
+ --mod-color-surface-sunken-deep: #e4e1d6;
290
+ --mod-color-surface-scrim-soft: rgba(35, 35, 66, 0.14);
291
+ --mod-color-surface-raised-frosted: rgba(251, 250, 246, 0.78);
292
+ --mod-color-surface-knob: #fbfaf6;
293
+ --mod-color-surface-field-hover: #f2f0ea;
294
+ --mod-color-surface-field-disabled: #f9fafb;
295
+ --mod-color-text-link-hover: #2637e6;
296
+ --mod-color-text-nav-search-highlight: #1055e2;
297
+ --mod-color-text-nav: #232342;
298
+ --mod-color-text-link-on-dark: #ffffff;
299
+ --mod-color-text-tab-disabled: #6b7280;
300
+ --mod-color-text-tab-inactive: #232342;
301
+ --mod-color-text-tab-active: #1055e2;
302
+ --mod-color-text-tooltip-muted: #62627a;
303
+ --mod-color-text-tooltip: #ffffff;
304
+ --mod-color-text-input-placeholder: #6b7280;
305
+ --mod-color-text-input: #232342;
306
+ --mod-color-text-input-label: #232342;
307
+ --mod-color-text-input-helper: #62627a;
308
+ --mod-color-text-code: #232342;
309
+ --mod-color-text-code-muted: #62627a;
310
+ --mod-color-text-link: #0046b5;
311
+ --mod-color-text-link-disabled: #b6bfff;
312
+ --mod-color-text-link-on-brand: #ffffff;
313
+ --mod-color-text-error: #c9291c;
314
+ --mod-color-text-success: #1d5937;
315
+ --mod-color-text-warning: #935b00;
316
+ --mod-color-text-legal: #9ca3af;
317
+ --mod-color-text-secondary: #4d4d60;
318
+ --mod-color-text-primary: #232342;
319
+ --mod-color-text-on-primary: #fbfaf6;
320
+ --mod-color-border-overlay: rgba(255, 255, 255, 0);
321
+ --mod-color-border-subtle: rgba(35, 35, 66, 0.08);
322
+ --mod-color-border-strong: rgba(35, 35, 66, 0.5);
323
+ --mod-color-border-primary: rgba(35, 35, 66, 0.12);
324
+ --mod-color-border-focus: #1055e2;
325
+ --mod-color-status-active-fg: #5530a8;
326
+ --mod-color-status-active-solid: #7048c8;
327
+ --mod-color-status-active-bg: #ede8f8;
328
+ --mod-color-status-active-tint: rgba(85, 48, 168, 0.5);
329
+ --mod-color-status-active-border: #c9bbea;
330
+ --mod-color-status-queued-fg: #7858c0;
331
+ --mod-color-status-queued-solid: #9472d4;
332
+ --mod-color-status-queued-bg: #f0ecf9;
333
+ --mod-color-status-queued-tint: rgba(120, 88, 192, 0.5);
334
+ --mod-color-status-queued-border: #d2c6ed;
335
+ --mod-color-status-canceled-fg: #5c5040;
336
+ --mod-color-status-canceled-solid: #7a6e5c;
337
+ --mod-color-status-canceled-bg: #f2efea;
338
+ --mod-color-status-canceled-tint: rgba(92, 80, 64, 0.45);
339
+ --mod-color-status-canceled-border: #d5cec3;
340
+ --mod-color-status-success-border: #bfe2c8;
341
+ --mod-color-status-success-bg: #eef9f2;
342
+ --mod-color-status-success-solid: #237341;
343
+ --mod-color-status-success-tint: rgba(29, 89, 55, 0.55);
344
+ --mod-color-status-success-fg: #1d5937;
345
+ --mod-color-status-error-border: #f0b4ac;
346
+ --mod-color-status-error-bg: #fbefed;
347
+ --mod-color-status-error-solid: #d43c2a;
348
+ --mod-color-status-error-tint: rgba(201, 41, 28, 0.5);
349
+ --mod-color-status-error-fg: #c9291c;
350
+ --mod-color-status-warning-border: #e6d9a8;
351
+ --mod-color-status-warning-bg: #fff1e0;
352
+ --mod-color-status-warning-solid: #b07210;
353
+ --mod-color-status-warning-tint: rgba(147, 91, 0, 0.45);
354
+ --mod-color-status-warning-fg: #b68b12;
355
+ --mod-color-status-info-border: #c7d7f6;
356
+ --mod-color-status-info-fg: #1a4b8c;
357
+ --mod-color-status-info-solid: #2668b5;
358
+ --mod-color-status-info-bg: #e8f0fa;
359
+ --mod-color-status-info-tint: rgba(26, 75, 140, 0.5);
360
+ --mod-color-status-neutral-border: #d1cfcb;
361
+ --mod-color-status-neutral-fg: #4a453e;
362
+ --mod-color-status-neutral-solid: #706960;
363
+ --mod-color-status-neutral-bg: #f0efed;
364
+ --mod-color-status-neutral-tint: rgba(74, 69, 62, 0.45);
365
+ --mod-color-action-default: #1055e2;
366
+ --mod-color-action-navy: #16306b;
367
+ --mod-color-action-tint: rgba(62, 123, 246, 0.1);
368
+ --mod-color-action-border: rgba(62, 123, 246, 0.3);
369
+ --mod-color-action-on-accent: #ffffff;
370
+ --mod-color-action-brand: #1055e2;
371
+ --mod-color-action-emphasis-hover: #2c2c50;
372
+ --mod-color-action-danger-bg: #c9291c;
373
+ --mod-color-state-disabled-bg: #f3f4f6;
374
+ --mod-color-state-disabled-fg: #6b7280;
375
+ --mod-color-state-checked-fg: #ffffff;
376
+ --mod-color-state-loading-shimmer: rgba(255, 255, 255, 0.5);
377
+ --mod-color-categorical-default-bg: #232342;
378
+ --mod-color-categorical-default-fg: #fbfaf6;
379
+ --mod-color-categorical-green-bg: rgba(48, 242, 132, 0.1);
380
+ --mod-color-categorical-green-border: rgba(48, 242, 132, 0.35);
381
+ --mod-color-categorical-tangerine-bg: rgba(255, 168, 61, 0.1);
382
+ --mod-color-categorical-tangerine-border: rgba(255, 168, 61, 0.35);
383
+ --mod-color-categorical-berry-fg: #7a1e52;
384
+ --mod-color-categorical-blue-fg: #1055e2;
385
+ --mod-color-categorical-blue-bg: rgba(62, 123, 246, 0.1);
386
+ --mod-color-categorical-blue-border: rgba(62, 123, 246, 0.35);
387
+ --mod-color-categorical-jade-fg: #27aa88;
388
+ --mod-color-feedback-success-fg: #1d5937;
389
+ --mod-color-feedback-success-bg: #eaf6ec;
390
+ --mod-color-feedback-success-border: #bfe2c8;
391
+ --mod-color-feedback-warning-fg: #8f6c0c;
392
+ --mod-color-feedback-warning-bg: #faf4e1;
393
+ --mod-color-feedback-warning-border: #e6d9a8;
394
+ --mod-color-feedback-error-fg: #c9291c;
395
+ --mod-color-feedback-error-bg: #fbefed;
396
+ --mod-color-feedback-error-border: #f0b4ac;
397
+ --mod-color-feedback-info-bg: #eef3fc;
398
+ --mod-color-feedback-info-border: #c7d7f6;
399
+ --mod-activity-recipe-run: #9d5be8;
400
+ --mod-activity-commit-job: #1055e2;
401
+ --mod-activity-visualization: #27aa88;
402
+ --mod-avatar-user-bg: #232342;
403
+ --mod-avatar-user-fg: #fbfaf6;
404
+ --mod-avatar-initials-fg1: #9d5be8;
405
+ --mod-avatar-initials-fg2: #1d5937;
406
+ --mod-avatar-initials-fg3: #935b00;
407
+ --mod-avatar-initials-fg4: #e6399b;
408
+ --mod-avatar-initials-fg5: #7a1e52;
409
+ --mod-avatar-initials-fg6: #0e4a45;
410
+ --mod-avatar-initials-fg7: #1055e2;
411
+ --mod-avatar-initials-border1: rgba(157, 91, 232, 0.35);
412
+ --mod-avatar-initials-border2: rgba(48, 242, 132, 0.35);
413
+ --mod-avatar-initials-border3: rgba(255, 168, 61, 0.35);
414
+ --mod-avatar-initials-border4: rgba(230, 57, 155, 0.4);
415
+ --mod-avatar-initials-border5: rgba(157, 91, 232, 0.35);
416
+ --mod-avatar-initials-border6: rgba(14, 74, 69, 0.42);
417
+ --mod-avatar-initials-border7: rgba(62, 123, 246, 0.35);
418
+ --mod-avatar-initials-bg1: rgba(157, 91, 232, 0.1);
419
+ --mod-avatar-initials-bg2: rgba(48, 242, 132, 0.1);
420
+ --mod-avatar-initials-bg3: rgba(255, 168, 61, 0.1);
421
+ --mod-avatar-initials-bg4: rgba(230, 57, 155, 0.14);
422
+ --mod-avatar-initials-bg5: rgba(157, 91, 232, 0.1);
423
+ --mod-avatar-initials-bg6: rgba(14, 74, 69, 0.16);
424
+ --mod-avatar-initials-bg7: rgba(62, 123, 246, 0.1);
425
+ --mod-button-fg-disabled: #6b7280;
426
+ --mod-button-primary-bg-hover: #2c2c50;
427
+ --mod-button-primary-bg-disabled: #f3f4f6;
428
+ --mod-button-primary-bg-pressed: #2c2c50;
429
+ --mod-button-primary-bg: #232342;
430
+ --mod-button-secondary-border: rgba(35, 35, 66, 0.5);
431
+ --mod-button-secondary-bg-hover: #edebe2;
432
+ --mod-button-secondary-bg-pressed: #e4e1d6;
433
+ --mod-button-secondary-bg-disabled: #f4f2eb;
434
+ --mod-button-secondary-bg: #fbfaf6;
435
+ --mod-button-secondary-fg: #232342;
436
+ --mod-button-tertiary-fg: #232342;
437
+ --mod-button-tertiary-fg-hover: #232342;
438
+ --mod-button-tertiary-fg-pressed: #232342;
439
+ --mod-button-tertiary-fg-disabled: #6b7280;
440
+ --mod-button-destructive-bg: #c9291c;
441
+ --mod-button-nav-bg-active: rgba(62, 123, 246, 0.1);
442
+ --mod-button-nav-border: rgba(62, 123, 246, 0.3);
443
+ --mod-button-nav-bg-hover: rgba(62, 123, 246, 0.1);
444
+ --mod-button-nav-bg-pressed: rgba(62, 123, 246, 0.1);
445
+ --mod-button-nav-border-active: #1055e2;
446
+ --mod-code-bg: #edebe2;
447
+ --mod-control-knob: #fbfaf6;
448
+ --mod-control-border: rgba(35, 35, 66, 0.5);
449
+ --mod-control-border-checked: #1055e2;
450
+ --mod-control-glyph: #1055e2;
451
+ --mod-control-bg-checked: #1055e2;
452
+ --mod-control-fg-checked: #ffffff;
453
+ --mod-input-radio: #0046b5;
454
+ --mod-input-checkbox: #0046b5;
455
+ --mod-input-bg-hover: #f2f0ea;
456
+ --mod-input-bg: #fbfaf6;
457
+ --mod-input-bg-disabled: #f9fafb;
458
+ --mod-progress-track: rgba(62, 123, 246, 0.1);
459
+ --mod-progress-fill: #1055e2;
460
+ --mod-progress-label: #1055e2;
461
+ --mod-skeleton-bg: #e4e1d6;
462
+ --mod-skeleton-wave: rgba(255, 255, 255, 0.5);
463
+ --mod-toast-success-fg: #1d5937;
464
+ --mod-toast-success-bg: #eaf6ec;
465
+ --mod-toast-success-border: #bfe2c8;
466
+ --mod-toast-warning-fg: #8f6c0c;
467
+ --mod-toast-warning-bg: #faf4e1;
468
+ --mod-toast-warning-border: #e6d9a8;
469
+ --mod-toast-error-fg: #c9291c;
470
+ --mod-toast-error-bg: #fbefed;
471
+ --mod-toast-error-border: #f0b4ac;
472
+ --mod-toast-info-fg: #1055e2;
473
+ --mod-toast-info-bg: #eef3fc;
474
+ --mod-toast-info-border: #c7d7f6;
475
+ --mod-chart-categorical-coral: #ff6f61;
476
+ --mod-chart-categorical-orange: #ff8f52;
477
+ --mod-chart-categorical-tangerine: #ffa83d;
478
+ --mod-chart-categorical-gold: #ffd34d;
479
+ --mod-chart-categorical-green: #30f284;
480
+ --mod-chart-categorical-periwinkle: #3e5be8;
481
+ --mod-chart-categorical-teal: #25d0c0;
482
+ --mod-chart-categorical-lilac: #b39deb;
483
+ --mod-chart-categorical-magenta: #e6399b;
484
+ --mod-chart-categorical-lime: #c7e84b;
485
+ --mod-chart-boundary-coral: #a63325;
486
+ --mod-chart-boundary-orange: #a34e14;
487
+ --mod-chart-boundary-tangerine: #935b00;
488
+ --mod-chart-boundary-gold: #806a00;
489
+ --mod-chart-boundary-green: #1d5937;
490
+ --mod-chart-boundary-na: #82806f;
491
+ --mod-chart-boundary-periwinkle: #16306b;
492
+ --mod-chart-boundary-teal: #0e4a45;
493
+ --mod-chart-boundary-lilac: #3f1340;
494
+ --mod-chart-boundary-magenta: #7a1e52;
495
+ --mod-chart-boundary-lime: #4f5a12;
496
+ --mod-chart-na: #dedbd0;
497
+ --mod-chart-series-red1: #fa826f;
498
+ --mod-chart-series-red2: #c9291c;
499
+ --mod-chart-tag-violet-border: rgba(157, 91, 232, 0.35);
500
+ --mod-chart-tag-violet-tint: rgba(157, 91, 232, 0.1);
501
+ --mod-chart-tag-violet-fg: #9d5be8;
502
+ --mod-chart-tag-magenta-tint: rgba(230, 57, 155, 0.14);
503
+ --mod-chart-tag-magenta-fg: #e6399b;
504
+ --mod-chart-tag-magenta-border: rgba(230, 57, 155, 0.4);
505
+ --mod-chart-tag-teal-tint: rgba(14, 74, 69, 0.16);
506
+ --mod-chart-tag-teal-fg: #0e4a45;
507
+ --mod-chart-tag-teal-border: rgba(14, 74, 69, 0.42);
508
+ }
509
+
510
+
511
+ /**
512
+ * Do not edit directly, this file was auto-generated.
513
+ */
514
+
515
+ [data-theme="dark"] {
516
+ --mod-color-icon-border-hover: rgba(127, 169, 249, 0.4);
517
+ --mod-color-icon-bg-pressed: rgba(127, 169, 249, 0.16);
518
+ --mod-color-icon-inverse: #232342;
519
+ --mod-color-icon-hover: #7fa9f9;
520
+ --mod-color-icon-bg-hover: rgba(127, 169, 249, 0.16);
521
+ --mod-color-icon-disabled: rgba(240, 240, 246, 0.08);
522
+ --mod-color-icon-placeholder: #9c9ca8;
523
+ --mod-color-icon-pressed: #73aaff;
524
+ --mod-color-icon-utility: #9c9ca8;
525
+ --mod-color-icon-default: #f1f0ea;
526
+ --mod-color-icon-active: #73aaff;
527
+ --mod-color-surface-highlight: rgba(127, 169, 249, 0.16);
528
+ --mod-color-surface-highlight-active: rgba(62, 123, 246, 0.1);
529
+ --mod-color-surface-data-grid-header: #2d2d36;
530
+ --mod-color-surface-data-grid-selected: rgba(127, 169, 249, 0.16);
531
+ --mod-color-surface-data-grid-selected-hover: rgba(127, 169, 249, 0.16);
532
+ --mod-color-surface-data-grid-hover: #2e2e38;
533
+ --mod-color-surface-data-grid-default: #26262e;
534
+ --mod-color-surface-data-grid-border: rgba(240, 240, 246, 0.12);
535
+ --mod-color-surface-data-grid-border-strong: rgba(240, 240, 246, 0.38);
536
+ --mod-color-surface-data-grid-stripe: #222229;
537
+ --mod-color-surface-data-grid-focused: rgba(127, 169, 249, 0.16);
538
+ --mod-color-surface-data-grid-pinned: #2a2a32;
539
+ --mod-color-surface-data-grid-disabled: #1b1b21;
540
+ --mod-color-surface-page: #141419;
541
+ --mod-color-surface-raised: #26262e;
542
+ --mod-color-surface-raised-header: #2d2d36;
543
+ --mod-color-surface-tab-active: #26262e;
544
+ --mod-color-surface-row-hover: #2e2e38;
545
+ --mod-color-surface-shadow-neutral: rgba(0, 0, 0, 0.6);
546
+ --mod-color-surface-shadow-primary: rgba(16, 24, 128, 0.4);
547
+ --mod-color-surface-tooltip: #f1f0ea;
548
+ --mod-color-surface-scrim: rgba(0, 0, 0, 0.5);
549
+ --mod-color-surface-tab-secondary: #2d2d35;
550
+ --mod-color-surface-snackbar-brand: #131e7a;
551
+ --mod-color-surface-black: #17171c;
552
+ --mod-color-surface-search-input: #222229;
553
+ --mod-color-surface-nav-search-highlight: rgba(62, 123, 246, 0.16);
554
+ --mod-color-surface-nav-search-input: #222229;
555
+ --mod-color-surface-nav-search-highlight-active: rgba(62, 123, 246, 0.35);
556
+ --mod-color-surface-canvas: #1b1b21;
557
+ --mod-color-surface-field: #222229;
558
+ --mod-color-surface-sunken: #2a2a32;
559
+ --mod-color-surface-sunken-deep: #33333d;
560
+ --mod-color-surface-scrim-soft: rgba(15, 15, 20, 0.45);
561
+ --mod-color-surface-raised-frosted: rgba(38, 38, 46, 0.78);
562
+ --mod-color-surface-knob: #8c8c96;
563
+ --mod-color-surface-field-hover: #222229;
564
+ --mod-color-surface-field-disabled: #222229;
565
+ --mod-color-text-link-hover: #f2f3ff;
566
+ --mod-color-text-nav-search-highlight: #7fa9f9;
567
+ --mod-color-text-nav: #f1f0ea;
568
+ --mod-color-text-link-on-dark: #ffffff;
569
+ --mod-color-text-tab-disabled: #9c9ca8;
570
+ --mod-color-text-tab-inactive: #f1f0ea;
571
+ --mod-color-text-tab-active: #7fa9f9;
572
+ --mod-color-text-tooltip-muted: #9c9ca8;
573
+ --mod-color-text-tooltip: #232342;
574
+ --mod-color-text-input-placeholder: #9c9ca8;
575
+ --mod-color-text-input: #f1f0ea;
576
+ --mod-color-text-input-label: #f1f0ea;
577
+ --mod-color-text-input-helper: #9c9ca8;
578
+ --mod-color-text-code: #f1f0ea;
579
+ --mod-color-text-code-muted: #9c9ca8;
580
+ --mod-color-text-link: #73aaff;
581
+ --mod-color-text-link-disabled: #75757f;
582
+ --mod-color-text-link-on-brand: #f9fafb;
583
+ --mod-color-text-error: #fa826f;
584
+ --mod-color-text-success: #30f284;
585
+ --mod-color-text-warning: #ffa83d;
586
+ --mod-color-text-legal: #9c9ca8;
587
+ --mod-color-text-secondary: #b9b9c6;
588
+ --mod-color-text-primary: #f1f0ea;
589
+ --mod-color-text-on-primary: #17171c;
590
+ --mod-color-border-overlay: rgba(240, 240, 246, 0.08);
591
+ --mod-color-border-subtle: rgba(240, 240, 246, 0.08);
592
+ --mod-color-border-strong: rgba(240, 240, 246, 0.38);
593
+ --mod-color-border-primary: rgba(240, 240, 246, 0.12);
594
+ --mod-color-border-focus: #7fa9f9;
595
+ --mod-color-status-active-fg: #9b73f0;
596
+ --mod-color-status-active-solid: #825ae1;
597
+ --mod-color-status-active-bg: #231d34;
598
+ --mod-color-status-active-tint: rgba(125, 85, 220, 0.45);
599
+ --mod-color-status-active-border: #402e66;
600
+ --mod-color-status-queued-fg: #b99bf2;
601
+ --mod-color-status-queued-solid: #a07deb;
602
+ --mod-color-status-queued-bg: #28223a;
603
+ --mod-color-status-queued-tint: rgba(145, 110, 230, 0.45);
604
+ --mod-color-status-queued-border: #4d3b6b;
605
+ --mod-color-status-canceled-fg: #a59b8a;
606
+ --mod-color-status-canceled-solid: #948876;
607
+ --mod-color-status-canceled-bg: #232224;
608
+ --mod-color-status-canceled-tint: rgba(148, 136, 118, 0.35);
609
+ --mod-color-status-canceled-border: #474033;
610
+ --mod-color-status-success-border: #264d33;
611
+ --mod-color-status-success-bg: #192f26;
612
+ --mod-color-status-success-solid: #37c36e;
613
+ --mod-color-status-success-tint: rgba(55, 195, 110, 0.45);
614
+ --mod-color-status-success-fg: #30f284;
615
+ --mod-color-status-error-border: #612921;
616
+ --mod-color-status-error-bg: #2e1b1b;
617
+ --mod-color-status-error-solid: #eb4b2d;
618
+ --mod-color-status-error-tint: rgba(235, 75, 45, 0.42);
619
+ --mod-color-status-error-fg: #fa826f;
620
+ --mod-color-status-warning-border: #59451a;
621
+ --mod-color-status-warning-bg: #34281d;
622
+ --mod-color-status-warning-solid: #f0a028;
623
+ --mod-color-status-warning-tint: rgba(240, 160, 40, 0.45);
624
+ --mod-color-status-warning-fg: #e8ba4c;
625
+ --mod-color-status-info-border: #263b61;
626
+ --mod-color-status-info-fg: #69aaf0;
627
+ --mod-color-status-info-solid: #468ee4;
628
+ --mod-color-status-info-bg: #1a2435;
629
+ --mod-color-status-info-tint: rgba(65, 135, 225, 0.42);
630
+ --mod-color-status-neutral-border: #423d38;
631
+ --mod-color-status-neutral-fg: #aca598;
632
+ --mod-color-status-neutral-solid: #9b9487;
633
+ --mod-color-status-neutral-bg: #242326;
634
+ --mod-color-status-neutral-tint: rgba(155, 148, 135, 0.38);
635
+ --mod-color-action-default: #7fa9f9;
636
+ --mod-color-action-navy: #7fa9f9;
637
+ --mod-color-action-tint: rgba(127, 169, 249, 0.16);
638
+ --mod-color-action-border: rgba(127, 169, 249, 0.4);
639
+ --mod-color-action-on-accent: #ffffff;
640
+ --mod-color-action-brand: #7fa9f9;
641
+ --mod-color-action-emphasis-hover: #fbfaf6;
642
+ --mod-color-action-danger-bg: #fa826f;
643
+ --mod-color-state-disabled-bg: #2d2d36;
644
+ --mod-color-state-disabled-fg: #9c9ca8;
645
+ --mod-color-state-checked-fg: #0b1220;
646
+ --mod-color-state-loading-shimmer: rgba(255, 255, 255, 0.08);
647
+ --mod-color-categorical-default-bg: #30f284;
648
+ --mod-color-categorical-default-fg: #1d5937;
649
+ --mod-color-categorical-green-bg: rgba(48, 242, 132, 0.16);
650
+ --mod-color-categorical-green-border: rgba(48, 242, 132, 0.42);
651
+ --mod-color-categorical-tangerine-bg: rgba(255, 168, 61, 0.16);
652
+ --mod-color-categorical-tangerine-border: rgba(255, 168, 61, 0.42);
653
+ --mod-color-categorical-berry-fg: #9d5be8;
654
+ --mod-color-categorical-blue-fg: #3e7bf6;
655
+ --mod-color-categorical-blue-bg: rgba(62, 123, 246, 0.16);
656
+ --mod-color-categorical-blue-border: rgba(62, 123, 246, 0.4);
657
+ --mod-color-categorical-jade-fg: #25d0c0;
658
+ --mod-color-feedback-success-fg: #4ade80;
659
+ --mod-color-feedback-success-bg: #0f2015;
660
+ --mod-color-feedback-success-border: #1e3a28;
661
+ --mod-color-feedback-warning-fg: #e3b341;
662
+ --mod-color-feedback-warning-bg: #211d0c;
663
+ --mod-color-feedback-warning-border: #3a3316;
664
+ --mod-color-feedback-error-fg: #f76a62;
665
+ --mod-color-feedback-error-bg: #2a1012;
666
+ --mod-color-feedback-error-border: #4a1d1e;
667
+ --mod-color-feedback-info-bg: #101a2e;
668
+ --mod-color-feedback-info-border: #1e3a6b;
669
+ --mod-activity-recipe-run: #9d5be8;
670
+ --mod-activity-commit-job: #7fa9f9;
671
+ --mod-activity-visualization: #25d0c0;
672
+ --mod-avatar-user-bg: #30f284;
673
+ --mod-avatar-user-fg: #1d5937;
674
+ --mod-avatar-initials-fg1: #9d5be8;
675
+ --mod-avatar-initials-fg2: #30f284;
676
+ --mod-avatar-initials-fg3: #ffa83d;
677
+ --mod-avatar-initials-fg4: #e6399b;
678
+ --mod-avatar-initials-fg5: #9d5be8;
679
+ --mod-avatar-initials-fg6: #25d0c0;
680
+ --mod-avatar-initials-fg7: #3e7bf6;
681
+ --mod-avatar-initials-border1: rgba(157, 91, 232, 0.45);
682
+ --mod-avatar-initials-border2: rgba(48, 242, 132, 0.42);
683
+ --mod-avatar-initials-border3: rgba(255, 168, 61, 0.42);
684
+ --mod-avatar-initials-border4: rgba(230, 57, 155, 0.4);
685
+ --mod-avatar-initials-border5: rgba(157, 91, 232, 0.45);
686
+ --mod-avatar-initials-border6: rgba(37, 208, 192, 0.42);
687
+ --mod-avatar-initials-border7: rgba(62, 123, 246, 0.4);
688
+ --mod-avatar-initials-bg1: rgba(157, 91, 232, 0.16);
689
+ --mod-avatar-initials-bg2: rgba(48, 242, 132, 0.16);
690
+ --mod-avatar-initials-bg3: rgba(255, 168, 61, 0.16);
691
+ --mod-avatar-initials-bg4: rgba(230, 57, 155, 0.14);
692
+ --mod-avatar-initials-bg5: rgba(157, 91, 232, 0.16);
693
+ --mod-avatar-initials-bg6: rgba(37, 208, 192, 0.16);
694
+ --mod-avatar-initials-bg7: rgba(62, 123, 246, 0.16);
695
+ --mod-button-fg-disabled: #9c9ca8;
696
+ --mod-button-primary-bg-hover: #fbfaf6;
697
+ --mod-button-primary-bg-disabled: #2d2d36;
698
+ --mod-button-primary-bg-pressed: #fbfaf6;
699
+ --mod-button-primary-bg: #f1f0ea;
700
+ --mod-button-secondary-border: rgba(240, 240, 246, 0.38);
701
+ --mod-button-secondary-bg-hover: #2a2a32;
702
+ --mod-button-secondary-bg-pressed: #33333d;
703
+ --mod-button-secondary-bg-disabled: #222229;
704
+ --mod-button-secondary-bg: #222229;
705
+ --mod-button-secondary-fg: #f1f0ea;
706
+ --mod-button-tertiary-fg: #f1f0ea;
707
+ --mod-button-tertiary-fg-hover: #f1f0ea;
708
+ --mod-button-tertiary-fg-pressed: #f1f0ea;
709
+ --mod-button-tertiary-fg-disabled: #9c9ca8;
710
+ --mod-button-destructive-bg: #fa826f;
711
+ --mod-button-nav-bg-active: rgba(127, 169, 249, 0.16);
712
+ --mod-button-nav-border: rgba(127, 169, 249, 0.4);
713
+ --mod-button-nav-bg-hover: rgba(127, 169, 249, 0.16);
714
+ --mod-button-nav-bg-pressed: rgba(127, 169, 249, 0.16);
715
+ --mod-button-nav-border-active: #7fa9f9;
716
+ --mod-code-bg: #2a2a32;
717
+ --mod-control-knob: #8c8c96;
718
+ --mod-control-border: rgba(240, 240, 246, 0.38);
719
+ --mod-control-border-checked: #7fa9f9;
720
+ --mod-control-glyph: #7fa9f9;
721
+ --mod-control-bg-checked: #7fa9f9;
722
+ --mod-control-fg-checked: #0b1220;
723
+ --mod-input-radio: #73aaff;
724
+ --mod-input-checkbox: #73aaff;
725
+ --mod-input-bg-hover: #222229;
726
+ --mod-input-bg: #222229;
727
+ --mod-input-bg-disabled: #222229;
728
+ --mod-progress-track: rgba(127, 169, 249, 0.16);
729
+ --mod-progress-fill: #7fa9f9;
730
+ --mod-progress-label: #7fa9f9;
731
+ --mod-skeleton-bg: #33333d;
732
+ --mod-skeleton-wave: rgba(255, 255, 255, 0.08);
733
+ --mod-toast-success-fg: #4ade80;
734
+ --mod-toast-success-bg: #0f2015;
735
+ --mod-toast-success-border: #1e3a28;
736
+ --mod-toast-warning-fg: #e3b341;
737
+ --mod-toast-warning-bg: #211d0c;
738
+ --mod-toast-warning-border: #3a3316;
739
+ --mod-toast-error-fg: #f76a62;
740
+ --mod-toast-error-bg: #2a1012;
741
+ --mod-toast-error-border: #4a1d1e;
742
+ --mod-toast-info-fg: #7fa9f9;
743
+ --mod-toast-info-bg: #101a2e;
744
+ --mod-toast-info-border: #1e3a6b;
745
+ --mod-chart-categorical-coral: #ff6f61;
746
+ --mod-chart-categorical-orange: #ff8f52;
747
+ --mod-chart-categorical-tangerine: #ffa83d;
748
+ --mod-chart-categorical-gold: #ffd34d;
749
+ --mod-chart-categorical-green: #30f284;
750
+ --mod-chart-categorical-periwinkle: #8ca0f5;
751
+ --mod-chart-categorical-teal: #25d0c0;
752
+ --mod-chart-categorical-lilac: #b39deb;
753
+ --mod-chart-categorical-magenta: #e6399b;
754
+ --mod-chart-categorical-lime: #c7e84b;
755
+ --mod-chart-boundary-coral: #a63325;
756
+ --mod-chart-boundary-orange: #a34e14;
757
+ --mod-chart-boundary-tangerine: #935b00;
758
+ --mod-chart-boundary-gold: #806a00;
759
+ --mod-chart-boundary-green: #1d5937;
760
+ --mod-chart-boundary-na: #75757f;
761
+ --mod-chart-boundary-periwinkle: #16306b;
762
+ --mod-chart-boundary-teal: #0e4a45;
763
+ --mod-chart-boundary-lilac: #3f1340;
764
+ --mod-chart-boundary-magenta: #7a1e52;
765
+ --mod-chart-boundary-lime: #4f5a12;
766
+ --mod-chart-na: #75757f;
767
+ --mod-chart-series-red1: #fa826f;
768
+ --mod-chart-series-red2: #c9291c;
769
+ --mod-chart-tag-violet-border: rgba(157, 91, 232, 0.45);
770
+ --mod-chart-tag-violet-tint: rgba(157, 91, 232, 0.16);
771
+ --mod-chart-tag-violet-fg: #9d5be8;
772
+ --mod-chart-tag-magenta-tint: rgba(230, 57, 155, 0.14);
773
+ --mod-chart-tag-magenta-fg: #e6399b;
774
+ --mod-chart-tag-magenta-border: rgba(230, 57, 155, 0.4);
775
+ --mod-chart-tag-teal-tint: rgba(37, 208, 192, 0.16);
776
+ --mod-chart-tag-teal-fg: #25d0c0;
777
+ --mod-chart-tag-teal-border: rgba(37, 208, 192, 0.42);
778
+ }
779
+
780
+ /* semantic-typography.css */
781
+ :root { --mod-data-default-font-family: Geist Mono;
782
+ --mod-data-default-font-size: 12px;
783
+ --mod-data-default-font-weight: 400;
784
+ --mod-data-default-line-height: 1rem;
785
+ --mod-data-small-font-family: Geist Mono;
786
+ --mod-data-small-font-size: 11px;
787
+ --mod-data-small-font-weight: 400;
788
+ --mod-data-small-line-height: 0.875rem;
789
+ --mod-titles-moddy-header-line-height: 2.125rem;
790
+ --mod-titles-moddy-header-font-family: Geist;
791
+ --mod-titles-moddy-header-font-size: 28px;
792
+ --mod-titles-moddy-header-font-weight: 500;
793
+ --mod-titles-page-header-line-height: 2.125rem;
794
+ --mod-titles-page-header-font-family: Geist;
795
+ --mod-titles-page-header-font-size: 18px;
796
+ --mod-titles-page-header-font-weight: 400;
797
+ --mod-titles-page-subheader-line-height: 1.5rem;
798
+ --mod-titles-page-subheader-font-family: Geist;
799
+ --mod-titles-page-subheader-font-size: 18px;
800
+ --mod-titles-page-subheader-font-weight: 500;
801
+ --mod-titles-section-header-default-line-height: 1.5rem;
802
+ --mod-titles-section-header-default-font-family: Geist;
803
+ --mod-titles-section-header-default-font-size: 16px;
804
+ --mod-titles-section-header-default-font-weight: 400;
805
+ --mod-titles-section-header-medium-font-family: Geist;
806
+ --mod-titles-section-header-medium-font-size: 16px;
807
+ --mod-titles-section-header-medium-font-weight: 500;
808
+ --mod-titles-section-header-medium-line-height: 1.5rem;
809
+ --mod-titles-section-header-semi-bold-font-family: Geist;
810
+ --mod-titles-section-header-semi-bold-font-size: 16px;
811
+ --mod-titles-section-header-semi-bold-font-weight: 600;
812
+ --mod-titles-section-header-semi-bold-line-height: 1.5rem;
813
+ --mod-titles-code-header-line-height: 2rem;
814
+ --mod-titles-code-header-font-family: Geist Mono;
815
+ --mod-titles-code-header-font-size: 24px;
816
+ --mod-titles-code-header-font-weight: 400;
817
+ --mod-body-small-semi-bold-line-height: 1.3125rem;
818
+ --mod-body-small-semi-bold-font-family: Geist;
819
+ --mod-body-small-semi-bold-font-size: 14px;
820
+ --mod-body-small-semi-bold-font-weight: 600;
821
+ --mod-body-small-regular-font-family: Geist;
822
+ --mod-body-small-regular-font-size: 14px;
823
+ --mod-body-small-regular-font-weight: 400;
824
+ --mod-body-small-regular-line-height: 1.5rem;
825
+ --mod-body-small-medium-font-family: Geist;
826
+ --mod-body-small-medium-font-size: 14px;
827
+ --mod-body-small-medium-font-weight: 500;
828
+ --mod-body-small-medium-line-height: 1.5rem;
829
+ --mod-body-xs-semi-bold-line-height: 1.125rem;
830
+ --mod-body-xs-semi-bold-font-family: Geist;
831
+ --mod-body-xs-semi-bold-font-size: 12px;
832
+ --mod-body-xs-semi-bold-font-weight: 600;
833
+ --mod-body-xs-regular-font-family: Geist;
834
+ --mod-body-xs-regular-font-size: 12px;
835
+ --mod-body-xs-regular-font-weight: 400;
836
+ --mod-body-xs-regular-line-height: 1rem;
837
+ --mod-body-xs-medium-font-family: Geist;
838
+ --mod-body-xs-medium-font-size: 12px;
839
+ --mod-body-xs-medium-font-weight: 500;
840
+ --mod-body-xs-medium-line-height: 1rem;
841
+ --mod-body-regular-font-family: Geist;
842
+ --mod-body-regular-font-size: 16px;
843
+ --mod-body-regular-font-weight: 400;
844
+ --mod-body-regular-line-height: 1.5rem;
845
+ --mod-body-code-small-font-family: Geist Mono;
846
+ --mod-body-code-small-font-size: 14px;
847
+ --mod-body-code-small-font-weight: 400;
848
+ --mod-body-code-small-line-height: 1.5rem;
849
+ --mod-body-code-xs-font-family: Geist Mono;
850
+ --mod-body-code-xs-font-size: 12px;
851
+ --mod-body-code-xs-font-weight: 400;
852
+ --mod-body-code-xs-line-height: 1.5rem;
853
+ --mod-body-xxs-font-family: Geist;
854
+ --mod-body-xxs-font-size: 10px;
855
+ --mod-body-xxs-font-weight: 400;
856
+ --mod-body-xxs-line-height: 1rem;
857
+ --mod-body-semi-bold-font-family: Geist;
858
+ --mod-body-semi-bold-font-size: 16px;
859
+ --mod-body-semi-bold-font-weight: 600;
860
+ --mod-body-semi-bold-line-height: 1.5rem;
861
+ --mod-body-medium-font-family: Geist;
862
+ --mod-body-medium-font-size: 16px;
863
+ --mod-body-medium-font-weight: 500;
864
+ --mod-body-medium-line-height: 1.5rem;
865
+ --mod-navigation-label-selected-font-family: Geist;
866
+ --mod-navigation-label-selected-font-size: 10px;
867
+ --mod-navigation-label-selected-font-weight: 500;
868
+ --mod-navigation-label-selected-line-height: 0.75rem;
869
+ --mod-navigation-label-default-font-family: Geist;
870
+ --mod-navigation-label-default-font-size: 10px;
871
+ --mod-navigation-label-default-font-weight: 500;
872
+ --mod-navigation-label-default-line-height: 0.75rem;
873
+ --mod-tab-active-font-family: Geist;
874
+ --mod-tab-active-font-size: 12px;
875
+ --mod-tab-active-font-weight: 600;
876
+ --mod-tab-active-line-height: 1.5rem;
877
+ --mod-tab-inactive-font-family: Geist;
878
+ --mod-tab-inactive-font-size: 12px;
879
+ --mod-tab-inactive-font-weight: 600;
880
+ --mod-tab-inactive-line-height: 1.5rem;
881
+ --mod-button-font-family: Geist;
882
+ --mod-button-font-size: 12px;
883
+ --mod-button-font-weight: 500;
884
+ --mod-button-line-height: 1.25rem;
885
+ --mod-link-hover-font-family: Geist;
886
+ --mod-link-hover-font-size: 16px;
887
+ --mod-link-hover-font-weight: 400;
888
+ --mod-link-hover-line-height: 1.5rem;
889
+ --mod-link-default-font-family: Geist;
890
+ --mod-link-default-font-size: 16px;
891
+ --mod-link-default-font-weight: 400;
892
+ --mod-link-default-line-height: 1.5rem;
893
+ --mod-link-small-hover-font-family: Geist;
894
+ --mod-link-small-hover-font-size: 14px;
895
+ --mod-link-small-hover-font-weight: 500;
896
+ --mod-link-small-hover-line-height: 1.5rem;
897
+ --mod-link-small-font-family: Geist;
898
+ --mod-link-small-font-size: 14px;
899
+ --mod-link-small-font-weight: 500;
900
+ --mod-link-small-line-height: 1.5rem;
901
+ --mod-link-large-font-family: Geist;
902
+ --mod-link-large-font-size: 16px;
903
+ --mod-link-large-font-weight: 600;
904
+ --mod-link-large-line-height: 1.5rem;
905
+ --mod-link-large-hover-font-family: Geist;
906
+ --mod-link-large-hover-font-size: 16px;
907
+ --mod-link-large-hover-font-weight: 600;
908
+ --mod-link-large-hover-line-height: 1.5rem;
909
+ --mod-chip-font-family: Geist;
910
+ --mod-chip-font-size: 12px;
911
+ --mod-chip-font-weight: 500;
912
+ --mod-chip-line-height: 1rem;
913
+ --mod-table-header-font-family: Geist;
914
+ --mod-table-header-font-size: 14px;
915
+ --mod-table-header-font-weight: 600;
916
+ --mod-table-header-line-height: 1.5rem;
917
+ --mod-table-row-font-family: Geist;
918
+ --mod-table-row-font-size: 14px;
919
+ --mod-table-row-font-weight: 400;
920
+ --mod-table-row-line-height: 1.5rem;
921
+ --mod-input-default-font-family: Geist;
922
+ --mod-input-default-font-size: 16px;
923
+ --mod-input-default-font-weight: 400;
924
+ --mod-input-default-line-height: 1.5rem;
925
+ --mod-input-helper-font-family: Geist;
926
+ --mod-input-helper-font-size: 12px;
927
+ --mod-input-helper-font-weight: 400;
928
+ --mod-input-helper-line-height: 1.25rem;
929
+ --mod-input-helper-search-font-family: Geist;
930
+ --mod-input-helper-search-font-size: 14px;
931
+ --mod-input-helper-search-font-weight: 400;
932
+ --mod-input-helper-search-line-height: 1.25rem;
933
+ --mod-tooltip-font-family: Geist;
934
+ --mod-tooltip-font-size: 12px;
935
+ --mod-tooltip-font-weight: 500;
936
+ --mod-tooltip-line-height: 1.125rem;}