@bspk/ui 1.3.29 → 1.4.0

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