@rijkshuisstijl-community/design-tokens 1.0.0-alpha.24 → 1.0.0-alpha.26

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