@novalabsxyz/tokens 2.0.0-y.6 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/build/css/tailwindTextStyles.css +696 -0
- package/build/css/textStyles.css +696 -0
- package/build/css/tokens-dark.css +2574 -0
- package/build/css/tokens-light.css +2562 -0
- package/build/index.d.ts +3 -0
- package/build/index.d.ts.map +1 -0
- package/build/index.js +5 -0
- package/build/index.js.map +1 -0
- package/build/js/tokens-dark-mobile.js +2112 -0
- package/build/js/tokens-dark.js +2112 -0
- package/build/js/tokens-light-mobile.js +2100 -0
- package/build/js/tokens-light.js +2100 -0
- package/build/json/textStyles.json +696 -0
- package/build/json/tokens-dark.json +4170 -0
- package/build/json/tokens-light.json +4143 -0
- package/build/scss/tokens-dark.scss +2220 -0
- package/build/scss/tokens-light.scss +2208 -0
- package/package.json +3 -4
@@ -0,0 +1,2220 @@
|
|
1
|
+
$hm_base_white: #ffffff;
|
2
|
+
$hm_base_black: #000000;
|
3
|
+
$hm_gray__25: #fcfcfd;
|
4
|
+
$hm_gray__50: #fafafa;
|
5
|
+
$hm_gray__100: #f4f4f5;
|
6
|
+
$hm_gray__200: #e4e4e7;
|
7
|
+
$hm_gray__300: #d1d1d6;
|
8
|
+
$hm_gray__400: #a0a0ab;
|
9
|
+
$hm_gray__500: #70707b;
|
10
|
+
$hm_gray__600: #51525c;
|
11
|
+
$hm_gray__700: #3f3f46;
|
12
|
+
$hm_gray__800: #26272b;
|
13
|
+
$hm_gray__900: #1a1a1e;
|
14
|
+
$hm_gray__950: #131316;
|
15
|
+
$hm_brand_25: #f5fbff;
|
16
|
+
$hm_brand_50: #f0f9ff;
|
17
|
+
$hm_brand_100: #e0f2fe;
|
18
|
+
$hm_brand_200: #b9e6fe;
|
19
|
+
$hm_brand_300: #7cd4fd;
|
20
|
+
$hm_brand_400: #36bffa;
|
21
|
+
$hm_brand_500: #0ba5ec;
|
22
|
+
$hm_brand_600: #0086c9;
|
23
|
+
$hm_brand_700: #026aa2;
|
24
|
+
$hm_brand_800: #065986;
|
25
|
+
$hm_brand_900: #0b4a6f;
|
26
|
+
$hm_brand_950: #062c41;
|
27
|
+
$hm_error_25: #fffbfa;
|
28
|
+
$hm_error_50: #fef3f2;
|
29
|
+
$hm_error_100: #fee4e2;
|
30
|
+
$hm_error_200: #fecdca;
|
31
|
+
$hm_error_300: #fda29b;
|
32
|
+
$hm_error_400: #f97066;
|
33
|
+
$hm_error_500: #f04438;
|
34
|
+
$hm_error_600: #d92d20;
|
35
|
+
$hm_error_700: #b42318;
|
36
|
+
$hm_error_800: #912018;
|
37
|
+
$hm_error_900: #7a271a;
|
38
|
+
$hm_error_950: #55160c;
|
39
|
+
$hm_warning_25: #fffcf5;
|
40
|
+
$hm_warning_50: #fffaeb;
|
41
|
+
$hm_warning_100: #fef0c7;
|
42
|
+
$hm_warning_200: #fedf89;
|
43
|
+
$hm_warning_300: #fec84b;
|
44
|
+
$hm_warning_400: #fdb022;
|
45
|
+
$hm_warning_500: #f79009;
|
46
|
+
$hm_warning_600: #dc6803;
|
47
|
+
$hm_warning_700: #b54708;
|
48
|
+
$hm_warning_800: #93370d;
|
49
|
+
$hm_warning_900: #7a2e0e;
|
50
|
+
$hm_warning_950: #4e1d09;
|
51
|
+
$hm_success_25: #f6fef9;
|
52
|
+
$hm_success_50: #ecfdf3;
|
53
|
+
$hm_success_100: #dcfae6;
|
54
|
+
$hm_success_200: #abefc6;
|
55
|
+
$hm_success_300: #75e0a7;
|
56
|
+
$hm_success_400: #47cd89;
|
57
|
+
$hm_success_500: #17b26a;
|
58
|
+
$hm_success_600: #079455;
|
59
|
+
$hm_success_700: #067647;
|
60
|
+
$hm_success_800: #085d3a;
|
61
|
+
$hm_success_900: #074d31;
|
62
|
+
$hm_success_950: #053321;
|
63
|
+
$hm_gray_blue_25: #fcfcfd;
|
64
|
+
$hm_gray_blue_50: #f8f9fc;
|
65
|
+
$hm_gray_blue_100: #eaecf5;
|
66
|
+
$hm_gray_blue_200: #d5d9eb;
|
67
|
+
$hm_gray_blue_300: #b3b8db;
|
68
|
+
$hm_gray_blue_400: #717bbc;
|
69
|
+
$hm_gray_blue_500: #4e5ba6;
|
70
|
+
$hm_gray_blue_600: #3e4784;
|
71
|
+
$hm_gray_blue_700: #363f72;
|
72
|
+
$hm_gray_blue_800: #293056;
|
73
|
+
$hm_gray_blue_900: #101323;
|
74
|
+
$hm_gray_blue_950: #0d0f1c;
|
75
|
+
$hm_gray_cool_25: #fcfcfd;
|
76
|
+
$hm_gray_cool_50: #f9f9fb;
|
77
|
+
$hm_gray_cool_100: #eff1f5;
|
78
|
+
$hm_gray_cool_200: #dcdfea;
|
79
|
+
$hm_gray_cool_300: #b9c0d4;
|
80
|
+
$hm_gray_cool_400: #7d89b0;
|
81
|
+
$hm_gray_cool_500: #5d6b98;
|
82
|
+
$hm_gray_cool_600: #4a5578;
|
83
|
+
$hm_gray_cool_700: #404968;
|
84
|
+
$hm_gray_cool_800: #30374f;
|
85
|
+
$hm_gray_cool_900: #111322;
|
86
|
+
$hm_gray_cool_950: #0e101b;
|
87
|
+
$hm_gray_modern_25: #fcfcfd;
|
88
|
+
$hm_gray_modern_50: #f8fafc;
|
89
|
+
$hm_gray_modern_100: #eef2f6;
|
90
|
+
$hm_gray_modern_200: #e3e8ef;
|
91
|
+
$hm_gray_modern_300: #cdd5df;
|
92
|
+
$hm_gray_modern_400: #9aa4b2;
|
93
|
+
$hm_gray_modern_500: #697586;
|
94
|
+
$hm_gray_modern_600: #4b5565;
|
95
|
+
$hm_gray_modern_700: #364152;
|
96
|
+
$hm_gray_modern_800: #202939;
|
97
|
+
$hm_gray_modern_900: #121926;
|
98
|
+
$hm_gray_modern_950: #0d121c;
|
99
|
+
$hm_gray_neutral_25: #fcfcfd;
|
100
|
+
$hm_gray_neutral_50: #f9fafb;
|
101
|
+
$hm_gray_neutral_100: #f3f4f6;
|
102
|
+
$hm_gray_neutral_200: #e5e7eb;
|
103
|
+
$hm_gray_neutral_300: #d2d6db;
|
104
|
+
$hm_gray_neutral_400: #9da4ae;
|
105
|
+
$hm_gray_neutral_500: #6c737f;
|
106
|
+
$hm_gray_neutral_600: #4d5761;
|
107
|
+
$hm_gray_neutral_700: #384250;
|
108
|
+
$hm_gray_neutral_800: #1f2a37;
|
109
|
+
$hm_gray_neutral_900: #111927;
|
110
|
+
$hm_gray_neutral_950: #0d121c;
|
111
|
+
$hm_gray_iron_25: #fcfcfc;
|
112
|
+
$hm_gray_iron_50: #fafafa;
|
113
|
+
$hm_gray_iron_100: #f4f4f5;
|
114
|
+
$hm_gray_iron_200: #e4e4e7;
|
115
|
+
$hm_gray_iron_300: #d1d1d6;
|
116
|
+
$hm_gray_iron_400: #a0a0ab;
|
117
|
+
$hm_gray_iron_500: #70707b;
|
118
|
+
$hm_gray_iron_600: #51525c;
|
119
|
+
$hm_gray_iron_700: #3f3f46;
|
120
|
+
$hm_gray_iron_800: #26272b;
|
121
|
+
$hm_gray_iron_900: #1a1a1e;
|
122
|
+
$hm_gray_iron_950: #131316;
|
123
|
+
$hm_gray_true_25: #fcfcfc;
|
124
|
+
$hm_gray_true_50: #fafafa;
|
125
|
+
$hm_gray_true_100: #f5f5f5;
|
126
|
+
$hm_gray_true_200: #e5e5e5;
|
127
|
+
$hm_gray_true_300: #d6d6d6;
|
128
|
+
$hm_gray_true_400: #a3a3a3;
|
129
|
+
$hm_gray_true_500: #737373;
|
130
|
+
$hm_gray_true_600: #525252;
|
131
|
+
$hm_gray_true_700: #424242;
|
132
|
+
$hm_gray_true_800: #292929;
|
133
|
+
$hm_gray_true_900: #141414;
|
134
|
+
$hm_gray_true_950: #0f0f0f;
|
135
|
+
$hm_gray_warm_25: #fdfdfc;
|
136
|
+
$hm_gray_warm_50: #fafaf9;
|
137
|
+
$hm_gray_warm_100: #f5f5f4;
|
138
|
+
$hm_gray_warm_200: #e7e5e4;
|
139
|
+
$hm_gray_warm_300: #d7d3d0;
|
140
|
+
$hm_gray_warm_400: #a9a29d;
|
141
|
+
$hm_gray_warm_500: #79716b;
|
142
|
+
$hm_gray_warm_600: #57534e;
|
143
|
+
$hm_gray_warm_700: #44403c;
|
144
|
+
$hm_gray_warm_800: #292524;
|
145
|
+
$hm_gray_warm_900: #1c1917;
|
146
|
+
$hm_gray_warm_950: #171412;
|
147
|
+
$hm_moss_25: #fafdf7;
|
148
|
+
$hm_moss_50: #f5fbee;
|
149
|
+
$hm_moss_100: #e6f4d7;
|
150
|
+
$hm_moss_200: #ceeab0;
|
151
|
+
$hm_moss_300: #acdc79;
|
152
|
+
$hm_moss_400: #86cb3c;
|
153
|
+
$hm_moss_500: #669f2a;
|
154
|
+
$hm_moss_600: #4f7a21;
|
155
|
+
$hm_moss_700: #3f621a;
|
156
|
+
$hm_moss_800: #335015;
|
157
|
+
$hm_moss_900: #2b4212;
|
158
|
+
$hm_moss_950: #1a280b;
|
159
|
+
$hm_green_light_25: #fafef5;
|
160
|
+
$hm_green_light_50: #f3fee7;
|
161
|
+
$hm_green_light_100: #e3fbcc;
|
162
|
+
$hm_green_light_200: #d0f8ab;
|
163
|
+
$hm_green_light_300: #a6ef67;
|
164
|
+
$hm_green_light_400: #85e13a;
|
165
|
+
$hm_green_light_500: #66c61c;
|
166
|
+
$hm_green_light_600: #4ca30d;
|
167
|
+
$hm_green_light_700: #3b7c0f;
|
168
|
+
$hm_green_light_800: #326212;
|
169
|
+
$hm_green_light_900: #2b5314;
|
170
|
+
$hm_green_light_950: #15290a;
|
171
|
+
$hm_green_25: #f6fef9;
|
172
|
+
$hm_green_50: #edfcf2;
|
173
|
+
$hm_green_100: #d3f8df;
|
174
|
+
$hm_green_200: #aaf0c4;
|
175
|
+
$hm_green_300: #73e2a3;
|
176
|
+
$hm_green_400: #3ccb7f;
|
177
|
+
$hm_green_500: #16b364;
|
178
|
+
$hm_green_600: #099250;
|
179
|
+
$hm_green_700: #087443;
|
180
|
+
$hm_green_800: #095c37;
|
181
|
+
$hm_green_900: #084c2e;
|
182
|
+
$hm_green_950: #052e1c;
|
183
|
+
$hm_teal_25: #f6fefc;
|
184
|
+
$hm_teal_50: #f0fdf9;
|
185
|
+
$hm_teal_100: #ccfbef;
|
186
|
+
$hm_teal_200: #99f6e0;
|
187
|
+
$hm_teal_300: #5fe9d0;
|
188
|
+
$hm_teal_400: #2ed3b7;
|
189
|
+
$hm_teal_500: #15b79e;
|
190
|
+
$hm_teal_600: #0e9384;
|
191
|
+
$hm_teal_700: #107569;
|
192
|
+
$hm_teal_800: #125d56;
|
193
|
+
$hm_teal_900: #134e48;
|
194
|
+
$hm_teal_950: #0a2926;
|
195
|
+
$hm_cyan_25: #f5feff;
|
196
|
+
$hm_cyan_50: #ecfdff;
|
197
|
+
$hm_cyan_100: #cff9fe;
|
198
|
+
$hm_cyan_200: #a5f0fc;
|
199
|
+
$hm_cyan_300: #67e3f9;
|
200
|
+
$hm_cyan_400: #22ccee;
|
201
|
+
$hm_cyan_500: #06aed4;
|
202
|
+
$hm_cyan_600: #088ab2;
|
203
|
+
$hm_cyan_700: #0e7090;
|
204
|
+
$hm_cyan_800: #155b75;
|
205
|
+
$hm_cyan_900: #164c63;
|
206
|
+
$hm_cyan_950: #0d2d3a;
|
207
|
+
$hm_blue_light_25: #f5fbff;
|
208
|
+
$hm_blue_light_50: #f0f9ff;
|
209
|
+
$hm_blue_light_100: #e0f2fe;
|
210
|
+
$hm_blue_light_200: #b9e6fe;
|
211
|
+
$hm_blue_light_300: #7cd4fd;
|
212
|
+
$hm_blue_light_400: #36bffa;
|
213
|
+
$hm_blue_light_500: #0ba5ec;
|
214
|
+
$hm_blue_light_600: #0086c9;
|
215
|
+
$hm_blue_light_700: #026aa2;
|
216
|
+
$hm_blue_light_800: #065986;
|
217
|
+
$hm_blue_light_900: #0b4a6f;
|
218
|
+
$hm_blue_light_950: #062c41;
|
219
|
+
$hm_blue_25: #f5faff;
|
220
|
+
$hm_blue_50: #eff8ff;
|
221
|
+
$hm_blue_100: #d1e9ff;
|
222
|
+
$hm_blue_200: #b2ddff;
|
223
|
+
$hm_blue_300: #84caff;
|
224
|
+
$hm_blue_400: #53b1fd;
|
225
|
+
$hm_blue_500: #2e90fa;
|
226
|
+
$hm_blue_600: #1570ef;
|
227
|
+
$hm_blue_700: #175cd3;
|
228
|
+
$hm_blue_800: #1849a9;
|
229
|
+
$hm_blue_900: #194185;
|
230
|
+
$hm_blue_950: #102a56;
|
231
|
+
$hm_blue_dark_25: #f5f8ff;
|
232
|
+
$hm_blue_dark_50: #eff4ff;
|
233
|
+
$hm_blue_dark_100: #d1e0ff;
|
234
|
+
$hm_blue_dark_200: #b2ccff;
|
235
|
+
$hm_blue_dark_300: #84adff;
|
236
|
+
$hm_blue_dark_400: #528bff;
|
237
|
+
$hm_blue_dark_500: #2970ff;
|
238
|
+
$hm_blue_dark_600: #155eef;
|
239
|
+
$hm_blue_dark_700: #004eeb;
|
240
|
+
$hm_blue_dark_800: #0040c1;
|
241
|
+
$hm_blue_dark_900: #00359e;
|
242
|
+
$hm_blue_dark_950: #002266;
|
243
|
+
$hm_indigo_25: #f5f8ff;
|
244
|
+
$hm_indigo_50: #eef4ff;
|
245
|
+
$hm_indigo_100: #e0eaff;
|
246
|
+
$hm_indigo_200: #c7d7fe;
|
247
|
+
$hm_indigo_300: #a4bcfd;
|
248
|
+
$hm_indigo_400: #8098f9;
|
249
|
+
$hm_indigo_500: #6172f3;
|
250
|
+
$hm_indigo_600: #444ce7;
|
251
|
+
$hm_indigo_700: #3538cd;
|
252
|
+
$hm_indigo_800: #2d31a6;
|
253
|
+
$hm_indigo_900: #2d3282;
|
254
|
+
$hm_indigo_950: #1f235b;
|
255
|
+
$hm_violet_25: #fbfaff;
|
256
|
+
$hm_violet_50: #f5f3ff;
|
257
|
+
$hm_violet_100: #ece9fe;
|
258
|
+
$hm_violet_200: #ddd6fe;
|
259
|
+
$hm_violet_300: #c3b5fd;
|
260
|
+
$hm_violet_400: #a48afb;
|
261
|
+
$hm_violet_500: #875bf7;
|
262
|
+
$hm_violet_600: #7839ee;
|
263
|
+
$hm_violet_700: #6927da;
|
264
|
+
$hm_violet_800: #5720b7;
|
265
|
+
$hm_violet_900: #491c96;
|
266
|
+
$hm_violet_950: #2e125e;
|
267
|
+
$hm_purple_25: #fafaff;
|
268
|
+
$hm_purple_50: #f4f3ff;
|
269
|
+
$hm_purple_100: #ebe9fe;
|
270
|
+
$hm_purple_200: #d9d6fe;
|
271
|
+
$hm_purple_300: #bdb4fe;
|
272
|
+
$hm_purple_400: #9b8afb;
|
273
|
+
$hm_purple_500: #7a5af8;
|
274
|
+
$hm_purple_600: #6938ef;
|
275
|
+
$hm_purple_700: #5925dc;
|
276
|
+
$hm_purple_800: #4a1fb8;
|
277
|
+
$hm_purple_900: #3e1c96;
|
278
|
+
$hm_purple_950: #27115f;
|
279
|
+
$hm_fuchsia_25: #fefaff;
|
280
|
+
$hm_fuchsia_50: #fdf4ff;
|
281
|
+
$hm_fuchsia_100: #fbe8ff;
|
282
|
+
$hm_fuchsia_200: #f6d0fe;
|
283
|
+
$hm_fuchsia_300: #eeaafd;
|
284
|
+
$hm_fuchsia_400: #e478fa;
|
285
|
+
$hm_fuchsia_500: #d444f1;
|
286
|
+
$hm_fuchsia_600: #ba24d5;
|
287
|
+
$hm_fuchsia_700: #9f1ab1;
|
288
|
+
$hm_fuchsia_800: #821890;
|
289
|
+
$hm_fuchsia_900: #6f1877;
|
290
|
+
$hm_fuchsia_950: #47104c;
|
291
|
+
$hm_pink_25: #fef6fb;
|
292
|
+
$hm_pink_50: #fdf2fa;
|
293
|
+
$hm_pink_100: #fce7f6;
|
294
|
+
$hm_pink_200: #fcceee;
|
295
|
+
$hm_pink_300: #faa7e0;
|
296
|
+
$hm_pink_400: #f670c7;
|
297
|
+
$hm_pink_500: #ee46bc;
|
298
|
+
$hm_pink_600: #dd2590;
|
299
|
+
$hm_pink_700: #c11574;
|
300
|
+
$hm_pink_800: #9e165f;
|
301
|
+
$hm_pink_900: #851651;
|
302
|
+
$hm_pink_950: #4e0d30;
|
303
|
+
$hm_ros_25: #fff5f6;
|
304
|
+
$hm_ros_50: #fff1f3;
|
305
|
+
$hm_ros_100: #ffe4e8;
|
306
|
+
$hm_ros_200: #fecdd6;
|
307
|
+
$hm_ros_300: #fea3b4;
|
308
|
+
$hm_ros_400: #fd6f8e;
|
309
|
+
$hm_ros_500: #f63d68;
|
310
|
+
$hm_ros_600: #e31b54;
|
311
|
+
$hm_ros_700: #c01048;
|
312
|
+
$hm_ros_800: #a11043;
|
313
|
+
$hm_ros_900: #89123e;
|
314
|
+
$hm_ros_950: #510b24;
|
315
|
+
$hm_orange_dark_25: #fff9f5;
|
316
|
+
$hm_orange_dark_50: #fff4ed;
|
317
|
+
$hm_orange_dark_100: #ffe6d5;
|
318
|
+
$hm_orange_dark_200: #ffd6ae;
|
319
|
+
$hm_orange_dark_300: #ff9c66;
|
320
|
+
$hm_orange_dark_400: #ff692e;
|
321
|
+
$hm_orange_dark_500: #ff4405;
|
322
|
+
$hm_orange_dark_600: #e62e05;
|
323
|
+
$hm_orange_dark_700: #bc1b06;
|
324
|
+
$hm_orange_dark_800: #97180c;
|
325
|
+
$hm_orange_dark_900: #771a0d;
|
326
|
+
$hm_orange_dark_950: #57130a;
|
327
|
+
$hm_orange_25: #fefaf5;
|
328
|
+
$hm_orange_50: #fef6ee;
|
329
|
+
$hm_orange_100: #fdead7;
|
330
|
+
$hm_orange_200: #f9dbaf;
|
331
|
+
$hm_orange_300: #f7b27a;
|
332
|
+
$hm_orange_400: #f38744;
|
333
|
+
$hm_orange_500: #ef6820;
|
334
|
+
$hm_orange_600: #e04f16;
|
335
|
+
$hm_orange_700: #b93815;
|
336
|
+
$hm_orange_800: #932f19;
|
337
|
+
$hm_orange_900: #772917;
|
338
|
+
$hm_orange_950: #511c10;
|
339
|
+
$hm_yellow_25: #fefdf0;
|
340
|
+
$hm_yellow_50: #fefbe8;
|
341
|
+
$hm_yellow_100: #fef7c3;
|
342
|
+
$hm_yellow_200: #feee95;
|
343
|
+
$hm_yellow_300: #fde272;
|
344
|
+
$hm_yellow_400: #fac515;
|
345
|
+
$hm_yellow_500: #eaaa08;
|
346
|
+
$hm_yellow_600: #ca8504;
|
347
|
+
$hm_yellow_700: #a15c07;
|
348
|
+
$hm_yellow_800: #854a0e;
|
349
|
+
$hm_yellow_900: #713b12;
|
350
|
+
$hm_yellow_950: #542c0d;
|
351
|
+
$hm_gradient_gray_600_500_90deg: linear-gradient(
|
352
|
+
90deg,
|
353
|
+
#475467 0%,
|
354
|
+
#667085 100%
|
355
|
+
);
|
356
|
+
$hm_gradient_gray_700_600_45deg: linear-gradient(
|
357
|
+
45deg,
|
358
|
+
#344054 0%,
|
359
|
+
#475467 100%
|
360
|
+
);
|
361
|
+
$hm_gradient_gray_800_600_45deg: linear-gradient(
|
362
|
+
45deg,
|
363
|
+
#182230 0%,
|
364
|
+
#475467 100%
|
365
|
+
);
|
366
|
+
$hm_gradient_gray_800_600_90deg: linear-gradient(
|
367
|
+
90deg,
|
368
|
+
#182230 0%,
|
369
|
+
#475467 100%
|
370
|
+
);
|
371
|
+
$hm_gradient_gray_800_7006_5deg: linear-gradient(
|
372
|
+
27deg,
|
373
|
+
#182230 0%,
|
374
|
+
#344054 100%
|
375
|
+
);
|
376
|
+
$hm_gradient_gray_900_600_45deg: linear-gradient(
|
377
|
+
45deg,
|
378
|
+
#101828 0%,
|
379
|
+
#475467 100%
|
380
|
+
);
|
381
|
+
$hm_gradient_brand_600_500_90deg: linear-gradient(
|
382
|
+
90deg,
|
383
|
+
#7f56d9 0%,
|
384
|
+
#9e77ed 100%
|
385
|
+
);
|
386
|
+
$hm_gradient_brand_700_600_45deg: linear-gradient(
|
387
|
+
45deg,
|
388
|
+
#6941c6 0%,
|
389
|
+
#7f56d9 100%
|
390
|
+
);
|
391
|
+
$hm_gradient_brand_800_600_45deg: linear-gradient(
|
392
|
+
45deg,
|
393
|
+
#53389e 0%,
|
394
|
+
#7f56d9 100%
|
395
|
+
);
|
396
|
+
$hm_gradient_brand_800_600_90deg: linear-gradient(
|
397
|
+
90deg,
|
398
|
+
#53389e 0%,
|
399
|
+
#7f56d9 100%
|
400
|
+
);
|
401
|
+
$hm_gradient_brand_800_7006_5deg: linear-gradient(
|
402
|
+
27deg,
|
403
|
+
#53389e 0%,
|
404
|
+
#6941c6 100%
|
405
|
+
);
|
406
|
+
$hm_gradient_brand_900_600_45deg: linear-gradient(
|
407
|
+
45deg,
|
408
|
+
#42307d 0%,
|
409
|
+
#7f56d9 100%
|
410
|
+
);
|
411
|
+
$hm_gradient_linear_gray_neutral_01: linear-gradient(
|
412
|
+
180deg,
|
413
|
+
#ffffff 0%,
|
414
|
+
#f3f5f7 100%
|
415
|
+
);
|
416
|
+
$hm_gradient_linear_gray_neutral_02: linear-gradient(
|
417
|
+
180deg,
|
418
|
+
#f9fafb 0%,
|
419
|
+
#edf0f3 100%
|
420
|
+
);
|
421
|
+
$hm_gradient_linear_gray_neutral_03: linear-gradient(
|
422
|
+
180deg,
|
423
|
+
#f9fafb 0%,
|
424
|
+
#e7ebef 100%
|
425
|
+
);
|
426
|
+
$hm_gradient_linear_gray_neutral_04: linear-gradient(
|
427
|
+
180deg,
|
428
|
+
#f3f5f7 0%,
|
429
|
+
#e0e5eb 100%
|
430
|
+
);
|
431
|
+
$hm_gradient_linear_gray_neutral_05: linear-gradient(
|
432
|
+
180deg,
|
433
|
+
#edf0f3 0%,
|
434
|
+
#d4dbe2 100%
|
435
|
+
);
|
436
|
+
$hm_gradient_linear_gray_neutral_06: linear-gradient(
|
437
|
+
180deg,
|
438
|
+
#e7ebef 0%,
|
439
|
+
#c8d1da 100%
|
440
|
+
);
|
441
|
+
$hm_gradient_linear_gray_neutral_07: linear-gradient(
|
442
|
+
180deg,
|
443
|
+
#e0e5eb 0%,
|
444
|
+
#b6c2ce 100%
|
445
|
+
);
|
446
|
+
$hm_gradient_linear_gray_true_01: linear-gradient(
|
447
|
+
180deg,
|
448
|
+
#ffffff 0%,
|
449
|
+
#f5f5f5 100%
|
450
|
+
);
|
451
|
+
$hm_gradient_linear_gray_true_02: linear-gradient(
|
452
|
+
180deg,
|
453
|
+
#fafafa 0%,
|
454
|
+
#f0f0f0 100%
|
455
|
+
);
|
456
|
+
$hm_gradient_linear_gray_true_03: linear-gradient(
|
457
|
+
180deg,
|
458
|
+
#fafafa 0%,
|
459
|
+
#ebebeb 100%
|
460
|
+
);
|
461
|
+
$hm_gradient_linear_gray_true_04: linear-gradient(
|
462
|
+
180deg,
|
463
|
+
#f5f5f5 0%,
|
464
|
+
#e5e5e5 100%
|
465
|
+
);
|
466
|
+
$hm_gradient_linear_gray_true_05: linear-gradient(
|
467
|
+
180deg,
|
468
|
+
#f0f0f0 0%,
|
469
|
+
#dbdbdb 100%
|
470
|
+
);
|
471
|
+
$hm_gradient_linear_gray_true_06: linear-gradient(
|
472
|
+
180deg,
|
473
|
+
#ebebeb 0%,
|
474
|
+
#d1d1d1 100%
|
475
|
+
);
|
476
|
+
$hm_gradient_linear_gray_true_07: linear-gradient(
|
477
|
+
180deg,
|
478
|
+
#e5e5e5 0%,
|
479
|
+
#c2c2c2 100%
|
480
|
+
);
|
481
|
+
$hm_gradient_linear_color_10: linear-gradient(0deg, #cfc7f8 0%, #ebbba7 100%);
|
482
|
+
$hm_gradient_linear_color_11: linear-gradient(135deg, #fccb90 0%, #d57eeb 100%);
|
483
|
+
$hm_gradient_linear_color_12: linear-gradient(45deg, #7b6ae0 0%, #ffbb89 100%);
|
484
|
+
$hm_gradient_linear_color_13: linear-gradient(135deg, #e0c3fc 0%, #8ec5fc 100%);
|
485
|
+
$hm_gradient_linear_color_14: linear-gradient(0deg, #fed6e3 0%, #a8edea 100%);
|
486
|
+
$hm_gradient_linear_color_15: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
|
487
|
+
$hm_gradient_linear_color_16: linear-gradient(45deg, #dfd1c5 0%, #fff6eb 100%);
|
488
|
+
$hm_gradient_linear_color_17: linear-gradient(135deg, #fff6b7 0%, #fb758a 100%);
|
489
|
+
$hm_gradient_linear_color_18: linear-gradient(45deg, #ff7ec7 0%, #ffed46 100%);
|
490
|
+
$hm_gradient_linear_color_19: linear-gradient(0deg, #feafa8 0%, #f5efef 100%);
|
491
|
+
$hm_gradient_linear_color_20: linear-gradient(45deg, #e9defa 0%, #fff6eb 100%);
|
492
|
+
$hm_gradient_linear_color_21: linear-gradient(0deg, #fff1eb 0%, #ace0f9 100%);
|
493
|
+
$hm_gradient_linear_color_22: linear-gradient(0deg, #c1dfc4 0%, #deecdd 100%);
|
494
|
+
$hm_gradient_linear_color_24: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
|
495
|
+
$hm_gradient_linear_color_25: linear-gradient(0deg, #84fab0 0%, #accbee 100%);
|
496
|
+
$hm_gradient_linear_color_26: linear-gradient(45deg, #39a0ff 0%, #8fff85 100%);
|
497
|
+
$hm_gradient_linear_color_27: linear-gradient(270deg, #74ebd5 0%, #9face6 100%);
|
498
|
+
$hm_gradient_linear_color_29: linear-gradient(0deg, #9890e3 0%, #b1f4cf 100%);
|
499
|
+
$hm_gradient_linear_color_30: linear-gradient(45deg, #7cdada 0%, #f697aa 100%);
|
500
|
+
$hm_gradient_linear_color_31: linear-gradient(45deg, #b1ff96 0%, #ffadf7 100%);
|
501
|
+
$hm_gradient_linear_color_32: linear-gradient(0deg, #96fbc4 0%, #f9f586 100%);
|
502
|
+
$hm_gradient_linear_color_33: linear-gradient(45deg, #4def8e 0%, #ffeb3a 100%);
|
503
|
+
$hm_gradient_linear_color_34: linear-gradient(135deg, #f0ff00 0%, #58cffb 100%);
|
504
|
+
$hm_gradient_linear_color_35: linear-gradient(0deg, #d1fdff 0%, #fddb92 100%);
|
505
|
+
$hm_gradient_linear_color_36: linear-gradient(0deg, #ebc0fd 0%, #d9ded8 100%);
|
506
|
+
$hm_gradient_linear_color_37: linear-gradient(45deg, #ffa4f6 0%, #b7dcff 100%);
|
507
|
+
$hm_gradient_linear_color_38: linear-gradient(0deg, #cd9cf2 0%, #f6f3ff 100%);
|
508
|
+
$hm_gradient_linear_color_39: linear-gradient(
|
509
|
+
-45deg,
|
510
|
+
#f5c8f5 0%,
|
511
|
+
#daddfa 83.85%
|
512
|
+
);
|
513
|
+
$hm_gradient_linear_color_40: linear-gradient(0deg, #e6dee9 0%, #bdc2e8 100%);
|
514
|
+
$hm_gradient_linear_color_41: linear-gradient(0deg, #6a85b6 0%, #bac8e0 100%);
|
515
|
+
$hm_gradient_linear_color_42: linear-gradient(45deg, #8b8b8b 0%, #eaeaea 100%);
|
516
|
+
$hm_gradient_linear_color_43: linear-gradient(135deg, #e2b0ff 0%, #9f44d3 100%);
|
517
|
+
$hm_gradient_linear_color_44: linear-gradient(135deg, #ce9ffc 0%, #7367f0 100%);
|
518
|
+
$hm_gradient_linear_color_45: linear-gradient(135deg, #72edf2 0%, #5151e5 100%);
|
519
|
+
$hm_gradient_linear_color_46: linear-gradient(0deg, #a3bded 0%, #6991c7 100%);
|
520
|
+
$hm_gradient_linear_color_47: linear-gradient(0deg, #fbc8d4 0%, #9795f0 100%);
|
521
|
+
$hm_gradient_linear_color_48: linear-gradient(0deg, #a7a6cb 0%, #8989ba 100%);
|
522
|
+
$hm_gradient_linear_color_49: linear-gradient(0deg, #d9afd9 0%, #97d9e1 100%);
|
523
|
+
$hm_gradient_linear_color_50: linear-gradient(135deg, #81ffef 0%, #f067b4 100%);
|
524
|
+
$hm_gradient_linear_color_51: linear-gradient(135deg, #dcb0ed 0%, #9999cc 100%);
|
525
|
+
$hm_gradient_linear_color_52: linear-gradient(135deg, #fff5c3 0%, #9452a5 100%);
|
526
|
+
$hm_gradient_linear_color_53: linear-gradient(135deg, #f1ca74 0%, #a64db6 100%);
|
527
|
+
$hm_gradient_linear_color_54: linear-gradient(45deg, #4d6ad0 0%, #ff9d7e 100%);
|
528
|
+
$hm_gradient_linear_color_55: linear-gradient(135deg, #ffcf71 0%, #2376dd 100%);
|
529
|
+
$hm_gradient_linear_color_56: linear-gradient(135deg, #e8d07a 0%, #5312d6 100%);
|
530
|
+
$hm_gradient_linear_color_57: linear-gradient(180deg, #bfd9fe 0%, #df89b5 100%);
|
531
|
+
$hm_gradient_linear_color_58: linear-gradient(0deg, #fa71cd 0%, #c471f5 100%);
|
532
|
+
$hm_gradient_linear_color_59: linear-gradient(135deg, #43cbff 0%, #9708cc 100%);
|
533
|
+
$hm_gradient_linear_color_60: linear-gradient(180deg, #7579ff 0%, #b224ef 100%);
|
534
|
+
$hm_gradient_linear_color_61: linear-gradient(45deg, #ad00fe 0%, #00e0ee 100%);
|
535
|
+
$hm_gradient_linear_color_62: linear-gradient(135deg, #89f7fe 0%, #66a6ff 100%);
|
536
|
+
$hm_gradient_linear_color_63: linear-gradient(0deg, #009efd 0%, #2af598 100%);
|
537
|
+
$hm_gradient_linear_color_64: linear-gradient(45deg, #ffb800 0%, #fff500 100%);
|
538
|
+
$hm_gradient_linear_color_65: linear-gradient(135deg, #ffa8a8 0%, #fcff00 100%);
|
539
|
+
$hm_gradient_linear_color_66: linear-gradient(45deg, #ff7a00 0%, #ffd439 100%);
|
540
|
+
$hm_gradient_linear_color_67: linear-gradient(135deg, #ffd3a5 0%, #fd6585 100%);
|
541
|
+
$hm_gradient_linear_color_68: linear-gradient(180deg, #f9d423 0%, #e14fad 100%);
|
542
|
+
$hm_gradient_linear_color_69: linear-gradient(135deg, #f74fac 0%, #fcb24f 100%);
|
543
|
+
$hm_gradient_linear_color_70: linear-gradient(135deg, #f49062 0%, #fd371f 100%);
|
544
|
+
$hm_gradient_linear_color_71: linear-gradient(45deg, #ff6c6c 0%, #dd7bff 100%);
|
545
|
+
$hm_gradient_linear_color_72: linear-gradient(135deg, #f97794 0%, #623aa2 100%);
|
546
|
+
$hm_gradient_linear_color_73: linear-gradient(180deg, #c569cf 0%, #ee609c 100%);
|
547
|
+
$hm_gradient_linear_color_74: linear-gradient(0deg, #c7eafd 0%, #e8198b 100%);
|
548
|
+
$hm_gradient_linear_color_75: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
|
549
|
+
$hm_gradient_linear_color_76: linear-gradient(135deg, #f6ceec 0%, #d939cd 100%);
|
550
|
+
$hm_gradient_linear_color_77: linear-gradient(135deg, #ee9ae5 0%, #5961f9 100%);
|
551
|
+
$hm_gradient_linear_color_78: linear-gradient(270deg, #6a11cb 0%, #2575fc 100%);
|
552
|
+
$hm_gradient_linear_color_79: linear-gradient(45deg, #0017e4 0%, #3793ff 100%);
|
553
|
+
$hm_gradient_linear_color_80: linear-gradient(0deg, #75d8ff 0%, #23a4db 100%);
|
554
|
+
$hm_gradient_linear_color_81: linear-gradient(45deg, #4b73ff 0%, #7cf7ff 100%);
|
555
|
+
$hm_gradient_linear_color_82: linear-gradient(135deg, #5efce8 0%, #736efe 100%);
|
556
|
+
$hm_gradient_linear_color_83: linear-gradient(0deg, #7028e4 0%, #e5b2ca 100%);
|
557
|
+
$hm_gradient_linear_color_84: linear-gradient(90deg, #7873f5 0%, #ec77ab 100%);
|
558
|
+
$hm_gradient_linear_color_85: linear-gradient(135deg, #b01eff 0%, #e1467c 100%);
|
559
|
+
$hm_gradient_linear_color_86: linear-gradient(45deg, #d079ee 0%, #8a88fb 100%);
|
560
|
+
$hm_gradient_linear_color_87: linear-gradient(135deg, #c99fff 0%, #981ed2 100%);
|
561
|
+
$hm_gradient_linear_color_88: linear-gradient(0deg, #9b23ea 0%, #5f72bd 100%);
|
562
|
+
$hm_gradient_linear_color_89: linear-gradient(135deg, #b39fff 0%, #6a1ed2 100%);
|
563
|
+
$hm_gradient_linear_color_90: linear-gradient(45deg, #4300b1 0%, #a531dc 100%);
|
564
|
+
$hm_gradient_linear_color_91: linear-gradient(-45deg, #764ba2 0%, #667eea 100%);
|
565
|
+
$hm_gradient_linear_color_01: linear-gradient(180deg, #a5c0ee 0%, #fbc5ec 100%);
|
566
|
+
$hm_gradient_linear_color_02: linear-gradient(180deg, #fbc2eb 0%, #a18cd1 100%);
|
567
|
+
$hm_gradient_linear_color_03: linear-gradient(180deg, #ffd1ff 0%, #fad0c4 100%);
|
568
|
+
$hm_gradient_linear_color_04: linear-gradient(225deg, #fad0c4 0%, #ff9a9e 100%);
|
569
|
+
$hm_gradient_linear_color_05: linear-gradient(270deg, #fcb69f 0%, #ffecd2 100%);
|
570
|
+
$hm_gradient_linear_color_06: linear-gradient(180deg, #fecfef 0%, #ff989c 100%);
|
571
|
+
$hm_gradient_linear_color_07: linear-gradient(45deg, #ff9de4 0%, #ffeaf6 100%);
|
572
|
+
$hm_gradient_linear_color_08: linear-gradient(180deg, #e6dee9 0%, #fdcaf1 100%);
|
573
|
+
$hm_gradient_linear_color_09: linear-gradient(45deg, #a6c0fe 0%, #ffeaf6 100%);
|
574
|
+
$hm_focus_rings_ring_brand_color: #9e77ed3d;
|
575
|
+
$hm_focus_rings_ring_brand_type: dropShadow;
|
576
|
+
$hm_focus_rings_ring_brand_x: 0;
|
577
|
+
$hm_focus_rings_ring_brand_y: 0;
|
578
|
+
$hm_focus_rings_ring_brand_blur: 0;
|
579
|
+
$hm_focus_rings_ring_brand_spread: 4;
|
580
|
+
$hm_focus_rings_ring_brand_shadow_xs_1_color: #9e77ed3d;
|
581
|
+
$hm_focus_rings_ring_brand_shadow_xs_1_type: dropShadow;
|
582
|
+
$hm_focus_rings_ring_brand_shadow_xs_1_x: 0;
|
583
|
+
$hm_focus_rings_ring_brand_shadow_xs_1_y: 0;
|
584
|
+
$hm_focus_rings_ring_brand_shadow_xs_1_blur: 0;
|
585
|
+
$hm_focus_rings_ring_brand_shadow_xs_1_spread: 4;
|
586
|
+
$hm_focus_rings_ring_brand_shadow_xs_2_color: #1018280d;
|
587
|
+
$hm_focus_rings_ring_brand_shadow_xs_2_type: dropShadow;
|
588
|
+
$hm_focus_rings_ring_brand_shadow_xs_2_x: 0;
|
589
|
+
$hm_focus_rings_ring_brand_shadow_xs_2_y: 1;
|
590
|
+
$hm_focus_rings_ring_brand_shadow_xs_2_blur: 2;
|
591
|
+
$hm_focus_rings_ring_brand_shadow_xs_2_spread: 0;
|
592
|
+
$hm_focus_rings_ring_brand_shadow_sm_1_color: #9e77ed3d;
|
593
|
+
$hm_focus_rings_ring_brand_shadow_sm_1_type: dropShadow;
|
594
|
+
$hm_focus_rings_ring_brand_shadow_sm_1_x: 0;
|
595
|
+
$hm_focus_rings_ring_brand_shadow_sm_1_y: 0;
|
596
|
+
$hm_focus_rings_ring_brand_shadow_sm_1_blur: 0;
|
597
|
+
$hm_focus_rings_ring_brand_shadow_sm_1_spread: 4;
|
598
|
+
$hm_focus_rings_ring_brand_shadow_sm_2_color: #1018280f;
|
599
|
+
$hm_focus_rings_ring_brand_shadow_sm_2_type: dropShadow;
|
600
|
+
$hm_focus_rings_ring_brand_shadow_sm_2_x: 0;
|
601
|
+
$hm_focus_rings_ring_brand_shadow_sm_2_y: 1;
|
602
|
+
$hm_focus_rings_ring_brand_shadow_sm_2_blur: 2;
|
603
|
+
$hm_focus_rings_ring_brand_shadow_sm_2_spread: 0;
|
604
|
+
$hm_focus_rings_ring_brand_shadow_sm_3_color: #1018281a;
|
605
|
+
$hm_focus_rings_ring_brand_shadow_sm_3_type: dropShadow;
|
606
|
+
$hm_focus_rings_ring_brand_shadow_sm_3_x: 0;
|
607
|
+
$hm_focus_rings_ring_brand_shadow_sm_3_y: 1;
|
608
|
+
$hm_focus_rings_ring_brand_shadow_sm_3_blur: 3;
|
609
|
+
$hm_focus_rings_ring_brand_shadow_sm_3_spread: 0;
|
610
|
+
$hm_focus_rings_ring_gray_color: #98a2b324;
|
611
|
+
$hm_focus_rings_ring_gray_type: dropShadow;
|
612
|
+
$hm_focus_rings_ring_gray_x: 0;
|
613
|
+
$hm_focus_rings_ring_gray_y: 0;
|
614
|
+
$hm_focus_rings_ring_gray_blur: 0;
|
615
|
+
$hm_focus_rings_ring_gray_spread: 4;
|
616
|
+
$hm_focus_rings_ring_gray_shadow_xs_1_color: #98a2b324;
|
617
|
+
$hm_focus_rings_ring_gray_shadow_xs_1_type: dropShadow;
|
618
|
+
$hm_focus_rings_ring_gray_shadow_xs_1_x: 0;
|
619
|
+
$hm_focus_rings_ring_gray_shadow_xs_1_y: 0;
|
620
|
+
$hm_focus_rings_ring_gray_shadow_xs_1_blur: 0;
|
621
|
+
$hm_focus_rings_ring_gray_shadow_xs_1_spread: 4;
|
622
|
+
$hm_focus_rings_ring_gray_shadow_xs_2_color: #1018280d;
|
623
|
+
$hm_focus_rings_ring_gray_shadow_xs_2_type: dropShadow;
|
624
|
+
$hm_focus_rings_ring_gray_shadow_xs_2_x: 0;
|
625
|
+
$hm_focus_rings_ring_gray_shadow_xs_2_y: 1;
|
626
|
+
$hm_focus_rings_ring_gray_shadow_xs_2_blur: 2;
|
627
|
+
$hm_focus_rings_ring_gray_shadow_xs_2_spread: 0;
|
628
|
+
$hm_focus_rings_ring_gray_shadow_sm_1_color: #98a2b324;
|
629
|
+
$hm_focus_rings_ring_gray_shadow_sm_1_type: dropShadow;
|
630
|
+
$hm_focus_rings_ring_gray_shadow_sm_1_x: 0;
|
631
|
+
$hm_focus_rings_ring_gray_shadow_sm_1_y: 0;
|
632
|
+
$hm_focus_rings_ring_gray_shadow_sm_1_blur: 0;
|
633
|
+
$hm_focus_rings_ring_gray_shadow_sm_1_spread: 4;
|
634
|
+
$hm_focus_rings_ring_gray_shadow_sm_2_color: #1018280f;
|
635
|
+
$hm_focus_rings_ring_gray_shadow_sm_2_type: dropShadow;
|
636
|
+
$hm_focus_rings_ring_gray_shadow_sm_2_x: 0;
|
637
|
+
$hm_focus_rings_ring_gray_shadow_sm_2_y: 1;
|
638
|
+
$hm_focus_rings_ring_gray_shadow_sm_2_blur: 2;
|
639
|
+
$hm_focus_rings_ring_gray_shadow_sm_2_spread: 0;
|
640
|
+
$hm_focus_rings_ring_gray_shadow_sm_3_color: #1018281a;
|
641
|
+
$hm_focus_rings_ring_gray_shadow_sm_3_type: dropShadow;
|
642
|
+
$hm_focus_rings_ring_gray_shadow_sm_3_x: 0;
|
643
|
+
$hm_focus_rings_ring_gray_shadow_sm_3_y: 1;
|
644
|
+
$hm_focus_rings_ring_gray_shadow_sm_3_blur: 3;
|
645
|
+
$hm_focus_rings_ring_gray_shadow_sm_3_spread: 0;
|
646
|
+
$hm_focus_rings_ring_gray_secondary_color: #98a2b333;
|
647
|
+
$hm_focus_rings_ring_gray_secondary_type: dropShadow;
|
648
|
+
$hm_focus_rings_ring_gray_secondary_x: 0;
|
649
|
+
$hm_focus_rings_ring_gray_secondary_y: 0;
|
650
|
+
$hm_focus_rings_ring_gray_secondary_blur: 0;
|
651
|
+
$hm_focus_rings_ring_gray_secondary_spread: 4;
|
652
|
+
$hm_focus_rings_ring_error_color: #f044383d;
|
653
|
+
$hm_focus_rings_ring_error_type: dropShadow;
|
654
|
+
$hm_focus_rings_ring_error_x: 0;
|
655
|
+
$hm_focus_rings_ring_error_y: 0;
|
656
|
+
$hm_focus_rings_ring_error_blur: 0;
|
657
|
+
$hm_focus_rings_ring_error_spread: 4;
|
658
|
+
$hm_focus_rings_ring_error_shadow_xs_1_color: #f044383d;
|
659
|
+
$hm_focus_rings_ring_error_shadow_xs_1_type: dropShadow;
|
660
|
+
$hm_focus_rings_ring_error_shadow_xs_1_x: 0;
|
661
|
+
$hm_focus_rings_ring_error_shadow_xs_1_y: 0;
|
662
|
+
$hm_focus_rings_ring_error_shadow_xs_1_blur: 0;
|
663
|
+
$hm_focus_rings_ring_error_shadow_xs_1_spread: 4;
|
664
|
+
$hm_focus_rings_ring_error_shadow_xs_2_color: #1018280d;
|
665
|
+
$hm_focus_rings_ring_error_shadow_xs_2_type: dropShadow;
|
666
|
+
$hm_focus_rings_ring_error_shadow_xs_2_x: 0;
|
667
|
+
$hm_focus_rings_ring_error_shadow_xs_2_y: 1;
|
668
|
+
$hm_focus_rings_ring_error_shadow_xs_2_blur: 2;
|
669
|
+
$hm_focus_rings_ring_error_shadow_xs_2_spread: 0;
|
670
|
+
$hm_shadows_shadow_xs_color: #1018280d;
|
671
|
+
$hm_shadows_shadow_xs_type: dropShadow;
|
672
|
+
$hm_shadows_shadow_xs_x: 0;
|
673
|
+
$hm_shadows_shadow_xs_y: 1;
|
674
|
+
$hm_shadows_shadow_xs_blur: 2;
|
675
|
+
$hm_shadows_shadow_xs_spread: 0;
|
676
|
+
$hm_shadows_shadow_sm_1_color: #1018280f;
|
677
|
+
$hm_shadows_shadow_sm_1_type: dropShadow;
|
678
|
+
$hm_shadows_shadow_sm_1_x: 0;
|
679
|
+
$hm_shadows_shadow_sm_1_y: 1;
|
680
|
+
$hm_shadows_shadow_sm_1_blur: 2;
|
681
|
+
$hm_shadows_shadow_sm_1_spread: 0;
|
682
|
+
$hm_shadows_shadow_sm_2_color: #1018281a;
|
683
|
+
$hm_shadows_shadow_sm_2_type: dropShadow;
|
684
|
+
$hm_shadows_shadow_sm_2_x: 0;
|
685
|
+
$hm_shadows_shadow_sm_2_y: 1;
|
686
|
+
$hm_shadows_shadow_sm_2_blur: 3;
|
687
|
+
$hm_shadows_shadow_sm_2_spread: 0;
|
688
|
+
$hm_shadows_shadow_md_1_color: #1018280f;
|
689
|
+
$hm_shadows_shadow_md_1_type: dropShadow;
|
690
|
+
$hm_shadows_shadow_md_1_x: 0;
|
691
|
+
$hm_shadows_shadow_md_1_y: 2;
|
692
|
+
$hm_shadows_shadow_md_1_blur: 4;
|
693
|
+
$hm_shadows_shadow_md_1_spread: -2;
|
694
|
+
$hm_shadows_shadow_md_2_color: #1018281a;
|
695
|
+
$hm_shadows_shadow_md_2_type: dropShadow;
|
696
|
+
$hm_shadows_shadow_md_2_x: 0;
|
697
|
+
$hm_shadows_shadow_md_2_y: 4;
|
698
|
+
$hm_shadows_shadow_md_2_blur: 8;
|
699
|
+
$hm_shadows_shadow_md_2_spread: -2;
|
700
|
+
$hm_shadows_shadow_lg_1_color: #10182808;
|
701
|
+
$hm_shadows_shadow_lg_1_type: dropShadow;
|
702
|
+
$hm_shadows_shadow_lg_1_x: 0;
|
703
|
+
$hm_shadows_shadow_lg_1_y: 4;
|
704
|
+
$hm_shadows_shadow_lg_1_blur: 6;
|
705
|
+
$hm_shadows_shadow_lg_1_spread: -2;
|
706
|
+
$hm_shadows_shadow_lg_2_color: #10182814;
|
707
|
+
$hm_shadows_shadow_lg_2_type: dropShadow;
|
708
|
+
$hm_shadows_shadow_lg_2_x: 0;
|
709
|
+
$hm_shadows_shadow_lg_2_y: 12;
|
710
|
+
$hm_shadows_shadow_lg_2_blur: 16;
|
711
|
+
$hm_shadows_shadow_lg_2_spread: -4;
|
712
|
+
$hm_shadows_shadow_xl_1_color: #10182808;
|
713
|
+
$hm_shadows_shadow_xl_1_type: dropShadow;
|
714
|
+
$hm_shadows_shadow_xl_1_x: 0;
|
715
|
+
$hm_shadows_shadow_xl_1_y: 8;
|
716
|
+
$hm_shadows_shadow_xl_1_blur: 8;
|
717
|
+
$hm_shadows_shadow_xl_1_spread: -4;
|
718
|
+
$hm_shadows_shadow_xl_2_color: #10182814;
|
719
|
+
$hm_shadows_shadow_xl_2_type: dropShadow;
|
720
|
+
$hm_shadows_shadow_xl_2_x: 0;
|
721
|
+
$hm_shadows_shadow_xl_2_y: 20;
|
722
|
+
$hm_shadows_shadow_xl_2_blur: 24;
|
723
|
+
$hm_shadows_shadow_xl_2_spread: -4;
|
724
|
+
$hm_shadows_shadow_2xl_color: #1018282e;
|
725
|
+
$hm_shadows_shadow_2xl_type: dropShadow;
|
726
|
+
$hm_shadows_shadow_2xl_x: 0;
|
727
|
+
$hm_shadows_shadow_2xl_y: 24;
|
728
|
+
$hm_shadows_shadow_2xl_blur: 48;
|
729
|
+
$hm_shadows_shadow_2xl_spread: -12;
|
730
|
+
$hm_shadows_shadow_3xl_color: #10182824;
|
731
|
+
$hm_shadows_shadow_3xl_type: dropShadow;
|
732
|
+
$hm_shadows_shadow_3xl_x: 0;
|
733
|
+
$hm_shadows_shadow_3xl_y: 32;
|
734
|
+
$hm_shadows_shadow_3xl_blur: 64;
|
735
|
+
$hm_shadows_shadow_3xl_spread: -12;
|
736
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_color: #34405424;
|
737
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_type: dropShadow;
|
738
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_x: 0;
|
739
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_y: 75;
|
740
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_blur: 150;
|
741
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_main_centre_md_spread: 0;
|
742
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_color: #3440542e;
|
743
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_type: dropShadow;
|
744
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_x: 0;
|
745
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_y: 100;
|
746
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_blur: 200;
|
747
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_main_centre_lg_spread: 0;
|
748
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_color: #3440541f;
|
749
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_type: dropShadow;
|
750
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_x: -40;
|
751
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_y: 40;
|
752
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_blur: 72;
|
753
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_overlay_right_lg_spread: 0;
|
754
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_color: #3440541f;
|
755
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_type: dropShadow;
|
756
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_x: 100;
|
757
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_y: 100;
|
758
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_blur: 150;
|
759
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_overlay_left_lg_spread: 0;
|
760
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_grid_md_color: #34405414;
|
761
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_grid_md_type: dropShadow;
|
762
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_grid_md_x: 32;
|
763
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_grid_md_y: 32;
|
764
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_grid_md_blur: 64;
|
765
|
+
$hm_shadows_portfolio_mockup_shadows_shadow_grid_md_spread: 0;
|
766
|
+
$hm_font_families_figtree: Figtree;
|
767
|
+
$hm_font_families_inter: Inter;
|
768
|
+
$hm_line_heights_0: 100%;
|
769
|
+
$hm_line_heights_1: 30;
|
770
|
+
$hm_line_heights_2: 120%;
|
771
|
+
$hm_line_heights_3: 110%;
|
772
|
+
$hm_line_heights_4: 24;
|
773
|
+
$hm_font_weights_figtree_0: Regular;
|
774
|
+
$hm_font_weights_figtree_1: Medium;
|
775
|
+
$hm_font_weights_figtree_2: SemiBold;
|
776
|
+
$hm_font_weights_figtree_3: Bold;
|
777
|
+
$hm_font_weights_inter_4: Medium Italic;
|
778
|
+
$hm_font_weights_inter_5: Italic;
|
779
|
+
$hm_font_weights_inter_6: Semi Bold Italic;
|
780
|
+
$hm_font_weights_inter_7: Bold Italic;
|
781
|
+
$hm_font_weights_inter_8: Regular;
|
782
|
+
$hm_font_weights_inter_9: Medium;
|
783
|
+
$hm_font_weights_inter_10: Semi Bold;
|
784
|
+
$hm_font_size_0: 12;
|
785
|
+
$hm_font_size_1: 14;
|
786
|
+
$hm_font_size_2: 16;
|
787
|
+
$hm_font_size_3: 18;
|
788
|
+
$hm_font_size_4: 20;
|
789
|
+
$hm_font_size_5: 24;
|
790
|
+
$hm_font_size_6: 30;
|
791
|
+
$hm_font_size_7: 36;
|
792
|
+
$hm_font_size_8: 48;
|
793
|
+
$hm_font_size_9: 60;
|
794
|
+
$hm_font_size_10: 72;
|
795
|
+
$hm_letter_spacing_0: -2%;
|
796
|
+
$hm_letter_spacing_1: 0%;
|
797
|
+
$hm_paragraph_spacing_0: 0;
|
798
|
+
$hm_paragraph_spacing_1: 12;
|
799
|
+
$hm_paragraph_spacing_2: 14;
|
800
|
+
$hm_paragraph_spacing_3: 16;
|
801
|
+
$hm_paragraph_spacing_4: 18;
|
802
|
+
$hm_paragraph_spacing_5: 20;
|
803
|
+
$hm_paragraph_spacing_6: 24;
|
804
|
+
$hm_paragraph_spacing_7: 32;
|
805
|
+
$hm_paragraph_spacing_8: 36;
|
806
|
+
$hm_paragraph_spacing_9: 38;
|
807
|
+
$hm_paragraph_spacing_10: 48;
|
808
|
+
$hm_paragraph_spacing_11: 60;
|
809
|
+
$hm_paragraph_spacing_12: 72;
|
810
|
+
$hm_display_2xl_regular_font_family: Figtree;
|
811
|
+
$hm_display_2xl_regular_font_weight: Regular;
|
812
|
+
$hm_display_2xl_regular_line_height: 100%;
|
813
|
+
$hm_display_2xl_regular_font_size: 72;
|
814
|
+
$hm_display_2xl_regular_letter_spacing: -2%;
|
815
|
+
$hm_display_2xl_regular_paragraph_spacing: 72;
|
816
|
+
$hm_display_2xl_regular_paragraph_indent: 0px;
|
817
|
+
$hm_display_2xl_regular_text_case: none;
|
818
|
+
$hm_display_2xl_regular_text_decoration: none;
|
819
|
+
$hm_display_2xl_medium_font_family: Figtree;
|
820
|
+
$hm_display_2xl_medium_font_weight: Medium;
|
821
|
+
$hm_display_2xl_medium_line_height: 100%;
|
822
|
+
$hm_display_2xl_medium_font_size: 72;
|
823
|
+
$hm_display_2xl_medium_letter_spacing: -2%;
|
824
|
+
$hm_display_2xl_medium_paragraph_spacing: 72;
|
825
|
+
$hm_display_2xl_medium_paragraph_indent: 0px;
|
826
|
+
$hm_display_2xl_medium_text_case: none;
|
827
|
+
$hm_display_2xl_medium_text_decoration: none;
|
828
|
+
$hm_display_2xl_semibold_font_family: Figtree;
|
829
|
+
$hm_display_2xl_semibold_font_weight: SemiBold;
|
830
|
+
$hm_display_2xl_semibold_line_height: 100%;
|
831
|
+
$hm_display_2xl_semibold_font_size: 72;
|
832
|
+
$hm_display_2xl_semibold_letter_spacing: -2%;
|
833
|
+
$hm_display_2xl_semibold_paragraph_spacing: 72;
|
834
|
+
$hm_display_2xl_semibold_paragraph_indent: 0px;
|
835
|
+
$hm_display_2xl_semibold_text_case: none;
|
836
|
+
$hm_display_2xl_semibold_text_decoration: none;
|
837
|
+
$hm_display_2xl_bold_font_family: Figtree;
|
838
|
+
$hm_display_2xl_bold_font_weight: Bold;
|
839
|
+
$hm_display_2xl_bold_line_height: 100%;
|
840
|
+
$hm_display_2xl_bold_font_size: 72;
|
841
|
+
$hm_display_2xl_bold_letter_spacing: -2%;
|
842
|
+
$hm_display_2xl_bold_paragraph_spacing: 72;
|
843
|
+
$hm_display_2xl_bold_paragraph_indent: 0px;
|
844
|
+
$hm_display_2xl_bold_text_case: none;
|
845
|
+
$hm_display_2xl_bold_text_decoration: none;
|
846
|
+
$hm_display_xl_regular_font_family: Figtree;
|
847
|
+
$hm_display_xl_regular_font_weight: Regular;
|
848
|
+
$hm_display_xl_regular_line_height: 100%;
|
849
|
+
$hm_display_xl_regular_font_size: 60;
|
850
|
+
$hm_display_xl_regular_letter_spacing: -2%;
|
851
|
+
$hm_display_xl_regular_paragraph_spacing: 60;
|
852
|
+
$hm_display_xl_regular_paragraph_indent: 0px;
|
853
|
+
$hm_display_xl_regular_text_case: none;
|
854
|
+
$hm_display_xl_regular_text_decoration: none;
|
855
|
+
$hm_display_xl_medium_font_family: Figtree;
|
856
|
+
$hm_display_xl_medium_font_weight: Medium;
|
857
|
+
$hm_display_xl_medium_line_height: 100%;
|
858
|
+
$hm_display_xl_medium_font_size: 60;
|
859
|
+
$hm_display_xl_medium_letter_spacing: -2%;
|
860
|
+
$hm_display_xl_medium_paragraph_spacing: 60;
|
861
|
+
$hm_display_xl_medium_paragraph_indent: 0px;
|
862
|
+
$hm_display_xl_medium_text_case: none;
|
863
|
+
$hm_display_xl_medium_text_decoration: none;
|
864
|
+
$hm_display_xl_semibold_font_family: Figtree;
|
865
|
+
$hm_display_xl_semibold_font_weight: SemiBold;
|
866
|
+
$hm_display_xl_semibold_line_height: 100%;
|
867
|
+
$hm_display_xl_semibold_font_size: 60;
|
868
|
+
$hm_display_xl_semibold_letter_spacing: -2%;
|
869
|
+
$hm_display_xl_semibold_paragraph_spacing: 60;
|
870
|
+
$hm_display_xl_semibold_paragraph_indent: 0px;
|
871
|
+
$hm_display_xl_semibold_text_case: none;
|
872
|
+
$hm_display_xl_semibold_text_decoration: none;
|
873
|
+
$hm_display_xl_bold_font_family: Figtree;
|
874
|
+
$hm_display_xl_bold_font_weight: Bold;
|
875
|
+
$hm_display_xl_bold_line_height: 100%;
|
876
|
+
$hm_display_xl_bold_font_size: 60;
|
877
|
+
$hm_display_xl_bold_letter_spacing: -2%;
|
878
|
+
$hm_display_xl_bold_paragraph_spacing: 60;
|
879
|
+
$hm_display_xl_bold_paragraph_indent: 0px;
|
880
|
+
$hm_display_xl_bold_text_case: none;
|
881
|
+
$hm_display_xl_bold_text_decoration: none;
|
882
|
+
$hm_display_lg_regular_font_family: Figtree;
|
883
|
+
$hm_display_lg_regular_font_weight: Regular;
|
884
|
+
$hm_display_lg_regular_line_height: 100%;
|
885
|
+
$hm_display_lg_regular_font_size: 48;
|
886
|
+
$hm_display_lg_regular_letter_spacing: -2%;
|
887
|
+
$hm_display_lg_regular_paragraph_spacing: 48;
|
888
|
+
$hm_display_lg_regular_paragraph_indent: 0px;
|
889
|
+
$hm_display_lg_regular_text_case: none;
|
890
|
+
$hm_display_lg_regular_text_decoration: none;
|
891
|
+
$hm_display_lg_medium_font_family: Figtree;
|
892
|
+
$hm_display_lg_medium_font_weight: Medium;
|
893
|
+
$hm_display_lg_medium_line_height: 100%;
|
894
|
+
$hm_display_lg_medium_font_size: 48;
|
895
|
+
$hm_display_lg_medium_letter_spacing: -2%;
|
896
|
+
$hm_display_lg_medium_paragraph_spacing: 48;
|
897
|
+
$hm_display_lg_medium_paragraph_indent: 0px;
|
898
|
+
$hm_display_lg_medium_text_case: none;
|
899
|
+
$hm_display_lg_medium_text_decoration: none;
|
900
|
+
$hm_display_lg_semibold_font_family: Figtree;
|
901
|
+
$hm_display_lg_semibold_font_weight: SemiBold;
|
902
|
+
$hm_display_lg_semibold_line_height: 100%;
|
903
|
+
$hm_display_lg_semibold_font_size: 48;
|
904
|
+
$hm_display_lg_semibold_letter_spacing: -2%;
|
905
|
+
$hm_display_lg_semibold_paragraph_spacing: 48;
|
906
|
+
$hm_display_lg_semibold_paragraph_indent: 0px;
|
907
|
+
$hm_display_lg_semibold_text_case: none;
|
908
|
+
$hm_display_lg_semibold_text_decoration: none;
|
909
|
+
$hm_display_lg_bold_font_family: Figtree;
|
910
|
+
$hm_display_lg_bold_font_weight: Bold;
|
911
|
+
$hm_display_lg_bold_line_height: 100%;
|
912
|
+
$hm_display_lg_bold_font_size: 48;
|
913
|
+
$hm_display_lg_bold_letter_spacing: -2%;
|
914
|
+
$hm_display_lg_bold_paragraph_spacing: 48;
|
915
|
+
$hm_display_lg_bold_paragraph_indent: 0px;
|
916
|
+
$hm_display_lg_bold_text_case: none;
|
917
|
+
$hm_display_lg_bold_text_decoration: none;
|
918
|
+
$hm_display_md_regular_font_family: Figtree;
|
919
|
+
$hm_display_md_regular_font_weight: Regular;
|
920
|
+
$hm_display_md_regular_line_height: 100%;
|
921
|
+
$hm_display_md_regular_font_size: 36;
|
922
|
+
$hm_display_md_regular_letter_spacing: -2%;
|
923
|
+
$hm_display_md_regular_paragraph_spacing: 36;
|
924
|
+
$hm_display_md_regular_paragraph_indent: 0px;
|
925
|
+
$hm_display_md_regular_text_case: none;
|
926
|
+
$hm_display_md_regular_text_decoration: none;
|
927
|
+
$hm_display_md_medium_font_family: Figtree;
|
928
|
+
$hm_display_md_medium_font_weight: Medium;
|
929
|
+
$hm_display_md_medium_line_height: 100%;
|
930
|
+
$hm_display_md_medium_font_size: 36;
|
931
|
+
$hm_display_md_medium_letter_spacing: -2%;
|
932
|
+
$hm_display_md_medium_paragraph_spacing: 36;
|
933
|
+
$hm_display_md_medium_paragraph_indent: 0px;
|
934
|
+
$hm_display_md_medium_text_case: none;
|
935
|
+
$hm_display_md_medium_text_decoration: none;
|
936
|
+
$hm_display_md_semibold_font_family: Figtree;
|
937
|
+
$hm_display_md_semibold_font_weight: SemiBold;
|
938
|
+
$hm_display_md_semibold_line_height: 100%;
|
939
|
+
$hm_display_md_semibold_font_size: 36;
|
940
|
+
$hm_display_md_semibold_letter_spacing: -2%;
|
941
|
+
$hm_display_md_semibold_paragraph_spacing: 36;
|
942
|
+
$hm_display_md_semibold_paragraph_indent: 0px;
|
943
|
+
$hm_display_md_semibold_text_case: none;
|
944
|
+
$hm_display_md_semibold_text_decoration: none;
|
945
|
+
$hm_display_md_bold_font_family: Figtree;
|
946
|
+
$hm_display_md_bold_font_weight: Bold;
|
947
|
+
$hm_display_md_bold_line_height: 100%;
|
948
|
+
$hm_display_md_bold_font_size: 36;
|
949
|
+
$hm_display_md_bold_letter_spacing: -2%;
|
950
|
+
$hm_display_md_bold_paragraph_spacing: 36;
|
951
|
+
$hm_display_md_bold_paragraph_indent: 0px;
|
952
|
+
$hm_display_md_bold_text_case: none;
|
953
|
+
$hm_display_md_bold_text_decoration: none;
|
954
|
+
$hm_display_sm_regular_font_family: Figtree;
|
955
|
+
$hm_display_sm_regular_font_weight: Regular;
|
956
|
+
$hm_display_sm_regular_line_height: 100%;
|
957
|
+
$hm_display_sm_regular_font_size: 30;
|
958
|
+
$hm_display_sm_regular_letter_spacing: 0%;
|
959
|
+
$hm_display_sm_regular_paragraph_spacing: 20;
|
960
|
+
$hm_display_sm_regular_paragraph_indent: 0px;
|
961
|
+
$hm_display_sm_regular_text_case: none;
|
962
|
+
$hm_display_sm_regular_text_decoration: none;
|
963
|
+
$hm_display_sm_medium_font_family: Figtree;
|
964
|
+
$hm_display_sm_medium_font_weight: Medium;
|
965
|
+
$hm_display_sm_medium_line_height: 100%;
|
966
|
+
$hm_display_sm_medium_font_size: 30;
|
967
|
+
$hm_display_sm_medium_letter_spacing: 0%;
|
968
|
+
$hm_display_sm_medium_paragraph_spacing: 20;
|
969
|
+
$hm_display_sm_medium_paragraph_indent: 0px;
|
970
|
+
$hm_display_sm_medium_text_case: none;
|
971
|
+
$hm_display_sm_medium_text_decoration: none;
|
972
|
+
$hm_display_sm_semibold_font_family: Figtree;
|
973
|
+
$hm_display_sm_semibold_font_weight: SemiBold;
|
974
|
+
$hm_display_sm_semibold_line_height: 100%;
|
975
|
+
$hm_display_sm_semibold_font_size: 30;
|
976
|
+
$hm_display_sm_semibold_letter_spacing: 0%;
|
977
|
+
$hm_display_sm_semibold_paragraph_spacing: 20;
|
978
|
+
$hm_display_sm_semibold_paragraph_indent: 0px;
|
979
|
+
$hm_display_sm_semibold_text_case: none;
|
980
|
+
$hm_display_sm_semibold_text_decoration: none;
|
981
|
+
$hm_display_sm_bold_font_family: Figtree;
|
982
|
+
$hm_display_sm_bold_font_weight: Bold;
|
983
|
+
$hm_display_sm_bold_line_height: 100%;
|
984
|
+
$hm_display_sm_bold_font_size: 30;
|
985
|
+
$hm_display_sm_bold_letter_spacing: 0%;
|
986
|
+
$hm_display_sm_bold_paragraph_spacing: 20;
|
987
|
+
$hm_display_sm_bold_paragraph_indent: 0px;
|
988
|
+
$hm_display_sm_bold_text_case: none;
|
989
|
+
$hm_display_sm_bold_text_decoration: none;
|
990
|
+
$hm_display_sm_medium_italic_font_family: Inter;
|
991
|
+
$hm_display_sm_medium_italic_font_weight: Medium;
|
992
|
+
$hm_display_sm_medium_italic_line_height: 100%;
|
993
|
+
$hm_display_sm_medium_italic_font_size: 30;
|
994
|
+
$hm_display_sm_medium_italic_letter_spacing: 0%;
|
995
|
+
$hm_display_sm_medium_italic_paragraph_spacing: 38;
|
996
|
+
$hm_display_sm_medium_italic_paragraph_indent: 0px;
|
997
|
+
$hm_display_sm_medium_italic_text_case: none;
|
998
|
+
$hm_display_sm_medium_italic_text_decoration: none;
|
999
|
+
$hm_display_sm_medium_italic_font_style: italic;
|
1000
|
+
$hm_display_xs_regular_font_family: Figtree;
|
1001
|
+
$hm_display_xs_regular_font_weight: Regular;
|
1002
|
+
$hm_display_xs_regular_line_height: 100%;
|
1003
|
+
$hm_display_xs_regular_font_size: 24;
|
1004
|
+
$hm_display_xs_regular_letter_spacing: 0%;
|
1005
|
+
$hm_display_xs_regular_paragraph_spacing: 24;
|
1006
|
+
$hm_display_xs_regular_paragraph_indent: 0px;
|
1007
|
+
$hm_display_xs_regular_text_case: none;
|
1008
|
+
$hm_display_xs_regular_text_decoration: none;
|
1009
|
+
$hm_display_xs_medium_font_family: Figtree;
|
1010
|
+
$hm_display_xs_medium_font_weight: Medium;
|
1011
|
+
$hm_display_xs_medium_line_height: 100%;
|
1012
|
+
$hm_display_xs_medium_font_size: 24;
|
1013
|
+
$hm_display_xs_medium_letter_spacing: 0%;
|
1014
|
+
$hm_display_xs_medium_paragraph_spacing: 24;
|
1015
|
+
$hm_display_xs_medium_paragraph_indent: 0px;
|
1016
|
+
$hm_display_xs_medium_text_case: none;
|
1017
|
+
$hm_display_xs_medium_text_decoration: none;
|
1018
|
+
$hm_display_xs_semibold_font_family: Figtree;
|
1019
|
+
$hm_display_xs_semibold_font_weight: SemiBold;
|
1020
|
+
$hm_display_xs_semibold_line_height: 100%;
|
1021
|
+
$hm_display_xs_semibold_font_size: 24;
|
1022
|
+
$hm_display_xs_semibold_letter_spacing: 0%;
|
1023
|
+
$hm_display_xs_semibold_paragraph_spacing: 24;
|
1024
|
+
$hm_display_xs_semibold_paragraph_indent: 0px;
|
1025
|
+
$hm_display_xs_semibold_text_case: none;
|
1026
|
+
$hm_display_xs_semibold_text_decoration: none;
|
1027
|
+
$hm_display_xs_bold_font_family: Figtree;
|
1028
|
+
$hm_display_xs_bold_font_weight: Bold;
|
1029
|
+
$hm_display_xs_bold_line_height: 100%;
|
1030
|
+
$hm_display_xs_bold_font_size: 24;
|
1031
|
+
$hm_display_xs_bold_letter_spacing: 0%;
|
1032
|
+
$hm_display_xs_bold_paragraph_spacing: 24;
|
1033
|
+
$hm_display_xs_bold_paragraph_indent: 0px;
|
1034
|
+
$hm_display_xs_bold_text_case: none;
|
1035
|
+
$hm_display_xs_bold_text_decoration: none;
|
1036
|
+
$hm_display_xs_medium_italic_font_family: Inter;
|
1037
|
+
$hm_display_xs_medium_italic_font_weight: Medium;
|
1038
|
+
$hm_display_xs_medium_italic_line_height: 100%;
|
1039
|
+
$hm_display_xs_medium_italic_font_size: 24;
|
1040
|
+
$hm_display_xs_medium_italic_letter_spacing: 0%;
|
1041
|
+
$hm_display_xs_medium_italic_paragraph_spacing: 32;
|
1042
|
+
$hm_display_xs_medium_italic_paragraph_indent: 0px;
|
1043
|
+
$hm_display_xs_medium_italic_text_case: none;
|
1044
|
+
$hm_display_xs_medium_italic_text_decoration: none;
|
1045
|
+
$hm_display_xs_medium_italic_font_style: italic;
|
1046
|
+
$hm_text_xl_regular_font_family: Figtree;
|
1047
|
+
$hm_text_xl_regular_font_weight: Regular;
|
1048
|
+
$hm_text_xl_regular_line_height: 100%;
|
1049
|
+
$hm_text_xl_regular_font_size: 20;
|
1050
|
+
$hm_text_xl_regular_letter_spacing: 0%;
|
1051
|
+
$hm_text_xl_regular_paragraph_spacing: 20;
|
1052
|
+
$hm_text_xl_regular_paragraph_indent: 0px;
|
1053
|
+
$hm_text_xl_regular_text_case: none;
|
1054
|
+
$hm_text_xl_regular_text_decoration: none;
|
1055
|
+
$hm_text_xl_medium_font_family: Figtree;
|
1056
|
+
$hm_text_xl_medium_font_weight: Medium;
|
1057
|
+
$hm_text_xl_medium_line_height: 100%;
|
1058
|
+
$hm_text_xl_medium_font_size: 20;
|
1059
|
+
$hm_text_xl_medium_letter_spacing: 0%;
|
1060
|
+
$hm_text_xl_medium_paragraph_spacing: 20;
|
1061
|
+
$hm_text_xl_medium_paragraph_indent: 0px;
|
1062
|
+
$hm_text_xl_medium_text_case: none;
|
1063
|
+
$hm_text_xl_medium_text_decoration: none;
|
1064
|
+
$hm_text_xl_semibold_font_family: Figtree;
|
1065
|
+
$hm_text_xl_semibold_font_weight: SemiBold;
|
1066
|
+
$hm_text_xl_semibold_line_height: 100%;
|
1067
|
+
$hm_text_xl_semibold_font_size: 20;
|
1068
|
+
$hm_text_xl_semibold_letter_spacing: 0%;
|
1069
|
+
$hm_text_xl_semibold_paragraph_spacing: 20;
|
1070
|
+
$hm_text_xl_semibold_paragraph_indent: 0px;
|
1071
|
+
$hm_text_xl_semibold_text_case: none;
|
1072
|
+
$hm_text_xl_semibold_text_decoration: none;
|
1073
|
+
$hm_text_xl_bold_font_family: Figtree;
|
1074
|
+
$hm_text_xl_bold_font_weight: Bold;
|
1075
|
+
$hm_text_xl_bold_line_height: 100%;
|
1076
|
+
$hm_text_xl_bold_font_size: 20;
|
1077
|
+
$hm_text_xl_bold_letter_spacing: 0%;
|
1078
|
+
$hm_text_xl_bold_paragraph_spacing: 20;
|
1079
|
+
$hm_text_xl_bold_paragraph_indent: 0px;
|
1080
|
+
$hm_text_xl_bold_text_case: none;
|
1081
|
+
$hm_text_xl_bold_text_decoration: none;
|
1082
|
+
$hm_text_xl_regular_italic_font_family: Inter;
|
1083
|
+
$hm_text_xl_regular_italic_font_weight: Regular;
|
1084
|
+
$hm_text_xl_regular_italic_line_height: 100%;
|
1085
|
+
$hm_text_xl_regular_italic_font_size: 20;
|
1086
|
+
$hm_text_xl_regular_italic_letter_spacing: 0%;
|
1087
|
+
$hm_text_xl_regular_italic_paragraph_spacing: 20;
|
1088
|
+
$hm_text_xl_regular_italic_paragraph_indent: 0px;
|
1089
|
+
$hm_text_xl_regular_italic_text_case: none;
|
1090
|
+
$hm_text_xl_regular_italic_text_decoration: none;
|
1091
|
+
$hm_text_xl_regular_italic_font_style: italic;
|
1092
|
+
$hm_text_xl_medium_italic_font_family: Inter;
|
1093
|
+
$hm_text_xl_medium_italic_font_weight: Medium;
|
1094
|
+
$hm_text_xl_medium_italic_line_height: 100%;
|
1095
|
+
$hm_text_xl_medium_italic_font_size: 20;
|
1096
|
+
$hm_text_xl_medium_italic_letter_spacing: 0%;
|
1097
|
+
$hm_text_xl_medium_italic_paragraph_spacing: 20;
|
1098
|
+
$hm_text_xl_medium_italic_paragraph_indent: 0px;
|
1099
|
+
$hm_text_xl_medium_italic_text_case: none;
|
1100
|
+
$hm_text_xl_medium_italic_text_decoration: none;
|
1101
|
+
$hm_text_xl_medium_italic_font_style: italic;
|
1102
|
+
$hm_text_xl_semibold_italic_font_family: Inter;
|
1103
|
+
$hm_text_xl_semibold_italic_font_weight: Semi Bold;
|
1104
|
+
$hm_text_xl_semibold_italic_line_height: 100%;
|
1105
|
+
$hm_text_xl_semibold_italic_font_size: 20;
|
1106
|
+
$hm_text_xl_semibold_italic_letter_spacing: 0%;
|
1107
|
+
$hm_text_xl_semibold_italic_paragraph_spacing: 20;
|
1108
|
+
$hm_text_xl_semibold_italic_paragraph_indent: 0px;
|
1109
|
+
$hm_text_xl_semibold_italic_text_case: none;
|
1110
|
+
$hm_text_xl_semibold_italic_text_decoration: none;
|
1111
|
+
$hm_text_xl_semibold_italic_font_style: italic;
|
1112
|
+
$hm_text_xl_bold_italic_font_family: Inter;
|
1113
|
+
$hm_text_xl_bold_italic_font_weight: Bold;
|
1114
|
+
$hm_text_xl_bold_italic_line_height: 30;
|
1115
|
+
$hm_text_xl_bold_italic_font_size: 20;
|
1116
|
+
$hm_text_xl_bold_italic_letter_spacing: 0%;
|
1117
|
+
$hm_text_xl_bold_italic_paragraph_spacing: 20;
|
1118
|
+
$hm_text_xl_bold_italic_paragraph_indent: 0px;
|
1119
|
+
$hm_text_xl_bold_italic_text_case: none;
|
1120
|
+
$hm_text_xl_bold_italic_text_decoration: none;
|
1121
|
+
$hm_text_xl_bold_italic_font_style: italic;
|
1122
|
+
$hm_text_xl_regular_underlined_font_family: Inter;
|
1123
|
+
$hm_text_xl_regular_underlined_font_weight: Regular;
|
1124
|
+
$hm_text_xl_regular_underlined_line_height: 100%;
|
1125
|
+
$hm_text_xl_regular_underlined_font_size: 20;
|
1126
|
+
$hm_text_xl_regular_underlined_letter_spacing: 0%;
|
1127
|
+
$hm_text_xl_regular_underlined_paragraph_spacing: 0;
|
1128
|
+
$hm_text_xl_regular_underlined_paragraph_indent: 0px;
|
1129
|
+
$hm_text_xl_regular_underlined_text_case: none;
|
1130
|
+
$hm_text_xl_regular_underlined_text_decoration: underline;
|
1131
|
+
$hm_text_lg_regular_font_family: Figtree;
|
1132
|
+
$hm_text_lg_regular_font_weight: Regular;
|
1133
|
+
$hm_text_lg_regular_line_height: 120%;
|
1134
|
+
$hm_text_lg_regular_font_size: 18;
|
1135
|
+
$hm_text_lg_regular_letter_spacing: 0%;
|
1136
|
+
$hm_text_lg_regular_paragraph_spacing: 18;
|
1137
|
+
$hm_text_lg_regular_paragraph_indent: 0px;
|
1138
|
+
$hm_text_lg_regular_text_case: none;
|
1139
|
+
$hm_text_lg_regular_text_decoration: none;
|
1140
|
+
$hm_text_lg_medium_font_family: Figtree;
|
1141
|
+
$hm_text_lg_medium_font_weight: Medium;
|
1142
|
+
$hm_text_lg_medium_line_height: 120%;
|
1143
|
+
$hm_text_lg_medium_font_size: 18;
|
1144
|
+
$hm_text_lg_medium_letter_spacing: 0%;
|
1145
|
+
$hm_text_lg_medium_paragraph_spacing: 18;
|
1146
|
+
$hm_text_lg_medium_paragraph_indent: 0px;
|
1147
|
+
$hm_text_lg_medium_text_case: none;
|
1148
|
+
$hm_text_lg_medium_text_decoration: none;
|
1149
|
+
$hm_text_lg_semibold_font_family: Figtree;
|
1150
|
+
$hm_text_lg_semibold_font_weight: SemiBold;
|
1151
|
+
$hm_text_lg_semibold_line_height: 120%;
|
1152
|
+
$hm_text_lg_semibold_font_size: 18;
|
1153
|
+
$hm_text_lg_semibold_letter_spacing: 0%;
|
1154
|
+
$hm_text_lg_semibold_paragraph_spacing: 18;
|
1155
|
+
$hm_text_lg_semibold_paragraph_indent: 0px;
|
1156
|
+
$hm_text_lg_semibold_text_case: none;
|
1157
|
+
$hm_text_lg_semibold_text_decoration: none;
|
1158
|
+
$hm_text_lg_bold_font_family: Figtree;
|
1159
|
+
$hm_text_lg_bold_font_weight: Bold;
|
1160
|
+
$hm_text_lg_bold_line_height: 120%;
|
1161
|
+
$hm_text_lg_bold_font_size: 18;
|
1162
|
+
$hm_text_lg_bold_letter_spacing: 0%;
|
1163
|
+
$hm_text_lg_bold_paragraph_spacing: 18;
|
1164
|
+
$hm_text_lg_bold_paragraph_indent: 0px;
|
1165
|
+
$hm_text_lg_bold_text_case: none;
|
1166
|
+
$hm_text_lg_bold_text_decoration: none;
|
1167
|
+
$hm_text_lg_regular_italic_font_family: Inter;
|
1168
|
+
$hm_text_lg_regular_italic_font_weight: Regular;
|
1169
|
+
$hm_text_lg_regular_italic_line_height: 100%;
|
1170
|
+
$hm_text_lg_regular_italic_font_size: 18;
|
1171
|
+
$hm_text_lg_regular_italic_letter_spacing: 0%;
|
1172
|
+
$hm_text_lg_regular_italic_paragraph_spacing: 18;
|
1173
|
+
$hm_text_lg_regular_italic_paragraph_indent: 0px;
|
1174
|
+
$hm_text_lg_regular_italic_text_case: none;
|
1175
|
+
$hm_text_lg_regular_italic_text_decoration: none;
|
1176
|
+
$hm_text_lg_regular_italic_font_style: italic;
|
1177
|
+
$hm_text_lg_medium_italic_font_family: Inter;
|
1178
|
+
$hm_text_lg_medium_italic_font_weight: Medium;
|
1179
|
+
$hm_text_lg_medium_italic_line_height: 100%;
|
1180
|
+
$hm_text_lg_medium_italic_font_size: 18;
|
1181
|
+
$hm_text_lg_medium_italic_letter_spacing: 0%;
|
1182
|
+
$hm_text_lg_medium_italic_paragraph_spacing: 18;
|
1183
|
+
$hm_text_lg_medium_italic_paragraph_indent: 0px;
|
1184
|
+
$hm_text_lg_medium_italic_text_case: none;
|
1185
|
+
$hm_text_lg_medium_italic_text_decoration: none;
|
1186
|
+
$hm_text_lg_medium_italic_font_style: italic;
|
1187
|
+
$hm_text_lg_semibold_italic_font_family: Inter;
|
1188
|
+
$hm_text_lg_semibold_italic_font_weight: Semi Bold;
|
1189
|
+
$hm_text_lg_semibold_italic_line_height: 100%;
|
1190
|
+
$hm_text_lg_semibold_italic_font_size: 18;
|
1191
|
+
$hm_text_lg_semibold_italic_letter_spacing: 0%;
|
1192
|
+
$hm_text_lg_semibold_italic_paragraph_spacing: 18;
|
1193
|
+
$hm_text_lg_semibold_italic_paragraph_indent: 0px;
|
1194
|
+
$hm_text_lg_semibold_italic_text_case: none;
|
1195
|
+
$hm_text_lg_semibold_italic_text_decoration: none;
|
1196
|
+
$hm_text_lg_semibold_italic_font_style: italic;
|
1197
|
+
$hm_text_lg_bold_italic_font_family: Inter;
|
1198
|
+
$hm_text_lg_bold_italic_font_weight: Bold;
|
1199
|
+
$hm_text_lg_bold_italic_line_height: 100%;
|
1200
|
+
$hm_text_lg_bold_italic_font_size: 18;
|
1201
|
+
$hm_text_lg_bold_italic_letter_spacing: 0%;
|
1202
|
+
$hm_text_lg_bold_italic_paragraph_spacing: 18;
|
1203
|
+
$hm_text_lg_bold_italic_paragraph_indent: 0px;
|
1204
|
+
$hm_text_lg_bold_italic_text_case: none;
|
1205
|
+
$hm_text_lg_bold_italic_text_decoration: none;
|
1206
|
+
$hm_text_lg_bold_italic_font_style: italic;
|
1207
|
+
$hm_text_lg_regular_underlined_font_family: Inter;
|
1208
|
+
$hm_text_lg_regular_underlined_font_weight: Regular;
|
1209
|
+
$hm_text_lg_regular_underlined_line_height: 100%;
|
1210
|
+
$hm_text_lg_regular_underlined_font_size: 18;
|
1211
|
+
$hm_text_lg_regular_underlined_letter_spacing: 0%;
|
1212
|
+
$hm_text_lg_regular_underlined_paragraph_spacing: 18;
|
1213
|
+
$hm_text_lg_regular_underlined_paragraph_indent: 0px;
|
1214
|
+
$hm_text_lg_regular_underlined_text_case: none;
|
1215
|
+
$hm_text_lg_regular_underlined_text_decoration: underline;
|
1216
|
+
$hm_text_lg_medium_underlined_font_family: Inter;
|
1217
|
+
$hm_text_lg_medium_underlined_font_weight: Medium;
|
1218
|
+
$hm_text_lg_medium_underlined_line_height: 100%;
|
1219
|
+
$hm_text_lg_medium_underlined_font_size: 18;
|
1220
|
+
$hm_text_lg_medium_underlined_letter_spacing: 0%;
|
1221
|
+
$hm_text_lg_medium_underlined_paragraph_spacing: 18;
|
1222
|
+
$hm_text_lg_medium_underlined_paragraph_indent: 0px;
|
1223
|
+
$hm_text_lg_medium_underlined_text_case: none;
|
1224
|
+
$hm_text_lg_medium_underlined_text_decoration: underline;
|
1225
|
+
$hm_text_lg_semibold_underlined_font_family: Inter;
|
1226
|
+
$hm_text_lg_semibold_underlined_font_weight: Semi Bold;
|
1227
|
+
$hm_text_lg_semibold_underlined_line_height: 100%;
|
1228
|
+
$hm_text_lg_semibold_underlined_font_size: 18;
|
1229
|
+
$hm_text_lg_semibold_underlined_letter_spacing: 0%;
|
1230
|
+
$hm_text_lg_semibold_underlined_paragraph_spacing: 18;
|
1231
|
+
$hm_text_lg_semibold_underlined_paragraph_indent: 0px;
|
1232
|
+
$hm_text_lg_semibold_underlined_text_case: none;
|
1233
|
+
$hm_text_lg_semibold_underlined_text_decoration: underline;
|
1234
|
+
$hm_text_md_regular_font_family: Figtree;
|
1235
|
+
$hm_text_md_regular_font_weight: Regular;
|
1236
|
+
$hm_text_md_regular_line_height: 120%;
|
1237
|
+
$hm_text_md_regular_font_size: 16;
|
1238
|
+
$hm_text_md_regular_letter_spacing: 0%;
|
1239
|
+
$hm_text_md_regular_paragraph_spacing: 16;
|
1240
|
+
$hm_text_md_regular_paragraph_indent: 0px;
|
1241
|
+
$hm_text_md_regular_text_case: none;
|
1242
|
+
$hm_text_md_regular_text_decoration: none;
|
1243
|
+
$hm_text_md_medium_font_family: Figtree;
|
1244
|
+
$hm_text_md_medium_font_weight: Medium;
|
1245
|
+
$hm_text_md_medium_line_height: 120%;
|
1246
|
+
$hm_text_md_medium_font_size: 16;
|
1247
|
+
$hm_text_md_medium_letter_spacing: 0%;
|
1248
|
+
$hm_text_md_medium_paragraph_spacing: 16;
|
1249
|
+
$hm_text_md_medium_paragraph_indent: 0px;
|
1250
|
+
$hm_text_md_medium_text_case: none;
|
1251
|
+
$hm_text_md_medium_text_decoration: none;
|
1252
|
+
$hm_text_md_semibold_font_family: Figtree;
|
1253
|
+
$hm_text_md_semibold_font_weight: SemiBold;
|
1254
|
+
$hm_text_md_semibold_line_height: 120%;
|
1255
|
+
$hm_text_md_semibold_font_size: 16;
|
1256
|
+
$hm_text_md_semibold_letter_spacing: 0%;
|
1257
|
+
$hm_text_md_semibold_paragraph_spacing: 16;
|
1258
|
+
$hm_text_md_semibold_paragraph_indent: 0px;
|
1259
|
+
$hm_text_md_semibold_text_case: none;
|
1260
|
+
$hm_text_md_semibold_text_decoration: none;
|
1261
|
+
$hm_text_md_bold_font_family: Figtree;
|
1262
|
+
$hm_text_md_bold_font_weight: Bold;
|
1263
|
+
$hm_text_md_bold_line_height: 110%;
|
1264
|
+
$hm_text_md_bold_font_size: 16;
|
1265
|
+
$hm_text_md_bold_letter_spacing: 0%;
|
1266
|
+
$hm_text_md_bold_paragraph_spacing: 16;
|
1267
|
+
$hm_text_md_bold_paragraph_indent: 0px;
|
1268
|
+
$hm_text_md_bold_text_case: none;
|
1269
|
+
$hm_text_md_bold_text_decoration: none;
|
1270
|
+
$hm_text_md_regular_italic_font_family: Inter;
|
1271
|
+
$hm_text_md_regular_italic_font_weight: Regular;
|
1272
|
+
$hm_text_md_regular_italic_line_height: 100%;
|
1273
|
+
$hm_text_md_regular_italic_font_size: 16;
|
1274
|
+
$hm_text_md_regular_italic_letter_spacing: 0%;
|
1275
|
+
$hm_text_md_regular_italic_paragraph_spacing: 16;
|
1276
|
+
$hm_text_md_regular_italic_paragraph_indent: 0px;
|
1277
|
+
$hm_text_md_regular_italic_text_case: none;
|
1278
|
+
$hm_text_md_regular_italic_text_decoration: none;
|
1279
|
+
$hm_text_md_regular_italic_font_style: italic;
|
1280
|
+
$hm_text_md_medium_italic_font_family: Inter;
|
1281
|
+
$hm_text_md_medium_italic_font_weight: Medium;
|
1282
|
+
$hm_text_md_medium_italic_line_height: 24;
|
1283
|
+
$hm_text_md_medium_italic_font_size: 16;
|
1284
|
+
$hm_text_md_medium_italic_letter_spacing: 0%;
|
1285
|
+
$hm_text_md_medium_italic_paragraph_spacing: 16;
|
1286
|
+
$hm_text_md_medium_italic_paragraph_indent: 0px;
|
1287
|
+
$hm_text_md_medium_italic_text_case: none;
|
1288
|
+
$hm_text_md_medium_italic_text_decoration: none;
|
1289
|
+
$hm_text_md_medium_italic_font_style: italic;
|
1290
|
+
$hm_text_md_semibold_italic_font_family: Inter;
|
1291
|
+
$hm_text_md_semibold_italic_font_weight: Semi Bold;
|
1292
|
+
$hm_text_md_semibold_italic_line_height: 24;
|
1293
|
+
$hm_text_md_semibold_italic_font_size: 16;
|
1294
|
+
$hm_text_md_semibold_italic_letter_spacing: 0%;
|
1295
|
+
$hm_text_md_semibold_italic_paragraph_spacing: 16;
|
1296
|
+
$hm_text_md_semibold_italic_paragraph_indent: 0px;
|
1297
|
+
$hm_text_md_semibold_italic_text_case: none;
|
1298
|
+
$hm_text_md_semibold_italic_text_decoration: none;
|
1299
|
+
$hm_text_md_semibold_italic_font_style: italic;
|
1300
|
+
$hm_text_md_bold_italic_font_family: Inter;
|
1301
|
+
$hm_text_md_bold_italic_font_weight: Bold;
|
1302
|
+
$hm_text_md_bold_italic_line_height: 24;
|
1303
|
+
$hm_text_md_bold_italic_font_size: 16;
|
1304
|
+
$hm_text_md_bold_italic_letter_spacing: 0%;
|
1305
|
+
$hm_text_md_bold_italic_paragraph_spacing: 16;
|
1306
|
+
$hm_text_md_bold_italic_paragraph_indent: 0px;
|
1307
|
+
$hm_text_md_bold_italic_text_case: none;
|
1308
|
+
$hm_text_md_bold_italic_text_decoration: none;
|
1309
|
+
$hm_text_md_bold_italic_font_style: italic;
|
1310
|
+
$hm_text_md_regular_underlined_font_family: Inter;
|
1311
|
+
$hm_text_md_regular_underlined_font_weight: Regular;
|
1312
|
+
$hm_text_md_regular_underlined_line_height: 24;
|
1313
|
+
$hm_text_md_regular_underlined_font_size: 16;
|
1314
|
+
$hm_text_md_regular_underlined_letter_spacing: 0%;
|
1315
|
+
$hm_text_md_regular_underlined_paragraph_spacing: 24;
|
1316
|
+
$hm_text_md_regular_underlined_paragraph_indent: 0px;
|
1317
|
+
$hm_text_md_regular_underlined_text_case: none;
|
1318
|
+
$hm_text_md_regular_underlined_text_decoration: underline;
|
1319
|
+
$hm_text_md_medium_underlined_font_family: Inter;
|
1320
|
+
$hm_text_md_medium_underlined_font_weight: Medium;
|
1321
|
+
$hm_text_md_medium_underlined_line_height: 24;
|
1322
|
+
$hm_text_md_medium_underlined_font_size: 16;
|
1323
|
+
$hm_text_md_medium_underlined_letter_spacing: 0%;
|
1324
|
+
$hm_text_md_medium_underlined_paragraph_spacing: 24;
|
1325
|
+
$hm_text_md_medium_underlined_paragraph_indent: 0px;
|
1326
|
+
$hm_text_md_medium_underlined_text_case: none;
|
1327
|
+
$hm_text_md_medium_underlined_text_decoration: underline;
|
1328
|
+
$hm_text_md_semibold_underlined_font_family: Inter;
|
1329
|
+
$hm_text_md_semibold_underlined_font_weight: Semi Bold;
|
1330
|
+
$hm_text_md_semibold_underlined_line_height: 24;
|
1331
|
+
$hm_text_md_semibold_underlined_font_size: 16;
|
1332
|
+
$hm_text_md_semibold_underlined_letter_spacing: 0%;
|
1333
|
+
$hm_text_md_semibold_underlined_paragraph_spacing: 16;
|
1334
|
+
$hm_text_md_semibold_underlined_paragraph_indent: 0px;
|
1335
|
+
$hm_text_md_semibold_underlined_text_case: none;
|
1336
|
+
$hm_text_md_semibold_underlined_text_decoration: underline;
|
1337
|
+
$hm_text_sm_regular_font_family: Figtree;
|
1338
|
+
$hm_text_sm_regular_font_weight: Regular;
|
1339
|
+
$hm_text_sm_regular_line_height: 110%;
|
1340
|
+
$hm_text_sm_regular_font_size: 14;
|
1341
|
+
$hm_text_sm_regular_letter_spacing: 0%;
|
1342
|
+
$hm_text_sm_regular_paragraph_spacing: 14;
|
1343
|
+
$hm_text_sm_regular_paragraph_indent: 0px;
|
1344
|
+
$hm_text_sm_regular_text_case: none;
|
1345
|
+
$hm_text_sm_regular_text_decoration: none;
|
1346
|
+
$hm_text_sm_medium_font_family: Figtree;
|
1347
|
+
$hm_text_sm_medium_font_weight: Medium;
|
1348
|
+
$hm_text_sm_medium_line_height: 110%;
|
1349
|
+
$hm_text_sm_medium_font_size: 14;
|
1350
|
+
$hm_text_sm_medium_letter_spacing: 0%;
|
1351
|
+
$hm_text_sm_medium_paragraph_spacing: 14;
|
1352
|
+
$hm_text_sm_medium_paragraph_indent: 0px;
|
1353
|
+
$hm_text_sm_medium_text_case: none;
|
1354
|
+
$hm_text_sm_medium_text_decoration: none;
|
1355
|
+
$hm_text_sm_semibold_font_family: Figtree;
|
1356
|
+
$hm_text_sm_semibold_font_weight: SemiBold;
|
1357
|
+
$hm_text_sm_semibold_line_height: 110%;
|
1358
|
+
$hm_text_sm_semibold_font_size: 14;
|
1359
|
+
$hm_text_sm_semibold_letter_spacing: 0%;
|
1360
|
+
$hm_text_sm_semibold_paragraph_spacing: 14;
|
1361
|
+
$hm_text_sm_semibold_paragraph_indent: 0px;
|
1362
|
+
$hm_text_sm_semibold_text_case: none;
|
1363
|
+
$hm_text_sm_semibold_text_decoration: none;
|
1364
|
+
$hm_text_sm_bold_font_family: Figtree;
|
1365
|
+
$hm_text_sm_bold_font_weight: Bold;
|
1366
|
+
$hm_text_sm_bold_line_height: 110%;
|
1367
|
+
$hm_text_sm_bold_font_size: 14;
|
1368
|
+
$hm_text_sm_bold_letter_spacing: 0%;
|
1369
|
+
$hm_text_sm_bold_paragraph_spacing: 14;
|
1370
|
+
$hm_text_sm_bold_paragraph_indent: 0px;
|
1371
|
+
$hm_text_sm_bold_text_case: none;
|
1372
|
+
$hm_text_sm_bold_text_decoration: none;
|
1373
|
+
$hm_text_sm_regular_underlined_font_family: Inter;
|
1374
|
+
$hm_text_sm_regular_underlined_font_weight: Regular;
|
1375
|
+
$hm_text_sm_regular_underlined_line_height: 100%;
|
1376
|
+
$hm_text_sm_regular_underlined_font_size: 14;
|
1377
|
+
$hm_text_sm_regular_underlined_letter_spacing: 0%;
|
1378
|
+
$hm_text_sm_regular_underlined_paragraph_spacing: 14;
|
1379
|
+
$hm_text_sm_regular_underlined_paragraph_indent: 0px;
|
1380
|
+
$hm_text_sm_regular_underlined_text_case: none;
|
1381
|
+
$hm_text_sm_regular_underlined_text_decoration: underline;
|
1382
|
+
$hm_text_sm_medium_underlined_font_family: Inter;
|
1383
|
+
$hm_text_sm_medium_underlined_font_weight: Medium;
|
1384
|
+
$hm_text_sm_medium_underlined_line_height: 100%;
|
1385
|
+
$hm_text_sm_medium_underlined_font_size: 14;
|
1386
|
+
$hm_text_sm_medium_underlined_letter_spacing: 0%;
|
1387
|
+
$hm_text_sm_medium_underlined_paragraph_spacing: 14;
|
1388
|
+
$hm_text_sm_medium_underlined_paragraph_indent: 0px;
|
1389
|
+
$hm_text_sm_medium_underlined_text_case: none;
|
1390
|
+
$hm_text_sm_medium_underlined_text_decoration: underline;
|
1391
|
+
$hm_text_sm_semibold_underlined_font_family: Inter;
|
1392
|
+
$hm_text_sm_semibold_underlined_font_weight: Semi Bold;
|
1393
|
+
$hm_text_sm_semibold_underlined_line_height: 100%;
|
1394
|
+
$hm_text_sm_semibold_underlined_font_size: 14;
|
1395
|
+
$hm_text_sm_semibold_underlined_letter_spacing: 0%;
|
1396
|
+
$hm_text_sm_semibold_underlined_paragraph_spacing: 14;
|
1397
|
+
$hm_text_sm_semibold_underlined_paragraph_indent: 0px;
|
1398
|
+
$hm_text_sm_semibold_underlined_text_case: none;
|
1399
|
+
$hm_text_sm_semibold_underlined_text_decoration: underline;
|
1400
|
+
$hm_text_xs_regular_font_family: Figtree;
|
1401
|
+
$hm_text_xs_regular_font_weight: Regular;
|
1402
|
+
$hm_text_xs_regular_line_height: 110%;
|
1403
|
+
$hm_text_xs_regular_font_size: 12;
|
1404
|
+
$hm_text_xs_regular_letter_spacing: 0%;
|
1405
|
+
$hm_text_xs_regular_paragraph_spacing: 12;
|
1406
|
+
$hm_text_xs_regular_paragraph_indent: 0px;
|
1407
|
+
$hm_text_xs_regular_text_case: none;
|
1408
|
+
$hm_text_xs_regular_text_decoration: none;
|
1409
|
+
$hm_text_xs_medium_font_family: Figtree;
|
1410
|
+
$hm_text_xs_medium_font_weight: Medium;
|
1411
|
+
$hm_text_xs_medium_line_height: 110%;
|
1412
|
+
$hm_text_xs_medium_font_size: 12;
|
1413
|
+
$hm_text_xs_medium_letter_spacing: 0%;
|
1414
|
+
$hm_text_xs_medium_paragraph_spacing: 12;
|
1415
|
+
$hm_text_xs_medium_paragraph_indent: 0px;
|
1416
|
+
$hm_text_xs_medium_text_case: none;
|
1417
|
+
$hm_text_xs_medium_text_decoration: none;
|
1418
|
+
$hm_text_xs_semibold_font_family: Figtree;
|
1419
|
+
$hm_text_xs_semibold_font_weight: SemiBold;
|
1420
|
+
$hm_text_xs_semibold_line_height: 110%;
|
1421
|
+
$hm_text_xs_semibold_font_size: 12;
|
1422
|
+
$hm_text_xs_semibold_letter_spacing: 0%;
|
1423
|
+
$hm_text_xs_semibold_paragraph_spacing: 12;
|
1424
|
+
$hm_text_xs_semibold_paragraph_indent: 0px;
|
1425
|
+
$hm_text_xs_semibold_text_case: none;
|
1426
|
+
$hm_text_xs_semibold_text_decoration: none;
|
1427
|
+
$hm_text_xs_bold_font_family: Figtree;
|
1428
|
+
$hm_text_xs_bold_font_weight: Bold;
|
1429
|
+
$hm_text_xs_bold_line_height: 110%;
|
1430
|
+
$hm_text_xs_bold_font_size: 12;
|
1431
|
+
$hm_text_xs_bold_letter_spacing: 0%;
|
1432
|
+
$hm_text_xs_bold_paragraph_spacing: 12;
|
1433
|
+
$hm_text_xs_bold_paragraph_indent: 0px;
|
1434
|
+
$hm_text_xs_bold_text_case: none;
|
1435
|
+
$hm_text_xs_bold_text_decoration: none;
|
1436
|
+
$hm_text_case_none: none;
|
1437
|
+
$hm_text_decoration_none: none;
|
1438
|
+
$hm_text_decoration_underline: underline;
|
1439
|
+
$hm_paragraph_indent_0: 0px;
|
1440
|
+
$hm_colors_base_white: #ffffff;
|
1441
|
+
$hm_colors_base_black: #000000;
|
1442
|
+
$hm_colors_base_transparent: #ffffff00;
|
1443
|
+
$hm_colors_gray_blue_25: #fcfcfd;
|
1444
|
+
$hm_colors_gray_blue_50: #f8f9fc;
|
1445
|
+
$hm_colors_gray_blue_100: #eaecf5;
|
1446
|
+
$hm_colors_gray_blue_200: #d5d9eb;
|
1447
|
+
$hm_colors_gray_blue_300: #b3b8db;
|
1448
|
+
$hm_colors_gray_blue_400: #717bbc;
|
1449
|
+
$hm_colors_gray_blue_500: #4e5ba6;
|
1450
|
+
$hm_colors_gray_blue_600: #3e4784;
|
1451
|
+
$hm_colors_gray_blue_700: #363f72;
|
1452
|
+
$hm_colors_gray_blue_800: #293056;
|
1453
|
+
$hm_colors_gray_blue_900: #101323;
|
1454
|
+
$hm_colors_gray_blue_950: #0d0f1c;
|
1455
|
+
$hm_colors_gray_cool_25: #fcfcfd;
|
1456
|
+
$hm_colors_gray_cool_50: #f9f9fb;
|
1457
|
+
$hm_colors_gray_cool_100: #eff1f5;
|
1458
|
+
$hm_colors_gray_cool_200: #dcdfea;
|
1459
|
+
$hm_colors_gray_cool_300: #b9c0d4;
|
1460
|
+
$hm_colors_gray_cool_400: #7d89b0;
|
1461
|
+
$hm_colors_gray_cool_500: #5d6b98;
|
1462
|
+
$hm_colors_gray_cool_600: #4a5578;
|
1463
|
+
$hm_colors_gray_cool_700: #404968;
|
1464
|
+
$hm_colors_gray_cool_800: #30374f;
|
1465
|
+
$hm_colors_gray_cool_900: #111322;
|
1466
|
+
$hm_colors_gray_cool_950: #0e101b;
|
1467
|
+
$hm_colors_gray_modern_25: #fcfcfd;
|
1468
|
+
$hm_colors_gray_modern_50: #f8fafc;
|
1469
|
+
$hm_colors_gray_modern_100: #eef2f6;
|
1470
|
+
$hm_colors_gray_modern_200: #e3e8ef;
|
1471
|
+
$hm_colors_gray_modern_300: #cdd5df;
|
1472
|
+
$hm_colors_gray_modern_400: #9aa4b2;
|
1473
|
+
$hm_colors_gray_modern_500: #697586;
|
1474
|
+
$hm_colors_gray_modern_600: #4b5565;
|
1475
|
+
$hm_colors_gray_modern_700: #364152;
|
1476
|
+
$hm_colors_gray_modern_800: #202939;
|
1477
|
+
$hm_colors_gray_modern_900: #121926;
|
1478
|
+
$hm_colors_gray_modern_950: #0d121c;
|
1479
|
+
$hm_colors_gray_neutral_25: #fcfcfd;
|
1480
|
+
$hm_colors_gray_neutral_50: #f9fafb;
|
1481
|
+
$hm_colors_gray_neutral_100: #f3f4f6;
|
1482
|
+
$hm_colors_gray_neutral_200: #e5e7eb;
|
1483
|
+
$hm_colors_gray_neutral_300: #d2d6db;
|
1484
|
+
$hm_colors_gray_neutral_400: #9da4ae;
|
1485
|
+
$hm_colors_gray_neutral_500: #6c737f;
|
1486
|
+
$hm_colors_gray_neutral_600: #4d5761;
|
1487
|
+
$hm_colors_gray_neutral_700: #384250;
|
1488
|
+
$hm_colors_gray_neutral_800: #1f2a37;
|
1489
|
+
$hm_colors_gray_neutral_900: #111927;
|
1490
|
+
$hm_colors_gray_neutral_950: #0d121c;
|
1491
|
+
$hm_colors_brand_25: #f5fbff;
|
1492
|
+
$hm_colors_brand_50: #f0f9ff;
|
1493
|
+
$hm_colors_brand_100: #e0f2fe;
|
1494
|
+
$hm_colors_brand_200: #b9e6fe;
|
1495
|
+
$hm_colors_brand_300: #7cd4fd;
|
1496
|
+
$hm_colors_brand_400: #36bffa;
|
1497
|
+
$hm_colors_brand_500: #0ba5ec;
|
1498
|
+
$hm_colors_brand_600: #0086c9;
|
1499
|
+
$hm_colors_brand_700: #026aa2;
|
1500
|
+
$hm_colors_brand_800: #065986;
|
1501
|
+
$hm_colors_brand_900: #0b4a6f;
|
1502
|
+
$hm_colors_brand_950: #062c41;
|
1503
|
+
$hm_colors_error_25: #fffbfa;
|
1504
|
+
$hm_colors_error_50: #fef3f2;
|
1505
|
+
$hm_colors_error_100: #fee4e2;
|
1506
|
+
$hm_colors_error_200: #fecdca;
|
1507
|
+
$hm_colors_error_300: #fda29b;
|
1508
|
+
$hm_colors_error_400: #f97066;
|
1509
|
+
$hm_colors_error_500: #f04438;
|
1510
|
+
$hm_colors_error_600: #d92d20;
|
1511
|
+
$hm_colors_error_700: #b42318;
|
1512
|
+
$hm_colors_error_800: #912018;
|
1513
|
+
$hm_colors_error_900: #7a271a;
|
1514
|
+
$hm_colors_error_950: #55160c;
|
1515
|
+
$hm_colors_warning_25: #fffcf5;
|
1516
|
+
$hm_colors_warning_50: #fffaeb;
|
1517
|
+
$hm_colors_warning_100: #fef0c7;
|
1518
|
+
$hm_colors_warning_200: #fedf89;
|
1519
|
+
$hm_colors_warning_300: #fec84b;
|
1520
|
+
$hm_colors_warning_400: #fdb022;
|
1521
|
+
$hm_colors_warning_500: #f79009;
|
1522
|
+
$hm_colors_warning_600: #dc6803;
|
1523
|
+
$hm_colors_warning_700: #b54708;
|
1524
|
+
$hm_colors_warning_800: #93370d;
|
1525
|
+
$hm_colors_warning_900: #7a2e0e;
|
1526
|
+
$hm_colors_warning_950: #4e1d09;
|
1527
|
+
$hm_colors_success_25: #f6fef9;
|
1528
|
+
$hm_colors_success_50: #ecfdf3;
|
1529
|
+
$hm_colors_success_100: #dcfae6;
|
1530
|
+
$hm_colors_success_200: #abefc6;
|
1531
|
+
$hm_colors_success_300: #75e0a7;
|
1532
|
+
$hm_colors_success_400: #47cd89;
|
1533
|
+
$hm_colors_success_500: #17b26a;
|
1534
|
+
$hm_colors_success_600: #079455;
|
1535
|
+
$hm_colors_success_700: #067647;
|
1536
|
+
$hm_colors_success_800: #085d3a;
|
1537
|
+
$hm_colors_success_900: #074d31;
|
1538
|
+
$hm_colors_success_950: #053321;
|
1539
|
+
$hm_colors_green_25: #f6fef9;
|
1540
|
+
$hm_colors_green_50: #edfcf2;
|
1541
|
+
$hm_colors_green_100: #d3f8df;
|
1542
|
+
$hm_colors_green_200: #aaf0c4;
|
1543
|
+
$hm_colors_green_300: #73e2a3;
|
1544
|
+
$hm_colors_green_400: #3ccb7f;
|
1545
|
+
$hm_colors_green_500: #16b364;
|
1546
|
+
$hm_colors_green_600: #099250;
|
1547
|
+
$hm_colors_green_700: #087443;
|
1548
|
+
$hm_colors_green_800: #095c37;
|
1549
|
+
$hm_colors_green_900: #084c2e;
|
1550
|
+
$hm_colors_green_950: #052e1c;
|
1551
|
+
$hm_colors_gray_iron_25: #fcfcfc;
|
1552
|
+
$hm_colors_gray_iron_50: #fafafa;
|
1553
|
+
$hm_colors_gray_iron_100: #f4f4f5;
|
1554
|
+
$hm_colors_gray_iron_200: #e4e4e7;
|
1555
|
+
$hm_colors_gray_iron_300: #d1d1d6;
|
1556
|
+
$hm_colors_gray_iron_400: #a0a0ab;
|
1557
|
+
$hm_colors_gray_iron_500: #70707b;
|
1558
|
+
$hm_colors_gray_iron_600: #51525c;
|
1559
|
+
$hm_colors_gray_iron_700: #3f3f46;
|
1560
|
+
$hm_colors_gray_iron_800: #26272b;
|
1561
|
+
$hm_colors_gray_iron_900: #1a1a1e;
|
1562
|
+
$hm_colors_gray_iron_950: #131316;
|
1563
|
+
$hm_colors_gray_true_25: #fcfcfc;
|
1564
|
+
$hm_colors_gray_true_50: #fafafa;
|
1565
|
+
$hm_colors_gray_true_100: #f5f5f5;
|
1566
|
+
$hm_colors_gray_true_200: #e5e5e5;
|
1567
|
+
$hm_colors_gray_true_300: #d6d6d6;
|
1568
|
+
$hm_colors_gray_true_400: #a3a3a3;
|
1569
|
+
$hm_colors_gray_true_500: #737373;
|
1570
|
+
$hm_colors_gray_true_600: #525252;
|
1571
|
+
$hm_colors_gray_true_700: #424242;
|
1572
|
+
$hm_colors_gray_true_800: #292929;
|
1573
|
+
$hm_colors_gray_true_900: #141414;
|
1574
|
+
$hm_colors_gray_true_950: #0f0f0f;
|
1575
|
+
$hm_colors_gray_warm_25: #fdfdfc;
|
1576
|
+
$hm_colors_gray_warm_50: #fafaf9;
|
1577
|
+
$hm_colors_gray_warm_100: #f5f5f4;
|
1578
|
+
$hm_colors_gray_warm_200: #e7e5e4;
|
1579
|
+
$hm_colors_gray_warm_300: #d7d3d0;
|
1580
|
+
$hm_colors_gray_warm_400: #a9a29d;
|
1581
|
+
$hm_colors_gray_warm_500: #79716b;
|
1582
|
+
$hm_colors_gray_warm_600: #57534e;
|
1583
|
+
$hm_colors_gray_warm_700: #44403c;
|
1584
|
+
$hm_colors_gray_warm_800: #292524;
|
1585
|
+
$hm_colors_gray_warm_900: #1c1917;
|
1586
|
+
$hm_colors_gray_warm_950: #171412;
|
1587
|
+
$hm_colors_moss_25: #fafdf7;
|
1588
|
+
$hm_colors_moss_50: #f5fbee;
|
1589
|
+
$hm_colors_moss_100: #e6f4d7;
|
1590
|
+
$hm_colors_moss_200: #ceeab0;
|
1591
|
+
$hm_colors_moss_300: #acdc79;
|
1592
|
+
$hm_colors_moss_400: #86cb3c;
|
1593
|
+
$hm_colors_moss_500: #669f2a;
|
1594
|
+
$hm_colors_moss_600: #4f7a21;
|
1595
|
+
$hm_colors_moss_700: #3f621a;
|
1596
|
+
$hm_colors_moss_800: #335015;
|
1597
|
+
$hm_colors_moss_900: #2b4212;
|
1598
|
+
$hm_colors_moss_950: #1a280b;
|
1599
|
+
$hm_colors_green_light_25: #fafef5;
|
1600
|
+
$hm_colors_green_light_50: #f3fee7;
|
1601
|
+
$hm_colors_green_light_100: #e3fbcc;
|
1602
|
+
$hm_colors_green_light_200: #d0f8ab;
|
1603
|
+
$hm_colors_green_light_300: #a6ef67;
|
1604
|
+
$hm_colors_green_light_400: #85e13a;
|
1605
|
+
$hm_colors_green_light_500: #66c61c;
|
1606
|
+
$hm_colors_green_light_600: #4ca30d;
|
1607
|
+
$hm_colors_green_light_700: #3b7c0f;
|
1608
|
+
$hm_colors_green_light_800: #326212;
|
1609
|
+
$hm_colors_green_light_900: #2b5314;
|
1610
|
+
$hm_colors_green_light_950: #15290a;
|
1611
|
+
$hm_colors_teal_25: #f6fefc;
|
1612
|
+
$hm_colors_teal_50: #f0fdf9;
|
1613
|
+
$hm_colors_teal_100: #ccfbef;
|
1614
|
+
$hm_colors_teal_200: #99f6e0;
|
1615
|
+
$hm_colors_teal_300: #5fe9d0;
|
1616
|
+
$hm_colors_teal_400: #2ed3b7;
|
1617
|
+
$hm_colors_teal_500: #15b79e;
|
1618
|
+
$hm_colors_teal_600: #0e9384;
|
1619
|
+
$hm_colors_teal_700: #107569;
|
1620
|
+
$hm_colors_teal_800: #125d56;
|
1621
|
+
$hm_colors_teal_900: #134e48;
|
1622
|
+
$hm_colors_teal_950: #0a2926;
|
1623
|
+
$hm_colors_cyan_25: #f5feff;
|
1624
|
+
$hm_colors_cyan_50: #ecfdff;
|
1625
|
+
$hm_colors_cyan_100: #cff9fe;
|
1626
|
+
$hm_colors_cyan_200: #a5f0fc;
|
1627
|
+
$hm_colors_cyan_300: #67e3f9;
|
1628
|
+
$hm_colors_cyan_400: #22ccee;
|
1629
|
+
$hm_colors_cyan_500: #06aed4;
|
1630
|
+
$hm_colors_cyan_600: #088ab2;
|
1631
|
+
$hm_colors_cyan_700: #0e7090;
|
1632
|
+
$hm_colors_cyan_800: #155b75;
|
1633
|
+
$hm_colors_cyan_900: #164c63;
|
1634
|
+
$hm_colors_cyan_950: #0d2d3a;
|
1635
|
+
$hm_colors_blue_light_25: #f5fbff;
|
1636
|
+
$hm_colors_blue_light_50: #f0f9ff;
|
1637
|
+
$hm_colors_blue_light_100: #e0f2fe;
|
1638
|
+
$hm_colors_blue_light_200: #b9e6fe;
|
1639
|
+
$hm_colors_blue_light_300: #7cd4fd;
|
1640
|
+
$hm_colors_blue_light_400: #36bffa;
|
1641
|
+
$hm_colors_blue_light_500: #0ba5ec;
|
1642
|
+
$hm_colors_blue_light_600: #0086c9;
|
1643
|
+
$hm_colors_blue_light_700: #026aa2;
|
1644
|
+
$hm_colors_blue_light_800: #065986;
|
1645
|
+
$hm_colors_blue_light_900: #0b4a6f;
|
1646
|
+
$hm_colors_blue_light_950: #062c41;
|
1647
|
+
$hm_colors_blue_25: #f5faff;
|
1648
|
+
$hm_colors_blue_50: #eff8ff;
|
1649
|
+
$hm_colors_blue_100: #d1e9ff;
|
1650
|
+
$hm_colors_blue_200: #b2ddff;
|
1651
|
+
$hm_colors_blue_300: #84caff;
|
1652
|
+
$hm_colors_blue_400: #53b1fd;
|
1653
|
+
$hm_colors_blue_500: #2e90fa;
|
1654
|
+
$hm_colors_blue_600: #1570ef;
|
1655
|
+
$hm_colors_blue_700: #175cd3;
|
1656
|
+
$hm_colors_blue_800: #1849a9;
|
1657
|
+
$hm_colors_blue_900: #194185;
|
1658
|
+
$hm_colors_blue_950: #102a56;
|
1659
|
+
$hm_colors_blue_dark_25: #f5f8ff;
|
1660
|
+
$hm_colors_blue_dark_50: #eff4ff;
|
1661
|
+
$hm_colors_blue_dark_100: #d1e0ff;
|
1662
|
+
$hm_colors_blue_dark_200: #b2ccff;
|
1663
|
+
$hm_colors_blue_dark_300: #84adff;
|
1664
|
+
$hm_colors_blue_dark_400: #528bff;
|
1665
|
+
$hm_colors_blue_dark_500: #2970ff;
|
1666
|
+
$hm_colors_blue_dark_600: #155eef;
|
1667
|
+
$hm_colors_blue_dark_700: #004eeb;
|
1668
|
+
$hm_colors_blue_dark_800: #0040c1;
|
1669
|
+
$hm_colors_blue_dark_900: #00359e;
|
1670
|
+
$hm_colors_blue_dark_950: #002266;
|
1671
|
+
$hm_colors_indigo_25: #f5f8ff;
|
1672
|
+
$hm_colors_indigo_50: #eef4ff;
|
1673
|
+
$hm_colors_indigo_100: #e0eaff;
|
1674
|
+
$hm_colors_indigo_200: #c7d7fe;
|
1675
|
+
$hm_colors_indigo_300: #a4bcfd;
|
1676
|
+
$hm_colors_indigo_400: #8098f9;
|
1677
|
+
$hm_colors_indigo_500: #6172f3;
|
1678
|
+
$hm_colors_indigo_600: #444ce7;
|
1679
|
+
$hm_colors_indigo_700: #3538cd;
|
1680
|
+
$hm_colors_indigo_800: #2d31a6;
|
1681
|
+
$hm_colors_indigo_900: #2d3282;
|
1682
|
+
$hm_colors_indigo_950: #1f235b;
|
1683
|
+
$hm_colors_violet_25: #fbfaff;
|
1684
|
+
$hm_colors_violet_50: #f5f3ff;
|
1685
|
+
$hm_colors_violet_100: #ece9fe;
|
1686
|
+
$hm_colors_violet_200: #ddd6fe;
|
1687
|
+
$hm_colors_violet_300: #c3b5fd;
|
1688
|
+
$hm_colors_violet_400: #a48afb;
|
1689
|
+
$hm_colors_violet_500: #875bf7;
|
1690
|
+
$hm_colors_violet_600: #7839ee;
|
1691
|
+
$hm_colors_violet_700: #6927da;
|
1692
|
+
$hm_colors_violet_800: #5720b7;
|
1693
|
+
$hm_colors_violet_900: #491c96;
|
1694
|
+
$hm_colors_violet_950: #2e125e;
|
1695
|
+
$hm_colors_purple_25: #fafaff;
|
1696
|
+
$hm_colors_purple_50: #f4f3ff;
|
1697
|
+
$hm_colors_purple_100: #ebe9fe;
|
1698
|
+
$hm_colors_purple_200: #d9d6fe;
|
1699
|
+
$hm_colors_purple_300: #bdb4fe;
|
1700
|
+
$hm_colors_purple_400: #9b8afb;
|
1701
|
+
$hm_colors_purple_500: #7a5af8;
|
1702
|
+
$hm_colors_purple_600: #6938ef;
|
1703
|
+
$hm_colors_purple_700: #5925dc;
|
1704
|
+
$hm_colors_purple_800: #4a1fb8;
|
1705
|
+
$hm_colors_purple_900: #3e1c96;
|
1706
|
+
$hm_colors_purple_950: #27115f;
|
1707
|
+
$hm_colors_fuchsia_25: #fefaff;
|
1708
|
+
$hm_colors_fuchsia_50: #fdf4ff;
|
1709
|
+
$hm_colors_fuchsia_100: #fbe8ff;
|
1710
|
+
$hm_colors_fuchsia_200: #f6d0fe;
|
1711
|
+
$hm_colors_fuchsia_300: #eeaafd;
|
1712
|
+
$hm_colors_fuchsia_400: #e478fa;
|
1713
|
+
$hm_colors_fuchsia_500: #d444f1;
|
1714
|
+
$hm_colors_fuchsia_600: #ba24d5;
|
1715
|
+
$hm_colors_fuchsia_700: #9f1ab1;
|
1716
|
+
$hm_colors_fuchsia_800: #821890;
|
1717
|
+
$hm_colors_fuchsia_900: #6f1877;
|
1718
|
+
$hm_colors_fuchsia_950: #47104c;
|
1719
|
+
$hm_colors_pink_25: #fef6fb;
|
1720
|
+
$hm_colors_pink_50: #fdf2fa;
|
1721
|
+
$hm_colors_pink_100: #fce7f6;
|
1722
|
+
$hm_colors_pink_200: #fcceee;
|
1723
|
+
$hm_colors_pink_300: #faa7e0;
|
1724
|
+
$hm_colors_pink_400: #f670c7;
|
1725
|
+
$hm_colors_pink_500: #ee46bc;
|
1726
|
+
$hm_colors_pink_600: #dd2590;
|
1727
|
+
$hm_colors_pink_700: #c11574;
|
1728
|
+
$hm_colors_pink_800: #9e165f;
|
1729
|
+
$hm_colors_pink_900: #851651;
|
1730
|
+
$hm_colors_pink_950: #4e0d30;
|
1731
|
+
$hm_colors_ros_25: #fff5f6;
|
1732
|
+
$hm_colors_ros_50: #fff1f3;
|
1733
|
+
$hm_colors_ros_100: #ffe4e8;
|
1734
|
+
$hm_colors_ros_200: #fecdd6;
|
1735
|
+
$hm_colors_ros_300: #fea3b4;
|
1736
|
+
$hm_colors_ros_400: #fd6f8e;
|
1737
|
+
$hm_colors_ros_500: #f63d68;
|
1738
|
+
$hm_colors_ros_600: #e31b54;
|
1739
|
+
$hm_colors_ros_700: #c01048;
|
1740
|
+
$hm_colors_ros_800: #a11043;
|
1741
|
+
$hm_colors_ros_900: #89123e;
|
1742
|
+
$hm_colors_ros_950: #510b24;
|
1743
|
+
$hm_colors_orange_dark_25: #fff9f5;
|
1744
|
+
$hm_colors_orange_dark_50: #fff4ed;
|
1745
|
+
$hm_colors_orange_dark_100: #ffe6d5;
|
1746
|
+
$hm_colors_orange_dark_200: #ffd6ae;
|
1747
|
+
$hm_colors_orange_dark_300: #ff9c66;
|
1748
|
+
$hm_colors_orange_dark_400: #ff692e;
|
1749
|
+
$hm_colors_orange_dark_500: #ff4405;
|
1750
|
+
$hm_colors_orange_dark_600: #e62e05;
|
1751
|
+
$hm_colors_orange_dark_700: #bc1b06;
|
1752
|
+
$hm_colors_orange_dark_800: #97180c;
|
1753
|
+
$hm_colors_orange_dark_900: #771a0d;
|
1754
|
+
$hm_colors_orange_dark_950: #57130a;
|
1755
|
+
$hm_colors_orange_25: #fefaf5;
|
1756
|
+
$hm_colors_orange_50: #fef6ee;
|
1757
|
+
$hm_colors_orange_100: #fdead7;
|
1758
|
+
$hm_colors_orange_200: #f9dbaf;
|
1759
|
+
$hm_colors_orange_300: #f7b27a;
|
1760
|
+
$hm_colors_orange_400: #f38744;
|
1761
|
+
$hm_colors_orange_500: #ef6820;
|
1762
|
+
$hm_colors_orange_600: #e04f16;
|
1763
|
+
$hm_colors_orange_700: #b93815;
|
1764
|
+
$hm_colors_orange_800: #932f19;
|
1765
|
+
$hm_colors_orange_900: #772917;
|
1766
|
+
$hm_colors_orange_950: #511c10;
|
1767
|
+
$hm_colors_yellow_25: #fefdf0;
|
1768
|
+
$hm_colors_yellow_50: #fefbe8;
|
1769
|
+
$hm_colors_yellow_100: #fef7c3;
|
1770
|
+
$hm_colors_yellow_200: #feee95;
|
1771
|
+
$hm_colors_yellow_300: #fde272;
|
1772
|
+
$hm_colors_yellow_400: #fac515;
|
1773
|
+
$hm_colors_yellow_500: #eaaa08;
|
1774
|
+
$hm_colors_yellow_600: #ca8504;
|
1775
|
+
$hm_colors_yellow_700: #a15c07;
|
1776
|
+
$hm_colors_yellow_800: #854a0e;
|
1777
|
+
$hm_colors_yellow_900: #713b12;
|
1778
|
+
$hm_colors_yellow_950: #542c0d;
|
1779
|
+
$hm_colors_gray__alpha_25: #fffffffa;
|
1780
|
+
$hm_colors_gray__alpha_50: #fffffff5;
|
1781
|
+
$hm_colors_gray__alpha_100: #fffffff0;
|
1782
|
+
$hm_colors_gray__alpha_200: #ffffffeb;
|
1783
|
+
$hm_colors_gray__alpha_300: #ffffffcc;
|
1784
|
+
$hm_colors_gray__alpha_400: #ffffff8f;
|
1785
|
+
$hm_colors_gray__alpha_500: #ffffff80;
|
1786
|
+
$hm_colors_gray__alpha_600: #ffffff59;
|
1787
|
+
$hm_colors_gray__alpha_700: #ffffff29;
|
1788
|
+
$hm_colors_gray__alpha_800: #ffffff14;
|
1789
|
+
$hm_colors_gray__alpha_900: #ffffff0a;
|
1790
|
+
$hm_colors_gray__alpha_950: #ffffff00;
|
1791
|
+
$hm_colors_gray__25: #fcfcfd;
|
1792
|
+
$hm_colors_gray__50: #fafafa;
|
1793
|
+
$hm_colors_gray__100: #f4f4f5;
|
1794
|
+
$hm_colors_gray__200: #e4e4e7;
|
1795
|
+
$hm_colors_gray__300: #d1d1d6;
|
1796
|
+
$hm_colors_gray__400: #a0a0ab;
|
1797
|
+
$hm_colors_gray__500: #70707b;
|
1798
|
+
$hm_colors_gray__600: #51525c;
|
1799
|
+
$hm_colors_gray__700: #3f3f46;
|
1800
|
+
$hm_colors_gray__800: #26272b;
|
1801
|
+
$hm_colors_gray__900: #1a1a1e;
|
1802
|
+
$hm_colors_gray__950: #131316;
|
1803
|
+
$hm_colors_text_text_primary_900: #fafafa;
|
1804
|
+
$hm_colors_text_text_tertiary_600: #a0a0ab;
|
1805
|
+
$hm_colors_text_text_error_primary_600: #f97066;
|
1806
|
+
$hm_colors_text_text_warning_primary_600: #fdb022;
|
1807
|
+
$hm_colors_text_text_success_primary_600: #47cd89;
|
1808
|
+
$hm_colors_text_text_white: #ffffff;
|
1809
|
+
$hm_colors_text_text_secondary_700: #d1d1d6;
|
1810
|
+
$hm_colors_text_text_disabled: #70707b;
|
1811
|
+
$hm_colors_text_text_secondary_hover: #e4e4e7;
|
1812
|
+
$hm_colors_text_text_tertiary_hover: #d1d1d6;
|
1813
|
+
$hm_colors_text_text_brand_secondary_700: #d1d1d6;
|
1814
|
+
$hm_colors_text_text_placeholder: #70707b;
|
1815
|
+
$hm_colors_text_text_placeholder_subtle: #3f3f46;
|
1816
|
+
$hm_colors_text_text_brand_tertiary_600: #a0a0ab;
|
1817
|
+
$hm_colors_text_text_quaternary_500: #a0a0ab;
|
1818
|
+
$hm_colors_text_text_brand_primary_900: #fafafa;
|
1819
|
+
$hm_colors_text_text_primary_on_brand: #fafafa;
|
1820
|
+
$hm_colors_text_text_secondary_on_brand: #d1d1d6;
|
1821
|
+
$hm_colors_text_text_tertiary_on_brand: #a0a0ab;
|
1822
|
+
$hm_colors_text_text_quaternary_on_brand: #a0a0ab;
|
1823
|
+
$hm_colors_text_text_brand_tertiary_alt: #fafafa;
|
1824
|
+
$hm_colors_border_border_secondary: #26272b;
|
1825
|
+
$hm_colors_border_border_error: #f97066;
|
1826
|
+
$hm_colors_border_border_primary: #3f3f46;
|
1827
|
+
$hm_colors_border_border_brand: #36bffa;
|
1828
|
+
$hm_colors_border_border_brand_solid: #0ba5ec;
|
1829
|
+
$hm_colors_border_border_disabled: #3f3f46;
|
1830
|
+
$hm_colors_border_border_error_solid: #f04438;
|
1831
|
+
$hm_colors_border_border_disabled_subtle: #26272b;
|
1832
|
+
$hm_colors_border_border_tertiary: #26272b;
|
1833
|
+
$hm_colors_border_border_brand_solid_alt: #3f3f46;
|
1834
|
+
$hm_colors_background_bg_primary: #131316;
|
1835
|
+
$hm_colors_background_bg_tertiary: #26272b;
|
1836
|
+
$hm_colors_background_bg_brand_primary: #0ba5ec;
|
1837
|
+
$hm_colors_background_bg_error_secondary: #d92d20;
|
1838
|
+
$hm_colors_background_bg_warning_primary: #f79009;
|
1839
|
+
$hm_colors_background_bg_warning_secondary: #dc6803;
|
1840
|
+
$hm_colors_background_bg_success_primary: #17b26a;
|
1841
|
+
$hm_colors_background_bg_success_secondary: #079455;
|
1842
|
+
$hm_colors_background_bg_brand_solid: #0086c9;
|
1843
|
+
$hm_colors_background_bg_secondary_solid: #51525c;
|
1844
|
+
$hm_colors_background_bg_error_solid: #d92d20;
|
1845
|
+
$hm_colors_background_bg_warning_solid: #dc6803;
|
1846
|
+
$hm_colors_background_bg_success_solid: #079455;
|
1847
|
+
$hm_colors_background_bg_secondary_hover: #26272b;
|
1848
|
+
$hm_colors_background_bg_primary_hover: #26272b;
|
1849
|
+
$hm_colors_background_bg_disabled: #26272b;
|
1850
|
+
$hm_colors_background_bg_active: #26272b;
|
1851
|
+
$hm_colors_background_bg_brand_solid_hover: #0ba5ec;
|
1852
|
+
$hm_colors_background_bg_error_primary: #f04438;
|
1853
|
+
$hm_colors_background_bg_brand_secondary: #0086c9;
|
1854
|
+
$hm_colors_background_bg_secondary: #1a1a1e;
|
1855
|
+
$hm_colors_background_bg_disabled_subtle: #1a1a1e;
|
1856
|
+
$hm_colors_background_bg_quaternary: #3f3f46;
|
1857
|
+
$hm_colors_background_bg_primary_alt: #1a1a1e;
|
1858
|
+
$hm_colors_background_bg_brand_primary_alt: #1a1a1e;
|
1859
|
+
$hm_colors_background_bg_secondary_alt: #131316;
|
1860
|
+
$hm_colors_background_bg_overlay: #26272b;
|
1861
|
+
$hm_colors_background_bg_secondary_subtle: #1a1a1e;
|
1862
|
+
$hm_colors_background_bg_brand_section: #1a1a1e;
|
1863
|
+
$hm_colors_background_bg_brand_section_subtle: #131316;
|
1864
|
+
$hm_colors_background_bg_primary_solid: #1a1a1e;
|
1865
|
+
$hm_colors_foreground_fg_secondary_700: #d1d1d6;
|
1866
|
+
$hm_colors_foreground_fg_warning_primary: #f79009;
|
1867
|
+
$hm_colors_foreground_fg_success_primary: #17b26a;
|
1868
|
+
$hm_colors_foreground_fg_white: #ffffff;
|
1869
|
+
$hm_colors_foreground_fg_success_secondary: #47cd89;
|
1870
|
+
$hm_colors_foreground_fg_secondary_hover: #e4e4e7;
|
1871
|
+
$hm_colors_foreground_fg_primary_900: #ffffff;
|
1872
|
+
$hm_colors_foreground_fg_disabled: #70707b;
|
1873
|
+
$hm_colors_foreground_fg_quaternary_500: #a0a0ab;
|
1874
|
+
$hm_colors_foreground_fg_quaternary_hover: #d1d1d6;
|
1875
|
+
$hm_colors_foreground_fg_brand_secondary_500: #0ba5ec;
|
1876
|
+
$hm_colors_foreground_fg_brand_primary_600: #0ba5ec;
|
1877
|
+
$hm_colors_foreground_fg_quinary_400: #70707b;
|
1878
|
+
$hm_colors_foreground_fg_quinary_hover: #a0a0ab;
|
1879
|
+
$hm_colors_foreground_fg_error_primary: #f04438;
|
1880
|
+
$hm_colors_foreground_fg_disabled_subtle: #51525c;
|
1881
|
+
$hm_colors_foreground_fg_warning_secondary: #fdb022;
|
1882
|
+
$hm_colors_foreground_fg_error_secondary: #f97066;
|
1883
|
+
$hm_colors_foreground_fg_senary_300: #51525c;
|
1884
|
+
$hm_colors_foreground_fg_tertiary_600: #a0a0ab;
|
1885
|
+
$hm_colors_foreground_fg_tertiary_hover: #d1d1d6;
|
1886
|
+
$hm_colors_foreground_fg_brand_primary_alt: #d1d1d6;
|
1887
|
+
$hm_spacing_0: 0rem;
|
1888
|
+
$hm_spacing_0_5: 0.125rem;
|
1889
|
+
$hm_spacing_1: 0.25rem;
|
1890
|
+
$hm_spacing_2: 0.5rem;
|
1891
|
+
$hm_spacing_3: 0.75rem;
|
1892
|
+
$hm_spacing_4: 1rem;
|
1893
|
+
$hm_spacing_5: 1.25rem;
|
1894
|
+
$hm_spacing_6: 1.5rem;
|
1895
|
+
$hm_spacing_8: 2rem;
|
1896
|
+
$hm_spacing_10: 2.5rem;
|
1897
|
+
$hm_spacing_12: 3rem;
|
1898
|
+
$hm_spacing_16: 4rem;
|
1899
|
+
$hm_spacing_20: 5rem;
|
1900
|
+
$hm_spacing_24: 6rem;
|
1901
|
+
$hm_spacing_32: 8rem;
|
1902
|
+
$hm_spacing_40: 10rem;
|
1903
|
+
$hm_spacing_48: 12rem;
|
1904
|
+
$hm_spacing_56: 14rem;
|
1905
|
+
$hm_spacing_64: 16rem;
|
1906
|
+
$hm_spacing_96: 24rem;
|
1907
|
+
$hm_spacing_80: 20rem;
|
1908
|
+
$hm_spacing_120: 30rem;
|
1909
|
+
$hm_spacing_160: 40rem;
|
1910
|
+
$hm_spacing_192: 48rem;
|
1911
|
+
$hm_spacing_256: 64rem;
|
1912
|
+
$hm_spacing_320: 80rem;
|
1913
|
+
$hm_spacing_360: 90rem;
|
1914
|
+
$hm_spacing_400: 100rem;
|
1915
|
+
$hm_spacing_480: 120rem;
|
1916
|
+
$hm_spacing_1_5: 0.375rem;
|
1917
|
+
$hm_spacing_140: 35rem;
|
1918
|
+
$hm_spacing_180: 45rem;
|
1919
|
+
$hm_component_colors_utility_blue_utility_blue_600: #53b1fd;
|
1920
|
+
$hm_component_colors_utility_blue_utility_blue_700: #84caff;
|
1921
|
+
$hm_component_colors_utility_blue_utility_blue_500: #2e90fa;
|
1922
|
+
$hm_component_colors_utility_blue_utility_blue_200: #1849a9;
|
1923
|
+
$hm_component_colors_utility_blue_utility_blue_50: #102a56;
|
1924
|
+
$hm_component_colors_utility_blue_utility_blue_100: #194185;
|
1925
|
+
$hm_component_colors_utility_blue_utility_blue_400: #1570ef;
|
1926
|
+
$hm_component_colors_utility_blue_utility_blue_300: #175cd3;
|
1927
|
+
$hm_component_colors_utility_brand_utility_brand_600: #36bffa;
|
1928
|
+
$hm_component_colors_utility_brand_utility_brand_700: #7cd4fd;
|
1929
|
+
$hm_component_colors_utility_brand_utility_brand_500: #0ba5ec;
|
1930
|
+
$hm_component_colors_utility_brand_utility_brand_200: #065986;
|
1931
|
+
$hm_component_colors_utility_brand_utility_brand_50: #062c41;
|
1932
|
+
$hm_component_colors_utility_brand_utility_brand_100: #0b4a6f;
|
1933
|
+
$hm_component_colors_utility_brand_utility_brand_400: #0086c9;
|
1934
|
+
$hm_component_colors_utility_brand_utility_brand_50_alt: #1a1a1e;
|
1935
|
+
$hm_component_colors_utility_brand_utility_brand_100_alt: #26272b;
|
1936
|
+
$hm_component_colors_utility_brand_utility_brand_200_alt: #3f3f46;
|
1937
|
+
$hm_component_colors_utility_brand_utility_brand_400_alt: #51525c;
|
1938
|
+
$hm_component_colors_utility_brand_utility_brand_500_alt: #70707b;
|
1939
|
+
$hm_component_colors_utility_brand_utility_brand_600_alt: #a0a0ab;
|
1940
|
+
$hm_component_colors_utility_brand_utility_brand_700_alt: #d1d1d6;
|
1941
|
+
$hm_component_colors_utility_brand_utility_brand_300: #026aa2;
|
1942
|
+
$hm_component_colors_utility_brand_utility_brand_900: #e0f2fe;
|
1943
|
+
$hm_component_colors_utility_brand_utility_brand_800: #b9e6fe;
|
1944
|
+
$hm_component_colors_utility_brand_utility_brand_300_alt: #3f3f46;
|
1945
|
+
$hm_component_colors_utility_brand_utility_brand_800_alt: #e4e4e7;
|
1946
|
+
$hm_component_colors_utility_brand_utility_brand_900_alt: #f4f4f5;
|
1947
|
+
$hm_component_colors_utility_gray_utility_gray_700: #d1d1d6;
|
1948
|
+
$hm_component_colors_utility_gray_utility_gray_600: #a0a0ab;
|
1949
|
+
$hm_component_colors_utility_gray_utility_gray_500: #70707b;
|
1950
|
+
$hm_component_colors_utility_gray_utility_gray_200: #3f3f46;
|
1951
|
+
$hm_component_colors_utility_gray_utility_gray_50: #1a1a1e;
|
1952
|
+
$hm_component_colors_utility_gray_utility_gray_100: #26272b;
|
1953
|
+
$hm_component_colors_utility_gray_utility_gray_400: #51525c;
|
1954
|
+
$hm_component_colors_utility_gray_utility_gray_300: #3f3f46;
|
1955
|
+
$hm_component_colors_utility_gray_utility_gray_900: #f4f4f5;
|
1956
|
+
$hm_component_colors_utility_gray_utility_gray_800: #e4e4e7;
|
1957
|
+
$hm_component_colors_utility_error_utility_error_600: #f97066;
|
1958
|
+
$hm_component_colors_utility_error_utility_error_700: #fda29b;
|
1959
|
+
$hm_component_colors_utility_error_utility_error_500: #f04438;
|
1960
|
+
$hm_component_colors_utility_error_utility_error_200: #912018;
|
1961
|
+
$hm_component_colors_utility_error_utility_error_50: #55160c;
|
1962
|
+
$hm_component_colors_utility_error_utility_error_100: #7a271a;
|
1963
|
+
$hm_component_colors_utility_error_utility_error_400: #d92d20;
|
1964
|
+
$hm_component_colors_utility_error_utility_error_300: #b42318;
|
1965
|
+
$hm_component_colors_utility_warning_utility_warning_600: #fdb022;
|
1966
|
+
$hm_component_colors_utility_warning_utility_warning_700: #fec84b;
|
1967
|
+
$hm_component_colors_utility_warning_utility_warning_500: #f79009;
|
1968
|
+
$hm_component_colors_utility_warning_utility_warning_200: #93370d;
|
1969
|
+
$hm_component_colors_utility_warning_utility_warning_50: #4e1d09;
|
1970
|
+
$hm_component_colors_utility_warning_utility_warning_100: #7a2e0e;
|
1971
|
+
$hm_component_colors_utility_warning_utility_warning_400: #dc6803;
|
1972
|
+
$hm_component_colors_utility_warning_utility_warning_300: #b54708;
|
1973
|
+
$hm_component_colors_utility_success_utility_success_600: #47cd89;
|
1974
|
+
$hm_component_colors_utility_success_utility_success_700: #75e0a7;
|
1975
|
+
$hm_component_colors_utility_success_utility_success_500: #17b26a;
|
1976
|
+
$hm_component_colors_utility_success_utility_success_200: #085d3a;
|
1977
|
+
$hm_component_colors_utility_success_utility_success_50: #053321;
|
1978
|
+
$hm_component_colors_utility_success_utility_success_100: #074d31;
|
1979
|
+
$hm_component_colors_utility_success_utility_success_400: #079455;
|
1980
|
+
$hm_component_colors_utility_success_utility_success_300: #067647;
|
1981
|
+
$hm_component_colors_utility_orange_utility_orange_600: #f38744;
|
1982
|
+
$hm_component_colors_utility_orange_utility_orange_700: #f7b27a;
|
1983
|
+
$hm_component_colors_utility_orange_utility_orange_500: #ef6820;
|
1984
|
+
$hm_component_colors_utility_orange_utility_orange_200: #932f19;
|
1985
|
+
$hm_component_colors_utility_orange_utility_orange_50: #511c10;
|
1986
|
+
$hm_component_colors_utility_orange_utility_orange_100: #772917;
|
1987
|
+
$hm_component_colors_utility_orange_utility_orange_400: #e04f16;
|
1988
|
+
$hm_component_colors_utility_orange_utility_orange_300: #b93815;
|
1989
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_600: #528bff;
|
1990
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_700: #84adff;
|
1991
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_500: #2970ff;
|
1992
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_200: #0040c1;
|
1993
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_50: #002266;
|
1994
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_100: #00359e;
|
1995
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_400: #155eef;
|
1996
|
+
$hm_component_colors_utility_blue_dark_utility_blue_dark_300: #004eeb;
|
1997
|
+
$hm_component_colors_utility_indigo_utility_indigo_600: #8098f9;
|
1998
|
+
$hm_component_colors_utility_indigo_utility_indigo_700: #a4bcfd;
|
1999
|
+
$hm_component_colors_utility_indigo_utility_indigo_500: #6172f3;
|
2000
|
+
$hm_component_colors_utility_indigo_utility_indigo_200: #2d31a6;
|
2001
|
+
$hm_component_colors_utility_indigo_utility_indigo_50: #1f235b;
|
2002
|
+
$hm_component_colors_utility_indigo_utility_indigo_100: #2d3282;
|
2003
|
+
$hm_component_colors_utility_indigo_utility_indigo_400: #444ce7;
|
2004
|
+
$hm_component_colors_utility_indigo_utility_indigo_300: #3538cd;
|
2005
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_600: #e478fa;
|
2006
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_700: #eeaafd;
|
2007
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_500: #d444f1;
|
2008
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_200: #821890;
|
2009
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_50: #47104c;
|
2010
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_100: #6f1877;
|
2011
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_400: #ba24d5;
|
2012
|
+
$hm_component_colors_utility_fuchsia_utility_fuchsia_300: #9f1ab1;
|
2013
|
+
$hm_component_colors_utility_pink_utility_pink_600: #f670c7;
|
2014
|
+
$hm_component_colors_utility_pink_utility_pink_700: #faa7e0;
|
2015
|
+
$hm_component_colors_utility_pink_utility_pink_500: #ee46bc;
|
2016
|
+
$hm_component_colors_utility_pink_utility_pink_200: #9e165f;
|
2017
|
+
$hm_component_colors_utility_pink_utility_pink_50: #4e0d30;
|
2018
|
+
$hm_component_colors_utility_pink_utility_pink_100: #851651;
|
2019
|
+
$hm_component_colors_utility_pink_utility_pink_400: #dd2590;
|
2020
|
+
$hm_component_colors_utility_pink_utility_pink_300: #c11574;
|
2021
|
+
$hm_component_colors_utility_purple_utility_purple_600: #9b8afb;
|
2022
|
+
$hm_component_colors_utility_purple_utility_purple_700: #bdb4fe;
|
2023
|
+
$hm_component_colors_utility_purple_utility_purple_500: #7a5af8;
|
2024
|
+
$hm_component_colors_utility_purple_utility_purple_200: #4a1fb8;
|
2025
|
+
$hm_component_colors_utility_purple_utility_purple_50: #27115f;
|
2026
|
+
$hm_component_colors_utility_purple_utility_purple_100: #3e1c96;
|
2027
|
+
$hm_component_colors_utility_purple_utility_purple_400: #6938ef;
|
2028
|
+
$hm_component_colors_utility_purple_utility_purple_300: #5925dc;
|
2029
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_600: #ff692e;
|
2030
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_700: #ff9c66;
|
2031
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_500: #ff4405;
|
2032
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_200: #97180c;
|
2033
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_50: #57130a;
|
2034
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_100: #771a0d;
|
2035
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_400: #e62e05;
|
2036
|
+
$hm_component_colors_utility_orange_dark_utility_orange_dark_300: #bc1b06;
|
2037
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_600: #36bffa;
|
2038
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_700: #7cd4fd;
|
2039
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_500: #0ba5ec;
|
2040
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_200: #065986;
|
2041
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_50: #062c41;
|
2042
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_100: #0b4a6f;
|
2043
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_400: #0086c9;
|
2044
|
+
$hm_component_colors_utility_blue_light_utility_blue_light_300: #026aa2;
|
2045
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_600: #717bbc;
|
2046
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_700: #b3b8db;
|
2047
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_500: #4e5ba6;
|
2048
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_200: #293056;
|
2049
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_50: #101323;
|
2050
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_100: #101323;
|
2051
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_400: #3e4784;
|
2052
|
+
$hm_component_colors_utility_gray_blue_utility_gray_blue_300: #363f72;
|
2053
|
+
$hm_component_colors_components_tooltips_tooltip_supporting_text: #d1d1d6;
|
2054
|
+
$hm_component_colors_components_buttons_brand_button_brand_bg: #0086c9;
|
2055
|
+
$hm_component_colors_components_buttons_brand_button_brand_bg_hover: #026aa2;
|
2056
|
+
$hm_component_colors_components_buttons_brand_button_brand_fg: #ffffff;
|
2057
|
+
$hm_component_colors_components_buttons_brand_button_brand_border: #0086c9;
|
2058
|
+
$hm_component_colors_components_buttons_brand_button_brand_border_hover: #026aa2;
|
2059
|
+
$hm_component_colors_components_buttons_brand_button_brand_fg_hover: #ffffff;
|
2060
|
+
$hm_component_colors_components_buttons_secondary_button_secondary_bg: #1a1a1e;
|
2061
|
+
$hm_component_colors_components_buttons_secondary_button_secondary_bg_hover: #26272b;
|
2062
|
+
$hm_component_colors_components_buttons_secondary_button_secondary_fg: #d1d1d6;
|
2063
|
+
$hm_component_colors_components_buttons_secondary_button_secondary_fg_hover: #f4f4f5;
|
2064
|
+
$hm_component_colors_components_buttons_secondary_button_secondary_border: #3f3f46;
|
2065
|
+
$hm_component_colors_components_buttons_secondary_button_secondary_border_hover: #3f3f46;
|
2066
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_bg: #1a1a1e;
|
2067
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_bg_hover: #26272b;
|
2068
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_border_hover: #3f3f46;
|
2069
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_border: #3f3f46;
|
2070
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg: #d1d1d6;
|
2071
|
+
$hm_component_colors_components_buttons_secondary_color_button_secondary_color_fg_hover: #f4f4f5;
|
2072
|
+
$hm_component_colors_components_buttons_primary_error_button_primary_error_fg: #ffffff;
|
2073
|
+
$hm_component_colors_components_buttons_primary_error_button_primary_error_fg_hover: #ffffff;
|
2074
|
+
$hm_component_colors_components_buttons_primary_error_button_primary_error_bg: #d92d20;
|
2075
|
+
$hm_component_colors_components_buttons_primary_error_button_primary_error_bg_hover: #b42318;
|
2076
|
+
$hm_component_colors_components_buttons_primary_error_button_primary_error_border: #d92d20;
|
2077
|
+
$hm_component_colors_components_buttons_primary_error_button_primary_error_border_hover: #b42318;
|
2078
|
+
$hm_component_colors_components_buttons_secondary_error_button_secondary_error_fg: #fecdca;
|
2079
|
+
$hm_component_colors_components_buttons_secondary_error_button_secondary_error_fg_hover: #fee4e2;
|
2080
|
+
$hm_component_colors_components_buttons_secondary_error_button_secondary_error_bg: #55160c;
|
2081
|
+
$hm_component_colors_components_buttons_secondary_error_button_secondary_error_bg_hover: #7a271a;
|
2082
|
+
$hm_component_colors_components_buttons_secondary_error_button_secondary_error_border: #912018;
|
2083
|
+
$hm_component_colors_components_buttons_secondary_error_button_secondary_error_border_hover: #b42318;
|
2084
|
+
$hm_component_colors_components_buttons_tertiary_button_tertiary_fg: #a0a0ab;
|
2085
|
+
$hm_component_colors_components_buttons_tertiary_button_tertiary_fg_hover: #e4e4e7;
|
2086
|
+
$hm_component_colors_components_buttons_tertiary_button_tertiary_bg_hover: #26272b;
|
2087
|
+
$hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg: #d1d1d6;
|
2088
|
+
$hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_fg_hover: #f4f4f5;
|
2089
|
+
$hm_component_colors_components_buttons_tertiary_color_button_tertiary_color_bg_hover: #26272b;
|
2090
|
+
$hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_fg: #fda29b;
|
2091
|
+
$hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_fg_hover: #fecdca;
|
2092
|
+
$hm_component_colors_components_buttons_tertiary_error_button_tertiary_error_bg_hover: #7a271a;
|
2093
|
+
$hm_component_colors_components_buttons_primary_button_primary_fg: #3f3f46;
|
2094
|
+
$hm_component_colors_components_buttons_primary_button_primary_fg_hover: #26272b;
|
2095
|
+
$hm_component_colors_components_buttons_primary_button_primary_bg: #ffffff;
|
2096
|
+
$hm_component_colors_components_buttons_primary_button_primary_bg_hover: #fafafa;
|
2097
|
+
$hm_component_colors_components_buttons_primary_button_primary_border: #d1d1d6;
|
2098
|
+
$hm_component_colors_components_buttons_primary_button_primary_border_hover: #d1d1d6;
|
2099
|
+
$hm_component_colors_components_buttons_ghost_button_ghost_fg: #d1d1d6;
|
2100
|
+
$hm_component_colors_components_buttons_ghost_button_ghost_fg_hover: #f4f4f5;
|
2101
|
+
$hm_component_colors_components_buttons_ghost_button_ghost_bg: #ffffff00;
|
2102
|
+
$hm_component_colors_components_buttons_ghost_button_ghost_bg_hover: #26272b;
|
2103
|
+
$hm_component_colors_components_buttons_ghost_button_ghost_border: #ffffff00;
|
2104
|
+
$hm_component_colors_components_buttons_ghost_button_ghost_border_hover: #ffffff00;
|
2105
|
+
$hm_component_colors_components_wysiwyg_editor_wysiwyg_editor_icon_fg: #a0a0ab;
|
2106
|
+
$hm_component_colors_components_wysiwyg_editor_wysiwyg_editor_icon_fg_active: #ffffff;
|
2107
|
+
$hm_component_colors_components_avatars_avatar_contrast_border: #ffffff1f;
|
2108
|
+
$hm_component_colors_components_avatars_avatar_profile_photo_border: #131316;
|
2109
|
+
$hm_component_colors_components_avatars_avatar_bg: #26272b;
|
2110
|
+
$hm_component_colors_components_avatars_avatar_focus_border: #98a2b324;
|
2111
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_fg: #d1d1d6;
|
2112
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_fg_hover: #ffffff;
|
2113
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_bg_hover: #26272b;
|
2114
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_brand_bg_hover: #26272b;
|
2115
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_brand_fg_hover: #ffffff;
|
2116
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_icon_fg: #a0a0ab;
|
2117
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_icon_fg_hover: #ffffff;
|
2118
|
+
$hm_component_colors_components_breadcrumbs_breadcrumb_brand_icon_fg_hover: #ffffff;
|
2119
|
+
$hm_component_colors_components_icons_featured_icons_modern_featured_icon_modern_border: #3f3f46;
|
2120
|
+
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_brand: #b9e6fe;
|
2121
|
+
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_gray: #e4e4e7;
|
2122
|
+
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_error: #fecdca;
|
2123
|
+
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_warning: #fedf89;
|
2124
|
+
$hm_component_colors_components_icons_featured_icons_light_featured_icon_light_fg_success: #abefc6;
|
2125
|
+
$hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_brand: #b9e6fe;
|
2126
|
+
$hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_gray: #e4e4e7;
|
2127
|
+
$hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_error: #fecdca;
|
2128
|
+
$hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_warning: #fedf89;
|
2129
|
+
$hm_component_colors_components_icons_featured_icons_dark_featured_icon_dark_fg_success: #abefc6;
|
2130
|
+
$hm_component_colors_components_icons_icons_icon_fg_brand: #a0a0ab;
|
2131
|
+
$hm_component_colors_components_icons_icons_icon_fg_brand_on_brand: #a0a0ab;
|
2132
|
+
$hm_component_colors_components_icons_social_icons_social_icon_fg_x: #ffffff;
|
2133
|
+
$hm_component_colors_components_icons_social_icons_social_icon_fg_apple: #ffffff;
|
2134
|
+
$hm_component_colors_components_icons_social_icons_social_icon_fg_github: #ffffff;
|
2135
|
+
$hm_component_colors_components_icons_social_icons_social_icon_fg_angellist: #ffffff;
|
2136
|
+
$hm_component_colors_components_icons_social_icons_social_icon_fg_tumblr: #ffffff;
|
2137
|
+
$hm_component_colors_components_icons_social_icons_social_icon_fg_instagram: #ffffff;
|
2138
|
+
$hm_component_colors_components_application_navigation_nav_item_icon_fg: #a0a0ab;
|
2139
|
+
$hm_component_colors_components_application_navigation_nav_item_icon_fg_active: #e4e4e7;
|
2140
|
+
$hm_component_colors_components_application_navigation_nav_item_button_icon_fg: #a0a0ab;
|
2141
|
+
$hm_component_colors_components_application_navigation_nav_item_button_icon_fg_active: #e4e4e7;
|
2142
|
+
$hm_component_colors_components_sliders_slider_handle_border: #131316;
|
2143
|
+
$hm_component_colors_components_sliders_slider_handle_bg: #0ba5ec;
|
2144
|
+
$hm_component_colors_components_header_sections_header_abstract_50_bg: #1a1a1e;
|
2145
|
+
$hm_component_colors_components_header_sections_header_abstract_100_bg: #26272b;
|
2146
|
+
$hm_component_colors_components_header_sections_header_abstract_200_bg: #3f3f46;
|
2147
|
+
$hm_component_colors_components_header_sections_header_abstract_300_bg: #51525c;
|
2148
|
+
$hm_component_colors_components_mockups_screen_mockup_border: #3f3f46;
|
2149
|
+
$hm_component_colors_components_footers_footer_button_fg: #d1d1d6;
|
2150
|
+
$hm_component_colors_components_footers_footer_button_fg_hover: #f4f4f5;
|
2151
|
+
$hm_component_colors_components_footers_footer_badge_fg: #ffffff;
|
2152
|
+
$hm_component_colors_components_footers_footer_badge_border: #ffffff4d;
|
2153
|
+
$hm_component_colors_components_footers_footer_badge_bg: #ffffff1a;
|
2154
|
+
$hm_component_colors_components_app_store_badges_app_store_badge_border: #ffffff;
|
2155
|
+
$hm_component_colors_components_thumbnail_thumbnail_badge_brand_fg: #d1d1d6;
|
2156
|
+
$hm_component_colors_components_thumbnail_thumbnail_badge_success_fg: #d1d1d6;
|
2157
|
+
$hm_component_colors_components_toggles_toggle_button_fg_disabled: #51525c;
|
2158
|
+
$hm_component_colors_alpha_alpha_white_90: #0c111de6;
|
2159
|
+
$hm_component_colors_alpha_alpha_white_80: #0c111dcc;
|
2160
|
+
$hm_component_colors_alpha_alpha_white_70: #0c111db3;
|
2161
|
+
$hm_component_colors_alpha_alpha_white_60: #0c111d99;
|
2162
|
+
$hm_component_colors_alpha_alpha_white_50: #0c111d80;
|
2163
|
+
$hm_component_colors_alpha_alpha_white_40: #0c111d66;
|
2164
|
+
$hm_component_colors_alpha_alpha_white_30: #0c111d4d;
|
2165
|
+
$hm_component_colors_alpha_alpha_white_20: #0c111d33;
|
2166
|
+
$hm_component_colors_alpha_alpha_white_10: #0c111d1a;
|
2167
|
+
$hm_component_colors_alpha_alpha_black_10: #ffffff1a;
|
2168
|
+
$hm_component_colors_alpha_alpha_black_20: #ffffff33;
|
2169
|
+
$hm_component_colors_alpha_alpha_black_30: #ffffff4d;
|
2170
|
+
$hm_component_colors_alpha_alpha_black_40: #ffffff66;
|
2171
|
+
$hm_component_colors_alpha_alpha_black_50: #ffffff80;
|
2172
|
+
$hm_component_colors_alpha_alpha_black_60: #ffffff99;
|
2173
|
+
$hm_component_colors_alpha_alpha_black_70: #ffffffb3;
|
2174
|
+
$hm_component_colors_alpha_alpha_black_80: #ffffffcc;
|
2175
|
+
$hm_component_colors_alpha_alpha_black_90: #ffffffe6;
|
2176
|
+
$hm_component_colors_alpha_alpha_black_100: #ffffff;
|
2177
|
+
$hm_component_colors_alpha_alpha_white_100: #131316;
|
2178
|
+
$hm_container_max_width_desktop: 80rem;
|
2179
|
+
$hm_container_padding_desktop: 2rem;
|
2180
|
+
$hm_container_padding_mobile: 1rem;
|
2181
|
+
$hm_width_xxs: 20rem;
|
2182
|
+
$hm_width_sm: 30rem;
|
2183
|
+
$hm_width_lg: 40rem;
|
2184
|
+
$hm_width_xl: 48rem;
|
2185
|
+
$hm_width_2xl: 64rem;
|
2186
|
+
$hm_width_3xl: 80rem;
|
2187
|
+
$hm_width_4xl: 90rem;
|
2188
|
+
$hm_width_5xl: 100rem;
|
2189
|
+
$hm_width_6xl: 120rem;
|
2190
|
+
$hm_width_md: 35rem;
|
2191
|
+
$hm_paragraph_max_width: 45rem;
|
2192
|
+
$hm_width_xs: 24rem;
|
2193
|
+
$hm_spacing_none: 0rem;
|
2194
|
+
$hm_spacing_xxs: 0.125rem;
|
2195
|
+
$hm_spacing_xs: 0.25rem;
|
2196
|
+
$hm_spacing_md: 0.5rem;
|
2197
|
+
$hm_spacing_lg: 0.75rem;
|
2198
|
+
$hm_spacing_xl: 1rem;
|
2199
|
+
$hm_spacing_2xl: 1.25rem;
|
2200
|
+
$hm_spacing_3xl: 1.5rem;
|
2201
|
+
$hm_spacing_4xl: 2rem;
|
2202
|
+
$hm_spacing_6xl: 3rem;
|
2203
|
+
$hm_spacing_7xl: 4rem;
|
2204
|
+
$hm_spacing_8xl: 5rem;
|
2205
|
+
$hm_spacing_9xl: 6rem;
|
2206
|
+
$hm_spacing_10xl: 8rem;
|
2207
|
+
$hm_spacing_11xl: 10rem;
|
2208
|
+
$hm_spacing_sm: 0.375rem;
|
2209
|
+
$hm_spacing_5xl: 2.5rem;
|
2210
|
+
$hm_radius_none: 0rem;
|
2211
|
+
$hm_radius_xxs: 0.125rem;
|
2212
|
+
$hm_radius_xs: 0.25rem;
|
2213
|
+
$hm_radius_sm: 0.375rem;
|
2214
|
+
$hm_radius_md: 0.5rem;
|
2215
|
+
$hm_radius_xl: 0.75rem;
|
2216
|
+
$hm_radius_2xl: 1rem;
|
2217
|
+
$hm_radius_4xl: 1.5rem;
|
2218
|
+
$hm_radius_full: 624.9375rem;
|
2219
|
+
$hm_radius_lg: 0.625rem;
|
2220
|
+
$hm_radius_3xl: 1.25rem;
|