@conduction/theme 1.0.13 → 1.0.15

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 (84) hide show
  1. package/.prettierrc +12 -0
  2. package/README.md +2 -0
  3. package/conduction-design-tokens/LICENSE.md +17 -0
  4. package/conduction-design-tokens/dist/design-tokens.css +294 -0
  5. package/conduction-design-tokens/dist/font.css +5 -0
  6. package/conduction-design-tokens/dist/index.css +7 -0
  7. package/conduction-design-tokens/dist/index.js +292 -0
  8. package/conduction-design-tokens/dist/index.json +5699 -0
  9. package/conduction-design-tokens/dist/index.less +291 -0
  10. package/conduction-design-tokens/dist/index.scss +291 -0
  11. package/conduction-design-tokens/dist/tokens.json +6098 -0
  12. package/conduction-design-tokens/package.json +40 -0
  13. package/conduction-design-tokens/src/brand/conduction/color.tokens.json +59 -0
  14. package/conduction-design-tokens/src/brand/conduction/font-size.tokens.json +17 -0
  15. package/conduction-design-tokens/src/brand/conduction/size.tokens.json +17 -0
  16. package/conduction-design-tokens/src/brand/conduction/typography.tokens.json +47 -0
  17. package/conduction-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  18. package/conduction-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  19. package/conduction-design-tokens/src/component/conduction/card.tokens.json +15 -0
  20. package/conduction-design-tokens/src/component/conduction/select.tokens.json +15 -0
  21. package/conduction-design-tokens/src/component/conduction/table.tokens.json +16 -0
  22. package/conduction-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  23. package/conduction-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  24. package/conduction-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  25. package/conduction-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  26. package/conduction-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  27. package/conduction-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  28. package/conduction-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  29. package/conduction-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  30. package/conduction-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  31. package/conduction-design-tokens/src/component/utrecht/list.tokens.json +32 -0
  32. package/conduction-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  33. package/conduction-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  34. package/conduction-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  35. package/conduction-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  36. package/conduction-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  37. package/conduction-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  38. package/conduction-design-tokens/src/config.json +7 -0
  39. package/conduction-design-tokens/src/font/Aldritch.woff2 +0 -0
  40. package/conduction-design-tokens/src/font.scss +6 -0
  41. package/conduction-design-tokens/src/index.scss +8 -0
  42. package/conduction-design-tokens/style-dictionary.config.js +6 -0
  43. package/municipalities/xxllnc-design-tokens/LICENSE.md +17 -0
  44. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +289 -0
  45. package/municipalities/xxllnc-design-tokens/dist/font.css +1 -0
  46. package/municipalities/xxllnc-design-tokens/dist/index.css +7 -0
  47. package/municipalities/xxllnc-design-tokens/dist/index.js +287 -0
  48. package/municipalities/xxllnc-design-tokens/dist/index.json +5606 -0
  49. package/municipalities/xxllnc-design-tokens/dist/index.less +286 -0
  50. package/municipalities/xxllnc-design-tokens/dist/index.scss +286 -0
  51. package/municipalities/xxllnc-design-tokens/dist/tokens.json +5989 -0
  52. package/municipalities/xxllnc-design-tokens/package.json +40 -0
  53. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +84 -0
  54. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/font-size.tokens.json +17 -0
  55. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/size.tokens.json +17 -0
  56. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/typography.tokens.json +47 -0
  57. package/municipalities/xxllnc-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  58. package/municipalities/xxllnc-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  59. package/municipalities/xxllnc-design-tokens/src/component/conduction/card.tokens.json +15 -0
  60. package/municipalities/xxllnc-design-tokens/src/component/conduction/select.tokens.json +15 -0
  61. package/municipalities/xxllnc-design-tokens/src/component/utrecht/alert.tokens.json +47 -0
  62. package/municipalities/xxllnc-design-tokens/src/component/utrecht/blockquote.tokes.json +27 -0
  63. package/municipalities/xxllnc-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  64. package/municipalities/xxllnc-design-tokens/src/component/utrecht/code.tokens.json +27 -0
  65. package/municipalities/xxllnc-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  66. package/municipalities/xxllnc-design-tokens/src/component/utrecht/footer.tokens.json +13 -0
  67. package/municipalities/xxllnc-design-tokens/src/component/utrecht/form-input.tokens.json +44 -0
  68. package/municipalities/xxllnc-design-tokens/src/component/utrecht/heading.tokens.json +53 -0
  69. package/municipalities/xxllnc-design-tokens/src/component/utrecht/icon.tokens.json +13 -0
  70. package/municipalities/xxllnc-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  71. package/municipalities/xxllnc-design-tokens/src/component/utrecht/list.tokens.json +32 -0
  72. package/municipalities/xxllnc-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  73. package/municipalities/xxllnc-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  74. package/municipalities/xxllnc-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  75. package/municipalities/xxllnc-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  76. package/municipalities/xxllnc-design-tokens/src/component/utrecht/textbox.tokens.json +44 -0
  77. package/municipalities/xxllnc-design-tokens/src/config.json +7 -0
  78. package/municipalities/xxllnc-design-tokens/src/font.scss +1 -0
  79. package/municipalities/xxllnc-design-tokens/src/index.scss +11 -0
  80. package/municipalities/xxllnc-design-tokens/style-dictionary.config.js +6 -0
  81. package/municipalities/xxllnc.css +70 -59
  82. package/package.json +1 -1
  83. package/style-dictionary-config.js +80 -0
  84. package/theme.css +51 -39
@@ -0,0 +1,286 @@
1
+
2
+ // Do not edit directly
3
+ // Generated on Tue, 08 Aug 2023 14:20:55 GMT
4
+
5
+ @conduction-input-select-padding-block-start: 0;
6
+ @conduction-input-select-padding-block-end: 0;
7
+ @conduction-input-select-border-focus: unset;
8
+ @utrecht-textbox-font-size: 15px;
9
+ @utrecht-textbox-border-radius: 6px;
10
+ @utrecht-table-header-cell-text-transform: unset;
11
+ @utrecht-table-header-text-transform: unset;
12
+ @utrecht-table-margin-block-end: 0;
13
+ @utrecht-paragraph-line-height: 1.5em;
14
+ @utrecht-page-max-inline-size: 1140px;
15
+ @utrecht-unordered-list-item-padding-inline-start: 1ch;
16
+ @utrecht-unordered-list-padding-inline-start: 2ch;
17
+ @utrecht-unordered-list-margin-block-end: 0;
18
+ @utrecht-ordered-list-item-padding-inline-start: 1ch;
19
+ @utrecht-link-hover-text-decoration-thickness: 0;
20
+ @utrecht-link-hover-text-decoration: none;
21
+ @utrecht-link-text-decoration-thickness: 0;
22
+ @utrecht-link-text-decoration-color: unset;
23
+ @utrecht-link-text-decoration: none;
24
+ @utrecht-form-input-font-size: 15px;
25
+ @utrecht-form-input-border-radius: 6px;
26
+ @utrecht-page-footer-background-image: unset;
27
+ @utrecht-code-block-margin-inline-end: 0;
28
+ @utrecht-code-block-margin-inline-start: 0;
29
+ @utrecht-code-font-size: inherit;
30
+ @utrecht-button-primary-action-font-weight: inherit;
31
+ @utrecht-button-primary-action-border-width: 0;
32
+ @utrecht-button-font-weight: inherit;
33
+ @utrecht-button-font-size: inherit;
34
+ @utrecht-button-border-width: 0;
35
+ @utrecht-button-border-radius: 16px;
36
+ @utrecht-card-border-width: unset;
37
+ @utrecht-card-border-radius: 16px;
38
+ @utrecht-action-submit-cursor: pointer;
39
+ @utrecht-action-disabled-cursor: not-allowed;
40
+ @utrecht-action-busy-cursor: wait;
41
+ @xxllnc-typography-font-weight-light: 100;
42
+ @xxllnc-typography-font-weight-normal: 400;
43
+ @xxllnc-typography-font-weight-bold: 700;
44
+ @xxllnc-typography-inter-font-family: "Inter", sans-serif;
45
+ @xxllnc-typography-monospace-font-family: Monospace, "Lucida Console";
46
+ @xxllnc-typography-sans-serif-font-family: neue-haas-grotesk-text, sans-serif;
47
+ @xxllnc-size-4xl: 96px;
48
+ @xxllnc-size-3xl: 72px;
49
+ @xxllnc-size-2xl: 48px;
50
+ @xxllnc-size-xl: 32px;
51
+ @xxllnc-size-lg: 24px;
52
+ @xxllnc-size-md: 18px;
53
+ @xxllnc-size-sm: 14px;
54
+ @xxllnc-size-xs: 8px;
55
+ @xxllnc-size-2xs: 4px;
56
+ @xxllnc-size-3xs: 2px;
57
+ @xxllnc-size-4xs: 1px;
58
+ @xxllnc-font-size-4xl: 58px;
59
+ @xxllnc-font-size-3xl: 48px;
60
+ @xxllnc-font-size-2xl: 32px;
61
+ @xxllnc-font-size-xl: 24px;
62
+ @xxllnc-font-size-lg: 20px;
63
+ @xxllnc-font-size-md: 16px;
64
+ @xxllnc-font-size-sm: 14px;
65
+ @xxllnc-font-size-xs: 12px;
66
+ @xxllnc-font-size-2xs: 10px;
67
+ @xxllnc-font-size-3xs: 8px;
68
+ @xxllnc-font-size-4xs: 5px;
69
+ @xxllnc-color-lightgrey: #f5f5f5;
70
+ @xxllnc-color-grey-90-hover: #e5e5e5cc; // Grey with 80% transparency
71
+ @xxllnc-color-grey-92: #eaeaea; // Base/Grey
72
+ @xxllnc-color-grey-90: #e5e5e5;
73
+ @xxllnc-color-grey-43: #6d6d6d;
74
+ @xxllnc-color-black-0-22t: #00000038; // Black with 22% transparency
75
+ @xxllnc-color-black-17-hover: #2b2b2bcc; // Black with 80% transparency
76
+ @xxllnc-color-black-21: #333338;
77
+ @xxllnc-color-black-17: #2b2b2b;
78
+ @xxllnc-color-black-16: #28282c; // Base/Black
79
+ @xxllnc-color-white-100-0t: #ffffff; // White with 0% transparency
80
+ @xxllnc-color-white-100: #ffffff; // Base/White
81
+ @xxllnc-color-white-95: #f1f1f1;
82
+ @xxllnc-color-alert-info-background: #d4edda;
83
+ @xxllnc-color-alert-info: #155724;
84
+ @xxllnc-color-alert-succes-background: #d4edda;
85
+ @xxllnc-color-alert-succes: #155724;
86
+ @xxllnc-color-succes: #28a745;
87
+ @xxllnc-color-alert-warning-background: #333338;
88
+ @xxllnc-color-alert-warning: #856404;
89
+ @xxllnc-color-warning: #ffc107;
90
+ @xxllnc-color-alert-error-background: #f8d7da;
91
+ @xxllnc-color-alert-error: #721c24;
92
+ @xxllnc-color-error: #dc3545;
93
+ @xxllnc-color-primary-hover: #00000080; // Primary with 50% transparency
94
+ @xxllnc-color-primary: #000000ad; // Primary with 68% transparency
95
+ @conduction-input-select-focus-border: 1px solid @xxllnc-color-grey-92;
96
+ @conduction-input-select-invalid-border-color: @xxllnc-color-error;
97
+ @conduction-input-select-border-radius: @utrecht-form-input-border-radius;
98
+ @conduction-input-select-border: 1px solid @xxllnc-color-grey-92;
99
+ @conduction-input-select-background-color: @xxllnc-color-white-100;
100
+ @utrecht-textbox-placeholder-color: @xxllnc-color-grey-43;
101
+ @utrecht-textbox-padding-inline-start: @xxllnc-size-sm;
102
+ @utrecht-textbox-padding-inline-end: @xxllnc-size-sm;
103
+ @utrecht-textbox-padding-block-start: @xxllnc-size-xs;
104
+ @utrecht-textbox-padding-block-end: @xxllnc-size-xs;
105
+ @utrecht-textbox-font-family: @xxllnc-typography-sans-serif-font-family;
106
+ @utrecht-textbox-color: @xxllnc-color-grey-43;
107
+ @utrecht-textbox-border-width: @xxllnc-size-4xs;
108
+ @utrecht-textbox-border-color: @xxllnc-color-black-0-22t;
109
+ @utrecht-textbox-background-color: @xxllnc-color-white-100-0t;
110
+ @utrecht-table-row-border-block-end-width: @xxllnc-size-4xs;
111
+ @utrecht-table-row-border-block-end-color: @xxllnc-color-lightgrey;
112
+ @utrecht-table-cell-padding-inline-start: @xxllnc-size-md;
113
+ @utrecht-table-cell-padding-inline-end: @xxllnc-size-md;
114
+ @utrecht-table-cell-padding-block-start: @xxllnc-size-md;
115
+ @utrecht-table-cell-padding-block-end: @xxllnc-size-md;
116
+ @utrecht-table-header-cell-font-weight: @xxllnc-typography-font-weight-bold;
117
+ @utrecht-table-header-font-weight: @xxllnc-typography-font-weight-bold;
118
+ @utrecht-table-margin-block-start: @xxllnc-size-md;
119
+ @utrecht-table-border-width: @xxllnc-size-4xs;
120
+ @utrecht-table-border-color: @xxllnc-color-lightgrey;
121
+ @utrecht-paragraph-font-weight: @xxllnc-typography-font-weight-normal;
122
+ @utrecht-paragraph-font-size: @xxllnc-font-size-md;
123
+ @utrecht-paragraph-font-family: @xxllnc-typography-sans-serif-font-family;
124
+ @utrecht-page-padding-inline-end: @xxllnc-size-lg;
125
+ @utrecht-page-padding-inline-start: @xxllnc-size-lg;
126
+ @utrecht-page-header-padding-block-end: @xxllnc-size-sm;
127
+ @utrecht-page-header-padding-block-start: @xxllnc-size-sm;
128
+ @utrecht-page-header-color: @xxllnc-color-black-16;
129
+ @utrecht-page-header-background-color: @xxllnc-color-grey-92;
130
+ @utrecht-unordered-list-marker-color: @xxllnc-color-primary;
131
+ @utrecht-unordered-list-item-margin-block-end: @xxllnc-size-xs;
132
+ @utrecht-unordered-list-item-margin-block-start: @xxllnc-size-xs;
133
+ @utrecht-unordered-list-margin-block-start: @xxllnc-size-md;
134
+ @utrecht-ordered-list-item-margin-block-end: @xxllnc-size-2xs;
135
+ @utrecht-ordered-list-item-margin-block-start: @xxllnc-size-2xs;
136
+ @utrecht-ordered-list-padding-inline-start: @xxllnc-size-xl;
137
+ @utrecht-ordered-list-margin-block-end: @xxllnc-size-sm;
138
+ @utrecht-ordered-list-margin-block-start: @xxllnc-size-sm;
139
+ @utrecht-link-icon-size: @xxllnc-size-md;
140
+ @utrecht-link-visited-color: @xxllnc-color-primary;
141
+ @utrecht-link-hover-color: @xxllnc-color-primary-hover;
142
+ @utrecht-link-text-underline-offset: @xxllnc-size-3xs;
143
+ @utrecht-link-color: @xxllnc-color-primary;
144
+ @utrecht-icon-gap: @xxllnc-size-xs;
145
+ @utrecht-heading-5-margin-block-start: @xxllnc-size-md;
146
+ @utrecht-heading-5-margin-block-end: @xxllnc-size-lg;
147
+ @utrecht-heading-5-font-weight: @xxllnc-typography-font-weight-light;
148
+ @utrecht-heading-5-font-size: @xxllnc-font-size-md;
149
+ @utrecht-heading-5-font-family: @xxllnc-typography-sans-serif-font-family;
150
+ @utrecht-heading-4-margin-block-start: @xxllnc-size-md;
151
+ @utrecht-heading-4-margin-block-end: @xxllnc-size-lg;
152
+ @utrecht-heading-4-font-weight: @xxllnc-typography-font-weight-normal;
153
+ @utrecht-heading-4-font-size: @xxllnc-font-size-lg;
154
+ @utrecht-heading-4-font-family: @xxllnc-typography-sans-serif-font-family;
155
+ @utrecht-heading-3-margin-block-start: @xxllnc-size-md;
156
+ @utrecht-heading-3-margin-block-end: @xxllnc-size-xl;
157
+ @utrecht-heading-3-font-weight: @xxllnc-typography-font-weight-normal;
158
+ @utrecht-heading-3-font-size: @xxllnc-font-size-xl;
159
+ @utrecht-heading-3-font-family: @xxllnc-typography-sans-serif-font-family;
160
+ @utrecht-heading-2-margin-block-start: @xxllnc-size-md;
161
+ @utrecht-heading-2-margin-block-end: @xxllnc-size-2xl;
162
+ @utrecht-heading-2-font-weight: @xxllnc-typography-font-weight-normal;
163
+ @utrecht-heading-2-font-size: @xxllnc-font-size-2xl;
164
+ @utrecht-heading-2-font-family: @xxllnc-typography-sans-serif-font-family;
165
+ @utrecht-heading-1-margin-block-start: @xxllnc-size-md;
166
+ @utrecht-heading-1-margin-block-end: @xxllnc-size-2xl;
167
+ @utrecht-heading-1-font-weight: @xxllnc-typography-font-weight-normal;
168
+ @utrecht-heading-1-font-size: @xxllnc-font-size-3xl;
169
+ @utrecht-heading-1-font-family: @xxllnc-typography-sans-serif-font-family;
170
+ @utrecht-form-input-placeholder-color: @xxllnc-color-grey-43;
171
+ @utrecht-form-input-padding-inline-start: @xxllnc-size-sm;
172
+ @utrecht-form-input-padding-inline-end: @xxllnc-size-sm;
173
+ @utrecht-form-input-padding-block-start: @xxllnc-size-xs;
174
+ @utrecht-form-input-padding-block-end: @xxllnc-size-xs;
175
+ @utrecht-form-input-font-family: @xxllnc-typography-sans-serif-font-family;
176
+ @utrecht-form-input-color: @xxllnc-color-grey-43;
177
+ @utrecht-form-input-border-width: @xxllnc-size-4xs;
178
+ @utrecht-form-input-border-color: @xxllnc-color-black-0-22t;
179
+ @utrecht-form-input-background-color: @xxllnc-color-white-100-0t;
180
+ @utrecht-page-footer-padding-block-start: @xxllnc-size-2xl;
181
+ @utrecht-page-footer-padding-block-end: @xxllnc-size-2xl;
182
+ @utrecht-page-footer-padding-inline-start: @xxllnc-size-sm;
183
+ @utrecht-page-footer-padding-inline-end: @xxllnc-size-sm;
184
+ @utrecht-page-footer-color: @xxllnc-color-primary;
185
+ @utrecht-page-footer-background-color: @xxllnc-color-white-100;
186
+ @utrecht-document-font-size: @xxllnc-font-size-md;
187
+ @utrecht-document-font-family: @xxllnc-typography-sans-serif-font-family;
188
+ @utrecht-document-color: @xxllnc-color-black-16;
189
+ @utrecht-document-background-color: @xxllnc-color-white-100;
190
+ @utrecht-code-block-padding-inline-end: @xxllnc-size-md;
191
+ @utrecht-code-block-padding-inline-start: @xxllnc-size-md;
192
+ @utrecht-code-block-padding-block-end: @xxllnc-size-md;
193
+ @utrecht-code-block-padding-block-start: @xxllnc-size-md;
194
+ @utrecht-code-block-margin-block-end: @xxllnc-size-md;
195
+ @utrecht-code-block-margin-block-start: @xxllnc-size-md;
196
+ @utrecht-code-block-line-height: @xxllnc-size-lg;
197
+ @utrecht-code-block-font-size: @xxllnc-font-size-md;
198
+ @utrecht-code-block-font-family: @xxllnc-typography-monospace-font-family;
199
+ @utrecht-code-block-color: @xxllnc-color-black-16;
200
+ @utrecht-code-block-background-color: @xxllnc-color-lightgrey;
201
+ @utrecht-code-font-family: @xxllnc-typography-monospace-font-family;
202
+ @utrecht-code-color: @xxllnc-color-black-16;
203
+ @utrecht-code-background-color: @xxllnc-color-lightgrey;
204
+ @utrecht-button-secondary-action-hover-color: @xxllnc-color-black-17-hover;
205
+ @utrecht-button-secondary-action-hover-border-color: @xxllnc-color-black-17-hover;
206
+ @utrecht-button-secondary-action-hover-background-color: @xxllnc-color-white-100;
207
+ @utrecht-button-secondary-action-font-weight: @xxllnc-typography-font-weight-normal;
208
+ @utrecht-button-secondary-action-color: @xxllnc-color-black-17;
209
+ @utrecht-button-secondary-action-border-width: @xxllnc-size-3xs;
210
+ @utrecht-button-secondary-action-border-color: @xxllnc-color-black-17;
211
+ @utrecht-button-secondary-action-background-color: @xxllnc-color-white-100;
212
+ @utrecht-button-primary-action-hover-color: @xxllnc-color-grey-90;
213
+ @utrecht-button-primary-action-hover-background-color: @xxllnc-color-black-17;
214
+ @utrecht-button-primary-action-color: @xxllnc-color-grey-90;
215
+ @utrecht-button-primary-action-background-color: @xxllnc-color-black-17;
216
+ @utrecht-button-hover-color: @xxllnc-color-grey-90-hover;
217
+ @utrecht-button-hover-background-color: @xxllnc-color-black-17-hover;
218
+ @utrecht-button-icon-gap: @xxllnc-size-xs;
219
+ @utrecht-button-padding-inline-end: @xxllnc-size-sm;
220
+ @utrecht-button-padding-inline-start: @xxllnc-size-sm;
221
+ @utrecht-button-padding-block-end: @xxllnc-size-2xs;
222
+ @utrecht-button-padding-block-start: @xxllnc-size-2xs;
223
+ @utrecht-button-font-family: @xxllnc-typography-inter-font-family;
224
+ @utrecht-button-color: @xxllnc-color-grey-90;
225
+ @utrecht-button-background-color: @xxllnc-color-black-17;
226
+ @utrecht-alert-icon-ok-color: @xxllnc-color-alert-succes;
227
+ @utrecht-alert-icon-warning-color: @xxllnc-color-alert-warning;
228
+ @utrecht-alert-icon-gap: @xxllnc-size-xs;
229
+ @utrecht-alert-icon-error-color: @xxllnc-color-alert-error;
230
+ @utrecht-alert-icon-color: @xxllnc-color-alert-info;
231
+ @utrecht-alert-ok-color: @xxllnc-color-alert-succes;
232
+ @utrecht-alert-ok-background-color: @xxllnc-color-alert-succes-background;
233
+ @utrecht-alert-error-color: @xxllnc-color-alert-error;
234
+ @utrecht-alert-error-background-color: @xxllnc-color-alert-error-background;
235
+ @utrecht-alert-warning-color: @xxllnc-color-alert-warning;
236
+ @utrecht-alert-warning-background-color: @xxllnc-color-alert-warning-background;
237
+ @utrecht-alert-padding-inline-end: @xxllnc-size-lg;
238
+ @utrecht-alert-padding-inline-start: @xxllnc-size-lg;
239
+ @utrecht-alert-padding-block-end: @xxllnc-size-lg;
240
+ @utrecht-alert-padding-block-start: @xxllnc-size-lg;
241
+ @utrecht-alert-color: @xxllnc-color-alert-info;
242
+ @utrecht-alert-background-color: @xxllnc-color-alert-info-background;
243
+ @utrecht-card-padding-block-start: @xxllnc-size-md;
244
+ @utrecht-card-padding-block-end: @xxllnc-size-md;
245
+ @utrecht-card-padding-inline-start: @xxllnc-size-md;
246
+ @utrecht-card-padding-inline-end: @xxllnc-size-md;
247
+ @utrecht-card-color: @xxllnc-color-white-95;
248
+ @utrecht-card-background-color: @xxllnc-color-black-21;
249
+ @utrecht-space-inline-3xl: @xxllnc-size-3xl;
250
+ @utrecht-space-inline-2xl: @xxllnc-size-2xl;
251
+ @utrecht-space-inline-xl: @xxllnc-size-xl;
252
+ @utrecht-space-inline-lg: @xxllnc-size-lg;
253
+ @utrecht-space-inline-md: @xxllnc-size-md;
254
+ @utrecht-space-inline-sm: @xxllnc-size-sm;
255
+ @utrecht-space-inline-xs: @xxllnc-size-xs;
256
+ @utrecht-space-inline-2xs: @xxllnc-size-2xs;
257
+ @utrecht-space-inline-3xs: @xxllnc-size-3xs;
258
+ @utrecht-space-block-3xl: @xxllnc-size-3xl;
259
+ @utrecht-space-block-2xl: @xxllnc-size-2xl;
260
+ @utrecht-space-block-xl: @xxllnc-size-xl;
261
+ @utrecht-space-block-lg: @xxllnc-size-lg;
262
+ @utrecht-space-block-md: @xxllnc-size-md;
263
+ @utrecht-space-block-sm: @xxllnc-size-sm;
264
+ @utrecht-space-block-xs: @xxllnc-size-xs;
265
+ @utrecht-space-block-2xs: @xxllnc-size-2xs;
266
+ @utrecht-space-block-3xs: @xxllnc-size-3xs;
267
+ @xxllnc-typography-scale-4xl: @xxllnc-font-size-4xl;
268
+ @xxllnc-typography-scale-3xl: @xxllnc-font-size-3xl;
269
+ @xxllnc-typography-scale-2xl: @xxllnc-font-size-2xl;
270
+ @xxllnc-typography-scale-xl: @xxllnc-font-size-xl;
271
+ @xxllnc-typography-scale-lg: @xxllnc-font-size-lg;
272
+ @xxllnc-typography-scale-md: @xxllnc-font-size-md;
273
+ @xxllnc-typography-scale-sm: @xxllnc-font-size-sm;
274
+ @xxllnc-typography-scale-xs: @xxllnc-font-size-xs;
275
+ @xxllnc-typography-scale-2xs: @xxllnc-font-size-2xs;
276
+ @xxllnc-typography-scale-3xs: @xxllnc-font-size-3xs;
277
+ @xxllnc-typography-scale-4xs: @xxllnc-font-size-4xs;
278
+ @xxllnc-color-info: @xxllnc-color-primary;
279
+ @utrecht-table-header-cell-color: @utrecht-document-color;
280
+ @utrecht-table-header-cell-font-size: @utrecht-document-font-size;
281
+ @utrecht-table-header-color: @utrecht-document-color;
282
+ @utrecht-table-font-size: @utrecht-document-font-size;
283
+ @utrecht-table-font-family: @utrecht-document-font-family;
284
+ @utrecht-paragraph-color: @utrecht-document-color;
285
+ @utrecht-unordered-list-font-size: @utrecht-document-font-size;
286
+ @utrecht-ordered-list-font-size: @utrecht-document-font-size;
@@ -0,0 +1,286 @@
1
+
2
+ // Do not edit directly
3
+ // Generated on Tue, 08 Aug 2023 14:20:55 GMT
4
+
5
+ $conduction-input-select-padding-block-start: 0;
6
+ $conduction-input-select-padding-block-end: 0;
7
+ $conduction-input-select-border-focus: unset;
8
+ $utrecht-textbox-font-size: 15px;
9
+ $utrecht-textbox-border-radius: 6px;
10
+ $utrecht-table-header-cell-text-transform: unset;
11
+ $utrecht-table-header-text-transform: unset;
12
+ $utrecht-table-margin-block-end: 0;
13
+ $utrecht-paragraph-line-height: 1.5em;
14
+ $utrecht-page-max-inline-size: 1140px;
15
+ $utrecht-unordered-list-item-padding-inline-start: 1ch;
16
+ $utrecht-unordered-list-padding-inline-start: 2ch;
17
+ $utrecht-unordered-list-margin-block-end: 0;
18
+ $utrecht-ordered-list-item-padding-inline-start: 1ch;
19
+ $utrecht-link-hover-text-decoration-thickness: 0;
20
+ $utrecht-link-hover-text-decoration: none;
21
+ $utrecht-link-text-decoration-thickness: 0;
22
+ $utrecht-link-text-decoration-color: unset;
23
+ $utrecht-link-text-decoration: none;
24
+ $utrecht-form-input-font-size: 15px;
25
+ $utrecht-form-input-border-radius: 6px;
26
+ $utrecht-page-footer-background-image: unset;
27
+ $utrecht-code-block-margin-inline-end: 0;
28
+ $utrecht-code-block-margin-inline-start: 0;
29
+ $utrecht-code-font-size: inherit;
30
+ $utrecht-button-primary-action-font-weight: inherit;
31
+ $utrecht-button-primary-action-border-width: 0;
32
+ $utrecht-button-font-weight: inherit;
33
+ $utrecht-button-font-size: inherit;
34
+ $utrecht-button-border-width: 0;
35
+ $utrecht-button-border-radius: 16px;
36
+ $utrecht-card-border-width: unset;
37
+ $utrecht-card-border-radius: 16px;
38
+ $utrecht-action-submit-cursor: pointer;
39
+ $utrecht-action-disabled-cursor: not-allowed;
40
+ $utrecht-action-busy-cursor: wait;
41
+ $xxllnc-typography-font-weight-light: 100;
42
+ $xxllnc-typography-font-weight-normal: 400;
43
+ $xxllnc-typography-font-weight-bold: 700;
44
+ $xxllnc-typography-inter-font-family: "Inter", sans-serif;
45
+ $xxllnc-typography-monospace-font-family: Monospace, "Lucida Console";
46
+ $xxllnc-typography-sans-serif-font-family: neue-haas-grotesk-text, sans-serif;
47
+ $xxllnc-size-4xl: 96px;
48
+ $xxllnc-size-3xl: 72px;
49
+ $xxllnc-size-2xl: 48px;
50
+ $xxllnc-size-xl: 32px;
51
+ $xxllnc-size-lg: 24px;
52
+ $xxllnc-size-md: 18px;
53
+ $xxllnc-size-sm: 14px;
54
+ $xxllnc-size-xs: 8px;
55
+ $xxllnc-size-2xs: 4px;
56
+ $xxllnc-size-3xs: 2px;
57
+ $xxllnc-size-4xs: 1px;
58
+ $xxllnc-font-size-4xl: 58px;
59
+ $xxllnc-font-size-3xl: 48px;
60
+ $xxllnc-font-size-2xl: 32px;
61
+ $xxllnc-font-size-xl: 24px;
62
+ $xxllnc-font-size-lg: 20px;
63
+ $xxllnc-font-size-md: 16px;
64
+ $xxllnc-font-size-sm: 14px;
65
+ $xxllnc-font-size-xs: 12px;
66
+ $xxllnc-font-size-2xs: 10px;
67
+ $xxllnc-font-size-3xs: 8px;
68
+ $xxllnc-font-size-4xs: 5px;
69
+ $xxllnc-color-lightgrey: #f5f5f5;
70
+ $xxllnc-color-grey-90-hover: #e5e5e5cc; // Grey with 80% transparency
71
+ $xxllnc-color-grey-92: #eaeaea; // Base/Grey
72
+ $xxllnc-color-grey-90: #e5e5e5;
73
+ $xxllnc-color-grey-43: #6d6d6d;
74
+ $xxllnc-color-black-0-22t: #00000038; // Black with 22% transparency
75
+ $xxllnc-color-black-17-hover: #2b2b2bcc; // Black with 80% transparency
76
+ $xxllnc-color-black-21: #333338;
77
+ $xxllnc-color-black-17: #2b2b2b;
78
+ $xxllnc-color-black-16: #28282c; // Base/Black
79
+ $xxllnc-color-white-100-0t: #ffffff; // White with 0% transparency
80
+ $xxllnc-color-white-100: #ffffff; // Base/White
81
+ $xxllnc-color-white-95: #f1f1f1;
82
+ $xxllnc-color-alert-info-background: #d4edda;
83
+ $xxllnc-color-alert-info: #155724;
84
+ $xxllnc-color-alert-succes-background: #d4edda;
85
+ $xxllnc-color-alert-succes: #155724;
86
+ $xxllnc-color-succes: #28a745;
87
+ $xxllnc-color-alert-warning-background: #333338;
88
+ $xxllnc-color-alert-warning: #856404;
89
+ $xxllnc-color-warning: #ffc107;
90
+ $xxllnc-color-alert-error-background: #f8d7da;
91
+ $xxllnc-color-alert-error: #721c24;
92
+ $xxllnc-color-error: #dc3545;
93
+ $xxllnc-color-primary-hover: #00000080; // Primary with 50% transparency
94
+ $xxllnc-color-primary: #000000ad; // Primary with 68% transparency
95
+ $conduction-input-select-focus-border: 1px solid $xxllnc-color-grey-92;
96
+ $conduction-input-select-invalid-border-color: $xxllnc-color-error;
97
+ $conduction-input-select-border-radius: $utrecht-form-input-border-radius;
98
+ $conduction-input-select-border: 1px solid $xxllnc-color-grey-92;
99
+ $conduction-input-select-background-color: $xxllnc-color-white-100;
100
+ $utrecht-textbox-placeholder-color: $xxllnc-color-grey-43;
101
+ $utrecht-textbox-padding-inline-start: $xxllnc-size-sm;
102
+ $utrecht-textbox-padding-inline-end: $xxllnc-size-sm;
103
+ $utrecht-textbox-padding-block-start: $xxllnc-size-xs;
104
+ $utrecht-textbox-padding-block-end: $xxllnc-size-xs;
105
+ $utrecht-textbox-font-family: $xxllnc-typography-sans-serif-font-family;
106
+ $utrecht-textbox-color: $xxllnc-color-grey-43;
107
+ $utrecht-textbox-border-width: $xxllnc-size-4xs;
108
+ $utrecht-textbox-border-color: $xxllnc-color-black-0-22t;
109
+ $utrecht-textbox-background-color: $xxllnc-color-white-100-0t;
110
+ $utrecht-table-row-border-block-end-width: $xxllnc-size-4xs;
111
+ $utrecht-table-row-border-block-end-color: $xxllnc-color-lightgrey;
112
+ $utrecht-table-cell-padding-inline-start: $xxllnc-size-md;
113
+ $utrecht-table-cell-padding-inline-end: $xxllnc-size-md;
114
+ $utrecht-table-cell-padding-block-start: $xxllnc-size-md;
115
+ $utrecht-table-cell-padding-block-end: $xxllnc-size-md;
116
+ $utrecht-table-header-cell-font-weight: $xxllnc-typography-font-weight-bold;
117
+ $utrecht-table-header-font-weight: $xxllnc-typography-font-weight-bold;
118
+ $utrecht-table-margin-block-start: $xxllnc-size-md;
119
+ $utrecht-table-border-width: $xxllnc-size-4xs;
120
+ $utrecht-table-border-color: $xxllnc-color-lightgrey;
121
+ $utrecht-paragraph-font-weight: $xxllnc-typography-font-weight-normal;
122
+ $utrecht-paragraph-font-size: $xxllnc-font-size-md;
123
+ $utrecht-paragraph-font-family: $xxllnc-typography-sans-serif-font-family;
124
+ $utrecht-page-padding-inline-end: $xxllnc-size-lg;
125
+ $utrecht-page-padding-inline-start: $xxllnc-size-lg;
126
+ $utrecht-page-header-padding-block-end: $xxllnc-size-sm;
127
+ $utrecht-page-header-padding-block-start: $xxllnc-size-sm;
128
+ $utrecht-page-header-color: $xxllnc-color-black-16;
129
+ $utrecht-page-header-background-color: $xxllnc-color-grey-92;
130
+ $utrecht-unordered-list-marker-color: $xxllnc-color-primary;
131
+ $utrecht-unordered-list-item-margin-block-end: $xxllnc-size-xs;
132
+ $utrecht-unordered-list-item-margin-block-start: $xxllnc-size-xs;
133
+ $utrecht-unordered-list-margin-block-start: $xxllnc-size-md;
134
+ $utrecht-ordered-list-item-margin-block-end: $xxllnc-size-2xs;
135
+ $utrecht-ordered-list-item-margin-block-start: $xxllnc-size-2xs;
136
+ $utrecht-ordered-list-padding-inline-start: $xxllnc-size-xl;
137
+ $utrecht-ordered-list-margin-block-end: $xxllnc-size-sm;
138
+ $utrecht-ordered-list-margin-block-start: $xxllnc-size-sm;
139
+ $utrecht-link-icon-size: $xxllnc-size-md;
140
+ $utrecht-link-visited-color: $xxllnc-color-primary;
141
+ $utrecht-link-hover-color: $xxllnc-color-primary-hover;
142
+ $utrecht-link-text-underline-offset: $xxllnc-size-3xs;
143
+ $utrecht-link-color: $xxllnc-color-primary;
144
+ $utrecht-icon-gap: $xxllnc-size-xs;
145
+ $utrecht-heading-5-margin-block-start: $xxllnc-size-md;
146
+ $utrecht-heading-5-margin-block-end: $xxllnc-size-lg;
147
+ $utrecht-heading-5-font-weight: $xxllnc-typography-font-weight-light;
148
+ $utrecht-heading-5-font-size: $xxllnc-font-size-md;
149
+ $utrecht-heading-5-font-family: $xxllnc-typography-sans-serif-font-family;
150
+ $utrecht-heading-4-margin-block-start: $xxllnc-size-md;
151
+ $utrecht-heading-4-margin-block-end: $xxllnc-size-lg;
152
+ $utrecht-heading-4-font-weight: $xxllnc-typography-font-weight-normal;
153
+ $utrecht-heading-4-font-size: $xxllnc-font-size-lg;
154
+ $utrecht-heading-4-font-family: $xxllnc-typography-sans-serif-font-family;
155
+ $utrecht-heading-3-margin-block-start: $xxllnc-size-md;
156
+ $utrecht-heading-3-margin-block-end: $xxllnc-size-xl;
157
+ $utrecht-heading-3-font-weight: $xxllnc-typography-font-weight-normal;
158
+ $utrecht-heading-3-font-size: $xxllnc-font-size-xl;
159
+ $utrecht-heading-3-font-family: $xxllnc-typography-sans-serif-font-family;
160
+ $utrecht-heading-2-margin-block-start: $xxllnc-size-md;
161
+ $utrecht-heading-2-margin-block-end: $xxllnc-size-2xl;
162
+ $utrecht-heading-2-font-weight: $xxllnc-typography-font-weight-normal;
163
+ $utrecht-heading-2-font-size: $xxllnc-font-size-2xl;
164
+ $utrecht-heading-2-font-family: $xxllnc-typography-sans-serif-font-family;
165
+ $utrecht-heading-1-margin-block-start: $xxllnc-size-md;
166
+ $utrecht-heading-1-margin-block-end: $xxllnc-size-2xl;
167
+ $utrecht-heading-1-font-weight: $xxllnc-typography-font-weight-normal;
168
+ $utrecht-heading-1-font-size: $xxllnc-font-size-3xl;
169
+ $utrecht-heading-1-font-family: $xxllnc-typography-sans-serif-font-family;
170
+ $utrecht-form-input-placeholder-color: $xxllnc-color-grey-43;
171
+ $utrecht-form-input-padding-inline-start: $xxllnc-size-sm;
172
+ $utrecht-form-input-padding-inline-end: $xxllnc-size-sm;
173
+ $utrecht-form-input-padding-block-start: $xxllnc-size-xs;
174
+ $utrecht-form-input-padding-block-end: $xxllnc-size-xs;
175
+ $utrecht-form-input-font-family: $xxllnc-typography-sans-serif-font-family;
176
+ $utrecht-form-input-color: $xxllnc-color-grey-43;
177
+ $utrecht-form-input-border-width: $xxllnc-size-4xs;
178
+ $utrecht-form-input-border-color: $xxllnc-color-black-0-22t;
179
+ $utrecht-form-input-background-color: $xxllnc-color-white-100-0t;
180
+ $utrecht-page-footer-padding-block-start: $xxllnc-size-2xl;
181
+ $utrecht-page-footer-padding-block-end: $xxllnc-size-2xl;
182
+ $utrecht-page-footer-padding-inline-start: $xxllnc-size-sm;
183
+ $utrecht-page-footer-padding-inline-end: $xxllnc-size-sm;
184
+ $utrecht-page-footer-color: $xxllnc-color-primary;
185
+ $utrecht-page-footer-background-color: $xxllnc-color-white-100;
186
+ $utrecht-document-font-size: $xxllnc-font-size-md;
187
+ $utrecht-document-font-family: $xxllnc-typography-sans-serif-font-family;
188
+ $utrecht-document-color: $xxllnc-color-black-16;
189
+ $utrecht-document-background-color: $xxllnc-color-white-100;
190
+ $utrecht-code-block-padding-inline-end: $xxllnc-size-md;
191
+ $utrecht-code-block-padding-inline-start: $xxllnc-size-md;
192
+ $utrecht-code-block-padding-block-end: $xxllnc-size-md;
193
+ $utrecht-code-block-padding-block-start: $xxllnc-size-md;
194
+ $utrecht-code-block-margin-block-end: $xxllnc-size-md;
195
+ $utrecht-code-block-margin-block-start: $xxllnc-size-md;
196
+ $utrecht-code-block-line-height: $xxllnc-size-lg;
197
+ $utrecht-code-block-font-size: $xxllnc-font-size-md;
198
+ $utrecht-code-block-font-family: $xxllnc-typography-monospace-font-family;
199
+ $utrecht-code-block-color: $xxllnc-color-black-16;
200
+ $utrecht-code-block-background-color: $xxllnc-color-lightgrey;
201
+ $utrecht-code-font-family: $xxllnc-typography-monospace-font-family;
202
+ $utrecht-code-color: $xxllnc-color-black-16;
203
+ $utrecht-code-background-color: $xxllnc-color-lightgrey;
204
+ $utrecht-button-secondary-action-hover-color: $xxllnc-color-black-17-hover;
205
+ $utrecht-button-secondary-action-hover-border-color: $xxllnc-color-black-17-hover;
206
+ $utrecht-button-secondary-action-hover-background-color: $xxllnc-color-white-100;
207
+ $utrecht-button-secondary-action-font-weight: $xxllnc-typography-font-weight-normal;
208
+ $utrecht-button-secondary-action-color: $xxllnc-color-black-17;
209
+ $utrecht-button-secondary-action-border-width: $xxllnc-size-3xs;
210
+ $utrecht-button-secondary-action-border-color: $xxllnc-color-black-17;
211
+ $utrecht-button-secondary-action-background-color: $xxllnc-color-white-100;
212
+ $utrecht-button-primary-action-hover-color: $xxllnc-color-grey-90;
213
+ $utrecht-button-primary-action-hover-background-color: $xxllnc-color-black-17;
214
+ $utrecht-button-primary-action-color: $xxllnc-color-grey-90;
215
+ $utrecht-button-primary-action-background-color: $xxllnc-color-black-17;
216
+ $utrecht-button-hover-color: $xxllnc-color-grey-90-hover;
217
+ $utrecht-button-hover-background-color: $xxllnc-color-black-17-hover;
218
+ $utrecht-button-icon-gap: $xxllnc-size-xs;
219
+ $utrecht-button-padding-inline-end: $xxllnc-size-sm;
220
+ $utrecht-button-padding-inline-start: $xxllnc-size-sm;
221
+ $utrecht-button-padding-block-end: $xxllnc-size-2xs;
222
+ $utrecht-button-padding-block-start: $xxllnc-size-2xs;
223
+ $utrecht-button-font-family: $xxllnc-typography-inter-font-family;
224
+ $utrecht-button-color: $xxllnc-color-grey-90;
225
+ $utrecht-button-background-color: $xxllnc-color-black-17;
226
+ $utrecht-alert-icon-ok-color: $xxllnc-color-alert-succes;
227
+ $utrecht-alert-icon-warning-color: $xxllnc-color-alert-warning;
228
+ $utrecht-alert-icon-gap: $xxllnc-size-xs;
229
+ $utrecht-alert-icon-error-color: $xxllnc-color-alert-error;
230
+ $utrecht-alert-icon-color: $xxllnc-color-alert-info;
231
+ $utrecht-alert-ok-color: $xxllnc-color-alert-succes;
232
+ $utrecht-alert-ok-background-color: $xxllnc-color-alert-succes-background;
233
+ $utrecht-alert-error-color: $xxllnc-color-alert-error;
234
+ $utrecht-alert-error-background-color: $xxllnc-color-alert-error-background;
235
+ $utrecht-alert-warning-color: $xxllnc-color-alert-warning;
236
+ $utrecht-alert-warning-background-color: $xxllnc-color-alert-warning-background;
237
+ $utrecht-alert-padding-inline-end: $xxllnc-size-lg;
238
+ $utrecht-alert-padding-inline-start: $xxllnc-size-lg;
239
+ $utrecht-alert-padding-block-end: $xxllnc-size-lg;
240
+ $utrecht-alert-padding-block-start: $xxllnc-size-lg;
241
+ $utrecht-alert-color: $xxllnc-color-alert-info;
242
+ $utrecht-alert-background-color: $xxllnc-color-alert-info-background;
243
+ $utrecht-card-padding-block-start: $xxllnc-size-md;
244
+ $utrecht-card-padding-block-end: $xxllnc-size-md;
245
+ $utrecht-card-padding-inline-start: $xxllnc-size-md;
246
+ $utrecht-card-padding-inline-end: $xxllnc-size-md;
247
+ $utrecht-card-color: $xxllnc-color-white-95;
248
+ $utrecht-card-background-color: $xxllnc-color-black-21;
249
+ $utrecht-space-inline-3xl: $xxllnc-size-3xl;
250
+ $utrecht-space-inline-2xl: $xxllnc-size-2xl;
251
+ $utrecht-space-inline-xl: $xxllnc-size-xl;
252
+ $utrecht-space-inline-lg: $xxllnc-size-lg;
253
+ $utrecht-space-inline-md: $xxllnc-size-md;
254
+ $utrecht-space-inline-sm: $xxllnc-size-sm;
255
+ $utrecht-space-inline-xs: $xxllnc-size-xs;
256
+ $utrecht-space-inline-2xs: $xxllnc-size-2xs;
257
+ $utrecht-space-inline-3xs: $xxllnc-size-3xs;
258
+ $utrecht-space-block-3xl: $xxllnc-size-3xl;
259
+ $utrecht-space-block-2xl: $xxllnc-size-2xl;
260
+ $utrecht-space-block-xl: $xxllnc-size-xl;
261
+ $utrecht-space-block-lg: $xxllnc-size-lg;
262
+ $utrecht-space-block-md: $xxllnc-size-md;
263
+ $utrecht-space-block-sm: $xxllnc-size-sm;
264
+ $utrecht-space-block-xs: $xxllnc-size-xs;
265
+ $utrecht-space-block-2xs: $xxllnc-size-2xs;
266
+ $utrecht-space-block-3xs: $xxllnc-size-3xs;
267
+ $xxllnc-typography-scale-4xl: $xxllnc-font-size-4xl;
268
+ $xxllnc-typography-scale-3xl: $xxllnc-font-size-3xl;
269
+ $xxllnc-typography-scale-2xl: $xxllnc-font-size-2xl;
270
+ $xxllnc-typography-scale-xl: $xxllnc-font-size-xl;
271
+ $xxllnc-typography-scale-lg: $xxllnc-font-size-lg;
272
+ $xxllnc-typography-scale-md: $xxllnc-font-size-md;
273
+ $xxllnc-typography-scale-sm: $xxllnc-font-size-sm;
274
+ $xxllnc-typography-scale-xs: $xxllnc-font-size-xs;
275
+ $xxllnc-typography-scale-2xs: $xxllnc-font-size-2xs;
276
+ $xxllnc-typography-scale-3xs: $xxllnc-font-size-3xs;
277
+ $xxllnc-typography-scale-4xs: $xxllnc-font-size-4xs;
278
+ $xxllnc-color-info: $xxllnc-color-primary;
279
+ $utrecht-table-header-cell-color: $utrecht-document-color;
280
+ $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
281
+ $utrecht-table-header-color: $utrecht-document-color;
282
+ $utrecht-table-font-size: $utrecht-document-font-size;
283
+ $utrecht-table-font-family: $utrecht-document-font-family;
284
+ $utrecht-paragraph-color: $utrecht-document-color;
285
+ $utrecht-unordered-list-font-size: $utrecht-document-font-size;
286
+ $utrecht-ordered-list-font-size: $utrecht-document-font-size;