@bspk/ui 1.3.30 → 1.4.1

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.
Files changed (65) hide show
  1. package/build.ts +1 -2
  2. package/dist/components/StylesProviderAgentWorkplace/StylesProviderAgentWorkplace.d.ts +11 -0
  3. package/dist/components/StylesProviderAgentWorkplace/StylesProviderAgentWorkplace.js +14 -0
  4. package/dist/components/StylesProviderAgentWorkplace/StylesProviderAgentWorkplace.js.map +1 -0
  5. package/dist/components/StylesProviderAgentWorkplace/index.d.ts +1 -0
  6. package/dist/components/StylesProviderAgentWorkplace/index.js +2 -0
  7. package/dist/components/StylesProviderAgentWorkplace/index.js.map +1 -0
  8. package/dist/components/StylesProviderBrokerWorkplace/StylesProviderBrokerWorkplace.d.ts +11 -0
  9. package/dist/components/StylesProviderBrokerWorkplace/StylesProviderBrokerWorkplace.js +14 -0
  10. package/dist/components/StylesProviderBrokerWorkplace/StylesProviderBrokerWorkplace.js.map +1 -0
  11. package/dist/components/StylesProviderBrokerWorkplace/index.d.ts +1 -0
  12. package/dist/components/StylesProviderBrokerWorkplace/index.js +2 -0
  13. package/dist/components/StylesProviderBrokerWorkplace/index.js.map +1 -0
  14. package/dist/components/StylesProviderDemo/brandsCss.js +10 -9
  15. package/dist/components/StylesProviderDemo/brandsCss.js.map +1 -1
  16. package/dist/components/StylesProviderDemo/exampleCss.js +5 -5
  17. package/dist/components/StylesProviderDemo/exampleCss.js.map +1 -1
  18. package/dist/components/Table/Table.js +1 -1
  19. package/dist/components/Table/Table.js.map +1 -1
  20. package/dist/styles/agent-workplace.css +1800 -0
  21. package/dist/styles/{denali-boss.css.js → agent-workplace.css.js} +770 -849
  22. package/dist/styles/anywhere.css +687 -766
  23. package/dist/styles/anywhere.css.js +687 -766
  24. package/dist/styles/better-homes-gardens.css +579 -826
  25. package/dist/styles/better-homes-gardens.css.js +579 -826
  26. package/dist/styles/broker-workplace.css +1800 -0
  27. package/dist/styles/broker-workplace.css.js +1805 -0
  28. package/dist/styles/cartus.css +674 -765
  29. package/dist/styles/cartus.css.js +674 -765
  30. package/dist/styles/century-21.css +679 -766
  31. package/dist/styles/century-21.css.js +679 -766
  32. package/dist/styles/coldwell-banker.css +671 -762
  33. package/dist/styles/coldwell-banker.css.js +671 -762
  34. package/dist/styles/corcoran.css +663 -758
  35. package/dist/styles/corcoran.css.js +663 -758
  36. package/dist/styles/era.css +677 -766
  37. package/dist/styles/era.css.js +677 -766
  38. package/dist/styles/example.css +1898 -0
  39. package/dist/styles/example.css.js +1903 -0
  40. package/dist/styles/sothebys.css +670 -759
  41. package/dist/styles/sothebys.css.js +670 -759
  42. package/dist/types/common.d.ts +2 -1
  43. package/dist/types/common.js.map +1 -1
  44. package/package.json +7 -47
  45. package/src/components/StylesProviderAgentWorkplace/StylesProviderAgentWorkplace.tsx +15 -0
  46. package/src/components/StylesProviderAgentWorkplace/index.tsx +1 -0
  47. package/src/components/StylesProviderBrokerWorkplace/StylesProviderBrokerWorkplace.tsx +15 -0
  48. package/src/components/StylesProviderBrokerWorkplace/index.tsx +1 -0
  49. package/src/components/StylesProviderDemo/brandsCss.ts +13 -10
  50. package/src/components/StylesProviderDemo/exampleCss.ts +5 -5
  51. package/src/components/Table/Table.tsx +1 -1
  52. package/{dist/styles/denali-boss.css → src/styles/example.css} +401 -384
  53. package/src/types/common.ts +2 -10
  54. package/dist/components/StylesProviderDenaliBoss/StylesProviderDenaliBoss.d.ts +0 -11
  55. package/dist/components/StylesProviderDenaliBoss/StylesProviderDenaliBoss.js +0 -14
  56. package/dist/components/StylesProviderDenaliBoss/StylesProviderDenaliBoss.js.map +0 -1
  57. package/dist/components/StylesProviderDenaliBoss/index.d.ts +0 -1
  58. package/dist/components/StylesProviderDenaliBoss/index.js +0 -2
  59. package/dist/components/StylesProviderDenaliBoss/index.js.map +0 -1
  60. package/dist/constants/brands.d.ts +0 -7
  61. package/dist/constants/brands.js +0 -43
  62. package/dist/constants/brands.js.map +0 -1
  63. package/src/components/StylesProviderDenaliBoss/StylesProviderDenaliBoss.tsx +0 -15
  64. package/src/components/StylesProviderDenaliBoss/index.tsx +0 -1
  65. package/src/constants/brands.ts +0 -49
@@ -0,0 +1,1898 @@
1
+ /**
2
+ *
3
+ * This theme file is used in the StylesProviderDemo component to showcase dramatically different themes capable.
4
+ */
5
+ @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
6
+ body {
7
+ font-family: var(--typeface);
8
+ }
9
+
10
+ :root {
11
+ /* Body/Base */
12
+ --body-base: 400 16px/20px var(--typeface);
13
+ /* Body/Base - line height */
14
+ --body-base-line-height: 20px;
15
+ /* Body/Base - size */
16
+ --body-base-size: 16px;
17
+ /* Body/Base - style */
18
+ --body-base-style: regular;
19
+ /* Body/Large */
20
+ --body-large: 400 18px/24px var(--typeface);
21
+ /* Body/Large - line height */
22
+ --body-large-line-height: 24px;
23
+ /* Body/Large - size */
24
+ --body-large-size: 18px;
25
+ /* Body/Large - style */
26
+ --body-large-style: regular;
27
+ /* Body/Small */
28
+ --body-small: 400 14px/20px var(--typeface);
29
+ /* Body/Small - line height */
30
+ --body-small-line-height: 20px;
31
+ /* Body/Small - size */
32
+ --body-small-size: 14px;
33
+ /* Body/Small - style */
34
+ --body-small-style: regular;
35
+ /* Body/X-Small */
36
+ --body-x-small: 400 12px/16px var(--typeface);
37
+ /* Body/X-Small - line height */
38
+ --body-x-small-line-height: 16px;
39
+ /* Body/X-Small - size */
40
+ --body-x-small-size: 12px;
41
+ /* Body/X-Small - style */
42
+ --body-x-small-style: regular;
43
+ /* Colors/Brands/Experiment/blue-dark/100 - Global (primitives) */
44
+ --colors-brands-experiment-blue-dark-100: #0a2f85;
45
+ /* Colors/Brands/Experiment/blue-dark/200 - Global (primitives) */
46
+ --colors-brands-experiment-blue-dark-200: #1347cc;
47
+ /* Colors/Brands/Experiment/blue-dark/300 - Global (primitives) */
48
+ --colors-brands-experiment-blue-dark-300: #0f59e2;
49
+ /* Colors/Brands/Experiment/blue-dark/400 - Global (primitives) */
50
+ --colors-brands-experiment-blue-dark-400: #357aea;
51
+ /* Colors/Brands/Experiment/blue-dark/50 - Global (primitives) */
52
+ --colors-brands-experiment-blue-dark-50: #181d34;
53
+ /* Colors/Brands/Experiment/blue-dark/500 - Global (primitives) */
54
+ --colors-brands-experiment-blue-dark-500: #2e88f6;
55
+ /* Colors/Brands/Experiment/blue-dark/600 - Global (primitives) */
56
+ --colors-brands-experiment-blue-dark-600: #50a1ff;
57
+ /* Colors/Brands/Experiment/blue-dark/700 - Global (primitives) */
58
+ --colors-brands-experiment-blue-dark-700: #7ab7ff;
59
+ /* Colors/Brands/Experiment/blue-dark/800 - Global (primitives) */
60
+ --colors-brands-experiment-blue-dark-800: #dcebfe;
61
+ /* Colors/Brands/Experiment/blue-dark/900 - Global (primitives) */
62
+ --colors-brands-experiment-blue-dark-900: #f0f6ff;
63
+ /* Colors/Brands/Experiment/blue-gray-dark/100 - Global (primitives) */
64
+ --colors-brands-experiment-blue-gray-dark-100: #1a2332;
65
+ /* Colors/Brands/Experiment/blue-gray-dark/200 - Global (primitives) */
66
+ --colors-brands-experiment-blue-gray-dark-200: #252e3c;
67
+ /* Colors/Brands/Experiment/blue-gray-dark/300 - Global (primitives) */
68
+ --colors-brands-experiment-blue-gray-dark-300: #323b49;
69
+ /* Colors/Brands/Experiment/blue-gray-dark/400 - Global (primitives) */
70
+ --colors-brands-experiment-blue-gray-dark-400: #5e6d82;
71
+ /* Colors/Brands/Experiment/blue-gray-dark/50 - Global (primitives) */
72
+ --colors-brands-experiment-blue-gray-dark-50: #0c101c;
73
+ /* Colors/Brands/Experiment/blue-gray-dark/500 - Global (primitives) */
74
+ --colors-brands-experiment-blue-gray-dark-500: #8b9bb2;
75
+ /* Colors/Brands/Experiment/blue-gray-dark/600 - Global (primitives) */
76
+ --colors-brands-experiment-blue-gray-dark-600: #b1c0d2;
77
+ /* Colors/Brands/Experiment/blue-gray-dark/700 - Global (primitives) */
78
+ --colors-brands-experiment-blue-gray-dark-700: #d4dce8;
79
+ /* Colors/Brands/Experiment/blue-gray-dark/800 - Global (primitives) */
80
+ --colors-brands-experiment-blue-gray-dark-800: #e2ebf3;
81
+ /* Colors/Brands/Experiment/blue-gray-dark/900 - Global (primitives) */
82
+ --colors-brands-experiment-blue-gray-dark-900: #f8fafc;
83
+ /* Colors/Brands/Experiment/blue-gray-light/100 - Global (primitives) */
84
+ --colors-brands-experiment-blue-gray-light-100: #f1f5f9;
85
+ /* Colors/Brands/Experiment/blue-gray-light/200 - Global (primitives) */
86
+ --colors-brands-experiment-blue-gray-light-200: #e1e7ef;
87
+ /* Colors/Brands/Experiment/blue-gray-light/300 - Global (primitives) */
88
+ --colors-brands-experiment-blue-gray-light-300: #c8d6e5;
89
+ /* Colors/Brands/Experiment/blue-gray-light/400 - Global (primitives) */
90
+ --colors-brands-experiment-blue-gray-light-400: #9eacc0;
91
+ /* Colors/Brands/Experiment/blue-gray-light/50 - Global (primitives) */
92
+ --colors-brands-experiment-blue-gray-light-50: #f8fafc;
93
+ /* Colors/Brands/Experiment/blue-gray-light/500 - Global (primitives) */
94
+ --colors-brands-experiment-blue-gray-light-500: #65758b;
95
+ /* Colors/Brands/Experiment/blue-gray-light/600 - Global (primitives) */
96
+ --colors-brands-experiment-blue-gray-light-600: #48566a;
97
+ /* Colors/Brands/Experiment/blue-gray-light/700 - Global (primitives) */
98
+ --colors-brands-experiment-blue-gray-light-700: #344256;
99
+ /* Colors/Brands/Experiment/blue-gray-light/800 - Global (primitives) */
100
+ --colors-brands-experiment-blue-gray-light-800: #1d283a;
101
+ /* Colors/Brands/Experiment/blue-gray-light/900 - Global (primitives) */
102
+ --colors-brands-experiment-blue-gray-light-900: #0f1729;
103
+ /* Colors/Brands/Experiment/blue-light/100 - Global (primitives) */
104
+ --colors-brands-experiment-blue-light-100: #dcebfe;
105
+ /* Colors/Brands/Experiment/blue-light/200 - Global (primitives) */
106
+ --colors-brands-experiment-blue-light-200: #bedbfe;
107
+ /* Colors/Brands/Experiment/blue-light/300 - Global (primitives) */
108
+ --colors-brands-experiment-blue-light-300: #91c3fd;
109
+ /* Colors/Brands/Experiment/blue-light/400 - Global (primitives) */
110
+ --colors-brands-experiment-blue-light-400: #61a6fa;
111
+ /* Colors/Brands/Experiment/blue-light/50 - Global (primitives) */
112
+ --colors-brands-experiment-blue-light-50: #f2f7ff;
113
+ /* Colors/Brands/Experiment/blue-light/500 - Global (primitives) */
114
+ --colors-brands-experiment-blue-light-500: #3479e9;
115
+ /* Colors/Brands/Experiment/blue-light/600 - Global (primitives) */
116
+ --colors-brands-experiment-blue-light-600: #1559ea;
117
+ /* Colors/Brands/Experiment/blue-light/700 - Global (primitives) */
118
+ --colors-brands-experiment-blue-light-700: #173fab;
119
+ /* Colors/Brands/Experiment/blue-light/800 - Global (primitives) */
120
+ --colors-brands-experiment-blue-light-800: #162f82;
121
+ /* Colors/Brands/Experiment/blue-light/900 - Global (primitives) */
122
+ --colors-brands-experiment-blue-light-900: #0c1736;
123
+ /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-10 - Global (primitives) */
124
+ --colors-brands-experiment-interactions-primary-dark-opacity-10: #50a1ff1a;
125
+ /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-12 - Global (primitives) */
126
+ --colors-brands-experiment-interactions-primary-dark-opacity-12: #50a1ff1f;
127
+ /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-16 - Global (primitives) */
128
+ --colors-brands-experiment-interactions-primary-dark-opacity-16: #50a1ff29;
129
+ /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-20 - Global (primitives) */
130
+ --colors-brands-experiment-interactions-primary-dark-opacity-20: #50a1ff33;
131
+ /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-8 - Global (primitives) */
132
+ --colors-brands-experiment-interactions-primary-dark-opacity-8: #50a1ff14;
133
+ /* Colors/Brands/Experiment/Interactions/primary-light-opacity-10 - Global (primitives) */
134
+ --colors-brands-experiment-interactions-primary-light-opacity-10: #1559ea1a;
135
+ /* Colors/Brands/Experiment/Interactions/primary-light-opacity-12 - Global (primitives) */
136
+ --colors-brands-experiment-interactions-primary-light-opacity-12: #1559ea1f;
137
+ /* Colors/Brands/Experiment/Interactions/primary-light-opacity-16 - Global (primitives) */
138
+ --colors-brands-experiment-interactions-primary-light-opacity-16: #1559ea29;
139
+ /* Colors/Brands/Experiment/Interactions/primary-light-opacity-20 - Global (primitives) */
140
+ --colors-brands-experiment-interactions-primary-light-opacity-20: #1559ea33;
141
+ /* Colors/Brands/Experiment/Interactions/primary-light-opacity-8 - Global (primitives) */
142
+ --colors-brands-experiment-interactions-primary-light-opacity-8: #1559ea14;
143
+ /* Colors/Brands/Experiment/orange-dark/100 - Global (primitives) */
144
+ --colors-brands-experiment-orange-dark-100: #852c0f;
145
+ /* Colors/Brands/Experiment/orange-dark/200 - Global (primitives) */
146
+ --colors-brands-experiment-orange-dark-200: #ab4827;
147
+ /* Colors/Brands/Experiment/orange-dark/300 - Global (primitives) */
148
+ --colors-brands-experiment-orange-dark-300: #ce5a07;
149
+ /* Colors/Brands/Experiment/orange-dark/400 - Global (primitives) */
150
+ --colors-brands-experiment-orange-dark-400: #f27013;
151
+ /* Colors/Brands/Experiment/orange-dark/50 - Global (primitives) */
152
+ --colors-brands-experiment-orange-dark-50: #31160d;
153
+ /* Colors/Brands/Experiment/orange-dark/500 - Global (primitives) */
154
+ --colors-brands-experiment-orange-dark-500: #fb923c;
155
+ /* Colors/Brands/Experiment/orange-dark/600 - Global (primitives) */
156
+ --colors-brands-experiment-orange-dark-600: #fdba72;
157
+ /* Colors/Brands/Experiment/orange-dark/700 - Global (primitives) */
158
+ --colors-brands-experiment-orange-dark-700: #fed6a9;
159
+ /* Colors/Brands/Experiment/orange-dark/800 - Global (primitives) */
160
+ --colors-brands-experiment-orange-dark-800: #ffedd6;
161
+ /* Colors/Brands/Experiment/orange-dark/900 - Global (primitives) */
162
+ --colors-brands-experiment-orange-dark-900: #fff6eb;
163
+ /* Colors/Brands/Experiment/orange-light/100 - Global (primitives) */
164
+ --colors-brands-experiment-orange-light-100: #ffedd6;
165
+ /* Colors/Brands/Experiment/orange-light/200 - Global (primitives) */
166
+ --colors-brands-experiment-orange-light-200: #fed6a9;
167
+ /* Colors/Brands/Experiment/orange-light/300 - Global (primitives) */
168
+ --colors-brands-experiment-orange-light-300: #fdba72;
169
+ /* Colors/Brands/Experiment/orange-light/400 - Global (primitives) */
170
+ --colors-brands-experiment-orange-light-400: #fb923c;
171
+ /* Colors/Brands/Experiment/orange-light/50 - Global (primitives) */
172
+ --colors-brands-experiment-orange-light-50: #fff6eb;
173
+ /* Colors/Brands/Experiment/orange-light/500 - Global (primitives) */
174
+ --colors-brands-experiment-orange-light-500: #f67416;
175
+ /* Colors/Brands/Experiment/orange-light/600 - Global (primitives) */
176
+ --colors-brands-experiment-orange-light-600: #e4570c;
177
+ /* Colors/Brands/Experiment/orange-light/700 - Global (primitives) */
178
+ --colors-brands-experiment-orange-light-700: #b63c0b;
179
+ /* Colors/Brands/Experiment/orange-light/800 - Global (primitives) */
180
+ --colors-brands-experiment-orange-light-800: #80310f;
181
+ /* Colors/Brands/Experiment/orange-light/900 - Global (primitives) */
182
+ --colors-brands-experiment-orange-light-900: #471a0a;
183
+ /* Colors/Internal/pink-00-light - Global (primitives) */
184
+ --colors-internal-pink-00-light: #ff4f8d;
185
+ /* Colors/Internal/pink-50-dark - Global (primitives) */
186
+ --colors-internal-pink-50-dark: #802847;
187
+ /* Colors/Neutral/00 - Global (primitives) */
188
+ --colors-neutral-00: #000000;
189
+ /* Colors/Neutral/02 - Global (primitives) */
190
+ --colors-neutral-02: #050505;
191
+ /* Colors/Neutral/04 - Global (primitives) */
192
+ --colors-neutral-04: #0a0a0a;
193
+ /* Colors/Neutral/06 - Global (primitives) */
194
+ --colors-neutral-06: #0f0f0f;
195
+ /* Colors/Neutral/08 - Global (primitives) */
196
+ --colors-neutral-08: #141414;
197
+ /* Colors/Neutral/10 - Global (primitives) */
198
+ --colors-neutral-10: #1a1a1a;
199
+ /* Colors/Neutral/100 - Global (primitives) */
200
+ --colors-neutral-100: #ffffff;
201
+ /* Colors/Neutral/12 - Global (primitives) */
202
+ --colors-neutral-12: #1f1f1f;
203
+ /* Colors/Neutral/14 - Global (primitives) */
204
+ --colors-neutral-14: #242424;
205
+ /* Colors/Neutral/16 - Global (primitives) */
206
+ --colors-neutral-16: #292929;
207
+ /* Colors/Neutral/18 - Global (primitives) */
208
+ --colors-neutral-18: #2e2e2e;
209
+ /* Colors/Neutral/20 - Global (primitives) */
210
+ --colors-neutral-20: #333333;
211
+ /* Colors/Neutral/22 - Global (primitives) */
212
+ --colors-neutral-22: #383838;
213
+ /* Colors/Neutral/24 - Global (primitives) */
214
+ --colors-neutral-24: #424242;
215
+ /* Colors/Neutral/26 - Global (primitives) */
216
+ --colors-neutral-26: #424242;
217
+ /* Colors/Neutral/28 - Global (primitives) */
218
+ --colors-neutral-28: #474747;
219
+ /* Colors/Neutral/30 - Global (primitives) */
220
+ --colors-neutral-30: #4d4d4d;
221
+ /* Colors/Neutral/32 - Global (primitives) */
222
+ --colors-neutral-32: #525252;
223
+ /* Colors/Neutral/34 - Global (primitives) */
224
+ --colors-neutral-34: #575757;
225
+ /* Colors/Neutral/36 - Global (primitives) */
226
+ --colors-neutral-36: #5c5c5c;
227
+ /* Colors/Neutral/38 - Global (primitives) */
228
+ --colors-neutral-38: #616161;
229
+ /* Colors/Neutral/40 - Global (primitives) */
230
+ --colors-neutral-40: #666666;
231
+ /* Colors/Neutral/42 - Global (primitives) */
232
+ --colors-neutral-42: #6b6b6b;
233
+ /* Colors/Neutral/44 - Global (primitives) */
234
+ --colors-neutral-44: #707070;
235
+ /* Colors/Neutral/46 - Global (primitives) */
236
+ --colors-neutral-46: #757575;
237
+ /* Colors/Neutral/48 - Global (primitives) */
238
+ --colors-neutral-48: #7a7a7a;
239
+ /* Colors/Neutral/50 - Global (primitives) */
240
+ --colors-neutral-50: #808080;
241
+ /* Colors/Neutral/52 - Global (primitives) */
242
+ --colors-neutral-52: #858585;
243
+ /* Colors/Neutral/54 - Global (primitives) */
244
+ --colors-neutral-54: #8a8a8a;
245
+ /* Colors/Neutral/56 - Global (primitives) */
246
+ --colors-neutral-56: #8f8f8f;
247
+ /* Colors/Neutral/58 - Global (primitives) */
248
+ --colors-neutral-58: #949494;
249
+ /* Colors/Neutral/60 - Global (primitives) */
250
+ --colors-neutral-60: #999999;
251
+ /* Colors/Neutral/62 - Global (primitives) */
252
+ --colors-neutral-62: #9e9e9e;
253
+ /* Colors/Neutral/64 - Global (primitives) */
254
+ --colors-neutral-64: #a3a3a3;
255
+ /* Colors/Neutral/66 - Global (primitives) */
256
+ --colors-neutral-66: #a8a8a8;
257
+ /* Colors/Neutral/68 - Global (primitives) */
258
+ --colors-neutral-68: #adadad;
259
+ /* Colors/Neutral/70 - Global (primitives) */
260
+ --colors-neutral-70: #b3b3b3;
261
+ /* Colors/Neutral/72 - Global (primitives) */
262
+ --colors-neutral-72: #b8b8b8;
263
+ /* Colors/Neutral/74 - Global (primitives) */
264
+ --colors-neutral-74: #bdbdbd;
265
+ /* Colors/Neutral/76 - Global (primitives) */
266
+ --colors-neutral-76: #c2c2c2;
267
+ /* Colors/Neutral/78 - Global (primitives) */
268
+ --colors-neutral-78: #c7c7c7;
269
+ /* Colors/Neutral/80 - Global (primitives) */
270
+ --colors-neutral-80: #cccccc;
271
+ /* Colors/Neutral/82 - Global (primitives) */
272
+ --colors-neutral-82: #d1d1d1;
273
+ /* Colors/Neutral/84 - Global (primitives) */
274
+ --colors-neutral-84: #d6d6d6;
275
+ /* Colors/Neutral/86 - Global (primitives) */
276
+ --colors-neutral-86: #dbdbdb;
277
+ /* Colors/Neutral/88 - Global (primitives) */
278
+ --colors-neutral-88: #e0e0e0;
279
+ /* Colors/Neutral/90 - Global (primitives) */
280
+ --colors-neutral-90: #e6e6e6;
281
+ /* Colors/Neutral/92 - Global (primitives) */
282
+ --colors-neutral-92: #ebebeb;
283
+ /* Colors/Neutral/94 - Global (primitives) */
284
+ --colors-neutral-94: #f0f0f0;
285
+ /* Colors/Neutral/96 - Global (primitives) */
286
+ --colors-neutral-96: #f5f5f5;
287
+ /* Colors/Neutral/98 - Global (primitives) */
288
+ --colors-neutral-98: #fafafa;
289
+ /* Colors/Neutral/transparent - Global (primitives) */
290
+ --colors-neutral-transparent: #ffffff00;
291
+ /* Colors/System/blue-dark - Global (primitives) */
292
+ --colors-system-blue-dark: #5d92f5;
293
+ /* Colors/System/blue-dark-bg - Global (primitives) */
294
+ --colors-system-blue-dark-bg: #0e2754;
295
+ /* Colors/System/blue-light - Global (primitives) */
296
+ --colors-system-blue-light: #276ef1;
297
+ /* Colors/System/blue-light-bg - Global (primitives) */
298
+ --colors-system-blue-light-bg: #dfe9fd;
299
+ /* Colors/System/green-dark - Global (primitives) */
300
+ --colors-system-green-dark: #519f73;
301
+ /* Colors/System/green-dark-bg - Global (primitives) */
302
+ --colors-system-green-dark-bg: #0d2f1c;
303
+ /* Colors/System/green-light - Global (primitives) */
304
+ --colors-system-green-light: #258750;
305
+ /* Colors/System/green-light-bg - Global (primitives) */
306
+ --colors-system-green-light-bg: #d3e7dc;
307
+ /* Colors/System/Links/00-default-light - Global (primitives) */
308
+ --colors-system-links-00-default-light: #215ecd;
309
+ /* Colors/System/Links/10-hover-light - Global (primitives) */
310
+ --colors-system-links-10-hover-light: #1e55b9;
311
+ /* Colors/System/Links/20-press-light - Global (primitives) */
312
+ --colors-system-links-20-press-light: #1a4ba4;
313
+ /* Colors/System/Links/30-active-dark - Global (primitives) */
314
+ --colors-system-links-30-active-dark: #648edc;
315
+ /* Colors/System/Links/30-active-light - Global (primitives) */
316
+ --colors-system-links-30-active-light: #174290;
317
+ /* Colors/System/Links/40-default-dark - Global (primitives) */
318
+ --colors-system-links-40-default-dark: #7a9ee1;
319
+ /* Colors/System/Links/40-disabled-dark - Global (primitives) */
320
+ --colors-system-links-40-disabled-dark: #14387b;
321
+ /* Colors/System/Links/40-disabled-light - Global (primitives) */
322
+ --colors-system-links-40-disabled-light: #7a9ee1;
323
+ /* Colors/System/Links/50-hover-dark - Global (primitives) */
324
+ --colors-system-links-50-hover-dark: #90afe6;
325
+ /* Colors/System/Links/60-press-dark - Global (primitives) */
326
+ --colors-system-links-60-press-dark: #a6bfeb;
327
+ /* Colors/System/red-dark - Global (primitives) */
328
+ --colors-system-red-dark: #e26b7d;
329
+ /* Colors/System/red-dark-bg - Global (primitives) */
330
+ --colors-system-red-dark-bg: #4c141d;
331
+ /* Colors/System/red-light - Global (primitives) */
332
+ --colors-system-red-light: #d83a52;
333
+ /* Colors/System/red-light-bg - Global (primitives) */
334
+ --colors-system-red-light-bg: #f9e1e9;
335
+ /* Colors/System/Spectrum/Data visual/azure-400 - Global (primitives) */
336
+ --colors-system-spectrum-data-visual-azure-400: #7fc4ec;
337
+ /* Colors/System/Spectrum/Data visual/azure-700 - Global (primitives) */
338
+ --colors-system-spectrum-data-visual-azure-700: #299de0;
339
+ /* Colors/System/Spectrum/Data visual/backrose-900 - Global (primitives) */
340
+ --colors-system-spectrum-data-visual-backrose-900: #958ca3;
341
+ /* Colors/System/Spectrum/Data visual/blackrose-1200 - Global (primitives) */
342
+ --colors-system-spectrum-data-visual-blackrose-1200: #130033;
343
+ /* Colors/System/Spectrum/Data visual/bronze-1100 - Global (primitives) */
344
+ --colors-system-spectrum-data-visual-bronze-1100: #794b34;
345
+ /* Colors/System/Spectrum/Data visual/bronze-800 - Global (primitives) */
346
+ --colors-system-spectrum-data-visual-bronze-800: #af9385;
347
+ /* Colors/System/Spectrum/Data visual/brown-1200 - Global (primitives) */
348
+ --colors-system-spectrum-data-visual-brown-1200: #7a2a0b;
349
+ /* Colors/System/Spectrum/Data visual/brown-900 - Global (primitives) */
350
+ --colors-system-spectrum-data-visual-brown-900: #b68a79;
351
+ /* Colors/System/Spectrum/Data visual/cadet-gray-1200 - Global (primitives) */
352
+ --colors-system-spectrum-data-visual-cadet-gray-1200: #094a53;
353
+ /* Colors/System/Spectrum/Data visual/cadet-gray-900 - Global (primitives) */
354
+ --colors-system-spectrum-data-visual-cadet-gray-900: #789ba0;
355
+ /* Colors/System/Spectrum/Data visual/cooper-500 - Global (primitives) */
356
+ --colors-system-spectrum-data-visual-cooper-500: #e6b297;
357
+ /* Colors/System/Spectrum/Data visual/cooper-800 - Global (primitives) */
358
+ --colors-system-spectrum-data-visual-cooper-800: #d67e51;
359
+ /* Colors/System/Spectrum/Data visual/gold-400 - Global (primitives) */
360
+ --colors-system-spectrum-data-visual-gold-400: #cdbe80;
361
+ /* Colors/System/Spectrum/Data visual/gold-700 - Global (primitives) */
362
+ --colors-system-spectrum-data-visual-gold-700: #ab922b;
363
+ /* Colors/System/Spectrum/Data visual/Gradient/opacity-black - Global (primitives) */
364
+ --colors-system-spectrum-data-visual-gradient-opacity-black: #1f1f1f4d;
365
+ /* Colors/System/Spectrum/Data visual/Gradient/opacity-white - Global (primitives) */
366
+ --colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff4d;
367
+ /* Colors/System/Spectrum/Data visual/Highlight/azure-400-opacity - Global (primitives) */
368
+ --colors-system-spectrum-data-visual-highlight-azure-400-opacity: #7fc4ec4d;
369
+ /* Colors/System/Spectrum/Data visual/Highlight/azure-700-opacity - Global (primitives) */
370
+ --colors-system-spectrum-data-visual-highlight-azure-700-opacity: #299de04d;
371
+ /* Colors/System/Spectrum/Data visual/Highlight/backrose-900-opacity - Global (primitives) */
372
+ --colors-system-spectrum-data-visual-highlight-backrose-900-opacity: #958ca34d;
373
+ /* Colors/System/Spectrum/Data visual/Highlight/blackrose-1200-opacity - Global (primitives) */
374
+ --colors-system-spectrum-data-visual-highlight-blackrose-1200-opacity: #1300334d;
375
+ /* Colors/System/Spectrum/Data visual/Highlight/bronze-1100-opacity - Global (primitives) */
376
+ --colors-system-spectrum-data-visual-highlight-bronze-1100-opacity: #794b344d;
377
+ /* Colors/System/Spectrum/Data visual/Highlight/bronze-800-opacity - Global (primitives) */
378
+ --colors-system-spectrum-data-visual-highlight-bronze-800-opacity: #af93854d;
379
+ /* Colors/System/Spectrum/Data visual/Highlight/brown-1200-opacity - Global (primitives) */
380
+ --colors-system-spectrum-data-visual-highlight-brown-1200-opacity: #7a2a0b4d;
381
+ /* Colors/System/Spectrum/Data visual/Highlight/brown-900-opacity - Global (primitives) */
382
+ --colors-system-spectrum-data-visual-highlight-brown-900-opacity: #b68a794d;
383
+ /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1200-opacity - Global (primitives) */
384
+ --colors-system-spectrum-data-visual-highlight-cadet-gray-1200-opacity: #094a534d;
385
+ /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-900-opacity - Global (primitives) */
386
+ --colors-system-spectrum-data-visual-highlight-cadet-gray-900-opacity: #789ba04d;
387
+ /* Colors/System/Spectrum/Data visual/Highlight/cooper-500-opacity - Global (primitives) */
388
+ --colors-system-spectrum-data-visual-highlight-cooper-500-opacity: #e6b2974d;
389
+ /* Colors/System/Spectrum/Data visual/Highlight/cooper-800-opacity - Global (primitives) */
390
+ --colors-system-spectrum-data-visual-highlight-cooper-800-opacity: #d67e514d;
391
+ /* Colors/System/Spectrum/Data visual/Highlight/gold-400-opacity - Global (primitives) */
392
+ --colors-system-spectrum-data-visual-highlight-gold-400-opacity: #cdbe804d;
393
+ /* Colors/System/Spectrum/Data visual/Highlight/gold-700-opacity - Global (primitives) */
394
+ --colors-system-spectrum-data-visual-highlight-gold-700-opacity: #ab922b4d;
395
+ /* Colors/System/Spectrum/Data visual/Highlight/jade-600-opacity - Global (primitives) */
396
+ --colors-system-spectrum-data-visual-highlight-jade-600-opacity: #88c5af4d;
397
+ /* Colors/System/Spectrum/Data visual/Highlight/jade-900-opacity - Global (primitives) */
398
+ --colors-system-spectrum-data-visual-highlight-jade-900-opacity: #389e7a4d;
399
+ /* Colors/System/Spectrum/Data visual/Highlight/maroon-1200-opacity - Global (primitives) */
400
+ --colors-system-spectrum-data-visual-highlight-maroon-1200-opacity: #5309094d;
401
+ /* Colors/System/Spectrum/Data visual/Highlight/maroon-900-opacity - Global (primitives) */
402
+ --colors-system-spectrum-data-visual-highlight-maroon-900-opacity: #a984844d;
403
+ /* Colors/System/Spectrum/Data visual/Highlight/platinum-1000-opacity - Global (primitives) */
404
+ --colors-system-spectrum-data-visual-highlight-platinum-1000-opacity: #7f7f7f4d;
405
+ /* Colors/System/Spectrum/Data visual/Highlight/platinum-700-opacity - Global (primitives) */
406
+ --colors-system-spectrum-data-visual-highlight-platinum-700-opacity: #b2b2b24d;
407
+ /* Colors/System/Spectrum/Data visual/Highlight/sage-1200-opacity - Global (primitives) */
408
+ --colors-system-spectrum-data-visual-highlight-sage-1200-opacity: #2d33004d;
409
+ /* Colors/System/Spectrum/Data visual/Highlight/sage-900-opacity - Global (primitives) */
410
+ --colors-system-spectrum-data-visual-highlight-sage-900-opacity: #9699804d;
411
+ /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1200-opacity - Global (primitives) */
412
+ --colors-system-spectrum-data-visual-highlight-tanzanite-1200-opacity: #0a466c4d;
413
+ /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-900-opacity - Global (primitives) */
414
+ --colors-system-spectrum-data-visual-highlight-tanzanite-900-opacity: #7899ae4d;
415
+ /* Colors/System/Spectrum/Data visual/Highlight/violet-1200-opacity - Global (primitives) */
416
+ --colors-system-spectrum-data-visual-highlight-violet-1200-opacity: #4334794d;
417
+ /* Colors/System/Spectrum/Data visual/Highlight/violet-900-opacity - Global (primitives) */
418
+ --colors-system-spectrum-data-visual-highlight-violet-900-opacity: #a19abc4d;
419
+ /* Colors/System/Spectrum/Data visual/jade-600 - Global (primitives) */
420
+ --colors-system-spectrum-data-visual-jade-600: #88c5af;
421
+ /* Colors/System/Spectrum/Data visual/jade-900 - Global (primitives) */
422
+ --colors-system-spectrum-data-visual-jade-900: #389e7a;
423
+ /* Colors/System/Spectrum/Data visual/maroon-1200 - Global (primitives) */
424
+ --colors-system-spectrum-data-visual-maroon-1200: #530909;
425
+ /* Colors/System/Spectrum/Data visual/maroon-900 - Global (primitives) */
426
+ --colors-system-spectrum-data-visual-maroon-900: #a98484;
427
+ /* Colors/System/Spectrum/Data visual/platinum-1000 - Global (primitives) */
428
+ --colors-system-spectrum-data-visual-platinum-1000: #7f7f7f;
429
+ /* Colors/System/Spectrum/Data visual/platinum-700 - Global (primitives) */
430
+ --colors-system-spectrum-data-visual-platinum-700: #b2b2b2;
431
+ /* Colors/System/Spectrum/Data visual/sage-1200 - Global (primitives) */
432
+ --colors-system-spectrum-data-visual-sage-1200: #2d3300;
433
+ /* Colors/System/Spectrum/Data visual/sage-900 - Global (primitives) */
434
+ --colors-system-spectrum-data-visual-sage-900: #969980;
435
+ /* Colors/System/Spectrum/Data visual/tanzanite-1200 - Global (primitives) */
436
+ --colors-system-spectrum-data-visual-tanzanite-1200: #0a466c;
437
+ /* Colors/System/Spectrum/Data visual/tanzanite-900 - Global (primitives) */
438
+ --colors-system-spectrum-data-visual-tanzanite-900: #7899ae;
439
+ /* Colors/System/Spectrum/Data visual/violet-1200 - Global (primitives) */
440
+ --colors-system-spectrum-data-visual-violet-1200: #433479;
441
+ /* Colors/System/Spectrum/Data visual/violet-900 - Global (primitives) */
442
+ --colors-system-spectrum-data-visual-violet-900: #a19abc;
443
+ /* Colors/System/Spectrum/Depth/45-blue-dark - Global (primitives) */
444
+ --colors-system-spectrum-depth-45-blue-dark: #88aff7;
445
+ /* Colors/System/Spectrum/Depth/45-green-dark - Global (primitives) */
446
+ --colors-system-spectrum-depth-45-green-dark: #87bd9f;
447
+ /* Colors/System/Spectrum/Depth/45-lime-dark - Global (primitives) */
448
+ --colors-system-spectrum-depth-45-lime-dark: #dce28f;
449
+ /* Colors/System/Spectrum/Depth/45-magenta-dark - Global (primitives) */
450
+ --colors-system-spectrum-depth-45-magenta-dark: #e07aed;
451
+ /* Colors/System/Spectrum/Depth/45-orange-dark - Global (primitives) */
452
+ --colors-system-spectrum-depth-45-orange-dark: #f6a874;
453
+ /* Colors/System/Spectrum/Depth/45-pink-dark - Global (primitives) */
454
+ --colors-system-spectrum-depth-45-pink-dark: #ea86b9;
455
+ /* Colors/System/Spectrum/Depth/45-purple-dark - Global (primitives) */
456
+ --colors-system-spectrum-depth-45-purple-dark: #c8a6f9;
457
+ /* Colors/System/Spectrum/Depth/45-red-dark - Global (primitives) */
458
+ --colors-system-spectrum-depth-45-red-dark: #ea93a0;
459
+ /* Colors/System/Spectrum/Depth/45-teal-dark - Global (primitives) */
460
+ --colors-system-spectrum-depth-45-teal-dark: #74bbb4;
461
+ /* Colors/System/Spectrum/Depth/45-yellow-dark - Global (primitives) */
462
+ --colors-system-spectrum-depth-45-yellow-dark: #fada8d;
463
+ /* Colors/System/Spectrum/Depth/50-blue-light - Global (primitives) */
464
+ --colors-system-spectrum-depth-50-blue-light: #143778;
465
+ /* Colors/System/Spectrum/Depth/50-green-light - Global (primitives) */
466
+ --colors-system-spectrum-depth-50-green-light: #134428;
467
+ /* Colors/System/Spectrum/Depth/50-lime-light - Global (primitives) */
468
+ --colors-system-spectrum-depth-50-lime-light: #60651a;
469
+ /* Colors/System/Spectrum/Depth/50-magenta-light - Global (primitives) */
470
+ --colors-system-spectrum-depth-50-magenta-light: #63076f;
471
+ /* Colors/System/Spectrum/Depth/50-orange-light - Global (primitives) */
472
+ --colors-system-spectrum-depth-50-orange-light: #773001;
473
+ /* Colors/System/Spectrum/Depth/50-pink-light - Global (primitives) */
474
+ --colors-system-spectrum-depth-50-pink-light: #6c1240;
475
+ /* Colors/System/Spectrum/Depth/50-purple-light - Global (primitives) */
476
+ --colors-system-spectrum-depth-50-purple-light: #310077;
477
+ /* Colors/System/Spectrum/Depth/50-red-light - Global (primitives) */
478
+ --colors-system-spectrum-depth-50-red-light: #6c1d29;
479
+ /* Colors/System/Spectrum/Depth/50-teal-light - Global (primitives) */
480
+ --colors-system-spectrum-depth-50-teal-light: #01413c;
481
+ /* Colors/System/Spectrum/Depth/50-yellow-light - Global (primitives) */
482
+ --colors-system-spectrum-depth-50-yellow-light: #7b5e18;
483
+ /* Colors/System/Spectrum/Highlight/65-blue-dark - Global (primitives) */
484
+ --colors-system-spectrum-highlight-65-blue-dark: #0e2754;
485
+ /* Colors/System/Spectrum/Highlight/65-green-dark - Global (primitives) */
486
+ --colors-system-spectrum-highlight-65-green-dark: #0d2f1c;
487
+ /* Colors/System/Spectrum/Highlight/65-lime-dark - Global (primitives) */
488
+ --colors-system-spectrum-highlight-65-lime-dark: #434712;
489
+ /* Colors/System/Spectrum/Highlight/65-magenta-dark - Global (primitives) */
490
+ --colors-system-spectrum-highlight-65-magenta-dark: #45054e;
491
+ /* Colors/System/Spectrum/Highlight/65-orange-dark - Global (primitives) */
492
+ --colors-system-spectrum-highlight-65-orange-dark: #532201;
493
+ /* Colors/System/Spectrum/Highlight/65-pink-dark - Global (primitives) */
494
+ --colors-system-spectrum-highlight-65-pink-dark: #4c0c2d;
495
+ /* Colors/System/Spectrum/Highlight/65-purple-dark - Global (primitives) */
496
+ --colors-system-spectrum-highlight-65-purple-dark: #220053;
497
+ /* Colors/System/Spectrum/Highlight/65-red-dark - Global (primitives) */
498
+ --colors-system-spectrum-highlight-65-red-dark: #4c141d;
499
+ /* Colors/System/Spectrum/Highlight/65-teal-dark - Global (primitives) */
500
+ --colors-system-spectrum-highlight-65-teal-dark: #012e2a;
501
+ /* Colors/System/Spectrum/Highlight/65-yellow-dark - Global (primitives) */
502
+ --colors-system-spectrum-highlight-65-yellow-dark: #564210;
503
+ /* Colors/System/Spectrum/Highlight/85-blue-light - Global (primitives) */
504
+ --colors-system-spectrum-highlight-85-blue-light: #dfe9fd;
505
+ /* Colors/System/Spectrum/Highlight/85-green-light - Global (primitives) */
506
+ --colors-system-spectrum-highlight-85-green-light: #deede5;
507
+ /* Colors/System/Spectrum/Highlight/85-lime-light - Global (primitives) */
508
+ --colors-system-spectrum-highlight-85-lime-light: #f6f7e0;
509
+ /* Colors/System/Spectrum/Highlight/85-magenta-light - Global (primitives) */
510
+ --colors-system-spectrum-highlight-85-magenta-light: #f6dbfa;
511
+ /* Colors/System/Spectrum/Highlight/85-orange-light - Global (primitives) */
512
+ --colors-system-spectrum-highlight-85-orange-light: #fce7d9;
513
+ /* Colors/System/Spectrum/Highlight/85-pink-light - Global (primitives) */
514
+ --colors-system-spectrum-highlight-85-pink-light: #f9deec;
515
+ /* Colors/System/Spectrum/Highlight/85-purple-light - Global (primitives) */
516
+ --colors-system-spectrum-highlight-85-purple-light: #e7d9fc;
517
+ /* Colors/System/Spectrum/Highlight/85-red-light - Global (primitives) */
518
+ --colors-system-spectrum-highlight-85-red-light: #f9e1e5;
519
+ /* Colors/System/Spectrum/Highlight/85-teal-light - Global (primitives) */
520
+ --colors-system-spectrum-highlight-85-teal-light: #d9eceb;
521
+ /* Colors/System/Spectrum/Highlight/85-yellow-light - Global (primitives) */
522
+ --colors-system-spectrum-highlight-85-yellow-light: #fef5e0;
523
+ /* Colors/System/Spectrum/Vibrant/00-blue-light - Global (primitives) */
524
+ --colors-system-spectrum-vibrant-00-blue-light: #276ef1;
525
+ /* Colors/System/Spectrum/Vibrant/00-green-light - Global (primitives) */
526
+ --colors-system-spectrum-vibrant-00-green-light: #258750;
527
+ /* Colors/System/Spectrum/Vibrant/00-lime-light - Global (primitives) */
528
+ --colors-system-spectrum-vibrant-00-lime-light: #c0ca33;
529
+ /* Colors/System/Spectrum/Vibrant/00-magenta-light - Global (primitives) */
530
+ --colors-system-spectrum-vibrant-00-magenta-light: #c60ede;
531
+ /* Colors/System/Spectrum/Vibrant/00-orange-light - Global (primitives) */
532
+ --colors-system-spectrum-vibrant-00-orange-light: #ee6002;
533
+ /* Colors/System/Spectrum/Vibrant/00-pink-light - Global (primitives) */
534
+ --colors-system-spectrum-vibrant-00-pink-light: #d82380;
535
+ /* Colors/System/Spectrum/Vibrant/00-purple-light - Global (primitives) */
536
+ --colors-system-spectrum-vibrant-00-purple-light: #6200ee;
537
+ /* Colors/System/Spectrum/Vibrant/00-red-light - Global (primitives) */
538
+ --colors-system-spectrum-vibrant-00-red-light: #d83a52;
539
+ /* Colors/System/Spectrum/Vibrant/00-teal-light - Global (primitives) */
540
+ --colors-system-spectrum-vibrant-00-teal-light: #038377;
541
+ /* Colors/System/Spectrum/Vibrant/00-yellow-light - Global (primitives) */
542
+ --colors-system-spectrum-vibrant-00-yellow-light: #f6bc2f;
543
+ /* Colors/System/Spectrum/Vibrant/40-blue-dark - Global (primitives) */
544
+ --colors-system-spectrum-vibrant-40-blue-dark: #5d92f5;
545
+ /* Colors/System/Spectrum/Vibrant/40-green-dark - Global (primitives) */
546
+ --colors-system-spectrum-vibrant-40-green-dark: #7cb796;
547
+ /* Colors/System/Spectrum/Vibrant/40-lime-dark - Global (primitives) */
548
+ --colors-system-spectrum-vibrant-40-lime-dark: #d9df85;
549
+ /* Colors/System/Spectrum/Vibrant/40-magenta-dark - Global (primitives) */
550
+ --colors-system-spectrum-vibrant-40-magenta-dark: #dd6eeb;
551
+ /* Colors/System/Spectrum/Vibrant/40-orange-dark - Global (primitives) */
552
+ --colors-system-spectrum-vibrant-40-orange-dark: #f5a067;
553
+ /* Colors/System/Spectrum/Vibrant/40-pink-dark - Global (primitives) */
554
+ --colors-system-spectrum-vibrant-40-pink-dark: #e87bb3;
555
+ /* Colors/System/Spectrum/Vibrant/40-purple-dark - Global (primitives) */
556
+ --colors-system-spectrum-vibrant-40-purple-dark: #a166f5;
557
+ /* Colors/System/Spectrum/Vibrant/40-red-dark - Global (primitives) */
558
+ --colors-system-spectrum-vibrant-40-red-dark: #e88997;
559
+ /* Colors/System/Spectrum/Vibrant/40-teal-dark - Global (primitives) */
560
+ --colors-system-spectrum-vibrant-40-teal-dark: #68b5ad;
561
+ /* Colors/System/Spectrum/Vibrant/40-yellow-dark - Global (primitives) */
562
+ --colors-system-spectrum-vibrant-40-yellow-dark: #fad782;
563
+ /* Colors/System/Visited links/00-default-light - Global (primitives) */
564
+ --colors-system-visited-links-00-default-light: #7a3e7a;
565
+ /* Colors/System/Visited links/30-active-dark - Global (primitives) */
566
+ --colors-system-visited-links-30-active-dark: #a278a2;
567
+ /* Colors/System/Visited links/30-active-light - Global (primitives) */
568
+ --colors-system-visited-links-30-active-light: #552b55;
569
+ /* Colors/System/Visited links/40-default-dark - Global (primitives) */
570
+ --colors-system-visited-links-40-default-dark: #af8baf;
571
+ /* Colors/System/Visited links/40-disabled-dark - Global (primitives) */
572
+ --colors-system-visited-links-40-disabled-dark: #492549;
573
+ /* Colors/System/Visited links/40-disabled-light - Global (primitives) */
574
+ --colors-system-visited-links-40-disabled-light: #af8baf;
575
+ /* Colors/System/yellow-dark - Global (primitives) */
576
+ --colors-system-yellow-dark: #f8cd63;
577
+ /* Colors/System/yellow-dark-bg - Global (primitives) */
578
+ --colors-system-yellow-dark-bg: #564210;
579
+ /* Colors/System/yellow-light - Global (primitives) */
580
+ --colors-system-yellow-light: #f6bc2f;
581
+ /* Colors/System/yellow-light-bg - Global (primitives) */
582
+ --colors-system-yellow-light-bg: #fef5e0;
583
+ /* Corner radius/120 - Global (primitives) */
584
+ --corner-radius-120: 12px;
585
+ /* Corner radius/160 - Global (primitives) */
586
+ --corner-radius-160: 16px;
587
+ /* Corner radius/40 - Global (primitives) */
588
+ --corner-radius-40: 4px;
589
+ /* Corner radius/80 - Global (primitives) */
590
+ --corner-radius-80: 8px;
591
+ /* Corner radius/circular - Global (primitives) */
592
+ --corner-radius-circular: 999px;
593
+ /* Corner radius/None - Global (primitives) */
594
+ --corner-radius-none: 0;
595
+ /* East - navigation rails, drawers, sheets */
596
+ --drop-shadow-east: 2px 0px 8px -2px #0000001a, 2px 0px 4px -2px #0000001f;
597
+ /* Float */
598
+ --drop-shadow-float: 0px 0px 1px 0px #00000052, 0px 8px 12px 0px #00000026;
599
+ /* North - Bottom navigation, button dock, bottom sheet */
600
+ --drop-shadow-north: 0px -2px 8px -2px #0000001a, 0px -2px 4px -2px #0000001f;
601
+ /* Raise */
602
+ --drop-shadow-raise: 0px 0px 1px 0px #00000026, 0px 1px 1px 0px #00000052;
603
+ /* Scroll */
604
+ --drop-shadow-scroll: 0px 0px 3px 0px #00000052;
605
+ /* South - top navigation */
606
+ --drop-shadow-south: 0px 2px 8px -2px #0000001a, 0px 2px 4px -2px #0000001f;
607
+ /* West - side sheets */
608
+ --drop-shadow-west: -8px 0px 8px -2px #0000001a, -5px 4px 4px -6px #00000026;
609
+ /* Foreground/Link text/subtle-inverse-hovered - Theme - Cartus */
610
+ --foreground-link-text-subtle-inverse-hovered: #e6e6e6;
611
+ /* Foreground/Link text/subtle-inverse-pressed - Theme - Cartus */
612
+ --foreground-link-text-subtle-inverse-pressed: #d1d1d1;
613
+ /* Foreground/Neutral/inverse-on-surface - Theme - Cartus */
614
+ --foreground-neutral-inverse-on-surface: #fafafa;
615
+ /* Foreground/Neutral/on-color - Theme - Cartus */
616
+ --foreground-neutral-on-color: #ffffff;
617
+ /* Foreground/Neutral/on-inverse-surface - Theme - Cartus */
618
+ --foreground-neutral-on-inverse-surface: #fafafa;
619
+ /* Interaction/disabled-opacity - Theme - 3.0 */
620
+ --interaction-disabled-opacity: #0000000f;
621
+ /* Interaction/primary-disabled-opacity - Theme - 3.0 */
622
+ --interaction-primary-disabled-opacity: #1559ea1f;
623
+ /* Interaction/primary-hover-opacity - Theme - 3.0 */
624
+ --interaction-primary-hover-opacity: #1559ea1a;
625
+ /* Interaction/primary-press-opacity - Theme - 3.0 */
626
+ --interaction-primary-press-opacity: #1559ea33;
627
+ /* Interactions/opacity-black-10 - Global (primitives) */
628
+ --interactions-opacity-black-10: #0000001a;
629
+ /* Interactions/opacity-black-16 - Global (primitives) */
630
+ --interactions-opacity-black-16: #00000029;
631
+ /* Interactions/opacity-black-20 - Global (primitives) */
632
+ --interactions-opacity-black-20: #00000033;
633
+ /* Interactions/opacity-black-30 - Global (primitives) */
634
+ --interactions-opacity-black-30: #0000004d;
635
+ /* Interactions/opacity-black-6 - Global (primitives) */
636
+ --interactions-opacity-black-6: #0000000f;
637
+ /* Interactions/opacity-black-8 - Global (primitives) */
638
+ --interactions-opacity-black-8: #00000014;
639
+ /* Interactions/opacity-white-10 - Global (primitives) */
640
+ --interactions-opacity-white-10: #ffffff1a;
641
+ /* Interactions/opacity-white-16 - Global (primitives) */
642
+ --interactions-opacity-white-16: #ffffff29;
643
+ /* Interactions/opacity-white-20 - Global (primitives) */
644
+ --interactions-opacity-white-20: #ffffff33;
645
+ /* Interactions/opacity-white-30 - Global (primitives) */
646
+ --interactions-opacity-white-30: #ffffff4d;
647
+ /* Interactions/opacity-white-6 - Global (primitives) */
648
+ --interactions-opacity-white-6: #ffffff0f;
649
+ /* Interactions/opacity-white-8 - Global (primitives) */
650
+ --interactions-opacity-white-8: #ffffff14;
651
+ /* Colors/Brands/Cartus/Interactions/primary-dark-opacity-10 - Global (primitives) */
652
+ --interactions-primary-dark-opacity-10: #6691b81a;
653
+ /* Colors/Brands/Cartus/Interactions/primary-dark-opacity-12 - Global (primitives) */
654
+ --interactions-primary-dark-opacity-12: #6691b81f;
655
+ /* Colors/Brands/Cartus/Interactions/primary-dark-opacity-16 - Global (primitives) */
656
+ --interactions-primary-dark-opacity-16: #6691b829;
657
+ /* Colors/Brands/Cartus/Interactions/primary-dark-opacity-20 - Global (primitives) */
658
+ --interactions-primary-dark-opacity-20: #6691b833;
659
+ /* Colors/Brands/Cartus/Interactions/primary-dark-opacity-8 - Global (primitives) */
660
+ --interactions-primary-dark-opacity-8: #6691b814;
661
+ /* Colors/Brands/Cartus/Interactions/primary-light-opacity-10 - Global (primitives) */
662
+ --interactions-primary-light-opacity-10: #0047881a;
663
+ /* Colors/Brands/Cartus/Interactions/primary-light-opacity-12 - Global (primitives) */
664
+ --interactions-primary-light-opacity-12: #0047881f;
665
+ /* Colors/Brands/Cartus/Interactions/primary-light-opacity-16 - Global (primitives) */
666
+ --interactions-primary-light-opacity-16: #00478829;
667
+ /* Colors/Brands/Cartus/Interactions/primary-light-opacity-20 - Global (primitives) */
668
+ --interactions-primary-light-opacity-20: #00478833;
669
+ /* Colors/Brands/Cartus/Interactions/primary-light-opacity-8 - Global (primitives) */
670
+ --interactions-primary-light-opacity-8: #00478814;
671
+ /* Labels/Base */
672
+ --labels-base: 500 16px/20px var(--typeface);
673
+ /* Labels/Base - line height */
674
+ --labels-base-line-height: 20px;
675
+ /* Labels/Base - size */
676
+ --labels-base-size: 16px;
677
+ /* Labels/Base - style */
678
+ --labels-base-style: medium;
679
+ /* Labels/Large */
680
+ --labels-large: 500 18px/24px var(--typeface);
681
+ /* Labels/Large - line height */
682
+ --labels-large-line-height: 24px;
683
+ /* Labels/Large - size */
684
+ --labels-large-size: 18px;
685
+ /* Labels/Large - style */
686
+ --labels-large-style: medium;
687
+ /* Labels/Small */
688
+ --labels-small: 500 14px/20px var(--typeface);
689
+ /* Labels/Small - line height */
690
+ --labels-small-line-height: 20px;
691
+ /* Labels/Small - size */
692
+ --labels-small-size: 14px;
693
+ /* Labels/Small - style */
694
+ --labels-small-style: medium;
695
+ /* Labels/X-Small */
696
+ --labels-x-small: 500 12px/16px var(--typeface);
697
+ /* Labels/X-Small - line height */
698
+ --labels-x-small-line-height: 16px;
699
+ /* Labels/X-Small - size */
700
+ --labels-x-small-size: 12px;
701
+ /* Labels/X-Small - style */
702
+ --labels-x-small-style: medium;
703
+ /* Colors/Brands/Cartus/Primary/00-base - Global (primitives) */
704
+ --primary-00-base: #004788;
705
+ /* Colors/Brands/Cartus/Primary/15-dark - Global (primitives) */
706
+ --primary-15-dark: #003c74;
707
+ /* Colors/Brands/Cartus/Primary/40-light - Global (primitives) */
708
+ --primary-40-light: #6691b8;
709
+ /* Colors/Brands/Cartus/Primary/55-light - Global (primitives) */
710
+ --primary-55-light: #8cacc9;
711
+ /* Colors/Brands/Cartus/Primary/75-dark - Global (primitives) */
712
+ --primary-75-dark: #001222;
713
+ /* Colors/Brands/Cartus/Primary/85-light - Global (primitives) */
714
+ --primary-85-light: #d9e3ed;
715
+ /* Radius/full - Borders */
716
+ --radius-full: 999px;
717
+ /* Radius/lg - Borders */
718
+ --radius-lg: 12px;
719
+ /* Radius/md - Borders */
720
+ --radius-md: 8px;
721
+ /* Radius/none - Borders */
722
+ --radius-none: 0;
723
+ /* Radius/sm - Borders */
724
+ --radius-sm: 4px;
725
+ /* Radius/xlg - Borders */
726
+ --radius-xlg: 16px;
727
+ /* Colors/Brands/Cartus/Secondary/00-base - Global (primitives) */
728
+ --secondary-00-base: #2098d5;
729
+ /* Colors/Brands/Cartus/Secondary/15-dark - Global (primitives) */
730
+ --secondary-15-dark: #1b81b5;
731
+ /* Colors/Brands/Cartus/Secondary/40-light - Global (primitives) */
732
+ --secondary-40-light: #79c1e6;
733
+ /* Colors/Brands/Cartus/Secondary/55-light - Global (primitives) */
734
+ --secondary-55-light: #9bd1ec;
735
+ /* Colors/Brands/Cartus/Secondary/75-dark - Global (primitives) */
736
+ --secondary-75-dark: #082635;
737
+ /* Colors/Brands/Cartus/Secondary/85-light - Global (primitives) */
738
+ --secondary-85-light: #def0f9;
739
+ /* Shadows/Inner-Shadow-black-100 - Global (primitives) */
740
+ --shadows-inner-shadow-black-100: #000000;
741
+ /* Shadows/Inner-Shadow-white-100 - Global (primitives) */
742
+ --shadows-inner-shadow-white-100: #ffffff;
743
+ /* Shadows/Shadow-black-10 - Global (primitives) */
744
+ --shadows-shadow-black-10: #0000001a;
745
+ /* Shadows/Shadow-black-12 - Global (primitives) */
746
+ --shadows-shadow-black-12: #0000001f;
747
+ /* Shadows/Shadow-black-15 - Global (primitives) */
748
+ --shadows-shadow-black-15: #00000026;
749
+ /* Shadows/Shadow-black-25 - Global (primitives) */
750
+ --shadows-shadow-black-25: #00000040;
751
+ /* Shadows/Shadow-black-32 - Global (primitives) */
752
+ --shadows-shadow-black-32: #00000052;
753
+ /* Shadows/Shadow-black-50 - Global (primitives) */
754
+ --shadows-shadow-black-50: #00000080;
755
+ /* Shadows/Shadow-gray-10 - Global (primitives) */
756
+ --shadows-shadow-gray-10: #6161611a;
757
+ /* Shadows/Shadow-gray-12 - Global (primitives) */
758
+ --shadows-shadow-gray-12: #6161611f;
759
+ /* Shadows/Shadow-gray-15 - Global (primitives) */
760
+ --shadows-shadow-gray-15: #61616126;
761
+ /* Shadows/Shadow-gray-25 - Global (primitives) */
762
+ --shadows-shadow-gray-25: #61616140;
763
+ /* Shadows/Shadow-gray-32 - Global (primitives) */
764
+ --shadows-shadow-gray-32: #61616152;
765
+ /* Shadows/Shadow-gray-50 - Global (primitives) */
766
+ --shadows-shadow-gray-50: #61616180;
767
+ /* Spacing/sizing-01 - Spacing & Sizing */
768
+ --spacing-sizing-01: 4px;
769
+ /* Spacing/sizing-02 - Spacing & Sizing */
770
+ --spacing-sizing-02: 8px;
771
+ /* Spacing/sizing-03 - Spacing & Sizing */
772
+ --spacing-sizing-03: 12px;
773
+ /* Spacing/sizing-04 - Spacing & Sizing */
774
+ --spacing-sizing-04: 16px;
775
+ /* Spacing/sizing-05 - Spacing & Sizing */
776
+ --spacing-sizing-05: 20px;
777
+ /* Spacing/sizing-06 - Spacing & Sizing */
778
+ --spacing-sizing-06: 24px;
779
+ /* Spacing/sizing-07 - Spacing & Sizing */
780
+ --spacing-sizing-07: 28px;
781
+ /* Spacing/sizing-08 - Spacing & Sizing */
782
+ --spacing-sizing-08: 32px;
783
+ /* Spacing/sizing-09 - Spacing & Sizing */
784
+ --spacing-sizing-09: 36px;
785
+ /* Spacing/sizing-10 - Spacing & Sizing */
786
+ --spacing-sizing-10: 40px;
787
+ /* Spacing/sizing-11 - Spacing & Sizing */
788
+ --spacing-sizing-11: 44px;
789
+ /* Spacing/sizing-12 - Spacing & Sizing */
790
+ --spacing-sizing-12: 48px;
791
+ /* Spacing/sizing-13 - Spacing & Sizing */
792
+ --spacing-sizing-13: 52px;
793
+ /* Spacing/sizing-14 - Spacing & Sizing */
794
+ --spacing-sizing-14: 56px;
795
+ /* Spacing/sizing-15 - Spacing & Sizing */
796
+ --spacing-sizing-15: 60px;
797
+ /* Spacing/sizing-16 - Spacing & Sizing */
798
+ --spacing-sizing-16: 64px;
799
+ /* Spacing/sizing-17 - Spacing & Sizing */
800
+ --spacing-sizing-17: 68px;
801
+ /* Spacing/sizing-18 - Spacing & Sizing */
802
+ --spacing-sizing-18: 72px;
803
+ /* Spacing/sizing-19 - Spacing & Sizing */
804
+ --spacing-sizing-19: 80px;
805
+ /* Spacing/sizing-20 - Spacing & Sizing */
806
+ --spacing-sizing-20: 96px;
807
+ /* Spacing/sizing-21 - Spacing & Sizing */
808
+ --spacing-sizing-21: 104px;
809
+ /* Spacing/sizing-22 - Spacing & Sizing */
810
+ --spacing-sizing-22: 120px;
811
+ /* Spacing/sizing-23 - Spacing & Sizing */
812
+ --spacing-sizing-23: 128px;
813
+ /* Spacing/sizing-24 - Spacing & Sizing */
814
+ --spacing-sizing-24: 148px;
815
+ /* Spacing/sizing-25 - Spacing & Sizing */
816
+ --spacing-sizing-25: 152px;
817
+ /* Spacing/sizing-none - Spacing & Sizing */
818
+ --spacing-sizing-none: 0;
819
+ /* Spacings/1040 - Global (primitives) */
820
+ --spacings-1040: 104px;
821
+ /* Spacings/120 - Global (primitives) */
822
+ --spacings-120: 12px;
823
+ /* Spacings/1200 - Global (primitives) */
824
+ --spacings-1200: 120px;
825
+ /* Spacings/1280 - Global (primitives) */
826
+ --spacings-1280: 128px;
827
+ /* Spacings/1480 - Global (primitives) */
828
+ --spacings-1480: 148px;
829
+ /* Spacings/1520 - Global (primitives) */
830
+ --spacings-1520: 152px;
831
+ /* Spacings/160 - Global (primitives) */
832
+ --spacings-160: 16px;
833
+ /* Spacings/200 - Global (primitives) */
834
+ --spacings-200: 20px;
835
+ /* Spacings/240 - Global (primitives) */
836
+ --spacings-240: 24px;
837
+ /* Spacings/280 - Global (primitives) */
838
+ --spacings-280: 28px;
839
+ /* Spacings/320 - Global (primitives) */
840
+ --spacings-320: 32px;
841
+ /* Spacings/360 - Global (primitives) */
842
+ --spacings-360: 36px;
843
+ /* Spacings/40 - Global (primitives) */
844
+ --spacings-40: 4px;
845
+ /* Spacings/400 - Global (primitives) */
846
+ --spacings-400: 40px;
847
+ /* Spacings/440 - Global (primitives) */
848
+ --spacings-440: 44px;
849
+ /* Spacings/480 - Global (primitives) */
850
+ --spacings-480: 48px;
851
+ /* Spacings/520 - Global (primitives) */
852
+ --spacings-520: 52px;
853
+ /* Spacings/560 - Global (primitives) */
854
+ --spacings-560: 56px;
855
+ /* Spacings/600 - Global (primitives) */
856
+ --spacings-600: 60px;
857
+ /* Spacings/640 - Global (primitives) */
858
+ --spacings-640: 64px;
859
+ /* Spacings/680 - Global (primitives) */
860
+ --spacings-680: 68px;
861
+ /* Spacings/720 - Global (primitives) */
862
+ --spacings-720: 72px;
863
+ /* Spacings/80 - Global (primitives) */
864
+ --spacings-80: 8px;
865
+ /* Spacings/800 - Global (primitives) */
866
+ --spacings-800: 80px;
867
+ /* Spacings/960 - Global (primitives) */
868
+ --spacings-960: 96px;
869
+ /* Spacings/None - Global (primitives) */
870
+ --spacings-none: 0;
871
+ /* Status/on-error - Theme - Cartus */
872
+ --status-on-error: #ffffff;
873
+ /* Status/on-information - Theme - Cartus */
874
+ --status-on-information: #ffffff;
875
+ /* Status/on-informational - Theme - Cartus */
876
+ --status-on-informational: #ffffff;
877
+ /* Status/on-success - Theme - Cartus */
878
+ --status-on-success: #ffffff;
879
+ /* Status/on-warning - Theme - Cartus */
880
+ --status-on-warning: #141414;
881
+ /* Stroke/Neutral/focus-on-inverse - Theme - Cartus */
882
+ --stroke-neutral-focus-on-inverse: #ffffff;
883
+ /* Stroke/Neutral/Interaction/inverse-focus - Theme - 3.0 */
884
+ --stroke-neutral-interaction-inverse-focus: #ffffff;
885
+ /* Stroke/Neutral/Interactions/inverse-focus - Theme - Cartus */
886
+ --stroke-neutral-interactions-inverse-focus: #ffffff;
887
+ /* Stroke/none - Borders */
888
+ --stroke-none: 0;
889
+ /* Stroke/thick - Borders */
890
+ --stroke-thick: 2px;
891
+ /* Stroke/thicker - Borders */
892
+ --stroke-thicker: 4px;
893
+ /* Stroke/thin - Borders */
894
+ --stroke-thin: 1px;
895
+ /* Surface/Neutral/transparent - Theme - Cartus */
896
+ --surface-neutral-transparent: #ffffff00;
897
+ /* Colors/Brands/Cartus/Tertiary/00-base - Global (primitives) */
898
+ --tertiary-00-base: #009a95;
899
+ /* Colors/Brands/Cartus/Tertiary/15-dark - Global (primitives) */
900
+ --tertiary-15-dark: #00837f;
901
+ /* Colors/Brands/Cartus/Tertiary/40-light - Global (primitives) */
902
+ --tertiary-40-light: #66c2bf;
903
+ /* Colors/Brands/Cartus/Tertiary/55-light - Global (primitives) */
904
+ --tertiary-55-light: #8cd2cf;
905
+ /* Colors/Brands/Cartus/Tertiary/75-dark - Global (primitives) */
906
+ --tertiary-75-dark: #002725;
907
+ /* Colors/Brands/Cartus/Tertiary/85-light - Global (primitives) */
908
+ --tertiary-85-light: #d9f0ef;
909
+ /* Typeface - Brand */
910
+ --typeface: 'Montserrat', 'Work Sans', sans-serif;
911
+ /* Typography/Line-height/lh-1 - Global (primitives) */
912
+ --typography-line-height-lh-1: 16px;
913
+ /* Typography/Line-height/lh-10 - Global (primitives) */
914
+ --typography-line-height-lh-10: 48px;
915
+ /* Typography/Line-height/lh-11 - Global (primitives) */
916
+ --typography-line-height-lh-11: 56px;
917
+ /* Typography/Line-height/lh-12 - Global (primitives) */
918
+ --typography-line-height-lh-12: 60px;
919
+ /* Typography/Line-height/lh-13 - Global (primitives) */
920
+ --typography-line-height-lh-13: 64px;
921
+ /* Typography/Line-height/lh-14 - Global (primitives) */
922
+ --typography-line-height-lh-14: 72px;
923
+ /* Typography/Line-height/lh-15 - Global (primitives) */
924
+ --typography-line-height-lh-15: 88px;
925
+ /* Typography/Line-height/lh-2 - Global (primitives) */
926
+ --typography-line-height-lh-2: 20px;
927
+ /* Typography/Line-height/lh-3 - Global (primitives) */
928
+ --typography-line-height-lh-3: 22px;
929
+ /* Typography/Line-height/lh-4 - Global (primitives) */
930
+ --typography-line-height-lh-4: 24px;
931
+ /* Typography/Line-height/lh-5 - Global (primitives) */
932
+ --typography-line-height-lh-5: 28px;
933
+ /* Typography/Line-height/lh-6 - Global (primitives) */
934
+ --typography-line-height-lh-6: 32px;
935
+ /* Typography/Line-height/lh-7 - Global (primitives) */
936
+ --typography-line-height-lh-7: 36px;
937
+ /* Typography/Line-height/lh-8 - Global (primitives) */
938
+ --typography-line-height-lh-8: 40px;
939
+ /* Typography/Line-height/lh-9 - Global (primitives) */
940
+ --typography-line-height-lh-9: 44px;
941
+ /* Typography/Size/base - Global (primitives) */
942
+ --typography-size-base: 16px;
943
+ /* Typography/Size/bp-md - Global (primitives) */
944
+ --typography-size-bp-md: 18px;
945
+ /* Typography/Size/d-lg-m - Global (primitives) */
946
+ --typography-size-d-lg-m: 64px;
947
+ /* Typography/Size/d-lg (old) - Global (primitives) */
948
+ --typography-size-d-lg-old: 60px;
949
+ /* Typography/Size/d-md-m - Global (primitives) */
950
+ --typography-size-d-md-m: 56px;
951
+ /* Typography/Size/d-md (old) - Global (primitives) */
952
+ --typography-size-d-md-old: 52px;
953
+ /* Typography/Size/d-sm-m - Global (primitives) */
954
+ --typography-size-d-sm-m: 48px;
955
+ /* Typography/Size/d-sm (old) - Global (primitives) */
956
+ --typography-size-d-sm-old: 44px;
957
+ /* Typography/Size/lg-xlg - Global (primitives) */
958
+ --typography-size-lg-xlg: 28px;
959
+ /* Typography/Size/md-mdp - Global (primitives) */
960
+ --typography-size-md-mdp: 20px;
961
+ /* Typography/Size/mdp-lg - Global (primitives) */
962
+ --typography-size-mdp-lg: 24px;
963
+ /* Typography/Size/sm - Global (primitives) */
964
+ --typography-size-sm: 14px;
965
+ /* Typography/Size/xlg-xxlg - Global (primitives) */
966
+ --typography-size-xlg-xxlg: 32px;
967
+ /* Typography/Size/xs - Global (primitives) */
968
+ --typography-size-xs: 12px;
969
+ /* Typography/Size/xxlg-xxxlg - Global (primitives) */
970
+ --typography-size-xxlg-xxxlg: 36px;
971
+ /* Typography/Size/xxxlg - Global (primitives) */
972
+ --typography-size-xxxlg: 40px;
973
+ /* Typography/Typeface/Arial - Global (primitives) */
974
+ --typography-typeface-arial: 'Arial', sans-serif;
975
+ /* Typography/Typeface/Geist - Global (primitives) */
976
+ --typography-typeface-geist: 'Geist', sans-serif;
977
+ /* Typography/Typeface/Helvetica - Global (primitives) */
978
+ --typography-typeface-helvetica: 'Helvetica', sans-serif;
979
+ /* Typography/Typeface/Montserrat - Global (primitives) */
980
+ --typography-typeface-inter: 'Montserrat', sans-serif;
981
+ /* Typography/Typeface/Lato - Global (primitives) */
982
+ --typography-typeface-lato: 'Lato', sans-serif;
983
+ /* Typography/Typeface/Manrope - Global (primitives) */
984
+ --typography-typeface-manrope: 'Manrope', sans-serif;
985
+ /* Typography/Typeface/Open Sans - Global (primitives) */
986
+ --typography-typeface-open-sans: 'Open Sans', sans-serif;
987
+ /* Typography/Typeface/Red Hat Text - Global (primitives) */
988
+ --typography-typeface-red-hat-text: 'Red Hat Text', sans-serif;
989
+ /* Typography/Typeface/Roboto - Global (primitives) */
990
+ --typography-typeface-roboto: 'Roboto', sans-serif;
991
+ /* Typography/Typeface/SF Pro - Global (primitives) */
992
+ --typography-typeface-sf-pro: 'SF Pro', sans-serif;
993
+ /* Typography/Typeface/Typold - Global (primitives) */
994
+ --typography-typeface-typold: 'Typold', sans-serif;
995
+ /* Typography/Typeface/Work Sans - Global (primitives) */
996
+ --typography-typeface-work-sans: 'Work Sans', sans-serif;
997
+ /* Typography/Weight/300 - Global (primitives) */
998
+ --typography-weight-300: 300;
999
+ /* Typography/Weight/400 - Global (primitives) */
1000
+ --typography-weight-400: 400;
1001
+ /* Typography/Weight/500 - Global (primitives) */
1002
+ --typography-weight-500: 500;
1003
+ /* Typography/Weight/600 - Global (primitives) */
1004
+ --typography-weight-600: 600;
1005
+ /* Mobile/Display/Regular/Large */
1006
+ --display-regular-large: 400 56px/72px var(--typeface);
1007
+ /* Mobile/Display/Regular/Large - line height */
1008
+ --display-regular-large-line-height: 72px;
1009
+ /* Mobile/Display/Regular/Large - size */
1010
+ --display-regular-large-size: 56px;
1011
+ /* Mobile/Display/Regular/Large - style */
1012
+ --display-regular-large-style: regular;
1013
+ /* Mobile/Display/Regular/Medium */
1014
+ --display-regular-medium: 400 48px/60px var(--typeface);
1015
+ /* Mobile/Display/Regular/Medium - line height */
1016
+ --display-regular-medium-line-height: 60px;
1017
+ /* Mobile/Display/Regular/Medium - size */
1018
+ --display-regular-medium-size: 48px;
1019
+ /* Mobile/Display/Regular/Medium - style */
1020
+ --display-regular-medium-style: regular;
1021
+ /* Mobile/Display/Regular/Small */
1022
+ --display-regular-small: 400 40px/48px var(--typeface);
1023
+ /* Mobile/Display/Regular/Small - line height */
1024
+ --display-regular-small-line-height: 48px;
1025
+ /* Mobile/Display/Regular/Small - size */
1026
+ --display-regular-small-size: 40px;
1027
+ /* Mobile/Display/Regular/Small - style */
1028
+ --display-regular-small-style: regular;
1029
+ /* Mobile/Display/Semibold/Large */
1030
+ --display-semibold-large: 600 56px/72px var(--typeface);
1031
+ /* Mobile/Display/Semibold/Large - line height */
1032
+ --display-semibold-large-line-height: 72px;
1033
+ /* Mobile/Display/Semibold/Large - size */
1034
+ --display-semibold-large-size: 56px;
1035
+ /* Mobile/Display/Semibold/Large - style */
1036
+ --display-semibold-large-style: semibold;
1037
+ /* Mobile/Display/Semibold/Medium */
1038
+ --display-semibold-medium: 600 48px/60px var(--typeface);
1039
+ /* Mobile/Display/Semibold/Medium - line height */
1040
+ --display-semibold-medium-line-height: 60px;
1041
+ /* Mobile/Display/Semibold/Medium - size */
1042
+ --display-semibold-medium-size: 48px;
1043
+ /* Mobile/Display/Semibold/Medium - style */
1044
+ --display-semibold-medium-style: semibold;
1045
+ /* Mobile/Display/Semibold/Small */
1046
+ --display-semibold-small: 600 40px/48px var(--typeface);
1047
+ /* Mobile/Display/Semibold/Small - line height */
1048
+ --display-semibold-small-line-height: 48px;
1049
+ /* Mobile/Display/Semibold/Small - size */
1050
+ --display-semibold-small-size: 40px;
1051
+ /* Mobile/Display/Semibold/Small - style */
1052
+ --display-semibold-small-style: semibold;
1053
+ /* Mobile/Heading/H1 - Large Headline */
1054
+ --heading-h1: 600 32px/40px var(--typeface);
1055
+ /* Mobile/Heading/H1 - Large Headline line height */
1056
+ --heading-h1-line-height: 40px;
1057
+ /* Mobile/Heading/H1 - Large Headline size */
1058
+ --heading-h1-size: 32px;
1059
+ /* Mobile/Heading/H1 - Large Headline style */
1060
+ --heading-h1-style: semibold;
1061
+ /* Mobile/Heading/H2 - Headline */
1062
+ --heading-h2: 600 28px/36px var(--typeface);
1063
+ /* Mobile/Heading/H2 - Headline line height */
1064
+ --heading-h2-line-height: 36px;
1065
+ /* Mobile/Heading/H2 - Headline size */
1066
+ --heading-h2-size: 28px;
1067
+ /* Mobile/Heading/H2 - Headline style */
1068
+ --heading-h2-style: semibold;
1069
+ /* Mobile/Heading/H3 - Headline */
1070
+ --heading-h3: 600 24px/32px var(--typeface);
1071
+ /* Mobile/Heading/H3 - Headline line height */
1072
+ --heading-h3-line-height: 32px;
1073
+ /* Mobile/Heading/H3 - Headline size */
1074
+ --heading-h3-size: 24px;
1075
+ /* Mobile/Heading/H3 - Headline style */
1076
+ --heading-h3-style: semibold;
1077
+ /* Mobile/Heading/H4 - Headline */
1078
+ --heading-h4: 600 20px/28px var(--typeface);
1079
+ /* Mobile/Heading/H4 - Headline line height */
1080
+ --heading-h4-line-height: 28px;
1081
+ /* Mobile/Heading/H4 - Headline size */
1082
+ --heading-h4-size: 20px;
1083
+ /* Mobile/Heading/H4 - Headline style */
1084
+ --heading-h4-style: semibold;
1085
+ /* Mobile/Heading/H5 */
1086
+ --heading-h5: 600 18px/24px var(--typeface);
1087
+ /* Mobile/Heading/H5 - line height */
1088
+ --heading-h5-line-height: 24px;
1089
+ /* Mobile/Heading/H5 - size */
1090
+ --heading-h5-size: 18px;
1091
+ /* Mobile/Heading/H5 - style */
1092
+ --heading-h5-style: semibold;
1093
+ /* Mobile/Heading/H6 */
1094
+ --heading-h6: 500 16px/20px var(--typeface);
1095
+ /* Mobile/Heading/H6 - line height */
1096
+ --heading-h6-line-height: 20px;
1097
+ /* Mobile/Heading/H6 - size */
1098
+ --heading-h6-size: 16px;
1099
+ /* Mobile/Heading/H6 - style */
1100
+ --heading-h6-style: medium;
1101
+ /* Mobile/Subheader/Large - Headline */
1102
+ --subheader-large: 400 20px/28px var(--typeface);
1103
+ /* Mobile/Subheader/Large - Headline line height */
1104
+ --subheader-large-line-height: 28px;
1105
+ /* Mobile/Subheader/Large - Headline size */
1106
+ --subheader-large-size: 20px;
1107
+ /* Mobile/Subheader/Large - Headline style */
1108
+ --subheader-large-style: regular;
1109
+ /* Mobile/Subheader/Medium - Headline */
1110
+ --subheader-medium: 400 18px/24px var(--typeface);
1111
+ /* Mobile/Subheader/Medium - Headline line height */
1112
+ --subheader-medium-line-height: 24px;
1113
+ /* Mobile/Subheader/Medium - Headline size */
1114
+ --subheader-medium-size: 18px;
1115
+ /* Mobile/Subheader/Medium - Headline style */
1116
+ --subheader-medium-style: regular;
1117
+ /* Mobile/Subheader/X-Large - Headline */
1118
+ --subheader-x-large: 400 24px/32px var(--typeface);
1119
+ /* Mobile/Subheader/X-Large - Headline line height */
1120
+ --subheader-x-large-line-height: 32px;
1121
+ /* Mobile/Subheader/X-Large - Headline size */
1122
+ --subheader-x-large-size: 24px;
1123
+ /* Mobile/Subheader/X-Large - Headline style */
1124
+ --subheader-x-large-style: regular;
1125
+ /* Mobile/Subheader/XX-Large - Large Headline */
1126
+ --subheader-xx-large: 400 28px/36px var(--typeface);
1127
+ /* Mobile/Subheader/XX-Large - Large Headline line height */
1128
+ --subheader-xx-large-line-height: 36px;
1129
+ /* Mobile/Subheader/XX-Large - Large Headline size */
1130
+ --subheader-xx-large-size: 28px;
1131
+ /* Mobile/Subheader/XX-Large - Large Headline style */
1132
+ --subheader-xx-large-style: regular;
1133
+ /* Mobile/Subheader/XXX-Large - Large Headline */
1134
+ --subheader-xxx-large: 400 32px/40px var(--typeface);
1135
+ /* Mobile/Subheader/XXX-Large - Large Headline line height */
1136
+ --subheader-xxx-large-line-height: 40px;
1137
+ /* Mobile/Subheader/XXX-Large - Large Headline size */
1138
+ --subheader-xxx-large-size: 32px;
1139
+ /* Mobile/Subheader/XXX-Large - Large Headline style */
1140
+ --subheader-xxx-large-style: regular;
1141
+ --button-border-width: 2px;
1142
+ --button-border-type: solid;
1143
+ --button-border-radius: var(--radius-full);
1144
+ }
1145
+ @media (width >= 640px) {
1146
+ :root {
1147
+ /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. */
1148
+ --display-regular-large: 400 64px/88px var(--typeface);
1149
+ /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. line height */
1150
+ --display-regular-large-line-height: 88px;
1151
+ /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. size */
1152
+ --display-regular-large-size: 64px;
1153
+ /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. style */
1154
+ --display-regular-large-style: regular;
1155
+ /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. */
1156
+ --display-regular-medium: 400 56px/72px var(--typeface);
1157
+ /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. line height */
1158
+ --display-regular-medium-line-height: 72px;
1159
+ /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. size */
1160
+ --display-regular-medium-size: 56px;
1161
+ /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. style */
1162
+ --display-regular-medium-style: regular;
1163
+ /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. */
1164
+ --display-regular-small: 400 48px/60px var(--typeface);
1165
+ /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. line height */
1166
+ --display-regular-small-line-height: 60px;
1167
+ /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. size */
1168
+ --display-regular-small-size: 48px;
1169
+ /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. style */
1170
+ --display-regular-small-style: regular;
1171
+ /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. */
1172
+ --display-semibold-large: 600 64px/88px var(--typeface);
1173
+ /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. line height */
1174
+ --display-semibold-large-line-height: 88px;
1175
+ /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. size */
1176
+ --display-semibold-large-size: 64px;
1177
+ /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. style */
1178
+ --display-semibold-large-style: semibold;
1179
+ /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. */
1180
+ --display-semibold-medium: 600 56px/72px var(--typeface);
1181
+ /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. line height */
1182
+ --display-semibold-medium-line-height: 72px;
1183
+ /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. size */
1184
+ --display-semibold-medium-size: 56px;
1185
+ /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. style */
1186
+ --display-semibold-medium-style: semibold;
1187
+ /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. */
1188
+ --display-semibold-small: 600 48px/60px var(--typeface);
1189
+ /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. line height */
1190
+ --display-semibold-small-line-height: 60px;
1191
+ /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. size */
1192
+ --display-semibold-small-size: 48px;
1193
+ /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. style */
1194
+ --display-semibold-small-style: semibold;
1195
+ /* Desktop/Heading/H1 */
1196
+ --heading-h1: 600 40px/48px var(--typeface);
1197
+ /* Desktop/Heading/H1 - line height */
1198
+ --heading-h1-line-height: 48px;
1199
+ /* Desktop/Heading/H1 - size */
1200
+ --heading-h1-size: 40px;
1201
+ /* Desktop/Heading/H1 - style */
1202
+ --heading-h1-style: semibold;
1203
+ /* Desktop/Heading/H2 */
1204
+ --heading-h2: 600 32px/40px var(--typeface);
1205
+ /* Desktop/Heading/H2 - line height */
1206
+ --heading-h2-line-height: 40px;
1207
+ /* Desktop/Heading/H2 - size */
1208
+ --heading-h2-size: 32px;
1209
+ /* Desktop/Heading/H2 - style */
1210
+ --heading-h2-style: semibold;
1211
+ /* Desktop/Heading/H3 */
1212
+ --heading-h3: 600 28px/36px var(--typeface);
1213
+ /* Desktop/Heading/H3 - line height */
1214
+ --heading-h3-line-height: 36px;
1215
+ /* Desktop/Heading/H3 - size */
1216
+ --heading-h3-size: 28px;
1217
+ /* Desktop/Heading/H3 - style */
1218
+ --heading-h3-style: semibold;
1219
+ /* Desktop/Heading/H4 */
1220
+ --heading-h4: 600 24px/32px var(--typeface);
1221
+ /* Desktop/Heading/H4 - line height */
1222
+ --heading-h4-line-height: 32px;
1223
+ /* Desktop/Heading/H4 - size */
1224
+ --heading-h4-size: 24px;
1225
+ /* Desktop/Heading/H4 - style */
1226
+ --heading-h4-style: semibold;
1227
+ /* Desktop/Heading/H5 */
1228
+ --heading-h5: 600 20px/28px var(--typeface);
1229
+ /* Desktop/Heading/H5 - line height */
1230
+ --heading-h5-line-height: 28px;
1231
+ /* Desktop/Heading/H5 - size */
1232
+ --heading-h5-size: 20px;
1233
+ /* Desktop/Heading/H5 - style */
1234
+ --heading-h5-style: semibold;
1235
+ /* Desktop/Heading/H6 */
1236
+ --heading-h6: 500 18px/24px var(--typeface);
1237
+ /* Desktop/Heading/H6 - line height */
1238
+ --heading-h6-line-height: 24px;
1239
+ /* Desktop/Heading/H6 - size */
1240
+ --heading-h6-size: 18px;
1241
+ /* Desktop/Heading/H6 - style */
1242
+ --heading-h6-style: medium;
1243
+ /* Desktop/Subheader/Large - Headline */
1244
+ --subheader-large: 400 24px/32px var(--typeface);
1245
+ /* Desktop/Subheader/Large - Headline line height */
1246
+ --subheader-large-line-height: 32px;
1247
+ /* Desktop/Subheader/Large - Headline size */
1248
+ --subheader-large-size: 24px;
1249
+ /* Desktop/Subheader/Large - Headline style */
1250
+ --subheader-large-style: regular;
1251
+ /* Desktop/Subheader/Medium */
1252
+ --subheader-medium: 400 20px/28px var(--typeface);
1253
+ /* Desktop/Subheader/Medium - line height */
1254
+ --subheader-medium-line-height: 28px;
1255
+ /* Desktop/Subheader/Medium - size */
1256
+ --subheader-medium-size: 20px;
1257
+ /* Desktop/Subheader/Medium - style */
1258
+ --subheader-medium-style: regular;
1259
+ /* Desktop/Subheader/X-Large - Headline */
1260
+ --subheader-x-large: 400 28px/36px var(--typeface);
1261
+ /* Desktop/Subheader/X-Large - Headline line height */
1262
+ --subheader-x-large-line-height: 36px;
1263
+ /* Desktop/Subheader/X-Large - Headline size */
1264
+ --subheader-x-large-size: 28px;
1265
+ /* Desktop/Subheader/X-Large - Headline style */
1266
+ --subheader-x-large-style: regular;
1267
+ /* Desktop/Subheader/XX-Large - Headline */
1268
+ --subheader-xx-large: 400 32px/40px var(--typeface);
1269
+ /* Desktop/Subheader/XX-Large - Headline line height */
1270
+ --subheader-xx-large-line-height: 40px;
1271
+ /* Desktop/Subheader/XX-Large - Headline size */
1272
+ --subheader-xx-large-size: 32px;
1273
+ /* Desktop/Subheader/XX-Large - Headline style */
1274
+ --subheader-xx-large-style: regular;
1275
+ /* Desktop/Subheader/XXX-Large - Large Headline */
1276
+ --subheader-xxx-large: 400 40px/48px var(--typeface);
1277
+ /* Desktop/Subheader/XXX-Large - Large Headline line height */
1278
+ --subheader-xxx-large-line-height: 48px;
1279
+ /* Desktop/Subheader/XXX-Large - Large Headline size */
1280
+ --subheader-xxx-large-size: 40px;
1281
+ /* Desktop/Subheader/XXX-Large - Large Headline style */
1282
+ --subheader-xxx-large-style: regular;
1283
+ }
1284
+ }
1285
+ :root {
1286
+ /** Light theme (default) **/
1287
+ /* Background/base - Theme - Cartus */
1288
+ --background-base: #ffffff;
1289
+ /* Background/scrim - Theme - Cartus */
1290
+ --background-scrim: #00000040;
1291
+ /* Background/shade - Theme - Cartus */
1292
+ --background-shade: #f5f5f5;
1293
+ /* Data visual/category-01 - Theme - Cartus */
1294
+ --data-visual-category-01: #0a466c;
1295
+ /* Data visual/category-01-highlight - Theme - Cartus */
1296
+ --data-visual-category-01-highlight: #0a466c4d;
1297
+ /* Data visual/category-02 - Theme - Cartus */
1298
+ --data-visual-category-02: #299de0;
1299
+ /* Data visual/category-02-highlight - Theme - Cartus */
1300
+ --data-visual-category-02-highlight: #299de04d;
1301
+ /* Data visual/category-03 - Theme - Cartus */
1302
+ --data-visual-category-03: #130033;
1303
+ /* Data visual/category-03-highlight - Theme - Cartus */
1304
+ --data-visual-category-03-highlight: #1300334d;
1305
+ /* Data visual/category-04 - Theme - Cartus */
1306
+ --data-visual-category-04: #389e7a;
1307
+ /* Data visual/category-04-highlight - Theme - Cartus */
1308
+ --data-visual-category-04-highlight: #389e7a4d;
1309
+ /* Data visual/category-05 - Theme - Cartus */
1310
+ --data-visual-category-05: #094a53;
1311
+ /* Data visual/category-05-highlight - Theme - Cartus */
1312
+ --data-visual-category-05-highlight: #094a534d;
1313
+ /* Data visual/category-06 - Theme - Cartus */
1314
+ --data-visual-category-06: #7f7f7f;
1315
+ /* Data visual/category-06-highlight - Theme - Cartus */
1316
+ --data-visual-category-06-highlight: #7f7f7f4d;
1317
+ /* Data visual/category-07 - Theme - Cartus */
1318
+ --data-visual-category-07: #433479;
1319
+ /* Data visual/category-07-highlight - Theme - Cartus */
1320
+ --data-visual-category-07-highlight: #4334794d;
1321
+ /* Data visual/category-1 - Theme - Cartus */
1322
+ --data-visual-category-1: #0a466c;
1323
+ /* Data visual/category-1-highlight - Theme - Cartus */
1324
+ --data-visual-category-1-highlight: #0a466c4d;
1325
+ /* Data visual/category-2 - Theme - Cartus */
1326
+ --data-visual-category-2: #299de0;
1327
+ /* Data visual/category-2-highlight - Theme - Cartus */
1328
+ --data-visual-category-2-highlight: #299de04d;
1329
+ /* Data visual/category-3 - Theme - Cartus */
1330
+ --data-visual-category-3: #130033;
1331
+ /* Data visual/category-3-highlight - Theme - Cartus */
1332
+ --data-visual-category-3-highlight: #1300334d;
1333
+ /* Data visual/category-4 - Theme - Cartus */
1334
+ --data-visual-category-4: #389e7a;
1335
+ /* Data visual/category-4-highlight - Theme - Cartus */
1336
+ --data-visual-category-4-highlight: #389e7a4d;
1337
+ /* Data visual/category-5 - Theme - Cartus */
1338
+ --data-visual-category-5: #094a53;
1339
+ /* Data visual/category-5-highlight - Theme - Cartus */
1340
+ --data-visual-category-5-highlight: #094a534d;
1341
+ /* Data visual/category-6 - Theme - Cartus */
1342
+ --data-visual-category-6: #7f7f7f;
1343
+ /* Data visual/category-6-highlight - Theme - Cartus */
1344
+ --data-visual-category-6-highlight: #7f7f7f4d;
1345
+ /* Data visual/category-7 - Theme - Cartus */
1346
+ --data-visual-category-7: #433479;
1347
+ /* Data visual/category-7-highlight - Theme - Cartus */
1348
+ --data-visual-category-7-highlight: #4334794d;
1349
+ /* Data visual/gradient-end - Theme - Cartus */
1350
+ --data-visual-gradient-end: #ffffff4d;
1351
+ /* Data visual/green - Theme - Cartus */
1352
+ --data-visual-green: #258750;
1353
+ /* Data visual/green-highlight - Theme - Cartus */
1354
+ --data-visual-green-highlight: #deede5;
1355
+ /* Data visual/negative - Theme - Cartus */
1356
+ --data-visual-negative: #d83a52;
1357
+ /* Data visual/negative-highlight - Theme - Cartus */
1358
+ --data-visual-negative-highlight: #f9e1e5;
1359
+ /* Data visual/positive - Theme - Cartus */
1360
+ --data-visual-positive: #258750;
1361
+ /* Data visual/positive-highlight - Theme - Cartus */
1362
+ --data-visual-positive-highlight: #deede5;
1363
+ /* Data visual/red - Theme - Cartus */
1364
+ --data-visual-red: #d83a52;
1365
+ /* Data visual/red-highlight - Theme - Cartus */
1366
+ --data-visual-red-highlight: #f9e1e5;
1367
+ /* Foreground/Brand/on-inverse-primary - Theme - Cartus */
1368
+ --foreground-brand-on-inverse-primary: #6691b8;
1369
+ /* Foreground/Brand/on-inverse-secondary - Theme - Cartus */
1370
+ --foreground-brand-on-inverse-secondary: #79c1e6;
1371
+ /* Foreground/Brand/on-brand-primary - Theme - Cartus */
1372
+ --foreground-brand-on-primary: #ffffff;
1373
+ /* Foreground/Brand/on-brand-secondary - Theme - Cartus */
1374
+ --foreground-brand-on-secondary: #141414;
1375
+ /* Foreground/Brand/brand-primary - Theme - Cartus */
1376
+ --foreground-brand-primary: #004788;
1377
+ /* Foreground/Brand/brand-primary-depth - Theme - Cartus */
1378
+ --foreground-brand-primary-depth: #003c74;
1379
+ /* Foreground/Brand/brand-secondary - Theme - Cartus */
1380
+ --foreground-brand-secondary: #2098d5;
1381
+ /* Foreground/Brand/brand-secondary-depth - Theme - Cartus */
1382
+ --foreground-brand-secondary-depth: #1b81b5;
1383
+ /* Foreground/Link text/default - Theme - Cartus */
1384
+ --foreground-link-text-default: #215ecd;
1385
+ /* Foreground/Link text/default-disabled - Theme - Cartus */
1386
+ --foreground-link-text-default-disabled: #7a9ee1;
1387
+ /* Foreground/Link text/default-hovered - Theme - Cartus */
1388
+ --foreground-link-text-default-hovered: #1e55b9;
1389
+ /* Foreground/Link text/default-pressed - Theme - Cartus */
1390
+ --foreground-link-text-default-pressed: #1a4ba4;
1391
+ /* Foreground/Link text/default-visited - Theme - Cartus */
1392
+ --foreground-link-text-default-visited: #7a3e7a;
1393
+ /* Foreground/Link text/subtle-disabled - Theme - Cartus */
1394
+ --foreground-link-text-subtle-disabled: #bdbdbd;
1395
+ /* Foreground/Link text/subtle-hovered - Theme - Cartus */
1396
+ --foreground-link-text-subtle-hovered: #292929;
1397
+ /* Foreground/Link text/subtle-inversed-disabled - Theme - Cartus */
1398
+ --foreground-link-text-subtle-inversed-disabled: #757575;
1399
+ /* Foreground/Link text/subtle-pressed - Theme - Cartus */
1400
+ --foreground-link-text-subtle-pressed: #424242;
1401
+ /* Foreground/Neutral/disabled-on-color-surface - Theme - Cartus */
1402
+ --foreground-neutral-disabled-on-color-surface: #757575;
1403
+ /* Foreground/Neutral/disabled-on-surface - Theme - Cartus */
1404
+ --foreground-neutral-disabled-on-surface: #bdbdbd;
1405
+ /* Foreground/Neutral/on-surface - Theme - Cartus */
1406
+ --foreground-neutral-on-surface: #141414;
1407
+ /* Foreground/Neutral/on-surface-variant-01 - Theme - Cartus */
1408
+ --foreground-neutral-on-surface-variant-01: #474747;
1409
+ /* Foreground/Neutral/on-surface-variant-02 - Theme - Cartus */
1410
+ --foreground-neutral-on-surface-variant-02: #757575;
1411
+ /* Foreground/Neutral/on-surface-variant-03 - Theme - Cartus */
1412
+ --foreground-neutral-on-surface-variant-03: #8a8a8a;
1413
+ /* Foreground/Neutral/skeleton-element - Theme - Cartus */
1414
+ --foreground-neutral-skeleton-element: #c7c7c7;
1415
+ /* Foreground/Spectrum/blue - Theme - Cartus */
1416
+ --foreground-spectrum-blue: #143778;
1417
+ /* Foreground/Spectrum/green - Theme - Cartus */
1418
+ --foreground-spectrum-green: #134428;
1419
+ /* Foreground/Spectrum/lime - Theme - Cartus */
1420
+ --foreground-spectrum-lime: #60651a;
1421
+ /* Foreground/Spectrum/magenta - Theme - Cartus */
1422
+ --foreground-spectrum-magenta: #63076f;
1423
+ /* Foreground/Spectrum/orange - Theme - Cartus */
1424
+ --foreground-spectrum-orange: #773001;
1425
+ /* Foreground/Spectrum/pink - Theme - Cartus */
1426
+ --foreground-spectrum-pink: #6c1240;
1427
+ /* Foreground/Spectrum/purple - Theme - Cartus */
1428
+ --foreground-spectrum-purple: #310077;
1429
+ /* Foreground/Spectrum/red - Theme - Cartus */
1430
+ --foreground-spectrum-red: #6c1d29;
1431
+ /* Foreground/Spectrum/teal - Theme - Cartus */
1432
+ --foreground-spectrum-teal: #01413c;
1433
+ /* Foreground/Spectrum/yellow - Theme - Cartus */
1434
+ --foreground-spectrum-yellow: #7b5e18;
1435
+ /* Interaction/brand-disabled-opacity - Theme - 3.0 */
1436
+ --interaction-brand-disabled-opacity: #0000000f;
1437
+ /* Interaction/brand-hover-opacity - Theme - 3.0 */
1438
+ --interaction-brand-hover-opacity: #0000001a;
1439
+ /* Interaction/brand-press-opacity - Theme - 3.0 */
1440
+ --interaction-brand-press-opacity: #00000033;
1441
+ /* Interaction/hover-opacity - Theme - 3.0 */
1442
+ --interaction-hover-opacity: #00000014;
1443
+ /* Interaction/link-active-opacity - Theme - 3.0 */
1444
+ --interaction-link-active-opacity: #0000004d;
1445
+ /* Interaction/press-opacity - Theme - 3.0 */
1446
+ --interaction-press-opacity: #00000029;
1447
+ /* Interactions/brand-disabled-opacity - Theme - Cartus */
1448
+ --interactions-brand-disabled-opacity: #0000000f;
1449
+ /* Interactions/brand-hover-opacity - Theme - Cartus */
1450
+ --interactions-brand-hover-opacity: #0000001a;
1451
+ /* Interactions/brand-press-opacity - Theme - Cartus */
1452
+ --interactions-brand-press-opacity: #00000033;
1453
+ /* Interactions/disabled-opacity - Theme - Cartus */
1454
+ --interactions-disabled-opacity: #0000000f;
1455
+ /* Interactions/hover-opacity - Theme - Cartus */
1456
+ --interactions-hover-opacity: #00000014;
1457
+ /* Interactions/link-active-opacity - Theme - Cartus */
1458
+ --interactions-link-active-opacity: #0000004d;
1459
+ /* Interactions/neutral-hover-opacity - Theme - Cartus */
1460
+ --interactions-neutral-hover-opacity: #00000014;
1461
+ /* Interactions/neutral-press-opacity - Theme - Cartus */
1462
+ --interactions-neutral-press-opacity: #00000029;
1463
+ /* Interactions/press-opacity - Theme - Cartus */
1464
+ --interactions-press-opacity: #00000029;
1465
+ /* Interactions/primary-disabled-opacity - Theme - Cartus */
1466
+ --interactions-primary-disabled-opacity: #0047881f;
1467
+ /* Interactions/primary-hover-opacity - Theme - Cartus */
1468
+ --interactions-primary-hover-opacity: #0047881a;
1469
+ /* Interactions/primary-press-opacity - Theme - Cartus */
1470
+ --interactions-primary-press-opacity: #00478833;
1471
+ /* Shadow/shadow-10 - Theme - Cartus */
1472
+ --shadow-10: #0000001a;
1473
+ /* Shadow/shadow-12 - Theme - Cartus */
1474
+ --shadow-12: #0000001f;
1475
+ /* Shadow/shadow-15 - Theme - Cartus */
1476
+ --shadow-15: #00000026;
1477
+ /* Shadow/shadow-25 - Theme - Cartus */
1478
+ --shadow-25: #00000040;
1479
+ /* Shadow/shadow-32 - Theme - Cartus */
1480
+ --shadow-32: #00000052;
1481
+ /* Shadow/inner-shadow - Theme - Cartus */
1482
+ --shadow-inner: #ffffff;
1483
+ /* Shadow/inner-shadow-100 - Theme - Cartus */
1484
+ --shadow-inner-100: #ffffff;
1485
+ /* Shadow/variant-01 - Theme - Cartus */
1486
+ --shadow-variant-01: #0000001a;
1487
+ /* Shadow/variant-02 - Theme - Cartus */
1488
+ --shadow-variant-02: #0000001f;
1489
+ /* Shadow/variant-03 - Theme - Cartus */
1490
+ --shadow-variant-03: #00000026;
1491
+ /* Shadow/variant-04 - Theme - Cartus */
1492
+ --shadow-variant-04: #00000040;
1493
+ /* Shadow/variant-05 - Theme - Cartus */
1494
+ --shadow-variant-05: #00000052;
1495
+ /* Status/error - Theme - Cartus */
1496
+ --status-error: #d83a52;
1497
+ /* Status/information - Theme - Cartus */
1498
+ --status-information: #276ef1;
1499
+ /* Status/informational - Theme - Cartus */
1500
+ --status-informational: #276ef1;
1501
+ /* Status/success - Theme - Cartus */
1502
+ --status-success: #258750;
1503
+ /* Status/warning - Theme - Cartus */
1504
+ --status-warning: #f6bc2f;
1505
+ /* Stroke/Brand/brand-primary - Theme - Cartus */
1506
+ --stroke-brand-primary: #004788;
1507
+ /* Stroke/Brand/brand-primary-depth - Theme - Cartus */
1508
+ --stroke-brand-primary-depth: #003c74;
1509
+ /* Stroke/Brand/brand-secondary - Theme - Cartus */
1510
+ --stroke-brand-secondary: #2098d5;
1511
+ /* Stroke/Brand/brand-secondary-depth - Theme - Cartus */
1512
+ --stroke-brand-secondary-depth: #1b81b5;
1513
+ /* Stroke/Neutral/neutral-base - Theme - Cartus */
1514
+ --stroke-neutral-base: #949494;
1515
+ /* Stroke/Neutral/disabled-dark - Theme - Cartus */
1516
+ --stroke-neutral-disabled-dark: #757575;
1517
+ /* Stroke/Neutral/disabled-light - Theme - Cartus */
1518
+ --stroke-neutral-disabled-light: #bdbdbd;
1519
+ /* Stroke/Neutral/focus - Theme - Cartus */
1520
+ --stroke-neutral-focus: #000000;
1521
+ /* Stroke/Neutral/neutral-high - Theme - Cartus */
1522
+ --stroke-neutral-high: #141414;
1523
+ /* Stroke/Neutral/neutral-high-contrast - Theme - Cartus */
1524
+ --stroke-neutral-high-contrast: #141414;
1525
+ /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */
1526
+ --stroke-neutral-interaction-disabled-dark: #48566a;
1527
+ /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */
1528
+ --stroke-neutral-interaction-disabled-light: #c8d6e5;
1529
+ /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */
1530
+ --stroke-neutral-interaction-focus: #000000;
1531
+ /* Stroke/Neutral/Interactions/disabled-dark - Theme - Cartus */
1532
+ --stroke-neutral-interactions-disabled-dark: #757575;
1533
+ /* Stroke/Neutral/Interactions/disabled-light - Theme - Cartus */
1534
+ --stroke-neutral-interactions-disabled-light: #bdbdbd;
1535
+ /* Stroke/Neutral/Interactions/focus - Theme - Cartus */
1536
+ --stroke-neutral-interactions-focus: #000000;
1537
+ /* Stroke/Neutral/neutral-low - Theme - Cartus */
1538
+ --stroke-neutral-low: #e0e0e0;
1539
+ /* Stroke/Neutral/neutral-low-contrast - Theme - Cartus */
1540
+ --stroke-neutral-low-contrast: #e0e0e0;
1541
+ /* Surface/Brand/primary - Theme - Cartus */
1542
+ --surface-brand-primary: #004788;
1543
+ /* Surface/Brand/primary-highlight - Theme - Cartus */
1544
+ --surface-brand-primary-highlight: #d9e3ed;
1545
+ /* Surface/Brand/secondary - Theme - Cartus */
1546
+ --surface-brand-secondary: #2098d5;
1547
+ /* Surface/Brand/secondary-highlight - Theme - Cartus */
1548
+ --surface-brand-secondary-highlight: #def0f9;
1549
+ /* Surface/Neutral/Interactions/dark-disabled - Theme - Cartus */
1550
+ --surface-neutral-interactions-dark-disabled: #d6d6d6;
1551
+ /* Surface/Neutral/Interactions/light-disabled - Theme - Cartus */
1552
+ --surface-neutral-interactions-light-disabled: #f5f5f5;
1553
+ /* Surface/Neutral/Interactions/skeleton - Theme - Cartus */
1554
+ --surface-neutral-interactions-skeleton: #e0e0e0;
1555
+ /* Surface/Neutral/inverse - Theme - Cartus */
1556
+ --surface-neutral-inverse: #1f1f1f;
1557
+ /* Surface/Neutral/inverse-dark - Theme - Cartus */
1558
+ --surface-neutral-inverse-dark: #1f1f1f;
1559
+ /* Surface/Neutral/inverse-light - Theme - Cartus */
1560
+ --surface-neutral-inverse-light: #ffffff;
1561
+ /* Surface/Neutral/skeleton - Theme - Cartus */
1562
+ --surface-neutral-skeleton: #e0e0e0;
1563
+ /* Surface/Neutral/T1-base - Theme - Cartus */
1564
+ --surface-neutral-t1-base: #ffffff;
1565
+ /* Surface/Neutral/T2-lowest - Theme - Cartus */
1566
+ --surface-neutral-t2-lowest: #f5f5f5;
1567
+ /* Surface/Neutral/T3-low - Theme - Cartus */
1568
+ --surface-neutral-t3-low: #dbdbdb;
1569
+ /* Surface/Neutral/T4-high - Theme - Cartus */
1570
+ --surface-neutral-t4-high: #6b6b6b;
1571
+ /* Surface/Spectrum/blue - Theme - Cartus */
1572
+ --surface-spectrum-blue: #dfe9fd;
1573
+ /* Surface/Spectrum/green - Theme - Cartus */
1574
+ --surface-spectrum-green: #deede5;
1575
+ /* Surface/Spectrum/lime - Theme - Cartus */
1576
+ --surface-spectrum-lime: #f6f7e0;
1577
+ /* Surface/Spectrum/magenta - Theme - Cartus */
1578
+ --surface-spectrum-magenta: #f6dbfa;
1579
+ /* Surface/Spectrum/orange - Theme - Cartus */
1580
+ --surface-spectrum-orange: #fce7d9;
1581
+ /* Surface/Spectrum/pink - Theme - Cartus */
1582
+ --surface-spectrum-pink: #f9deec;
1583
+ /* Surface/Spectrum/purple - Theme - Cartus */
1584
+ --surface-spectrum-purple: #e7d9fc;
1585
+ /* Surface/Spectrum/red - Theme - Cartus */
1586
+ --surface-spectrum-red: #f9e1e5;
1587
+ /* Surface/Spectrum/teal - Theme - Cartus */
1588
+ --surface-spectrum-teal: #d9eceb;
1589
+ /* Surface/Spectrum/yellow - Theme - Cartus */
1590
+ --surface-spectrum-yellow: #fef5e0;
1591
+ }
1592
+
1593
+ [data-theme=dark] {
1594
+ /* Background/base - Theme - Cartus */
1595
+ --background-base: #1f1f1f;
1596
+ /* Background/scrim - Theme - Cartus */
1597
+ --background-scrim: #61616180;
1598
+ /* Background/shade - Theme - Cartus */
1599
+ --background-shade: #292929;
1600
+ /* Data visual/category-01 - Theme - Cartus */
1601
+ --data-visual-category-01: #7899ae;
1602
+ /* Data visual/category-01-highlight - Theme - Cartus */
1603
+ --data-visual-category-01-highlight: #7899ae4d;
1604
+ /* Data visual/category-02 - Theme - Cartus */
1605
+ --data-visual-category-02: #7fc4ec;
1606
+ /* Data visual/category-02-highlight - Theme - Cartus */
1607
+ --data-visual-category-02-highlight: #7fc4ec4d;
1608
+ /* Data visual/category-03 - Theme - Cartus */
1609
+ --data-visual-category-03: #958ca3;
1610
+ /* Data visual/category-03-highlight - Theme - Cartus */
1611
+ --data-visual-category-03-highlight: #958ca34d;
1612
+ /* Data visual/category-04 - Theme - Cartus */
1613
+ --data-visual-category-04: #88c5af;
1614
+ /* Data visual/category-04-highlight - Theme - Cartus */
1615
+ --data-visual-category-04-highlight: #88c5af4d;
1616
+ /* Data visual/category-05 - Theme - Cartus */
1617
+ --data-visual-category-05: #789ba0;
1618
+ /* Data visual/category-05-highlight - Theme - Cartus */
1619
+ --data-visual-category-05-highlight: #789ba04d;
1620
+ /* Data visual/category-06 - Theme - Cartus */
1621
+ --data-visual-category-06: #b2b2b2;
1622
+ /* Data visual/category-06-highlight - Theme - Cartus */
1623
+ --data-visual-category-06-highlight: #b2b2b24d;
1624
+ /* Data visual/category-07 - Theme - Cartus */
1625
+ --data-visual-category-07: #a19abc;
1626
+ /* Data visual/category-07-highlight - Theme - Cartus */
1627
+ --data-visual-category-07-highlight: #a19abc4d;
1628
+ /* Data visual/category-1 - Theme - Cartus */
1629
+ --data-visual-category-1: #7899ae;
1630
+ /* Data visual/category-1-highlight - Theme - Cartus */
1631
+ --data-visual-category-1-highlight: #7899ae4d;
1632
+ /* Data visual/category-2 - Theme - Cartus */
1633
+ --data-visual-category-2: #7fc4ec;
1634
+ /* Data visual/category-2-highlight - Theme - Cartus */
1635
+ --data-visual-category-2-highlight: #7fc4ec4d;
1636
+ /* Data visual/category-3 - Theme - Cartus */
1637
+ --data-visual-category-3: #958ca3;
1638
+ /* Data visual/category-3-highlight - Theme - Cartus */
1639
+ --data-visual-category-3-highlight: #958ca34d;
1640
+ /* Data visual/category-4 - Theme - Cartus */
1641
+ --data-visual-category-4: #88c5af;
1642
+ /* Data visual/category-4-highlight - Theme - Cartus */
1643
+ --data-visual-category-4-highlight: #88c5af4d;
1644
+ /* Data visual/category-5 - Theme - Cartus */
1645
+ --data-visual-category-5: #789ba0;
1646
+ /* Data visual/category-5-highlight - Theme - Cartus */
1647
+ --data-visual-category-5-highlight: #789ba04d;
1648
+ /* Data visual/category-6 - Theme - Cartus */
1649
+ --data-visual-category-6: #b2b2b2;
1650
+ /* Data visual/category-6-highlight - Theme - Cartus */
1651
+ --data-visual-category-6-highlight: #b2b2b24d;
1652
+ /* Data visual/category-7 - Theme - Cartus */
1653
+ --data-visual-category-7: #a19abc;
1654
+ /* Data visual/category-7-highlight - Theme - Cartus */
1655
+ --data-visual-category-7-highlight: #a19abc4d;
1656
+ /* Data visual/gradient-end - Theme - Cartus */
1657
+ --data-visual-gradient-end: #1f1f1f4d;
1658
+ /* Data visual/green - Theme - Cartus */
1659
+ --data-visual-green: #7cb796;
1660
+ /* Data visual/green-highlight - Theme - Cartus */
1661
+ --data-visual-green-highlight: #0d2f1c;
1662
+ /* Data visual/negative - Theme - Cartus */
1663
+ --data-visual-negative: #e88997;
1664
+ /* Data visual/negative-highlight - Theme - Cartus */
1665
+ --data-visual-negative-highlight: #4c141d;
1666
+ /* Data visual/positive - Theme - Cartus */
1667
+ --data-visual-positive: #7cb796;
1668
+ /* Data visual/positive-highlight - Theme - Cartus */
1669
+ --data-visual-positive-highlight: #0d2f1c;
1670
+ /* Data visual/red - Theme - Cartus */
1671
+ --data-visual-red: #e88997;
1672
+ /* Data visual/red-highlight - Theme - Cartus */
1673
+ --data-visual-red-highlight: #4c141d;
1674
+ /* Foreground/Brand/on-inverse-primary - Theme - Cartus */
1675
+ --foreground-brand-on-inverse-primary: #6691b8;
1676
+ /* Foreground/Brand/on-inverse-secondary - Theme - Cartus */
1677
+ --foreground-brand-on-inverse-secondary: #79c1e6;
1678
+ /* Foreground/Brand/on-brand-primary - Theme - Cartus */
1679
+ --foreground-brand-on-primary: #141414;
1680
+ /* Foreground/Brand/on-brand-secondary - Theme - Cartus */
1681
+ --foreground-brand-on-secondary: #141414;
1682
+ /* Foreground/Brand/brand-primary - Theme - Cartus */
1683
+ --foreground-brand-primary: #6691b8;
1684
+ /* Foreground/Brand/brand-primary-depth - Theme - Cartus */
1685
+ --foreground-brand-primary-depth: #8cacc9;
1686
+ /* Foreground/Brand/brand-secondary - Theme - Cartus */
1687
+ --foreground-brand-secondary: #79c1e6;
1688
+ /* Foreground/Brand/brand-secondary-depth - Theme - Cartus */
1689
+ --foreground-brand-secondary-depth: #9bd1ec;
1690
+ /* Foreground/Link text/default - Theme - Cartus */
1691
+ --foreground-link-text-default: #7a9ee1;
1692
+ /* Foreground/Link text/default-disabled - Theme - Cartus */
1693
+ --foreground-link-text-default-disabled: #14387b;
1694
+ /* Foreground/Link text/default-hovered - Theme - Cartus */
1695
+ --foreground-link-text-default-hovered: #90afe6;
1696
+ /* Foreground/Link text/default-pressed - Theme - Cartus */
1697
+ --foreground-link-text-default-pressed: #a6bfeb;
1698
+ /* Foreground/Link text/default-visited - Theme - Cartus */
1699
+ --foreground-link-text-default-visited: #af8baf;
1700
+ /* Foreground/Link text/subtle-disabled - Theme - Cartus */
1701
+ --foreground-link-text-subtle-disabled: #4d4d4d;
1702
+ /* Foreground/Link text/subtle-hovered - Theme - Cartus */
1703
+ --foreground-link-text-subtle-hovered: #e6e6e6;
1704
+ /* Foreground/Link text/subtle-inversed-disabled - Theme - Cartus */
1705
+ --foreground-link-text-subtle-inversed-disabled: #424242;
1706
+ /* Foreground/Link text/subtle-pressed - Theme - Cartus */
1707
+ --foreground-link-text-subtle-pressed: #d1d1d1;
1708
+ /* Foreground/Neutral/disabled-on-color-surface - Theme - Cartus */
1709
+ --foreground-neutral-disabled-on-color-surface: #424242;
1710
+ /* Foreground/Neutral/disabled-on-surface - Theme - Cartus */
1711
+ --foreground-neutral-disabled-on-surface: #4d4d4d;
1712
+ /* Foreground/Neutral/on-surface - Theme - Cartus */
1713
+ --foreground-neutral-on-surface: #fafafa;
1714
+ /* Foreground/Neutral/on-surface-variant-01 - Theme - Cartus */
1715
+ --foreground-neutral-on-surface-variant-01: #c2c2c2;
1716
+ /* Foreground/Neutral/on-surface-variant-02 - Theme - Cartus */
1717
+ --foreground-neutral-on-surface-variant-02: #9e9e9e;
1718
+ /* Foreground/Neutral/on-surface-variant-03 - Theme - Cartus */
1719
+ --foreground-neutral-on-surface-variant-03: #757575;
1720
+ /* Foreground/Neutral/skeleton-element - Theme - Cartus */
1721
+ --foreground-neutral-skeleton-element: #4d4d4d;
1722
+ /* Foreground/Spectrum/blue - Theme - Cartus */
1723
+ --foreground-spectrum-blue: #88aff7;
1724
+ /* Foreground/Spectrum/green - Theme - Cartus */
1725
+ --foreground-spectrum-green: #87bd9f;
1726
+ /* Foreground/Spectrum/lime - Theme - Cartus */
1727
+ --foreground-spectrum-lime: #dce28f;
1728
+ /* Foreground/Spectrum/magenta - Theme - Cartus */
1729
+ --foreground-spectrum-magenta: #e07aed;
1730
+ /* Foreground/Spectrum/orange - Theme - Cartus */
1731
+ --foreground-spectrum-orange: #f6a874;
1732
+ /* Foreground/Spectrum/pink - Theme - Cartus */
1733
+ --foreground-spectrum-pink: #ea86b9;
1734
+ /* Foreground/Spectrum/purple - Theme - Cartus */
1735
+ --foreground-spectrum-purple: #c8a6f9;
1736
+ /* Foreground/Spectrum/red - Theme - Cartus */
1737
+ --foreground-spectrum-red: #ea93a0;
1738
+ /* Foreground/Spectrum/teal - Theme - Cartus */
1739
+ --foreground-spectrum-teal: #74bbb4;
1740
+ /* Foreground/Spectrum/yellow - Theme - Cartus */
1741
+ --foreground-spectrum-yellow: #fada8d;
1742
+ /* Interaction/brand-disabled-opacity - Theme - 3.0 */
1743
+ --interaction-brand-disabled-opacity: #ffffff0f;
1744
+ /* Interaction/brand-hover-opacity - Theme - 3.0 */
1745
+ --interaction-brand-hover-opacity: #ffffff1a;
1746
+ /* Interaction/brand-press-opacity - Theme - 3.0 */
1747
+ --interaction-brand-press-opacity: #ffffff33;
1748
+ /* Interaction/hover-opacity - Theme - 3.0 */
1749
+ --interaction-hover-opacity: #ffffff14;
1750
+ /* Interaction/link-active-opacity - Theme - 3.0 */
1751
+ --interaction-link-active-opacity: #ffffff4d;
1752
+ /* Interaction/press-opacity - Theme - 3.0 */
1753
+ --interaction-press-opacity: #ffffff29;
1754
+ /* Interactions/brand-disabled-opacity - Theme - Cartus */
1755
+ --interactions-brand-disabled-opacity: #ffffff0f;
1756
+ /* Interactions/brand-hover-opacity - Theme - Cartus */
1757
+ --interactions-brand-hover-opacity: #ffffff1a;
1758
+ /* Interactions/brand-press-opacity - Theme - Cartus */
1759
+ --interactions-brand-press-opacity: #ffffff33;
1760
+ /* Interactions/disabled-opacity - Theme - Cartus */
1761
+ --interactions-disabled-opacity: #ffffff0f;
1762
+ /* Interactions/hover-opacity - Theme - Cartus */
1763
+ --interactions-hover-opacity: #ffffff14;
1764
+ /* Interactions/link-active-opacity - Theme - Cartus */
1765
+ --interactions-link-active-opacity: #ffffff4d;
1766
+ /* Interactions/neutral-hover-opacity - Theme - Cartus */
1767
+ --interactions-neutral-hover-opacity: #ffffff14;
1768
+ /* Interactions/neutral-press-opacity - Theme - Cartus */
1769
+ --interactions-neutral-press-opacity: #ffffff29;
1770
+ /* Interactions/press-opacity - Theme - Cartus */
1771
+ --interactions-press-opacity: #ffffff29;
1772
+ /* Interactions/primary-disabled-opacity - Theme - Cartus */
1773
+ --interactions-primary-disabled-opacity: #6691b81f;
1774
+ /* Interactions/primary-hover-opacity - Theme - Cartus */
1775
+ --interactions-primary-hover-opacity: #6691b81a;
1776
+ /* Interactions/primary-press-opacity - Theme - Cartus */
1777
+ --interactions-primary-press-opacity: #6691b833;
1778
+ /* Shadow/shadow-10 - Theme - Cartus */
1779
+ --shadow-10: #6161611a;
1780
+ /* Shadow/shadow-12 - Theme - Cartus */
1781
+ --shadow-12: #6161611f;
1782
+ /* Shadow/shadow-15 - Theme - Cartus */
1783
+ --shadow-15: #61616126;
1784
+ /* Shadow/shadow-25 - Theme - Cartus */
1785
+ --shadow-25: #61616140;
1786
+ /* Shadow/shadow-32 - Theme - Cartus */
1787
+ --shadow-32: #61616152;
1788
+ /* Shadow/inner-shadow - Theme - Cartus */
1789
+ --shadow-inner: #000000;
1790
+ /* Shadow/inner-shadow-100 - Theme - Cartus */
1791
+ --shadow-inner-100: #000000;
1792
+ /* Shadow/variant-01 - Theme - Cartus */
1793
+ --shadow-variant-01: #6161611a;
1794
+ /* Shadow/variant-02 - Theme - Cartus */
1795
+ --shadow-variant-02: #6161611f;
1796
+ /* Shadow/variant-03 - Theme - Cartus */
1797
+ --shadow-variant-03: #61616126;
1798
+ /* Shadow/variant-04 - Theme - Cartus */
1799
+ --shadow-variant-04: #61616140;
1800
+ /* Shadow/variant-05 - Theme - Cartus */
1801
+ --shadow-variant-05: #61616152;
1802
+ /* Status/error - Theme - Cartus */
1803
+ --status-error: #e26b7d;
1804
+ /* Status/information - Theme - Cartus */
1805
+ --status-information: #5d92f5;
1806
+ /* Status/informational - Theme - Cartus */
1807
+ --status-informational: #5d92f5;
1808
+ /* Status/success - Theme - Cartus */
1809
+ --status-success: #519f73;
1810
+ /* Status/warning - Theme - Cartus */
1811
+ --status-warning: #f8cd63;
1812
+ /* Stroke/Brand/brand-primary - Theme - Cartus */
1813
+ --stroke-brand-primary: #6691b8;
1814
+ /* Stroke/Brand/brand-primary-depth - Theme - Cartus */
1815
+ --stroke-brand-primary-depth: #8cacc9;
1816
+ /* Stroke/Brand/brand-secondary - Theme - Cartus */
1817
+ --stroke-brand-secondary: #79c1e6;
1818
+ /* Stroke/Brand/brand-secondary-depth - Theme - Cartus */
1819
+ --stroke-brand-secondary-depth: #9bd1ec;
1820
+ /* Stroke/Neutral/neutral-base - Theme - Cartus */
1821
+ --stroke-neutral-base: #6b6b6b;
1822
+ /* Stroke/Neutral/disabled-dark - Theme - Cartus */
1823
+ --stroke-neutral-disabled-dark: #424242;
1824
+ /* Stroke/Neutral/disabled-light - Theme - Cartus */
1825
+ --stroke-neutral-disabled-light: #4d4d4d;
1826
+ /* Stroke/Neutral/focus - Theme - Cartus */
1827
+ --stroke-neutral-focus: #ffffff;
1828
+ /* Stroke/Neutral/neutral-high - Theme - Cartus */
1829
+ --stroke-neutral-high: #fafafa;
1830
+ /* Stroke/Neutral/neutral-high-contrast - Theme - Cartus */
1831
+ --stroke-neutral-high-contrast: #fafafa;
1832
+ /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */
1833
+ --stroke-neutral-interaction-disabled-dark: #b1c0d2;
1834
+ /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */
1835
+ --stroke-neutral-interaction-disabled-light: #323b49;
1836
+ /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */
1837
+ --stroke-neutral-interaction-focus: #ffffff;
1838
+ /* Stroke/Neutral/Interactions/disabled-dark - Theme - Cartus */
1839
+ --stroke-neutral-interactions-disabled-dark: #424242;
1840
+ /* Stroke/Neutral/Interactions/disabled-light - Theme - Cartus */
1841
+ --stroke-neutral-interactions-disabled-light: #4d4d4d;
1842
+ /* Stroke/Neutral/Interactions/focus - Theme - Cartus */
1843
+ --stroke-neutral-interactions-focus: #ffffff;
1844
+ /* Stroke/Neutral/neutral-low - Theme - Cartus */
1845
+ --stroke-neutral-low: #4d4d4d;
1846
+ /* Stroke/Neutral/neutral-low-contrast - Theme - Cartus */
1847
+ --stroke-neutral-low-contrast: #4d4d4d;
1848
+ /* Surface/Brand/primary - Theme - Cartus */
1849
+ --surface-brand-primary: #6691b8;
1850
+ /* Surface/Brand/primary-highlight - Theme - Cartus */
1851
+ --surface-brand-primary-highlight: #001222;
1852
+ /* Surface/Brand/secondary - Theme - Cartus */
1853
+ --surface-brand-secondary: #79c1e6;
1854
+ /* Surface/Brand/secondary-highlight - Theme - Cartus */
1855
+ --surface-brand-secondary-highlight: #082635;
1856
+ /* Surface/Neutral/Interactions/dark-disabled - Theme - Cartus */
1857
+ --surface-neutral-interactions-dark-disabled: #474747;
1858
+ /* Surface/Neutral/Interactions/light-disabled - Theme - Cartus */
1859
+ --surface-neutral-interactions-light-disabled: #292929;
1860
+ /* Surface/Neutral/Interactions/skeleton - Theme - Cartus */
1861
+ --surface-neutral-interactions-skeleton: #333333;
1862
+ /* Surface/Neutral/inverse - Theme - Cartus */
1863
+ --surface-neutral-inverse: #383838;
1864
+ /* Surface/Neutral/inverse-dark - Theme - Cartus */
1865
+ --surface-neutral-inverse-dark: #383838;
1866
+ /* Surface/Neutral/inverse-light - Theme - Cartus */
1867
+ --surface-neutral-inverse-light: #575757;
1868
+ /* Surface/Neutral/skeleton - Theme - Cartus */
1869
+ --surface-neutral-skeleton: #333333;
1870
+ /* Surface/Neutral/T1-base - Theme - Cartus */
1871
+ --surface-neutral-t1-base: #1f1f1f;
1872
+ /* Surface/Neutral/T2-lowest - Theme - Cartus */
1873
+ --surface-neutral-t2-lowest: #2e2e2e;
1874
+ /* Surface/Neutral/T3-low - Theme - Cartus */
1875
+ --surface-neutral-t3-low: #383838;
1876
+ /* Surface/Neutral/T4-high - Theme - Cartus */
1877
+ --surface-neutral-t4-high: #474747;
1878
+ /* Surface/Spectrum/blue - Theme - Cartus */
1879
+ --surface-spectrum-blue: #0e2754;
1880
+ /* Surface/Spectrum/green - Theme - Cartus */
1881
+ --surface-spectrum-green: #0d2f1c;
1882
+ /* Surface/Spectrum/lime - Theme - Cartus */
1883
+ --surface-spectrum-lime: #434712;
1884
+ /* Surface/Spectrum/magenta - Theme - Cartus */
1885
+ --surface-spectrum-magenta: #45054e;
1886
+ /* Surface/Spectrum/orange - Theme - Cartus */
1887
+ --surface-spectrum-orange: #532201;
1888
+ /* Surface/Spectrum/pink - Theme - Cartus */
1889
+ --surface-spectrum-pink: #4c0c2d;
1890
+ /* Surface/Spectrum/purple - Theme - Cartus */
1891
+ --surface-spectrum-purple: #220053;
1892
+ /* Surface/Spectrum/red - Theme - Cartus */
1893
+ --surface-spectrum-red: #4c141d;
1894
+ /* Surface/Spectrum/teal - Theme - Cartus */
1895
+ --surface-spectrum-teal: #012e2a;
1896
+ /* Surface/Spectrum/yellow - Theme - Cartus */
1897
+ --surface-spectrum-yellow: #564210;
1898
+ }