@utrecht/design-tokens 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/.stylelintrc.json +5 -1
  2. package/CHANGELOG.md +14 -0
  3. package/config.json +8 -0
  4. package/dist/_mixin-theme.scss +34 -37
  5. package/dist/_mixin.scss +1009 -0
  6. package/dist/_variables.scss +34 -37
  7. package/dist/background-image-icon.css +0 -1
  8. package/dist/dark/_mixin-theme.scss +34 -37
  9. package/dist/dark/_mixin.scss +1020 -0
  10. package/dist/dark/_variables.scss +1017 -0
  11. package/dist/dark/index.cjs +1020 -0
  12. package/dist/dark/index.css +34 -37
  13. package/dist/dark/index.d.ts +1139 -0
  14. package/dist/dark/index.flat.json +1016 -0
  15. package/dist/dark/index.json +30694 -0
  16. package/dist/dark/index.mjs +1018 -0
  17. package/dist/dark/index.tokens.json +7885 -0
  18. package/dist/dark/list.json +30694 -0
  19. package/dist/dark/property.css +705 -0
  20. package/dist/dark/root.css +538 -541
  21. package/dist/dark/theme-prince-xml.css +1020 -0
  22. package/dist/dark/theme.css +1020 -0
  23. package/dist/dark/tokens.cjs +37567 -0
  24. package/dist/dark/tokens.d.ts +4842 -0
  25. package/dist/dark/tokens.json +37563 -0
  26. package/dist/dark/variables.cjs +1020 -0
  27. package/dist/dark/variables.css +1020 -0
  28. package/dist/dark/variables.d.ts +1139 -0
  29. package/dist/dark/variables.json +1016 -0
  30. package/dist/dark/variables.less +1017 -0
  31. package/dist/dark/variables.mjs +1018 -0
  32. package/dist/index.cjs +29 -32
  33. package/dist/index.css +149 -82
  34. package/dist/index.d.ts +18 -25
  35. package/dist/index.flat.json +591 -593
  36. package/dist/index.json +4577 -7587
  37. package/dist/index.mjs +31 -34
  38. package/dist/index.tokens.json +385 -71
  39. package/dist/list.json +31811 -0
  40. package/dist/property.css +770 -0
  41. package/dist/root.css +529 -532
  42. package/dist/theme-prince-xml.css +34 -37
  43. package/dist/theme.css +529 -532
  44. package/dist/tokens.cjs +6297 -8992
  45. package/dist/tokens.d.ts +208 -60
  46. package/dist/tokens.json +38705 -0
  47. package/dist/variables.cjs +1009 -0
  48. package/dist/variables.css +1009 -0
  49. package/dist/variables.d.ts +1128 -0
  50. package/dist/variables.json +1005 -0
  51. package/dist/variables.less +34 -37
  52. package/dist/variables.mjs +1007 -0
  53. package/package.json +6 -5
  54. package/src/background-image-icon.scss +0 -1
  55. package/src/brand/utrecht/typography.tokens.json +7 -9
  56. package/src/component/of/progress-indicator.tokens.json +1 -1
  57. package/src/component/utrecht/backdrop.tokens.json +1 -1
  58. package/src/component/utrecht/blockquote.tokens.json +3 -3
  59. package/src/component/utrecht/button.tokens.json +1 -3
  60. package/src/component/utrecht/code-block.tokens.json +2 -2
  61. package/src/component/utrecht/figure.tokens.json +2 -2
  62. package/src/component/utrecht/form-fieldset.tokens.json +2 -2
  63. package/src/component/utrecht/form-toggle.tokens.json +1 -1
  64. package/src/component/utrecht/link.tokens.json +3 -1
  65. package/src/component/utrecht/pagination.tokens.json +1 -1
  66. package/src/component/utrecht/skip-link.tokens.json +4 -2
  67. package/src/component/utrecht/table.tokens.json +1 -1
  68. package/src/component/utrecht/toptask-link.tokens.json +1 -1
  69. package/src/css-property-formatter.mjs +46 -0
  70. package/src/dark/component/tokens.json +1 -1
  71. package/src/index.scss +81 -5
  72. package/style-dictionary-build-dark.mjs +64 -0
  73. package/style-dictionary-build.mjs +41 -0
  74. package/style-dictionary-config.mjs +261 -0
  75. package/dist/figma-tokens.json +0 -40396
  76. package/src/css-property-formatter.js +0 -35
  77. package/src/style-dictionary-config-dark.js +0 -56
  78. package/src/style-dictionary-config.js +0 -63
  79. package/style-dictionary.config.json +0 -143
@@ -0,0 +1,1020 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ module.exports = {
6
+ "utrechtAccordionRowGap": "8px",
7
+ "utrechtAccordionButtonPaddingInlineEnd": "16px",
8
+ "utrechtAccordionButtonPaddingInlineStart": "16px",
9
+ "utrechtAccordionButtonPaddingBlockEnd": "8px",
10
+ "utrechtAccordionButtonPaddingBlockStart": "8px",
11
+ "utrechtAccordionButtonBackgroundColor": "hsl(0 0% 95%)",
12
+ "utrechtAccordionButtonColor": "hsl(0 0% 10%)",
13
+ "utrechtAccordionButtonBorderColor": "hsl(0 0% 95%)",
14
+ "utrechtAccordionButtonBorderWidth": "0",
15
+ "utrechtAccordionButtonHoverBackgroundColor": "inherit",
16
+ "utrechtAccordionButtonHoverBorderColor": "hsl(0 0% 95%)",
17
+ "utrechtAccordionButtonHoverColor": "hsl(0 0% 10%)",
18
+ "utrechtAccordionButtonActiveBackgroundColor": "hsl(0 0% 80%)",
19
+ "utrechtAccordionButtonActiveBorderColor": "hsl(0 0% 95%)",
20
+ "utrechtAccordionButtonActiveColor": "hsl(0 0% 10%)",
21
+ "utrechtAccordionButtonFocusBackgroundColor": "hsl(0 0% 80%)",
22
+ "utrechtAccordionButtonFocusBorderColor": "hsl(0 0% 95%)",
23
+ "utrechtAccordionButtonFocusColor": "hsl(0 0% 10%)",
24
+ "utrechtAccordionButtonIconSize": "24px",
25
+ "utrechtAccordionButtonIconUtrechtBackgroundColor": "hsl(48 100% 50%)",
26
+ "utrechtAccordionPanelBorderColor": "hsl(0 0% 95%)",
27
+ "utrechtAccordionPanelBorderWidth": "2px",
28
+ "utrechtAccordionPanelPaddingBlockStart": "8px",
29
+ "utrechtAccordionPanelPaddingBlockEnd": "8px",
30
+ "utrechtAccordionPanelPaddingInlineStart": "16px",
31
+ "utrechtAccordionPanelPaddingInlineEnd": "16px",
32
+ "utrechtAccordionSectionMarginBlockStart": "4px",
33
+ "utrechtAlertDialogMaxBlockSize": "80vh",
34
+ "utrechtAlertDialogMaxInlineSize": "780px",
35
+ "utrechtAlertDialogMinBlockSize": "100px",
36
+ "utrechtAlertDialogMinInlineSize": "320px",
37
+ "utrechtAlertBackgroundColor": "hsl(211 60% 35%)",
38
+ "utrechtAlertColor": "hsl(0 0% 100%)",
39
+ "utrechtAlertColumnGap": "16px",
40
+ "utrechtAlertPaddingBlockStart": "20px",
41
+ "utrechtAlertPaddingBlockEnd": "20px",
42
+ "utrechtAlertPaddingInlineStart": "20px",
43
+ "utrechtAlertPaddingInlineEnd": "20px",
44
+ "utrechtAlertInfoBackgroundColor": "hsl(211 60% 35%)",
45
+ "utrechtAlertInfoColor": "hsl(0 0% 100%)",
46
+ "utrechtAlertWarningBackgroundColor": "#665200",
47
+ "utrechtAlertWarningColor": "hsl(0 0% 100%)",
48
+ "utrechtAlertErrorBackgroundColor": "hsl(0 100% 30%)",
49
+ "utrechtAlertErrorColor": "hsl(0 0% 100%)",
50
+ "utrechtAlertOkBackgroundColor": "#4D6336",
51
+ "utrechtAlertOkColor": "hsl(0 0% 100%)",
52
+ "utrechtAlertIconColor": "hsl(211 60% 35%)",
53
+ "utrechtAlertIconSize": "24px",
54
+ "utrechtAlertIconInsetBlockStart": "6px",
55
+ "utrechtAlertIconInfoColor": "hsl(211 60% 35%)",
56
+ "utrechtAlertIconErrorColor": "hsl(0 100% 40%)",
57
+ "utrechtAlertIconWarningColor": "hsl(48 100% 40%)",
58
+ "utrechtAlertIconOkColor": "hsl(90 30% 38%)",
59
+ "utrechtAlertInvalidBackgroundColor": "hsl(0 100% 95%)",
60
+ "utrechtAlertInvalidColor": "hsl(0 0% 100%)",
61
+ "utrechtArticleMaxInlineSize": "780px",
62
+ "utrechtBackdropBackgroundColor": "hsl(0 0% 0%)",
63
+ "utrechtBackdropColor": "hsl(0 0% 100%)",
64
+ "utrechtBackdropOpacity": "0.8",
65
+ "utrechtBackdropFadeInAnimationDuration": "400ms",
66
+ "utrechtBackdropReducedTransparencyOpacity": "0.98",
67
+ "utrechtBadgeCounterBackgroundColor": "hsl(0 100% 40%)",
68
+ "utrechtBadgeCounterBorderRadius": "1rem",
69
+ "utrechtBadgeCounterColor": "hsl(0 0% 100%)",
70
+ "utrechtBadgeCounterFontSize": "1rem",
71
+ "utrechtBadgeCounterPaddingBlock": "1ex",
72
+ "utrechtBadgeCounterPaddingInline": "1ex",
73
+ "utrechtBadgeListItemMarginBlock": "8px",
74
+ "utrechtBadgeListItemMarginInline": "12px",
75
+ "utrechtBadgeBackgroundColor": "hsl(0 0% 30%)",
76
+ "utrechtBadgeBorderRadius": "0",
77
+ "utrechtBadgeColor": "hsl(0 0% 100%)",
78
+ "utrechtBadgePaddingBlock": "8px",
79
+ "utrechtBadgePaddingInline": "12px",
80
+ "utrechtBadgeFontStyle": "normal",
81
+ "utrechtBlockquoteMarginInlineStart": "1.6em",
82
+ "utrechtBlockquoteMarginInlineEnd": "1.6em",
83
+ "utrechtBlockquoteContentColor": "hsl(0 100% 40%)",
84
+ "utrechtBlockquoteContentFontSize": "1.125rem",
85
+ "utrechtBlockquoteCaptionFontSize": "0.875rem",
86
+ "utrechtBlockquoteMarginBlockStart": "1.6em",
87
+ "utrechtBlockquoteMarginBlockEnd": "1.6em",
88
+ "utrechtBreadcrumbNavMinBlockSize": "34px",
89
+ "utrechtBreadcrumbNavFontSize": "1rem",
90
+ "utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
91
+ "utrechtBreadcrumbNavItemPaddingBlockEnd": "8px",
92
+ "utrechtBreadcrumbNavItemPaddingInlineEnd": "8px",
93
+ "utrechtBreadcrumbNavItemPaddingInlineStart": "8px",
94
+ "utrechtBreadcrumbNavLinkColor": "hsl(211 60% 35%)",
95
+ "utrechtBreadcrumbNavLinkFocusBackgroundColor": "hsl(48 100% 60%)",
96
+ "utrechtBreadcrumbNavLinkFocusColor": "hsl(211 60% 40%)",
97
+ "utrechtBreadcrumbNavLinkFocusTextDecoration": "underline",
98
+ "utrechtBreadcrumbNavLinkHoverColor": "hsl(211 60% 40%)",
99
+ "utrechtBreadcrumbNavLinkHoverTextDecoration": "underline",
100
+ "utrechtBreadcrumbNavLinkDisabledColor": "hsl(0 0% 40%)",
101
+ "utrechtBreadcrumbNavLinkTextDecoration": "none",
102
+ "utrechtBreadcrumbNavLinkIconSize": "16px",
103
+ "utrechtBreadcrumbNavSeparatorColor": "hsl(211 60% 35%)",
104
+ "utrechtBreadcrumbNavSeparatorIconSize": "0.875rem",
105
+ "utrechtBreadcrumbNavArrowsLinkBackgroundColor": "hsl(0 0% 90%)",
106
+ "utrechtBreadcrumbNavArrowsLinkFocusBackgroundColor": "hsl(48 100% 60%)",
107
+ "utrechtBreadcrumbNavArrowsLinkFocusColor": "hsl(0 0% 0%)",
108
+ "utrechtBreadcrumbNavArrowsLinkColor": "hsl(0 0% 0%)",
109
+ "utrechtBreadcrumbNavDividerInlineSize": "1px",
110
+ "utrechtButtonBackgroundColor": "hsl(0 0% 30%)",
111
+ "utrechtButtonBorderColor": "hsl(0 0% 40%)",
112
+ "utrechtButtonBorderRadius": "0",
113
+ "utrechtButtonBorderWidth": "1px",
114
+ "utrechtButtonColor": "hsl(0 0% 80%)",
115
+ "utrechtButtonColumnGap": "0.5ch",
116
+ "utrechtButtonFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
117
+ "utrechtButtonFontSize": "1rem",
118
+ "utrechtButtonMarginBlockStart": "8px",
119
+ "utrechtButtonMarginBlockEnd": "8px",
120
+ "utrechtButtonMarginInlineStart": "0",
121
+ "utrechtButtonMarginInlineEnd": "0",
122
+ "utrechtButtonPaddingBlockStart": "8px",
123
+ "utrechtButtonPaddingBlockEnd": "8px",
124
+ "utrechtButtonPaddingInlineStart": "16px",
125
+ "utrechtButtonPaddingInlineEnd": "16px",
126
+ "utrechtButtonActiveBackgroundColor": "hsl(0 0% 40%)",
127
+ "utrechtButtonActiveColor": "hsl(0 0% 100%)",
128
+ "utrechtButtonDisabledBackgroundColor": "hsl(0 0% 40%)",
129
+ "utrechtButtonDisabledBorderColor": "hsl(0 0% 40%)",
130
+ "utrechtButtonDisabledColor": "hsl(0 0% 80%)",
131
+ "utrechtButtonFocusScale": "1.02",
132
+ "utrechtButtonHoverScale": "1.02",
133
+ "utrechtButtonPressedBackgroundColor": "hsl(0 0% 40%)",
134
+ "utrechtButtonPressedColor": "hsl(0 0% 100%)",
135
+ "utrechtButtonPrimaryActionBackgroundColor": "hsl(211 60% 80%)",
136
+ "utrechtButtonPrimaryActionBorderColor": "transparent",
137
+ "utrechtButtonPrimaryActionBorderWidth": "2px",
138
+ "utrechtButtonPrimaryActionColor": "hsl(0 0% 15%)",
139
+ "utrechtButtonPrimaryActionActiveBackgroundColor": "hsl(211 60% 30%)",
140
+ "utrechtButtonPrimaryActionActiveBorderColor": "hsl(211 60% 30%)",
141
+ "utrechtButtonPrimaryActionActiveColor": "hsl(0 0% 100%)",
142
+ "utrechtButtonPrimaryActionDisabledBackgroundColor": "hsl(0 0% 90%)",
143
+ "utrechtButtonPrimaryActionDisabledBorderColor": "hsl(0 0% 80%)",
144
+ "utrechtButtonPrimaryActionDisabledColor": "hsl(0 0% 80%)",
145
+ "utrechtButtonPrimaryActionHoverBackgroundColor": "hsl(211 60% 60%)",
146
+ "utrechtButtonPrimaryActionHoverBorderColor": "transparent",
147
+ "utrechtButtonPrimaryActionHoverColor": "hsl(0 0% 15%)",
148
+ "utrechtButtonPrimaryActionFocusBackgroundColor": "hsl(211 60% 90%)",
149
+ "utrechtButtonPrimaryActionFocusBorderColor": "hsl(0 0% 15%)",
150
+ "utrechtButtonPrimaryActionFocusBorderWidth": "2px",
151
+ "utrechtButtonPrimaryActionPressedBackgroundColor": "hsl(211 60% 30%)",
152
+ "utrechtButtonPrimaryActionPressedBorderColor": "hsl(211 60% 30%)",
153
+ "utrechtButtonPrimaryActionPressedColor": "hsl(0 0% 100%)",
154
+ "utrechtButtonPrimaryActionReadyBackgroundColor": "hsl(90 30% 38%)",
155
+ "utrechtButtonPrimaryActionReadyBorderColor": "transparent",
156
+ "utrechtButtonPrimaryActionReadyColor": "hsl(0 0% 95%)",
157
+ "utrechtButtonPrimaryActionReadyDisabledBorderColor": "hsl(0 0% 40%)",
158
+ "utrechtButtonPrimaryActionReadyHoverBackgroundColor": "hsl(90 30% 30%)",
159
+ "utrechtButtonPrimaryActionReadyHoverBorderColor": "transparent",
160
+ "utrechtButtonPrimaryActionReadyHoverColor": "hsl(0 0% 80%)",
161
+ "utrechtButtonPrimaryActionReadyFocusBackgroundColor": "hsl(90 30% 50%)",
162
+ "utrechtButtonPrimaryActionReadyFocusBorderColor": "hsl(0 0% 95%)",
163
+ "utrechtButtonPrimaryActionWarningBackgroundColor": "hsl(48 100% 20%)",
164
+ "utrechtButtonPrimaryActionWarningBorderColor": "transparent",
165
+ "utrechtButtonPrimaryActionWarningColor": "hsl(0 0% 0%)",
166
+ "utrechtButtonPrimaryActionWarningDisabledBorderColor": "hsl(0 0% 95%)",
167
+ "utrechtButtonPrimaryActionWarningHoverBackgroundColor": "hsl(48 100% 40%)",
168
+ "utrechtButtonPrimaryActionWarningHoverBorderColor": "transparent",
169
+ "utrechtButtonPrimaryActionWarningHoverColor": "hsl(0 0% 0%)",
170
+ "utrechtButtonPrimaryActionWarningFocusBackgroundColor": "hsl(48 100% 40%)",
171
+ "utrechtButtonPrimaryActionWarningFocusBorderColor": "hsl(0 0% 15%)",
172
+ "utrechtButtonPrimaryActionDangerBackgroundColor": "hsl(0 100% 30%)",
173
+ "utrechtButtonPrimaryActionDangerBorderColor": "transparent",
174
+ "utrechtButtonPrimaryActionDangerColor": "hsl(0 0% 15%)",
175
+ "utrechtButtonPrimaryActionDangerDisabledBorderColor": "hsl(0 0% 90%)",
176
+ "utrechtButtonPrimaryActionDangerHoverBackgroundColor": "hsl(0 100% 20%)",
177
+ "utrechtButtonPrimaryActionDangerHoverBorderColor": "transparent",
178
+ "utrechtButtonPrimaryActionDangerHoverColor": "hsl(0 0% 15%)",
179
+ "utrechtButtonPrimaryActionDangerFocusBackgroundColor": "hsl(0 100% 30%)",
180
+ "utrechtButtonPrimaryActionDangerFocusBorderColor": "hsl(0 100% 30%)",
181
+ "utrechtButtonSecondaryActionBackgroundColor": "hsl(0 0% 15%)",
182
+ "utrechtButtonSecondaryActionBorderColor": "hsl(211 60% 80%)",
183
+ "utrechtButtonSecondaryActionBorderWidth": "2px",
184
+ "utrechtButtonSecondaryActionColor": "hsl(211 60% 80%)",
185
+ "utrechtButtonSecondaryActionActiveBackgroundColor": "hsl(0 0% 100%)",
186
+ "utrechtButtonSecondaryActionActiveBorderColor": "hsl(211 60% 30%)",
187
+ "utrechtButtonSecondaryActionActiveColor": "hsl(211 60% 30%)",
188
+ "utrechtButtonSecondaryActionDisabledBackgroundColor": "hsl(0 0% 15%)",
189
+ "utrechtButtonSecondaryActionDisabledBorderColor": "hsl(0 0% 40%)",
190
+ "utrechtButtonSecondaryActionDisabledColor": "hsl(0 0% 40%)",
191
+ "utrechtButtonSecondaryActionHoverBackgroundColor": "hsl(0 0% 15%)",
192
+ "utrechtButtonSecondaryActionHoverBorderColor": "hsl(211 60% 60%)",
193
+ "utrechtButtonSecondaryActionHoverColor": "hsl(211 60% 60%)",
194
+ "utrechtButtonSecondaryActionPressedBackgroundColor": "hsl(0 0% 100%)",
195
+ "utrechtButtonSecondaryActionPressedColor": "hsl(211 60% 30%)",
196
+ "utrechtButtonSecondaryActionDangerBackgroundColor": "hsl(0 0% 15%)",
197
+ "utrechtButtonSecondaryActionDangerBorderColor": "hsl(0 100% 30%)",
198
+ "utrechtButtonSecondaryActionDangerColor": "hsl(0 100% 30%)",
199
+ "utrechtButtonSecondaryActionDangerHoverBackgroundColor": "hsl(0 0% 15%)",
200
+ "utrechtButtonSecondaryActionDangerHoverBorderColor": "hsl(0 100% 20%)",
201
+ "utrechtButtonSecondaryActionDangerHoverColor": "hsl(0 100% 20%)",
202
+ "utrechtButtonSecondaryActionDangerFocusBackgroundColor": "hsl(0 0% 15%)",
203
+ "utrechtButtonSecondaryActionDangerFocusBorderColor": "hsl(0 100% 30%)",
204
+ "utrechtButtonSecondaryActionWarningBackgroundColor": "hsl(0 0% 15%)",
205
+ "utrechtButtonSecondaryActionWarningBorderColor": "hsl(48 100% 20%)",
206
+ "utrechtButtonSecondaryActionWarningColor": "hsl(0 0% 20%)",
207
+ "utrechtButtonSecondaryActionWarningHoverBackgroundColor": "hsl(0 0% 15%)",
208
+ "utrechtButtonSecondaryActionWarningHoverBorderColor": "hsl(48 100% 40%)",
209
+ "utrechtButtonSecondaryActionWarningHoverColor": "hsl(48 100% 40%)",
210
+ "utrechtButtonSecondaryActionWarningFocusBackgroundColor": "hsl(0 0% 15%)",
211
+ "utrechtButtonSecondaryActionWarningFocusBorderColor": "hsl(48 100% 40%)",
212
+ "utrechtButtonSecondaryActionReadyBackgroundColor": "hsl(0 0% 15%)",
213
+ "utrechtButtonSecondaryActionReadyBorderColor": "hsl(90 30% 30%)",
214
+ "utrechtButtonSecondaryActionReadyColor": "hsl(0 0% 30%)",
215
+ "utrechtButtonSecondaryActionReadyHoverBorderColor": "hsl(90 30% 38%)",
216
+ "utrechtButtonSecondaryActionReadyHoverColor": "hsl(90 30% 38%)",
217
+ "utrechtButtonSecondaryActionReadyFocusBorderColor": "hsl(90 30% 38%)",
218
+ "utrechtButtonSubtleBackgroundColor": "transparent",
219
+ "utrechtButtonSubtleBorderColor": "transparent",
220
+ "utrechtButtonSubtleBorderWidth": "2px",
221
+ "utrechtButtonSubtleColor": "hsl(211 60% 60%)",
222
+ "utrechtButtonSubtleFontWeight": "700",
223
+ "utrechtButtonSubtleActiveBackgroundColor": "hsl(211 60% 35%)",
224
+ "utrechtButtonSubtleActiveColor": "hsl(0 0% 100%)",
225
+ "utrechtButtonSubtleDisabledBackgroundColor": "transparent",
226
+ "utrechtButtonSubtleDisabledColor": "hsl(0 0% 40%)",
227
+ "utrechtButtonSubtleHoverBackgroundColor": "hsl(0 0% 100%)",
228
+ "utrechtButtonSubtleHoverBorderColor": "hsl(211 60% 40%)",
229
+ "utrechtButtonSubtleHoverColor": "hsl(211 60% 35%)",
230
+ "utrechtButtonSubtleFocusBackgroundColor": "hsl(0 0% 100%)",
231
+ "utrechtButtonSubtleFocusBorderColor": "hsl(211 60% 35%)",
232
+ "utrechtButtonSubtleFocusColor": "hsl(211 60% 35%)",
233
+ "utrechtButtonSubtlePressedBackgroundColor": "hsl(211 60% 35%)",
234
+ "utrechtButtonSubtlePressedColor": "hsl(0 0% 100%)",
235
+ "utrechtButtonSubtleDangerColor": "hsl(0 100% 30%)",
236
+ "utrechtButtonSubtleDangerHoverColor": "hsl(0 100% 30%)",
237
+ "utrechtButtonSubtleDangerFocusColor": "hsl(0 100% 40%)",
238
+ "utrechtButtonSubtleReadyColor": "hsl(90 30% 50%)",
239
+ "utrechtButtonSubtleReadyHoverColor": "hsl(90 30% 38%)",
240
+ "utrechtButtonSubtleReadyFocusColor": "hsl(90 30% 38%)",
241
+ "utrechtCalendarTableWeeksItemWidth": "44px",
242
+ "utrechtCalendarTableWeeksItemPaddingBlockStart": "4px",
243
+ "utrechtCalendarTableWeeksItemPaddingBlockEnd": "10px",
244
+ "utrechtCalendarTableWeeksItemLineHeight": "1.5rem",
245
+ "utrechtCalendarTableDaysItemDaySize": "44px",
246
+ "utrechtCalendarTableDaysItemDayColor": "hsl(0 0% 0%)",
247
+ "utrechtCalendarTableDaysItemDayBorderWidth": "2px",
248
+ "utrechtCalendarTableDaysItemDayBorderColor": "transparent",
249
+ "utrechtCalendarTableDaysItemDayHoverColor": "hsl(211 60% 40%)",
250
+ "utrechtCalendarTableDaysItemDayHoverBorderColor": "hsl(0 0% 0%)",
251
+ "utrechtCalendarTableDaysItemDayFocusBorderColor": "transparent",
252
+ "utrechtCalendarTableDaysItemDayActiveBorderColor": "transparent",
253
+ "utrechtCalendarTableDaysItemDayOutOfTheMonthColor": "hsl(0 0% 80%)",
254
+ "utrechtCalendarTableDaysItemDayOutOfTheMonthBorderColor": "transparent",
255
+ "utrechtCalendarTableDaysItemDayIsTodayBackgroundColor": "hsl(211 60% 90%)",
256
+ "utrechtCalendarTableDaysItemDayIsTodayColor": "hsl(211 60% 30%)",
257
+ "utrechtCalendarTableDaysItemDayIsTodayBorderColor": "hsl(211 60% 35%)",
258
+ "utrechtCalendarTableDaysItemDayIsTodayFontWeight": "700",
259
+ "utrechtCalendarTableDaysItemDayEmphasisBorderColor": "transparent",
260
+ "utrechtCalendarTableDaysItemDaySelectedBackgroundColor": "hsl(211 60% 30%)",
261
+ "utrechtCalendarTableDaysItemDaySelectedColor": "hsl(0 0% 100%)",
262
+ "utrechtCalendarTableDaysItemDaySelectedBorderColor": "transparent",
263
+ "utrechtCalendarTableDaysItemDayDisabledColor": "hsl(0 0% 40%)",
264
+ "utrechtCalendarTableDaysItemDayDisabledBorderColor": "transparent",
265
+ "utrechtCalendarNavigationColor": "hsl(211 60% 30%)",
266
+ "utrechtCalendarNavigationPaddingBlockStart": "2px",
267
+ "utrechtCalendarNavigationPaddingBlockEnd": "2px",
268
+ "utrechtCalendarNavigationLabelMinInlineSize": "200px",
269
+ "utrechtCalendarNavigationLabelColor": "hsl(0 0% 0%)",
270
+ "utrechtCalendarNavigationLabelFontSize": "1.125rem",
271
+ "utrechtCalendarIconSize": "24px",
272
+ "utrechtCheckboxBackgroundColor": "hsl(0 0% 20%)",
273
+ "utrechtCheckboxBorderColor": "hsl(0 0% 95%)",
274
+ "utrechtCheckboxBorderRadius": "0",
275
+ "utrechtCheckboxBorderWidth": "2px",
276
+ "utrechtCheckboxColor": "hsl(0 0% 95%)",
277
+ "utrechtCheckboxSize": "24px",
278
+ "utrechtCheckboxFocusBorderWidth": "2px",
279
+ "utrechtCheckboxDisabledBorderColor": "hsl(0 0% 80%)",
280
+ "utrechtCheckboxDisabledBackgroundColor": "hsl(0 0% 80%)",
281
+ "utrechtCheckboxCheckedBorderColor": "hsl(211 60% 40%)",
282
+ "utrechtCheckboxCheckedBackgroundColor": "hsl(211 60% 40%)",
283
+ "utrechtCheckboxIndeterminateBackgroundColor": "hsl(211 60% 40%)",
284
+ "utrechtCheckboxInvalidBorderColor": "#990000",
285
+ "utrechtCheckboxMarginBlockStart": 0,
286
+ "utrechtCodeBlockBackgroundColor": "hsl(0 0% 95%)",
287
+ "utrechtCodeBlockColor": "hsl(0 0% 0%)",
288
+ "utrechtCodeBlockFontSize": "1rem",
289
+ "utrechtCodeBlockLineHeight": "1.5",
290
+ "utrechtCodeBlockMarginBlockStart": "20px",
291
+ "utrechtCodeBlockMarginBlockEnd": "20px",
292
+ "utrechtCodeBlockPaddingBlockStart": "20px",
293
+ "utrechtCodeBlockPaddingBlockEnd": "20px",
294
+ "utrechtCodeBlockPaddingInlineStart": "20px",
295
+ "utrechtCodeBlockPaddingInlineEnd": "20px",
296
+ "utrechtColumnLayoutColumnRuleColor": "hsl(0 0% 80%)",
297
+ "utrechtColumnLayoutColumnRuleWidth": "2px",
298
+ "utrechtColumnLayoutColumnWidth": "350px",
299
+ "utrechtColumnLayoutGap": "16px",
300
+ "utrechtActionActivateCursor": "pointer",
301
+ "utrechtActionBusyCursor": "wait",
302
+ "utrechtActionDisabledCursor": "not-allowed",
303
+ "utrechtActionInertCursor": "default",
304
+ "utrechtActionNavigateCursor": "pointer",
305
+ "utrechtActionSubmitCursor": "pointer",
306
+ "utrechtFeedbackDangerBackgroundColor": "hsl(0 100% 40%)",
307
+ "utrechtFeedbackDangerBorderColor": "hsl(0 100% 40%)",
308
+ "utrechtFeedbackDangerColor": "hsl(0 100% 40%)",
309
+ "utrechtFeedbackDangerFillBackgroundColor": "hsl(0 100% 40%)",
310
+ "utrechtFeedbackDangerFillColor": "hsl(0 0% 100%)",
311
+ "utrechtFeedbackWarningBackgroundColor": "hsl(48 100% 50%)",
312
+ "utrechtFeedbackWarningBorderColor": "hsl(48 100% 50%)",
313
+ "utrechtFeedbackWarningColor": "hsl(48 100% 50%)",
314
+ "utrechtFeedbackWarningFillBackgroundColor": "hsl(48 100% 50%)",
315
+ "utrechtFeedbackWarningFillColor": "hsl(0 0% 0%)",
316
+ "utrechtFeedbackSafeBackgroundColor": "hsl(90 30% 50%)",
317
+ "utrechtFeedbackSafeBorderColor": "hsl(90 30% 50%)",
318
+ "utrechtFeedbackSafeColor": "hsl(90 30% 50%)",
319
+ "utrechtFeedbackSafeFillBackgroundColor": "hsl(90 30% 50%)",
320
+ "utrechtFeedbackSafeFillColor": "hsl(0 0% 100%)",
321
+ "utrechtFeedbackInvalidBackgroundColor": "#990000",
322
+ "utrechtFeedbackInvalidBorderColor": "#990000",
323
+ "utrechtFeedbackInvalidColor": "#990000",
324
+ "utrechtFeedbackInvalidFillBackgroundColor": "#990000",
325
+ "utrechtFeedbackInvalidFillColor": "hsl(0 0% 100%)",
326
+ "utrechtFeedbackValidBackgroundColor": "hsl(90 30% 50%)",
327
+ "utrechtFeedbackValidBorderColor": "hsl(90 30% 50%)",
328
+ "utrechtFeedbackValidColor": "hsl(90 30% 50%)",
329
+ "utrechtFeedbackValidFillBackgroundColor": "hsl(90 30% 50%)",
330
+ "utrechtFeedbackValidFillColor": "hsl(0 0% 100%)",
331
+ "utrechtFeedbackErrorBackgroundColor": "hsl(0 100% 40%)",
332
+ "utrechtFeedbackErrorBorderColor": "hsl(0 100% 40%)",
333
+ "utrechtFeedbackErrorColor": "hsl(0 100% 40%)",
334
+ "utrechtFeedbackErrorFillBackgroundColor": "hsl(0 100% 40%)",
335
+ "utrechtFeedbackErrorFillColor": "hsl(0 0% 100%)",
336
+ "utrechtFeedbackSuccessBackgroundColor": "hsl(90 30% 50%)",
337
+ "utrechtFeedbackSuccessBorderColor": "hsl(90 30% 50%)",
338
+ "utrechtFeedbackSuccessColor": "hsl(90 30% 50%)",
339
+ "utrechtFeedbackSuccessFillBackgroundColor": "hsl(90 30% 50%)",
340
+ "utrechtFeedbackSuccessFillColor": "hsl(0 0% 100%)",
341
+ "utrechtFeedbackInactiveBackgroundColor": "hsl(0 100% 40%)",
342
+ "utrechtFeedbackInactiveBorderColor": "hsl(0 100% 40%)",
343
+ "utrechtFeedbackInactiveColor": "hsl(0 100% 40%)",
344
+ "utrechtFeedbackInactiveFillBackgroundColor": "hsl(0 100% 40%)",
345
+ "utrechtFeedbackInactiveFillColor": "hsl(0 0% 100%)",
346
+ "utrechtFeedbackActiveBackgroundColor": "hsl(90 30% 50%)",
347
+ "utrechtFeedbackActiveBorderColor": "hsl(90 30% 50%)",
348
+ "utrechtFeedbackActiveColor": "hsl(90 30% 50%)",
349
+ "utrechtFeedbackActiveFillBackgroundColor": "hsl(90 30% 50%)",
350
+ "utrechtFeedbackActiveFillColor": "hsl(0 0% 100%)",
351
+ "utrechtPointerTargetMinSize": "44px",
352
+ "utrechtSpaceBlock3xs": "2px",
353
+ "utrechtSpaceBlock2xs": "4px",
354
+ "utrechtSpaceBlockXs": "8px",
355
+ "utrechtSpaceBlockSm": "12px",
356
+ "utrechtSpaceBlockMd": "16px",
357
+ "utrechtSpaceBlockLg": "20px",
358
+ "utrechtSpaceBlockXl": "24px",
359
+ "utrechtSpaceBlock2xl": "32px",
360
+ "utrechtSpaceBlock3xl": "48px",
361
+ "utrechtSpaceBlock4xl": "64px",
362
+ "utrechtSpaceBlock4xs": "1px",
363
+ "utrechtSpaceInline3xs": "2px",
364
+ "utrechtSpaceInline2xs": "4px",
365
+ "utrechtSpaceInlineXs": "8px",
366
+ "utrechtSpaceInlineSm": "12px",
367
+ "utrechtSpaceInlineMd": "16px",
368
+ "utrechtSpaceInlineLg": "20px",
369
+ "utrechtSpaceInlineXl": "24px",
370
+ "utrechtSpaceInline2xl": "28px",
371
+ "utrechtSpaceInline3xl": "32px",
372
+ "utrechtSpaceInline4xl": "48px",
373
+ "utrechtSpaceText3xs": "0.125ch",
374
+ "utrechtSpaceText2xs": "0.25ch",
375
+ "utrechtSpaceTextXs": "0.5ch",
376
+ "utrechtSpaceTextSm": "0.75ch",
377
+ "utrechtSpaceTextMd": "1ch",
378
+ "utrechtSpaceTextLg": "1.5ch",
379
+ "utrechtSpaceTextXl": "1.75ch",
380
+ "utrechtSpaceText2xl": "2ch",
381
+ "utrechtSpaceText3xl": "3ch",
382
+ "utrechtSpaceRow4xs": "1px",
383
+ "utrechtSpaceRow3xs": "2px",
384
+ "utrechtSpaceRow2xs": "4px",
385
+ "utrechtSpaceRowXs": "8px",
386
+ "utrechtSpaceRowSm": "12px",
387
+ "utrechtSpaceRowMd": "16px",
388
+ "utrechtSpaceRowLg": "20px",
389
+ "utrechtSpaceRowXl": "24px",
390
+ "utrechtSpaceRow2xl": "28px",
391
+ "utrechtSpaceRow3xl": "32px",
392
+ "utrechtSpaceRow4xl": "48px",
393
+ "utrechtSpaceRow5xl": "64px",
394
+ "utrechtSpaceColumn4xs": "1px",
395
+ "utrechtSpaceColumn3xs": "2px",
396
+ "utrechtSpaceColumn2xs": "4px",
397
+ "utrechtSpaceColumnXs": "8px",
398
+ "utrechtSpaceColumnSm": "12px",
399
+ "utrechtSpaceColumnMd": "16px",
400
+ "utrechtSpaceColumnLg": "20px",
401
+ "utrechtSpaceColumnXl": "24px",
402
+ "utrechtSpaceColumn2xl": "28px",
403
+ "utrechtSpaceColumn3xl": "32px",
404
+ "utrechtSpaceColumn4xl": "48px",
405
+ "utrechtSpaceColumn5xl": "64px",
406
+ "utrechtDataListMarginBlockEnd": "16px",
407
+ "utrechtDataListMarginBlockStart": "16px",
408
+ "utrechtDataListItemKeyFontWeight": "700",
409
+ "utrechtDataListRowsColumnMinInlineSize": "25ch",
410
+ "utrechtDataListRowsColumnInlineSize": "80%",
411
+ "utrechtDataListRowsItemMarginBlockStart": "16px",
412
+ "utrechtDataListRowsItemValueMarginBlockStart": "8px",
413
+ "utrechtDataPlaceholderBackgroundColor": "hsl(0 0% 40%)",
414
+ "utrechtDocumentBackgroundColor": "hsl(0 0% 15%)",
415
+ "utrechtDocumentColor": "hsl(0 0% 95%)",
416
+ "utrechtDocumentFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
417
+ "utrechtDocumentFontSize": "1rem",
418
+ "utrechtDocumentLineHeight": "1.4",
419
+ "utrechtDrawerBackgroundColor": "hsl(0 0% 15%)",
420
+ "utrechtDrawerBorderColor": "hsl(0 0% 90%)",
421
+ "utrechtDrawerBorderWidth": "1px",
422
+ "utrechtDrawerColor": "hsl(0 0% 95%)",
423
+ "utrechtDrawerMaxBlockSize": "240px",
424
+ "utrechtDrawerMaxInlineSize": "320px",
425
+ "utrechtDrawerPaddingBlockEnd": "16px",
426
+ "utrechtDrawerPaddingBlockStart": "16px",
427
+ "utrechtDrawerPaddingInlineStart": "16px",
428
+ "utrechtDrawerPaddingInlineEnd": "16px",
429
+ "utrechtEmphasisStrongFontWeight": "700",
430
+ "utrechtFigureCaptionColor": "#727272",
431
+ "utrechtFigureCaptionFontSize": "0.875rem",
432
+ "utrechtFigureCaptionLineHeight": "1.5",
433
+ "utrechtFocusBackgroundColor": "hsl(48 100% 60%)",
434
+ "utrechtFocusOutlineColor": "hsl(0 0% 0%)",
435
+ "utrechtFocusOutlineStyle": "dotted",
436
+ "utrechtFocusOutlineWidth": "2px",
437
+ "utrechtFocusInverseOutlineColor": "hsl(0 0% 100%)",
438
+ "utrechtFormControlBackgroundColor": "hsl(0 0% 20%)",
439
+ "utrechtFormControlBorderColor": "hsl(0 0% 95%)",
440
+ "utrechtFormControlBorderRadius": "0",
441
+ "utrechtFormControlBorderWidth": "1px",
442
+ "utrechtFormControlColor": "hsl(0 0% 95%)",
443
+ "utrechtFormControlFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
444
+ "utrechtFormControlFontSize": "1rem",
445
+ "utrechtFormControlMaxInlineSize": "28em",
446
+ "utrechtFormControlPaddingBlockEnd": "8px",
447
+ "utrechtFormControlPaddingBlockStart": "8px",
448
+ "utrechtFormControlPaddingInlineEnd": "12px",
449
+ "utrechtFormControlPaddingInlineStart": "12px",
450
+ "utrechtFormControlPlaceholderColor": "hsl(0 0% 80%)",
451
+ "utrechtFormControlPlaceholderFontStyle": "normal",
452
+ "utrechtFormControlFocusBorderColor": "hsl(0 0% 80%)",
453
+ "utrechtFormControlInvalidBorderColor": "#990000",
454
+ "utrechtFormControlReadOnlyBackgroundColor": "hsl(0 0% 30%)",
455
+ "utrechtFormControlReadOnlyBorderColor": "transparent",
456
+ "utrechtFormControlReadOnlyColor": "hsl(0 0% 20%)",
457
+ "utrechtFormControlBlockSize": "42px",
458
+ "utrechtFormFieldDescriptionInvalidColor": "#990000",
459
+ "utrechtFormFieldDescriptionValidColor": "hsl(90 30% 50%)",
460
+ "utrechtFormFieldDescriptionWarningColor": "hsl(48 100% 50%)",
461
+ "utrechtFormFieldErrorMessageColor": "#990000",
462
+ "utrechtFormFieldMarginBlockStart": "4px",
463
+ "utrechtFormFieldMarginBlockEnd": "4px",
464
+ "utrechtFormFieldInvalidBorderInlineStartColor": "#990000",
465
+ "utrechtFormFieldInvalidBorderInlineStartWidth": "3px",
466
+ "utrechtFormFieldInvalidPaddingInlineStart": "12px",
467
+ "utrechtFormFieldLabelMarginBlockEnd": "12px",
468
+ "utrechtFormFieldDescriptionMarginBlockStart": "12px",
469
+ "utrechtFormFieldDescriptionMarginBlockEnd": "12px",
470
+ "utrechtFormFieldsetMarginBlockEnd": "4px",
471
+ "utrechtFormFieldsetMarginBlockStart": "4px",
472
+ "utrechtFormFieldsetSectionBackgroundColor": "hsl(0 0% 80%)",
473
+ "utrechtFormFieldsetSectionColor": "hsl(0 0% 0%)",
474
+ "utrechtFormFieldsetLegendFontSize": "1rem",
475
+ "utrechtFormFieldsetLegendFontWeight": "700",
476
+ "utrechtFormFieldsetLegendLineHeight": "1.5",
477
+ "utrechtFormFieldsetLegendMarginBlockEnd": "12px",
478
+ "utrechtFormFieldsetLegendMarginBlockStart": "24px",
479
+ "utrechtFormFieldsetLegendDisabledColor": "hsl(0 0% 40%)",
480
+ "utrechtFormLabelFontWeight": "700",
481
+ "utrechtFormLabelFontSize": "1em",
482
+ "utrechtFormLabelCheckboxFontWeight": "400",
483
+ "utrechtFormLabelRadioFontWeight": "400",
484
+ "utrechtFormToggleAccentColor": "hsla(0 0% 48% / 100%)",
485
+ "utrechtFormToggleBackgroundColor": "hsl(0 0% 100%)",
486
+ "utrechtFormToggleBorderColor": "transparent",
487
+ "utrechtFormToggleBorderStyle": "solid",
488
+ "utrechtFormToggleBorderRadius": "10em",
489
+ "utrechtFormToggleBorderWidth": "2px",
490
+ "utrechtFormToggleColor": "hsl(0 0% 0%)",
491
+ "utrechtFormToggleHeight": "24px",
492
+ "utrechtFormTogglePaddingInlineEnd": "0",
493
+ "utrechtFormTogglePaddingInlineStart": "0",
494
+ "utrechtFormTogglePaddingBlockEnd": "0",
495
+ "utrechtFormTogglePaddingBlockStart": "0",
496
+ "utrechtFormToggleWidth": "48px",
497
+ "utrechtFormToggleTrackBorderRadius": "10em",
498
+ "utrechtFormToggleTrackDisabledBackgroundColor": "hsl(0 0% 90%)",
499
+ "utrechtFormToggleThumbBackgroundColor": "hsl(0 0% 100%)",
500
+ "utrechtFormToggleThumbMarginInlineStart": ".25em",
501
+ "utrechtFormToggleThumbMarginInlineEnd": ".25em",
502
+ "utrechtFormToggleThumbMinInlineSize": "18px",
503
+ "utrechtFormToggleThumbDisabledBoxShadow": 0,
504
+ "utrechtFormToggleThumbDisabledBackgroundColor": "hsl(0 0% 100%)",
505
+ "utrechtFormToggleCheckedAccentColor": "hsl(211 60% 35%)",
506
+ "utrechtFormToggleFocusBorderColor": "hsl(0 0% 0%)",
507
+ "utrechtFormToggleFocusBorderStyle": "dotted",
508
+ "utrechtFormToggleFocusBorderWidth": "2px",
509
+ "utrechtHeading1FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
510
+ "utrechtHeading1FontSize": "2rem",
511
+ "utrechtHeading1FontWeight": "700",
512
+ "utrechtHeading1LineHeight": "1.25",
513
+ "utrechtHeading1MarginBlockEnd": "0.67rem",
514
+ "utrechtHeading1MarginBlockStart": "0.67rem",
515
+ "utrechtHeading2FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
516
+ "utrechtHeading2FontSize": "1.25rem",
517
+ "utrechtHeading2FontWeight": "700",
518
+ "utrechtHeading2LineHeight": "1.25",
519
+ "utrechtHeading2MarginBlockEnd": "0.3rem",
520
+ "utrechtHeading2MarginBlockStart": "1.5rem",
521
+ "utrechtHeading3FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
522
+ "utrechtHeading3FontSize": "1.25rem",
523
+ "utrechtHeading3FontWeight": "400",
524
+ "utrechtHeading3LineHeight": "1.25",
525
+ "utrechtHeading3MarginBlockEnd": "0.2rem",
526
+ "utrechtHeading3MarginBlockStart": "1rem",
527
+ "utrechtHeading4FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
528
+ "utrechtHeading4FontSize": "1.125rem",
529
+ "utrechtHeading4FontWeight": "400",
530
+ "utrechtHeading4LineHeight": "1.5",
531
+ "utrechtHeading4MarginBlockEnd": "0.3rem",
532
+ "utrechtHeading4MarginBlockStart": "1.2rem",
533
+ "utrechtHeading5FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
534
+ "utrechtHeading5FontSize": "0.875rem",
535
+ "utrechtHeading5FontWeight": "400",
536
+ "utrechtHeading5LineHeight": "1.5",
537
+ "utrechtHeading5MarginBlockEnd": "0.2rem",
538
+ "utrechtHeading5MarginBlockStart": "1rem",
539
+ "utrechtHeading6FontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
540
+ "utrechtHeading6FontSize": "0.875rem",
541
+ "utrechtHeading6FontWeight": "400",
542
+ "utrechtHeading6LineHeight": "1.5",
543
+ "utrechtHeadingFontWeight": "700",
544
+ "utrechtIconSize": "48px",
545
+ "utrechtIconBaselineInsetBlockStart": "0.125em",
546
+ "utrechtIndexCharNavMarginBlockStart": "20px",
547
+ "utrechtIndexCharNavMarginBlockEnd": "16px",
548
+ "utrechtIndexCharNavGap": "12px",
549
+ "utrechtIndexCharNavLinkCurrentFontWeight": "700",
550
+ "utrechtLinkListRowGap": "8px",
551
+ "utrechtLinkListLinkColumnGap": "8px",
552
+ "utrechtLinkListLinkFontWeight": "700",
553
+ "utrechtLinkListLinkTextDecoration": "none",
554
+ "utrechtLinkListIconSize": "14px",
555
+ "utrechtLinkSocialBackgroundColor": "hsl(0 100% 40%)",
556
+ "utrechtLinkSocialBorderColor": "hsl(0 0% 100%)",
557
+ "utrechtLinkSocialBorderWidth": "2px",
558
+ "utrechtLinkSocialColor": "hsl(0 0% 100%)",
559
+ "utrechtLinkSocialMarginInlineStart": "12px",
560
+ "utrechtLinkSocialSize": "40px",
561
+ "utrechtLinkSocialIconSize": "26px",
562
+ "utrechtLinkSocialHoverTransformScale": "1.1",
563
+ "utrechtLinkColor": "hsl(211 60% 60%)",
564
+ "utrechtLinkTextDecoration": "underline",
565
+ "utrechtLinkTextUnderlineOffset": "3px",
566
+ "utrechtLinkActiveColor": "hsl(211 60% 60%)",
567
+ "utrechtLinkFocusColor": "hsl(211 60% 80%)",
568
+ "utrechtLinkFocusVisibleTextDecoration": "none",
569
+ "utrechtLinkHoverColor": "hsl(211 60% 80%)",
570
+ "utrechtLinkHoverTextDecoration": "underline",
571
+ "utrechtLinkHoverTextDecorationThickness": "3px",
572
+ "utrechtLinkPlaceholderColor": "hsl(0 0% 80%)",
573
+ "utrechtLinkVisitedColor": "hsl(211 60% 60%)",
574
+ "utrechtLinkIconSize": "1.2em",
575
+ "utrechtListSocialItemMarginInlineEnd": "10px",
576
+ "utrechtListboxBackgroundColor": "hsl(0 0% 100%)",
577
+ "utrechtListboxBorderColor": "hsl(0 0% 95%)",
578
+ "utrechtListboxBorderWidth": "1px",
579
+ "utrechtListboxInlineSize": "448px",
580
+ "utrechtListboxMaxBlockSize": "300px",
581
+ "utrechtListboxOptionMinBlockSize": "44px",
582
+ "utrechtListboxOptionPaddingBlockEnd": "8px",
583
+ "utrechtListboxOptionPaddingBlockStart": "8px",
584
+ "utrechtListboxOptionPaddingInlineEnd": "8px",
585
+ "utrechtListboxOptionPaddingInlineStart": "8px",
586
+ "utrechtListboxOptionActiveBackgroundColor": "hsl(0 0% 95%)",
587
+ "utrechtListboxOptionActiveColor": "hsl(0 0% 0%)",
588
+ "utrechtListboxOptionActiveFontWeight": "700",
589
+ "utrechtListboxOptionHoverBackgroundColor": "hsl(211 60% 90%)",
590
+ "utrechtListboxOptionHoverColor": "hsl(0 0% 0%)",
591
+ "utrechtListboxOptionSelectedBackgroundColor": "hsl(0 0% 95%)",
592
+ "utrechtListboxOptionSelectedColor": "hsl(0 0% 0%)",
593
+ "utrechtListboxOptionGroupMarginBlockEnd": "8px",
594
+ "utrechtListboxOptionGroupTitleFontSize": "1rem",
595
+ "utrechtListboxOptionGroupTitleFontWeight": "700",
596
+ "utrechtListboxOptionGroupTitleColor": "hsl(0 0% 0%)",
597
+ "utrechtListboxOptionGroupTitleMarginInlineStart": "8px",
598
+ "utrechtLogoMaxBlockSize": "103px",
599
+ "utrechtLogoMaxInlineSize": "192px",
600
+ "utrechtLogoMinBlockSize": "58.97px",
601
+ "utrechtLogoMinInlineSize": "110.57px",
602
+ "utrechtMapMarkerBackgroundColor": "hsl(211 60% 30%)",
603
+ "utrechtMapMarkerColor": "hsl(0 0% 100%)",
604
+ "utrechtMapMarkerSize": "48px",
605
+ "utrechtMapMarkerBorderWidth": "3px",
606
+ "utrechtMapMarkerBorderColor": "hsl(0 0% 100%)",
607
+ "utrechtMapMarkerBoxShadowColor": "rgb(0 0 0 / 20%)",
608
+ "utrechtMapMarkerIconSize": "30px",
609
+ "utrechtMapcontrolbuttonBackgroundColor": "hsl(0 0% 100%)",
610
+ "utrechtMapcontrolbuttonBorderColor": "hsl(0 0% 40%)",
611
+ "utrechtMapcontrolbuttonBorderRadius": "2px",
612
+ "utrechtMapcontrolbuttonBorderStyle": "solid",
613
+ "utrechtMapcontrolbuttonBorderWidth": "1px",
614
+ "utrechtMapcontrolbuttonColor": "hsl(0 0% 40%)",
615
+ "utrechtMapcontrolbuttonMinBlockSize": "32px",
616
+ "utrechtMapcontrolbuttonMinInlineSize": "32px",
617
+ "utrechtMapcontrolbuttonDisabledBackgroundColor": "hsl(0 0% 90%)",
618
+ "utrechtMapcontrolbuttonDisabledBorderColor": "hsl(0 0% 80%)",
619
+ "utrechtMapcontrolbuttonDisabledColor": "hsl(0 0% 80%)",
620
+ "utrechtMapcontrolbuttonFocusColor": "hsl(0 0% 0%)",
621
+ "utrechtMapcontrolbuttonFocusTextDecoration": "none",
622
+ "utrechtMapcontrolbuttonHoverBackgroundColor": "hsl(0 0% 90%)",
623
+ "utrechtMapcontrolbuttonHoverColor": "hsl(0 0% 100%)",
624
+ "utrechtMapcontrolbuttonLabelMarginInlineStart": "8px",
625
+ "utrechtMapcontrolbuttonLabelMarginInlineEnd": "8px",
626
+ "utrechtMapcontrolbuttonMarginBlockEnd": "8px",
627
+ "utrechtMapcontrolbuttonMarginBlockStart": "8px",
628
+ "utrechtMapcontrolbuttonMarginInlineEnd": "0",
629
+ "utrechtMapcontrolbuttonMarginInlineStart": "0",
630
+ "utrechtMapcontrolbuttonPaddingBlockEnd": "4px",
631
+ "utrechtMapcontrolbuttonPaddingBlockStart": "4px",
632
+ "utrechtMapcontrolbuttonPaddingInlineEnd": "4px",
633
+ "utrechtMapcontrolbuttonPaddingInlineStart": "4px",
634
+ "utrechtMarkBackgroundColor": "hsl(48 100% 60%)",
635
+ "utrechtMarkColor": "hsl(0 0% 0%)",
636
+ "utrechtNavBarBackgroundColor": "hsl(0 0% 100%)",
637
+ "utrechtNavBarColor": "hsl(0 0% 0%)",
638
+ "utrechtNavBarContentMaxInlineSize": "1184px",
639
+ "utrechtNavBarLinkPaddingBlockEnd": "8px",
640
+ "utrechtNavBarLinkPaddingBlockStart": "8px",
641
+ "utrechtNavBarLinkPaddingInlineEnd": "16px",
642
+ "utrechtNavBarLinkPaddingInlineStart": "16px",
643
+ "utrechtSidenavItemMarginBlockStart": "8px",
644
+ "utrechtSidenavItemMarginBlockEnd": "8px",
645
+ "utrechtSidenavItemMarginInlineStart": "2px",
646
+ "utrechtSidenavItemMarginInlineEnd": "2px",
647
+ "utrechtSidenavItemHoverColor": "hsl(211 60% 40%)",
648
+ "utrechtSidenavItemMarkerColor": "hsl(0 0% 80%)",
649
+ "utrechtSidenavItemMarkerHoverColor": "hsl(211 60% 50%)",
650
+ "utrechtSidenavLinkColor": "hsl(211 60% 40%)",
651
+ "utrechtSidenavLinkHoverColor": "hsl(211 60% 40%)",
652
+ "utrechtTopnavListBackgroundColor": "hsl(0 0% 15%)",
653
+ "utrechtTopnavListBorderColor": "hsl(0 0% 40%)",
654
+ "utrechtTopnavLinkColor": "hsl(0 0% 100%)",
655
+ "utrechtTopnavLinkBackgroundColor": "hsl(211 60% 40%)",
656
+ "utrechtTopnavLinkFocusColor": "hsl(0 0% 0%)",
657
+ "utrechtTopnavLinkFocusBoxShadowColor": "hsl(48 100% 80%)",
658
+ "utrechtTopnavLinkFocusBorderType": "dotted",
659
+ "utrechtTopnavLinkFocusTextDecoration": "none",
660
+ "utrechtTopnavLinkFocusBackgroundColor": "hsl(48 100% 80%)",
661
+ "utrechtTopnavLinkFocusOutlineColor": "hsl(0 0% 0%)",
662
+ "utrechtTopnavLinkHoverBackgroundColor": "hsl(0 0% 0%)",
663
+ "utrechtNumberBadgeBackgroundColor": "hsl(0 100% 40%)",
664
+ "utrechtNumberBadgeBorderRadius": "1rem",
665
+ "utrechtNumberBadgeColor": "hsl(0 0% 100%)",
666
+ "utrechtNumberBadgeFontSize": "1rem",
667
+ "utrechtNumberBadgePaddingBlock": "1ex",
668
+ "utrechtNumberBadgePaddingInline": "1ex",
669
+ "utrechtNumberDataPositiveColor": "green",
670
+ "utrechtNumberDataNegativeColor": "red",
671
+ "utrechtOrderedListMarginBlockStart": "0",
672
+ "utrechtOrderedListMarginBlockEnd": "1em",
673
+ "utrechtOrderedListPaddingInlineStart": "28.8px",
674
+ "utrechtOrderedListItemMarginBlockStart": "0.25em",
675
+ "utrechtOrderedListItemMarginBlockEnd": "0.25em",
676
+ "utrechtOrderedListItemPaddingInlineStart": "0",
677
+ "utrechtPageContentPaddingBlockStart": "2em",
678
+ "utrechtPageContentPaddingBlockEnd": "2em",
679
+ "utrechtPageFooterColor": "hsl(0 0% 100%)",
680
+ "utrechtPageFooterBackgroundColor": "hsl(0 100% 40%)",
681
+ "utrechtPageFooterBackgroundImage": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
682
+ "utrechtPageFooterPaddingInlineEnd": "28px",
683
+ "utrechtPageFooterPaddingInlineStart": "28px",
684
+ "utrechtPageFooterPaddingBlockEnd": "48px",
685
+ "utrechtPageFooterPaddingBlockStart": "48px",
686
+ "utrechtPageHeaderPaddingBlockStart": "1.8em",
687
+ "utrechtPageHeaderPaddingBlockEnd": "1em",
688
+ "utrechtPageHeaderPaddingInlineStart": "2em",
689
+ "utrechtPageHeaderPaddingInlineEnd": "2.4em",
690
+ "utrechtPageBackgroundColor": "hsl(0 0% 15%)",
691
+ "utrechtPageColor": "hsl(0 0% 95%)",
692
+ "utrechtPageMarginInlineStart": "2em",
693
+ "utrechtPageMarginInlineEnd": "2em",
694
+ "utrechtPageMaxInlineSize": "1184px",
695
+ "utrechtPagePaddingBlockStart": "1.8em",
696
+ "utrechtPagePaddingInlineEnd": "2em",
697
+ "utrechtPagePaddingBlockEnd": "1em",
698
+ "utrechtPagePaddingInlineStart": "2em",
699
+ "utrechtPaginationFontSize": "0.875rem",
700
+ "utrechtPaginationMarginBlockStart": "0",
701
+ "utrechtPaginationMarginBlockEnd": "1em",
702
+ "utrechtPaginationPageLinkBackgroundColor": "transparent",
703
+ "utrechtPaginationPageLinkBorderColor": "transparent",
704
+ "utrechtPaginationPageLinkBorderWidth": "2px",
705
+ "utrechtPaginationPageLinkColor": "hsl(211 60% 35%)",
706
+ "utrechtPaginationPageLinkFontWeight": "700",
707
+ "utrechtPaginationPageLinkPaddingInlineEnd": "0.5em",
708
+ "utrechtPaginationPageLinkPaddingInlineStart": "0.5em",
709
+ "utrechtPaginationPageLinkPaddingBlockEnd": "0.5em",
710
+ "utrechtPaginationPageLinkPaddingBlockStart": "0.5em",
711
+ "utrechtPaginationPageLinkTextDecoration": "none",
712
+ "utrechtPaginationPageLinkCurrentBackgroundColor": "hsl(211 60% 35%)",
713
+ "utrechtPaginationPageLinkCurrentBorderColor": "hsl(211 60% 35%)",
714
+ "utrechtPaginationPageLinkCurrentColor": "hsl(0 0% 100%)",
715
+ "utrechtPaginationPageLinkDistancedMarginInlineStart": "0.5em",
716
+ "utrechtPaginationPageLinkHoverBackgroundColor": "hsl(211 60% 35%)",
717
+ "utrechtPaginationPageLinkHoverBorderColor": "hsl(211 60% 35%)",
718
+ "utrechtPaginationPageLinkHoverColor": "hsl(0 0% 100%)",
719
+ "utrechtPaginationRelativeLinkBackgroundColor": "hsl(0 0% 100%)",
720
+ "utrechtPaginationRelativeLinkBorderColor": "hsl(211 60% 35%)",
721
+ "utrechtPaginationRelativeLinkBorderWidth": "2px",
722
+ "utrechtPaginationRelativeLinkColor": "hsl(211 60% 35%)",
723
+ "utrechtPaginationRelativeLinkFontWeight": "700",
724
+ "utrechtPaginationRelativeLinkPaddingInlineEnd": "0.5em",
725
+ "utrechtPaginationRelativeLinkPaddingInlineStart": "0.5em",
726
+ "utrechtPaginationRelativeLinkPaddingBlockEnd": "0.5em",
727
+ "utrechtPaginationRelativeLinkPaddingBlockStart": "0.5em",
728
+ "utrechtPaginationRelativeLinkTextDecoration": "none",
729
+ "utrechtPaginationRelativeLinkTextTransform": "uppercase",
730
+ "utrechtPaginationRelativeLinkDistancedMarginInlineEnd": "0.5em",
731
+ "utrechtPaginationRelativeLinkDistancedMarginInlineStart": "0.5em",
732
+ "utrechtPaginationRelativeLinkHoverBackgroundColor": "hsl(211 60% 35%)",
733
+ "utrechtPaginationRelativeLinkHoverBorderColor": "hsl(211 60% 35%)",
734
+ "utrechtPaginationRelativeLinkHoverColor": "hsl(0 0% 100%)",
735
+ "utrechtParagraphFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
736
+ "utrechtParagraphFontSize": "1rem",
737
+ "utrechtParagraphFontWeight": "400",
738
+ "utrechtParagraphLineHeight": "1.5",
739
+ "utrechtParagraphMarginBlockStart": "16px",
740
+ "utrechtParagraphMarginBlockEnd": "0",
741
+ "utrechtParagraphLeadColor": "hsl(0 0% 95%)",
742
+ "utrechtParagraphLeadFontSize": "1.25rem",
743
+ "utrechtParagraphLeadFontWeight": "400",
744
+ "utrechtParagraphLeadLineHeight": "1.5",
745
+ "utrechtParagraphSmallFontSize": "0.875rem",
746
+ "utrechtPreHeadingFontSize": "1rem",
747
+ "utrechtPreHeadingMarginBlockStart": "28px",
748
+ "utrechtRadioButtonBackgroundColor": "hsl(0 0% 20%)",
749
+ "utrechtRadioButtonBorderColor": "hsl(0 0% 95%)",
750
+ "utrechtRadioButtonBorderWidth": "2px",
751
+ "utrechtRadioButtonSize": "24px",
752
+ "utrechtRadioButtonMarginInlineEnd": "12px",
753
+ "utrechtRadioButtonIconSize": "42%",
754
+ "utrechtRadioButtonActiveBackgroundColor": "hsl(211 60% 80%)",
755
+ "utrechtRadioButtonCheckedBackgroundColor": "hsl(211 60% 40%)",
756
+ "utrechtRadioButtonCheckedBorderColor": "hsl(211 60% 40%)",
757
+ "utrechtRadioButtonCheckedActiveBackgroundColor": "hsl(211 60% 40%)",
758
+ "utrechtRadioButtonCheckedActiveColor": "hsl(211 60% 80%)",
759
+ "utrechtRadioButtonCheckedHoverBackgroundColor": "hsl(211 60% 40%)",
760
+ "utrechtRadioButtonCheckedHoverColor": "hsl(211 60% 90%)",
761
+ "utrechtRadioButtonCheckedFocusBorderColor": "hsl(211 60% 20%)",
762
+ "utrechtRadioButtonHoverBackgroundColor": "hsl(211 60% 90%)",
763
+ "utrechtRadioButtonFocusBorderColor": "hsl(211 60% 40%)",
764
+ "utrechtRadioButtonDisabledBackgroundColor": "hsl(0 0% 80%)",
765
+ "utrechtRadioButtonDisabledBorderColor": "hsl(0 0% 80%)",
766
+ "utrechtRadioButtonDisabledColor": "hsl(0 0% 100%)",
767
+ "utrechtRadioButtonInvalidBorderColor": "#990000",
768
+ "utrechtRadioButtonInvalidBorderWidth": "2px",
769
+ "utrechtRadioButtonColor": "hsl(0 0% 100%)",
770
+ "utrechtRadioButtonBorderRadius": "0",
771
+ "utrechtRichTextStrangerMarginBlockEnd": "32px",
772
+ "utrechtRichTextAcquaintanceMarginBlockEnd": "16px",
773
+ "utrechtRichTextFriendMarginBlockEnd": "8px",
774
+ "utrechtRichTextBestFriendMarginBlockEnd": "4px",
775
+ "utrechtRichTextConfidantMarginBlockEnd": 0,
776
+ "utrechtSearchBarButtonBackgroundColor": "hsl(0 100% 40%)",
777
+ "utrechtSearchBarButtonBorderColor": "hsl(0 100% 40%)",
778
+ "utrechtSearchBarButtonColor": "hsl(0 0% 100%)",
779
+ "utrechtSearchBarButtonFontSize": "0.875rem",
780
+ "utrechtSearchBarButtonFontWeight": "700",
781
+ "utrechtSearchBarButtonHoverBackgroundColor": "hsl(359 65% 58%)",
782
+ "utrechtSearchBarButtonHoverScale": "1",
783
+ "utrechtSearchBarInputBorderColor": "hsl(0 100% 40%)",
784
+ "utrechtSearchBarInputPaddingInlineStart": "32px",
785
+ "utrechtSearchBarInputBackgroundPositionX": ".5em",
786
+ "utrechtSearchBarInputBackgroundPositionY": "50%",
787
+ "utrechtSearchBarInputBackgroundSize": "1em",
788
+ "utrechtSearchBarDropdownBorderWidth": "1px",
789
+ "utrechtSearchBarDropdownBorderColor": "hsl(0 100% 40%)",
790
+ "utrechtSearchBarDropdownPaddingBlockStart": "8px",
791
+ "utrechtSearchBarDropdownPaddingBlockEnd": "8px",
792
+ "utrechtSearchBarDropdownMaxBlockSize": "300px",
793
+ "utrechtSearchBarSectionMarginBlockEnd": "8px",
794
+ "utrechtSearchBarSectionTitleFontSize": "1rem",
795
+ "utrechtSearchBarSectionTitleFontWeight": "700",
796
+ "utrechtSearchBarSectionTitleColor": "hsl(0 0% 0%)",
797
+ "utrechtSearchBarSectionTitleMarginInlineStart": "8px",
798
+ "utrechtSearchBarListItemIsActiveColor": "hsl(0 0% 0%)",
799
+ "utrechtSearchBarListItemIsActiveBackgroundColor": "hsl(0 0% 95%)",
800
+ "utrechtSearchBarListItemIsActiveFontWeight": "700",
801
+ "utrechtSearchBarListItemIsSelectedColor": "hsl(0 0% 0%)",
802
+ "utrechtSearchBarListItemIsSelectedBackgroundColor": "hsl(0 0% 95%)",
803
+ "utrechtSelectBorderBlockEndWidth": "3px",
804
+ "utrechtSeparatorColor": "hsl(0 0% 90%)",
805
+ "utrechtSeparatorBlockSize": "8px",
806
+ "utrechtSeparatorMarginBlockEnd": "16px",
807
+ "utrechtSeparatorMarginBlockStart": "16px",
808
+ "utrechtSkipLinkBackgroundColor": "hsl(0 0% 15%)",
809
+ "utrechtSkipLinkColor": "hsl(0 0% 100%)",
810
+ "utrechtSkipLinkPaddingBlockStart": "8px",
811
+ "utrechtSkipLinkPaddingBlockEnd": "8px",
812
+ "utrechtSkipLinkPaddingInlineStart": "16px",
813
+ "utrechtSkipLinkPaddingInlineEnd": "16px",
814
+ "utrechtSkipLinkTextDecoration": "underline",
815
+ "utrechtSkipLinkFocusBackgroundColor": "hsl(48 100% 80%)",
816
+ "utrechtSkipLinkFocusColor": "hsl(0 0% 0%)",
817
+ "utrechtSkipLinkFocusVisibleTextDecoration": "none",
818
+ "utrechtSpotlightSectionBackgroundColor": "hsl(0 0% 20%)",
819
+ "utrechtSpotlightSectionColor": "hsl(0 0% 15%)",
820
+ "utrechtSpotlightSectionPaddingBlockStart": "16px",
821
+ "utrechtSpotlightSectionPaddingBlockEnd": "12px",
822
+ "utrechtSpotlightSectionPaddingInlineStart": "16px",
823
+ "utrechtSpotlightSectionPaddingInlineEnd": "16px",
824
+ "utrechtSpotlightSectionInfoBackgroundColor": "hsl(211 60% 35%)",
825
+ "utrechtSpotlightSectionInfoColor": "hsl(0 0% 15%)",
826
+ "utrechtSpotlightSectionWarningBackgroundColor": "hsl(48 100% 20%)",
827
+ "utrechtSpotlightSectionWarningColor": "hsl(0 0% 15%)",
828
+ "utrechtSpotlightSectionErrorBackgroundColor": "hsl(0 100% 95%)",
829
+ "utrechtSpotlightSectionOkBackgroundColor": "hsl(90 30% 90%)",
830
+ "utrechtSurfaceBackgroundColor": "hsl(0 0% 15%)",
831
+ "utrechtSurfaceColor": "hsl(0 0% 95%)",
832
+ "utrechtTableMarginBlockEnd": "0",
833
+ "utrechtTableMarginBlockStart": "16px",
834
+ "utrechtTableCaptionFontWeight": "700",
835
+ "utrechtTableCaptionFontSize": "1.125rem",
836
+ "utrechtTableCaptionTextAlign": "start",
837
+ "utrechtTableCaptionMarginBlockEnd": "1em",
838
+ "utrechtTableHeaderFontWeight": "700",
839
+ "utrechtTableHeaderBorderBlockEndColor": "hsl(0 100% 40%)",
840
+ "utrechtTableHeaderBorderBlockEndWidth": "2px",
841
+ "utrechtTableHeaderStickyBackgroundColor": "hsl(0 0% 100%)",
842
+ "utrechtTableHeaderStickyColor": "hsl(0 0% 0%)",
843
+ "utrechtTableHeaderStickyBorderBlockEndColor": "hsl(0 100% 40%)",
844
+ "utrechtTableHeaderStickyBorderBlockEndWidth": "2px",
845
+ "utrechtTableFooterStickyBackgroundColor": "hsl(0 0% 100%)",
846
+ "utrechtTableFooterStickyColor": "hsl(0 0% 0%)",
847
+ "utrechtTableFooterStickyBorderBlockStartColor": "hsl(0 100% 40%)",
848
+ "utrechtTableFooterStickyBorderBlockStartWidth": "2px",
849
+ "utrechtTableCellLineHeight": "1.5rem",
850
+ "utrechtTableCellPaddingBlockEnd": "0.5em",
851
+ "utrechtTableCellPaddingBlockStart": "0.5em",
852
+ "utrechtTableCellPaddingInlineEnd": "0.4em",
853
+ "utrechtTableCellPaddingInlineStart": "0.4em",
854
+ "utrechtTableCellSelectedBackgroundColor": "hsl(211 60% 90%)",
855
+ "utrechtTableCellSelectedColor": "hsl(0 0% 0%)",
856
+ "utrechtTableCellIconSize": "1em",
857
+ "utrechtTableRowBorderBlockEndColor": "hsl(0 0% 90%)",
858
+ "utrechtTableRowBorderBlockEndWidth": "1px",
859
+ "utrechtTableRowAlternateOddBackgroundColor": "hsl(0 0% 100%)",
860
+ "utrechtTableRowAlternateOddColor": "hsl(0 0% 0%)",
861
+ "utrechtTableRowAlternateEvenBackgroundColor": "hsl(0 0% 95%)",
862
+ "utrechtTableRowAlternateEvenColor": "hsl(0 0% 0%)",
863
+ "utrechtTextareaBorderBlockEndWidth": "3px",
864
+ "utrechtTextareaBorderBottomWidth": "3px",
865
+ "utrechtTextareaLineHeight": "1.5",
866
+ "utrechtTextboxBorderBottomWidth": "3px",
867
+ "utrechtToptaskLinkBackgroundColor": "hsl(211 60% 80%)",
868
+ "utrechtToptaskLinkColor": "hsl(0 0% 15%)",
869
+ "utrechtToptaskLinkFontSize": "1rem",
870
+ "utrechtToptaskLinkLineHeight": "1.2",
871
+ "utrechtToptaskLinkMinBlockSize": "8.25rem",
872
+ "utrechtToptaskLinkMinInlineSize": "15rem",
873
+ "utrechtToptaskLinkPaddingBlockEnd": "24px",
874
+ "utrechtToptaskLinkPaddingBlockStart": "24px",
875
+ "utrechtToptaskLinkPaddingInlineEnd": "24px",
876
+ "utrechtToptaskLinkPaddingInlineStart": "24px",
877
+ "utrechtToptaskLinkHoverBackgroundColor": "hsl(211 60% 60%)",
878
+ "utrechtToptaskLinkHoverColor": "hsl(0 0% 15%)",
879
+ "utrechtToptaskLinkHoverTransformScale": "1.02",
880
+ "utrechtToptaskLinkIconSize": "2.25rem",
881
+ "utrechtUnorderedListMarginBlockStart": "16px",
882
+ "utrechtUnorderedListMarginBlockEnd": "0",
883
+ "utrechtUnorderedListItemMarginBlockStart": "0.25rem",
884
+ "utrechtUnorderedListItemMarginBlockEnd": "0.25rem",
885
+ "utrechtUnorderedListMarkerColor": "hsl(0 100% 40%)",
886
+ "utrechtColorRed20": "hsl(0 100% 20%)",
887
+ "utrechtColorRed30": "hsl(0 100% 30%)",
888
+ "utrechtColorRed40": "hsl(0 100% 40%)",
889
+ "utrechtColorRed95": "hsl(0 100% 95%)",
890
+ "utrechtColorBlue20": "hsl(211 60% 20%)",
891
+ "utrechtColorBlue30": "hsl(211 60% 30%)",
892
+ "utrechtColorBlue35": "hsl(211 60% 35%)",
893
+ "utrechtColorBlue40": "hsl(211 60% 40%)",
894
+ "utrechtColorBlue50": "hsl(211 60% 50%)",
895
+ "utrechtColorBlue60": "hsl(211 60% 60%)",
896
+ "utrechtColorBlue80": "hsl(211 60% 80%)",
897
+ "utrechtColorBlue90": "hsl(211 60% 90%)",
898
+ "utrechtColorGrey10": "hsl(0 0% 10%)",
899
+ "utrechtColorGrey15": "hsl(0 0% 15%)",
900
+ "utrechtColorGrey20": "hsl(0 0% 20%)",
901
+ "utrechtColorGrey30": "hsl(0 0% 30%)",
902
+ "utrechtColorGrey40": "hsl(0 0% 40%)",
903
+ "utrechtColorGrey80": "hsl(0 0% 80%)",
904
+ "utrechtColorGrey90": "hsl(0 0% 90%)",
905
+ "utrechtColorGrey95": "hsl(0 0% 95%)",
906
+ "utrechtColorYellow20": "hsl(48 100% 20%)",
907
+ "utrechtColorYellow40": "hsl(48 100% 40%)",
908
+ "utrechtColorYellow50": "hsl(48 100% 50%)",
909
+ "utrechtColorYellow60": "hsl(48 100% 60%)",
910
+ "utrechtColorYellow80": "hsl(48 100% 80%)",
911
+ "utrechtColorGreen30": "hsl(90 30% 30%)",
912
+ "utrechtColorGreen40": "hsl(90 30% 38%)",
913
+ "utrechtColorGreen50": "hsl(90 30% 50%)",
914
+ "utrechtColorGreen80": "hsl(90 30% 80%)",
915
+ "utrechtColorGreen90": "hsl(90 30% 90%)",
916
+ "utrechtColorSecondaryPurple": "#762cd1",
917
+ "utrechtColorSecondaryMagenta": "#f02198",
918
+ "utrechtColorSecondaryRed": "#cc0000",
919
+ "utrechtColorSecondaryOrange": "#ff6e00",
920
+ "utrechtColorSecondaryYellow": "#ffcc00",
921
+ "utrechtColorSecondaryLime": "#99d000",
922
+ "utrechtColorSecondaryGreen": "#32ab27",
923
+ "utrechtColorSecondaryCyan": "#009ed4",
924
+ "utrechtColorSecondaryBlue": "#006dff",
925
+ "utrechtColorSecondaryNavy": "#1c4181",
926
+ "utrechtColorSecondaryBrown": "#ad643b",
927
+ "utrechtColorSecondaryGrey": "#757575",
928
+ "utrechtColorInvalid": "#990000",
929
+ "utrechtColorWhite": "hsl(0 0% 100%)",
930
+ "utrechtColorBlack": "hsl(0 0% 0%)",
931
+ "utrechtIconScale3xs": "1px",
932
+ "utrechtIconScale2xs": "4px",
933
+ "utrechtIconScaleXs": "8px",
934
+ "utrechtIconScaleSm": "12px",
935
+ "utrechtIconScaleMd": "16px",
936
+ "utrechtIconScaleLg": "24px",
937
+ "utrechtIconScaleXl": "26px",
938
+ "utrechtIconScale2xl": "30px",
939
+ "utrechtIconScale3xl": "36px",
940
+ "utrechtIconScale4xl": "48px",
941
+ "utrechtTypographySansSerifFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
942
+ "utrechtTypographyScaleSmFontSize": "0.875rem",
943
+ "utrechtTypographyScaleMdFontSize": "1rem",
944
+ "utrechtTypographyScaleLgFontSize": "1.125rem",
945
+ "utrechtTypographyScaleXlFontSize": "1.25rem",
946
+ "utrechtTypographyScale2xlFontSize": "1.375rem",
947
+ "utrechtTypographyScale3xlFontSize": "1.5rem",
948
+ "utrechtTypographyScale4xlFontSize": "2rem",
949
+ "utrechtTypographyWeightScaleBoldFontWeight": "700",
950
+ "utrechtTypographyWeightScaleNormalFontWeight": "400",
951
+ "utrechtTypographyFontStyleNormal": "normal",
952
+ "utrechtTypographyFontStyleInherit": "inherit",
953
+ "utrechtTypographyLineHeightXs": "1",
954
+ "utrechtTypographyLineHeightSm": "1.25",
955
+ "utrechtTypographyLineHeightMd": "1.5",
956
+ "utrechtTypographyLineHeightLg": "2",
957
+ "utrechtBorderWidthSm": "1px",
958
+ "utrechtBorderWidthMd": "2px",
959
+ "utrechtBorderRadiusSm": "2px",
960
+ "utrechtBorderRadiusMd": "4px",
961
+ "utrechtBorderRadiusLg": "8px",
962
+ "utrechtBorderRadiusRound": "999px",
963
+ "utrechtBorderRadiusNone": "0",
964
+ "utrechtBorderStyleSolid": "solid",
965
+ "utrechtBorderStyleDotted": "dotted",
966
+ "utrechtStackFocusZIndex": 1,
967
+ "utrechtMenulijstItemColor": "hsl(211 60% 35%)",
968
+ "utrechtMenulijstItemHoverColor": "hsl(211 60% 40%)",
969
+ "utrechtToptaskNavGap": "16px",
970
+ "utrechtToptaskNavLinkGridMaxInlineSize": "240px",
971
+ "denhaagProcessStepsFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
972
+ "denhaagProcessStepsStepHeadingColor": "hsl(0 0% 0%)",
973
+ "denhaagProcessStepsStepHeadingFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
974
+ "denhaagProcessStepsStepHeadingFontSize": "1.125rem",
975
+ "denhaagProcessStepsStepHeadingFontWeight": "700",
976
+ "denhaagProcessStepsStepHeadingCurrentColor": "hsl(0 0% 0%)",
977
+ "denhaagProcessStepsStepHeadingCheckedColor": "hsl(0 0% 0%)",
978
+ "denhaagProcessStepsStepHeadingCheckedBackgroundColor": "hsl(0 0% 100%)",
979
+ "denhaagProcessStepsStepHeadingNotCheckedColor": "hsl(0 0% 0%)",
980
+ "denhaagProcessStepsStepHeadingWarningColor": "hsl(0 0% 0%)",
981
+ "denhaagProcessStepsStepMarkerBorderColor": "hsl(90 30% 30%)",
982
+ "denhaagProcessStepsStepMarkerBackgroundColor": "hsl(0 0% 100%)",
983
+ "denhaagProcessStepsStepMarkerBorderWidth": "2px",
984
+ "denhaagProcessStepsStepMarkerColor": "hsl(90 30% 30%)",
985
+ "denhaagProcessStepsStepMarkerFontSize": "0.875rem",
986
+ "denhaagProcessStepsStepMarkerFontWeight": "700",
987
+ "denhaagProcessStepsStepMarkerCurrentBorderColor": "hsl(90 30% 30%)",
988
+ "denhaagProcessStepsStepMarkerCurrentBackgroundColor": "hsl(90 30% 30%)",
989
+ "denhaagProcessStepsStepMarkerCurrentBorderWidth": "2px",
990
+ "denhaagProcessStepsStepMarkerCurrentColor": "hsl(0 0% 100%)",
991
+ "denhaagProcessStepsStepMarkerCheckedBorderColor": "hsl(90 30% 30%)",
992
+ "denhaagProcessStepsStepMarkerCheckedBackgroundColor": "hsl(0 0% 100%)",
993
+ "denhaagProcessStepsStepMarkerCheckedBorderWidth": "2px",
994
+ "denhaagProcessStepsStepMarkerCheckedColor": "hsl(90 30% 30%)",
995
+ "denhaagProcessStepsStepMarkerWarningBorderColor": "#990000",
996
+ "denhaagProcessStepsStepMarkerWarningBackgroundColor": "hsl(0 0% 100%)",
997
+ "denhaagProcessStepsStepMarkerWarningColor": "#990000",
998
+ "denhaagProcessStepsStepMarkerSize": "28px",
999
+ "denhaagProcessStepsSubStepMarkerBorderColor": "hsl(90 30% 30%)",
1000
+ "denhaagProcessStepsSubStepMarkerBackgroundColor": "hsl(0 0% 100%)",
1001
+ "denhaagProcessStepsSubStepMarkerSize": "12px",
1002
+ "denhaagProcessStepsStepLineStrokeWidth": "2px",
1003
+ "denhaagProcessStepsStepLineColor": "hsl(90 30% 30%)",
1004
+ "denhaagProcessStepsStepLineCheckedColor": "hsl(90 30% 30%)",
1005
+ "denhaagProcessStepsStepLineWarningColor": "#990000",
1006
+ "denhaagProcessStepsStepMetadataColor": "hsl(0 0% 15%)",
1007
+ "denhaagProcessStepsStepMetadataFontSize": "0.875rem",
1008
+ "denhaagProcessStepsStepDescriptionColor": "hsl(0 0% 0%)",
1009
+ "denhaagProcessStepsStepDescriptionFontSize": "1rem",
1010
+ "denhaagProcessStepsSubStepHeadingColor": "hsl(0 0% 15%)",
1011
+ "denhaagProcessStepsSubStepHeadingFontSize": "0.875rem",
1012
+ "denhaagProcessStepsSubStepHeadingFontWeight": "400",
1013
+ "denhaagProcessStepsSubStepLineColor": "hsl(90 30% 30%)",
1014
+ "ofLayoutBackground": "hsl(0 0% 15%)",
1015
+ "ofLayoutBg": "hsl(0 0% 15%)",
1016
+ "ofPageFooterBg": "hsl(0 100% 40%)",
1017
+ "ofPageFooterFg": "hsl(0 0% 100%)",
1018
+ "ofProgressIndicatorBackgroundColor": "hsl(0 0% 15%)",
1019
+ "ofProgressIndicatorMobileBoxShadow": "0px 0px 2px 0px rgba(0 0 0 / 20%)"
1020
+ };