@rijkshuisstijl-community/design-tokens 1.0.1 → 1.1.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 (54) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/dist/_variables.scss +113 -3
  3. package/dist/index.css +113 -3
  4. package/dist/index.d.ts +111 -1
  5. package/dist/index.js +113 -3
  6. package/dist/index.json +112 -2
  7. package/dist/index.tokens.json +148 -2
  8. package/dist/root.css +113 -3
  9. package/dist/tokens.d.ts +147 -1
  10. package/dist/tokens.js +6283 -3879
  11. package/dist/uitvoerend-mintgroen-focus/_variables.scss +112 -3
  12. package/dist/uitvoerend-mintgroen-focus/index.css +112 -3
  13. package/dist/uitvoerend-mintgroen-focus/index.d.ts +110 -1
  14. package/dist/uitvoerend-mintgroen-focus/index.js +112 -3
  15. package/dist/uitvoerend-mintgroen-focus/index.json +111 -2
  16. package/dist/uitvoerend-mintgroen-focus/index.tokens.json +145 -4
  17. package/dist/uitvoerend-mintgroen-focus/root.css +112 -3
  18. package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +144 -3
  19. package/dist/uitvoerend-mintgroen-focus/tokens.js +6405 -4028
  20. package/dist/uitvoerend-violet/_variables.scss +113 -3
  21. package/dist/uitvoerend-violet/index.css +113 -3
  22. package/dist/uitvoerend-violet/index.d.ts +111 -1
  23. package/dist/uitvoerend-violet/index.js +113 -3
  24. package/dist/uitvoerend-violet/index.json +112 -2
  25. package/dist/uitvoerend-violet/index.tokens.json +148 -2
  26. package/dist/uitvoerend-violet/root.css +113 -3
  27. package/dist/uitvoerend-violet/tokens.d.ts +147 -1
  28. package/dist/uitvoerend-violet/tokens.js +5182 -2778
  29. package/dist/uitvoerend-violet-oud/_variables.scss +113 -3
  30. package/dist/uitvoerend-violet-oud/index.css +113 -3
  31. package/dist/uitvoerend-violet-oud/index.d.ts +111 -1
  32. package/dist/uitvoerend-violet-oud/index.js +113 -3
  33. package/dist/uitvoerend-violet-oud/index.json +112 -2
  34. package/dist/uitvoerend-violet-oud/index.tokens.json +148 -2
  35. package/dist/uitvoerend-violet-oud/root.css +113 -3
  36. package/dist/uitvoerend-violet-oud/tokens.d.ts +147 -1
  37. package/dist/uitvoerend-violet-oud/tokens.js +5182 -2778
  38. package/dist/wetgevend/_variables.scss +113 -3
  39. package/dist/wetgevend/index.css +113 -3
  40. package/dist/wetgevend/index.d.ts +111 -1
  41. package/dist/wetgevend/index.js +113 -3
  42. package/dist/wetgevend/index.json +112 -2
  43. package/dist/wetgevend/index.tokens.json +148 -2
  44. package/dist/wetgevend/root.css +113 -3
  45. package/dist/wetgevend/tokens.d.ts +147 -1
  46. package/dist/wetgevend/tokens.js +5182 -2778
  47. package/figma/figma.tokens.json +554 -33
  48. package/package.json +1 -1
  49. package/src/generated/base.tokens.json +487 -11
  50. package/src/generated/themes.json +2216 -320
  51. package/src/generated/uitvoerend-mintgroen-focus/tokens.json +479 -11
  52. package/src/generated/uitvoerend-violet/tokens.json +487 -11
  53. package/src/generated/uitvoerend-violet-oud/tokens.json +487 -11
  54. package/src/generated/wetgevend/tokens.json +487 -11
@@ -605,6 +605,126 @@
605
605
  "type": "fontSizes"
606
606
  }
607
607
  },
608
+ "skip-link": {
609
+ "font-weight": {
610
+ "value": 700,
611
+ "type": "fontWeights"
612
+ },
613
+ "font-family": {
614
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
615
+ "type": "fontFamilies"
616
+ },
617
+ "font-size": {
618
+ "value": "1.25rem",
619
+ "type": "fontSizes"
620
+ },
621
+ "line-height": {
622
+ "value": "150%",
623
+ "type": "lineHeights"
624
+ },
625
+ "min-block-size": {
626
+ "value": "48px",
627
+ "type": "sizing"
628
+ },
629
+ "min-inline-size": {
630
+ "value": "48px",
631
+ "type": "sizing"
632
+ },
633
+ "padding-block-end": {
634
+ "value": "0.75rem",
635
+ "type": "spacing"
636
+ },
637
+ "padding-block-start": {
638
+ "value": "0.75rem",
639
+ "type": "spacing"
640
+ },
641
+ "padding-inline-end": {
642
+ "value": "1rem",
643
+ "type": "spacing"
644
+ },
645
+ "padding-inline-start": {
646
+ "value": "1rem",
647
+ "type": "spacing"
648
+ },
649
+ "focus": {
650
+ "background-color": {
651
+ "value": "#fff",
652
+ "type": "color"
653
+ },
654
+ "border-color": {
655
+ "value": "#154273",
656
+ "type": "color"
657
+ },
658
+ "border-style": {
659
+ "value": "solid",
660
+ "type": "borderStyle"
661
+ },
662
+ "border-width": {
663
+ "value": "2px",
664
+ "type": "borderWidth"
665
+ },
666
+ "color": {
667
+ "value": "#0F172A",
668
+ "type": "color"
669
+ },
670
+ "text-decoration": {
671
+ "value": "None",
672
+ "type": "textDecoration"
673
+ }
674
+ },
675
+ "focus-visible": {
676
+ "outline-color": {
677
+ "value": "#000",
678
+ "type": "color"
679
+ }
680
+ },
681
+ "background-color": {
682
+ "value": "#154273",
683
+ "type": "color"
684
+ },
685
+ "border-color": {
686
+ "value": "transparent",
687
+ "type": "color"
688
+ },
689
+ "color": {
690
+ "value": "#fff",
691
+ "type": "color"
692
+ },
693
+ "border-width": {
694
+ "value": "2px",
695
+ "type": "borderWidth"
696
+ },
697
+ "box-block-end-shadow": {
698
+ "offset-x": {
699
+ "value": 0,
700
+ "type": "other"
701
+ },
702
+ "offset-y": {
703
+ "value": "16px",
704
+ "type": "other"
705
+ },
706
+ "blur-radius": {
707
+ "value": "48px",
708
+ "type": "other"
709
+ },
710
+ "spread-radius": {
711
+ "value": 0,
712
+ "type": "other"
713
+ },
714
+ "color": {
715
+ "value": "#0000001a",
716
+ "type": "color"
717
+ }
718
+ },
719
+ "text-decoration": {
720
+ "value": "underline",
721
+ "type": "textDecoration"
722
+ },
723
+ "text-underline-offset": {
724
+ "value": "0.125rem",
725
+ "type": "other"
726
+ }
727
+ },
608
728
  "separator": {
609
729
  "color": {
610
730
  "value": "#CBD5E1",
@@ -947,6 +1067,54 @@
947
1067
  "type": "borderWidth"
948
1068
  }
949
1069
  },
1070
+ "paragraph": {
1071
+ "color": {
1072
+ "value": "#0F172A",
1073
+ "type": "color"
1074
+ },
1075
+ "font-family": {
1076
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
1077
+ "type": "fontFamilies"
1078
+ },
1079
+ "font-size": {
1080
+ "value": "1.25rem",
1081
+ "type": "fontSizes"
1082
+ },
1083
+ "font-weight": {
1084
+ "value": 400,
1085
+ "type": "fontWeights"
1086
+ },
1087
+ "line-height": {
1088
+ "value": "150%",
1089
+ "type": "lineHeights"
1090
+ },
1091
+ "margin-block-end": {
1092
+ "value": 0,
1093
+ "type": "spacing"
1094
+ },
1095
+ "margin-block-start": {
1096
+ "value": 0,
1097
+ "type": "spacing"
1098
+ },
1099
+ "lead": {
1100
+ "color": {
1101
+ "value": "#0F172A",
1102
+ "type": "color"
1103
+ },
1104
+ "font-size": {
1105
+ "value": "1.5rem",
1106
+ "type": "fontSizes"
1107
+ },
1108
+ "font-weight": {
1109
+ "value": 400,
1110
+ "type": "fontWeights"
1111
+ },
1112
+ "line-height": {
1113
+ "value": "150%",
1114
+ "type": "lineHeights"
1115
+ }
1116
+ }
1117
+ },
950
1118
  "ordered-list": {
951
1119
  "padding-inline-start": {
952
1120
  "value": "1.5rem",
@@ -1072,15 +1240,6 @@
1072
1240
  },
1073
1241
  "hover": {
1074
1242
  "color": {
1075
- "$extensions": {
1076
- "studio.tokens": {
1077
- "modify": {
1078
- "type": "darken",
1079
- "value": "0.3",
1080
- "space": "srgb"
1081
- }
1082
- }
1083
- },
1084
1243
  "value": "#01496c",
1085
1244
  "type": "color"
1086
1245
  },
@@ -1142,97 +1301,247 @@
1142
1301
  "type": "lineHeights"
1143
1302
  }
1144
1303
  },
1145
- "form-label": {
1304
+ "heading-1": {
1146
1305
  "color": {
1147
- "value": "#0F172A",
1306
+ "value": "#154273",
1148
1307
  "type": "color"
1149
1308
  },
1150
- "font-size": {
1151
- "value": "1.25rem",
1152
- "type": "fontSizes"
1309
+ "font-family": {
1310
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
1311
+ "type": "fontFamilies"
1153
1312
  },
1154
1313
  "font-weight": {
1155
1314
  "value": 700,
1156
1315
  "type": "fontWeights"
1316
+ },
1317
+ "line-height": {
1318
+ "value": "125%",
1319
+ "type": "lineHeights"
1320
+ },
1321
+ "font-size": {
1322
+ "value": "3.125rem",
1323
+ "type": "fontSizes"
1324
+ },
1325
+ "margin-block-end": {
1326
+ "value": 0,
1327
+ "type": "spacing"
1328
+ },
1329
+ "margin-block-start": {
1330
+ "value": 0,
1331
+ "type": "spacing"
1157
1332
  }
1158
1333
  },
1159
- "form-field-label": {
1334
+ "heading-2": {
1160
1335
  "color": {
1161
- "value": "#0F172A",
1336
+ "value": "#154273",
1162
1337
  "type": "color"
1163
1338
  },
1164
1339
  "font-family": {
1165
1340
  "value": "Fira Sans, Arial, Verdana, sans-serif",
1166
1341
  "type": "fontFamilies"
1167
1342
  },
1168
- "font-size": {
1169
- "value": "1.25rem",
1170
- "type": "fontSizes"
1171
- },
1172
1343
  "font-weight": {
1173
1344
  "value": 700,
1174
1345
  "type": "fontWeights"
1175
1346
  },
1176
1347
  "line-height": {
1177
- "value": "150%",
1348
+ "value": "125%",
1178
1349
  "type": "lineHeights"
1179
- }
1180
- },
1181
- "form-field-error-message": {
1182
- "icon": {
1183
- "size": {
1184
- "value": "24px",
1185
- "type": "sizing"
1186
- },
1187
- "margin-inline-end": {
1188
- "value": "0.5rem",
1189
- "type": "spacing"
1190
- }
1191
- },
1192
- "color": {
1193
- "value": "#d52b1e",
1194
- "type": "color"
1195
- },
1196
- "font-family": {
1197
- "value": "Fira Sans, Arial, Verdana, sans-serif",
1198
- "type": "fontFamilies"
1199
1350
  },
1200
1351
  "font-size": {
1201
- "value": "1.25rem",
1352
+ "value": "2.5rem",
1202
1353
  "type": "fontSizes"
1203
1354
  },
1204
- "font-weight": {
1205
- "value": 400,
1206
- "type": "fontWeights"
1207
- },
1208
1355
  "margin-block-end": {
1209
- "value": "0.5rem",
1356
+ "value": 0,
1210
1357
  "type": "spacing"
1211
1358
  },
1212
- "padding-block-end": {
1213
- "value": "0.5rem",
1359
+ "margin-block-start": {
1360
+ "value": 0,
1214
1361
  "type": "spacing"
1215
1362
  }
1216
1363
  },
1217
- "form-field-description": {
1364
+ "heading-3": {
1218
1365
  "color": {
1219
- "value": "#334155",
1366
+ "value": "#154273",
1220
1367
  "type": "color"
1221
1368
  },
1222
1369
  "font-family": {
1223
1370
  "value": "Fira Sans, Arial, Verdana, sans-serif",
1224
1371
  "type": "fontFamilies"
1225
1372
  },
1226
- "font-size": {
1227
- "value": "1.25rem",
1228
- "type": "fontSizes"
1373
+ "font-weight": {
1374
+ "value": 700,
1375
+ "type": "fontWeights"
1229
1376
  },
1230
1377
  "line-height": {
1231
- "value": "150%",
1378
+ "value": "125%",
1232
1379
  "type": "lineHeights"
1233
1380
  },
1234
- "margin-block-start": {
1235
- "value": "-0.5rem",
1381
+ "font-size": {
1382
+ "value": "1.875rem",
1383
+ "type": "fontSizes"
1384
+ },
1385
+ "margin-block-end": {
1386
+ "value": 0,
1387
+ "type": "spacing"
1388
+ },
1389
+ "margin-block-start": {
1390
+ "value": 0,
1391
+ "type": "spacing"
1392
+ }
1393
+ },
1394
+ "heading-4": {
1395
+ "color": {
1396
+ "value": "#154273",
1397
+ "type": "color"
1398
+ },
1399
+ "font-family": {
1400
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
1401
+ "type": "fontFamilies"
1402
+ },
1403
+ "font-weight": {
1404
+ "value": 700,
1405
+ "type": "fontWeights"
1406
+ },
1407
+ "line-height": {
1408
+ "value": "125%",
1409
+ "type": "lineHeights"
1410
+ },
1411
+ "font-size": {
1412
+ "value": "1.5rem",
1413
+ "type": "fontSizes"
1414
+ },
1415
+ "margin-block-end": {
1416
+ "value": 0,
1417
+ "type": "spacing"
1418
+ },
1419
+ "margin-block-start": {
1420
+ "value": 0,
1421
+ "type": "spacing"
1422
+ }
1423
+ },
1424
+ "heading-5": {
1425
+ "color": {
1426
+ "value": "#154273",
1427
+ "type": "color"
1428
+ },
1429
+ "font-family": {
1430
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
1431
+ "type": "fontFamilies"
1432
+ },
1433
+ "font-weight": {
1434
+ "value": 700,
1435
+ "type": "fontWeights"
1436
+ },
1437
+ "line-height": {
1438
+ "value": "125%",
1439
+ "type": "lineHeights"
1440
+ },
1441
+ "font-size": {
1442
+ "value": "1.25rem",
1443
+ "type": "fontSizes"
1444
+ },
1445
+ "margin-block-end": {
1446
+ "value": 0,
1447
+ "type": "spacing"
1448
+ },
1449
+ "margin-block-start": {
1450
+ "value": 0,
1451
+ "type": "spacing"
1452
+ }
1453
+ },
1454
+ "form-label": {
1455
+ "color": {
1456
+ "value": "#0F172A",
1457
+ "type": "color"
1458
+ },
1459
+ "font-size": {
1460
+ "value": "1.25rem",
1461
+ "type": "fontSizes"
1462
+ },
1463
+ "font-weight": {
1464
+ "value": 700,
1465
+ "type": "fontWeights"
1466
+ }
1467
+ },
1468
+ "form-field-label": {
1469
+ "color": {
1470
+ "value": "#0F172A",
1471
+ "type": "color"
1472
+ },
1473
+ "font-family": {
1474
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
1475
+ "type": "fontFamilies"
1476
+ },
1477
+ "font-size": {
1478
+ "value": "1.25rem",
1479
+ "type": "fontSizes"
1480
+ },
1481
+ "font-weight": {
1482
+ "value": 700,
1483
+ "type": "fontWeights"
1484
+ },
1485
+ "line-height": {
1486
+ "value": "150%",
1487
+ "type": "lineHeights"
1488
+ }
1489
+ },
1490
+ "form-field-error-message": {
1491
+ "icon": {
1492
+ "size": {
1493
+ "value": "24px",
1494
+ "type": "sizing"
1495
+ },
1496
+ "margin-inline-end": {
1497
+ "value": "0.5rem",
1498
+ "type": "spacing"
1499
+ }
1500
+ },
1501
+ "color": {
1502
+ "value": "#d52b1e",
1503
+ "type": "color"
1504
+ },
1505
+ "font-family": {
1506
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
1507
+ "type": "fontFamilies"
1508
+ },
1509
+ "font-size": {
1510
+ "value": "1.25rem",
1511
+ "type": "fontSizes"
1512
+ },
1513
+ "font-weight": {
1514
+ "value": 400,
1515
+ "type": "fontWeights"
1516
+ },
1517
+ "margin-block-end": {
1518
+ "value": "0.5rem",
1519
+ "type": "spacing"
1520
+ },
1521
+ "padding-block-end": {
1522
+ "value": "0.5rem",
1523
+ "type": "spacing"
1524
+ }
1525
+ },
1526
+ "form-field-description": {
1527
+ "color": {
1528
+ "value": "#334155",
1529
+ "type": "color"
1530
+ },
1531
+ "font-family": {
1532
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
1533
+ "type": "fontFamilies"
1534
+ },
1535
+ "font-size": {
1536
+ "value": "1.25rem",
1537
+ "type": "fontSizes"
1538
+ },
1539
+ "line-height": {
1540
+ "value": "150%",
1541
+ "type": "lineHeights"
1542
+ },
1543
+ "margin-block-start": {
1544
+ "value": "-0.5rem",
1236
1545
  "type": "spacing"
1237
1546
  },
1238
1547
  "margin-block-end": {
@@ -1417,6 +1726,60 @@
1417
1726
  }
1418
1727
  }
1419
1728
  },
1729
+ "number-badge": {
1730
+ "font-size": {
1731
+ "value": "1.25rem",
1732
+ "type": "fontSizes"
1733
+ },
1734
+ "line-height": {
1735
+ "value": "150%",
1736
+ "type": "lineHeights"
1737
+ },
1738
+ "min-block-size": {
1739
+ "value": "24px",
1740
+ "type": "sizing"
1741
+ },
1742
+ "min-inline-size": {
1743
+ "value": "24px",
1744
+ "type": "sizing"
1745
+ },
1746
+ "font-weight": {
1747
+ "value": 700,
1748
+ "type": "fontWeights"
1749
+ },
1750
+ "border-width": {
1751
+ "value": "0px",
1752
+ "type": "borderWidth"
1753
+ },
1754
+ "border-radius": {
1755
+ "value": "999px",
1756
+ "type": "borderRadius"
1757
+ },
1758
+ "font-family": {
1759
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
1760
+ "type": "fontFamilies"
1761
+ },
1762
+ "background-color": {
1763
+ "value": "#154273",
1764
+ "type": "color"
1765
+ },
1766
+ "border-color": {
1767
+ "value": "transparent",
1768
+ "type": "color"
1769
+ },
1770
+ "color": {
1771
+ "value": "#fff",
1772
+ "type": "color"
1773
+ },
1774
+ "padding-inline": {
1775
+ "value": "0.5rem",
1776
+ "type": "spacing"
1777
+ },
1778
+ "padding-block": {
1779
+ "value": "0.5rem",
1780
+ "type": "spacing"
1781
+ }
1782
+ },
1420
1783
  "checkbox": {
1421
1784
  "border-radius": {
1422
1785
  "value": "2.5px",
@@ -3852,7 +4215,7 @@
3852
4215
  },
3853
4216
  "icon": {
3854
4217
  "color": {
3855
- "value": "#0F172A",
4218
+ "value": "#154273",
3856
4219
  "type": "color"
3857
4220
  },
3858
4221
  "size": {
@@ -3890,7 +4253,7 @@
3890
4253
  },
3891
4254
  "metadata": {
3892
4255
  "color": {
3893
- "value": "#0F172A",
4256
+ "value": "#334155",
3894
4257
  "type": "color"
3895
4258
  }
3896
4259
  },
@@ -3963,6 +4326,10 @@
3963
4326
  }
3964
4327
  },
3965
4328
  "heading": {
4329
+ "color": {
4330
+ "value": "#154273",
4331
+ "type": "color"
4332
+ },
3966
4333
  "padding-block-start": {
3967
4334
  "value": "0.5rem",
3968
4335
  "type": "spacing"
@@ -5389,29 +5756,138 @@
5389
5756
  }
5390
5757
  }
5391
5758
  },
5392
- "heading-level-1": {
5759
+ "link": {
5393
5760
  "color": {
5394
- "value": "#154273",
5761
+ "value": "#01689b",
5395
5762
  "type": "color"
5396
5763
  },
5397
- "font-family": {
5398
- "value": "Fira Sans, Arial, Verdana, sans-serif",
5399
- "type": "fontFamilies"
5400
- },
5401
- "font-weight": {
5402
- "value": 700,
5403
- "type": "fontWeights"
5404
- },
5405
- "line-height": {
5406
- "value": "125%",
5407
- "type": "lineHeights"
5764
+ "text-decoration-color": {
5765
+ "value": "#01689b",
5766
+ "type": "color"
5408
5767
  },
5409
- "font-size": {
5410
- "value": "3.125rem",
5411
- "type": "fontSizes"
5768
+ "active": {
5769
+ "color": {
5770
+ "value": "#42145f",
5771
+ "type": "color"
5772
+ },
5773
+ "text-decoration": {
5774
+ "value": "None",
5775
+ "type": "textDecoration"
5776
+ }
5412
5777
  },
5413
- "margin-block-end": {
5414
- "value": 0,
5778
+ "focus": {
5779
+ "background-color": {
5780
+ "value": "transparent",
5781
+ "type": "color"
5782
+ },
5783
+ "color": {
5784
+ "value": "#01689b",
5785
+ "type": "color"
5786
+ },
5787
+ "text-decoration": {
5788
+ "value": "None",
5789
+ "type": "textDecoration"
5790
+ },
5791
+ "text-decoration-thickness": {
5792
+ "value": "auto",
5793
+ "type": "other"
5794
+ }
5795
+ },
5796
+ "hover": {
5797
+ "color": {
5798
+ "$extensions": {
5799
+ "studio.tokens": {
5800
+ "modify": {
5801
+ "type": "darken",
5802
+ "value": "0.3",
5803
+ "space": "srgb"
5804
+ }
5805
+ }
5806
+ },
5807
+ "value": "#01496c",
5808
+ "type": "color"
5809
+ },
5810
+ "text-decoration": {
5811
+ "value": "None",
5812
+ "type": "textDecoration"
5813
+ },
5814
+ "text-decoration-thickness": {
5815
+ "value": "auto",
5816
+ "type": "other"
5817
+ }
5818
+ },
5819
+ "visited": {
5820
+ "color": {
5821
+ "value": "#42145f",
5822
+ "type": "color"
5823
+ }
5824
+ },
5825
+ "text-decoration": {
5826
+ "value": "underline",
5827
+ "type": "textDecoration"
5828
+ },
5829
+ "icon": {
5830
+ "inset-block-start": {
5831
+ "value": "0.25rem",
5832
+ "type": "spacing"
5833
+ },
5834
+ "size": {
5835
+ "value": "24px",
5836
+ "type": "sizing"
5837
+ }
5838
+ },
5839
+ "column-gap": {
5840
+ "value": "0.25rem",
5841
+ "type": "spacing"
5842
+ },
5843
+ "text-decoration-thickness": {
5844
+ "value": "auto",
5845
+ "type": "other"
5846
+ },
5847
+ "text-underline-offset": {
5848
+ "value": "0.125rem",
5849
+ "type": "other"
5850
+ },
5851
+ "font-family": {
5852
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
5853
+ "type": "fontFamilies"
5854
+ },
5855
+ "font-weight": {
5856
+ "value": 400,
5857
+ "type": "fontWeights"
5858
+ },
5859
+ "font-size": {
5860
+ "value": "1.25rem",
5861
+ "type": "fontSizes"
5862
+ },
5863
+ "line-height": {
5864
+ "value": "150%",
5865
+ "type": "lineHeights"
5866
+ }
5867
+ },
5868
+ "heading-level-1": {
5869
+ "color": {
5870
+ "value": "#154273",
5871
+ "type": "color"
5872
+ },
5873
+ "font-family": {
5874
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
5875
+ "type": "fontFamilies"
5876
+ },
5877
+ "font-weight": {
5878
+ "value": 700,
5879
+ "type": "fontWeights"
5880
+ },
5881
+ "line-height": {
5882
+ "value": "125%",
5883
+ "type": "lineHeights"
5884
+ },
5885
+ "font-size": {
5886
+ "value": "3.125rem",
5887
+ "type": "fontSizes"
5888
+ },
5889
+ "margin-block-end": {
5890
+ "value": 0,
5415
5891
  "type": "spacing"
5416
5892
  },
5417
5893
  "margin-block-start": {
@@ -6203,6 +6679,126 @@
6203
6679
  "type": "fontSizes"
6204
6680
  }
6205
6681
  },
6682
+ "skip-link": {
6683
+ "font-weight": {
6684
+ "value": 700,
6685
+ "type": "fontWeights"
6686
+ },
6687
+ "font-family": {
6688
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
6689
+ "type": "fontFamilies"
6690
+ },
6691
+ "font-size": {
6692
+ "value": "1.25rem",
6693
+ "type": "fontSizes"
6694
+ },
6695
+ "line-height": {
6696
+ "value": "150%",
6697
+ "type": "lineHeights"
6698
+ },
6699
+ "min-block-size": {
6700
+ "value": "48px",
6701
+ "type": "sizing"
6702
+ },
6703
+ "min-inline-size": {
6704
+ "value": "48px",
6705
+ "type": "sizing"
6706
+ },
6707
+ "padding-block-end": {
6708
+ "value": "0.75rem",
6709
+ "type": "spacing"
6710
+ },
6711
+ "padding-block-start": {
6712
+ "value": "0.75rem",
6713
+ "type": "spacing"
6714
+ },
6715
+ "padding-inline-end": {
6716
+ "value": "1rem",
6717
+ "type": "spacing"
6718
+ },
6719
+ "padding-inline-start": {
6720
+ "value": "1rem",
6721
+ "type": "spacing"
6722
+ },
6723
+ "focus": {
6724
+ "background-color": {
6725
+ "value": "#fff",
6726
+ "type": "color"
6727
+ },
6728
+ "border-color": {
6729
+ "value": "#154273",
6730
+ "type": "color"
6731
+ },
6732
+ "border-style": {
6733
+ "value": "solid",
6734
+ "type": "borderStyle"
6735
+ },
6736
+ "border-width": {
6737
+ "value": "2px",
6738
+ "type": "borderWidth"
6739
+ },
6740
+ "color": {
6741
+ "value": "#0F172A",
6742
+ "type": "color"
6743
+ },
6744
+ "text-decoration": {
6745
+ "value": "None",
6746
+ "type": "textDecoration"
6747
+ }
6748
+ },
6749
+ "focus-visible": {
6750
+ "outline-color": {
6751
+ "value": "#000",
6752
+ "type": "color"
6753
+ }
6754
+ },
6755
+ "background-color": {
6756
+ "value": "#154273",
6757
+ "type": "color"
6758
+ },
6759
+ "border-color": {
6760
+ "value": "transparent",
6761
+ "type": "color"
6762
+ },
6763
+ "color": {
6764
+ "value": "#fff",
6765
+ "type": "color"
6766
+ },
6767
+ "border-width": {
6768
+ "value": "2px",
6769
+ "type": "borderWidth"
6770
+ },
6771
+ "box-block-end-shadow": {
6772
+ "offset-x": {
6773
+ "value": 0,
6774
+ "type": "other"
6775
+ },
6776
+ "offset-y": {
6777
+ "value": "16px",
6778
+ "type": "other"
6779
+ },
6780
+ "blur-radius": {
6781
+ "value": "48px",
6782
+ "type": "other"
6783
+ },
6784
+ "spread-radius": {
6785
+ "value": 0,
6786
+ "type": "other"
6787
+ },
6788
+ "color": {
6789
+ "value": "#0000001a",
6790
+ "type": "color"
6791
+ }
6792
+ },
6793
+ "text-decoration": {
6794
+ "value": "underline",
6795
+ "type": "textDecoration"
6796
+ },
6797
+ "text-underline-offset": {
6798
+ "value": "0.125rem",
6799
+ "type": "other"
6800
+ }
6801
+ },
6206
6802
  "separator": {
6207
6803
  "color": {
6208
6804
  "value": "#CBD5E1",
@@ -6545,22 +7141,70 @@
6545
7141
  "type": "borderWidth"
6546
7142
  }
6547
7143
  },
6548
- "ordered-list": {
6549
- "padding-inline-start": {
6550
- "value": "1.5rem",
6551
- "type": "spacing"
7144
+ "paragraph": {
7145
+ "color": {
7146
+ "value": "#0F172A",
7147
+ "type": "color"
6552
7148
  },
6553
- "margin-block-end": {
6554
- "value": "0.25rem",
6555
- "type": "spacing"
7149
+ "font-family": {
7150
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
7151
+ "type": "fontFamilies"
6556
7152
  },
6557
- "margin-block-start": {
6558
- "value": "0.25rem",
6559
- "type": "spacing"
7153
+ "font-size": {
7154
+ "value": "1.25rem",
7155
+ "type": "fontSizes"
6560
7156
  },
6561
- "margin-inline-start": {
6562
- "value": "0.625rem",
6563
- "type": "spacing"
7157
+ "font-weight": {
7158
+ "value": 400,
7159
+ "type": "fontWeights"
7160
+ },
7161
+ "line-height": {
7162
+ "value": "150%",
7163
+ "type": "lineHeights"
7164
+ },
7165
+ "margin-block-end": {
7166
+ "value": 0,
7167
+ "type": "spacing"
7168
+ },
7169
+ "margin-block-start": {
7170
+ "value": 0,
7171
+ "type": "spacing"
7172
+ },
7173
+ "lead": {
7174
+ "color": {
7175
+ "value": "#0F172A",
7176
+ "type": "color"
7177
+ },
7178
+ "font-size": {
7179
+ "value": "1.5rem",
7180
+ "type": "fontSizes"
7181
+ },
7182
+ "font-weight": {
7183
+ "value": 400,
7184
+ "type": "fontWeights"
7185
+ },
7186
+ "line-height": {
7187
+ "value": "150%",
7188
+ "type": "lineHeights"
7189
+ }
7190
+ }
7191
+ },
7192
+ "ordered-list": {
7193
+ "padding-inline-start": {
7194
+ "value": "1.5rem",
7195
+ "type": "spacing"
7196
+ },
7197
+ "margin-block-end": {
7198
+ "value": "0.25rem",
7199
+ "type": "spacing"
7200
+ },
7201
+ "margin-block-start": {
7202
+ "value": "0.25rem",
7203
+ "type": "spacing"
7204
+ },
7205
+ "margin-inline-start": {
7206
+ "value": "0.625rem",
7207
+ "type": "spacing"
6564
7208
  },
6565
7209
  "item": {
6566
7210
  "padding-inline-start": {
@@ -6670,15 +7314,6 @@
6670
7314
  },
6671
7315
  "hover": {
6672
7316
  "color": {
6673
- "$extensions": {
6674
- "studio.tokens": {
6675
- "modify": {
6676
- "type": "darken",
6677
- "value": "0.3",
6678
- "space": "srgb"
6679
- }
6680
- }
6681
- },
6682
7317
  "value": "#01496c",
6683
7318
  "type": "color"
6684
7319
  },
@@ -6740,6 +7375,156 @@
6740
7375
  "type": "lineHeights"
6741
7376
  }
6742
7377
  },
7378
+ "heading-1": {
7379
+ "color": {
7380
+ "value": "#154273",
7381
+ "type": "color"
7382
+ },
7383
+ "font-family": {
7384
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
7385
+ "type": "fontFamilies"
7386
+ },
7387
+ "font-weight": {
7388
+ "value": 700,
7389
+ "type": "fontWeights"
7390
+ },
7391
+ "line-height": {
7392
+ "value": "125%",
7393
+ "type": "lineHeights"
7394
+ },
7395
+ "font-size": {
7396
+ "value": "3.125rem",
7397
+ "type": "fontSizes"
7398
+ },
7399
+ "margin-block-end": {
7400
+ "value": 0,
7401
+ "type": "spacing"
7402
+ },
7403
+ "margin-block-start": {
7404
+ "value": 0,
7405
+ "type": "spacing"
7406
+ }
7407
+ },
7408
+ "heading-2": {
7409
+ "color": {
7410
+ "value": "#154273",
7411
+ "type": "color"
7412
+ },
7413
+ "font-family": {
7414
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
7415
+ "type": "fontFamilies"
7416
+ },
7417
+ "font-weight": {
7418
+ "value": 700,
7419
+ "type": "fontWeights"
7420
+ },
7421
+ "line-height": {
7422
+ "value": "125%",
7423
+ "type": "lineHeights"
7424
+ },
7425
+ "font-size": {
7426
+ "value": "2.5rem",
7427
+ "type": "fontSizes"
7428
+ },
7429
+ "margin-block-end": {
7430
+ "value": 0,
7431
+ "type": "spacing"
7432
+ },
7433
+ "margin-block-start": {
7434
+ "value": 0,
7435
+ "type": "spacing"
7436
+ }
7437
+ },
7438
+ "heading-3": {
7439
+ "color": {
7440
+ "value": "#154273",
7441
+ "type": "color"
7442
+ },
7443
+ "font-family": {
7444
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
7445
+ "type": "fontFamilies"
7446
+ },
7447
+ "font-weight": {
7448
+ "value": 700,
7449
+ "type": "fontWeights"
7450
+ },
7451
+ "line-height": {
7452
+ "value": "125%",
7453
+ "type": "lineHeights"
7454
+ },
7455
+ "font-size": {
7456
+ "value": "1.875rem",
7457
+ "type": "fontSizes"
7458
+ },
7459
+ "margin-block-end": {
7460
+ "value": 0,
7461
+ "type": "spacing"
7462
+ },
7463
+ "margin-block-start": {
7464
+ "value": 0,
7465
+ "type": "spacing"
7466
+ }
7467
+ },
7468
+ "heading-4": {
7469
+ "color": {
7470
+ "value": "#154273",
7471
+ "type": "color"
7472
+ },
7473
+ "font-family": {
7474
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
7475
+ "type": "fontFamilies"
7476
+ },
7477
+ "font-weight": {
7478
+ "value": 700,
7479
+ "type": "fontWeights"
7480
+ },
7481
+ "line-height": {
7482
+ "value": "125%",
7483
+ "type": "lineHeights"
7484
+ },
7485
+ "font-size": {
7486
+ "value": "1.5rem",
7487
+ "type": "fontSizes"
7488
+ },
7489
+ "margin-block-end": {
7490
+ "value": 0,
7491
+ "type": "spacing"
7492
+ },
7493
+ "margin-block-start": {
7494
+ "value": 0,
7495
+ "type": "spacing"
7496
+ }
7497
+ },
7498
+ "heading-5": {
7499
+ "color": {
7500
+ "value": "#154273",
7501
+ "type": "color"
7502
+ },
7503
+ "font-family": {
7504
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
7505
+ "type": "fontFamilies"
7506
+ },
7507
+ "font-weight": {
7508
+ "value": 700,
7509
+ "type": "fontWeights"
7510
+ },
7511
+ "line-height": {
7512
+ "value": "125%",
7513
+ "type": "lineHeights"
7514
+ },
7515
+ "font-size": {
7516
+ "value": "1.25rem",
7517
+ "type": "fontSizes"
7518
+ },
7519
+ "margin-block-end": {
7520
+ "value": 0,
7521
+ "type": "spacing"
7522
+ },
7523
+ "margin-block-start": {
7524
+ "value": 0,
7525
+ "type": "spacing"
7526
+ }
7527
+ },
6743
7528
  "form-label": {
6744
7529
  "color": {
6745
7530
  "value": "#0F172A",
@@ -7015,38 +7800,92 @@
7015
7800
  }
7016
7801
  }
7017
7802
  },
7018
- "checkbox": {
7019
- "border-radius": {
7020
- "value": "2.5px",
7021
- "type": "borderRadius"
7803
+ "number-badge": {
7804
+ "font-size": {
7805
+ "value": "1.25rem",
7806
+ "type": "fontSizes"
7022
7807
  },
7023
- "size": {
7808
+ "line-height": {
7809
+ "value": "150%",
7810
+ "type": "lineHeights"
7811
+ },
7812
+ "min-block-size": {
7024
7813
  "value": "24px",
7025
7814
  "type": "sizing"
7026
7815
  },
7027
- "icon": {
7028
- "size": {
7029
- "value": "24px",
7030
- "type": "sizing"
7031
- }
7816
+ "min-inline-size": {
7817
+ "value": "24px",
7818
+ "type": "sizing"
7819
+ },
7820
+ "font-weight": {
7821
+ "value": 700,
7822
+ "type": "fontWeights"
7823
+ },
7824
+ "border-width": {
7825
+ "value": "0px",
7826
+ "type": "borderWidth"
7827
+ },
7828
+ "border-radius": {
7829
+ "value": "999px",
7830
+ "type": "borderRadius"
7831
+ },
7832
+ "font-family": {
7833
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
7834
+ "type": "fontFamilies"
7032
7835
  },
7033
7836
  "background-color": {
7034
- "value": "#fff",
7837
+ "value": "#154273",
7035
7838
  "type": "color"
7036
7839
  },
7037
7840
  "border-color": {
7038
- "value": "#154273",
7841
+ "value": "transparent",
7039
7842
  "type": "color"
7040
7843
  },
7041
- "invalid": {
7042
- "background-color": {
7043
- "value": "#f9dfdd",
7044
- "type": "color"
7045
- },
7046
- "border-color": {
7047
- "value": "#d52b1e",
7048
- "type": "color"
7049
- },
7844
+ "color": {
7845
+ "value": "#fff",
7846
+ "type": "color"
7847
+ },
7848
+ "padding-inline": {
7849
+ "value": "0.5rem",
7850
+ "type": "spacing"
7851
+ },
7852
+ "padding-block": {
7853
+ "value": "0.5rem",
7854
+ "type": "spacing"
7855
+ }
7856
+ },
7857
+ "checkbox": {
7858
+ "border-radius": {
7859
+ "value": "2.5px",
7860
+ "type": "borderRadius"
7861
+ },
7862
+ "size": {
7863
+ "value": "24px",
7864
+ "type": "sizing"
7865
+ },
7866
+ "icon": {
7867
+ "size": {
7868
+ "value": "24px",
7869
+ "type": "sizing"
7870
+ }
7871
+ },
7872
+ "background-color": {
7873
+ "value": "#fff",
7874
+ "type": "color"
7875
+ },
7876
+ "border-color": {
7877
+ "value": "#154273",
7878
+ "type": "color"
7879
+ },
7880
+ "invalid": {
7881
+ "background-color": {
7882
+ "value": "#f9dfdd",
7883
+ "type": "color"
7884
+ },
7885
+ "border-color": {
7886
+ "value": "#d52b1e",
7887
+ "type": "color"
7888
+ },
7050
7889
  "border-width": {
7051
7890
  "value": "1px",
7052
7891
  "type": "borderWidth"
@@ -10192,7 +11031,7 @@
10192
11031
  },
10193
11032
  "icon": {
10194
11033
  "color": {
10195
- "value": "#0F172A",
11034
+ "value": "#154273",
10196
11035
  "type": "color"
10197
11036
  },
10198
11037
  "size": {
@@ -10230,7 +11069,7 @@
10230
11069
  },
10231
11070
  "metadata": {
10232
11071
  "color": {
10233
- "value": "#0F172A",
11072
+ "value": "#334155",
10234
11073
  "type": "color"
10235
11074
  }
10236
11075
  },
@@ -10303,6 +11142,10 @@
10303
11142
  }
10304
11143
  },
10305
11144
  "heading": {
11145
+ "color": {
11146
+ "value": "#154273",
11147
+ "type": "color"
11148
+ },
10306
11149
  "padding-block-start": {
10307
11150
  "value": "0.5rem",
10308
11151
  "type": "spacing"
@@ -10987,6 +11830,115 @@
10987
11830
  }
10988
11831
  }
10989
11832
  },
11833
+ "link": {
11834
+ "color": {
11835
+ "value": "#01689b",
11836
+ "type": "color"
11837
+ },
11838
+ "text-decoration-color": {
11839
+ "value": "#01689b",
11840
+ "type": "color"
11841
+ },
11842
+ "active": {
11843
+ "color": {
11844
+ "value": "#42145f",
11845
+ "type": "color"
11846
+ },
11847
+ "text-decoration": {
11848
+ "value": "None",
11849
+ "type": "textDecoration"
11850
+ }
11851
+ },
11852
+ "focus": {
11853
+ "background-color": {
11854
+ "value": "transparent",
11855
+ "type": "color"
11856
+ },
11857
+ "color": {
11858
+ "value": "#01689b",
11859
+ "type": "color"
11860
+ },
11861
+ "text-decoration": {
11862
+ "value": "None",
11863
+ "type": "textDecoration"
11864
+ },
11865
+ "text-decoration-thickness": {
11866
+ "value": "auto",
11867
+ "type": "other"
11868
+ }
11869
+ },
11870
+ "hover": {
11871
+ "color": {
11872
+ "$extensions": {
11873
+ "studio.tokens": {
11874
+ "modify": {
11875
+ "type": "darken",
11876
+ "value": "0.3",
11877
+ "space": "srgb"
11878
+ }
11879
+ }
11880
+ },
11881
+ "value": "#01496c",
11882
+ "type": "color"
11883
+ },
11884
+ "text-decoration": {
11885
+ "value": "None",
11886
+ "type": "textDecoration"
11887
+ },
11888
+ "text-decoration-thickness": {
11889
+ "value": "auto",
11890
+ "type": "other"
11891
+ }
11892
+ },
11893
+ "visited": {
11894
+ "color": {
11895
+ "value": "#42145f",
11896
+ "type": "color"
11897
+ }
11898
+ },
11899
+ "text-decoration": {
11900
+ "value": "underline",
11901
+ "type": "textDecoration"
11902
+ },
11903
+ "icon": {
11904
+ "inset-block-start": {
11905
+ "value": "0.25rem",
11906
+ "type": "spacing"
11907
+ },
11908
+ "size": {
11909
+ "value": "24px",
11910
+ "type": "sizing"
11911
+ }
11912
+ },
11913
+ "column-gap": {
11914
+ "value": "0.25rem",
11915
+ "type": "spacing"
11916
+ },
11917
+ "text-decoration-thickness": {
11918
+ "value": "auto",
11919
+ "type": "other"
11920
+ },
11921
+ "text-underline-offset": {
11922
+ "value": "0.125rem",
11923
+ "type": "other"
11924
+ },
11925
+ "font-family": {
11926
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
11927
+ "type": "fontFamilies"
11928
+ },
11929
+ "font-weight": {
11930
+ "value": 400,
11931
+ "type": "fontWeights"
11932
+ },
11933
+ "font-size": {
11934
+ "value": "1.25rem",
11935
+ "type": "fontSizes"
11936
+ },
11937
+ "line-height": {
11938
+ "value": "150%",
11939
+ "type": "lineHeights"
11940
+ }
11941
+ },
10990
11942
  "heading-level-1": {
10991
11943
  "color": {
10992
11944
  "value": "#154273",
@@ -11801,64 +12753,46 @@
11801
12753
  "type": "fontSizes"
11802
12754
  }
11803
12755
  },
11804
- "separator": {
11805
- "color": {
11806
- "value": "#CBD5E1",
11807
- "type": "color"
12756
+ "skip-link": {
12757
+ "font-weight": {
12758
+ "value": 700,
12759
+ "type": "fontWeights"
11808
12760
  },
11809
- "block-size": {
11810
- "value": "2px",
12761
+ "font-family": {
12762
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
12763
+ "type": "fontFamilies"
12764
+ },
12765
+ "font-size": {
12766
+ "value": "1.25rem",
12767
+ "type": "fontSizes"
12768
+ },
12769
+ "line-height": {
12770
+ "value": "150%",
12771
+ "type": "lineHeights"
12772
+ },
12773
+ "min-block-size": {
12774
+ "value": "48px",
11811
12775
  "type": "sizing"
11812
12776
  },
11813
- "margin-block-end": {
12777
+ "min-inline-size": {
12778
+ "value": "48px",
12779
+ "type": "sizing"
12780
+ },
12781
+ "padding-block-end": {
11814
12782
  "value": "0.75rem",
11815
12783
  "type": "spacing"
11816
12784
  },
11817
- "margin-block-start": {
12785
+ "padding-block-start": {
11818
12786
  "value": "0.75rem",
11819
12787
  "type": "spacing"
11820
- }
11821
- },
11822
- "select": {
11823
- "image-background-position": {
11824
- "value": "right 0.5rem center",
11825
- "type": "other"
11826
- },
11827
- "icon": {
11828
- "size": {
11829
- "value": "24px",
11830
- "type": "sizing"
11831
- }
11832
- },
11833
- "background-color": {
11834
- "value": "#fff",
11835
- "type": "color"
11836
- },
11837
- "border-color": {
11838
- "value": "#154273",
11839
- "type": "color"
11840
12788
  },
11841
- "color": {
11842
- "value": "#0F172A",
11843
- "type": "color"
12789
+ "padding-inline-end": {
12790
+ "value": "1rem",
12791
+ "type": "spacing"
11844
12792
  },
11845
- "invalid": {
11846
- "background-color": {
11847
- "value": "#f9dfdd",
11848
- "type": "color"
11849
- },
11850
- "border-color": {
11851
- "value": "#d52b1e",
11852
- "type": "color"
11853
- },
11854
- "color": {
11855
- "value": "#0F172A",
11856
- "type": "color"
11857
- },
11858
- "border-width": {
11859
- "value": "1px",
11860
- "type": "borderWidth"
11861
- }
12793
+ "padding-inline-start": {
12794
+ "value": "1rem",
12795
+ "type": "spacing"
11862
12796
  },
11863
12797
  "focus": {
11864
12798
  "background-color": {
@@ -11869,22 +12803,160 @@
11869
12803
  "value": "#154273",
11870
12804
  "type": "color"
11871
12805
  },
11872
- "color": {
11873
- "value": "#0F172A",
11874
- "type": "color"
12806
+ "border-style": {
12807
+ "value": "solid",
12808
+ "type": "borderStyle"
11875
12809
  },
11876
12810
  "border-width": {
11877
12811
  "value": "2px",
11878
12812
  "type": "borderWidth"
11879
- }
11880
- },
11881
- "disabled": {
11882
- "background-color": {
11883
- "value": "#CBD5E1",
11884
- "type": "color"
11885
12813
  },
11886
- "border-color": {
11887
- "value": "#94A3B8",
12814
+ "color": {
12815
+ "value": "#0F172A",
12816
+ "type": "color"
12817
+ },
12818
+ "text-decoration": {
12819
+ "value": "None",
12820
+ "type": "textDecoration"
12821
+ }
12822
+ },
12823
+ "focus-visible": {
12824
+ "outline-color": {
12825
+ "value": "#000",
12826
+ "type": "color"
12827
+ }
12828
+ },
12829
+ "background-color": {
12830
+ "value": "#154273",
12831
+ "type": "color"
12832
+ },
12833
+ "border-color": {
12834
+ "value": "transparent",
12835
+ "type": "color"
12836
+ },
12837
+ "color": {
12838
+ "value": "#fff",
12839
+ "type": "color"
12840
+ },
12841
+ "border-width": {
12842
+ "value": "2px",
12843
+ "type": "borderWidth"
12844
+ },
12845
+ "box-block-end-shadow": {
12846
+ "offset-x": {
12847
+ "value": 0,
12848
+ "type": "other"
12849
+ },
12850
+ "offset-y": {
12851
+ "value": "16px",
12852
+ "type": "other"
12853
+ },
12854
+ "blur-radius": {
12855
+ "value": "48px",
12856
+ "type": "other"
12857
+ },
12858
+ "spread-radius": {
12859
+ "value": 0,
12860
+ "type": "other"
12861
+ },
12862
+ "color": {
12863
+ "value": "#0000001a",
12864
+ "type": "color"
12865
+ }
12866
+ },
12867
+ "text-decoration": {
12868
+ "value": "underline",
12869
+ "type": "textDecoration"
12870
+ },
12871
+ "text-underline-offset": {
12872
+ "value": "0.125rem",
12873
+ "type": "other"
12874
+ }
12875
+ },
12876
+ "separator": {
12877
+ "color": {
12878
+ "value": "#CBD5E1",
12879
+ "type": "color"
12880
+ },
12881
+ "block-size": {
12882
+ "value": "2px",
12883
+ "type": "sizing"
12884
+ },
12885
+ "margin-block-end": {
12886
+ "value": "0.75rem",
12887
+ "type": "spacing"
12888
+ },
12889
+ "margin-block-start": {
12890
+ "value": "0.75rem",
12891
+ "type": "spacing"
12892
+ }
12893
+ },
12894
+ "select": {
12895
+ "image-background-position": {
12896
+ "value": "right 0.5rem center",
12897
+ "type": "other"
12898
+ },
12899
+ "icon": {
12900
+ "size": {
12901
+ "value": "24px",
12902
+ "type": "sizing"
12903
+ }
12904
+ },
12905
+ "background-color": {
12906
+ "value": "#fff",
12907
+ "type": "color"
12908
+ },
12909
+ "border-color": {
12910
+ "value": "#154273",
12911
+ "type": "color"
12912
+ },
12913
+ "color": {
12914
+ "value": "#0F172A",
12915
+ "type": "color"
12916
+ },
12917
+ "invalid": {
12918
+ "background-color": {
12919
+ "value": "#f9dfdd",
12920
+ "type": "color"
12921
+ },
12922
+ "border-color": {
12923
+ "value": "#d52b1e",
12924
+ "type": "color"
12925
+ },
12926
+ "color": {
12927
+ "value": "#0F172A",
12928
+ "type": "color"
12929
+ },
12930
+ "border-width": {
12931
+ "value": "1px",
12932
+ "type": "borderWidth"
12933
+ }
12934
+ },
12935
+ "focus": {
12936
+ "background-color": {
12937
+ "value": "#fff",
12938
+ "type": "color"
12939
+ },
12940
+ "border-color": {
12941
+ "value": "#154273",
12942
+ "type": "color"
12943
+ },
12944
+ "color": {
12945
+ "value": "#0F172A",
12946
+ "type": "color"
12947
+ },
12948
+ "border-width": {
12949
+ "value": "2px",
12950
+ "type": "borderWidth"
12951
+ }
12952
+ },
12953
+ "disabled": {
12954
+ "background-color": {
12955
+ "value": "#CBD5E1",
12956
+ "type": "color"
12957
+ },
12958
+ "border-color": {
12959
+ "value": "#94A3B8",
11888
12960
  "type": "color"
11889
12961
  },
11890
12962
  "color": {
@@ -12143,6 +13215,54 @@
12143
13215
  "type": "borderWidth"
12144
13216
  }
12145
13217
  },
13218
+ "paragraph": {
13219
+ "color": {
13220
+ "value": "#0F172A",
13221
+ "type": "color"
13222
+ },
13223
+ "font-family": {
13224
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
13225
+ "type": "fontFamilies"
13226
+ },
13227
+ "font-size": {
13228
+ "value": "1.25rem",
13229
+ "type": "fontSizes"
13230
+ },
13231
+ "font-weight": {
13232
+ "value": 400,
13233
+ "type": "fontWeights"
13234
+ },
13235
+ "line-height": {
13236
+ "value": "150%",
13237
+ "type": "lineHeights"
13238
+ },
13239
+ "margin-block-end": {
13240
+ "value": 0,
13241
+ "type": "spacing"
13242
+ },
13243
+ "margin-block-start": {
13244
+ "value": 0,
13245
+ "type": "spacing"
13246
+ },
13247
+ "lead": {
13248
+ "color": {
13249
+ "value": "#0F172A",
13250
+ "type": "color"
13251
+ },
13252
+ "font-size": {
13253
+ "value": "1.5rem",
13254
+ "type": "fontSizes"
13255
+ },
13256
+ "font-weight": {
13257
+ "value": 400,
13258
+ "type": "fontWeights"
13259
+ },
13260
+ "line-height": {
13261
+ "value": "150%",
13262
+ "type": "lineHeights"
13263
+ }
13264
+ }
13265
+ },
12146
13266
  "ordered-list": {
12147
13267
  "padding-inline-start": {
12148
13268
  "value": "1.5rem",
@@ -12268,15 +13388,6 @@
12268
13388
  },
12269
13389
  "hover": {
12270
13390
  "color": {
12271
- "$extensions": {
12272
- "studio.tokens": {
12273
- "modify": {
12274
- "type": "darken",
12275
- "value": "0.3",
12276
- "space": "srgb"
12277
- }
12278
- }
12279
- },
12280
13391
  "value": "#01496c",
12281
13392
  "type": "color"
12282
13393
  },
@@ -12338,70 +13449,220 @@
12338
13449
  "type": "lineHeights"
12339
13450
  }
12340
13451
  },
12341
- "form-label": {
12342
- "color": {
12343
- "value": "#0F172A",
12344
- "type": "color"
12345
- },
12346
- "font-size": {
12347
- "value": "1.25rem",
12348
- "type": "fontSizes"
12349
- },
12350
- "font-weight": {
12351
- "value": 700,
12352
- "type": "fontWeights"
12353
- }
12354
- },
12355
- "form-field-label": {
13452
+ "heading-1": {
12356
13453
  "color": {
12357
- "value": "#0F172A",
13454
+ "value": "#154273",
12358
13455
  "type": "color"
12359
13456
  },
12360
13457
  "font-family": {
12361
13458
  "value": "Fira Sans, Arial, Verdana, sans-serif",
12362
13459
  "type": "fontFamilies"
12363
13460
  },
12364
- "font-size": {
12365
- "value": "1.25rem",
12366
- "type": "fontSizes"
12367
- },
12368
13461
  "font-weight": {
12369
13462
  "value": 700,
12370
13463
  "type": "fontWeights"
12371
13464
  },
12372
13465
  "line-height": {
12373
- "value": "150%",
13466
+ "value": "125%",
12374
13467
  "type": "lineHeights"
13468
+ },
13469
+ "font-size": {
13470
+ "value": "3.125rem",
13471
+ "type": "fontSizes"
13472
+ },
13473
+ "margin-block-end": {
13474
+ "value": 0,
13475
+ "type": "spacing"
13476
+ },
13477
+ "margin-block-start": {
13478
+ "value": 0,
13479
+ "type": "spacing"
12375
13480
  }
12376
13481
  },
12377
- "form-field-error-message": {
12378
- "icon": {
12379
- "size": {
12380
- "value": "24px",
12381
- "type": "sizing"
12382
- },
12383
- "margin-inline-end": {
12384
- "value": "0.5rem",
12385
- "type": "spacing"
12386
- }
12387
- },
13482
+ "heading-2": {
12388
13483
  "color": {
12389
- "value": "#d52b1e",
13484
+ "value": "#154273",
12390
13485
  "type": "color"
12391
13486
  },
12392
13487
  "font-family": {
12393
13488
  "value": "Fira Sans, Arial, Verdana, sans-serif",
12394
13489
  "type": "fontFamilies"
12395
13490
  },
12396
- "font-size": {
12397
- "value": "1.25rem",
12398
- "type": "fontSizes"
12399
- },
12400
13491
  "font-weight": {
12401
- "value": 400,
13492
+ "value": 700,
12402
13493
  "type": "fontWeights"
12403
13494
  },
12404
- "margin-block-end": {
13495
+ "line-height": {
13496
+ "value": "125%",
13497
+ "type": "lineHeights"
13498
+ },
13499
+ "font-size": {
13500
+ "value": "2.5rem",
13501
+ "type": "fontSizes"
13502
+ },
13503
+ "margin-block-end": {
13504
+ "value": 0,
13505
+ "type": "spacing"
13506
+ },
13507
+ "margin-block-start": {
13508
+ "value": 0,
13509
+ "type": "spacing"
13510
+ }
13511
+ },
13512
+ "heading-3": {
13513
+ "color": {
13514
+ "value": "#154273",
13515
+ "type": "color"
13516
+ },
13517
+ "font-family": {
13518
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
13519
+ "type": "fontFamilies"
13520
+ },
13521
+ "font-weight": {
13522
+ "value": 700,
13523
+ "type": "fontWeights"
13524
+ },
13525
+ "line-height": {
13526
+ "value": "125%",
13527
+ "type": "lineHeights"
13528
+ },
13529
+ "font-size": {
13530
+ "value": "1.875rem",
13531
+ "type": "fontSizes"
13532
+ },
13533
+ "margin-block-end": {
13534
+ "value": 0,
13535
+ "type": "spacing"
13536
+ },
13537
+ "margin-block-start": {
13538
+ "value": 0,
13539
+ "type": "spacing"
13540
+ }
13541
+ },
13542
+ "heading-4": {
13543
+ "color": {
13544
+ "value": "#154273",
13545
+ "type": "color"
13546
+ },
13547
+ "font-family": {
13548
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
13549
+ "type": "fontFamilies"
13550
+ },
13551
+ "font-weight": {
13552
+ "value": 700,
13553
+ "type": "fontWeights"
13554
+ },
13555
+ "line-height": {
13556
+ "value": "125%",
13557
+ "type": "lineHeights"
13558
+ },
13559
+ "font-size": {
13560
+ "value": "1.5rem",
13561
+ "type": "fontSizes"
13562
+ },
13563
+ "margin-block-end": {
13564
+ "value": 0,
13565
+ "type": "spacing"
13566
+ },
13567
+ "margin-block-start": {
13568
+ "value": 0,
13569
+ "type": "spacing"
13570
+ }
13571
+ },
13572
+ "heading-5": {
13573
+ "color": {
13574
+ "value": "#154273",
13575
+ "type": "color"
13576
+ },
13577
+ "font-family": {
13578
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
13579
+ "type": "fontFamilies"
13580
+ },
13581
+ "font-weight": {
13582
+ "value": 700,
13583
+ "type": "fontWeights"
13584
+ },
13585
+ "line-height": {
13586
+ "value": "125%",
13587
+ "type": "lineHeights"
13588
+ },
13589
+ "font-size": {
13590
+ "value": "1.25rem",
13591
+ "type": "fontSizes"
13592
+ },
13593
+ "margin-block-end": {
13594
+ "value": 0,
13595
+ "type": "spacing"
13596
+ },
13597
+ "margin-block-start": {
13598
+ "value": 0,
13599
+ "type": "spacing"
13600
+ }
13601
+ },
13602
+ "form-label": {
13603
+ "color": {
13604
+ "value": "#0F172A",
13605
+ "type": "color"
13606
+ },
13607
+ "font-size": {
13608
+ "value": "1.25rem",
13609
+ "type": "fontSizes"
13610
+ },
13611
+ "font-weight": {
13612
+ "value": 700,
13613
+ "type": "fontWeights"
13614
+ }
13615
+ },
13616
+ "form-field-label": {
13617
+ "color": {
13618
+ "value": "#0F172A",
13619
+ "type": "color"
13620
+ },
13621
+ "font-family": {
13622
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
13623
+ "type": "fontFamilies"
13624
+ },
13625
+ "font-size": {
13626
+ "value": "1.25rem",
13627
+ "type": "fontSizes"
13628
+ },
13629
+ "font-weight": {
13630
+ "value": 700,
13631
+ "type": "fontWeights"
13632
+ },
13633
+ "line-height": {
13634
+ "value": "150%",
13635
+ "type": "lineHeights"
13636
+ }
13637
+ },
13638
+ "form-field-error-message": {
13639
+ "icon": {
13640
+ "size": {
13641
+ "value": "24px",
13642
+ "type": "sizing"
13643
+ },
13644
+ "margin-inline-end": {
13645
+ "value": "0.5rem",
13646
+ "type": "spacing"
13647
+ }
13648
+ },
13649
+ "color": {
13650
+ "value": "#d52b1e",
13651
+ "type": "color"
13652
+ },
13653
+ "font-family": {
13654
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
13655
+ "type": "fontFamilies"
13656
+ },
13657
+ "font-size": {
13658
+ "value": "1.25rem",
13659
+ "type": "fontSizes"
13660
+ },
13661
+ "font-weight": {
13662
+ "value": 400,
13663
+ "type": "fontWeights"
13664
+ },
13665
+ "margin-block-end": {
12405
13666
  "value": "0.5rem",
12406
13667
  "type": "spacing"
12407
13668
  },
@@ -12613,6 +13874,60 @@
12613
13874
  }
12614
13875
  }
12615
13876
  },
13877
+ "number-badge": {
13878
+ "font-size": {
13879
+ "value": "1.25rem",
13880
+ "type": "fontSizes"
13881
+ },
13882
+ "line-height": {
13883
+ "value": "150%",
13884
+ "type": "lineHeights"
13885
+ },
13886
+ "min-block-size": {
13887
+ "value": "24px",
13888
+ "type": "sizing"
13889
+ },
13890
+ "min-inline-size": {
13891
+ "value": "24px",
13892
+ "type": "sizing"
13893
+ },
13894
+ "font-weight": {
13895
+ "value": 700,
13896
+ "type": "fontWeights"
13897
+ },
13898
+ "border-width": {
13899
+ "value": "0px",
13900
+ "type": "borderWidth"
13901
+ },
13902
+ "border-radius": {
13903
+ "value": "999px",
13904
+ "type": "borderRadius"
13905
+ },
13906
+ "font-family": {
13907
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
13908
+ "type": "fontFamilies"
13909
+ },
13910
+ "background-color": {
13911
+ "value": "#154273",
13912
+ "type": "color"
13913
+ },
13914
+ "border-color": {
13915
+ "value": "transparent",
13916
+ "type": "color"
13917
+ },
13918
+ "color": {
13919
+ "value": "#fff",
13920
+ "type": "color"
13921
+ },
13922
+ "padding-inline": {
13923
+ "value": "0.5rem",
13924
+ "type": "spacing"
13925
+ },
13926
+ "padding-block": {
13927
+ "value": "0.5rem",
13928
+ "type": "spacing"
13929
+ }
13930
+ },
12616
13931
  "checkbox": {
12617
13932
  "border-radius": {
12618
13933
  "value": 0,
@@ -15814,7 +17129,7 @@
15814
17129
  },
15815
17130
  "icon": {
15816
17131
  "color": {
15817
- "value": "#0F172A",
17132
+ "value": "#154273",
15818
17133
  "type": "color"
15819
17134
  },
15820
17135
  "size": {
@@ -15852,7 +17167,7 @@
15852
17167
  },
15853
17168
  "metadata": {
15854
17169
  "color": {
15855
- "value": "#0F172A",
17170
+ "value": "#334155",
15856
17171
  "type": "color"
15857
17172
  }
15858
17173
  },
@@ -15925,6 +17240,10 @@
15925
17240
  }
15926
17241
  },
15927
17242
  "heading": {
17243
+ "color": {
17244
+ "value": "#154273",
17245
+ "type": "color"
17246
+ },
15928
17247
  "padding-block-start": {
15929
17248
  "value": "0.5rem",
15930
17249
  "type": "spacing"
@@ -16585,22 +17904,131 @@
16585
17904
  }
16586
17905
  }
16587
17906
  },
16588
- "heading-level-1": {
17907
+ "link": {
16589
17908
  "color": {
16590
- "value": "#154273",
17909
+ "value": "#01689b",
16591
17910
  "type": "color"
16592
17911
  },
16593
- "font-family": {
16594
- "value": "Fira Sans, Arial, Verdana, sans-serif",
16595
- "type": "fontFamilies"
16596
- },
16597
- "font-weight": {
16598
- "value": 700,
16599
- "type": "fontWeights"
17912
+ "text-decoration-color": {
17913
+ "value": "#01689b",
17914
+ "type": "color"
16600
17915
  },
16601
- "line-height": {
16602
- "value": "125%",
16603
- "type": "lineHeights"
17916
+ "active": {
17917
+ "color": {
17918
+ "value": "#42145f",
17919
+ "type": "color"
17920
+ },
17921
+ "text-decoration": {
17922
+ "value": "None",
17923
+ "type": "textDecoration"
17924
+ }
17925
+ },
17926
+ "focus": {
17927
+ "background-color": {
17928
+ "value": "transparent",
17929
+ "type": "color"
17930
+ },
17931
+ "color": {
17932
+ "value": "#01689b",
17933
+ "type": "color"
17934
+ },
17935
+ "text-decoration": {
17936
+ "value": "None",
17937
+ "type": "textDecoration"
17938
+ },
17939
+ "text-decoration-thickness": {
17940
+ "value": "auto",
17941
+ "type": "other"
17942
+ }
17943
+ },
17944
+ "hover": {
17945
+ "color": {
17946
+ "$extensions": {
17947
+ "studio.tokens": {
17948
+ "modify": {
17949
+ "type": "darken",
17950
+ "value": "0.3",
17951
+ "space": "srgb"
17952
+ }
17953
+ }
17954
+ },
17955
+ "value": "#01496c",
17956
+ "type": "color"
17957
+ },
17958
+ "text-decoration": {
17959
+ "value": "None",
17960
+ "type": "textDecoration"
17961
+ },
17962
+ "text-decoration-thickness": {
17963
+ "value": "auto",
17964
+ "type": "other"
17965
+ }
17966
+ },
17967
+ "visited": {
17968
+ "color": {
17969
+ "value": "#42145f",
17970
+ "type": "color"
17971
+ }
17972
+ },
17973
+ "text-decoration": {
17974
+ "value": "underline",
17975
+ "type": "textDecoration"
17976
+ },
17977
+ "icon": {
17978
+ "inset-block-start": {
17979
+ "value": "0.25rem",
17980
+ "type": "spacing"
17981
+ },
17982
+ "size": {
17983
+ "value": "24px",
17984
+ "type": "sizing"
17985
+ }
17986
+ },
17987
+ "column-gap": {
17988
+ "value": "0.25rem",
17989
+ "type": "spacing"
17990
+ },
17991
+ "text-decoration-thickness": {
17992
+ "value": "auto",
17993
+ "type": "other"
17994
+ },
17995
+ "text-underline-offset": {
17996
+ "value": "0.125rem",
17997
+ "type": "other"
17998
+ },
17999
+ "font-family": {
18000
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
18001
+ "type": "fontFamilies"
18002
+ },
18003
+ "font-weight": {
18004
+ "value": 400,
18005
+ "type": "fontWeights"
18006
+ },
18007
+ "font-size": {
18008
+ "value": "1.25rem",
18009
+ "type": "fontSizes"
18010
+ },
18011
+ "line-height": {
18012
+ "value": "150%",
18013
+ "type": "lineHeights"
18014
+ }
18015
+ },
18016
+ "heading-level-1": {
18017
+ "color": {
18018
+ "value": "#154273",
18019
+ "type": "color"
18020
+ },
18021
+ "font-family": {
18022
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
18023
+ "type": "fontFamilies"
18024
+ },
18025
+ "font-weight": {
18026
+ "value": 700,
18027
+ "type": "fontWeights"
18028
+ },
18029
+ "line-height": {
18030
+ "value": "125%",
18031
+ "type": "lineHeights"
16604
18032
  },
16605
18033
  "font-size": {
16606
18034
  "value": "3.125rem",
@@ -17806,15 +19234,6 @@
17806
19234
  },
17807
19235
  "hover": {
17808
19236
  "color": {
17809
- "$extensions": {
17810
- "studio.tokens": {
17811
- "modify": {
17812
- "type": "darken",
17813
- "value": "0.3",
17814
- "space": "srgb"
17815
- }
17816
- }
17817
- },
17818
19237
  "value": "#01496c",
17819
19238
  "type": "color"
17820
19239
  },
@@ -18327,7 +19746,119 @@
18327
19746
  "background-color": {
18328
19747
  "value": "#FDD370",
18329
19748
  "type": "color"
19749
+ },
19750
+ "border-color": {
19751
+ "value": "#154273",
19752
+ "type": "color"
19753
+ },
19754
+ "border-style": {
19755
+ "value": "solid",
19756
+ "type": "borderStyle"
19757
+ },
19758
+ "border-width": {
19759
+ "value": "2px",
19760
+ "type": "borderWidth"
19761
+ },
19762
+ "color": {
19763
+ "value": "#0F172A",
19764
+ "type": "color"
19765
+ },
19766
+ "text-decoration": {
19767
+ "value": "None",
19768
+ "type": "textDecoration"
18330
19769
  }
19770
+ },
19771
+ "font-weight": {
19772
+ "value": 700,
19773
+ "type": "fontWeights"
19774
+ },
19775
+ "font-family": {
19776
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
19777
+ "type": "fontFamilies"
19778
+ },
19779
+ "font-size": {
19780
+ "value": "1.25rem",
19781
+ "type": "fontSizes"
19782
+ },
19783
+ "line-height": {
19784
+ "value": "150%",
19785
+ "type": "lineHeights"
19786
+ },
19787
+ "min-block-size": {
19788
+ "value": "48px",
19789
+ "type": "sizing"
19790
+ },
19791
+ "min-inline-size": {
19792
+ "value": "48px",
19793
+ "type": "sizing"
19794
+ },
19795
+ "padding-block-end": {
19796
+ "value": "0.75rem",
19797
+ "type": "spacing"
19798
+ },
19799
+ "padding-block-start": {
19800
+ "value": "0.75rem",
19801
+ "type": "spacing"
19802
+ },
19803
+ "padding-inline-end": {
19804
+ "value": "1rem",
19805
+ "type": "spacing"
19806
+ },
19807
+ "padding-inline-start": {
19808
+ "value": "1rem",
19809
+ "type": "spacing"
19810
+ },
19811
+ "focus-visible": {
19812
+ "outline-color": {
19813
+ "value": "#000",
19814
+ "type": "color"
19815
+ }
19816
+ },
19817
+ "background-color": {
19818
+ "value": "#154273",
19819
+ "type": "color"
19820
+ },
19821
+ "border-color": {
19822
+ "value": "transparent",
19823
+ "type": "color"
19824
+ },
19825
+ "color": {
19826
+ "value": "#fff",
19827
+ "type": "color"
19828
+ },
19829
+ "border-width": {
19830
+ "value": "2px",
19831
+ "type": "borderWidth"
19832
+ },
19833
+ "box-block-end-shadow": {
19834
+ "offset-x": {
19835
+ "value": 0,
19836
+ "type": "other"
19837
+ },
19838
+ "offset-y": {
19839
+ "value": "16px",
19840
+ "type": "other"
19841
+ },
19842
+ "blur-radius": {
19843
+ "value": "48px",
19844
+ "type": "other"
19845
+ },
19846
+ "spread-radius": {
19847
+ "value": 0,
19848
+ "type": "other"
19849
+ },
19850
+ "color": {
19851
+ "value": "#0000001a",
19852
+ "type": "color"
19853
+ }
19854
+ },
19855
+ "text-decoration": {
19856
+ "value": "underline",
19857
+ "type": "textDecoration"
19858
+ },
19859
+ "text-underline-offset": {
19860
+ "value": "0.125rem",
19861
+ "type": "other"
18331
19862
  }
18332
19863
  },
18333
19864
  "icon": {
@@ -18619,48 +20150,272 @@
18619
20150
  "value": "2px",
18620
20151
  "type": "sizing"
18621
20152
  },
18622
- "margin-block-end": {
18623
- "value": "0.75rem",
18624
- "type": "spacing"
20153
+ "margin-block-end": {
20154
+ "value": "0.75rem",
20155
+ "type": "spacing"
20156
+ },
20157
+ "margin-block-start": {
20158
+ "value": "0.75rem",
20159
+ "type": "spacing"
20160
+ }
20161
+ },
20162
+ "paragraph": {
20163
+ "color": {
20164
+ "value": "#0F172A",
20165
+ "type": "color"
20166
+ },
20167
+ "font-family": {
20168
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
20169
+ "type": "fontFamilies"
20170
+ },
20171
+ "font-size": {
20172
+ "value": "1.25rem",
20173
+ "type": "fontSizes"
20174
+ },
20175
+ "font-weight": {
20176
+ "value": 400,
20177
+ "type": "fontWeights"
20178
+ },
20179
+ "line-height": {
20180
+ "value": "150%",
20181
+ "type": "lineHeights"
20182
+ },
20183
+ "margin-block-end": {
20184
+ "value": 0,
20185
+ "type": "spacing"
20186
+ },
20187
+ "margin-block-start": {
20188
+ "value": 0,
20189
+ "type": "spacing"
20190
+ },
20191
+ "lead": {
20192
+ "color": {
20193
+ "value": "#0F172A",
20194
+ "type": "color"
20195
+ },
20196
+ "font-size": {
20197
+ "value": "1.5rem",
20198
+ "type": "fontSizes"
20199
+ },
20200
+ "font-weight": {
20201
+ "value": 400,
20202
+ "type": "fontWeights"
20203
+ },
20204
+ "line-height": {
20205
+ "value": "150%",
20206
+ "type": "lineHeights"
20207
+ }
20208
+ }
20209
+ },
20210
+ "ordered-list": {
20211
+ "padding-inline-start": {
20212
+ "value": "1.5rem",
20213
+ "type": "spacing"
20214
+ },
20215
+ "margin-block-end": {
20216
+ "value": "0.25rem",
20217
+ "type": "spacing"
20218
+ },
20219
+ "margin-block-start": {
20220
+ "value": "0.25rem",
20221
+ "type": "spacing"
20222
+ },
20223
+ "margin-inline-start": {
20224
+ "value": "0.625rem",
20225
+ "type": "spacing"
20226
+ },
20227
+ "item": {
20228
+ "padding-inline-start": {
20229
+ "value": 0,
20230
+ "type": "spacing"
20231
+ },
20232
+ "margin-block-end": {
20233
+ "value": "0.25rem",
20234
+ "type": "spacing"
20235
+ },
20236
+ "margin-block-start": {
20237
+ "value": "0.25rem",
20238
+ "type": "spacing"
20239
+ }
20240
+ },
20241
+ "color": {
20242
+ "value": "#0F172A",
20243
+ "type": "color"
20244
+ },
20245
+ "font-family": {
20246
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
20247
+ "type": "fontFamilies"
20248
+ },
20249
+ "font-weight": {
20250
+ "value": 400,
20251
+ "type": "fontWeights"
20252
+ },
20253
+ "font-size": {
20254
+ "value": "1.25rem",
20255
+ "type": "fontSizes"
20256
+ },
20257
+ "line-height": {
20258
+ "value": "150%",
20259
+ "type": "lineHeights"
20260
+ }
20261
+ },
20262
+ "link-list": {
20263
+ "margin-block-start": {
20264
+ "value": 0,
20265
+ "type": "spacing"
20266
+ },
20267
+ "row-gap": {
20268
+ "value": "0.5rem",
20269
+ "type": "spacing"
20270
+ },
20271
+ "margin-block-end": {
20272
+ "value": 0,
20273
+ "type": "spacing"
20274
+ },
20275
+ "item": {
20276
+ "column-gap": {
20277
+ "value": "0.5rem",
20278
+ "type": "spacing"
20279
+ },
20280
+ "text-decoration": {
20281
+ "value": "None",
20282
+ "type": "textDecoration"
20283
+ }
20284
+ },
20285
+ "icon": {
20286
+ "size": {
20287
+ "value": "24px",
20288
+ "type": "sizing"
20289
+ },
20290
+ "inset-block-start": {
20291
+ "value": "0.188rem",
20292
+ "type": "spacing"
20293
+ }
20294
+ }
20295
+ },
20296
+ "heading-1": {
20297
+ "color": {
20298
+ "value": "#154273",
20299
+ "type": "color"
20300
+ },
20301
+ "font-family": {
20302
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
20303
+ "type": "fontFamilies"
20304
+ },
20305
+ "font-weight": {
20306
+ "value": 700,
20307
+ "type": "fontWeights"
20308
+ },
20309
+ "line-height": {
20310
+ "value": "125%",
20311
+ "type": "lineHeights"
20312
+ },
20313
+ "font-size": {
20314
+ "value": "3.125rem",
20315
+ "type": "fontSizes"
20316
+ },
20317
+ "margin-block-end": {
20318
+ "value": 0,
20319
+ "type": "spacing"
20320
+ },
20321
+ "margin-block-start": {
20322
+ "value": 0,
20323
+ "type": "spacing"
20324
+ }
20325
+ },
20326
+ "heading-2": {
20327
+ "color": {
20328
+ "value": "#154273",
20329
+ "type": "color"
20330
+ },
20331
+ "font-family": {
20332
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
20333
+ "type": "fontFamilies"
20334
+ },
20335
+ "font-weight": {
20336
+ "value": 700,
20337
+ "type": "fontWeights"
20338
+ },
20339
+ "line-height": {
20340
+ "value": "125%",
20341
+ "type": "lineHeights"
20342
+ },
20343
+ "font-size": {
20344
+ "value": "2.5rem",
20345
+ "type": "fontSizes"
20346
+ },
20347
+ "margin-block-end": {
20348
+ "value": 0,
20349
+ "type": "spacing"
20350
+ },
20351
+ "margin-block-start": {
20352
+ "value": 0,
20353
+ "type": "spacing"
20354
+ }
20355
+ },
20356
+ "heading-3": {
20357
+ "color": {
20358
+ "value": "#154273",
20359
+ "type": "color"
20360
+ },
20361
+ "font-family": {
20362
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
20363
+ "type": "fontFamilies"
20364
+ },
20365
+ "font-weight": {
20366
+ "value": 700,
20367
+ "type": "fontWeights"
20368
+ },
20369
+ "line-height": {
20370
+ "value": "125%",
20371
+ "type": "lineHeights"
20372
+ },
20373
+ "font-size": {
20374
+ "value": "1.875rem",
20375
+ "type": "fontSizes"
20376
+ },
20377
+ "margin-block-end": {
20378
+ "value": 0,
20379
+ "type": "spacing"
20380
+ },
20381
+ "margin-block-start": {
20382
+ "value": 0,
20383
+ "type": "spacing"
20384
+ }
20385
+ },
20386
+ "heading-4": {
20387
+ "color": {
20388
+ "value": "#154273",
20389
+ "type": "color"
20390
+ },
20391
+ "font-family": {
20392
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
20393
+ "type": "fontFamilies"
20394
+ },
20395
+ "font-weight": {
20396
+ "value": 700,
20397
+ "type": "fontWeights"
20398
+ },
20399
+ "line-height": {
20400
+ "value": "125%",
20401
+ "type": "lineHeights"
18625
20402
  },
18626
- "margin-block-start": {
18627
- "value": "0.75rem",
18628
- "type": "spacing"
18629
- }
18630
- },
18631
- "ordered-list": {
18632
- "padding-inline-start": {
20403
+ "font-size": {
18633
20404
  "value": "1.5rem",
18634
- "type": "spacing"
20405
+ "type": "fontSizes"
18635
20406
  },
18636
20407
  "margin-block-end": {
18637
- "value": "0.25rem",
20408
+ "value": 0,
18638
20409
  "type": "spacing"
18639
20410
  },
18640
20411
  "margin-block-start": {
18641
- "value": "0.25rem",
18642
- "type": "spacing"
18643
- },
18644
- "margin-inline-start": {
18645
- "value": "0.625rem",
20412
+ "value": 0,
18646
20413
  "type": "spacing"
18647
- },
18648
- "item": {
18649
- "padding-inline-start": {
18650
- "value": 0,
18651
- "type": "spacing"
18652
- },
18653
- "margin-block-end": {
18654
- "value": "0.25rem",
18655
- "type": "spacing"
18656
- },
18657
- "margin-block-start": {
18658
- "value": "0.25rem",
18659
- "type": "spacing"
18660
- }
18661
- },
20414
+ }
20415
+ },
20416
+ "heading-5": {
18662
20417
  "color": {
18663
- "value": "#0F172A",
20418
+ "value": "#154273",
18664
20419
  "type": "color"
18665
20420
  },
18666
20421
  "font-family": {
@@ -18668,50 +20423,24 @@
18668
20423
  "type": "fontFamilies"
18669
20424
  },
18670
20425
  "font-weight": {
18671
- "value": 400,
20426
+ "value": 700,
18672
20427
  "type": "fontWeights"
18673
20428
  },
20429
+ "line-height": {
20430
+ "value": "125%",
20431
+ "type": "lineHeights"
20432
+ },
18674
20433
  "font-size": {
18675
20434
  "value": "1.25rem",
18676
20435
  "type": "fontSizes"
18677
20436
  },
18678
- "line-height": {
18679
- "value": "150%",
18680
- "type": "lineHeights"
18681
- }
18682
- },
18683
- "link-list": {
18684
- "margin-block-start": {
20437
+ "margin-block-end": {
18685
20438
  "value": 0,
18686
20439
  "type": "spacing"
18687
20440
  },
18688
- "row-gap": {
18689
- "value": "0.5rem",
18690
- "type": "spacing"
18691
- },
18692
- "margin-block-end": {
20441
+ "margin-block-start": {
18693
20442
  "value": 0,
18694
20443
  "type": "spacing"
18695
- },
18696
- "item": {
18697
- "column-gap": {
18698
- "value": "0.5rem",
18699
- "type": "spacing"
18700
- },
18701
- "text-decoration": {
18702
- "value": "None",
18703
- "type": "textDecoration"
18704
- }
18705
- },
18706
- "icon": {
18707
- "size": {
18708
- "value": "24px",
18709
- "type": "sizing"
18710
- },
18711
- "inset-block-start": {
18712
- "value": "0.188rem",
18713
- "type": "spacing"
18714
- }
18715
20444
  }
18716
20445
  },
18717
20446
  "form-label": {
@@ -18989,6 +20718,60 @@
18989
20718
  }
18990
20719
  }
18991
20720
  },
20721
+ "number-badge": {
20722
+ "font-size": {
20723
+ "value": "1.25rem",
20724
+ "type": "fontSizes"
20725
+ },
20726
+ "line-height": {
20727
+ "value": "150%",
20728
+ "type": "lineHeights"
20729
+ },
20730
+ "min-block-size": {
20731
+ "value": "24px",
20732
+ "type": "sizing"
20733
+ },
20734
+ "min-inline-size": {
20735
+ "value": "24px",
20736
+ "type": "sizing"
20737
+ },
20738
+ "font-weight": {
20739
+ "value": 700,
20740
+ "type": "fontWeights"
20741
+ },
20742
+ "border-width": {
20743
+ "value": "0px",
20744
+ "type": "borderWidth"
20745
+ },
20746
+ "border-radius": {
20747
+ "value": "999px",
20748
+ "type": "borderRadius"
20749
+ },
20750
+ "font-family": {
20751
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
20752
+ "type": "fontFamilies"
20753
+ },
20754
+ "background-color": {
20755
+ "value": "#154273",
20756
+ "type": "color"
20757
+ },
20758
+ "border-color": {
20759
+ "value": "transparent",
20760
+ "type": "color"
20761
+ },
20762
+ "color": {
20763
+ "value": "#fff",
20764
+ "type": "color"
20765
+ },
20766
+ "padding-inline": {
20767
+ "value": "0.5rem",
20768
+ "type": "spacing"
20769
+ },
20770
+ "padding-block": {
20771
+ "value": "0.5rem",
20772
+ "type": "spacing"
20773
+ }
20774
+ },
18992
20775
  "button-group": {
18993
20776
  "background-color": {
18994
20777
  "value": "transparent",
@@ -21402,7 +23185,7 @@
21402
23185
  },
21403
23186
  "icon": {
21404
23187
  "color": {
21405
- "value": "#0F172A",
23188
+ "value": "#154273",
21406
23189
  "type": "color"
21407
23190
  },
21408
23191
  "size": {
@@ -21440,7 +23223,7 @@
21440
23223
  },
21441
23224
  "metadata": {
21442
23225
  "color": {
21443
- "value": "#0F172A",
23226
+ "value": "#334155",
21444
23227
  "type": "color"
21445
23228
  }
21446
23229
  },
@@ -21513,6 +23296,10 @@
21513
23296
  }
21514
23297
  },
21515
23298
  "heading": {
23299
+ "color": {
23300
+ "value": "#154273",
23301
+ "type": "color"
23302
+ },
21516
23303
  "padding-block-start": {
21517
23304
  "value": "0.5rem",
21518
23305
  "type": "spacing"
@@ -22239,6 +24026,115 @@
22239
24026
  }
22240
24027
  }
22241
24028
  },
24029
+ "link": {
24030
+ "color": {
24031
+ "value": "#01689b",
24032
+ "type": "color"
24033
+ },
24034
+ "text-decoration-color": {
24035
+ "value": "#01689b",
24036
+ "type": "color"
24037
+ },
24038
+ "active": {
24039
+ "color": {
24040
+ "value": "#42145f",
24041
+ "type": "color"
24042
+ },
24043
+ "text-decoration": {
24044
+ "value": "None",
24045
+ "type": "textDecoration"
24046
+ }
24047
+ },
24048
+ "focus": {
24049
+ "background-color": {
24050
+ "value": "transparent",
24051
+ "type": "color"
24052
+ },
24053
+ "color": {
24054
+ "value": "#01689b",
24055
+ "type": "color"
24056
+ },
24057
+ "text-decoration": {
24058
+ "value": "None",
24059
+ "type": "textDecoration"
24060
+ },
24061
+ "text-decoration-thickness": {
24062
+ "value": "auto",
24063
+ "type": "other"
24064
+ }
24065
+ },
24066
+ "hover": {
24067
+ "color": {
24068
+ "$extensions": {
24069
+ "studio.tokens": {
24070
+ "modify": {
24071
+ "type": "darken",
24072
+ "value": "0.3",
24073
+ "space": "srgb"
24074
+ }
24075
+ }
24076
+ },
24077
+ "value": "#01496c",
24078
+ "type": "color"
24079
+ },
24080
+ "text-decoration": {
24081
+ "value": "None",
24082
+ "type": "textDecoration"
24083
+ },
24084
+ "text-decoration-thickness": {
24085
+ "value": "auto",
24086
+ "type": "other"
24087
+ }
24088
+ },
24089
+ "visited": {
24090
+ "color": {
24091
+ "value": "#42145f",
24092
+ "type": "color"
24093
+ }
24094
+ },
24095
+ "text-decoration": {
24096
+ "value": "underline",
24097
+ "type": "textDecoration"
24098
+ },
24099
+ "icon": {
24100
+ "inset-block-start": {
24101
+ "value": "0.25rem",
24102
+ "type": "spacing"
24103
+ },
24104
+ "size": {
24105
+ "value": "24px",
24106
+ "type": "sizing"
24107
+ }
24108
+ },
24109
+ "column-gap": {
24110
+ "value": "0.25rem",
24111
+ "type": "spacing"
24112
+ },
24113
+ "text-decoration-thickness": {
24114
+ "value": "auto",
24115
+ "type": "other"
24116
+ },
24117
+ "text-underline-offset": {
24118
+ "value": "0.125rem",
24119
+ "type": "other"
24120
+ },
24121
+ "font-family": {
24122
+ "value": "Fira Sans, Arial, Verdana, sans-serif",
24123
+ "type": "fontFamilies"
24124
+ },
24125
+ "font-weight": {
24126
+ "value": 400,
24127
+ "type": "fontWeights"
24128
+ },
24129
+ "font-size": {
24130
+ "value": "1.25rem",
24131
+ "type": "fontSizes"
24132
+ },
24133
+ "line-height": {
24134
+ "value": "150%",
24135
+ "type": "lineHeights"
24136
+ }
24137
+ },
22242
24138
  "heading-level-1": {
22243
24139
  "color": {
22244
24140
  "value": "#154273",