@rijkshuisstijl-community/design-tokens 1.0.0-alpha.14 → 1.0.0-alpha.140

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 (88) hide show
  1. package/LICENSE.md +7 -282
  2. package/README.md +21 -3
  3. package/build.mjs +129 -0
  4. package/dist/_variables.scss +1190 -300
  5. package/dist/index.css +1190 -300
  6. package/dist/index.d.ts +1168 -280
  7. package/dist/index.js +1190 -300
  8. package/dist/index.json +1189 -299
  9. package/dist/index.tokens.json +1754 -594
  10. package/dist/root.css +1190 -300
  11. package/dist/tokens.d.ts +1698 -537
  12. package/dist/tokens.js +26487 -5034
  13. package/dist/uitvoerend-mintgroen-focus/_variables.scss +1198 -0
  14. package/dist/uitvoerend-mintgroen-focus/index.css +1201 -0
  15. package/dist/uitvoerend-mintgroen-focus/index.d.ts +1199 -0
  16. package/dist/uitvoerend-mintgroen-focus/index.js +1199 -0
  17. package/dist/uitvoerend-mintgroen-focus/index.json +1196 -0
  18. package/dist/uitvoerend-mintgroen-focus/index.tokens.json +1884 -0
  19. package/dist/uitvoerend-mintgroen-focus/root.css +1201 -0
  20. package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +1907 -0
  21. package/dist/uitvoerend-mintgroen-focus/tokens.js +28101 -0
  22. package/dist/uitvoerend-violet/_variables.scss +1191 -0
  23. package/dist/uitvoerend-violet/index.css +1194 -0
  24. package/dist/uitvoerend-violet/index.d.ts +1192 -0
  25. package/dist/uitvoerend-violet/index.js +1192 -0
  26. package/dist/uitvoerend-violet/index.json +1189 -0
  27. package/dist/uitvoerend-violet/index.tokens.json +1841 -0
  28. package/dist/uitvoerend-violet/root.css +1194 -0
  29. package/dist/uitvoerend-violet/tokens.d.ts +1864 -0
  30. package/dist/uitvoerend-violet/tokens.js +27900 -0
  31. package/dist/uitvoerend-violet-oud/_variables.scss +1191 -0
  32. package/dist/uitvoerend-violet-oud/index.css +1194 -0
  33. package/dist/uitvoerend-violet-oud/index.d.ts +1192 -0
  34. package/dist/uitvoerend-violet-oud/index.js +1192 -0
  35. package/dist/uitvoerend-violet-oud/index.json +1189 -0
  36. package/dist/uitvoerend-violet-oud/index.tokens.json +1841 -0
  37. package/dist/uitvoerend-violet-oud/root.css +1194 -0
  38. package/dist/uitvoerend-violet-oud/tokens.d.ts +1864 -0
  39. package/dist/uitvoerend-violet-oud/tokens.js +27900 -0
  40. package/dist/wetgevend/_variables.scss +1191 -0
  41. package/dist/wetgevend/index.css +1194 -0
  42. package/dist/wetgevend/index.d.ts +1192 -0
  43. package/dist/wetgevend/index.js +1192 -0
  44. package/dist/wetgevend/index.json +1189 -0
  45. package/dist/wetgevend/index.tokens.json +1841 -0
  46. package/dist/wetgevend/root.css +1194 -0
  47. package/dist/wetgevend/tokens.d.ts +1864 -0
  48. package/dist/wetgevend/tokens.js +27900 -0
  49. package/figma/figma.tokens.json +7651 -0
  50. package/package.json +15 -13
  51. package/src/common/utrecht/focus.tokens.json +2 -2
  52. package/src/generated/base.tokens.json +5586 -0
  53. package/src/generated/themes.json +22338 -0
  54. package/src/generated/uitvoerend-mintgroen-focus/tokens.json +5628 -0
  55. package/src/generated/uitvoerend-violet/tokens.json +5564 -0
  56. package/src/generated/uitvoerend-violet-oud/tokens.json +5564 -0
  57. package/src/generated/wetgevend/tokens.json +5564 -0
  58. package/token-transformer.mjs +85 -0
  59. package/dist/variables.less +0 -306
  60. package/src/brand/rhc/color.tokens.json +0 -103
  61. package/src/brand/rhc/font.tokens.json +0 -34
  62. package/src/components/basiselementen/document.tokens.json +0 -15
  63. package/src/components/rvo/button.tokens.json +0 -33
  64. package/src/components/rvo/checkbox.tokens.json +0 -32
  65. package/src/components/rvo/custom-radio-button.tokens.json +0 -24
  66. package/src/components/rvo/heading.tokens.json +0 -24
  67. package/src/components/rvo/logo.tokens.json +0 -13
  68. package/src/components/rvo/select.tokens.json +0 -15
  69. package/src/components/utrecht/breadcrumbs.tokens.json +0 -66
  70. package/src/components/utrecht/button.tokens.json +0 -120
  71. package/src/components/utrecht/custom-radio-button.tokens.json +0 -53
  72. package/src/components/utrecht/data-list.tokens.json +0 -91
  73. package/src/components/utrecht/document.tokens.json +0 -12
  74. package/src/components/utrecht/form-field.tokens.json +0 -21
  75. package/src/components/utrecht/form-fieldset.tokens.json +0 -27
  76. package/src/components/utrecht/form-input.tokens.json +0 -42
  77. package/src/components/utrecht/form-label.tokens.json +0 -23
  78. package/src/components/utrecht/heading-1.tokens.json +0 -13
  79. package/src/components/utrecht/heading-2.tokens.json +0 -13
  80. package/src/components/utrecht/heading-3.tokens.json +0 -13
  81. package/src/components/utrecht/heading-4.tokens.json +0 -13
  82. package/src/components/utrecht/heading-5.tokens.json +0 -13
  83. package/src/components/utrecht/heading-6.tokens.json +0 -13
  84. package/src/components/utrecht/link.tokens.json +0 -44
  85. package/src/components/utrecht/ordered-list.tokens.json +0 -19
  86. package/src/components/utrecht/paragraph.tokens.json +0 -23
  87. package/src/components/utrecht/unordered-list.tokens.json +0 -31
  88. package/style-dictionary.config.json +0 -101
@@ -0,0 +1,1841 @@
1
+ {
2
+ "rhc": {
3
+ "sub-nav-bar": {
4
+ "background-color": "#f2f4f6",
5
+ "column-gap": "0.5rem",
6
+ "column-width": "375px",
7
+ "padding-block-end": "2rem",
8
+ "padding-block-start": "2rem",
9
+ "inline-size": "100%",
10
+ "content": {
11
+ "padding-inline-end": "1rem",
12
+ "padding-inline-start": "1rem",
13
+ "max-inline-size": "1280px",
14
+ "list": {
15
+ "row-gap": "0.5rem"
16
+ }
17
+ }
18
+ },
19
+ "toggletip": {
20
+ "color": "#fff",
21
+ "background-color": "#007bc7",
22
+ "border-color": "transparent",
23
+ "border-radius": "5px",
24
+ "border-width": "1px",
25
+ "icon": {
26
+ "size": "24px"
27
+ },
28
+ "size": "24px",
29
+ "active": {
30
+ "color": "#007bc7",
31
+ "background-color": "#fff",
32
+ "border-color": "#007bc7"
33
+ },
34
+ "hover": {
35
+ "color": "#154273",
36
+ "background-color": "#66AFDD"
37
+ },
38
+ "focus": {
39
+ "color": "#fff",
40
+ "background-color": "#007bc7"
41
+ }
42
+ },
43
+ "sidenav": {
44
+ "display": "flex",
45
+ "link": {
46
+ "line-height": "150%",
47
+ "icon": {
48
+ "size": "24px",
49
+ "margin-inline": "0.5rem"
50
+ },
51
+ "font-size": "1.25rem",
52
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
53
+ "font-weight": 400,
54
+ "current": {
55
+ "font-weight": 700,
56
+ "color": "#154273"
57
+ },
58
+ "color": "#01689b",
59
+ "active": {
60
+ "color": "#42145f",
61
+ "text-decoration": "underline"
62
+ },
63
+ "focus": {
64
+ "border-radius": "5px",
65
+ "border-width": "2px",
66
+ "border-style": "solid",
67
+ "border-color": "#154273",
68
+ "background-color": "none",
69
+ "color": "#01689b",
70
+ "text-decoration": "None"
71
+ },
72
+ "hover": {
73
+ "color": "#15496a",
74
+ "text-decoration": "underline"
75
+ },
76
+ "padding-block-start": "0.75rem",
77
+ "padding-block-end": "0.75rem",
78
+ "text-decoration": "None",
79
+ "column-gap": "0.5rem"
80
+ }
81
+ },
82
+ "radio-group": {
83
+ "padding-block-end": "0.5rem",
84
+ "padding-block-start": "0.5rem",
85
+ "row-gap": "1rem"
86
+ },
87
+ "navigation-list": {
88
+ "icon": {
89
+ "background-color": "#154273",
90
+ "border-radius": "999px",
91
+ "color": "#fff"
92
+ },
93
+ "item": {
94
+ "icon": {
95
+ "padding-inline": "0.5rem",
96
+ "padding-block": "0.5rem",
97
+ "size": "24px"
98
+ },
99
+ "content": {
100
+ "column-gap": "0.5rem",
101
+ "row-gap": "0.25rem"
102
+ },
103
+ "label": {
104
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
105
+ "font-size": "1.875rem",
106
+ "font-weight": 700,
107
+ "line-height": "150%"
108
+ },
109
+ "active": {
110
+ "background-color": "#F1F5F9"
111
+ },
112
+ "hover": {
113
+ "background-color": "#F8FAFC"
114
+ },
115
+ "focus": {
116
+ "background-color": "#dce3ea"
117
+ },
118
+ "background-color": "#fff",
119
+ "color": "#334155",
120
+ "border-width": "1px",
121
+ "border-color": "#CBD5E1",
122
+ "heading": {
123
+ "color": "#154273"
124
+ },
125
+ "column-gap": "1rem",
126
+ "min-height": "48px",
127
+ "padding-block": "0.75rem",
128
+ "padding-inline": "1rem"
129
+ }
130
+ },
131
+ "nav-bar": {
132
+ "border-block-end-width": "1px",
133
+ "max-inline-size": "1280px",
134
+ "padding-inline": "1rem",
135
+ "container": {
136
+ "inline-size": "100%"
137
+ },
138
+ "content": {
139
+ "column-gap": "1rem"
140
+ },
141
+ "icon": {
142
+ "color": "#154273",
143
+ "active": {
144
+ "color": "#fff"
145
+ },
146
+ "size": "24px"
147
+ },
148
+ "link": {
149
+ "active": {
150
+ "background-color": "#154273",
151
+ "color": "#fff"
152
+ },
153
+ "background-color": "#fff",
154
+ "color": "#154273",
155
+ "focus": {
156
+ "background-color": "#dce3ea",
157
+ "color": "#154273"
158
+ },
159
+ "hover": {
160
+ "background-color": "#F8FAFC",
161
+ "color": "#154273"
162
+ },
163
+ "padding-block-end": "1rem",
164
+ "padding-block-start": "1rem",
165
+ "padding-inline-end": "0.75rem",
166
+ "padding-inline-start": "0.75rem",
167
+ "column-gap": "0.5rem"
168
+ },
169
+ "heading": {
170
+ "font-weight": 700
171
+ },
172
+ "background-color": "#fff",
173
+ "color": "#154273",
174
+ "border-color": "#64748B"
175
+ },
176
+ "message-list": {
177
+ "item": {
178
+ "background-color": "#fff",
179
+ "border-color": "#CBD5E1",
180
+ "border-width": "1px",
181
+ "color": "#334155",
182
+ "column-gap": "1rem",
183
+ "icon": {
184
+ "size": "24px",
185
+ "color": "#154273"
186
+ },
187
+ "min-height": "48px",
188
+ "padding-block": "0.75rem",
189
+ "padding-inline": "1rem",
190
+ "content": {
191
+ "column-gap": "0.5rem",
192
+ "row-gap": "0.5rem"
193
+ },
194
+ "label": {
195
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
196
+ "font-size": "1.25rem",
197
+ "font-weight": 700,
198
+ "line-height": "150%"
199
+ },
200
+ "heading": {
201
+ "color": "#154273"
202
+ }
203
+ }
204
+ },
205
+ "logo": {
206
+ "image": {
207
+ "background-color": "#fff",
208
+ "inline-size": "48px",
209
+ "block-size": "96px",
210
+ "color": "#154273"
211
+ },
212
+ "title": {
213
+ "font-weight": 600,
214
+ "line-height": "1.063rem",
215
+ "font-size": "0.913rem",
216
+ "padding-block-start": "3.125rem"
217
+ },
218
+ "subtitle": {
219
+ "font-weight": 400,
220
+ "line-height": "1rem",
221
+ "font-size": "0.775rem"
222
+ },
223
+ "column-gap": "12px",
224
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
225
+ "color": "#154273"
226
+ },
227
+ "link-list-card": {
228
+ "background-color": "#fff",
229
+ "padding-block-start": "1.5rem",
230
+ "padding-block-end": "1.5rem",
231
+ "row-gap": "1rem",
232
+ "padding-inline-start": "1.5rem",
233
+ "padding-inline-end": "1.5rem"
234
+ },
235
+ "link-list": {
236
+ "text-decoration": "None"
237
+ },
238
+ "icon-only-button": {
239
+ "padding-block-end": "0.75rem",
240
+ "padding-block-start": "0.75rem",
241
+ "padding-inline-end": "0.75rem",
242
+ "padding-inline-start": "0.75rem"
243
+ },
244
+ "hero": {
245
+ "heading": {
246
+ "font-weight": 700,
247
+ "line-height": "125%",
248
+ "font-size": "1.875rem",
249
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif"
250
+ },
251
+ "sub-heading": {
252
+ "font-weight": 400,
253
+ "line-height": "150%",
254
+ "font-size": "1.25rem",
255
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif"
256
+ },
257
+ "message": {
258
+ "background-color": "#154273",
259
+ "color": "#fff",
260
+ "row-gap": "0.125rem",
261
+ "padding-block-end": "1rem",
262
+ "padding-inline-end": "1rem",
263
+ "padding-inline-start": "1rem",
264
+ "padding-block-start": "1rem",
265
+ "border-radius": "20px",
266
+ "inline-size": "90%"
267
+ },
268
+ "border-radius": "40px",
269
+ "inline-size": "100%"
270
+ },
271
+ "form-field-radio-option": {
272
+ "column-gap": "0.5rem",
273
+ "font-weight": 400,
274
+ "row-gap": "0.5rem",
275
+ "label": {
276
+ "margin-block-end": 0
277
+ },
278
+ "input": {
279
+ "margin": {
280
+ "block-start": "0.25rem"
281
+ }
282
+ }
283
+ },
284
+ "form-field-checkbox-option": {
285
+ "column-gap": "0.5rem",
286
+ "margin-block-end": 0
287
+ },
288
+ "page-footer": {
289
+ "column-gap": "1.5rem",
290
+ "column-width": "200px",
291
+ "column": {
292
+ "title": {
293
+ "margin-block-end": "0.75rem"
294
+ }
295
+ },
296
+ "content": {
297
+ "max-inline-size": "1280px",
298
+ "padding-inline-start": "1rem",
299
+ "padding-inline-end": "1rem"
300
+ },
301
+ "border": {
302
+ "block-start": {
303
+ "width": "2px",
304
+ "color": "#154273",
305
+ "style": "solid"
306
+ }
307
+ },
308
+ "padding": {
309
+ "block-start": "2.5rem",
310
+ "block-end": "2.5rem",
311
+ "inline-start": "2.5rem"
312
+ },
313
+ "flex": {
314
+ "direction": "row"
315
+ }
316
+ },
317
+ "file-input": {
318
+ "column-gap": "0.75rem",
319
+ "row-gap": "0.75rem",
320
+ "feedback": {
321
+ "color": "#475569",
322
+ "font-size": "1rem"
323
+ }
324
+ },
325
+ "file": {
326
+ "border-style": "solid",
327
+ "border-color": "#154273",
328
+ "border-width": "1px",
329
+ "border-radius": "5px",
330
+ "padding-inline-start": "1rem",
331
+ "padding-inline-end": "1rem",
332
+ "padding-block-start": "0.75rem",
333
+ "padding-block-end": "0.75rem",
334
+ "column-gap": "0.25rem",
335
+ "error": {
336
+ "border-color": "#d52b1e"
337
+ },
338
+ "subtitle": {
339
+ "color": "#64748B"
340
+ }
341
+ },
342
+ "dot-badge": {
343
+ "border-radius": "999px",
344
+ "color": "#d52b1e",
345
+ "size": "12px"
346
+ },
347
+ "code-input": {
348
+ "size": "48px"
349
+ },
350
+ "code-input-group": {
351
+ "column-gap": "0.5rem"
352
+ },
353
+ "checkbox-group": {
354
+ "padding-block-end": "0.5rem",
355
+ "padding-block-start": "0.5rem",
356
+ "row-gap": "1rem"
357
+ },
358
+ "card-as-link": {
359
+ "background-color": "#fff",
360
+ "border-color": "#CBD5E1",
361
+ "border-radius": "5px",
362
+ "border-width": "1px",
363
+ "color": "#154273",
364
+ "column-gap": "1rem",
365
+ "inline-size": "328px",
366
+ "icon": {
367
+ "color": "#154273",
368
+ "size": "24px"
369
+ },
370
+ "link": {
371
+ "color": "#01689b",
372
+ "text-decoration": "underline",
373
+ "active": {
374
+ "text-decoration": "none"
375
+ },
376
+ "hover": {
377
+ "text-decoration": "none"
378
+ },
379
+ "focus": {
380
+ "text-decoration": "none"
381
+ }
382
+ },
383
+ "metadata": {
384
+ "color": "#154273"
385
+ },
386
+ "padding-block-end": "1rem",
387
+ "padding-block-start": "1rem",
388
+ "padding-inline-end": "1rem",
389
+ "padding-inline-start": "1rem",
390
+ "row-gap": "0.75rem",
391
+ "active": {
392
+ "background-color": "#F1F5F9",
393
+ "text-decoration": "underline"
394
+ },
395
+ "hover": {
396
+ "background-color": "#F8FAFC",
397
+ "text-decoration": "underline"
398
+ },
399
+ "focus": {
400
+ "background-color": "#dce3ea",
401
+ "text-decoration": "underline"
402
+ },
403
+ "full-bleed": {
404
+ "background-color": "#000",
405
+ "border-color": "transparent",
406
+ "color": "#fff",
407
+ "opacity": 0.5
408
+ },
409
+ "heading": {
410
+ "padding-block-start": "0.5rem",
411
+ "font-size": "1.5rem",
412
+ "font-weight": 700
413
+ },
414
+ "horizontal": {
415
+ "background-color": "#154273",
416
+ "border-color": "transparent",
417
+ "color": "#fff",
418
+ "max-block-size": "96px",
419
+ "padding-block-end": 0,
420
+ "padding-block-start": 0,
421
+ "padding-inline-end": "1rem",
422
+ "padding-inline-start": "1rem",
423
+ "heading": {
424
+ "inline-size": "200px"
425
+ }
426
+ }
427
+ },
428
+ "accordion": {
429
+ "button": {
430
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
431
+ "font-size": "1.25rem",
432
+ "font-weight": 400,
433
+ "line-height": "150%",
434
+ "icon": {
435
+ "margin-block": "0.25rem"
436
+ },
437
+ "padding-block-end": "0.75rem",
438
+ "padding-block-start": "0.75rem",
439
+ "padding-inline-end": "1rem",
440
+ "padding-inline-start": "1rem",
441
+ "expanded": {
442
+ "background-color": "#fff",
443
+ "color": "#154273"
444
+ }
445
+ },
446
+ "section": {
447
+ "border-block-end-width": "1px",
448
+ "border-width": 0,
449
+ "border-color": "#94A3B8"
450
+ },
451
+ "header": {
452
+ "margin": 0
453
+ },
454
+ "border-radius": "0px",
455
+ "color": "#154273"
456
+ },
457
+ "keep": {
458
+ "top-left": {
459
+ "borderRadiusTopLeft": "48px",
460
+ "borderRadiusTopRight": 0,
461
+ "borderRadiusBottomRight": 0,
462
+ "borderRadiusBottomLeft": 0
463
+ },
464
+ "top-right": {
465
+ "borderRadiusTopRight": "48px",
466
+ "borderRadiusTopLeft": 0,
467
+ "borderRadiusBottomRight": 0,
468
+ "borderRadiusBottomLeft": 0
469
+ },
470
+ "bottom-right": {
471
+ "borderRadiusTopLeft": 0,
472
+ "borderRadiusTopRight": 0,
473
+ "borderRadiusBottomRight": "48px",
474
+ "borderRadiusBottomLeft": 0
475
+ },
476
+ "bottom-left": {
477
+ "borderRadiusTopLeft": 0,
478
+ "borderRadiusTopRight": 0,
479
+ "borderRadiusBottomRight": 0,
480
+ "borderRadiusBottomLeft": "48px"
481
+ }
482
+ },
483
+ "border-radius": {
484
+ "sm": "2.5px",
485
+ "md": "5px",
486
+ "keep": "48px",
487
+ "circle": "999px",
488
+ "none": "0px"
489
+ },
490
+ "color": {
491
+ "focus": {
492
+ "outline": "#000"
493
+ },
494
+ "foreground": {
495
+ "default": "#000",
496
+ "lint": "#154273",
497
+ "subdued": "#334155",
498
+ "onEmphasis": "#fff",
499
+ "link": "#01689b"
500
+ },
501
+ "border": {
502
+ "default": "#64748B",
503
+ "subdued": "#94A3B8",
504
+ "strong": "#000"
505
+ },
506
+ "canvas": "#fff",
507
+ "feedback": {
508
+ "success": {
509
+ "default": "#39870c",
510
+ "subdued": "#e1eddb"
511
+ },
512
+ "info": {
513
+ "default": "#007bc7",
514
+ "subdued": "#d9ebf7"
515
+ },
516
+ "error": {
517
+ "default": "#d52b1e",
518
+ "subdued": "#f9dfdd"
519
+ },
520
+ "warning": {
521
+ "default": "#ffb612",
522
+ "subdued": "#fff4db"
523
+ }
524
+ },
525
+ "accent": {
526
+ "500": "#8fcae7"
527
+ },
528
+ "primary": {
529
+ "50": "#dce3ea",
530
+ "100": "#b8c6d5",
531
+ "200": "#95a9c0",
532
+ "300": "#738eab",
533
+ "400": "#4f7196",
534
+ "500": "#154273",
535
+ "hover": "#162f50"
536
+ },
537
+ "grijs": {
538
+ "50": "#F8FAFC",
539
+ "100": "#F1F5F9",
540
+ "200": "#E2E8F0",
541
+ "300": "#CBD5E1",
542
+ "400": "#94A3B8",
543
+ "500": "#64748B",
544
+ "600": "#475569",
545
+ "700": "#334155",
546
+ "800": "#1E293B",
547
+ "900": "#0F172A"
548
+ },
549
+ "lichtblauw": {
550
+ "50": "#eef7fb",
551
+ "100": "#ddeff8",
552
+ "200": "#CCE7F4",
553
+ "300": "#BCDFF0",
554
+ "400": "#ABD7ED",
555
+ "500": "#8fcae7"
556
+ },
557
+ "violet": {
558
+ "50": "#f2d9e7",
559
+ "100": "#e5b3d0",
560
+ "200": "#D88CB7",
561
+ "300": "#CB66A0",
562
+ "400": "#BE4088",
563
+ "500": "#a90061"
564
+ },
565
+ "paars": {
566
+ "50": "#e3dce7",
567
+ "100": "#c6b9cf",
568
+ "200": "#A995B7",
569
+ "300": "#8D729F",
570
+ "400": "#714f87",
571
+ "500": "#42145f"
572
+ },
573
+ "hemelblauw": {
574
+ "50": "#d9ebf7",
575
+ "100": "#b3d7ee",
576
+ "200": "#8CC3E6",
577
+ "300": "#66AFDD",
578
+ "400": "#409CD5",
579
+ "500": "#007bc7"
580
+ },
581
+ "donkerblauw": {
582
+ "50": "#d9e8f0",
583
+ "100": "#b3d2e1",
584
+ "200": "#8CBBD2",
585
+ "300": "#66A4C3",
586
+ "400": "#408EB4",
587
+ "500": "#01689b"
588
+ },
589
+ "mintgroen": {
590
+ "50": "#eaf8f4",
591
+ "100": "#d6f2e9",
592
+ "200": "#C1EBDE",
593
+ "300": "#ACE4D3",
594
+ "400": "#98DDC8",
595
+ "500": "#76d2b6"
596
+ },
597
+ "mosgroen": {
598
+ "50": "#ebebd9",
599
+ "100": "#d6d7b3",
600
+ "200": "#C1C38C",
601
+ "300": "#ADAF66",
602
+ "400": "#999C40",
603
+ "500": "#777b00"
604
+ },
605
+ "groen": {
606
+ "50": "#e1eddb",
607
+ "100": "#c4dbb6",
608
+ "200": "#A5C991",
609
+ "300": "#88B76D",
610
+ "400": "#6AA549",
611
+ "500": "#39870c"
612
+ },
613
+ "donkergroen": {
614
+ "50": "#dfe6e1",
615
+ "100": "#becdc3",
616
+ "200": "#9DB4A4",
617
+ "300": "#7D9B87",
618
+ "400": "#5D8269",
619
+ "500": "#275937"
620
+ },
621
+ "bruin": {
622
+ "50": "#efeada",
623
+ "100": "#dfd4b6",
624
+ "200": "#CFBF90",
625
+ "300": "#BFA96C",
626
+ "400": "#AF9447",
627
+ "500": "#94710a"
628
+ },
629
+ "donkerbruin": {
630
+ "50": "#e8e0df",
631
+ "100": "#d1c2be",
632
+ "200": "#BAA39D",
633
+ "300": "#A3847D",
634
+ "400": "#8D665D",
635
+ "500": "#673327"
636
+ },
637
+ "geel": {
638
+ "50": "#fefbdd",
639
+ "100": "#fdf6bc",
640
+ "200": "#FCF199",
641
+ "300": "#FBED78",
642
+ "400": "#FAE856",
643
+ "500": "#f9e11e"
644
+ },
645
+ "donkergeel": {
646
+ "50": "#fff4db",
647
+ "100": "#ffe9b8",
648
+ "200": "#FDDE94",
649
+ "300": "#FDD370",
650
+ "400": "#FDC84D",
651
+ "500": "#ffb612"
652
+ },
653
+ "oranje": {
654
+ "50": "#fbead9",
655
+ "100": "#f6d4b3",
656
+ "200": "#F1BE8C",
657
+ "300": "#EDA966",
658
+ "400": "#E89440",
659
+ "500": "#e17000"
660
+ },
661
+ "rood": {
662
+ "50": "#f9dfdd",
663
+ "100": "#f2bfbc",
664
+ "200": "#EC9F99",
665
+ "300": "#E67F78",
666
+ "400": "#DF6056",
667
+ "500": "#d52b1e"
668
+ },
669
+ "roze": {
670
+ "50": "#fdeff8",
671
+ "100": "#fbdef0",
672
+ "200": "#F8CEE8",
673
+ "300": "#F6BDE1",
674
+ "400": "#F4ADD9",
675
+ "500": "#f092cd"
676
+ },
677
+ "robijnrood": {
678
+ "50": "#f7d9e7",
679
+ "100": "#efb3ce",
680
+ "200": "#E78CB6",
681
+ "300": "#DF669D",
682
+ "400": "#D74085",
683
+ "500": "#ca005d"
684
+ },
685
+ "lintblauw": {
686
+ "50": "#dce3ea",
687
+ "100": "#b8c6d5",
688
+ "200": "#95a9c0",
689
+ "300": "#738eab",
690
+ "400": "#4f7196",
691
+ "500": "#154273"
692
+ },
693
+ "wit": "#fff",
694
+ "zwart": "#000",
695
+ "none": "transparent"
696
+ },
697
+ "focus": {
698
+ "outline-offset": "0.125rem",
699
+ "outline-style": "solid",
700
+ "outline-width": "2px"
701
+ },
702
+ "font-size": {
703
+ "heading": {
704
+ "level-1": "3.125rem",
705
+ "level-2": "2.5rem",
706
+ "level-3": "1.875rem",
707
+ "level-4": "1.5rem",
708
+ "level-5": "1.25rem"
709
+ },
710
+ "paragraph": {
711
+ "intro": "1.5rem",
712
+ "default": "1.25rem",
713
+ "small": "1.125rem"
714
+ },
715
+ "xs": {
716
+ "desktop": "1.25rem",
717
+ "tablet": "1.125rem",
718
+ "mobile": "1rem"
719
+ },
720
+ "sm": {
721
+ "desktop": "1.5rem",
722
+ "tablet": "1.35rem",
723
+ "mobile": "1.2rem"
724
+ },
725
+ "md": {
726
+ "desktop": "1.875rem",
727
+ "tablet": "1.688rem",
728
+ "mobile": "1.5rem"
729
+ },
730
+ "lg": {
731
+ "desktop": "2.5rem",
732
+ "tablet": "2.25rem",
733
+ "mobile": "2rem"
734
+ },
735
+ "xl": {
736
+ "desktop": "3.125rem",
737
+ "tablet": "2.813rem",
738
+ "mobile": "2.5rem"
739
+ }
740
+ },
741
+ "line-height": {
742
+ "paragraph": "150%",
743
+ "sm": "125%",
744
+ "md": "150%"
745
+ },
746
+ "size": {
747
+ "target": "48px",
748
+ "icon": {
749
+ "functional": "24px"
750
+ },
751
+ "quarter-lint": "12px",
752
+ "half-lint": "24px",
753
+ "lint": "48px",
754
+ "2-lint": "96px",
755
+ "3-lint": "1440px"
756
+ },
757
+ "font-weight": {
758
+ "extra-bold": 800,
759
+ "bold": 700,
760
+ "semi-bold": 550,
761
+ "regular": 400,
762
+ "chosen-regular": 400,
763
+ "light": 300,
764
+ "thin": 200
765
+ },
766
+ "font-family": {
767
+ "primary": "Fira Sans, Arial, Verdana, sans-serif",
768
+ "secondary": "RijksoverheidSerifWeb, 'Times New Roman', serif"
769
+ },
770
+ "border-width": {
771
+ "default": "1px",
772
+ "m": "2px",
773
+ "none": "0px"
774
+ },
775
+ "space": {
776
+ "0": 0,
777
+ "25": "0.125rem",
778
+ "50": "0.25rem",
779
+ "100": "0.5rem",
780
+ "150": "0.75rem",
781
+ "200": "1rem",
782
+ "300": "1.5rem",
783
+ "400": "2rem",
784
+ "500": "2.5rem",
785
+ "600": "3rem",
786
+ "700": "3.5rem"
787
+ }
788
+ },
789
+ "utrecht": {
790
+ "icon": {
791
+ "color": "inherit",
792
+ "size": "24px",
793
+ "inset-block-start": 0
794
+ },
795
+ "unordered-list": {
796
+ "padding-inline-start": "1.5rem",
797
+ "margin-block-end": "0.25rem",
798
+ "margin-block-start": "0.25rem",
799
+ "color": "#154273",
800
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
801
+ "font-weight": 400,
802
+ "font-size": "1.25rem",
803
+ "line-height": "150%",
804
+ "item": {
805
+ "padding-inline-start": "0.5rem",
806
+ "margin-block-end": "0.25rem",
807
+ "margin-block-start": "0.25rem"
808
+ },
809
+ "marker": {
810
+ "color": "#154273",
811
+ "border-color": "#154273"
812
+ }
813
+ },
814
+ "textbox": {
815
+ "border-radius": "2.5px",
816
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
817
+ "font-size": "1.25rem",
818
+ "font-weight": 400,
819
+ "line-height": "150%",
820
+ "max-inline-size": "400px",
821
+ "padding-block-end": "0.5rem",
822
+ "padding-block-start": "0.5rem",
823
+ "padding-inline-end": "0.75rem",
824
+ "padding-inline-start": "0.75rem",
825
+ "background-color": "#fff",
826
+ "border-color": "#154273",
827
+ "color": "#154273",
828
+ "invalid": {
829
+ "background-color": "#f9dfdd",
830
+ "border-color": "#d52b1e",
831
+ "color": "#154273",
832
+ "border-width": "1px"
833
+ },
834
+ "placeholder": {
835
+ "color": "#64748B"
836
+ },
837
+ "border-block-end-width": "auto",
838
+ "border-width": "1px",
839
+ "focus": {
840
+ "border-width": "2px",
841
+ "background-color": "#fff",
842
+ "border-color": "#154273",
843
+ "color": "#154273"
844
+ },
845
+ "disabled": {
846
+ "background-color": "#CBD5E1",
847
+ "border-color": "#94A3B8",
848
+ "color": "#475569"
849
+ },
850
+ "read-only": {
851
+ "background-color": "#F1F5F9",
852
+ "border-color": "transparent",
853
+ "color": "#154273"
854
+ },
855
+ "hover": {
856
+ "border-width": "1px",
857
+ "background-color": "#fff",
858
+ "border-color": "#738eab",
859
+ "color": "#154273"
860
+ }
861
+ },
862
+ "textarea": {
863
+ "max-inline-size": "400px",
864
+ "padding-block-end": "0.5rem",
865
+ "padding-block-start": "0.5rem",
866
+ "padding-inline-end": "0.75rem",
867
+ "padding-inline-start": "0.75rem",
868
+ "background-color": "#fff",
869
+ "border-color": "#154273",
870
+ "color": "#154273",
871
+ "invalid": {
872
+ "background-color": "#f9dfdd",
873
+ "border-color": "#d52b1e",
874
+ "color": "#154273",
875
+ "border-width": "1px"
876
+ },
877
+ "placeholder": {
878
+ "color": "#64748B"
879
+ },
880
+ "focus": {
881
+ "background-color": "#fff",
882
+ "border-color": "#154273",
883
+ "color": "#154273",
884
+ "border-width": "2px"
885
+ },
886
+ "disabled": {
887
+ "background-color": "#CBD5E1",
888
+ "border-color": "#94A3B8",
889
+ "color": "#475569"
890
+ },
891
+ "read-only": {
892
+ "background-color": "#F1F5F9",
893
+ "border-color": "transparent",
894
+ "color": "#154273"
895
+ },
896
+ "hover": {
897
+ "background-color": "#fff",
898
+ "border-color": "#738eab",
899
+ "color": "#154273",
900
+ "border-width": "1px"
901
+ },
902
+ "border-radius": "2.5px",
903
+ "border-bottom-width": "1px",
904
+ "border-width": "1px",
905
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
906
+ "font-weight": 400,
907
+ "line-height": "150%",
908
+ "font-size": "1.25rem"
909
+ },
910
+ "table": {
911
+ "header-cell": {
912
+ "line-height": "150%",
913
+ "color": "#154273",
914
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
915
+ "font-weight": 700,
916
+ "font-size": "1.25rem"
917
+ },
918
+ "caption": {
919
+ "line-height": "125%",
920
+ "margin-block-end": "1.5rem",
921
+ "color": "#154273",
922
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
923
+ "font-weight": 700,
924
+ "font-size": "1.875rem"
925
+ },
926
+ "cell": {
927
+ "padding-block-end": "0.75rem",
928
+ "padding-block-start": "0.75rem",
929
+ "padding-inline-end": "1rem",
930
+ "padding-inline-start": "1rem",
931
+ "line-height": "150%"
932
+ },
933
+ "data-cell": {
934
+ "color": "#154273",
935
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
936
+ "font-weight": 400,
937
+ "line-height": "150%",
938
+ "font-size": "1.25rem"
939
+ },
940
+ "header": {
941
+ "border-block-end-width": "2px",
942
+ "border-block-end-color": "#CBD5E1",
943
+ "background-color": "transparent"
944
+ },
945
+ "footer": {
946
+ "border-block-end-width": "1px",
947
+ "border-block-end-color": "#CBD5E1",
948
+ "background-color": "transparent"
949
+ },
950
+ "row": {
951
+ "border-block-end-width": "1px",
952
+ "border-block-end-color": "#CBD5E1",
953
+ "background-color": "transparent"
954
+ },
955
+ "footer-cell": {
956
+ "font-weight": 700,
957
+ "font-size": "1.25rem",
958
+ "color": "#154273",
959
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
960
+ "line-height": "150%"
961
+ },
962
+ "container": {
963
+ "box-inline-end-shadow": {
964
+ "x": 0,
965
+ "y": "16px",
966
+ "blur": "48px",
967
+ "spread": 0,
968
+ "color": "#0000001a"
969
+ },
970
+ "box-inline-start-shadow": {
971
+ "x": 0,
972
+ "y": "16px",
973
+ "blur": "48px",
974
+ "spread": 0,
975
+ "color": "#0000001a"
976
+ }
977
+ },
978
+ "font-size": "1.25rem"
979
+ },
980
+ "skip-link": {
981
+ "font-weight": 700,
982
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
983
+ "font-size": "1.25rem",
984
+ "line-height": "150%",
985
+ "min-block-size": "48px",
986
+ "min-inline-size": "48px",
987
+ "padding-block-end": "0.75rem",
988
+ "padding-block-start": "0.75rem",
989
+ "padding-inline-end": "1rem",
990
+ "padding-inline-start": "1rem",
991
+ "focus": {
992
+ "background-color": "#fff",
993
+ "border-color": "#154273",
994
+ "border-style": "solid",
995
+ "border-width": "2px",
996
+ "color": "#154273",
997
+ "text-decoration": "None"
998
+ },
999
+ "focus-visible": {
1000
+ "outline-color": "#000"
1001
+ },
1002
+ "background-color": "#154273",
1003
+ "border-color": "transparent",
1004
+ "color": "#fff",
1005
+ "border-width": "2px",
1006
+ "box-block-end-shadow": {
1007
+ "offset-x": 0,
1008
+ "offset-y": "16px",
1009
+ "blur-radius": "48px",
1010
+ "spread-radius": 0,
1011
+ "color": "#0000001a"
1012
+ },
1013
+ "text-decoration": "underline",
1014
+ "text-underline-offset": "0.125rem"
1015
+ },
1016
+ "separator": {
1017
+ "color": "#CBD5E1",
1018
+ "block-size": "2px",
1019
+ "margin-block-end": "0.75rem",
1020
+ "margin-block-start": "0.75rem"
1021
+ },
1022
+ "select": {
1023
+ "image-background-position": "right 0.5rem center",
1024
+ "icon": {
1025
+ "size": "24px"
1026
+ },
1027
+ "background-color": "#fff",
1028
+ "border-color": "#154273",
1029
+ "color": "#154273",
1030
+ "invalid": {
1031
+ "background-color": "#f9dfdd",
1032
+ "border-color": "#d52b1e",
1033
+ "color": "#154273",
1034
+ "border-width": "1px"
1035
+ },
1036
+ "focus": {
1037
+ "background-color": "#fff",
1038
+ "border-color": "#154273",
1039
+ "color": "#154273",
1040
+ "border-width": "2px"
1041
+ },
1042
+ "disabled": {
1043
+ "background-color": "#CBD5E1",
1044
+ "border-color": "#94A3B8",
1045
+ "color": "#475569"
1046
+ },
1047
+ "hover": {
1048
+ "background-color": "#fff",
1049
+ "border-color": "#738eab",
1050
+ "color": "#154273",
1051
+ "border-width": "1px"
1052
+ },
1053
+ "padding-block-end": "0.5rem",
1054
+ "padding-block-start": "0.5rem",
1055
+ "padding-inline-end": "0.75rem",
1056
+ "padding-inline-start": "0.75rem",
1057
+ "border-radius": "2.5px",
1058
+ "border-bottom-width": "auto",
1059
+ "border-width": "1px",
1060
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1061
+ "font-weight": 400,
1062
+ "line-height": "150%",
1063
+ "font-size": "1.25rem",
1064
+ "max-inline-size": "400px"
1065
+ },
1066
+ "radio-button": {
1067
+ "active": {
1068
+ "border-width": "1px",
1069
+ "background-color": "#fff",
1070
+ "border-color": "#4f7196"
1071
+ },
1072
+ "size": "24px",
1073
+ "dot": {
1074
+ "size": "12px"
1075
+ },
1076
+ "background-color": "#fff",
1077
+ "border-color": "#154273",
1078
+ "invalid": {
1079
+ "background-color": "#f9dfdd",
1080
+ "border-color": "#d52b1e",
1081
+ "border-width": "1px"
1082
+ },
1083
+ "focus": {
1084
+ "background-color": "#fff",
1085
+ "border-color": "#154273",
1086
+ "border-width": "2px"
1087
+ },
1088
+ "disabled": {
1089
+ "background-color": "#CBD5E1",
1090
+ "border-color": "#94A3B8",
1091
+ "color": "#475569"
1092
+ },
1093
+ "checked": {
1094
+ "background-color": "#154273",
1095
+ "border-color": "transparent",
1096
+ "color": "#fff",
1097
+ "hover": {
1098
+ "background-color": "#738eab",
1099
+ "border-color": "transparent",
1100
+ "color": "#fff",
1101
+ "border-width": "1px"
1102
+ },
1103
+ "active": {
1104
+ "background-color": "#4f7196",
1105
+ "border-color": "transparent",
1106
+ "color": "#fff",
1107
+ "border-width": "1px"
1108
+ },
1109
+ "focus": {
1110
+ "background-color": "#fff",
1111
+ "border-color": "#154273",
1112
+ "color": "#154273",
1113
+ "border-width": "2px"
1114
+ },
1115
+ "disabled": {
1116
+ "background-color": "#CBD5E1",
1117
+ "border-color": "#94A3B8",
1118
+ "color": "#475569"
1119
+ },
1120
+ "border-width": "1px"
1121
+ },
1122
+ "hover": {
1123
+ "background-color": "#fff",
1124
+ "border-color": "#738eab",
1125
+ "border-width": "1px"
1126
+ },
1127
+ "border-radius": "999px",
1128
+ "border-width": "1px"
1129
+ },
1130
+ "paragraph": {
1131
+ "color": "#154273",
1132
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1133
+ "font-size": "1.25rem",
1134
+ "font-weight": 400,
1135
+ "line-height": "150%",
1136
+ "margin-block-end": 0,
1137
+ "margin-block-start": 0,
1138
+ "lead": {
1139
+ "color": "#154273",
1140
+ "font-size": "1.5rem",
1141
+ "font-weight": 400,
1142
+ "line-height": "150%"
1143
+ },
1144
+ "small": {
1145
+ "color": "#154273",
1146
+ "font-size": "1.125rem",
1147
+ "font-weight": 400,
1148
+ "line-height": "150%"
1149
+ }
1150
+ },
1151
+ "ordered-list": {
1152
+ "padding-inline-start": "1.5rem",
1153
+ "margin-block-end": "0.25rem",
1154
+ "margin-block-start": "0.25rem",
1155
+ "margin-inline-start": "0.625rem",
1156
+ "item": {
1157
+ "padding-inline-start": 0,
1158
+ "margin-block-end": "0.25rem",
1159
+ "margin-block-start": "0.25rem"
1160
+ },
1161
+ "color": "#154273",
1162
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1163
+ "font-weight": 400,
1164
+ "font-size": "1.25rem",
1165
+ "line-height": "150%"
1166
+ },
1167
+ "link-list": {
1168
+ "margin-block-start": 0,
1169
+ "row-gap": "0.5rem",
1170
+ "margin-block-end": 0,
1171
+ "item": {
1172
+ "column-gap": "0.5rem",
1173
+ "text-decoration": "None"
1174
+ },
1175
+ "icon": {
1176
+ "size": "24px",
1177
+ "inset-block-start": "0.188rem"
1178
+ }
1179
+ },
1180
+ "link": {
1181
+ "color": "#01689b",
1182
+ "text-decoration-color": "#01689b",
1183
+ "active": {
1184
+ "color": "#42145f",
1185
+ "text-decoration": "None"
1186
+ },
1187
+ "focus": {
1188
+ "background-color": "transparent",
1189
+ "color": "#01689b",
1190
+ "text-decoration": "None",
1191
+ "text-decoration-thickness": "auto"
1192
+ },
1193
+ "hover": {
1194
+ "color": "#01496c",
1195
+ "text-decoration": "None",
1196
+ "text-decoration-thickness": "auto"
1197
+ },
1198
+ "visited": {
1199
+ "color": "#42145f"
1200
+ },
1201
+ "text-decoration": "underline",
1202
+ "icon": {
1203
+ "inset-block-start": "0.25rem",
1204
+ "size": "24px"
1205
+ },
1206
+ "column-gap": "0.25rem",
1207
+ "text-decoration-thickness": "auto",
1208
+ "text-underline-offset": "0.125rem",
1209
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1210
+ "font-weight": 400,
1211
+ "font-size": "1.25rem",
1212
+ "line-height": "150%"
1213
+ },
1214
+ "form-label": {
1215
+ "color": "#154273",
1216
+ "font-size": "1.25rem",
1217
+ "font-weight": 700
1218
+ },
1219
+ "form-field-label": {
1220
+ "color": "#154273",
1221
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1222
+ "font-size": "1.25rem",
1223
+ "font-weight": 700,
1224
+ "line-height": "150%"
1225
+ },
1226
+ "form-field-error-message": {
1227
+ "icon": {
1228
+ "size": "24px",
1229
+ "margin-inline-end": "0.5rem"
1230
+ },
1231
+ "color": "#d52b1e",
1232
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1233
+ "font-size": "1.25rem",
1234
+ "font-weight": 400,
1235
+ "margin-block-end": "0.5rem",
1236
+ "padding-block-end": "0.5rem"
1237
+ },
1238
+ "form-field-description": {
1239
+ "color": "#334155",
1240
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1241
+ "font-size": "1.25rem",
1242
+ "line-height": "150%",
1243
+ "margin-block-start": "-0.5rem",
1244
+ "margin-block-end": "0.5rem",
1245
+ "padding-block-end": "0.5rem"
1246
+ },
1247
+ "form-field": {
1248
+ "margin-block-start": "0.5rem",
1249
+ "margin-block-end": "0.5rem",
1250
+ "invalid": {
1251
+ "border-inline-start-color": "#d52b1e",
1252
+ "border-inline-start-width": "0px",
1253
+ "padding-inline-start": 0
1254
+ },
1255
+ "label": {
1256
+ "margin-block-end": "0.5rem"
1257
+ },
1258
+ "error-message": {
1259
+ "line-height": "normal"
1260
+ }
1261
+ },
1262
+ "page-footer": {
1263
+ "background-color": "#154273",
1264
+ "color": "#fff",
1265
+ "padding-block-start": "3rem",
1266
+ "padding-block-end": "3rem",
1267
+ "padding-inline-start": "80px",
1268
+ "padding-inline-end": "80px"
1269
+ },
1270
+ "figure": {
1271
+ "caption": {
1272
+ "border-color": "#CBD5E1",
1273
+ "border-width": "4px",
1274
+ "color": "#154273",
1275
+ "padding-block-end": "0.5rem",
1276
+ "padding-block-start": "0.5rem",
1277
+ "padding-inline-start": "1rem",
1278
+ "line-height": "150%",
1279
+ "font-size": "1.25rem"
1280
+ },
1281
+ "img": {
1282
+ "border-end-end-radius": 0,
1283
+ "border-end-start-radius": 0,
1284
+ "border-start-end-radius": 0,
1285
+ "border-start-start-radius": 0
1286
+ }
1287
+ },
1288
+ "form-fieldset": {
1289
+ "legend": {
1290
+ "color": "#154273",
1291
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1292
+ "font-size": "1.25rem",
1293
+ "font-weight": 700,
1294
+ "line-height": "150%",
1295
+ "disabled": {
1296
+ "color": "#334155"
1297
+ }
1298
+ },
1299
+ "section": {
1300
+ "background-color": "transparent",
1301
+ "color": "#154273"
1302
+ },
1303
+ "invalid": {
1304
+ "border-inline-start": {
1305
+ "color": "#d52b1e"
1306
+ },
1307
+ "padding-inline-start": 0,
1308
+ "border-inline-start-width": "0px"
1309
+ }
1310
+ },
1311
+ "checkbox": {
1312
+ "border-radius": "2.5px",
1313
+ "size": "24px",
1314
+ "icon": {
1315
+ "size": "24px"
1316
+ },
1317
+ "background-color": "#fff",
1318
+ "border-color": "#154273",
1319
+ "invalid": {
1320
+ "background-color": "#f9dfdd",
1321
+ "border-color": "#d52b1e",
1322
+ "border-width": "1px"
1323
+ },
1324
+ "focus": {
1325
+ "background-color": "#fff",
1326
+ "border-color": "#154273",
1327
+ "border-width": "2px"
1328
+ },
1329
+ "disabled": {
1330
+ "background-color": "#CBD5E1",
1331
+ "border-color": "#94A3B8"
1332
+ },
1333
+ "checked": {
1334
+ "background-color": "#154273",
1335
+ "border-color": "transparent",
1336
+ "color": "#fff",
1337
+ "border-width": "1px",
1338
+ "disabled": {
1339
+ "background-color": "#CBD5E1",
1340
+ "border-color": "#94A3B8",
1341
+ "color": "#475569"
1342
+ },
1343
+ "focus": {
1344
+ "border-width": "2px",
1345
+ "background-color": "#fff",
1346
+ "border-color": "#154273",
1347
+ "color": "#154273"
1348
+ },
1349
+ "hover": {
1350
+ "border-width": "1px",
1351
+ "background-color": "#738eab",
1352
+ "border-color": "transparent",
1353
+ "color": "#fff"
1354
+ },
1355
+ "active": {
1356
+ "border-width": "1px",
1357
+ "background-color": "#4f7196",
1358
+ "border-color": "transparent",
1359
+ "color": "#fff"
1360
+ }
1361
+ },
1362
+ "indeterminate": {
1363
+ "background-color": "#154273",
1364
+ "border-color": "transparent",
1365
+ "color": "#fff",
1366
+ "border-width": "1px",
1367
+ "disabled": {
1368
+ "background-color": "#CBD5E1",
1369
+ "border-color": "#94A3B8",
1370
+ "color": "#475569"
1371
+ },
1372
+ "active": {
1373
+ "background-color": "#4f7196",
1374
+ "border-color": "transparent",
1375
+ "color": "#fff",
1376
+ "border-width": "1px"
1377
+ },
1378
+ "hover": {
1379
+ "background-color": "#738eab",
1380
+ "border-color": "transparent",
1381
+ "color": "#fff",
1382
+ "border-width": "1px"
1383
+ },
1384
+ "focus": {
1385
+ "background-color": "#fff",
1386
+ "border-color": "#154273",
1387
+ "color": "#154273",
1388
+ "border-width": "2px"
1389
+ }
1390
+ },
1391
+ "border-width": "1px",
1392
+ "hover": {
1393
+ "border-width": "1px",
1394
+ "background-color": "#fff",
1395
+ "border-color": "#738eab"
1396
+ },
1397
+ "active": {
1398
+ "border-width": "1px",
1399
+ "background-color": "#fff",
1400
+ "border-color": "#4f7196"
1401
+ }
1402
+ },
1403
+ "button-group": {
1404
+ "background-color": "transparent",
1405
+ "column-gap": "0.5rem",
1406
+ "margin-block-end": "0px",
1407
+ "margin-block-start": "0px",
1408
+ "padding-block-end": "0px",
1409
+ "padding-block-start": "0px",
1410
+ "row-gap": "0.5rem"
1411
+ },
1412
+ "button": {
1413
+ "background-color": "transparent",
1414
+ "border-color": "#334155",
1415
+ "color": "#334155",
1416
+ "border-radius": "5px",
1417
+ "border-width": "1px",
1418
+ "icon": {
1419
+ "gap": "0.5rem",
1420
+ "size": "24px"
1421
+ },
1422
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1423
+ "font-size": "1.25rem",
1424
+ "font-weight": 700,
1425
+ "line-height": "150%",
1426
+ "padding-block-end": "0.5rem",
1427
+ "padding-block-start": "0.5rem",
1428
+ "padding-inline-end": "1rem",
1429
+ "padding-inline-start": "1rem",
1430
+ "disabled": {
1431
+ "background-color": "#F8FAFC",
1432
+ "border-color": "transparent",
1433
+ "color": "#64748B"
1434
+ },
1435
+ "focus": {
1436
+ "background-color": "#FDDE94",
1437
+ "border-color": "transparent",
1438
+ "color": "#1E293B"
1439
+ },
1440
+ "hover": {
1441
+ "background-color": "#F8FAFC",
1442
+ "border-color": "#1E293B",
1443
+ "color": "#1E293B"
1444
+ },
1445
+ "active": {
1446
+ "background-color": "#CBD5E1",
1447
+ "border-color": "#0F172A",
1448
+ "color": "#0F172A"
1449
+ },
1450
+ "min-block-size": "48px",
1451
+ "min-inline-size": "48px",
1452
+ "column-gap": "0.5rem",
1453
+ "primary-action": {
1454
+ "hover": {
1455
+ "background-color": "#162f50",
1456
+ "border-color": "transparent",
1457
+ "color": "#fff"
1458
+ },
1459
+ "background-color": "#154273",
1460
+ "border-color": "transparent",
1461
+ "color": "#fff",
1462
+ "disabled": {
1463
+ "background-color": "#b8c6d5",
1464
+ "border-color": "#95a9c0",
1465
+ "color": "#4f7196"
1466
+ },
1467
+ "focus": {
1468
+ "background-color": "#154273",
1469
+ "border-color": "transparent",
1470
+ "color": "#fff"
1471
+ },
1472
+ "font-weight": 700,
1473
+ "active": {
1474
+ "background-color": "#0d2845",
1475
+ "border-color": "transparent",
1476
+ "color": "#fff"
1477
+ },
1478
+ "font-size": "1.25rem",
1479
+ "line-height": "1.875rem"
1480
+ },
1481
+ "secondary-action": {
1482
+ "hover": {
1483
+ "background-color": "#b8c6d5",
1484
+ "border-color": "transparent",
1485
+ "color": "#154273"
1486
+ },
1487
+ "background-color": "transparent",
1488
+ "border-color": "#154273",
1489
+ "color": "#154273",
1490
+ "disabled": {
1491
+ "background-color": "transparent",
1492
+ "border-color": "#738eab",
1493
+ "color": "#738eab"
1494
+ },
1495
+ "focus": {
1496
+ "background-color": "#b8c6d5",
1497
+ "border-color": "transparent",
1498
+ "color": "#154273"
1499
+ },
1500
+ "font-weight": 700,
1501
+ "active": {
1502
+ "background-color": "#95a9c0",
1503
+ "border-color": "#154273",
1504
+ "color": "#154273"
1505
+ },
1506
+ "font-size": "1.25rem",
1507
+ "line-height": "1.875rem"
1508
+ },
1509
+ "subtle": {
1510
+ "font-size": "1.25rem",
1511
+ "font-weight": 700,
1512
+ "hover": {
1513
+ "background-color": "transparent",
1514
+ "border-color": "transparent",
1515
+ "color": "#162f50"
1516
+ },
1517
+ "background-color": "transparent",
1518
+ "border-color": "transparent",
1519
+ "color": "#154273",
1520
+ "disabled": {
1521
+ "background-color": "transparent",
1522
+ "border-color": "transparent",
1523
+ "color": "#b8c6d5"
1524
+ },
1525
+ "focus": {
1526
+ "background-color": "#dce3ea",
1527
+ "border-color": "transparent",
1528
+ "color": "#154273"
1529
+ },
1530
+ "active": {
1531
+ "background-color": "transparent",
1532
+ "border-color": "transparent",
1533
+ "color": "#0d2845"
1534
+ },
1535
+ "line-height": "1.875rem"
1536
+ }
1537
+ },
1538
+ "breadcrumb-nav": {
1539
+ "line-height": 1.4,
1540
+ "font-size": "1.25rem",
1541
+ "link": {
1542
+ "icon": {
1543
+ "size": "24px",
1544
+ "margin-inline": "0.25rem",
1545
+ "inset-block-start": 0
1546
+ },
1547
+ "padding-block-end": "0.75rem",
1548
+ "padding-block-start": "0.75rem",
1549
+ "padding-inline-end": 0,
1550
+ "padding-inline-start": 0,
1551
+ "color": "#01689b",
1552
+ "active": {
1553
+ "color": "#42145f",
1554
+ "text-decoration": "None"
1555
+ },
1556
+ "focus": {
1557
+ "background-color": "transparent",
1558
+ "color": "#01689b",
1559
+ "text-decoration": "None"
1560
+ },
1561
+ "hover": {
1562
+ "color": "#01496c",
1563
+ "text-decoration": "None"
1564
+ },
1565
+ "current": {
1566
+ "color": "#334155"
1567
+ },
1568
+ "text-decoration": "underline"
1569
+ },
1570
+ "divider": {
1571
+ "size": "24px",
1572
+ "color": "#334155",
1573
+ "inset-block-start": 0
1574
+ },
1575
+ "margin-inline": "0.5rem",
1576
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1577
+ "font-weight": 400
1578
+ },
1579
+ "blockquote": {
1580
+ "caption": {
1581
+ "font-size": "1.25rem",
1582
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1583
+ "line-height": "150%",
1584
+ "font-weight": 400,
1585
+ "padding-block-start": "0.75rem",
1586
+ "color": "#334155"
1587
+ },
1588
+ "content": {
1589
+ "font-family": "RijksoverheidSerifWeb, 'Times New Roman', serif",
1590
+ "line-height": "150%",
1591
+ "font-weight": 400,
1592
+ "font-size": "1.5rem",
1593
+ "color": "#154273"
1594
+ },
1595
+ "margin-block-end": 0,
1596
+ "margin-block-start": 0,
1597
+ "margin-inline-end": 0,
1598
+ "margin-inline-start": 0,
1599
+ "padding-block-end": "2rem",
1600
+ "padding-block-start": "2rem",
1601
+ "padding-inline-end": "2rem",
1602
+ "padding-inline-start": "2rem",
1603
+ "row-gap": "0.75rem",
1604
+ "background-color": "transparent",
1605
+ "border-color": "#154273",
1606
+ "border-block-start-width": 0,
1607
+ "border-block-end-width": 0,
1608
+ "border-inline-start-width": 0,
1609
+ "border-inline-end-width": 0,
1610
+ "border-start-start-radius": 0,
1611
+ "border-start-end-radius": 0,
1612
+ "border-end-start-radius": 0,
1613
+ "border-end-end-radius": 0,
1614
+ "border-width": "2px",
1615
+ "blue-corner-border-variation": {
1616
+ "border-color": "#154273",
1617
+ "border-block-end-width": "2px",
1618
+ "border-inline-end-width": "2px",
1619
+ "border-end-end-radius": "3rem"
1620
+ },
1621
+ "pink-background-variation": {
1622
+ "background-color": "#F6BDE1",
1623
+ "border-end-start-radius": "3rem",
1624
+ "padding": "2.5rem"
1625
+ },
1626
+ "pink-left-border-variation": {
1627
+ "border-color": "#F6BDE1",
1628
+ "border-inline-start-width": "0.75rem",
1629
+ "padding-inline-start": "2.5rem",
1630
+ "padding-inline-end": "2.5rem",
1631
+ "padding-block-start": "1.5rem",
1632
+ "padding-block-end": "1.5rem"
1633
+ },
1634
+ "pink-corner-border-variation": {
1635
+ "border-color": "#F6BDE1",
1636
+ "border-block-start-width": "0.25rem",
1637
+ "border-inline-start-width": "0.25rem",
1638
+ "border-start-start-radius": "3rem",
1639
+ "padding": "2.5rem"
1640
+ }
1641
+ },
1642
+ "article": {
1643
+ "max-inline-size": "75ch"
1644
+ },
1645
+ "alert": {
1646
+ "heading": {
1647
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1648
+ "font-weight": 700,
1649
+ "line-height": "150%",
1650
+ "font-size": "1.25rem"
1651
+ },
1652
+ "column-gap": "0.5rem",
1653
+ "border-width": "0px",
1654
+ "margin-block-end": "0.75rem",
1655
+ "margin-block-start": "0.75rem",
1656
+ "padding-block-end": "1rem",
1657
+ "padding-block-start": "1rem",
1658
+ "padding-inline-end": "1rem",
1659
+ "padding-inline-start": "1rem",
1660
+ "background-color": "#d9ebf7",
1661
+ "border-color": "transparent",
1662
+ "color": "#154273",
1663
+ "info": {
1664
+ "background-color": "#d9ebf7",
1665
+ "border-color": "transparent",
1666
+ "color": "#154273"
1667
+ },
1668
+ "error": {
1669
+ "background-color": "#f9dfdd",
1670
+ "border-color": "transparent",
1671
+ "color": "#154273"
1672
+ },
1673
+ "ok": {
1674
+ "background-color": "#e1eddb",
1675
+ "border-color": "transparent",
1676
+ "color": "#154273"
1677
+ },
1678
+ "warning": {
1679
+ "background-color": "#fff4db",
1680
+ "border-color": "transparent",
1681
+ "color": "#154273"
1682
+ },
1683
+ "icon": {
1684
+ "inset-block-start": "3px",
1685
+ "info": {
1686
+ "color": "#007bc7"
1687
+ },
1688
+ "error": {
1689
+ "color": "#d52b1e"
1690
+ },
1691
+ "ok": {
1692
+ "color": "#39870c"
1693
+ },
1694
+ "warning": {
1695
+ "color": "#ffb612"
1696
+ },
1697
+ "size": "24px"
1698
+ },
1699
+ "message": {
1700
+ "line-height": "150%",
1701
+ "column-gap": "0.5rem"
1702
+ },
1703
+ "border-radius": "5px"
1704
+ },
1705
+ "accordion": {
1706
+ "panel": {
1707
+ "border-color": "#94A3B8",
1708
+ "border-width": 0,
1709
+ "padding-block-end": "1.5rem",
1710
+ "padding-block-start": "1rem",
1711
+ "padding-inline-end": "1rem",
1712
+ "padding-inline-start": "1rem"
1713
+ },
1714
+ "button": {
1715
+ "gap": "0.5rem",
1716
+ "icon": {
1717
+ "size": "24px"
1718
+ },
1719
+ "hover": {
1720
+ "background-color": "#F8FAFC",
1721
+ "border-color": "#94A3B8",
1722
+ "color": "#154273"
1723
+ },
1724
+ "background-color": "#fff",
1725
+ "border-color": "#94A3B8",
1726
+ "border-width": 0,
1727
+ "color": "#154273",
1728
+ "focus": {
1729
+ "background-color": "#dce3ea",
1730
+ "border-color": "#154273",
1731
+ "color": "#154273"
1732
+ },
1733
+ "active": {
1734
+ "background-color": "#F1F5F9",
1735
+ "border-color": "#94A3B8",
1736
+ "color": "#154273",
1737
+ "row-gap": 0
1738
+ }
1739
+ }
1740
+ },
1741
+ "document": {
1742
+ "background-color": "#fff",
1743
+ "color": "#000",
1744
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1745
+ "font-size": "1.25rem",
1746
+ "line-height": "150%",
1747
+ "font-weight": 400
1748
+ },
1749
+ "rich-text": {
1750
+ "stranger": {
1751
+ "margin-block-end": "2rem"
1752
+ },
1753
+ "acquaintance": {
1754
+ "margin-block-end": "1rem"
1755
+ },
1756
+ "friend": {
1757
+ "margin-block-end": "0.5rem"
1758
+ },
1759
+ "best-friend": {
1760
+ "margin-block-end": "0.25rem"
1761
+ },
1762
+ "confidant": {
1763
+ "margin-block-end": 0
1764
+ }
1765
+ },
1766
+ "pointer-target": {
1767
+ "min-size": "48px"
1768
+ },
1769
+ "focus": {
1770
+ "outline-color": "#000",
1771
+ "outline-offset": "0.125rem",
1772
+ "outline-style": "solid",
1773
+ "outline-width": "2px",
1774
+ "inverse": {
1775
+ "outline-color": "transparant"
1776
+ }
1777
+ }
1778
+ },
1779
+ "nl": {
1780
+ "heading-level-1": {
1781
+ "color": "#154273",
1782
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1783
+ "font-weight": 700,
1784
+ "line-height": "125%",
1785
+ "font-size": "3.125rem",
1786
+ "margin-block-end": 0,
1787
+ "margin-block-start": 0
1788
+ },
1789
+ "heading-level-2": {
1790
+ "color": "#154273",
1791
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1792
+ "font-weight": 700,
1793
+ "line-height": "125%",
1794
+ "font-size": "2.5rem",
1795
+ "margin-block-end": 0,
1796
+ "margin-block-start": 0
1797
+ },
1798
+ "heading-level-3": {
1799
+ "color": "#154273",
1800
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1801
+ "font-weight": 700,
1802
+ "line-height": "125%",
1803
+ "font-size": "1.875rem",
1804
+ "margin-block-end": 0,
1805
+ "margin-block-start": 0
1806
+ },
1807
+ "heading-level-4": {
1808
+ "color": "#154273",
1809
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1810
+ "font-weight": 700,
1811
+ "line-height": "125%",
1812
+ "font-size": "1.5rem",
1813
+ "margin-block-end": 0,
1814
+ "margin-block-start": 0
1815
+ },
1816
+ "heading-level-5": {
1817
+ "color": "#154273",
1818
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1819
+ "font-weight": 700,
1820
+ "line-height": "125%",
1821
+ "font-size": "1.25rem",
1822
+ "margin-block-end": 0,
1823
+ "margin-block-start": 0
1824
+ },
1825
+ "number-badge": {
1826
+ "font-size": "1.25rem",
1827
+ "line-height": "150%",
1828
+ "min-block-size": "24px",
1829
+ "min-inline-size": "24px",
1830
+ "font-weight": 700,
1831
+ "border-width": "0px",
1832
+ "border-radius": "999px",
1833
+ "font-family": "Fira Sans, Arial, Verdana, sans-serif",
1834
+ "background-color": "#154273",
1835
+ "border-color": "transparent",
1836
+ "color": "#fff",
1837
+ "padding-inline": "0.5rem",
1838
+ "padding-block": "0.5rem"
1839
+ }
1840
+ }
1841
+ }