@rijkshuisstijl-community/design-tokens 1.0.0-alpha.16 → 1.0.0-alpha.160

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