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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/LICENSE.md +7 -282
  2. package/README.md +21 -3
  3. package/build.mjs +129 -0
  4. package/dist/_variables.scss +1198 -301
  5. package/dist/index.css +1198 -301
  6. package/dist/index.d.ts +1175 -280
  7. package/dist/index.js +1197 -300
  8. package/dist/index.json +1196 -299
  9. package/dist/index.tokens.json +1765 -594
  10. package/dist/root.css +1198 -301
  11. package/dist/tokens.d.ts +1706 -534
  12. package/dist/tokens.js +26247 -4623
  13. package/dist/uitvoerend-mintgroen-focus/_variables.scss +1205 -0
  14. package/dist/uitvoerend-mintgroen-focus/index.css +1208 -0
  15. package/dist/uitvoerend-mintgroen-focus/index.d.ts +1206 -0
  16. package/dist/uitvoerend-mintgroen-focus/index.js +1206 -0
  17. package/dist/uitvoerend-mintgroen-focus/index.json +1203 -0
  18. package/dist/uitvoerend-mintgroen-focus/index.tokens.json +1895 -0
  19. package/dist/uitvoerend-mintgroen-focus/root.css +1208 -0
  20. package/dist/uitvoerend-mintgroen-focus/tokens.d.ts +1918 -0
  21. package/dist/uitvoerend-mintgroen-focus/tokens.js +28272 -0
  22. package/dist/uitvoerend-violet/_variables.scss +1198 -0
  23. package/dist/uitvoerend-violet/index.css +1201 -0
  24. package/dist/uitvoerend-violet/index.d.ts +1199 -0
  25. package/dist/uitvoerend-violet/index.js +1199 -0
  26. package/dist/uitvoerend-violet/index.json +1196 -0
  27. package/dist/uitvoerend-violet/index.tokens.json +1852 -0
  28. package/dist/uitvoerend-violet/root.css +1201 -0
  29. package/dist/uitvoerend-violet/tokens.d.ts +1875 -0
  30. package/dist/uitvoerend-violet/tokens.js +28071 -0
  31. package/dist/uitvoerend-violet-oud/_variables.scss +1198 -0
  32. package/dist/uitvoerend-violet-oud/index.css +1201 -0
  33. package/dist/uitvoerend-violet-oud/index.d.ts +1199 -0
  34. package/dist/uitvoerend-violet-oud/index.js +1199 -0
  35. package/dist/uitvoerend-violet-oud/index.json +1196 -0
  36. package/dist/uitvoerend-violet-oud/index.tokens.json +1852 -0
  37. package/dist/uitvoerend-violet-oud/root.css +1201 -0
  38. package/dist/uitvoerend-violet-oud/tokens.d.ts +1875 -0
  39. package/dist/uitvoerend-violet-oud/tokens.js +28071 -0
  40. package/dist/wetgevend/_variables.scss +1198 -0
  41. package/dist/wetgevend/index.css +1201 -0
  42. package/dist/wetgevend/index.d.ts +1199 -0
  43. package/dist/wetgevend/index.js +1199 -0
  44. package/dist/wetgevend/index.json +1196 -0
  45. package/dist/wetgevend/index.tokens.json +1852 -0
  46. package/dist/wetgevend/root.css +1201 -0
  47. package/dist/wetgevend/tokens.d.ts +1875 -0
  48. package/dist/wetgevend/tokens.js +28071 -0
  49. package/figma/figma.tokens.json +7683 -0
  50. package/package.json +15 -13
  51. package/src/common/utrecht/focus.tokens.json +2 -2
  52. package/src/generated/base.tokens.json +5618 -0
  53. package/src/generated/themes.json +22466 -0
  54. package/src/generated/uitvoerend-mintgroen-focus/tokens.json +5660 -0
  55. package/src/generated/uitvoerend-violet/tokens.json +5596 -0
  56. package/src/generated/uitvoerend-violet-oud/tokens.json +5596 -0
  57. package/src/generated/wetgevend/tokens.json +5596 -0
  58. package/token-transformer.mjs +85 -0
  59. package/dist/variables.less +0 -306
  60. package/src/brand/rhc/color.tokens.json +0 -103
  61. package/src/brand/rhc/font.tokens.json +0 -34
  62. package/src/components/basiselementen/document.tokens.json +0 -15
  63. package/src/components/rvo/button.tokens.json +0 -33
  64. package/src/components/rvo/checkbox.tokens.json +0 -32
  65. package/src/components/rvo/custom-radio-button.tokens.json +0 -24
  66. package/src/components/rvo/heading.tokens.json +0 -24
  67. package/src/components/rvo/logo.tokens.json +0 -13
  68. package/src/components/rvo/select.tokens.json +0 -15
  69. package/src/components/utrecht/breadcrumbs.tokens.json +0 -66
  70. package/src/components/utrecht/button.tokens.json +0 -120
  71. package/src/components/utrecht/custom-radio-button.tokens.json +0 -53
  72. package/src/components/utrecht/data-list.tokens.json +0 -91
  73. package/src/components/utrecht/document.tokens.json +0 -12
  74. package/src/components/utrecht/form-field.tokens.json +0 -21
  75. package/src/components/utrecht/form-fieldset.tokens.json +0 -27
  76. package/src/components/utrecht/form-input.tokens.json +0 -42
  77. package/src/components/utrecht/form-label.tokens.json +0 -23
  78. package/src/components/utrecht/heading-1.tokens.json +0 -13
  79. package/src/components/utrecht/heading-2.tokens.json +0 -13
  80. package/src/components/utrecht/heading-3.tokens.json +0 -13
  81. package/src/components/utrecht/heading-4.tokens.json +0 -13
  82. package/src/components/utrecht/heading-5.tokens.json +0 -13
  83. package/src/components/utrecht/heading-6.tokens.json +0 -13
  84. package/src/components/utrecht/link.tokens.json +0 -44
  85. package/src/components/utrecht/ordered-list.tokens.json +0 -19
  86. package/src/components/utrecht/paragraph.tokens.json +0 -23
  87. package/src/components/utrecht/unordered-list.tokens.json +0 -31
  88. package/style-dictionary.config.json +0 -101
@@ -1,306 +1,1203 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Thu, 07 Sep 2023 12:02:19 GMT
3
+ // Generated on Tue, 18 Feb 2025 08:48:46 GMT
4
4
 
5
- $rvo-select-padding-inline-start: 18px;
6
- $rvo-select-padding-inline-end: 50px;
7
- $rvo-select-padding-block-start: 10px;
8
- $rvo-select-padding-block-end: 9px;
9
- $rvo-select-outline-offset: 0;
10
- $rvo-logo-emblem-background-color: #154273;
11
- $rvo-logo-font-size: 16px;
12
- $rvo-heading-1-line-height: 125%;
13
- $rvo-checkbox-border-width: 1px;
14
- $rvo-checkbox-icon-size: 16px;
15
- $rvo-checkbox-size: 24px;
16
- $utrecht-unordered-list-list-style-type: square;
17
- $utrecht-unordered-list-padding-inline-start: 20px;
18
- $utrecht-unordered-list-item-marker: initial;
19
- $utrecht-unordered-list-item-padding-inline-start: 0;
20
- $utrecht-unordered-list-item-margin-block-end: 0.5ex;
21
- $utrecht-unordered-list-item-margin-block-start: 0.5ex;
22
- $utrecht-unordered-list-margin-block-end: 16px;
23
- $utrecht-unordered-list-margin-block-start: 0;
24
- $utrecht-paragraph-small-line-height: 150%;
25
- $utrecht-paragraph-small-font-size: 16px;
26
- $utrecht-paragraph-lead-line-height: 150%;
27
- $utrecht-paragraph-lead-font-size: 20px;
28
- $utrecht-paragraph-margin-block-end: 16px;
29
- $utrecht-paragraph-line-height: 150%;
30
- $utrecht-paragraph-font-size: 18px;
31
- $utrecht-ordered-list-padding-inline-start: 0;
32
- $utrecht-ordered-list-item-padding-inline-start: 0;
33
- $utrecht-ordered-list-item-margin-block-end: 0.5ex;
34
- $utrecht-ordered-list-item-margin-block-start: 0.5ex;
35
- $utrecht-ordered-list-margin-block-end: 0;
36
- $utrecht-link-focus-text-decoration-thickness: 1px;
37
- $utrecht-link-focus-outline-offset: 0;
38
- $utrecht-link-active-text-decoration-thickness: 1px;
39
- $utrecht-link-hover-text-decoration: none;
40
- $utrecht-link-hover-text-decoration-thickness: 1px;
41
- $utrecht-link-text-underline-offset: 2px;
42
- $utrecht-link-text-decoration-thickness: 1px;
43
- $utrecht-link-text-decoration: underline;
44
- $utrecht-heading-6-margin-block-end: 4px;
45
- $utrecht-heading-6-font-size: 0.875rem;
46
- $utrecht-heading-5-margin-block-end: 4px;
47
- $utrecht-heading-5-font-size: 1rem;
48
- $utrecht-heading-4-margin-block-end: 4px;
49
- $utrecht-heading-4-font-size: 1.125rem;
50
- $utrecht-heading-3-margin-block-end: 4px;
51
- $utrecht-heading-3-line-height: 125%;
52
- $utrecht-heading-3-font-size: 1.25rem;
53
- $utrecht-heading-2-margin-block-end: 4px;
54
- $utrecht-heading-2-line-height: 150%;
55
- $utrecht-heading-2-font-size: 1.5rem;
56
- $utrecht-heading-1-margin-block-start: 16px;
57
- $utrecht-heading-1-margin-block-end: 16px;
58
- $utrecht-heading-1-line-height: 125%;
59
- $utrecht-heading-1-font-size: 2rem;
60
- $utrecht-form-label-font-size: 18px;
61
- $utrecht-form-input-invalid-border-width: 1px;
62
- $utrecht-form-input-disabled-border-width: 0;
63
- $utrecht-form-input-padding-inline-start: 12px;
64
- $utrecht-form-input-padding-inline-end: 12px;
65
- $utrecht-form-input-padding-block-start: 12px;
66
- $utrecht-form-input-padding-block-end: 8px;
67
- $utrecht-form-input-font-size: 18px;
68
- $utrecht-form-input-border-width: 1px;
69
- $utrecht-form-input-border-radius: 0;
70
- $utrecht-form-fieldset-legend-margin-block-start: 0;
71
- $utrecht-form-fieldset-legend-margin-block-end: 1ex;
72
- $utrecht-form-fieldset-legend-line-height: 150%;
73
- $utrecht-form-fieldset-padding-inline-start: 36px;
74
- $utrecht-form-fieldset-padding-inline-end: 36px;
75
- $utrecht-form-fieldset-padding-block-start: 36px;
76
- $utrecht-form-fieldset-padding-block-end: 36px;
77
- $utrecht-form-fieldset-margin-block-start: 1ex;
78
- $utrecht-form-fieldset-margin-block-end: 1ex;
79
- $utrecht-form-field-min-width: 100%;
80
- $utrecht-form-field-margin-block-start: 1ex;
81
- $utrecht-form-field-margin-block-end: 1ex;
82
- $utrecht-form-field-description-margin-block-end: 1ex;
83
- $utrecht-form-field-description-margin-block-start: 0;
84
- $utrecht-data-list-rows-column-min-inline-size: 25ch;
85
- $utrecht-data-list-rows-column-inline-size: 50%;
86
- $utrecht-data-list-rows-item-value-margin-block-start: 0;
87
- $utrecht-data-list-rows-item-padding-inline-start: 14px;
88
- $utrecht-data-list-rows-item-margin-block-start: 0;
89
- $utrecht-data-list-rows-border-bottom-width: 1px;
90
- $utrecht-data-list-item-value-padding-inline-start: 18px;
91
- $utrecht-data-list-item-value-padding-inline-end: 18px;
92
- $utrecht-data-list-item-value-padding-block-start: 9px;
93
- $utrecht-data-list-item-value-padding-block-end: 9px;
94
- $utrecht-data-list-item-key-padding-inline-start: 18px;
95
- $utrecht-data-list-item-key-padding-inline-end: 18px;
96
- $utrecht-data-list-item-key-padding-block-start: 9px;
97
- $utrecht-data-list-item-key-padding-block-end: 9px;
98
- $utrecht-data-list-item-key-border-inline-end-width: 1px;
99
- $utrecht-data-list-margin-block-start: 0;
100
- $utrecht-data-list-margin-block-end: 0;
101
- $utrecht-data-list-border-width: 1px;
102
- $utrecht-custom-radio-button-checked-border-width: 3px;
103
- $utrecht-custom-radio-button-icon-size: 18px;
104
- $utrecht-custom-radio-button-border-radius: 0;
105
- $utrecht-custom-radio-button-border-width: 1px;
106
- $utrecht-custom-radio-button-size: 24px;
107
- $utrecht-breadcrumb-link-text-decoration: none;
108
- $utrecht-breadcrumb-link-hover-text-decoration-thickness: 1px !important;
109
- $utrecht-breadcrumb-link-hover-text-decoration: underline;
110
- $utrecht-breadcrumb-link-focus-text-decoration-thickness: 1px;
111
- $utrecht-breadcrumb-link-focus-text-decoration: none;
112
- $utrecht-breadcrumb-item-padding-inline-start: 0;
113
- $utrecht-breadcrumb-item-padding-inline-end: 0;
114
- $utrecht-breadcrumb-item-padding-block-end: 0;
115
- $utrecht-breadcrumb-item-padding-block-start: 0;
116
- $utrecht-breadcrumb-item-gap: 8px;
117
- $utrecht-breadcrumb-font-size: 0.875rem;
118
- $utrecht-button-subtle-text-decoration: underline;
5
+ $nl-number-badge-padding-block: 0.5rem;
6
+ $nl-number-badge-padding-inline: 0.5rem;
7
+ $nl-number-badge-color: #fff;
8
+ $nl-number-badge-border-color: transparent;
9
+ $nl-number-badge-background-color: #154273;
10
+ $nl-number-badge-font-family: Fira Sans, Arial, Verdana, sans-serif;
11
+ $nl-number-badge-border-radius: 999px;
12
+ $nl-number-badge-border-width: 0px;
13
+ $nl-number-badge-font-weight: 700;
14
+ $nl-number-badge-min-inline-size: 24px;
15
+ $nl-number-badge-min-block-size: 24px;
16
+ $nl-number-badge-line-height: 150%;
17
+ $nl-number-badge-font-size: 1.25rem;
18
+ $nl-heading-level-5-margin-block-start: 0;
19
+ $nl-heading-level-5-margin-block-end: 0;
20
+ $nl-heading-level-5-font-size: 1.25rem;
21
+ $nl-heading-level-5-line-height: 125%;
22
+ $nl-heading-level-5-font-weight: 700;
23
+ $nl-heading-level-5-font-family: Fira Sans, Arial, Verdana, sans-serif;
24
+ $nl-heading-level-5-color: #154273;
25
+ $nl-heading-level-4-margin-block-start: 0;
26
+ $nl-heading-level-4-margin-block-end: 0;
27
+ $nl-heading-level-4-font-size: 1.5rem;
28
+ $nl-heading-level-4-line-height: 125%;
29
+ $nl-heading-level-4-font-weight: 700;
30
+ $nl-heading-level-4-font-family: Fira Sans, Arial, Verdana, sans-serif;
31
+ $nl-heading-level-4-color: #154273;
32
+ $nl-heading-level-3-margin-block-start: 0;
33
+ $nl-heading-level-3-margin-block-end: 0;
34
+ $nl-heading-level-3-font-size: 1.875rem;
35
+ $nl-heading-level-3-line-height: 125%;
36
+ $nl-heading-level-3-font-weight: 700;
37
+ $nl-heading-level-3-font-family: Fira Sans, Arial, Verdana, sans-serif;
38
+ $nl-heading-level-3-color: #154273;
39
+ $nl-heading-level-2-margin-block-start: 0;
40
+ $nl-heading-level-2-margin-block-end: 0;
41
+ $nl-heading-level-2-font-size: 2.5rem;
42
+ $nl-heading-level-2-line-height: 125%;
43
+ $nl-heading-level-2-font-weight: 700;
44
+ $nl-heading-level-2-font-family: Fira Sans, Arial, Verdana, sans-serif;
45
+ $nl-heading-level-2-color: #154273;
46
+ $nl-heading-level-1-margin-block-start: 0;
47
+ $nl-heading-level-1-margin-block-end: 0;
48
+ $nl-heading-level-1-font-size: 3.125rem;
49
+ $nl-heading-level-1-line-height: 125%;
50
+ $nl-heading-level-1-font-weight: 700;
51
+ $nl-heading-level-1-font-family: Fira Sans, Arial, Verdana, sans-serif;
52
+ $nl-heading-level-1-color: #154273;
53
+ $nl-paragraph-small-line-height: 150%;
54
+ $nl-paragraph-small-font-weight: 400;
55
+ $nl-paragraph-small-font-size: 1.125rem;
56
+ $nl-paragraph-small-color: #154273;
57
+ $nl-paragraph-lead-line-height: 150%;
58
+ $nl-paragraph-lead-font-weight: 400;
59
+ $nl-paragraph-lead-font-size: 1.5rem;
60
+ $nl-paragraph-lead-color: #154273;
61
+ $nl-paragraph-margin-block-start: 0;
62
+ $nl-paragraph-margin-block-end: 0;
63
+ $nl-paragraph-line-height: 150%;
64
+ $nl-paragraph-font-weight: 400;
65
+ $nl-paragraph-font-size: 1.25rem;
66
+ $nl-paragraph-font-family: Fira Sans, Arial, Verdana, sans-serif;
67
+ $nl-paragraph-color: #154273;
68
+ $utrecht-focus-inverse-outline-color: transparant;
69
+ $utrecht-focus-outline-width: 2px;
70
+ $utrecht-focus-outline-style: solid;
71
+ $utrecht-focus-outline-offset: 0.125rem;
72
+ $utrecht-focus-outline-color: #000;
73
+ $utrecht-pointer-target-min-size: 48px;
74
+ $utrecht-rich-text-confidant-margin-block-end: 0;
75
+ $utrecht-rich-text-best-friend-margin-block-end: 0.25rem;
76
+ $utrecht-rich-text-friend-margin-block-end: 0.5rem;
77
+ $utrecht-rich-text-acquaintance-margin-block-end: 1rem;
78
+ $utrecht-rich-text-stranger-margin-block-end: 2rem;
79
+ $utrecht-document-font-weight: 400;
80
+ $utrecht-document-line-height: 150%;
81
+ $utrecht-document-font-size: 1.25rem;
82
+ $utrecht-document-font-family: Fira Sans, Arial, Verdana, sans-serif;
83
+ $utrecht-document-color: #000;
84
+ $utrecht-document-background-color: #fff;
85
+ $utrecht-accordion-button-active-row-gap: 0;
86
+ $utrecht-accordion-button-active-color: #154273;
87
+ $utrecht-accordion-button-active-border-color: #94A3B8;
88
+ $utrecht-accordion-button-active-background-color: #F1F5F9;
89
+ $utrecht-accordion-button-focus-color: #154273;
90
+ $utrecht-accordion-button-focus-border-color: #154273;
91
+ $utrecht-accordion-button-focus-background-color: #dce3ea;
92
+ $utrecht-accordion-button-color: #154273;
93
+ $utrecht-accordion-button-border-width: 0;
94
+ $utrecht-accordion-button-border-color: #94A3B8;
95
+ $utrecht-accordion-button-background-color: #fff;
96
+ $utrecht-accordion-button-hover-color: #154273;
97
+ $utrecht-accordion-button-hover-border-color: #94A3B8;
98
+ $utrecht-accordion-button-hover-background-color: #F8FAFC;
99
+ $utrecht-accordion-button-icon-size: 24px;
100
+ $utrecht-accordion-button-gap: 0.5rem;
101
+ $utrecht-accordion-panel-padding-inline-start: 1rem;
102
+ $utrecht-accordion-panel-padding-inline-end: 1rem;
103
+ $utrecht-accordion-panel-padding-block-start: 1rem;
104
+ $utrecht-accordion-panel-padding-block-end: 1.5rem;
105
+ $utrecht-accordion-panel-border-width: 0;
106
+ $utrecht-accordion-panel-border-color: #94A3B8;
107
+ $utrecht-alert-border-radius: 5px;
108
+ $utrecht-alert-message-column-gap: 0.5rem;
109
+ $utrecht-alert-message-line-height: 150%;
110
+ $utrecht-alert-icon-size: 24px;
111
+ $utrecht-alert-icon-warning-color: #ffb612;
112
+ $utrecht-alert-icon-ok-color: #39870c;
113
+ $utrecht-alert-icon-error-color: #d52b1e;
114
+ $utrecht-alert-icon-info-color: #007bc7;
115
+ $utrecht-alert-icon-inset-block-start: 3px;
116
+ $utrecht-alert-warning-color: #154273;
117
+ $utrecht-alert-warning-border-color: transparent;
118
+ $utrecht-alert-warning-background-color: #fff4db;
119
+ $utrecht-alert-ok-color: #154273;
120
+ $utrecht-alert-ok-border-color: transparent;
121
+ $utrecht-alert-ok-background-color: #e1eddb;
122
+ $utrecht-alert-error-color: #154273;
123
+ $utrecht-alert-error-border-color: transparent;
124
+ $utrecht-alert-error-background-color: #f9dfdd;
125
+ $utrecht-alert-info-color: #154273;
126
+ $utrecht-alert-info-border-color: transparent;
127
+ $utrecht-alert-info-background-color: #d9ebf7;
128
+ $utrecht-alert-color: #154273;
129
+ $utrecht-alert-border-color: transparent;
130
+ $utrecht-alert-background-color: #d9ebf7;
131
+ $utrecht-alert-padding-inline-start: 1rem;
132
+ $utrecht-alert-padding-inline-end: 1rem;
133
+ $utrecht-alert-padding-block-start: 1rem;
134
+ $utrecht-alert-padding-block-end: 1rem;
135
+ $utrecht-alert-margin-block-start: 0.75rem;
136
+ $utrecht-alert-margin-block-end: 0.75rem;
137
+ $utrecht-alert-border-width: 0px;
138
+ $utrecht-alert-column-gap: 0.5rem;
139
+ $utrecht-alert-heading-font-size: 1.25rem;
140
+ $utrecht-alert-heading-line-height: 150%;
141
+ $utrecht-alert-heading-font-weight: 700;
142
+ $utrecht-alert-heading-font-family: Fira Sans, Arial, Verdana, sans-serif;
143
+ $utrecht-article-max-inline-size: 75ch;
144
+ $utrecht-blockquote-pink-corner-border-variation-padding: 2.5rem;
145
+ $utrecht-blockquote-pink-corner-border-variation-border-start-start-radius: 3rem;
146
+ $utrecht-blockquote-pink-corner-border-variation-border-inline-start-width: 0.25rem;
147
+ $utrecht-blockquote-pink-corner-border-variation-border-block-start-width: 0.25rem;
148
+ $utrecht-blockquote-pink-corner-border-variation-border-color: #F6BDE1;
149
+ $utrecht-blockquote-pink-left-border-variation-padding-block-end: 1.5rem;
150
+ $utrecht-blockquote-pink-left-border-variation-padding-block-start: 1.5rem;
151
+ $utrecht-blockquote-pink-left-border-variation-padding-inline-end: 2.5rem;
152
+ $utrecht-blockquote-pink-left-border-variation-padding-inline-start: 2.5rem;
153
+ $utrecht-blockquote-pink-left-border-variation-border-inline-start-width: 0.75rem;
154
+ $utrecht-blockquote-pink-left-border-variation-border-color: #F6BDE1;
155
+ $utrecht-blockquote-pink-background-variation-padding: 2.5rem;
156
+ $utrecht-blockquote-pink-background-variation-border-end-start-radius: 3rem;
157
+ $utrecht-blockquote-pink-background-variation-background-color: #F6BDE1;
158
+ $utrecht-blockquote-blue-corner-border-variation-border-end-end-radius: 3rem;
159
+ $utrecht-blockquote-blue-corner-border-variation-border-inline-end-width: 2px;
160
+ $utrecht-blockquote-blue-corner-border-variation-border-block-end-width: 2px;
161
+ $utrecht-blockquote-blue-corner-border-variation-border-color: #154273;
162
+ $utrecht-blockquote-border-width: 2px;
163
+ $utrecht-blockquote-border-end-end-radius: 0;
164
+ $utrecht-blockquote-border-end-start-radius: 0;
165
+ $utrecht-blockquote-border-start-end-radius: 0;
166
+ $utrecht-blockquote-border-start-start-radius: 0;
167
+ $utrecht-blockquote-border-inline-end-width: 0;
168
+ $utrecht-blockquote-border-inline-start-width: 0;
169
+ $utrecht-blockquote-border-block-end-width: 0;
170
+ $utrecht-blockquote-border-block-start-width: 0;
171
+ $utrecht-blockquote-border-color: #154273;
172
+ $utrecht-blockquote-background-color: transparent;
173
+ $utrecht-blockquote-row-gap: 0.75rem;
174
+ $utrecht-blockquote-padding-inline-start: 2rem;
175
+ $utrecht-blockquote-padding-inline-end: 2rem;
176
+ $utrecht-blockquote-padding-block-start: 2rem;
177
+ $utrecht-blockquote-padding-block-end: 2rem;
178
+ $utrecht-blockquote-margin-inline-start: 0;
179
+ $utrecht-blockquote-margin-inline-end: 0;
180
+ $utrecht-blockquote-margin-block-start: 0;
181
+ $utrecht-blockquote-margin-block-end: 0;
182
+ $utrecht-blockquote-content-color: #154273;
183
+ $utrecht-blockquote-content-font-size: 1.5rem;
184
+ $utrecht-blockquote-content-font-weight: 400;
185
+ $utrecht-blockquote-content-line-height: 150%;
186
+ $utrecht-blockquote-content-font-family: RijksoverheidSerifWeb, 'Times New Roman', serif;
187
+ $utrecht-blockquote-caption-color: #334155;
188
+ $utrecht-blockquote-caption-padding-block-start: 0.75rem;
189
+ $utrecht-blockquote-caption-font-weight: 400;
190
+ $utrecht-blockquote-caption-line-height: 150%;
191
+ $utrecht-blockquote-caption-font-family: Fira Sans, Arial, Verdana, sans-serif;
192
+ $utrecht-blockquote-caption-font-size: 1.25rem;
193
+ $utrecht-breadcrumb-nav-font-weight: 400;
194
+ $utrecht-breadcrumb-nav-font-family: Fira Sans, Arial, Verdana, sans-serif;
195
+ $utrecht-breadcrumb-nav-margin-inline: 0.5rem;
196
+ $utrecht-breadcrumb-nav-divider-inset-block-start: 0;
197
+ $utrecht-breadcrumb-nav-divider-color: #334155;
198
+ $utrecht-breadcrumb-nav-divider-size: 24px;
199
+ $utrecht-breadcrumb-nav-link-text-decoration: underline;
200
+ $utrecht-breadcrumb-nav-link-current-color: #334155;
201
+ $utrecht-breadcrumb-nav-link-hover-text-decoration: None;
202
+ $utrecht-breadcrumb-nav-link-hover-color: #01496c;
203
+ $utrecht-breadcrumb-nav-link-focus-text-decoration: None;
204
+ $utrecht-breadcrumb-nav-link-focus-color: #01689b;
205
+ $utrecht-breadcrumb-nav-link-focus-background-color: transparent;
206
+ $utrecht-breadcrumb-nav-link-active-text-decoration: None;
207
+ $utrecht-breadcrumb-nav-link-active-color: #42145f;
208
+ $utrecht-breadcrumb-nav-link-color: #01689b;
209
+ $utrecht-breadcrumb-nav-link-padding-inline-start: 0;
210
+ $utrecht-breadcrumb-nav-link-padding-inline-end: 0;
211
+ $utrecht-breadcrumb-nav-link-padding-block-start: 0.75rem;
212
+ $utrecht-breadcrumb-nav-link-padding-block-end: 0.75rem;
213
+ $utrecht-breadcrumb-nav-link-icon-inset-block-start: 0;
214
+ $utrecht-breadcrumb-nav-link-icon-margin-inline: 0.25rem;
215
+ $utrecht-breadcrumb-nav-link-icon-size: 24px;
216
+ $utrecht-breadcrumb-nav-font-size: 1.25rem;
217
+ $utrecht-breadcrumb-nav-line-height: 1.4;
218
+ $utrecht-button-subtle-line-height: 1.875rem;
219
+ $utrecht-button-subtle-active-color: #0d2845;
220
+ $utrecht-button-subtle-active-border-color: transparent;
221
+ $utrecht-button-subtle-active-background-color: transparent;
222
+ $utrecht-button-subtle-focus-color: #154273;
223
+ $utrecht-button-subtle-focus-border-color: transparent;
224
+ $utrecht-button-subtle-focus-background-color: #dce3ea;
225
+ $utrecht-button-subtle-disabled-color: #b8c6d5;
226
+ $utrecht-button-subtle-disabled-border-color: transparent;
119
227
  $utrecht-button-subtle-disabled-background-color: transparent;
120
- $utrecht-button-subtle-hover-text-decoration: underline;
121
- $utrecht-button-subtle-font-size: 15px;
228
+ $utrecht-button-subtle-color: #154273;
229
+ $utrecht-button-subtle-border-color: transparent;
122
230
  $utrecht-button-subtle-background-color: transparent;
123
- $utrecht-button-secondary-action-border-width: 1px;
124
- $utrecht-button-padding-inline-end: 16px;
125
- $utrecht-button-padding-inline-start: 16px;
126
- $utrecht-button-padding-block-end: 8px;
127
- $utrecht-button-padding-block-start: 8px;
128
- $utrecht-button-font-size: 18px;
129
- $utrecht-button-border-width: 0;
130
- $utrecht-button-rvo-tertiary-action-text-decoration: none;
131
- $utrecht-button-rvo-md-padding-inline-end: 16px;
132
- $utrecht-button-rvo-md-padding-inline-start: 16px;
133
- $utrecht-button-rvo-md-padding-block-end: 8px;
134
- $utrecht-button-rvo-md-padding-block-start: 8px;
135
- $utrecht-button-rvo-md-font-size: 18px;
136
- $utrecht-button-rvo-sm-min-block-size: 30px;
137
- $utrecht-button-rvo-sm-padding-inline-end: 12px;
138
- $utrecht-button-rvo-sm-padding-inline-start: 12px;
139
- $utrecht-button-rvo-sm-padding-block-end: 4px;
140
- $utrecht-button-rvo-sm-padding-block-start: 4px;
141
- $utrecht-button-rvo-sm-font-size: 1rem;
142
- $utrecht-button-rvo-xs-min-block-size: auto;
143
- $utrecht-button-rvo-xs-padding-inline-end: calc(8px + 4px);
144
- $utrecht-button-rvo-xs-padding-inline-start: calc(8px + 4px);
145
- $utrecht-button-rvo-xs-padding-block-end: 4px;
146
- $utrecht-button-rvo-xs-padding-block-start: 4px;
147
- $utrecht-button-rvo-xs-font-size: 0.875rem;
148
- $utrecht-focus-outline-width: 2px;
149
- $utrecht-focus-outline-style: dashed;
150
- $utrecht-focus-outline-offset: 3px; // This is only for buttons. Form fields (input, select and textarea) and links do not have an offset
151
- $utrecht-action-submit-cursor: pointer;
152
- $utrecht-action-disabled-cursor: not-allowed;
153
- $utrecht-action-busy-cursor: wait;
154
- $utrecht-action-activate-cursor: pointer;
155
- $basiselementen-document-line-height: 150%;
156
- $basiselementen-document-font-size: 18px;
157
- $basiselementen-root-font-size: 100%;
158
- $basiselementen-font-weight-bold: 700;
159
- $basiselementen-font-weight-normal: 400;
160
- $basiselementen-font-serif-fallback-font-family: 'Times New Roman', serif;
161
- $basiselementen-font-serif-font-family: 'RijksoverheidSerifWeb';
162
- $basiselementen-font-sans-serif-fallback-font-family: 'Calibri', 'Verdana', 'Arial', sans-serif;
163
- $basiselementen-font-sans-serif-font-family: 'RijksoverheidSansWebText';
164
- $basiselementen-color-wit: #ffffff;
165
- $basiselementen-color-zwart: #000000;
166
- $basiselementen-color-grijs7: #535353;
167
- $basiselementen-color-grijs6: #696969;
168
- $basiselementen-color-grijs5: #999999;
169
- $basiselementen-color-grijs4: #b4b4b4;
170
- $basiselementen-color-grijs3: #cccccc;
171
- $basiselementen-color-grijs2: #e6e6e6;
172
- $basiselementen-color-grijs1: #f3f3f3;
173
- $basiselementen-color-rood-tint2: #f9dfdd;
174
- $basiselementen-color-rood-shade1: #4d0a0b;
175
- $basiselementen-color-rood-tint1: #f2bfbb;
176
- $basiselementen-color-rood: #d51b1e;
177
- $basiselementen-color-donkergeel-tint2: #fff4dc;
178
- $basiselementen-color-donkergeel-tint1: #ffe9b7;
179
- $basiselementen-color-donkergeel: #ffb612;
180
- $basiselementen-color-donkergroen: #275e08;
181
- $basiselementen-color-groen-tint2: #e1eddb;
182
- $basiselementen-color-groen-tint1: #c3dbb6;
183
- $basiselementen-color-groen: #39870c;
184
- $basiselementen-color-oranje-tint2: #fbead9;
185
- $basiselementen-color-oranje-tint1: #f6d4b2;
186
- $basiselementen-color-oranje: #e17000;
187
- $basiselementen-color-donkerblauw-shade1: #01496D; // 30% black (shade) of 'donkerblauw'
188
- $basiselementen-color-donkerblauw: #01689b;
189
- $basiselementen-color-lichtblauw-tint2: #eef7fb;
190
- $basiselementen-color-lichtblauw-tint1: #ddeff8;
191
- $basiselementen-color-lichtblauw: #8fcae7;
192
- $basiselementen-color-hemelblauw-tint2: #d9ebf7;
193
- $basiselementen-color-hemelblauw-tint1: #b2d7ee;
194
- $basiselementen-color-hemelblauw: #007bc7;
195
- $basiselementen-color-logoblauw: #154273;
196
- $rvo-select-icon-color: $basiselementen-color-wit;
197
- $rvo-select-icon-background-color: $basiselementen-color-hemelblauw;
198
- $rvo-logo-emblem-color: $basiselementen-color-wit;
199
- $rvo-logo-color: $basiselementen-color-zwart;
200
- $rvo-logo-font-family: $basiselementen-font-serif-font-family;
201
- $rvo-custom-radio-button-checked-background: radial-gradient(circle, $basiselementen-color-wit 30%, $basiselementen-color-hemelblauw 30%);
202
- $rvo-custom-radio-button-checked-border-color: $basiselementen-color-hemelblauw;
203
- $rvo-custom-radio-button-hover-border-color: $basiselementen-color-hemelblauw;
204
- $rvo-custom-radio-button-label-disabled-color: $basiselementen-color-grijs3;
205
- $rvo-checkbox-disabled-color: $basiselementen-color-grijs3;
206
- $rvo-checkbox-disabled-background-color: $basiselementen-color-wit;
207
- $rvo-checkbox-disabled-border-color: $basiselementen-color-grijs3;
208
- $rvo-checkbox-hover-border-color: $basiselementen-color-hemelblauw;
209
- $rvo-checkbox-hover-background-color: $basiselementen-color-donkerblauw;
210
- $rvo-checkbox-checked-background-color: $basiselementen-color-hemelblauw;
211
- $rvo-checkbox-border-color: $basiselementen-color-zwart;
212
- $rvo-checkbox-background-color: $basiselementen-color-wit;
213
- $rvo-checkbox-icon-color: $basiselementen-color-wit;
214
- $utrecht-link-active-font-weight: $basiselementen-font-weight-bold;
215
- $utrecht-link-active-color: $basiselementen-color-donkerblauw;
216
- $utrecht-link-hover-font-weight: $basiselementen-font-weight-bold;
217
- $utrecht-link-hover-color: $basiselementen-color-donkerblauw;
218
- $utrecht-link-font-weight: $basiselementen-font-weight-normal;
219
- $utrecht-link-color: $basiselementen-color-hemelblauw;
220
- $utrecht-heading-6-font-weight: $basiselementen-font-weight-bold;
221
- $utrecht-heading-5-font-weight: $basiselementen-font-weight-bold;
222
- $utrecht-heading-4-font-weight: $basiselementen-font-weight-bold;
223
- $utrecht-heading-3-font-weight: $basiselementen-font-weight-bold;
224
- $utrecht-heading-2-font-weight: $basiselementen-font-weight-bold;
225
- $utrecht-heading-1-font-weight: $basiselementen-font-weight-bold;
226
- $utrecht-form-label-font-weight: $basiselementen-font-weight-bold;
227
- $utrecht-form-input-read-only-color: $basiselementen-color-grijs7;
228
- $utrecht-form-input-read-only-border-color: $basiselementen-color-grijs7;
229
- $utrecht-form-input-invalid-border-color: $basiselementen-color-rood;
230
- $utrecht-form-input-invalid-background-color: $basiselementen-color-wit;
231
- $utrecht-form-input-focus-border-color: $basiselementen-color-grijs6;
232
- $utrecht-form-input-focus-background-color: $basiselementen-color-wit;
233
- $utrecht-form-input-disabled-color: $basiselementen-color-grijs7;
234
- $utrecht-form-input-disabled-border-color: $basiselementen-color-grijs7;
235
- $utrecht-form-input-disabled-background-color: $basiselementen-color-grijs3 !important;
236
- $utrecht-form-input-color: $basiselementen-color-zwart;
237
- $utrecht-form-input-border-color: $basiselementen-color-grijs6;
238
- $utrecht-form-input-background-color: $basiselementen-color-wit;
239
- $utrecht-form-fieldset-legend-font-weight: $basiselementen-font-weight-bold;
240
- $utrecht-form-fieldset-section-background-color: $basiselementen-color-wit;
241
- $utrecht-document-line-height: $basiselementen-document-line-height;
242
- $utrecht-document-font-size: $basiselementen-document-font-size;
243
- $utrecht-document-font-family: $basiselementen-font-sans-serif-font-family;
244
- $utrecht-document-color: $basiselementen-color-zwart;
245
- $utrecht-document-background-color: $basiselementen-color-wit;
246
- $utrecht-data-list-rows-border-bottom-color: $basiselementen-color-grijs4;
247
- $utrecht-data-list-item-key-font-weight: $basiselementen-font-weight-bold;
248
- $utrecht-data-list-item-key-border-inline-end-color: $basiselementen-color-grijs4;
249
- $utrecht-data-list-border-color: $basiselementen-color-grijs4;
250
- $utrecht-custom-radio-button-invalid-border-color: $basiselementen-color-grijs3;
251
- $utrecht-custom-radio-button-checked-active-background-color: $basiselementen-color-hemelblauw;
252
- $utrecht-custom-radio-button-checked-color: $basiselementen-color-hemelblauw;
253
- $utrecht-custom-radio-button-checked-background-color: $basiselementen-color-hemelblauw;
254
- $utrecht-custom-radio-button-checked-border-color: $basiselementen-color-hemelblauw;
255
- $utrecht-custom-radio-button-disabled-background-color: $basiselementen-color-wit;
256
- $utrecht-custom-radio-button-disabled-border-color: $basiselementen-color-grijs3;
257
- $utrecht-custom-radio-button-active-background-color: $basiselementen-color-hemelblauw;
258
- $utrecht-custom-radio-button-background-color: $basiselementen-color-wit;
259
- $utrecht-custom-radio-button-color: $basiselementen-color-zwart;
260
- $utrecht-custom-radio-button-border-color: $basiselementen-color-zwart;
261
- $utrecht-breadcrumb-link-hover-color: $basiselementen-color-donkerblauw;
262
- $utrecht-breadcrumb-link-focus-color: $basiselementen-color-zwart;
263
- $utrecht-breadcrumb-link-focus-background-color: $basiselementen-color-hemelblauw-tint2;
264
- $utrecht-breadcrumb-link-color: $basiselementen-color-hemelblauw;
265
- $utrecht-button-subtle-warning-hover-color: $basiselementen-color-rood-shade1;
266
- $utrecht-button-subtle-disabled-color: $basiselementen-color-grijs3;
267
- $utrecht-button-subtle-font-weight: $basiselementen-font-weight-bold;
268
- $utrecht-button-subtle-color: $basiselementen-color-rood;
269
- $utrecht-button-secondary-action-hover-border-color: $basiselementen-color-donkerblauw-shade1;
270
- $utrecht-button-secondary-action-hover-background-color: $basiselementen-color-wit;
271
- $utrecht-button-secondary-action-hover-color: $basiselementen-color-donkerblauw-shade1;
272
- $utrecht-button-secondary-action-disabled-color: $basiselementen-color-grijs3;
273
- $utrecht-button-secondary-action-disabled-border-color: $basiselementen-color-grijs3;
274
- $utrecht-button-secondary-action-disabled-background-color: $basiselementen-color-wit;
275
- $utrecht-button-secondary-action-focus-color: $basiselementen-color-donkerblauw;
276
- $utrecht-button-secondary-action-active-color: $basiselementen-color-wit;
277
- $utrecht-button-secondary-action-active-border-color: $basiselementen-color-donkerblauw-shade1;
278
- $utrecht-button-secondary-action-active-background-color: $basiselementen-color-donkerblauw-shade1;
279
- $utrecht-button-secondary-action-color: $basiselementen-color-donkerblauw;
280
- $utrecht-button-secondary-action-border-color: $basiselementen-color-donkerblauw;
281
- $utrecht-button-secondary-action-background-color: $basiselementen-color-wit;
282
- $utrecht-button-primary-action-warning-disabled-color: $basiselementen-color-grijs3;
283
- $utrecht-button-primary-action-warning-disabled-background-color: $basiselementen-color-grijs2;
284
- $utrecht-button-primary-action-warning-disabled-border-color: $basiselementen-color-grijs2;
285
- $utrecht-button-primary-action-warning-hover-background-color: $basiselementen-color-rood-shade1;
286
- $utrecht-button-primary-action-warning-focus-background-color: $basiselementen-color-rood;
287
- $utrecht-button-primary-action-warning-active-background-color: $basiselementen-color-rood;
288
- $utrecht-button-primary-action-warning-color: $basiselementen-color-wit;
289
- $utrecht-button-primary-action-warning-background-color: $basiselementen-color-rood;
290
- $utrecht-button-primary-action-disabled-color: $basiselementen-color-grijs3;
291
- $utrecht-button-primary-action-disabled-background-color: $basiselementen-color-grijs2;
292
- $utrecht-button-primary-action-disabled-border-color: $basiselementen-color-grijs2;
293
- $utrecht-button-primary-action-hover-background-color: $basiselementen-color-donkerblauw-shade1;
294
- $utrecht-button-primary-action-focus-background-color: $basiselementen-color-donkerblauw;
295
- $utrecht-button-primary-action-active-background-color: $basiselementen-color-donkerblauw-shade1;
296
- $utrecht-button-disabled-color: $basiselementen-color-grijs3;
297
- $utrecht-button-disabled-background-color: $basiselementen-color-grijs2;
298
- $utrecht-button-disabled-border-color: $basiselementen-color-grijs2;
299
- $utrecht-button-color: $basiselementen-color-wit;
300
- $utrecht-button-background-color: $basiselementen-color-donkerblauw;
301
- $utrecht-button-rvo-xs-font-weight: $basiselementen-font-weight-normal;
302
- $utrecht-focus-inverse-outline-color: $basiselementen-color-wit;
303
- $utrecht-focus-outline-color: $basiselementen-color-zwart;
304
- $basiselementen-document-font-family: $basiselementen-font-sans-serif-font-family;
305
- $basiselementen-document-color: $basiselementen-color-zwart;
306
- $basiselementen-document-background-color: $basiselementen-color-wit;
231
+ $utrecht-button-subtle-hover-color: #162f50;
232
+ $utrecht-button-subtle-hover-border-color: transparent;
233
+ $utrecht-button-subtle-hover-background-color: transparent;
234
+ $utrecht-button-subtle-font-weight: 700;
235
+ $utrecht-button-subtle-font-size: 1.25rem;
236
+ $utrecht-button-secondary-action-line-height: 1.875rem;
237
+ $utrecht-button-secondary-action-font-size: 1.25rem;
238
+ $utrecht-button-secondary-action-active-color: #154273;
239
+ $utrecht-button-secondary-action-active-border-color: #154273;
240
+ $utrecht-button-secondary-action-active-background-color: #95a9c0;
241
+ $utrecht-button-secondary-action-font-weight: 700;
242
+ $utrecht-button-secondary-action-focus-color: #154273;
243
+ $utrecht-button-secondary-action-focus-border-color: transparent;
244
+ $utrecht-button-secondary-action-focus-background-color: #b8c6d5;
245
+ $utrecht-button-secondary-action-disabled-color: #738eab;
246
+ $utrecht-button-secondary-action-disabled-border-color: #738eab;
247
+ $utrecht-button-secondary-action-disabled-background-color: transparent;
248
+ $utrecht-button-secondary-action-color: #154273;
249
+ $utrecht-button-secondary-action-border-color: #154273;
250
+ $utrecht-button-secondary-action-background-color: transparent;
251
+ $utrecht-button-secondary-action-hover-color: #154273;
252
+ $utrecht-button-secondary-action-hover-border-color: transparent;
253
+ $utrecht-button-secondary-action-hover-background-color: #b8c6d5;
254
+ $utrecht-button-primary-action-line-height: 1.875rem;
255
+ $utrecht-button-primary-action-font-size: 1.25rem;
256
+ $utrecht-button-primary-action-active-color: #fff;
257
+ $utrecht-button-primary-action-active-border-color: transparent;
258
+ $utrecht-button-primary-action-active-background-color: #0d2845;
259
+ $utrecht-button-primary-action-font-weight: 700;
260
+ $utrecht-button-primary-action-focus-color: #fff;
261
+ $utrecht-button-primary-action-focus-border-color: transparent;
262
+ $utrecht-button-primary-action-focus-background-color: #154273;
263
+ $utrecht-button-primary-action-disabled-color: #4f7196;
264
+ $utrecht-button-primary-action-disabled-border-color: #95a9c0;
265
+ $utrecht-button-primary-action-disabled-background-color: #b8c6d5;
266
+ $utrecht-button-primary-action-color: #fff;
267
+ $utrecht-button-primary-action-border-color: transparent;
268
+ $utrecht-button-primary-action-background-color: #154273;
269
+ $utrecht-button-primary-action-hover-color: #fff;
270
+ $utrecht-button-primary-action-hover-border-color: transparent;
271
+ $utrecht-button-primary-action-hover-background-color: #162f50;
272
+ $utrecht-button-column-gap: 0.5rem;
273
+ $utrecht-button-min-inline-size: 48px;
274
+ $utrecht-button-min-block-size: 48px;
275
+ $utrecht-button-active-color: #0F172A;
276
+ $utrecht-button-active-border-color: #0F172A;
277
+ $utrecht-button-active-background-color: #CBD5E1;
278
+ $utrecht-button-hover-color: #1E293B;
279
+ $utrecht-button-hover-border-color: #1E293B;
280
+ $utrecht-button-hover-background-color: #F8FAFC;
281
+ $utrecht-button-focus-color: #1E293B;
282
+ $utrecht-button-focus-border-color: transparent;
283
+ $utrecht-button-focus-background-color: #FDDE94;
284
+ $utrecht-button-disabled-color: #64748B;
285
+ $utrecht-button-disabled-border-color: transparent;
286
+ $utrecht-button-disabled-background-color: #F8FAFC;
287
+ $utrecht-button-padding-inline-start: 1rem;
288
+ $utrecht-button-padding-inline-end: 1rem;
289
+ $utrecht-button-padding-block-start: 0.5rem;
290
+ $utrecht-button-padding-block-end: 0.5rem;
291
+ $utrecht-button-line-height: 150%;
292
+ $utrecht-button-font-weight: 700;
293
+ $utrecht-button-font-size: 1.25rem;
294
+ $utrecht-button-font-family: Fira Sans, Arial, Verdana, sans-serif;
295
+ $utrecht-button-icon-size: 24px;
296
+ $utrecht-button-icon-gap: 0.5rem;
297
+ $utrecht-button-border-width: 1px;
298
+ $utrecht-button-border-radius: 5px;
299
+ $utrecht-button-color: #334155;
300
+ $utrecht-button-border-color: #334155;
301
+ $utrecht-button-background-color: transparent;
302
+ $utrecht-button-group-row-gap: 0.5rem;
303
+ $utrecht-button-group-padding-block-start: 0px;
304
+ $utrecht-button-group-padding-block-end: 0px;
305
+ $utrecht-button-group-margin-block-start: 0px;
306
+ $utrecht-button-group-margin-block-end: 0px;
307
+ $utrecht-button-group-column-gap: 0.5rem;
308
+ $utrecht-button-group-background-color: transparent;
309
+ $utrecht-checkbox-active-border-color: #4f7196;
310
+ $utrecht-checkbox-active-background-color: #fff;
311
+ $utrecht-checkbox-active-border-width: 1px;
312
+ $utrecht-checkbox-hover-border-color: #738eab;
313
+ $utrecht-checkbox-hover-background-color: #fff;
314
+ $utrecht-checkbox-hover-border-width: 1px;
315
+ $utrecht-checkbox-border-width: 1px;
316
+ $utrecht-checkbox-indeterminate-focus-border-width: 2px;
317
+ $utrecht-checkbox-indeterminate-focus-color: #154273;
318
+ $utrecht-checkbox-indeterminate-focus-border-color: #154273;
319
+ $utrecht-checkbox-indeterminate-focus-background-color: #fff;
320
+ $utrecht-checkbox-indeterminate-hover-border-width: 1px;
321
+ $utrecht-checkbox-indeterminate-hover-color: #fff;
322
+ $utrecht-checkbox-indeterminate-hover-border-color: transparent;
323
+ $utrecht-checkbox-indeterminate-hover-background-color: #738eab;
324
+ $utrecht-checkbox-indeterminate-active-border-width: 1px;
325
+ $utrecht-checkbox-indeterminate-active-color: #fff;
326
+ $utrecht-checkbox-indeterminate-active-border-color: transparent;
327
+ $utrecht-checkbox-indeterminate-active-background-color: #4f7196;
328
+ $utrecht-checkbox-indeterminate-disabled-color: #475569;
329
+ $utrecht-checkbox-indeterminate-disabled-border-color: #94A3B8;
330
+ $utrecht-checkbox-indeterminate-disabled-background-color: #CBD5E1;
331
+ $utrecht-checkbox-indeterminate-border-width: 1px;
332
+ $utrecht-checkbox-indeterminate-color: #fff;
333
+ $utrecht-checkbox-indeterminate-border-color: transparent;
334
+ $utrecht-checkbox-indeterminate-background-color: #154273;
335
+ $utrecht-checkbox-checked-active-color: #fff;
336
+ $utrecht-checkbox-checked-active-border-color: transparent;
337
+ $utrecht-checkbox-checked-active-background-color: #4f7196;
338
+ $utrecht-checkbox-checked-active-border-width: 1px;
339
+ $utrecht-checkbox-checked-hover-color: #fff;
340
+ $utrecht-checkbox-checked-hover-border-color: transparent;
341
+ $utrecht-checkbox-checked-hover-background-color: #738eab;
342
+ $utrecht-checkbox-checked-hover-border-width: 1px;
343
+ $utrecht-checkbox-checked-focus-color: #154273;
344
+ $utrecht-checkbox-checked-focus-border-color: #154273;
345
+ $utrecht-checkbox-checked-focus-background-color: #fff;
346
+ $utrecht-checkbox-checked-focus-border-width: 2px;
347
+ $utrecht-checkbox-checked-disabled-color: #475569;
348
+ $utrecht-checkbox-checked-disabled-border-color: #94A3B8;
349
+ $utrecht-checkbox-checked-disabled-background-color: #CBD5E1;
350
+ $utrecht-checkbox-checked-border-width: 1px;
351
+ $utrecht-checkbox-checked-color: #fff;
352
+ $utrecht-checkbox-checked-border-color: transparent;
353
+ $utrecht-checkbox-checked-background-color: #154273;
354
+ $utrecht-checkbox-disabled-border-color: #94A3B8;
355
+ $utrecht-checkbox-disabled-background-color: #CBD5E1;
356
+ $utrecht-checkbox-focus-border-width: 2px;
357
+ $utrecht-checkbox-focus-border-color: #154273;
358
+ $utrecht-checkbox-focus-background-color: #fff;
359
+ $utrecht-checkbox-invalid-border-width: 1px;
360
+ $utrecht-checkbox-invalid-border-color: #d52b1e;
361
+ $utrecht-checkbox-invalid-background-color: #f9dfdd;
362
+ $utrecht-checkbox-border-color: #154273;
363
+ $utrecht-checkbox-background-color: #fff;
364
+ $utrecht-checkbox-icon-size: 24px;
365
+ $utrecht-checkbox-size: 24px;
366
+ $utrecht-checkbox-border-radius: 2.5px;
367
+ $utrecht-form-fieldset-invalid-border-inline-start-width: 0px;
368
+ $utrecht-form-fieldset-invalid-padding-inline-start: 0;
369
+ $utrecht-form-fieldset-invalid-border-inline-start-color: #d52b1e;
370
+ $utrecht-form-fieldset-section-color: #154273;
371
+ $utrecht-form-fieldset-section-background-color: transparent;
372
+ $utrecht-form-fieldset-legend-disabled-color: #334155;
373
+ $utrecht-form-fieldset-legend-line-height: 150%;
374
+ $utrecht-form-fieldset-legend-font-weight: 700;
375
+ $utrecht-form-fieldset-legend-font-size: 1.25rem;
376
+ $utrecht-form-fieldset-legend-font-family: Fira Sans, Arial, Verdana, sans-serif;
377
+ $utrecht-form-fieldset-legend-color: #154273;
378
+ $utrecht-figure-img-border-start-start-radius: 0;
379
+ $utrecht-figure-img-border-start-end-radius: 0;
380
+ $utrecht-figure-img-border-end-start-radius: 0;
381
+ $utrecht-figure-img-border-end-end-radius: 0;
382
+ $utrecht-figure-caption-font-size: 1.25rem;
383
+ $utrecht-figure-caption-line-height: 150%;
384
+ $utrecht-figure-caption-padding-inline-start: 1rem;
385
+ $utrecht-figure-caption-padding-block-start: 0.5rem;
386
+ $utrecht-figure-caption-padding-block-end: 0.5rem;
387
+ $utrecht-figure-caption-color: #154273;
388
+ $utrecht-figure-caption-border-width: 4px;
389
+ $utrecht-figure-caption-border-color: #CBD5E1;
390
+ $utrecht-page-footer-padding-inline-end: 80px;
391
+ $utrecht-page-footer-padding-inline-start: 80px;
392
+ $utrecht-page-footer-padding-block-end: 3rem;
393
+ $utrecht-page-footer-padding-block-start: 3rem;
394
+ $utrecht-page-footer-color: #fff;
395
+ $utrecht-page-footer-background-color: #154273;
396
+ $utrecht-form-field-error-message-line-height: normal;
397
+ $utrecht-form-field-label-margin-block-end: 0.5rem;
398
+ $utrecht-form-field-invalid-padding-inline-start: 0;
399
+ $utrecht-form-field-invalid-border-inline-start-width: 0px;
400
+ $utrecht-form-field-invalid-border-inline-start-color: #d52b1e;
401
+ $utrecht-form-field-margin-block-end: 0.5rem;
402
+ $utrecht-form-field-margin-block-start: 0.5rem;
403
+ $utrecht-form-field-description-padding-block-end: 0.5rem;
404
+ $utrecht-form-field-description-margin-block-end: 0.5rem;
405
+ $utrecht-form-field-description-margin-block-start: -0.5rem;
406
+ $utrecht-form-field-description-line-height: 150%;
407
+ $utrecht-form-field-description-font-size: 1.25rem;
408
+ $utrecht-form-field-description-font-family: Fira Sans, Arial, Verdana, sans-serif;
409
+ $utrecht-form-field-description-color: #334155;
410
+ $utrecht-form-field-error-message-padding-block-end: 0.5rem;
411
+ $utrecht-form-field-error-message-margin-block-end: 0.5rem;
412
+ $utrecht-form-field-error-message-font-weight: 400;
413
+ $utrecht-form-field-error-message-font-size: 1.25rem;
414
+ $utrecht-form-field-error-message-font-family: Fira Sans, Arial, Verdana, sans-serif;
415
+ $utrecht-form-field-error-message-color: #d52b1e;
416
+ $utrecht-form-field-error-message-icon-margin-inline-end: 0.5rem;
417
+ $utrecht-form-field-error-message-icon-size: 24px;
418
+ $utrecht-form-field-label-line-height: 150%;
419
+ $utrecht-form-field-label-font-weight: 700;
420
+ $utrecht-form-field-label-font-size: 1.25rem;
421
+ $utrecht-form-field-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
422
+ $utrecht-form-field-label-color: #154273;
423
+ $utrecht-form-label-font-weight: 700;
424
+ $utrecht-form-label-font-size: 1.25rem;
425
+ $utrecht-form-label-color: #154273;
426
+ $utrecht-link-line-height: 150%;
427
+ $utrecht-link-font-size: 1.25rem;
428
+ $utrecht-link-font-weight: 400;
429
+ $utrecht-link-font-family: Fira Sans, Arial, Verdana, sans-serif;
430
+ $utrecht-link-text-underline-offset: 0.125rem;
431
+ $utrecht-link-text-decoration-thickness: auto;
432
+ $utrecht-link-column-gap: 0.25rem;
433
+ $utrecht-link-icon-size: 24px;
434
+ $utrecht-link-icon-inset-block-start: 0.25rem;
435
+ $utrecht-link-text-decoration: underline;
436
+ $utrecht-link-visited-color: #42145f;
437
+ $utrecht-link-hover-text-decoration-thickness: auto;
438
+ $utrecht-link-hover-text-decoration: None;
439
+ $utrecht-link-hover-color: #01496c;
440
+ $utrecht-link-focus-text-decoration-thickness: auto;
441
+ $utrecht-link-focus-text-decoration: None;
442
+ $utrecht-link-focus-color: #01689b;
443
+ $utrecht-link-focus-background-color: transparent;
444
+ $utrecht-link-active-text-decoration: None;
445
+ $utrecht-link-active-color: #42145f;
446
+ $utrecht-link-text-decoration-color: #01689b;
447
+ $utrecht-link-color: #01689b;
448
+ $utrecht-link-list-icon-inset-block-start: 0.188rem;
449
+ $utrecht-link-list-icon-size: 24px;
450
+ $utrecht-link-list-item-text-decoration: None;
451
+ $utrecht-link-list-item-column-gap: 0.5rem;
452
+ $utrecht-link-list-margin-block-end: 0;
453
+ $utrecht-link-list-row-gap: 0.5rem;
454
+ $utrecht-link-list-margin-block-start: 0;
455
+ $utrecht-ordered-list-line-height: 150%;
456
+ $utrecht-ordered-list-font-size: 1.25rem;
457
+ $utrecht-ordered-list-font-weight: 400;
458
+ $utrecht-ordered-list-font-family: Fira Sans, Arial, Verdana, sans-serif;
459
+ $utrecht-ordered-list-color: #154273;
460
+ $utrecht-ordered-list-item-margin-block-start: 0.25rem;
461
+ $utrecht-ordered-list-item-margin-block-end: 0.25rem;
462
+ $utrecht-ordered-list-item-padding-inline-start: 0;
463
+ $utrecht-ordered-list-margin-inline-start: 0.625rem;
464
+ $utrecht-ordered-list-margin-block-start: 0.25rem;
465
+ $utrecht-ordered-list-margin-block-end: 0.25rem;
466
+ $utrecht-ordered-list-padding-inline-start: 1.5rem;
467
+ $utrecht-pre-heading-font-size: 1rem;
468
+ $utrecht-pre-heading-line-height: 125%;
469
+ $utrecht-pre-heading-font-weight: 700;
470
+ $utrecht-pre-heading-font-family: Fira Sans, Arial, Verdana, sans-serif;
471
+ $utrecht-pre-heading-color: #154273;
472
+ $utrecht-radio-button-border-width: 1px;
473
+ $utrecht-radio-button-border-radius: 999px;
474
+ $utrecht-radio-button-hover-border-width: 1px;
475
+ $utrecht-radio-button-hover-border-color: #738eab;
476
+ $utrecht-radio-button-hover-background-color: #fff;
477
+ $utrecht-radio-button-checked-border-width: 1px;
478
+ $utrecht-radio-button-checked-disabled-color: #475569;
479
+ $utrecht-radio-button-checked-disabled-border-color: #94A3B8;
480
+ $utrecht-radio-button-checked-disabled-background-color: #CBD5E1;
481
+ $utrecht-radio-button-checked-focus-border-width: 2px;
482
+ $utrecht-radio-button-checked-focus-color: #154273;
483
+ $utrecht-radio-button-checked-focus-border-color: #154273;
484
+ $utrecht-radio-button-checked-focus-background-color: #fff;
485
+ $utrecht-radio-button-checked-active-border-width: 1px;
486
+ $utrecht-radio-button-checked-active-color: #fff;
487
+ $utrecht-radio-button-checked-active-border-color: transparent;
488
+ $utrecht-radio-button-checked-active-background-color: #4f7196;
489
+ $utrecht-radio-button-checked-hover-border-width: 1px;
490
+ $utrecht-radio-button-checked-hover-color: #fff;
491
+ $utrecht-radio-button-checked-hover-border-color: transparent;
492
+ $utrecht-radio-button-checked-hover-background-color: #738eab;
493
+ $utrecht-radio-button-checked-color: #fff;
494
+ $utrecht-radio-button-checked-border-color: transparent;
495
+ $utrecht-radio-button-checked-background-color: #154273;
496
+ $utrecht-radio-button-disabled-color: #475569;
497
+ $utrecht-radio-button-disabled-border-color: #94A3B8;
498
+ $utrecht-radio-button-disabled-background-color: #CBD5E1;
499
+ $utrecht-radio-button-focus-border-width: 2px;
500
+ $utrecht-radio-button-focus-border-color: #154273;
501
+ $utrecht-radio-button-focus-background-color: #fff;
502
+ $utrecht-radio-button-invalid-border-width: 1px;
503
+ $utrecht-radio-button-invalid-border-color: #d52b1e;
504
+ $utrecht-radio-button-invalid-background-color: #f9dfdd;
505
+ $utrecht-radio-button-border-color: #154273;
506
+ $utrecht-radio-button-background-color: #fff;
507
+ $utrecht-radio-button-dot-size: 12px;
508
+ $utrecht-radio-button-size: 24px;
509
+ $utrecht-radio-button-active-border-color: #4f7196;
510
+ $utrecht-radio-button-active-background-color: #fff;
511
+ $utrecht-radio-button-active-border-width: 1px;
512
+ $utrecht-select-max-inline-size: 400px;
513
+ $utrecht-select-font-size: 1.25rem;
514
+ $utrecht-select-line-height: 150%;
515
+ $utrecht-select-font-weight: 400;
516
+ $utrecht-select-font-family: Fira Sans, Arial, Verdana, sans-serif;
517
+ $utrecht-select-border-width: 1px;
518
+ $utrecht-select-border-bottom-width: auto;
519
+ $utrecht-select-border-radius: 2.5px;
520
+ $utrecht-select-padding-inline-start: 0.75rem;
521
+ $utrecht-select-padding-inline-end: 0.75rem;
522
+ $utrecht-select-padding-block-start: 0.5rem;
523
+ $utrecht-select-padding-block-end: 0.5rem;
524
+ $utrecht-select-hover-border-width: 1px;
525
+ $utrecht-select-hover-color: #154273;
526
+ $utrecht-select-hover-border-color: #738eab;
527
+ $utrecht-select-hover-background-color: #fff;
528
+ $utrecht-select-disabled-color: #475569;
529
+ $utrecht-select-disabled-border-color: #94A3B8;
530
+ $utrecht-select-disabled-background-color: #CBD5E1;
531
+ $utrecht-select-focus-border-width: 2px;
532
+ $utrecht-select-focus-color: #154273;
533
+ $utrecht-select-focus-border-color: #154273;
534
+ $utrecht-select-focus-background-color: #fff;
535
+ $utrecht-select-invalid-border-width: 1px;
536
+ $utrecht-select-invalid-color: #154273;
537
+ $utrecht-select-invalid-border-color: #d52b1e;
538
+ $utrecht-select-invalid-background-color: #f9dfdd;
539
+ $utrecht-select-color: #154273;
540
+ $utrecht-select-border-color: #154273;
541
+ $utrecht-select-background-color: #fff;
542
+ $utrecht-select-icon-size: 24px;
543
+ $utrecht-select-image-background-position: right 0.5rem center;
544
+ $utrecht-separator-margin-block-start: 0.75rem;
545
+ $utrecht-separator-margin-block-end: 0.75rem;
546
+ $utrecht-separator-block-size: 2px;
547
+ $utrecht-separator-color: #CBD5E1;
548
+ $utrecht-skip-link-text-underline-offset: 0.125rem;
549
+ $utrecht-skip-link-text-decoration: underline;
550
+ $utrecht-skip-link-box-block-end-shadow-color: #0000001a;
551
+ $utrecht-skip-link-box-block-end-shadow-spread-radius: 0;
552
+ $utrecht-skip-link-box-block-end-shadow-blur-radius: 48px;
553
+ $utrecht-skip-link-box-block-end-shadow-offset-y: 16px;
554
+ $utrecht-skip-link-box-block-end-shadow-offset-x: 0;
555
+ $utrecht-skip-link-border-width: 2px;
556
+ $utrecht-skip-link-color: #fff;
557
+ $utrecht-skip-link-border-color: transparent;
558
+ $utrecht-skip-link-background-color: #154273;
559
+ $utrecht-skip-link-focus-visible-outline-color: #000;
560
+ $utrecht-skip-link-focus-text-decoration: None;
561
+ $utrecht-skip-link-focus-color: #154273;
562
+ $utrecht-skip-link-focus-border-width: 2px;
563
+ $utrecht-skip-link-focus-border-style: solid;
564
+ $utrecht-skip-link-focus-border-color: #154273;
565
+ $utrecht-skip-link-focus-background-color: #fff;
566
+ $utrecht-skip-link-padding-inline-start: 1rem;
567
+ $utrecht-skip-link-padding-inline-end: 1rem;
568
+ $utrecht-skip-link-padding-block-start: 0.75rem;
569
+ $utrecht-skip-link-padding-block-end: 0.75rem;
570
+ $utrecht-skip-link-min-inline-size: 48px;
571
+ $utrecht-skip-link-min-block-size: 48px;
572
+ $utrecht-skip-link-line-height: 150%;
573
+ $utrecht-skip-link-font-size: 1.25rem;
574
+ $utrecht-skip-link-font-family: Fira Sans, Arial, Verdana, sans-serif;
575
+ $utrecht-skip-link-font-weight: 700;
576
+ $utrecht-table-font-size: 1.25rem;
577
+ $utrecht-table-container-box-inline-start-shadow-color: #0000001a;
578
+ $utrecht-table-container-box-inline-start-shadow-spread: 0;
579
+ $utrecht-table-container-box-inline-start-shadow-blur: 48px;
580
+ $utrecht-table-container-box-inline-start-shadow-y: 16px;
581
+ $utrecht-table-container-box-inline-start-shadow-x: 0;
582
+ $utrecht-table-container-box-inline-end-shadow-color: #0000001a;
583
+ $utrecht-table-container-box-inline-end-shadow-spread: 0;
584
+ $utrecht-table-container-box-inline-end-shadow-blur: 48px;
585
+ $utrecht-table-container-box-inline-end-shadow-y: 16px;
586
+ $utrecht-table-container-box-inline-end-shadow-x: 0;
587
+ $utrecht-table-footer-cell-line-height: 150%;
588
+ $utrecht-table-footer-cell-font-family: Fira Sans, Arial, Verdana, sans-serif;
589
+ $utrecht-table-footer-cell-color: #154273;
590
+ $utrecht-table-footer-cell-font-size: 1.25rem;
591
+ $utrecht-table-footer-cell-font-weight: 700;
592
+ $utrecht-table-row-background-color: transparent;
593
+ $utrecht-table-row-border-block-end-color: #CBD5E1;
594
+ $utrecht-table-row-border-block-end-width: 1px;
595
+ $utrecht-table-footer-background-color: transparent;
596
+ $utrecht-table-footer-border-block-end-color: #CBD5E1;
597
+ $utrecht-table-footer-border-block-end-width: 1px;
598
+ $utrecht-table-header-background-color: transparent;
599
+ $utrecht-table-header-border-block-end-color: #CBD5E1;
600
+ $utrecht-table-header-border-block-end-width: 2px;
601
+ $utrecht-table-data-cell-font-size: 1.25rem;
602
+ $utrecht-table-data-cell-line-height: 150%;
603
+ $utrecht-table-data-cell-font-weight: 400;
604
+ $utrecht-table-data-cell-font-family: Fira Sans, Arial, Verdana, sans-serif;
605
+ $utrecht-table-data-cell-color: #154273;
606
+ $utrecht-table-cell-line-height: 150%;
607
+ $utrecht-table-cell-padding-inline-start: 1rem;
608
+ $utrecht-table-cell-padding-inline-end: 1rem;
609
+ $utrecht-table-cell-padding-block-start: 0.75rem;
610
+ $utrecht-table-cell-padding-block-end: 0.75rem;
611
+ $utrecht-table-caption-font-size: 1.875rem;
612
+ $utrecht-table-caption-font-weight: 700;
613
+ $utrecht-table-caption-font-family: Fira Sans, Arial, Verdana, sans-serif;
614
+ $utrecht-table-caption-color: #154273;
615
+ $utrecht-table-caption-margin-block-end: 1.5rem;
616
+ $utrecht-table-caption-line-height: 125%;
617
+ $utrecht-table-header-cell-font-size: 1.25rem;
618
+ $utrecht-table-header-cell-font-weight: 700;
619
+ $utrecht-table-header-cell-font-family: Fira Sans, Arial, Verdana, sans-serif;
620
+ $utrecht-table-header-cell-color: #154273;
621
+ $utrecht-table-header-cell-line-height: 150%;
622
+ $utrecht-textarea-font-size: 1.25rem;
623
+ $utrecht-textarea-line-height: 150%;
624
+ $utrecht-textarea-font-weight: 400;
625
+ $utrecht-textarea-font-family: Fira Sans, Arial, Verdana, sans-serif;
626
+ $utrecht-textarea-border-width: 1px;
627
+ $utrecht-textarea-border-bottom-width: 1px;
628
+ $utrecht-textarea-border-radius: 2.5px;
629
+ $utrecht-textarea-hover-border-width: 1px;
630
+ $utrecht-textarea-hover-color: #154273;
631
+ $utrecht-textarea-hover-border-color: #738eab;
632
+ $utrecht-textarea-hover-background-color: #fff;
633
+ $utrecht-textarea-read-only-color: #154273;
634
+ $utrecht-textarea-read-only-border-color: transparent;
635
+ $utrecht-textarea-read-only-background-color: #F1F5F9;
636
+ $utrecht-textarea-disabled-color: #475569;
637
+ $utrecht-textarea-disabled-border-color: #94A3B8;
638
+ $utrecht-textarea-disabled-background-color: #CBD5E1;
639
+ $utrecht-textarea-focus-border-width: 2px;
640
+ $utrecht-textarea-focus-color: #154273;
641
+ $utrecht-textarea-focus-border-color: #154273;
642
+ $utrecht-textarea-focus-background-color: #fff;
643
+ $utrecht-textarea-placeholder-color: #64748B;
644
+ $utrecht-textarea-invalid-border-width: 1px;
645
+ $utrecht-textarea-invalid-color: #154273;
646
+ $utrecht-textarea-invalid-border-color: #d52b1e;
647
+ $utrecht-textarea-invalid-background-color: #f9dfdd;
648
+ $utrecht-textarea-color: #154273;
649
+ $utrecht-textarea-border-color: #154273;
650
+ $utrecht-textarea-background-color: #fff;
651
+ $utrecht-textarea-padding-inline-start: 0.75rem;
652
+ $utrecht-textarea-padding-inline-end: 0.75rem;
653
+ $utrecht-textarea-padding-block-start: 0.5rem;
654
+ $utrecht-textarea-padding-block-end: 0.5rem;
655
+ $utrecht-textarea-max-inline-size: 400px;
656
+ $utrecht-textbox-hover-color: #154273;
657
+ $utrecht-textbox-hover-border-color: #738eab;
658
+ $utrecht-textbox-hover-background-color: #fff;
659
+ $utrecht-textbox-hover-border-width: 1px;
660
+ $utrecht-textbox-read-only-color: #154273;
661
+ $utrecht-textbox-read-only-border-color: transparent;
662
+ $utrecht-textbox-read-only-background-color: #F1F5F9;
663
+ $utrecht-textbox-disabled-color: #475569;
664
+ $utrecht-textbox-disabled-border-color: #94A3B8;
665
+ $utrecht-textbox-disabled-background-color: #CBD5E1;
666
+ $utrecht-textbox-focus-color: #154273;
667
+ $utrecht-textbox-focus-border-color: #154273;
668
+ $utrecht-textbox-focus-background-color: #fff;
669
+ $utrecht-textbox-focus-border-width: 2px;
670
+ $utrecht-textbox-border-width: 1px;
671
+ $utrecht-textbox-border-block-end-width: auto;
672
+ $utrecht-textbox-placeholder-color: #64748B;
673
+ $utrecht-textbox-invalid-border-width: 1px;
674
+ $utrecht-textbox-invalid-color: #154273;
675
+ $utrecht-textbox-invalid-border-color: #d52b1e;
676
+ $utrecht-textbox-invalid-background-color: #f9dfdd;
677
+ $utrecht-textbox-color: #154273;
678
+ $utrecht-textbox-border-color: #154273;
679
+ $utrecht-textbox-background-color: #fff;
680
+ $utrecht-textbox-padding-inline-start: 0.75rem;
681
+ $utrecht-textbox-padding-inline-end: 0.75rem;
682
+ $utrecht-textbox-padding-block-start: 0.5rem;
683
+ $utrecht-textbox-padding-block-end: 0.5rem;
684
+ $utrecht-textbox-max-inline-size: 400px;
685
+ $utrecht-textbox-line-height: 150%;
686
+ $utrecht-textbox-font-weight: 400;
687
+ $utrecht-textbox-font-size: 1.25rem;
688
+ $utrecht-textbox-font-family: Fira Sans, Arial, Verdana, sans-serif;
689
+ $utrecht-textbox-border-radius: 2.5px;
690
+ $utrecht-unordered-list-marker-border-color: #154273;
691
+ $utrecht-unordered-list-marker-color: #154273;
692
+ $utrecht-unordered-list-item-margin-block-start: 0.25rem;
693
+ $utrecht-unordered-list-item-margin-block-end: 0.25rem;
694
+ $utrecht-unordered-list-item-padding-inline-start: 0.5rem;
695
+ $utrecht-unordered-list-line-height: 150%;
696
+ $utrecht-unordered-list-font-size: 1.25rem;
697
+ $utrecht-unordered-list-font-weight: 400;
698
+ $utrecht-unordered-list-font-family: Fira Sans, Arial, Verdana, sans-serif;
699
+ $utrecht-unordered-list-color: #154273;
700
+ $utrecht-unordered-list-margin-block-start: 0.25rem;
701
+ $utrecht-unordered-list-margin-block-end: 0.25rem;
702
+ $utrecht-unordered-list-padding-inline-start: 1.5rem;
703
+ $utrecht-icon-inset-block-start: 0;
704
+ $utrecht-icon-size: 24px;
705
+ $utrecht-icon-color: inherit;
706
+ $rhc-space-700: 3.5rem;
707
+ $rhc-space-600: 3rem;
708
+ $rhc-space-500: 2.5rem;
709
+ $rhc-space-400: 2rem;
710
+ $rhc-space-300: 1.5rem;
711
+ $rhc-space-200: 1rem;
712
+ $rhc-space-150: 0.75rem;
713
+ $rhc-space-100: 0.5rem;
714
+ $rhc-space-50: 0.25rem;
715
+ $rhc-space-25: 0.125rem;
716
+ $rhc-space-0: 0;
717
+ $rhc-border-width-none: 0px;
718
+ $rhc-border-width-m: 2px;
719
+ $rhc-border-width-default: 1px;
720
+ $rhc-font-family-secondary: RijksoverheidSerifWeb, 'Times New Roman', serif;
721
+ $rhc-font-family-primary: Fira Sans, Arial, Verdana, sans-serif;
722
+ $rhc-font-weight-thin: 200;
723
+ $rhc-font-weight-light: 300;
724
+ $rhc-font-weight-chosen-regular: 400;
725
+ $rhc-font-weight-regular: 400;
726
+ $rhc-font-weight-semi-bold: 550;
727
+ $rhc-font-weight-bold: 700;
728
+ $rhc-font-weight-extra-bold: 800;
729
+ $rhc-size-3-lint: 1440px;
730
+ $rhc-size-2-lint: 96px;
731
+ $rhc-size-lint: 48px;
732
+ $rhc-size-half-lint: 24px;
733
+ $rhc-size-quarter-lint: 12px;
734
+ $rhc-size-icon-functional: 24px;
735
+ $rhc-size-target: 48px;
736
+ $rhc-line-height-md: 150%;
737
+ $rhc-line-height-sm: 125%;
738
+ $rhc-line-height-paragraph: 150%;
739
+ $rhc-font-size-xl-mobile: 2.5rem;
740
+ $rhc-font-size-xl-tablet: 2.813rem;
741
+ $rhc-font-size-xl-desktop: 3.125rem;
742
+ $rhc-font-size-lg-mobile: 2rem;
743
+ $rhc-font-size-lg-tablet: 2.25rem;
744
+ $rhc-font-size-lg-desktop: 2.5rem;
745
+ $rhc-font-size-md-mobile: 1.5rem;
746
+ $rhc-font-size-md-tablet: 1.688rem;
747
+ $rhc-font-size-md-desktop: 1.875rem;
748
+ $rhc-font-size-sm-mobile: 1.2rem;
749
+ $rhc-font-size-sm-tablet: 1.35rem;
750
+ $rhc-font-size-sm-desktop: 1.5rem;
751
+ $rhc-font-size-xs-mobile: 1rem;
752
+ $rhc-font-size-xs-tablet: 1.125rem;
753
+ $rhc-font-size-xs-desktop: 1.25rem;
754
+ $rhc-font-size-paragraph-small: 1.125rem;
755
+ $rhc-font-size-paragraph-default: 1.25rem;
756
+ $rhc-font-size-paragraph-intro: 1.5rem;
757
+ $rhc-font-size-heading-level-5: 1.25rem;
758
+ $rhc-font-size-heading-level-4: 1.5rem;
759
+ $rhc-font-size-heading-level-3: 1.875rem;
760
+ $rhc-font-size-heading-level-2: 2.5rem;
761
+ $rhc-font-size-heading-level-1: 3.125rem;
762
+ $rhc-focus-outline-width: 2px;
763
+ $rhc-focus-outline-style: solid;
764
+ $rhc-focus-outline-offset: 0.125rem;
765
+ $rhc-color-none: transparent;
766
+ $rhc-color-zwart: #000;
767
+ $rhc-color-wit: #fff;
768
+ $rhc-color-lintblauw-500: #154273;
769
+ $rhc-color-lintblauw-400: #4f7196;
770
+ $rhc-color-lintblauw-300: #738eab;
771
+ $rhc-color-lintblauw-200: #95a9c0;
772
+ $rhc-color-lintblauw-100: #b8c6d5;
773
+ $rhc-color-lintblauw-50: #dce3ea;
774
+ $rhc-color-robijnrood-500: #ca005d;
775
+ $rhc-color-robijnrood-400: #D74085;
776
+ $rhc-color-robijnrood-300: #DF669D;
777
+ $rhc-color-robijnrood-200: #E78CB6;
778
+ $rhc-color-robijnrood-100: #efb3ce;
779
+ $rhc-color-robijnrood-50: #f7d9e7;
780
+ $rhc-color-roze-500: #f092cd;
781
+ $rhc-color-roze-400: #F4ADD9;
782
+ $rhc-color-roze-300: #F6BDE1;
783
+ $rhc-color-roze-200: #F8CEE8;
784
+ $rhc-color-roze-100: #fbdef0;
785
+ $rhc-color-roze-50: #fdeff8;
786
+ $rhc-color-rood-500: #d52b1e;
787
+ $rhc-color-rood-400: #DF6056;
788
+ $rhc-color-rood-300: #E67F78;
789
+ $rhc-color-rood-200: #EC9F99;
790
+ $rhc-color-rood-100: #f2bfbc;
791
+ $rhc-color-rood-50: #f9dfdd;
792
+ $rhc-color-oranje-500: #e17000;
793
+ $rhc-color-oranje-400: #E89440;
794
+ $rhc-color-oranje-300: #EDA966;
795
+ $rhc-color-oranje-200: #F1BE8C;
796
+ $rhc-color-oranje-100: #f6d4b3;
797
+ $rhc-color-oranje-50: #fbead9;
798
+ $rhc-color-donkergeel-500: #ffb612;
799
+ $rhc-color-donkergeel-400: #FDC84D;
800
+ $rhc-color-donkergeel-300: #FDD370;
801
+ $rhc-color-donkergeel-200: #FDDE94;
802
+ $rhc-color-donkergeel-100: #ffe9b8;
803
+ $rhc-color-donkergeel-50: #fff4db;
804
+ $rhc-color-geel-500: #f9e11e;
805
+ $rhc-color-geel-400: #FAE856;
806
+ $rhc-color-geel-300: #FBED78;
807
+ $rhc-color-geel-200: #FCF199;
808
+ $rhc-color-geel-100: #fdf6bc;
809
+ $rhc-color-geel-50: #fefbdd;
810
+ $rhc-color-donkerbruin-500: #673327;
811
+ $rhc-color-donkerbruin-400: #8D665D;
812
+ $rhc-color-donkerbruin-300: #A3847D;
813
+ $rhc-color-donkerbruin-200: #BAA39D;
814
+ $rhc-color-donkerbruin-100: #d1c2be;
815
+ $rhc-color-donkerbruin-50: #e8e0df;
816
+ $rhc-color-bruin-500: #94710a;
817
+ $rhc-color-bruin-400: #AF9447;
818
+ $rhc-color-bruin-300: #BFA96C;
819
+ $rhc-color-bruin-200: #CFBF90;
820
+ $rhc-color-bruin-100: #dfd4b6;
821
+ $rhc-color-bruin-50: #efeada;
822
+ $rhc-color-donkergroen-500: #275937;
823
+ $rhc-color-donkergroen-400: #5D8269;
824
+ $rhc-color-donkergroen-300: #7D9B87;
825
+ $rhc-color-donkergroen-200: #9DB4A4;
826
+ $rhc-color-donkergroen-100: #becdc3;
827
+ $rhc-color-donkergroen-50: #dfe6e1;
828
+ $rhc-color-groen-500: #39870c;
829
+ $rhc-color-groen-400: #6AA549;
830
+ $rhc-color-groen-300: #88B76D;
831
+ $rhc-color-groen-200: #A5C991;
832
+ $rhc-color-groen-100: #c4dbb6;
833
+ $rhc-color-groen-50: #e1eddb;
834
+ $rhc-color-mosgroen-500: #777b00;
835
+ $rhc-color-mosgroen-400: #999C40;
836
+ $rhc-color-mosgroen-300: #ADAF66;
837
+ $rhc-color-mosgroen-200: #C1C38C;
838
+ $rhc-color-mosgroen-100: #d6d7b3;
839
+ $rhc-color-mosgroen-50: #ebebd9;
840
+ $rhc-color-mintgroen-500: #76d2b6;
841
+ $rhc-color-mintgroen-400: #98DDC8;
842
+ $rhc-color-mintgroen-300: #ACE4D3;
843
+ $rhc-color-mintgroen-200: #C1EBDE;
844
+ $rhc-color-mintgroen-100: #d6f2e9;
845
+ $rhc-color-mintgroen-50: #eaf8f4;
846
+ $rhc-color-donkerblauw-500: #01689b;
847
+ $rhc-color-donkerblauw-400: #408EB4;
848
+ $rhc-color-donkerblauw-300: #66A4C3;
849
+ $rhc-color-donkerblauw-200: #8CBBD2;
850
+ $rhc-color-donkerblauw-100: #b3d2e1;
851
+ $rhc-color-donkerblauw-50: #d9e8f0;
852
+ $rhc-color-hemelblauw-500: #007bc7;
853
+ $rhc-color-hemelblauw-400: #409CD5;
854
+ $rhc-color-hemelblauw-300: #66AFDD;
855
+ $rhc-color-hemelblauw-200: #8CC3E6;
856
+ $rhc-color-hemelblauw-100: #b3d7ee;
857
+ $rhc-color-hemelblauw-50: #d9ebf7;
858
+ $rhc-color-paars-500: #42145f;
859
+ $rhc-color-paars-400: #714f87;
860
+ $rhc-color-paars-300: #8D729F;
861
+ $rhc-color-paars-200: #A995B7;
862
+ $rhc-color-paars-100: #c6b9cf;
863
+ $rhc-color-paars-50: #e3dce7;
864
+ $rhc-color-violet-500: #a90061;
865
+ $rhc-color-violet-400: #BE4088;
866
+ $rhc-color-violet-300: #CB66A0;
867
+ $rhc-color-violet-200: #D88CB7;
868
+ $rhc-color-violet-100: #e5b3d0;
869
+ $rhc-color-violet-50: #f2d9e7;
870
+ $rhc-color-lichtblauw-500: #8fcae7;
871
+ $rhc-color-lichtblauw-400: #ABD7ED;
872
+ $rhc-color-lichtblauw-300: #BCDFF0;
873
+ $rhc-color-lichtblauw-200: #CCE7F4;
874
+ $rhc-color-lichtblauw-100: #ddeff8;
875
+ $rhc-color-lichtblauw-50: #eef7fb;
876
+ $rhc-color-grijs-900: #0F172A;
877
+ $rhc-color-grijs-800: #1E293B;
878
+ $rhc-color-grijs-700: #334155;
879
+ $rhc-color-grijs-600: #475569;
880
+ $rhc-color-grijs-500: #64748B;
881
+ $rhc-color-grijs-400: #94A3B8;
882
+ $rhc-color-grijs-300: #CBD5E1;
883
+ $rhc-color-grijs-200: #E2E8F0;
884
+ $rhc-color-grijs-100: #F1F5F9;
885
+ $rhc-color-grijs-50: #F8FAFC;
886
+ $rhc-color-primary-hover: #162f50;
887
+ $rhc-color-primary-500: #154273;
888
+ $rhc-color-primary-400: #4f7196;
889
+ $rhc-color-primary-300: #738eab;
890
+ $rhc-color-primary-200: #95a9c0;
891
+ $rhc-color-primary-100: #b8c6d5;
892
+ $rhc-color-primary-50: #dce3ea;
893
+ $rhc-color-accent-500: #8fcae7;
894
+ $rhc-color-feedback-warning-subdued: #fff4db;
895
+ $rhc-color-feedback-warning-default: #ffb612;
896
+ $rhc-color-feedback-error-subdued: #f9dfdd;
897
+ $rhc-color-feedback-error-default: #d52b1e;
898
+ $rhc-color-feedback-info-subdued: #d9ebf7;
899
+ $rhc-color-feedback-info-default: #007bc7;
900
+ $rhc-color-feedback-success-subdued: #e1eddb;
901
+ $rhc-color-feedback-success-default: #39870c;
902
+ $rhc-color-canvas: #fff;
903
+ $rhc-color-border-strong: #000;
904
+ $rhc-color-border-subdued: #94A3B8;
905
+ $rhc-color-border-default: #64748B;
906
+ $rhc-color-foreground-link: #01689b;
907
+ $rhc-color-foreground-on-emphasis: #fff;
908
+ $rhc-color-foreground-subdued: #334155;
909
+ $rhc-color-foreground-lint: #154273;
910
+ $rhc-color-foreground-default: #000;
911
+ $rhc-color-focus-outline: #000;
912
+ $rhc-border-radius-none: 0px;
913
+ $rhc-border-radius-circle: 999px;
914
+ $rhc-border-radius-keep: 48px;
915
+ $rhc-border-radius-md: 5px;
916
+ $rhc-border-radius-sm: 2.5px;
917
+ $rhc-keep-bottom-left-border-radius-bottom-left: 48px;
918
+ $rhc-keep-bottom-left-border-radius-bottom-right: 0;
919
+ $rhc-keep-bottom-left-border-radius-top-right: 0;
920
+ $rhc-keep-bottom-left-border-radius-top-left: 0;
921
+ $rhc-keep-bottom-right-border-radius-bottom-left: 0;
922
+ $rhc-keep-bottom-right-border-radius-bottom-right: 48px;
923
+ $rhc-keep-bottom-right-border-radius-top-right: 0;
924
+ $rhc-keep-bottom-right-border-radius-top-left: 0;
925
+ $rhc-keep-top-right-border-radius-bottom-left: 0;
926
+ $rhc-keep-top-right-border-radius-bottom-right: 0;
927
+ $rhc-keep-top-right-border-radius-top-left: 0;
928
+ $rhc-keep-top-right-border-radius-top-right: 48px;
929
+ $rhc-keep-top-left-border-radius-bottom-left: 0;
930
+ $rhc-keep-top-left-border-radius-bottom-right: 0;
931
+ $rhc-keep-top-left-border-radius-top-right: 0;
932
+ $rhc-keep-top-left-border-radius-top-left: 48px;
933
+ $rhc-accordion-color: #154273;
934
+ $rhc-accordion-border-radius: 0px;
935
+ $rhc-accordion-header-margin: 0;
936
+ $rhc-accordion-section-border-color: #94A3B8;
937
+ $rhc-accordion-section-border-width: 0;
938
+ $rhc-accordion-section-border-block-end-width: 1px;
939
+ $rhc-accordion-button-expanded-color: #154273;
940
+ $rhc-accordion-button-expanded-background-color: #fff;
941
+ $rhc-accordion-button-padding-inline-start: 1rem;
942
+ $rhc-accordion-button-padding-inline-end: 1rem;
943
+ $rhc-accordion-button-padding-block-start: 0.75rem;
944
+ $rhc-accordion-button-padding-block-end: 0.75rem;
945
+ $rhc-accordion-button-icon-margin-block: 0.25rem;
946
+ $rhc-accordion-button-line-height: 150%;
947
+ $rhc-accordion-button-font-weight: 400;
948
+ $rhc-accordion-button-font-size: 1.25rem;
949
+ $rhc-accordion-button-font-family: Fira Sans, Arial, Verdana, sans-serif;
950
+ $rhc-card-as-link-horizontal-heading-inline-size: 200px;
951
+ $rhc-card-as-link-horizontal-padding-inline-start: 1rem;
952
+ $rhc-card-as-link-horizontal-padding-inline-end: 1rem;
953
+ $rhc-card-as-link-horizontal-padding-block-start: 0;
954
+ $rhc-card-as-link-horizontal-padding-block-end: 0;
955
+ $rhc-card-as-link-horizontal-max-block-size: 96px;
956
+ $rhc-card-as-link-horizontal-color: #fff;
957
+ $rhc-card-as-link-horizontal-border-color: transparent;
958
+ $rhc-card-as-link-horizontal-background-color: #154273;
959
+ $rhc-card-as-link-heading-font-weight: 700;
960
+ $rhc-card-as-link-heading-font-size: 1.5rem;
961
+ $rhc-card-as-link-heading-padding-block-start: 0.5rem;
962
+ $rhc-card-as-link-full-bleed-opacity: 0.5;
963
+ $rhc-card-as-link-full-bleed-color: #fff;
964
+ $rhc-card-as-link-full-bleed-border-color: transparent;
965
+ $rhc-card-as-link-full-bleed-background-color: #000;
966
+ $rhc-card-as-link-focus-text-decoration: underline;
967
+ $rhc-card-as-link-focus-background-color: #dce3ea;
968
+ $rhc-card-as-link-hover-text-decoration: underline;
969
+ $rhc-card-as-link-hover-background-color: #F8FAFC;
970
+ $rhc-card-as-link-active-text-decoration: underline;
971
+ $rhc-card-as-link-active-background-color: #F1F5F9;
972
+ $rhc-card-as-link-row-gap: 0.75rem;
973
+ $rhc-card-as-link-padding-inline-start: 1rem;
974
+ $rhc-card-as-link-padding-inline-end: 1rem;
975
+ $rhc-card-as-link-padding-block-start: 1rem;
976
+ $rhc-card-as-link-padding-block-end: 1rem;
977
+ $rhc-card-as-link-metadata-color: #154273;
978
+ $rhc-card-as-link-link-focus-text-decoration: none;
979
+ $rhc-card-as-link-link-hover-text-decoration: none;
980
+ $rhc-card-as-link-link-active-text-decoration: none;
981
+ $rhc-card-as-link-link-text-decoration: underline;
982
+ $rhc-card-as-link-link-color: #01689b;
983
+ $rhc-card-as-link-icon-size: 24px;
984
+ $rhc-card-as-link-icon-color: #154273;
985
+ $rhc-card-as-link-inline-size: 328px;
986
+ $rhc-card-as-link-column-gap: 1rem;
987
+ $rhc-card-as-link-color: #154273;
988
+ $rhc-card-as-link-border-width: 1px;
989
+ $rhc-card-as-link-border-radius: 5px;
990
+ $rhc-card-as-link-border-color: #CBD5E1;
991
+ $rhc-card-as-link-background-color: #fff;
992
+ $rhc-checkbox-group-row-gap: 1rem;
993
+ $rhc-checkbox-group-padding-block-start: 0.5rem;
994
+ $rhc-checkbox-group-padding-block-end: 0.5rem;
995
+ $rhc-code-input-group-column-gap: 0.5rem;
996
+ $rhc-code-input-size: 48px;
997
+ $rhc-dot-badge-size: 12px;
998
+ $rhc-dot-badge-color: #d52b1e;
999
+ $rhc-dot-badge-border-radius: 999px;
1000
+ $rhc-file-subtitle-color: #64748B;
1001
+ $rhc-file-error-border-color: #d52b1e;
1002
+ $rhc-file-column-gap: 0.25rem;
1003
+ $rhc-file-padding-block-end: 0.75rem;
1004
+ $rhc-file-padding-block-start: 0.75rem;
1005
+ $rhc-file-padding-inline-end: 1rem;
1006
+ $rhc-file-padding-inline-start: 1rem;
1007
+ $rhc-file-border-radius: 5px;
1008
+ $rhc-file-border-width: 1px;
1009
+ $rhc-file-border-color: #154273;
1010
+ $rhc-file-border-style: solid;
1011
+ $rhc-file-input-feedback-font-size: 1rem;
1012
+ $rhc-file-input-feedback-color: #475569;
1013
+ $rhc-file-input-row-gap: 0.75rem;
1014
+ $rhc-file-input-column-gap: 0.75rem;
1015
+ $rhc-page-footer-flex-direction: column;
1016
+ $rhc-page-footer-padding-inline-end: 2.5rem;
1017
+ $rhc-page-footer-padding-inline-start: 2.5rem;
1018
+ $rhc-page-footer-padding-block-end: 2.5rem;
1019
+ $rhc-page-footer-padding-block-start: 2.5rem;
1020
+ $rhc-page-footer-outlined-border-color: #154273;
1021
+ $rhc-page-footer-outlined-color: #154273;
1022
+ $rhc-page-footer-outlined-background-color: #fff;
1023
+ $rhc-page-footer-border-block-start-style: solid;
1024
+ $rhc-page-footer-border-block-start-color: #738eab;
1025
+ $rhc-page-footer-border-block-start-width: 2px;
1026
+ $rhc-page-footer-content-column-gap: 2rem;
1027
+ $rhc-page-footer-content-padding-inline-end: 1rem;
1028
+ $rhc-page-footer-content-padding-inline-start: 1rem;
1029
+ $rhc-page-footer-content-max-inline-size: 1280px;
1030
+ $rhc-page-footer-column-title-margin-block-end: 0.75rem;
1031
+ $rhc-page-footer-column-width: 200px;
1032
+ $rhc-page-footer-column-gap: 1.5rem;
1033
+ $rhc-form-field-checkbox-option-margin-block-end: 0;
1034
+ $rhc-form-field-checkbox-option-column-gap: 0.5rem;
1035
+ $rhc-form-field-radio-option-input-margin-block-start: 0.25rem;
1036
+ $rhc-form-field-radio-option-label-margin-block-end: 0;
1037
+ $rhc-form-field-radio-option-row-gap: 0.5rem;
1038
+ $rhc-form-field-radio-option-font-weight: 400;
1039
+ $rhc-form-field-radio-option-column-gap: 0.5rem;
1040
+ $rhc-hero-inline-size: 100%;
1041
+ $rhc-hero-border-radius: 40px;
1042
+ $rhc-hero-message-inline-size: 90%;
1043
+ $rhc-hero-message-border-radius: 20px;
1044
+ $rhc-hero-message-padding-block-start: 1rem;
1045
+ $rhc-hero-message-padding-inline-start: 1rem;
1046
+ $rhc-hero-message-padding-inline-end: 1rem;
1047
+ $rhc-hero-message-padding-block-end: 1rem;
1048
+ $rhc-hero-message-row-gap: 0.125rem;
1049
+ $rhc-hero-message-color: #fff;
1050
+ $rhc-hero-message-background-color: #154273;
1051
+ $rhc-hero-sub-heading-font-family: Fira Sans, Arial, Verdana, sans-serif;
1052
+ $rhc-hero-sub-heading-font-size: 1.25rem;
1053
+ $rhc-hero-sub-heading-line-height: 150%;
1054
+ $rhc-hero-sub-heading-font-weight: 400;
1055
+ $rhc-hero-heading-font-family: Fira Sans, Arial, Verdana, sans-serif;
1056
+ $rhc-hero-heading-font-size: 1.875rem;
1057
+ $rhc-hero-heading-line-height: 125%;
1058
+ $rhc-hero-heading-font-weight: 700;
1059
+ $rhc-icon-only-button-padding-inline-start: 0.75rem;
1060
+ $rhc-icon-only-button-padding-inline-end: 0.75rem;
1061
+ $rhc-icon-only-button-padding-block-start: 0.75rem;
1062
+ $rhc-icon-only-button-padding-block-end: 0.75rem;
1063
+ $rhc-link-list-text-decoration: None;
1064
+ $rhc-link-list-card-padding-inline-end: 1.5rem;
1065
+ $rhc-link-list-card-padding-inline-start: 1.5rem;
1066
+ $rhc-link-list-card-row-gap: 1rem;
1067
+ $rhc-link-list-card-padding-block-end: 1.5rem;
1068
+ $rhc-link-list-card-padding-block-start: 1.5rem;
1069
+ $rhc-link-list-card-background-color: #fff;
1070
+ $rhc-logo-color: #154273;
1071
+ $rhc-logo-font-family: Fira Sans, Arial, Verdana, sans-serif;
1072
+ $rhc-logo-column-gap: 12px;
1073
+ $rhc-logo-subtitle-font-size: 0.775rem;
1074
+ $rhc-logo-subtitle-line-height: 1rem;
1075
+ $rhc-logo-subtitle-font-weight: 400;
1076
+ $rhc-logo-title-padding-block-start: 3.125rem;
1077
+ $rhc-logo-title-font-size: 0.913rem;
1078
+ $rhc-logo-title-line-height: 1.063rem;
1079
+ $rhc-logo-title-font-weight: 600;
1080
+ $rhc-logo-image-color: #154273;
1081
+ $rhc-logo-image-block-size: 96px;
1082
+ $rhc-logo-image-inline-size: 48px;
1083
+ $rhc-logo-image-background-color: #fff;
1084
+ $rhc-message-list-item-heading-color: #154273;
1085
+ $rhc-message-list-item-label-line-height: 150%;
1086
+ $rhc-message-list-item-label-font-weight: 700;
1087
+ $rhc-message-list-item-label-font-size: 1.25rem;
1088
+ $rhc-message-list-item-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
1089
+ $rhc-message-list-item-content-row-gap: 0.5rem;
1090
+ $rhc-message-list-item-content-column-gap: 0.5rem;
1091
+ $rhc-message-list-item-content-font-size: 1.125rem;
1092
+ $rhc-message-list-item-padding-inline: 1rem;
1093
+ $rhc-message-list-item-padding-block: 0.75rem;
1094
+ $rhc-message-list-item-min-height: 48px;
1095
+ $rhc-message-list-item-icon-color: #154273;
1096
+ $rhc-message-list-item-icon-size: 24px;
1097
+ $rhc-message-list-item-column-gap: 1rem;
1098
+ $rhc-message-list-item-color: #334155;
1099
+ $rhc-message-list-item-border-width: 1px;
1100
+ $rhc-message-list-item-border-color: #CBD5E1;
1101
+ $rhc-message-list-item-background-color: #fff;
1102
+ $rhc-nav-bar-border-color: #64748B;
1103
+ $rhc-nav-bar-color: #154273;
1104
+ $rhc-nav-bar-background-color: #fff;
1105
+ $rhc-nav-bar-heading-font-weight: 700;
1106
+ $rhc-nav-bar-link-column-gap: 0.5rem;
1107
+ $rhc-nav-bar-link-padding-inline-start: 0.75rem;
1108
+ $rhc-nav-bar-link-padding-inline-end: 0.75rem;
1109
+ $rhc-nav-bar-link-padding-block-start: 1rem;
1110
+ $rhc-nav-bar-link-padding-block-end: 1rem;
1111
+ $rhc-nav-bar-link-hover-color: #154273;
1112
+ $rhc-nav-bar-link-hover-background-color: #F8FAFC;
1113
+ $rhc-nav-bar-link-focus-color: #154273;
1114
+ $rhc-nav-bar-link-focus-background-color: #dce3ea;
1115
+ $rhc-nav-bar-link-color: #154273;
1116
+ $rhc-nav-bar-link-background-color: #fff;
1117
+ $rhc-nav-bar-link-active-color: #fff;
1118
+ $rhc-nav-bar-link-active-background-color: #154273;
1119
+ $rhc-nav-bar-icon-size: 24px;
1120
+ $rhc-nav-bar-icon-active-color: #fff;
1121
+ $rhc-nav-bar-icon-color: #154273;
1122
+ $rhc-nav-bar-content-column-gap: 1rem;
1123
+ $rhc-nav-bar-container-inline-size: 100%;
1124
+ $rhc-nav-bar-padding-inline: 1rem;
1125
+ $rhc-nav-bar-max-inline-size: 1280px;
1126
+ $rhc-nav-bar-border-block-end-width: 1px;
1127
+ $rhc-navigation-list-item-padding-inline: 1rem;
1128
+ $rhc-navigation-list-item-padding-block: 0.75rem;
1129
+ $rhc-navigation-list-item-min-height: 48px;
1130
+ $rhc-navigation-list-item-column-gap: 1rem;
1131
+ $rhc-navigation-list-item-heading-color: #154273;
1132
+ $rhc-navigation-list-item-border-color: #CBD5E1;
1133
+ $rhc-navigation-list-item-border-width: 1px;
1134
+ $rhc-navigation-list-item-color: #334155;
1135
+ $rhc-navigation-list-item-background-color: #fff;
1136
+ $rhc-navigation-list-item-focus-background-color: #dce3ea;
1137
+ $rhc-navigation-list-item-hover-background-color: #F8FAFC;
1138
+ $rhc-navigation-list-item-active-background-color: #F1F5F9;
1139
+ $rhc-navigation-list-item-label-line-height: 150%;
1140
+ $rhc-navigation-list-item-label-font-weight: 700;
1141
+ $rhc-navigation-list-item-label-font-size: 1.875rem;
1142
+ $rhc-navigation-list-item-label-font-family: Fira Sans, Arial, Verdana, sans-serif;
1143
+ $rhc-navigation-list-item-content-row-gap: 0.25rem;
1144
+ $rhc-navigation-list-item-content-column-gap: 0.5rem;
1145
+ $rhc-navigation-list-item-content-font-size: 1.125rem;
1146
+ $rhc-navigation-list-item-icon-size: 24px;
1147
+ $rhc-navigation-list-item-icon-padding-block: 0.5rem;
1148
+ $rhc-navigation-list-item-icon-padding-inline: 0.5rem;
1149
+ $rhc-navigation-list-icon-color: #fff;
1150
+ $rhc-navigation-list-icon-border-radius: 999px;
1151
+ $rhc-navigation-list-icon-background-color: #154273;
1152
+ $rhc-radio-group-row-gap: 1rem;
1153
+ $rhc-radio-group-padding-block-start: 0.5rem;
1154
+ $rhc-radio-group-padding-block-end: 0.5rem;
1155
+ $rhc-sidenav-link-column-gap: 0.5rem;
1156
+ $rhc-sidenav-link-text-decoration: None;
1157
+ $rhc-sidenav-link-padding-block-end: 0.75rem;
1158
+ $rhc-sidenav-link-padding-block-start: 0.75rem;
1159
+ $rhc-sidenav-link-hover-text-decoration: underline;
1160
+ $rhc-sidenav-link-hover-color: #15496a;
1161
+ $rhc-sidenav-link-focus-text-decoration: None;
1162
+ $rhc-sidenav-link-focus-color: #01689b;
1163
+ $rhc-sidenav-link-focus-background-color: none;
1164
+ $rhc-sidenav-link-focus-border-color: #154273;
1165
+ $rhc-sidenav-link-focus-border-style: solid;
1166
+ $rhc-sidenav-link-focus-border-width: 2px;
1167
+ $rhc-sidenav-link-focus-border-radius: 5px;
1168
+ $rhc-sidenav-link-active-text-decoration: underline;
1169
+ $rhc-sidenav-link-active-color: #42145f;
1170
+ $rhc-sidenav-link-color: #01689b;
1171
+ $rhc-sidenav-link-current-color: #154273;
1172
+ $rhc-sidenav-link-current-font-weight: 700;
1173
+ $rhc-sidenav-link-font-weight: 400;
1174
+ $rhc-sidenav-link-font-family: Fira Sans, Arial, Verdana, sans-serif;
1175
+ $rhc-sidenav-link-font-size: 1.25rem;
1176
+ $rhc-sidenav-link-icon-margin-inline: 0.5rem;
1177
+ $rhc-sidenav-link-icon-size: 24px;
1178
+ $rhc-sidenav-link-line-height: 150%;
1179
+ $rhc-sidenav-display: flex;
1180
+ $rhc-toggletip-focus-background-color: #007bc7;
1181
+ $rhc-toggletip-focus-color: #fff;
1182
+ $rhc-toggletip-hover-background-color: #66AFDD;
1183
+ $rhc-toggletip-hover-color: #154273;
1184
+ $rhc-toggletip-active-border-color: #007bc7;
1185
+ $rhc-toggletip-active-background-color: #fff;
1186
+ $rhc-toggletip-active-color: #007bc7;
1187
+ $rhc-toggletip-size: 24px;
1188
+ $rhc-toggletip-icon-size: 24px;
1189
+ $rhc-toggletip-border-width: 1px;
1190
+ $rhc-toggletip-border-radius: 5px;
1191
+ $rhc-toggletip-border-color: transparent;
1192
+ $rhc-toggletip-background-color: #007bc7;
1193
+ $rhc-toggletip-color: #fff;
1194
+ $rhc-sub-nav-bar-content-list-row-gap: 0.5rem;
1195
+ $rhc-sub-nav-bar-content-max-inline-size: 1280px;
1196
+ $rhc-sub-nav-bar-content-padding-inline-start: 1rem;
1197
+ $rhc-sub-nav-bar-content-padding-inline-end: 1rem;
1198
+ $rhc-sub-nav-bar-inline-size: 100%;
1199
+ $rhc-sub-nav-bar-padding-block-start: 2rem;
1200
+ $rhc-sub-nav-bar-padding-block-end: 2rem;
1201
+ $rhc-sub-nav-bar-column-width: 375px;
1202
+ $rhc-sub-nav-bar-column-gap: 0.5rem;
1203
+ $rhc-sub-nav-bar-background-color: #f2f4f6;