villa-design-tokens 1.0.268 → 1.0.270

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.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "villa-design-tokens",
3
3
  "description": "Design Tokens published by Design Token Studio with VPRO's Figma Design System- retest again",
4
4
  "author": "VPRO",
5
- "version": "1.0.268",
5
+ "version": "1.0.270",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "git+https://github.com/vpro/Design-tokens.git"
@@ -5,6 +5,7 @@
5
5
  "brands/unbranded",
6
6
  "brands/human",
7
7
  "brands/vpro",
8
+ "brands/npodoc",
8
9
  "brands/argos",
9
10
  "brands/brainwash",
10
11
  "brands/tegenlicht"
@@ -2215,5 +2215,15 @@
2215
2215
  "base": "enabled",
2216
2216
  "brands/tegenlicht": "enabled"
2217
2217
  }
2218
+ },
2219
+ {
2220
+ "id": "9436b3cf5474c6971a9c67e6424ccc845fe0198c",
2221
+ "name": "npodoc",
2222
+ "$figmaStyleReferences": {},
2223
+ "selectedTokenSets": {
2224
+ "global": "enabled",
2225
+ "base": "enabled",
2226
+ "brands/npodoc": "enabled"
2227
+ }
2218
2228
  }
2219
2229
  ]
@@ -0,0 +1,811 @@
1
+ {
2
+ "color": {
3
+ "palette": {
4
+ "primary": {
5
+ "faded": {
6
+ "value": "{color.global.dark-teal.25}",
7
+ "type": "color"
8
+ },
9
+ "pastel": {
10
+ "value": "{color.global.dark-teal.50}",
11
+ "type": "color"
12
+ },
13
+ "main": {
14
+ "value": "{color.global.dark-teal.100}",
15
+ "type": "color"
16
+ },
17
+ "muted": {
18
+ "value": "{color.global.dark-teal.150}",
19
+ "type": "color"
20
+ },
21
+ "dark": {
22
+ "value": "{color.global.dark-teal.200}",
23
+ "type": "color"
24
+ }
25
+ },
26
+ "secondary": {
27
+ "faded": {
28
+ "value": "{color.global.lavender.25}",
29
+ "type": "color"
30
+ },
31
+ "pastel": {
32
+ "value": "{color.global.lavender.50}",
33
+ "type": "color"
34
+ },
35
+ "main": {
36
+ "value": "{color.global.lavender.100}",
37
+ "type": "color"
38
+ },
39
+ "muted": {
40
+ "value": "{color.global.lavender.150}",
41
+ "type": "color"
42
+ },
43
+ "dark": {
44
+ "value": "{color.global.lavender.200}",
45
+ "type": "color"
46
+ }
47
+ },
48
+ "tertiary": {
49
+ "faded": {
50
+ "value": "{color.global.cerulean.25}",
51
+ "type": "color"
52
+ },
53
+ "pastel": {
54
+ "value": "{color.global.cerulean.50}",
55
+ "type": "color"
56
+ },
57
+ "main": {
58
+ "value": "{color.global.cerulean.100}",
59
+ "type": "color"
60
+ },
61
+ "muted": {
62
+ "value": "{color.global.cerulean.150}",
63
+ "type": "color"
64
+ },
65
+ "dark": {
66
+ "value": "{color.global.cerulean.200}",
67
+ "type": "color"
68
+ }
69
+ },
70
+ "greyscale": {
71
+ "faded": {
72
+ "value": "{color.global.grey.100}",
73
+ "type": "color"
74
+ },
75
+ "pastel": {
76
+ "value": "{color.global.grey.150}",
77
+ "type": "color"
78
+ },
79
+ "main": {
80
+ "value": "{color.global.grey.300}",
81
+ "type": "color"
82
+ },
83
+ "muted": {
84
+ "value": "{color.global.grey.500}",
85
+ "type": "color"
86
+ },
87
+ "dark": {
88
+ "value": "{color.global.grey.550}",
89
+ "type": "color"
90
+ }
91
+ }
92
+ },
93
+ "background": {
94
+ "default": {
95
+ "value": "{color.global.grey.100}",
96
+ "type": "color"
97
+ },
98
+ "primary": {
99
+ "value": "{color.palette.primary.faded}",
100
+ "type": "color"
101
+ },
102
+ "secondary": {
103
+ "value": "{color.palette.primary.pastel}",
104
+ "type": "color"
105
+ },
106
+ "tertiary": {
107
+ "value": "{color.palette.secondary.faded}",
108
+ "type": "color"
109
+ },
110
+ "brand": {
111
+ "value": "{color.palette.primary.main}",
112
+ "type": "color"
113
+ },
114
+ "interactive": {
115
+ "value": "{color.palette.secondary.muted}",
116
+ "type": "color"
117
+ },
118
+ "dark": {
119
+ "value": "{color.palette.primary.dark}",
120
+ "type": "color"
121
+ },
122
+ "disabled": {
123
+ "value": "{color.global.grey.200}",
124
+ "type": "color"
125
+ },
126
+ "neutral-light": {
127
+ "value": "{color.palette.greyscale.pastel}",
128
+ "type": "color"
129
+ },
130
+ "neutral-dark": {
131
+ "value": "{color.palette.greyscale.muted}",
132
+ "type": "color"
133
+ }
134
+ },
135
+ "text": {
136
+ "default": {
137
+ "value": "{color.palette.primary.dark}",
138
+ "type": "color"
139
+ },
140
+ "title": {
141
+ "value": "{color.palette.primary.muted}",
142
+ "type": "color"
143
+ },
144
+ "subtle": {
145
+ "value": "{color.global.grey.300}",
146
+ "type": "color"
147
+ },
148
+ "disabled": {
149
+ "value": "{color.global.grey.300}",
150
+ "type": "color"
151
+ },
152
+ "inverse": {
153
+ "value": "{color.global.grey.100}",
154
+ "type": "color"
155
+ },
156
+ "neutral": {
157
+ "value": "{color.palette.greyscale.dark}",
158
+ "type": "color"
159
+ }
160
+ },
161
+ "icon": {
162
+ "primary": {
163
+ "value": "{color.palette.primary.dark}",
164
+ "type": "color"
165
+ },
166
+ "secondary": {
167
+ "value": "{color.palette.primary.pastel}",
168
+ "type": "color"
169
+ },
170
+ "tertiary": {
171
+ "value": "{color.global.grey.300}",
172
+ "type": "color"
173
+ },
174
+ "inverse": {
175
+ "value": "{color.global.grey.100}",
176
+ "type": "color"
177
+ }
178
+ },
179
+ "border": {
180
+ "default": {
181
+ "value": "{color.palette.primary.pastel}",
182
+ "type": "color"
183
+ },
184
+ "hover": {
185
+ "value": "{color.palette.primary.main}",
186
+ "type": "color"
187
+ },
188
+ "focus": {
189
+ "value": "{color.palette.primary.main}",
190
+ "type": "color"
191
+ },
192
+ "filled": {
193
+ "value": "{color.palette.primary.dark}",
194
+ "type": "color"
195
+ },
196
+ "inverse": {
197
+ "value": "{color.palette.primary.pastel}",
198
+ "type": "color"
199
+ }
200
+ },
201
+ "link": {
202
+ "default": {
203
+ "value": "{color.palette.primary.muted}",
204
+ "type": "color"
205
+ },
206
+ "hover": {
207
+ "value": "{color.palette.primary.main}",
208
+ "type": "color"
209
+ },
210
+ "active": {
211
+ "value": "{color.palette.primary.main}",
212
+ "type": "color"
213
+ },
214
+ "inverse": {
215
+ "value": "{color.palette.primary.faded}",
216
+ "type": "color"
217
+ },
218
+ "inverse-hover": {
219
+ "value": "{color.palette.secondary.faded}",
220
+ "type": "color"
221
+ }
222
+ },
223
+ "interactive": {
224
+ "primary": {
225
+ "background": {
226
+ "default": {
227
+ "value": "{color.palette.primary.main}",
228
+ "type": "color"
229
+ },
230
+ "hover": {
231
+ "value": "{color.palette.primary.muted}",
232
+ "type": "color"
233
+ },
234
+ "active": {
235
+ "value": "{color.palette.primary.muted}",
236
+ "type": "color"
237
+ }
238
+ },
239
+ "foreground": {
240
+ "default": {
241
+ "value": "{color.palette.primary.faded}",
242
+ "type": "color"
243
+ },
244
+ "hover": {
245
+ "value": "{color.palette.primary.faded}",
246
+ "type": "color"
247
+ },
248
+ "active": {
249
+ "value": "{color.palette.primary.faded}",
250
+ "type": "color"
251
+ }
252
+ }
253
+ },
254
+ "secondary": {
255
+ "background": {
256
+ "default": {
257
+ "value": "{color.palette.primary.main}",
258
+ "type": "color"
259
+ },
260
+ "hover": {
261
+ "value": "{color.palette.primary.muted}",
262
+ "type": "color"
263
+ },
264
+ "active": {
265
+ "value": "{color.palette.primary.muted}",
266
+ "type": "color"
267
+ }
268
+ },
269
+ "foreground": {
270
+ "default": {
271
+ "value": "{color.palette.primary.main}",
272
+ "type": "color"
273
+ },
274
+ "hover": {
275
+ "value": "{color.palette.primary.faded}",
276
+ "type": "color"
277
+ },
278
+ "active": {
279
+ "value": "{color.palette.primary.faded}",
280
+ "type": "color"
281
+ }
282
+ }
283
+ },
284
+ "tertiary": {
285
+ "background": {
286
+ "default": {
287
+ "value": "{color.transparent.0}",
288
+ "type": "color"
289
+ },
290
+ "hover": {
291
+ "value": "{color.palette.primary.muted}",
292
+ "type": "color"
293
+ },
294
+ "active": {
295
+ "value": "{color.palette.primary.muted}",
296
+ "type": "color"
297
+ }
298
+ },
299
+ "foreground": {
300
+ "default": {
301
+ "value": "{color.palette.primary.main}",
302
+ "type": "color"
303
+ },
304
+ "hover": {
305
+ "value": "{color.palette.primary.faded}",
306
+ "type": "color"
307
+ },
308
+ "active": {
309
+ "value": "{color.palette.primary.faded}",
310
+ "type": "color"
311
+ }
312
+ }
313
+ }
314
+ },
315
+ "surface": {
316
+ "primary": {
317
+ "background": {
318
+ "value": "{color.palette.primary.faded}",
319
+ "type": "color"
320
+ },
321
+ "accent": {
322
+ "value": "{color.palette.primary.pastel}",
323
+ "type": "color",
324
+ "$extensions": {
325
+ "studio.tokens": {
326
+ "modify": {
327
+ "type": "alpha",
328
+ "value": ".33",
329
+ "space": "srgb"
330
+ }
331
+ }
332
+ }
333
+ },
334
+ "text": {
335
+ "default": {
336
+ "value": "{color.palette.primary.dark}",
337
+ "type": "color"
338
+ },
339
+ "subtle": {
340
+ "value": "{color.palette.primary.pastel}",
341
+ "type": "color"
342
+ },
343
+ "title": {
344
+ "value": "{color.palette.primary.muted}",
345
+ "type": "color"
346
+ },
347
+ "link": {
348
+ "value": "{color.palette.primary.main}",
349
+ "type": "color"
350
+ },
351
+ "hover": {
352
+ "value": "{color.palette.primary.dark}",
353
+ "type": "color"
354
+ }
355
+ },
356
+ "interactive": {
357
+ "background": {
358
+ "value": "{color.palette.primary.main}",
359
+ "type": "color"
360
+ },
361
+ "foreground": {
362
+ "value": "{color.palette.primary.faded}",
363
+ "type": "color"
364
+ },
365
+ "hover-background": {
366
+ "value": "{color.palette.primary.dark}",
367
+ "type": "color"
368
+ },
369
+ "hover-foreground": {
370
+ "value": "{color.palette.primary.faded}",
371
+ "type": "color"
372
+ }
373
+ },
374
+ "input": {
375
+ "background": {
376
+ "value": "{color.global.grey.100}",
377
+ "type": "color"
378
+ },
379
+ "foreground": {
380
+ "value": "{color.palette.primary.dark}",
381
+ "type": "color"
382
+ },
383
+ "border-default": {
384
+ "value": "{color.palette.primary.dark}",
385
+ "type": "color"
386
+ },
387
+ "border-active": {
388
+ "value": "{color.palette.primary.muted}",
389
+ "type": "color"
390
+ }
391
+ }
392
+ },
393
+ "secondary": {
394
+ "background": {
395
+ "value": "{color.palette.secondary.faded}",
396
+ "type": "color"
397
+ },
398
+ "accent": {
399
+ "value": "{color.palette.secondary.muted}",
400
+ "type": "color",
401
+ "$extensions": {
402
+ "studio.tokens": {
403
+ "modify": {
404
+ "type": "alpha",
405
+ "value": ".33",
406
+ "space": "srgb"
407
+ }
408
+ }
409
+ }
410
+ },
411
+ "text": {
412
+ "default": {
413
+ "value": "{color.palette.secondary.dark}",
414
+ "type": "color"
415
+ },
416
+ "subtle": {
417
+ "value": "{color.palette.secondary.pastel}",
418
+ "type": "color"
419
+ },
420
+ "title": {
421
+ "value": "{color.palette.secondary.dark}",
422
+ "type": "color"
423
+ },
424
+ "link": {
425
+ "value": "{color.palette.secondary.muted}",
426
+ "type": "color"
427
+ },
428
+ "hover": {
429
+ "value": "{color.palette.secondary.dark}",
430
+ "type": "color"
431
+ }
432
+ },
433
+ "interactive": {
434
+ "background": {
435
+ "value": "{color.palette.secondary.main}",
436
+ "type": "color"
437
+ },
438
+ "foreground": {
439
+ "value": "{color.palette.primary.dark}",
440
+ "type": "color"
441
+ },
442
+ "hover-background": {
443
+ "value": "{color.palette.primary.muted}",
444
+ "type": "color"
445
+ },
446
+ "hover-foreground": {
447
+ "value": "{color.palette.primary.faded}",
448
+ "type": "color"
449
+ }
450
+ },
451
+ "input": {
452
+ "background": {
453
+ "value": "{color.global.grey.100}",
454
+ "type": "color"
455
+ },
456
+ "foreground": {
457
+ "value": "{color.palette.secondary.dark}",
458
+ "type": "color"
459
+ },
460
+ "border-default": {
461
+ "value": "{color.palette.secondary.dark}",
462
+ "type": "color"
463
+ },
464
+ "border-active": {
465
+ "value": "{color.palette.secondary.muted}",
466
+ "type": "color"
467
+ }
468
+ }
469
+ },
470
+ "alt-primary": {
471
+ "background": {
472
+ "value": "{color.palette.primary.main}",
473
+ "type": "color"
474
+ },
475
+ "accent": {
476
+ "value": "{color.palette.primary.pastel}",
477
+ "type": "color",
478
+ "$extensions": {
479
+ "studio.tokens": {
480
+ "modify": {
481
+ "type": "lighten",
482
+ "value": ".33",
483
+ "space": "srgb"
484
+ }
485
+ }
486
+ }
487
+ },
488
+ "text": {
489
+ "default": {
490
+ "value": "{color.palette.greyscale.faded}",
491
+ "type": "color"
492
+ },
493
+ "subtle": {
494
+ "value": "{color.palette.primary.faded}",
495
+ "type": "color"
496
+ },
497
+ "title": {
498
+ "value": "{color.palette.greyscale.faded}",
499
+ "type": "color"
500
+ },
501
+ "link": {
502
+ "value": "{color.palette.secondary.faded}",
503
+ "type": "color"
504
+ },
505
+ "hover": {
506
+ "value": "{color.palette.secondary.main}",
507
+ "type": "color"
508
+ }
509
+ },
510
+ "interactive": {
511
+ "background": {
512
+ "value": "{color.palette.secondary.main}",
513
+ "type": "color"
514
+ },
515
+ "foreground": {
516
+ "value": "{color.palette.primary.dark}",
517
+ "type": "color"
518
+ },
519
+ "hover-background": {
520
+ "value": "{color.palette.primary.muted}",
521
+ "type": "color"
522
+ },
523
+ "hover-foreground": {
524
+ "value": "{color.palette.primary.faded}",
525
+ "type": "color"
526
+ }
527
+ },
528
+ "input": {
529
+ "background": {
530
+ "value": "{color.global.grey.100}",
531
+ "type": "color"
532
+ },
533
+ "foreground": {
534
+ "value": "{color.palette.primary.dark}",
535
+ "type": "color"
536
+ },
537
+ "border-default": {
538
+ "value": "{color.palette.primary.dark}",
539
+ "type": "color"
540
+ },
541
+ "border-active": {
542
+ "value": "{color.palette.secondary.main}",
543
+ "type": "color"
544
+ }
545
+ }
546
+ },
547
+ "alt-secondary": {
548
+ "background": {
549
+ "value": "{color.palette.secondary.muted}",
550
+ "type": "color"
551
+ },
552
+ "accent": {
553
+ "value": "{color.palette.secondary.faded}",
554
+ "type": "color",
555
+ "$extensions": {
556
+ "studio.tokens": {
557
+ "modify": {
558
+ "type": "alpha",
559
+ "value": ".33",
560
+ "space": "srgb"
561
+ }
562
+ }
563
+ }
564
+ },
565
+ "text": {
566
+ "default": {
567
+ "value": "{color.palette.greyscale.faded}",
568
+ "type": "color"
569
+ },
570
+ "subtle": {
571
+ "value": "{color.palette.secondary.faded}",
572
+ "type": "color"
573
+ },
574
+ "title": {
575
+ "value": "{color.palette.greyscale.faded}",
576
+ "type": "color"
577
+ },
578
+ "link": {
579
+ "value": "{color.palette.primary.faded}",
580
+ "type": "color"
581
+ },
582
+ "hover": {
583
+ "value": "{color.palette.primary.main}",
584
+ "type": "color"
585
+ }
586
+ },
587
+ "interactive": {
588
+ "background": {
589
+ "value": "{color.palette.primary.main}",
590
+ "type": "color"
591
+ },
592
+ "foreground": {
593
+ "value": "{color.palette.primary.faded}",
594
+ "type": "color"
595
+ },
596
+ "hover-background": {
597
+ "value": "{color.palette.secondary.muted}",
598
+ "type": "color"
599
+ },
600
+ "hover-foreground": {
601
+ "value": "{color.palette.secondary.faded}",
602
+ "type": "color"
603
+ }
604
+ },
605
+ "input": {
606
+ "background": {
607
+ "value": "{color.global.grey.100}",
608
+ "type": "color"
609
+ },
610
+ "foreground": {
611
+ "value": "{color.palette.secondary.dark}",
612
+ "type": "color"
613
+ },
614
+ "border-default": {
615
+ "value": "{color.palette.secondary.dark}",
616
+ "type": "color"
617
+ },
618
+ "border-active": {
619
+ "value": "{color.palette.primary.main}",
620
+ "type": "color"
621
+ }
622
+ }
623
+ },
624
+ "neutral": {
625
+ "background": {
626
+ "value": "{color.palette.greyscale.pastel}",
627
+ "type": "color"
628
+ },
629
+ "accent": {
630
+ "value": "{color.palette.greyscale.pastel}",
631
+ "type": "color",
632
+ "$extensions": {
633
+ "studio.tokens": {
634
+ "modify": {
635
+ "type": "alpha",
636
+ "value": ".33",
637
+ "space": "srgb"
638
+ }
639
+ }
640
+ }
641
+ },
642
+ "text": {
643
+ "default": {
644
+ "value": "{color.palette.greyscale.dark}",
645
+ "type": "color"
646
+ },
647
+ "subtle": {
648
+ "value": "{color.palette.greyscale.main}",
649
+ "type": "color"
650
+ },
651
+ "title": {
652
+ "value": "{color.palette.greyscale.muted}",
653
+ "type": "color"
654
+ },
655
+ "link": {
656
+ "value": "{color.link.default}",
657
+ "type": "color"
658
+ },
659
+ "hover": {
660
+ "value": "{color.link.hover}",
661
+ "type": "color"
662
+ }
663
+ },
664
+ "interactive": {
665
+ "background": {
666
+ "value": "{color.palette.primary.main}",
667
+ "type": "color"
668
+ },
669
+ "foreground": {
670
+ "value": "{color.palette.primary.faded}",
671
+ "type": "color"
672
+ },
673
+ "hover-background": {
674
+ "value": "{color.palette.primary.dark}",
675
+ "type": "color"
676
+ },
677
+ "hover-foreground": {
678
+ "value": "{color.palette.primary.faded}",
679
+ "type": "color"
680
+ }
681
+ },
682
+ "input": {
683
+ "background": {
684
+ "value": "{color.global.grey.100}",
685
+ "type": "color"
686
+ },
687
+ "foreground": {
688
+ "value": "{color.palette.greyscale.dark}",
689
+ "type": "color"
690
+ },
691
+ "border-default": {
692
+ "value": "{color.palette.greyscale.muted}",
693
+ "type": "color"
694
+ },
695
+ "border-active": {
696
+ "value": "{color.palette.primary.dark}",
697
+ "type": "color"
698
+ }
699
+ }
700
+ }
701
+ }
702
+ },
703
+ "fontfamily": {
704
+ "body": {
705
+ "value": "{fontfamily.global.npo-sans}",
706
+ "type": "fontFamilies"
707
+ },
708
+ "utility": {
709
+ "value": "{fontfamily.global.npo-sans}",
710
+ "type": "fontFamilies"
711
+ },
712
+ "heading": {
713
+ "value": "{fontfamily.global.npo-sans}",
714
+ "type": "fontFamilies"
715
+ },
716
+ "program": {
717
+ "value": "{fontfamily.global.npo-sans}",
718
+ "type": "fontFamilies"
719
+ },
720
+ "display": {
721
+ "intro": {
722
+ "value": "{fontfamily.global.npo-sans}",
723
+ "type": "fontFamilies"
724
+ },
725
+ "name": {
726
+ "value": "{fontfamily.global.npo-sans}",
727
+ "type": "fontFamilies"
728
+ },
729
+ "quote": {
730
+ "value": "{fontfamily.global.npo-sans}",
731
+ "type": "fontFamilies"
732
+ },
733
+ "headline": {
734
+ "value": "{fontfamily.global.npo-sans}",
735
+ "type": "fontFamilies"
736
+ }
737
+ }
738
+ },
739
+ "lineheight": {
740
+ "body": {
741
+ "value": "{lineheight.global.500}",
742
+ "type": "lineHeights"
743
+ },
744
+ "utility": {
745
+ "value": "{lineheight.global.200}",
746
+ "type": "lineHeights"
747
+ },
748
+ "heading": {
749
+ "value": "{lineheight.global.200}",
750
+ "type": "lineHeights"
751
+ },
752
+ "program": {
753
+ "value": "{lineheight.global.80}",
754
+ "type": "lineHeights"
755
+ },
756
+ "display": {
757
+ "intro": {
758
+ "value": "{lineheight.global.500}",
759
+ "type": "lineHeights"
760
+ },
761
+ "name": {
762
+ "value": "{lineheight.global.100}",
763
+ "type": "lineHeights"
764
+ },
765
+ "quote": {
766
+ "value": "{lineheight.global.275}",
767
+ "type": "lineHeights"
768
+ },
769
+ "headline": {
770
+ "value": "{lineheight.global.200}",
771
+ "type": "lineHeights"
772
+ }
773
+ }
774
+ },
775
+ "fontweight": {
776
+ "body": {
777
+ "value": "{fontweight.global.400}",
778
+ "type": "fontWeights"
779
+ },
780
+ "utility": {
781
+ "value": "{fontweight.global.400}",
782
+ "type": "fontWeights"
783
+ },
784
+ "heading": {
785
+ "value": "{fontweight.global.700}",
786
+ "type": "fontWeights"
787
+ },
788
+ "program": {
789
+ "value": "{fontweight.global.700}",
790
+ "type": "fontWeights"
791
+ },
792
+ "display": {
793
+ "intro": {
794
+ "value": "{fontweight.global.400}",
795
+ "type": "fontWeights"
796
+ },
797
+ "name": {
798
+ "value": "{fontweight.global.700}",
799
+ "type": "fontWeights"
800
+ },
801
+ "quote": {
802
+ "value": "{fontweight.global.700}",
803
+ "type": "fontWeights"
804
+ },
805
+ "headline": {
806
+ "value": "{fontweight.global.700}",
807
+ "type": "fontWeights"
808
+ }
809
+ }
810
+ }
811
+ }
@@ -44,6 +44,10 @@
44
44
  "simplistic-outline-program": {
45
45
  "value": "Simplistic Sans Program",
46
46
  "type": "fontFamilies"
47
+ },
48
+ "npo-sans": {
49
+ "value": "NPO sans",
50
+ "type": "fontFamilies"
47
51
  }
48
52
  }
49
53
  },
@@ -1055,6 +1059,72 @@
1055
1059
  "type": "color"
1056
1060
  }
1057
1061
  },
1062
+ "dark-teal": {
1063
+ "25": {
1064
+ "value": "#E7E8EB",
1065
+ "type": "color"
1066
+ },
1067
+ "50": {
1068
+ "value": "#858E9B",
1069
+ "type": "color"
1070
+ },
1071
+ "100": {
1072
+ "value": "#0B1C36",
1073
+ "type": "color"
1074
+ },
1075
+ "150": {
1076
+ "value": "#09162A",
1077
+ "type": "color"
1078
+ },
1079
+ "200": {
1080
+ "value": "#040B16",
1081
+ "type": "color"
1082
+ }
1083
+ },
1084
+ "lavender": {
1085
+ "25": {
1086
+ "value": "#F9F3FF",
1087
+ "type": "color"
1088
+ },
1089
+ "50": {
1090
+ "value": "#E2C5FD",
1091
+ "type": "color"
1092
+ },
1093
+ "100": {
1094
+ "value": "#C58BFB",
1095
+ "type": "color"
1096
+ },
1097
+ "150": {
1098
+ "value": "#8A61B0",
1099
+ "type": "color"
1100
+ },
1101
+ "200": {
1102
+ "value": "#503864",
1103
+ "type": "color"
1104
+ }
1105
+ },
1106
+ "cerulean": {
1107
+ "25": {
1108
+ "value": "#E7F5FC",
1109
+ "type": "color"
1110
+ },
1111
+ "50": {
1112
+ "value": "#85CDEF",
1113
+ "type": "color"
1114
+ },
1115
+ "100": {
1116
+ "value": "#0A9ADE",
1117
+ "type": "color"
1118
+ },
1119
+ "150": {
1120
+ "value": "#077BB2",
1121
+ "type": "color"
1122
+ },
1123
+ "200": {
1124
+ "value": "#045C84",
1125
+ "type": "color"
1126
+ }
1127
+ },
1058
1128
  "salmon": {
1059
1129
  "100": {
1060
1130
  "value": "#CF88B0",