@alfalab/core-components-vars 9.18.0 → 9.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/alfasans-index.css +10 -0
  2. package/alfasans-typography.css +626 -0
  3. package/bundle/alfasans-click.css +8 -0
  4. package/bundle/alfasans-corp.css +8 -0
  5. package/bundle/alfasans-intranet.css +8 -0
  6. package/colors-brand.css +10 -0
  7. package/colors-promo-dark.css +5 -0
  8. package/colors-promo.css +40 -0
  9. package/cssm/alfasans-index.css +1595 -0
  10. package/cssm/alfasans-typography.css +18 -0
  11. package/cssm/bundle/alfasans-click.css +1510 -0
  12. package/cssm/bundle/alfasans-corp.css +1510 -0
  13. package/cssm/bundle/alfasans-intranet.css +1510 -0
  14. package/cssm/bundle/click.css +7 -0
  15. package/cssm/bundle/corp.css +7 -0
  16. package/cssm/bundle/intranet.css +7 -0
  17. package/cssm/bundle/mobile.css +7 -0
  18. package/cssm/colors-brand.css +10 -0
  19. package/cssm/colors-promo-dark.css +5 -0
  20. package/cssm/colors-promo.css +40 -0
  21. package/cssm/index.css +3 -1
  22. package/cssm/index.d.ts +1 -0
  23. package/cssm/index.js +1 -0
  24. package/cssm/typography-common.css +8 -0
  25. package/cssm/typography.css +12 -0
  26. package/esm/index.d.ts +1 -0
  27. package/esm/index.js +1 -0
  28. package/index.d.ts +1 -0
  29. package/index.js +1 -0
  30. package/modern/index.d.ts +1 -0
  31. package/modern/index.js +1 -0
  32. package/moderncssm/alfasans-index.css +1595 -0
  33. package/moderncssm/alfasans-typography.css +18 -0
  34. package/moderncssm/bundle/alfasans-click.css +1510 -0
  35. package/moderncssm/bundle/alfasans-corp.css +1510 -0
  36. package/moderncssm/bundle/alfasans-intranet.css +1510 -0
  37. package/moderncssm/bundle/click.css +7 -0
  38. package/moderncssm/bundle/corp.css +7 -0
  39. package/moderncssm/bundle/intranet.css +7 -0
  40. package/moderncssm/bundle/mobile.css +7 -0
  41. package/moderncssm/colors-brand.css +10 -0
  42. package/moderncssm/colors-promo-dark.css +5 -0
  43. package/moderncssm/colors-promo.css +40 -0
  44. package/moderncssm/index.css +3 -1
  45. package/moderncssm/index.d.ts +1 -0
  46. package/moderncssm/index.js +1 -0
  47. package/moderncssm/typography-common.css +8 -0
  48. package/moderncssm/typography.css +12 -0
  49. package/package.json +1 -1
  50. package/src/alfasans-index.css +10 -0
  51. package/src/alfasans-typography.css +626 -0
  52. package/src/bundle/alfasans-click.css +8 -0
  53. package/src/bundle/alfasans-corp.css +8 -0
  54. package/src/bundle/alfasans-intranet.css +8 -0
  55. package/src/colors-brand.css +10 -0
  56. package/src/colors-promo-dark.css +5 -0
  57. package/src/colors-promo.css +40 -0
  58. package/src/typography-common.css +15 -0
  59. package/src/typography.css +6 -18
  60. package/typography-common.css +15 -0
  61. package/typography.css +6 -18
@@ -0,0 +1,626 @@
1
+ @import './typography-common.css';
2
+
3
+ @define-mixin accent_caps {
4
+ font-size: 12px;
5
+ line-height: 16px;
6
+ font-weight: 700;
7
+ letter-spacing: 1.25px;
8
+ text-transform: uppercase;
9
+ font-family: var(--font-family-alfasans);
10
+ }
11
+
12
+ @define-mixin accent_component_primary {
13
+ font-size: 16px;
14
+ line-height: 20px;
15
+ font-weight: 700;
16
+ letter-spacing: 0.43px;
17
+ font-family: var(--font-family-alfasans);
18
+ }
19
+
20
+ @define-mixin accent_component_secondary {
21
+ font-size: 14px;
22
+ line-height: 18px;
23
+ font-weight: 700;
24
+ letter-spacing: 0.47px;
25
+ font-family: var(--font-family-alfasans);
26
+ }
27
+
28
+ @define-mixin accent_primary_large {
29
+ font-size: 18px;
30
+ line-height: 24px;
31
+ font-weight: 700;
32
+ letter-spacing: 0.38px;
33
+ font-family: var(--font-family-alfasans);
34
+ }
35
+
36
+ @define-mixin accent_primary_medium {
37
+ font-size: 16px;
38
+ line-height: 24px;
39
+ font-weight: 700;
40
+ letter-spacing: 0.43px;
41
+ font-family: var(--font-family-alfasans);
42
+ }
43
+
44
+ @define-mixin accent_primary_small {
45
+ font-size: 14px;
46
+ line-height: 20px;
47
+ font-weight: 700;
48
+ letter-spacing: 0.47px;
49
+ font-family: var(--font-family-alfasans);
50
+ }
51
+
52
+ @define-mixin accent_secondary_large {
53
+ font-size: 13px;
54
+ line-height: 16px;
55
+ font-weight: 700;
56
+ letter-spacing: 0.54px;
57
+ font-family: var(--font-family-alfasans);
58
+ }
59
+
60
+ @define-mixin accent_secondary_medium {
61
+ font-size: 12px;
62
+ line-height: 16px;
63
+ font-weight: 700;
64
+ letter-spacing: 0.57px;
65
+ font-family: var(--font-family-alfasans);
66
+ }
67
+
68
+ @define-mixin accent_secondary_small {
69
+ font-size: 11px;
70
+ line-height: 16px;
71
+ font-weight: 700;
72
+ letter-spacing: 0.54px;
73
+ font-family: var(--font-family-alfasans);
74
+ }
75
+
76
+ @define-mixin accent_tagline {
77
+ font-size: 12px;
78
+ line-height: 16px;
79
+ font-weight: 700;
80
+ letter-spacing: 1.25px;
81
+ text-transform: uppercase;
82
+ font-family: var(--font-family-alfasans);
83
+ }
84
+
85
+ @define-mixin action_caps {
86
+ font-size: 12px;
87
+ line-height: 16px;
88
+ font-weight: 500;
89
+ letter-spacing: 1.25px;
90
+ text-transform: uppercase;
91
+ font-family: var(--font-family-alfasans);
92
+ }
93
+
94
+ @define-mixin action_component_primary {
95
+ font-size: 16px;
96
+ line-height: 20px;
97
+ font-weight: 500;
98
+ letter-spacing: 0.17px;
99
+ font-family: var(--font-family-alfasans);
100
+ }
101
+
102
+ @define-mixin action_component_secondary {
103
+ font-size: 14px;
104
+ line-height: 18px;
105
+ font-weight: 500;
106
+ letter-spacing: 0.27px;
107
+ font-family: var(--font-family-alfasans);
108
+ }
109
+
110
+ @define-mixin action_primary_large {
111
+ font-size: 18px;
112
+ line-height: 24px;
113
+ font-weight: 500;
114
+ letter-spacing: 0.17px;
115
+ font-family: var(--font-family-alfasans);
116
+ }
117
+
118
+ @define-mixin action_primary_medium {
119
+ font-size: 16px;
120
+ line-height: 24px;
121
+ font-weight: 500;
122
+ letter-spacing: 0.17px;
123
+ font-family: var(--font-family-alfasans);
124
+ }
125
+
126
+ @define-mixin action_primary_small {
127
+ font-size: 14px;
128
+ line-height: 20px;
129
+ font-weight: 500;
130
+ letter-spacing: 0.27px;
131
+ font-family: var(--font-family-alfasans);
132
+ }
133
+
134
+ @define-mixin action_secondary_large {
135
+ font-size: 13px;
136
+ line-height: 16px;
137
+ font-weight: 500;
138
+ letter-spacing: 0.33px;
139
+ font-family: var(--font-family-alfasans);
140
+ }
141
+
142
+ @define-mixin action_secondary_medium {
143
+ font-size: 12px;
144
+ line-height: 16px;
145
+ font-weight: 500;
146
+ letter-spacing: 0.38px;
147
+ font-family: var(--font-family-alfasans);
148
+ }
149
+
150
+ @define-mixin action_secondary_small {
151
+ font-size: 11px;
152
+ line-height: 16px;
153
+ font-weight: 500;
154
+ letter-spacing: 0.41px;
155
+ font-family: var(--font-family-alfasans);
156
+ }
157
+
158
+ @define-mixin action_tagline {
159
+ font-size: 12px;
160
+ line-height: 16px;
161
+ font-weight: 500;
162
+ letter-spacing: 1.25px;
163
+ text-transform: uppercase;
164
+ font-family: var(--font-family-alfasans);
165
+ }
166
+
167
+ @define-mixin headline-mobile_xlarge {
168
+ font-size: 34px;
169
+ line-height: 40px;
170
+ font-weight: 500;
171
+ letter-spacing: -0.32px;
172
+ font-family: var(--font-family-alfasans);
173
+ }
174
+
175
+ @define-mixin headline-mobile_large {
176
+ font-size: 30px;
177
+ line-height: 36px;
178
+ font-weight: 500;
179
+ letter-spacing: -0.25px;
180
+ font-family: var(--font-family-alfasans);
181
+ }
182
+
183
+ @define-mixin headline-mobile_medium {
184
+ font-size: 26px;
185
+ line-height: 32px;
186
+ font-weight: 500;
187
+ letter-spacing: -0.25px;
188
+ font-family: var(--font-family-alfasans);
189
+ }
190
+
191
+ @define-mixin headline-mobile_small {
192
+ font-size: 20px;
193
+ line-height: 28px;
194
+ font-weight: 500;
195
+ letter-spacing: -0.15px;
196
+ font-family: var(--font-family-alfasans);
197
+ }
198
+
199
+ @define-mixin headline-mobile_xsmall {
200
+ font-size: 16px;
201
+ line-height: 20px;
202
+ font-weight: 500;
203
+ letter-spacing: 0.17px;
204
+ font-family: var(--font-family-alfasans);
205
+ }
206
+
207
+ @define-mixin headline_xlarge {
208
+ font-size: 48px;
209
+ line-height: 64px;
210
+ font-weight: 700;
211
+ letter-spacing: 0.1px;
212
+ font-family: var(--font-family-alfasans);
213
+ }
214
+
215
+ @define-mixin headline_large {
216
+ font-size: 40px;
217
+ line-height: 48px;
218
+ font-weight: 700;
219
+ letter-spacing: 0.1px;
220
+ font-family: var(--font-family-alfasans);
221
+ }
222
+
223
+ @define-mixin headline_medium {
224
+ font-size: 32px;
225
+ line-height: 40px;
226
+ font-weight: 700;
227
+ letter-spacing: 0.3px;
228
+ font-family: var(--font-family-alfasans);
229
+ }
230
+
231
+ @define-mixin headline_small {
232
+ font-size: 24px;
233
+ line-height: 32px;
234
+ font-weight: 700;
235
+ letter-spacing: 0.39px;
236
+ font-family: var(--font-family-alfasans);
237
+ }
238
+
239
+ @define-mixin headline_xsmall {
240
+ font-size: 20px;
241
+ line-height: 24px;
242
+ font-weight: 700;
243
+ letter-spacing: 0.33px;
244
+ font-family: var(--font-family-alfasans);
245
+ }
246
+
247
+ @define-mixin key_large {
248
+ font-size: 120px;
249
+ line-height: 132px;
250
+ font-weight: 500;
251
+ font-family: var(--font-family-alfasans);
252
+ } /* @deprecated */
253
+
254
+ @define-mixin key_medium {
255
+ font-size: 96px;
256
+ line-height: 120px;
257
+ font-weight: 500;
258
+ font-family: var(--font-family-alfasans);
259
+ } /* @deprecated */
260
+
261
+ @define-mixin key_small {
262
+ font-size: 80px;
263
+ line-height: 96px;
264
+ font-weight: 500;
265
+ font-family: var(--font-family-alfasans);
266
+ } /* @deprecated */
267
+
268
+ @define-mixin key_xlarge {
269
+ font-size: 144px;
270
+ line-height: 180px;
271
+ font-weight: 500;
272
+ font-family: var(--font-family-alfasans);
273
+ } /* @deprecated */
274
+
275
+ @define-mixin key_xsmall {
276
+ font-size: 64px;
277
+ line-height: 80px;
278
+ font-weight: 500;
279
+ font-family: var(--font-family-alfasans);
280
+ } /* @deprecated */
281
+
282
+ @define-mixin paragraph_caps {
283
+ font-size: 12px;
284
+ line-height: 16px;
285
+ font-weight: 400;
286
+ letter-spacing: 1.25px;
287
+ text-transform: uppercase;
288
+ font-family: var(--font-family-alfasans);
289
+ }
290
+
291
+ @define-mixin paragraph_component_primary {
292
+ font-size: 16px;
293
+ line-height: 20px;
294
+ font-weight: 400;
295
+ letter-spacing: -0.24px;
296
+ font-family: var(--font-family-alfasans);
297
+ }
298
+
299
+ @define-mixin paragraph_component_secondary {
300
+ font-size: 14px;
301
+ line-height: 18px;
302
+ font-weight: 400;
303
+ letter-spacing: -0.08px;
304
+ font-family: var(--font-family-alfasans);
305
+ }
306
+
307
+ @define-mixin paragraph_primary_large {
308
+ font-size: 18px;
309
+ line-height: 24px;
310
+ font-weight: 400;
311
+ letter-spacing: -0.36px;
312
+ font-family: var(--font-family-alfasans);
313
+ }
314
+
315
+ @define-mixin paragraph_primary_medium {
316
+ font-size: 16px;
317
+ line-height: 24px;
318
+ font-weight: 400;
319
+ letter-spacing: -0.24px;
320
+ font-family: var(--font-family-alfasans);
321
+ }
322
+
323
+ @define-mixin paragraph_primary_small {
324
+ font-size: 14px;
325
+ line-height: 20px;
326
+ font-weight: 400;
327
+ letter-spacing: -0.08px;
328
+ font-family: var(--font-family-alfasans);
329
+ }
330
+
331
+ @define-mixin paragraph_secondary_large {
332
+ font-size: 13px;
333
+ line-height: 16px;
334
+ font-weight: 400;
335
+ letter-spacing: 0;
336
+ font-family: var(--font-family-alfasans);
337
+ }
338
+
339
+ @define-mixin paragraph_secondary_medium {
340
+ font-size: 12px;
341
+ line-height: 16px;
342
+ font-weight: 400;
343
+ letter-spacing: 0.06px;
344
+ font-family: var(--font-family-alfasans);
345
+ }
346
+
347
+ @define-mixin paragraph_secondary_small {
348
+ font-size: 11px;
349
+ line-height: 16px;
350
+ font-weight: 400;
351
+ letter-spacing: 0.15px;
352
+ font-family: var(--font-family-alfasans);
353
+ }
354
+
355
+ @define-mixin paragraph_tagline {
356
+ font-size: 12px;
357
+ line-height: 16px;
358
+ font-weight: 400;
359
+ letter-spacing: 1.25px;
360
+ text-transform: uppercase;
361
+ font-family: var(--font-family-alfasans);
362
+ }
363
+
364
+ @define-mixin promo-mobile_xlarge {
365
+ font-size: 34px;
366
+ line-height: 40px;
367
+ font-weight: 400;
368
+ letter-spacing: -1.36px;
369
+ font-family: var(--font-family-alfasans);
370
+ }
371
+
372
+ @define-mixin promo-mobile_large {
373
+ font-size: 30px;
374
+ line-height: 36px;
375
+ font-weight: 400;
376
+ letter-spacing: -1.25px;
377
+ font-family: var(--font-family-alfasans);
378
+ }
379
+
380
+ @define-mixin promo-mobile_medium {
381
+ font-size: 26px;
382
+ line-height: 32px;
383
+ font-weight: 400;
384
+ letter-spacing: -1px;
385
+ font-family: var(--font-family-alfasans);
386
+ }
387
+
388
+ @define-mixin promo-mobile_small {
389
+ font-size: 20px;
390
+ line-height: 28px;
391
+ font-weight: 400;
392
+ letter-spacing: -0.68px;
393
+ font-family: var(--font-family-alfasans);
394
+ }
395
+
396
+ @define-mixin promo-mobile_xsmall {
397
+ font-size: 16px;
398
+ line-height: 20px;
399
+ font-weight: 400;
400
+ letter-spacing: -0.24px;
401
+ font-family: var(--font-family-alfasans);
402
+ }
403
+
404
+ @define-mixin promo_xlarge {
405
+ font-size: 48px;
406
+ line-height: 64px;
407
+ font-weight: 400;
408
+ letter-spacing: -2.1px;
409
+ font-family: var(--font-family-alfasans);
410
+ }
411
+
412
+ @define-mixin promo_large {
413
+ font-size: 40px;
414
+ line-height: 48px;
415
+ font-weight: 400;
416
+ letter-spacing: -1.7px;
417
+ font-family: var(--font-family-alfasans);
418
+ }
419
+
420
+ @define-mixin promo_medium {
421
+ font-size: 32px;
422
+ line-height: 40px;
423
+ font-weight: 400;
424
+ letter-spacing: -1.36px;
425
+ font-family: var(--font-family-alfasans);
426
+ }
427
+
428
+ @define-mixin promo_small {
429
+ font-size: 24px;
430
+ line-height: 32px;
431
+ font-weight: 400;
432
+ letter-spacing: -0.9px;
433
+ font-family: var(--font-family-alfasans);
434
+ }
435
+
436
+ @define-mixin promo_xsmall {
437
+ font-size: 20px;
438
+ line-height: 24px;
439
+ font-weight: 400;
440
+ letter-spacing: -0.68px;
441
+ font-family: var(--font-family-alfasans);
442
+ }
443
+
444
+ @define-mixin accent_component {
445
+ font-size: 16px;
446
+ line-height: 20px;
447
+ font-weight: 700;
448
+ letter-spacing: 0.43px;
449
+ font-family: var(--font-family-alfasans);
450
+ }
451
+
452
+ @define-mixin action_component {
453
+ font-size: 16px;
454
+ line-height: 20px;
455
+ font-weight: 500;
456
+ letter-spacing: 0.17px;
457
+ font-family: var(--font-family-alfasans);
458
+ }
459
+
460
+ @define-mixin paragraph_component {
461
+ font-size: 16px;
462
+ line-height: 20px;
463
+ font-weight: 400;
464
+ letter-spacing: -0.24px;
465
+ font-family: var(--font-family-alfasans);
466
+ }
467
+
468
+ @define-mixin headline-system-mobile_xlarge {
469
+ font-size: 34px;
470
+ line-height: 40px;
471
+ font-weight: 500;
472
+ letter-spacing: -0.32px;
473
+ font-family: var(--font-family-alfasans);
474
+ }
475
+
476
+ @define-mixin headline-system-mobile_large {
477
+ font-size: 30px;
478
+ line-height: 36px;
479
+ font-weight: 500;
480
+ letter-spacing: -0.25px;
481
+ font-family: var(--font-family-alfasans);
482
+ }
483
+
484
+ @define-mixin headline-system-mobile_medium {
485
+ font-size: 26px;
486
+ line-height: 32px;
487
+ font-weight: 500;
488
+ letter-spacing: -0.25px;
489
+ font-family: var(--font-family-alfasans);
490
+ }
491
+
492
+ @define-mixin headline-system-mobile_small {
493
+ font-size: 20px;
494
+ line-height: 28px;
495
+ font-weight: 500;
496
+ letter-spacing: -0.15px;
497
+ font-family: var(--font-family-alfasans);
498
+ }
499
+
500
+ @define-mixin headline-system-mobile_xsmall {
501
+ font-size: 16px;
502
+ line-height: 20px;
503
+ font-weight: 500;
504
+ letter-spacing: 0.17px;
505
+ font-family: var(--font-family-alfasans);
506
+ }
507
+
508
+ @define-mixin headline-system_xlarge {
509
+ font-size: 48px;
510
+ line-height: 52px;
511
+ font-weight: 700;
512
+ letter-spacing: 0.1px;
513
+ font-family: var(--font-family-alfasans);
514
+ }
515
+
516
+ @define-mixin headline-system_large {
517
+ font-size: 40px;
518
+ line-height: 48px;
519
+ font-weight: 700;
520
+ letter-spacing: 0.1px;
521
+ font-family: var(--font-family-alfasans);
522
+ }
523
+
524
+ @define-mixin headline-system_medium {
525
+ font-size: 30px;
526
+ line-height: 36px;
527
+ font-weight: 700;
528
+ letter-spacing: 0.1px;
529
+ font-family: var(--font-family-alfasans);
530
+ }
531
+
532
+ @define-mixin headline-system_small {
533
+ font-size: 22px;
534
+ line-height: 26px;
535
+ font-weight: 700;
536
+ letter-spacing: 0.2px;
537
+ font-family: var(--font-family-alfasans);
538
+ }
539
+
540
+ @define-mixin headline-system_xsmall {
541
+ font-size: 18px;
542
+ line-height: 22px;
543
+ font-weight: 700;
544
+ letter-spacing: 0.38px;
545
+ font-family: var(--font-family-alfasans);
546
+ }
547
+
548
+ @define-mixin promo-system-mobile_xlarge {
549
+ font-size: 34px;
550
+ line-height: 40px;
551
+ font-weight: 400;
552
+ letter-spacing: -1.36px;
553
+ font-family: var(--font-family-alfasans);
554
+ }
555
+
556
+ @define-mixin promo-system-mobile_large {
557
+ font-size: 30px;
558
+ line-height: 36px;
559
+ font-weight: 400;
560
+ letter-spacing: -1.25px;
561
+ font-family: var(--font-family-alfasans);
562
+ }
563
+
564
+ @define-mixin promo-system-mobile_medium {
565
+ font-size: 26px;
566
+ line-height: 32px;
567
+ font-weight: 400;
568
+ letter-spacing: -1px;
569
+ font-family: var(--font-family-alfasans);
570
+ }
571
+
572
+ @define-mixin promo-system-mobile_small {
573
+ font-size: 20px;
574
+ line-height: 28px;
575
+ font-weight: 400;
576
+ letter-spacing: -0.68px;
577
+ font-family: var(--font-family-alfasans);
578
+ }
579
+
580
+ @define-mixin promo-system-mobile_xsmall {
581
+ font-size: 16px;
582
+ line-height: 20px;
583
+ font-weight: 400;
584
+ letter-spacing: -0.24px;
585
+ font-family: var(--font-family-alfasans);
586
+ }
587
+
588
+ @define-mixin promo-system_xlarge {
589
+ font-size: 48px;
590
+ line-height: 52px;
591
+ font-weight: 400;
592
+ letter-spacing: -2.1px;
593
+ font-family: var(--font-family-alfasans);
594
+ }
595
+
596
+ @define-mixin promo-system_large {
597
+ font-size: 40px;
598
+ line-height: 48px;
599
+ font-weight: 400;
600
+ letter-spacing: -1.7px;
601
+ font-family: var(--font-family-alfasans);
602
+ }
603
+
604
+ @define-mixin promo-system_medium {
605
+ font-size: 30px;
606
+ line-height: 36px;
607
+ font-weight: 400;
608
+ letter-spacing: -1.25px;
609
+ font-family: var(--font-family-alfasans);
610
+ }
611
+
612
+ @define-mixin promo-system_small {
613
+ font-size: 22px;
614
+ line-height: 26px;
615
+ font-weight: 400;
616
+ letter-spacing: -0.8px;
617
+ font-family: var(--font-family-alfasans);
618
+ }
619
+
620
+ @define-mixin promo-system_xsmall {
621
+ font-size: 18px;
622
+ line-height: 22px;
623
+ font-weight: 400;
624
+ letter-spacing: -0.36px;
625
+ font-family: var(--font-family-alfasans);
626
+ }
@@ -0,0 +1,8 @@
1
+ @import '../colors-bluetint.css';
2
+ @import '../colors-addons.css';
3
+ @import '../shadows-bluetint.css';
4
+ @import '../border-radius.css';
5
+ @import '../gaps.css';
6
+ @import '../alfasans-typography.css';
7
+ @import '../common.css';
8
+ @import '../mixins.css';
@@ -0,0 +1,8 @@
1
+ @import '../colors-bluetint.css';
2
+ @import '../colors-addons.css';
3
+ @import '../shadows-bluetint.css';
4
+ @import '../border-radius.css';
5
+ @import '../gaps.css';
6
+ @import '../alfasans-typography.css';
7
+ @import '../common.css';
8
+ @import '../mixins.css';
@@ -0,0 +1,8 @@
1
+ @import '../colors-bluetint.css';
2
+ @import '../colors-addons.css';
3
+ @import '../shadows-bluetint.css';
4
+ @import '../border-radius.css';
5
+ @import '../gaps.css';
6
+ @import '../alfasans-typography.css';
7
+ @import '../common.css';
8
+ @import '../mixins.css';
@@ -0,0 +1,10 @@
1
+ :root {
2
+ --color-static-brand-black: #000;
3
+ --color-static-brand-blue: #0056ff;
4
+ --color-static-brand-bright-blue: #00e8f0;
5
+ --color-static-brand-green: #31e300;
6
+ --color-static-brand-red: #ef3124;
7
+ --color-static-brand-violet: #6a4dff;
8
+ --color-static-brand-warm-green: #a8f000;
9
+ --color-static-brand-white: #fff;
10
+ }
@@ -0,0 +1,5 @@
1
+ :root {
2
+ --color-light-promo-muted-menthol: var(--color-dark-promo-muted-menthol);
3
+ --color-light-promo-muted-sonata: var(--color-dark-promo-muted-sonata);
4
+ --color-light-promo-muted-tomato: var(--color-dark-promo-muted-tomato);
5
+ }
@@ -0,0 +1,40 @@
1
+ :root {
2
+ --color-dark-promo-muted-menthol: #1b2816;
3
+ --color-dark-promo-muted-sonata: #222a3e;
4
+ --color-dark-promo-muted-tomato: #3e2321;
5
+ --color-light-promo-muted-menthol: #eafae2;
6
+ --color-light-promo-muted-sonata: #e9f6fd;
7
+ --color-light-promo-muted-tomato: #fdf1f1;
8
+ --color-static-promo-chardonnay: #ffcf99;
9
+ --color-static-promo-conclave: #b3ccff;
10
+ --color-static-promo-gravel: #2a2c2f;
11
+ --color-static-promo-lagoon: #9df2f5;
12
+ --color-static-promo-menthol: #bff0a8;
13
+ --color-static-promo-oasis: #dfbfff;
14
+ --color-static-promo-pale-chardonnay: #ffe5c7;
15
+ --color-static-promo-pale-conclave: #d6e6ff;
16
+ --color-static-promo-pale-lagoon: #c5f8fa;
17
+ --color-static-promo-pale-oasis: #ebd6ff;
18
+ --color-static-promo-pale-pearl: #f1f4f4;
19
+ --color-static-promo-pale-primrose: #eaffb3;
20
+ --color-static-promo-pale-seafoam: #d6ffe7;
21
+ --color-static-promo-pale-tomato: #ffdbd8;
22
+ --color-static-promo-peach: #ffcbb3;
23
+ --color-static-promo-pearl: #eaeeee;
24
+ --color-static-promo-prelude: #c7bfff;
25
+ --color-static-promo-primrose: #d6f09a;
26
+ --color-static-promo-seafoam: #a0fac6;
27
+ --color-static-promo-sonata: #9edfff;
28
+ --color-static-promo-tomato: #ffcac7;
29
+ --color-static-promo-vibrant-chardonnay: #fa9319;
30
+ --color-static-promo-vibrant-conclave: #266fff;
31
+ --color-static-promo-vibrant-lagoon: #00e8f0;
32
+ --color-static-promo-vibrant-menthol: #31e300;
33
+ --color-static-promo-vibrant-oasis: #93f;
34
+ --color-static-promo-vibrant-peach: #ff681c;
35
+ --color-static-promo-vibrant-prelude: #6a4dff;
36
+ --color-static-promo-vibrant-primrose: #a8f000;
37
+ --color-static-promo-vibrant-seafoam: #00f064;
38
+ --color-static-promo-vibrant-sonata: #17a0e5;
39
+ --color-static-promo-vibrant-tomato: #ef3124;
40
+ }