@rijkshuisstijl-community/design-tokens 1.0.0-alpha.15 → 1.0.0-alpha.151

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