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