baseline-foundry 0.1.3

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 (145) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +588 -0
  3. package/config/experiments/ibm-plex-engine-smoke.json +115 -0
  4. package/config/experiments/ubuntu-engine-smoke.json +115 -0
  5. package/config/foundation-theme.json +117 -0
  6. package/config/tiers/app.json +120 -0
  7. package/config/tiers/documentation.json +120 -0
  8. package/config/tiers/editorial.json +120 -0
  9. package/config/tiers/os.json +120 -0
  10. package/dist/accordion.d.ts +5 -0
  11. package/dist/accordion.js +32 -0
  12. package/dist/application-layout.d.ts +4 -0
  13. package/dist/application-layout.js +181 -0
  14. package/dist/baseline-grid-overlay.d.ts +5 -0
  15. package/dist/baseline-grid-overlay.js +50 -0
  16. package/dist/baseline-grid-theme.d.ts +3 -0
  17. package/dist/baseline-grid-theme.js +3 -0
  18. package/dist/baseline-grid.d.ts +7 -0
  19. package/dist/baseline-grid.js +35 -0
  20. package/dist/build.d.ts +21 -0
  21. package/dist/build.js +440 -0
  22. package/dist/code-snippet.d.ts +6 -0
  23. package/dist/code-snippet.js +95 -0
  24. package/dist/contextual-menu.d.ts +4 -0
  25. package/dist/contextual-menu.js +156 -0
  26. package/dist/css-app-tier.d.ts +1 -0
  27. package/dist/css-app-tier.js +77 -0
  28. package/dist/css-components/article-pagination.d.ts +13 -0
  29. package/dist/css-components/article-pagination.js +151 -0
  30. package/dist/css-components/button-actions.d.ts +7 -0
  31. package/dist/css-components/button-actions.js +165 -0
  32. package/dist/css-components/cards-options.d.ts +6 -0
  33. package/dist/css-components/cards-options.js +180 -0
  34. package/dist/css-components/chip-badge-status.d.ts +10 -0
  35. package/dist/css-components/chip-badge-status.js +162 -0
  36. package/dist/css-components/content-card.d.ts +25 -0
  37. package/dist/css-components/content-card.js +517 -0
  38. package/dist/css-components/control-row.d.ts +2 -0
  39. package/dist/css-components/control-row.js +18 -0
  40. package/dist/css-components/cta-figure-aspect.d.ts +1 -0
  41. package/dist/css-components/cta-figure-aspect.js +123 -0
  42. package/dist/css-components/document-navigation.d.ts +13 -0
  43. package/dist/css-components/document-navigation.js +400 -0
  44. package/dist/css-components/editorial-content.d.ts +6 -0
  45. package/dist/css-components/editorial-content.js +52 -0
  46. package/dist/css-components/icon.d.ts +1 -0
  47. package/dist/css-components/icon.js +75 -0
  48. package/dist/css-components/interactive-feedback.d.ts +2 -0
  49. package/dist/css-components/interactive-feedback.js +230 -0
  50. package/dist/css-components/interactive-tables.d.ts +7 -0
  51. package/dist/css-components/interactive-tables.js +164 -0
  52. package/dist/css-components/linked-logo-site-layout.d.ts +21 -0
  53. package/dist/css-components/linked-logo-site-layout.js +214 -0
  54. package/dist/css-components/list-tree.d.ts +5 -0
  55. package/dist/css-components/list-tree.js +98 -0
  56. package/dist/css-components/list.d.ts +3 -0
  57. package/dist/css-components/list.js +119 -0
  58. package/dist/css-components/logo-media.d.ts +16 -0
  59. package/dist/css-components/logo-media.js +219 -0
  60. package/dist/css-components/navigation-layout.d.ts +5 -0
  61. package/dist/css-components/navigation-layout.js +151 -0
  62. package/dist/css-components/panel.d.ts +6 -0
  63. package/dist/css-components/panel.js +148 -0
  64. package/dist/css-components/search-box-and-filter.d.ts +9 -0
  65. package/dist/css-components/search-box-and-filter.js +267 -0
  66. package/dist/css-components/sites-editorial-ports.d.ts +19 -0
  67. package/dist/css-components/sites-editorial-ports.js +264 -0
  68. package/dist/css-components/sites-foundation.d.ts +17 -0
  69. package/dist/css-components/sites-foundation.js +173 -0
  70. package/dist/css-components/sites-rich-lists.d.ts +18 -0
  71. package/dist/css-components/sites-rich-lists.js +364 -0
  72. package/dist/css-components/static-content-ports.d.ts +14 -0
  73. package/dist/css-components/static-content-ports.js +206 -0
  74. package/dist/css-components/tab-section.d.ts +19 -0
  75. package/dist/css-components/tab-section.js +103 -0
  76. package/dist/css-components/table.d.ts +7 -0
  77. package/dist/css-components/table.js +79 -0
  78. package/dist/css-components/tabs-choice-breadcrumbs.d.ts +9 -0
  79. package/dist/css-components/tabs-choice-breadcrumbs.js +307 -0
  80. package/dist/css-components/tiered-list-equal-height-row.d.ts +1 -0
  81. package/dist/css-components/tiered-list-equal-height-row.js +286 -0
  82. package/dist/css-components.d.ts +2 -0
  83. package/dist/css-components.js +2701 -0
  84. package/dist/css-grid.d.ts +1 -0
  85. package/dist/css-grid.js +179 -0
  86. package/dist/css.d.ts +6 -0
  87. package/dist/css.js +431 -0
  88. package/dist/experiments/ibm-plex-engine-smoke/styles.css +8969 -0
  89. package/dist/experiments/ibm-plex-engine-smoke/surfaces.json +604 -0
  90. package/dist/experiments/ibm-plex-engine-smoke/tokens.json +217 -0
  91. package/dist/in-page-navigation.d.ts +7 -0
  92. package/dist/in-page-navigation.js +136 -0
  93. package/dist/index.d.ts +37 -0
  94. package/dist/index.js +18 -0
  95. package/dist/interactive-feedback.d.ts +14 -0
  96. package/dist/interactive-feedback.js +96 -0
  97. package/dist/interactive-tables.d.ts +28 -0
  98. package/dist/interactive-tables.js +184 -0
  99. package/dist/list-tree.d.ts +4 -0
  100. package/dist/list-tree.js +44 -0
  101. package/dist/panel-drawer.d.ts +4 -0
  102. package/dist/panel-drawer.js +171 -0
  103. package/dist/presets/app-tier/styles.css +9459 -0
  104. package/dist/presets/app-tier/surfaces.json +1225 -0
  105. package/dist/presets/app-tier/tokens.json +221 -0
  106. package/dist/presets/prose/styles.css +9442 -0
  107. package/dist/presets/prose/surfaces.json +1225 -0
  108. package/dist/presets/prose/tokens.json +221 -0
  109. package/dist/presets.d.ts +6 -0
  110. package/dist/presets.js +27 -0
  111. package/dist/range-controls.d.ts +9 -0
  112. package/dist/range-controls.js +73 -0
  113. package/dist/resizable-aside.d.ts +4 -0
  114. package/dist/resizable-aside.js +328 -0
  115. package/dist/side-navigation.d.ts +4 -0
  116. package/dist/side-navigation.js +219 -0
  117. package/dist/styles.css +9442 -0
  118. package/dist/surfaces.json +1225 -0
  119. package/dist/tabs.d.ts +4 -0
  120. package/dist/tabs.js +88 -0
  121. package/dist/tier-registry.d.ts +10 -0
  122. package/dist/tier-registry.js +25 -0
  123. package/dist/tiers/app/styles.css +9459 -0
  124. package/dist/tiers/app/surfaces.json +1225 -0
  125. package/dist/tiers/app/tokens.json +221 -0
  126. package/dist/tiers/documentation/styles.css +9442 -0
  127. package/dist/tiers/documentation/surfaces.json +1225 -0
  128. package/dist/tiers/documentation/tokens.json +221 -0
  129. package/dist/tiers/editorial/styles.css +9442 -0
  130. package/dist/tiers/editorial/surfaces.json +1225 -0
  131. package/dist/tiers/editorial/tokens.json +221 -0
  132. package/dist/tiers/os/styles.css +9442 -0
  133. package/dist/tiers/os/surfaces.json +1225 -0
  134. package/dist/tiers/os/tokens.json +221 -0
  135. package/dist/tokens.json +221 -0
  136. package/dist/tooltip.d.ts +4 -0
  137. package/dist/tooltip.js +70 -0
  138. package/dist/top-navigation.d.ts +4 -0
  139. package/dist/top-navigation.js +354 -0
  140. package/dist/types.d.ts +155 -0
  141. package/dist/types.js +1 -0
  142. package/dist/vanilla-theme-colors.d.ts +5 -0
  143. package/dist/vanilla-theme-colors.js +208 -0
  144. package/docs/publishing.md +66 -0
  145. package/package.json +108 -0
@@ -0,0 +1,1225 @@
1
+ {
2
+ "defaultSurface": "documentation",
3
+ "surfaces": {
4
+ "documentation": {
5
+ "className": "bf-tier-documentation",
6
+ "engine": "metrics-compensated",
7
+ "tokens": {
8
+ "baselineUnit": "0.25rem",
9
+ "fontFiles": [
10
+ {
11
+ "family": "ubuntu-sans",
12
+ "path": "../../../assets/fonts/UbuntuSans[wdth,wght].ttf",
13
+ "cssFamily": "Ubuntu Sans",
14
+ "fontStyle": "normal",
15
+ "fontWeight": "100 800",
16
+ "fontStretch": "75% 100%",
17
+ "fontDisplay": "swap",
18
+ "emitFontFace": false
19
+ }
20
+ ],
21
+ "fontStacks": {
22
+ "ubuntu-sans": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif"
23
+ },
24
+ "roles": {
25
+ "body": {
26
+ "fontSize": "0.875rem",
27
+ "lineHeight": "1.25rem",
28
+ "fontFamily": "ubuntu-sans",
29
+ "fontWeight": 400,
30
+ "fontStyle": "normal",
31
+ "spaceAfter": "0.75rem",
32
+ "nudgeTop": "0.0775rem",
33
+ "identifier": "body",
34
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
35
+ "marginBottom": "0.1725rem"
36
+ },
37
+ "h1": {
38
+ "fontSize": "2rem",
39
+ "lineHeight": "2.5rem",
40
+ "fontFamily": "ubuntu-sans",
41
+ "fontWeight": 500,
42
+ "fontStyle": "normal",
43
+ "spaceAfter": "0.25rem",
44
+ "nudgeTop": "0.03875rem",
45
+ "identifier": "h1",
46
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
47
+ "marginBottom": "0.21125rem"
48
+ },
49
+ "h2": {
50
+ "fontSize": "2rem",
51
+ "lineHeight": "2.5rem",
52
+ "fontFamily": "ubuntu-sans",
53
+ "fontWeight": 300,
54
+ "fontStyle": "normal",
55
+ "spaceAfter": "0.25rem",
56
+ "nudgeTop": "0.03875rem",
57
+ "identifier": "h2",
58
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
59
+ "marginBottom": "0.21125rem"
60
+ },
61
+ "h3": {
62
+ "fontSize": "1.5rem",
63
+ "lineHeight": "2rem",
64
+ "fontFamily": "ubuntu-sans",
65
+ "fontWeight": 500,
66
+ "fontStyle": "normal",
67
+ "spaceAfter": "0.25rem",
68
+ "nudgeTop": "0.21917rem",
69
+ "identifier": "h3",
70
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
71
+ "marginBottom": "0.03083rem"
72
+ },
73
+ "h4": {
74
+ "fontSize": "1.5rem",
75
+ "lineHeight": "2rem",
76
+ "fontFamily": "ubuntu-sans",
77
+ "fontWeight": 300,
78
+ "fontStyle": "normal",
79
+ "spaceAfter": "0.25rem",
80
+ "nudgeTop": "0.21917rem",
81
+ "identifier": "h4",
82
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
83
+ "marginBottom": "0.03083rem"
84
+ },
85
+ "h5": {
86
+ "fontSize": "1.125rem",
87
+ "lineHeight": "1.5rem",
88
+ "fontFamily": "ubuntu-sans",
89
+ "fontWeight": 500,
90
+ "fontStyle": "normal",
91
+ "spaceAfter": "0.25rem",
92
+ "nudgeTop": "0.11056rem",
93
+ "identifier": "h5",
94
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
95
+ "marginBottom": "0.13944rem",
96
+ "fontVariantCaps": "all-small-caps",
97
+ "letterSpacing": "0.05em"
98
+ },
99
+ "h6": {
100
+ "fontSize": "1.125rem",
101
+ "lineHeight": "1.5rem",
102
+ "fontFamily": "ubuntu-sans",
103
+ "fontWeight": 300,
104
+ "fontStyle": "normal",
105
+ "spaceAfter": "0.25rem",
106
+ "nudgeTop": "0.11056rem",
107
+ "identifier": "h6",
108
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
109
+ "marginBottom": "0.13944rem"
110
+ }
111
+ },
112
+ "elements": {
113
+ "body": {
114
+ "fontSize": "0.875rem",
115
+ "lineHeight": "1.25rem",
116
+ "fontFamily": "ubuntu-sans",
117
+ "fontWeight": 400,
118
+ "fontStyle": "normal",
119
+ "spaceAfter": "0.75rem",
120
+ "nudgeTop": "0.0775rem",
121
+ "identifier": "body",
122
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
123
+ "marginBottom": "0.1725rem"
124
+ },
125
+ "h6": {
126
+ "fontSize": "1.125rem",
127
+ "lineHeight": "1.5rem",
128
+ "fontFamily": "ubuntu-sans",
129
+ "fontWeight": 300,
130
+ "fontStyle": "normal",
131
+ "spaceAfter": "0.25rem",
132
+ "nudgeTop": "0.11056rem",
133
+ "identifier": "h6",
134
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
135
+ "marginBottom": "0.13944rem"
136
+ },
137
+ "h5": {
138
+ "fontSize": "1.125rem",
139
+ "lineHeight": "1.5rem",
140
+ "fontFamily": "ubuntu-sans",
141
+ "fontWeight": 500,
142
+ "fontStyle": "normal",
143
+ "spaceAfter": "0.25rem",
144
+ "nudgeTop": "0.11056rem",
145
+ "identifier": "h5",
146
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
147
+ "marginBottom": "0.13944rem",
148
+ "fontVariantCaps": "all-small-caps",
149
+ "letterSpacing": "0.05em"
150
+ },
151
+ "h4": {
152
+ "fontSize": "1.5rem",
153
+ "lineHeight": "2rem",
154
+ "fontFamily": "ubuntu-sans",
155
+ "fontWeight": 300,
156
+ "fontStyle": "normal",
157
+ "spaceAfter": "0.25rem",
158
+ "nudgeTop": "0.21917rem",
159
+ "identifier": "h4",
160
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
161
+ "marginBottom": "0.03083rem"
162
+ },
163
+ "h3": {
164
+ "fontSize": "1.5rem",
165
+ "lineHeight": "2rem",
166
+ "fontFamily": "ubuntu-sans",
167
+ "fontWeight": 500,
168
+ "fontStyle": "normal",
169
+ "spaceAfter": "0.25rem",
170
+ "nudgeTop": "0.21917rem",
171
+ "identifier": "h3",
172
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
173
+ "marginBottom": "0.03083rem"
174
+ },
175
+ "h2": {
176
+ "fontSize": "2rem",
177
+ "lineHeight": "2.5rem",
178
+ "fontFamily": "ubuntu-sans",
179
+ "fontWeight": 300,
180
+ "fontStyle": "normal",
181
+ "spaceAfter": "0.25rem",
182
+ "nudgeTop": "0.03875rem",
183
+ "identifier": "h2",
184
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
185
+ "marginBottom": "0.21125rem"
186
+ },
187
+ "h1": {
188
+ "fontSize": "2rem",
189
+ "lineHeight": "2.5rem",
190
+ "fontFamily": "ubuntu-sans",
191
+ "fontWeight": 500,
192
+ "fontStyle": "normal",
193
+ "spaceAfter": "0.25rem",
194
+ "nudgeTop": "0.03875rem",
195
+ "identifier": "h1",
196
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
197
+ "marginBottom": "0.21125rem"
198
+ }
199
+ },
200
+ "layout": {
201
+ "contentMaxWidth": "96rem",
202
+ "contentPaddingInline": "1.5rem",
203
+ "measure": "38rem",
204
+ "sectionSpace": "3rem",
205
+ "sectionSpaceShallow": "1.5rem",
206
+ "sectionSpaceDeep": "6rem",
207
+ "stripSpace": "3rem",
208
+ "gridGapInline": "1.5rem",
209
+ "gridGapBlock": "1.5rem",
210
+ "pageMargin": "1.5rem"
211
+ },
212
+ "components": {
213
+ "borderWidth": "1px",
214
+ "barThickness": "0.1875rem",
215
+ "radius": "0rem",
216
+ "controlBlockPadding": "0.5rem",
217
+ "controlCompactBlockPadding": "0.375rem",
218
+ "controlInlinePadding": "1rem",
219
+ "controlInlinePaddingAction": "1rem",
220
+ "controlInlinePaddingField": "0.5rem",
221
+ "controlVisualSize": "0.875rem",
222
+ "fieldGap": "0.5rem",
223
+ "panelPaddingInline": "1rem",
224
+ "panelPaddingBlock": "1rem",
225
+ "accordionIndent": "1.5rem"
226
+ }
227
+ },
228
+ "metrics": {
229
+ "baselineUnit": "0.25rem",
230
+ "fontFiles": [
231
+ {
232
+ "family": "ubuntu-sans",
233
+ "path": "../../../assets/fonts/UbuntuSans[wdth,wght].ttf",
234
+ "cssFamily": "Ubuntu Sans",
235
+ "fontStyle": "normal",
236
+ "fontWeight": "100 800",
237
+ "fontStretch": "75% 100%",
238
+ "fontDisplay": "swap",
239
+ "emitFontFace": false
240
+ }
241
+ ],
242
+ "elements": {
243
+ "body": {
244
+ "fontSize": "0.875rem",
245
+ "lineHeight": "1.25rem",
246
+ "fontFamily": "ubuntu-sans",
247
+ "fontWeight": 400,
248
+ "fontStyle": "normal",
249
+ "spaceAfter": "0.75rem",
250
+ "nudgeTop": "0.0775rem"
251
+ },
252
+ "h6": {
253
+ "fontSize": "1.125rem",
254
+ "lineHeight": "1.5rem",
255
+ "fontFamily": "ubuntu-sans",
256
+ "fontWeight": 300,
257
+ "fontStyle": "normal",
258
+ "spaceAfter": "0.25rem",
259
+ "nudgeTop": "0.11056rem"
260
+ },
261
+ "h5": {
262
+ "fontSize": "1.125rem",
263
+ "lineHeight": "1.5rem",
264
+ "fontFamily": "ubuntu-sans",
265
+ "fontWeight": 500,
266
+ "fontStyle": "normal",
267
+ "spaceAfter": "0.25rem",
268
+ "nudgeTop": "0.11056rem"
269
+ },
270
+ "h4": {
271
+ "fontSize": "1.5rem",
272
+ "lineHeight": "2rem",
273
+ "fontFamily": "ubuntu-sans",
274
+ "fontWeight": 300,
275
+ "fontStyle": "normal",
276
+ "spaceAfter": "0.25rem",
277
+ "nudgeTop": "0.21917rem"
278
+ },
279
+ "h3": {
280
+ "fontSize": "1.5rem",
281
+ "lineHeight": "2rem",
282
+ "fontFamily": "ubuntu-sans",
283
+ "fontWeight": 500,
284
+ "fontStyle": "normal",
285
+ "spaceAfter": "0.25rem",
286
+ "nudgeTop": "0.21917rem"
287
+ },
288
+ "h2": {
289
+ "fontSize": "2rem",
290
+ "lineHeight": "2.5rem",
291
+ "fontFamily": "ubuntu-sans",
292
+ "fontWeight": 300,
293
+ "fontStyle": "normal",
294
+ "spaceAfter": "0.25rem",
295
+ "nudgeTop": "0.03875rem"
296
+ },
297
+ "h1": {
298
+ "fontSize": "2rem",
299
+ "lineHeight": "2.5rem",
300
+ "fontFamily": "ubuntu-sans",
301
+ "fontWeight": 500,
302
+ "fontStyle": "normal",
303
+ "spaceAfter": "0.25rem",
304
+ "nudgeTop": "0.03875rem"
305
+ }
306
+ }
307
+ }
308
+ },
309
+ "editorial": {
310
+ "className": "bf-tier-editorial",
311
+ "engine": "metrics-compensated",
312
+ "tokens": {
313
+ "baselineUnit": "0.5rem",
314
+ "fontFiles": [
315
+ {
316
+ "family": "ubuntu-sans",
317
+ "path": "../../../assets/fonts/UbuntuSans[wdth,wght].ttf",
318
+ "cssFamily": "Ubuntu Sans",
319
+ "fontStyle": "normal",
320
+ "fontWeight": "100 800",
321
+ "fontStretch": "75% 100%",
322
+ "fontDisplay": "swap",
323
+ "emitFontFace": false
324
+ }
325
+ ],
326
+ "fontStacks": {
327
+ "ubuntu-sans": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif"
328
+ },
329
+ "roles": {
330
+ "body": {
331
+ "fontSize": "1rem",
332
+ "lineHeight": "1.5rem",
333
+ "fontFamily": "ubuntu-sans",
334
+ "fontWeight": 400,
335
+ "fontStyle": "normal",
336
+ "spaceAfter": "1rem",
337
+ "nudgeTop": "0.41rem",
338
+ "identifier": "body",
339
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
340
+ "marginBottom": "0.09rem"
341
+ },
342
+ "h1": {
343
+ "fontSize": "2.625rem",
344
+ "lineHeight": "3rem",
345
+ "fontFamily": "ubuntu-sans",
346
+ "fontWeight": 500,
347
+ "fontStyle": "normal",
348
+ "spaceAfter": "1rem",
349
+ "nudgeTop": "0.06881rem",
350
+ "identifier": "h1",
351
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
352
+ "marginBottom": "0.43119rem"
353
+ },
354
+ "h2": {
355
+ "fontSize": "2.625rem",
356
+ "lineHeight": "3rem",
357
+ "fontFamily": "ubuntu-sans",
358
+ "fontWeight": 200,
359
+ "fontStyle": "normal",
360
+ "spaceAfter": "1rem",
361
+ "nudgeTop": "0.06881rem",
362
+ "identifier": "h2",
363
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
364
+ "marginBottom": "0.43119rem"
365
+ },
366
+ "h3": {
367
+ "fontSize": "1.5rem",
368
+ "lineHeight": "2rem",
369
+ "fontFamily": "ubuntu-sans",
370
+ "fontWeight": 500,
371
+ "fontStyle": "normal",
372
+ "spaceAfter": "1rem",
373
+ "nudgeTop": "0.46917rem",
374
+ "identifier": "h3",
375
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
376
+ "marginBottom": "0.03083rem"
377
+ },
378
+ "h4": {
379
+ "fontSize": "1.5rem",
380
+ "lineHeight": "2rem",
381
+ "fontFamily": "ubuntu-sans",
382
+ "fontWeight": 300,
383
+ "fontStyle": "normal",
384
+ "spaceAfter": "1rem",
385
+ "nudgeTop": "0.46917rem",
386
+ "identifier": "h4",
387
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
388
+ "marginBottom": "0.03083rem"
389
+ },
390
+ "h5": {
391
+ "fontSize": "1rem",
392
+ "lineHeight": "1.5rem",
393
+ "fontFamily": "ubuntu-sans",
394
+ "fontWeight": 550,
395
+ "fontStyle": "normal",
396
+ "spaceAfter": "1rem",
397
+ "nudgeTop": "0.41rem",
398
+ "identifier": "h5",
399
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
400
+ "marginBottom": "0.09rem",
401
+ "fontVariantCaps": "all-small-caps",
402
+ "letterSpacing": "0.05em"
403
+ },
404
+ "h6": {
405
+ "fontSize": "1rem",
406
+ "lineHeight": "1.5rem",
407
+ "fontFamily": "ubuntu-sans",
408
+ "fontWeight": 550,
409
+ "fontStyle": "normal",
410
+ "spaceAfter": "1rem",
411
+ "nudgeTop": "0.41rem",
412
+ "identifier": "h6",
413
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
414
+ "marginBottom": "0.09rem"
415
+ }
416
+ },
417
+ "elements": {
418
+ "body": {
419
+ "fontSize": "1rem",
420
+ "lineHeight": "1.5rem",
421
+ "fontFamily": "ubuntu-sans",
422
+ "fontWeight": 400,
423
+ "fontStyle": "normal",
424
+ "spaceAfter": "1rem",
425
+ "nudgeTop": "0.41rem",
426
+ "identifier": "body",
427
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
428
+ "marginBottom": "0.09rem"
429
+ },
430
+ "h6": {
431
+ "fontSize": "1rem",
432
+ "lineHeight": "1.5rem",
433
+ "fontFamily": "ubuntu-sans",
434
+ "fontWeight": 550,
435
+ "fontStyle": "normal",
436
+ "spaceAfter": "1rem",
437
+ "nudgeTop": "0.41rem",
438
+ "identifier": "h6",
439
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
440
+ "marginBottom": "0.09rem"
441
+ },
442
+ "h5": {
443
+ "fontSize": "1rem",
444
+ "lineHeight": "1.5rem",
445
+ "fontFamily": "ubuntu-sans",
446
+ "fontWeight": 550,
447
+ "fontStyle": "normal",
448
+ "spaceAfter": "1rem",
449
+ "nudgeTop": "0.41rem",
450
+ "identifier": "h5",
451
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
452
+ "marginBottom": "0.09rem",
453
+ "fontVariantCaps": "all-small-caps",
454
+ "letterSpacing": "0.05em"
455
+ },
456
+ "h4": {
457
+ "fontSize": "1.5rem",
458
+ "lineHeight": "2rem",
459
+ "fontFamily": "ubuntu-sans",
460
+ "fontWeight": 300,
461
+ "fontStyle": "normal",
462
+ "spaceAfter": "1rem",
463
+ "nudgeTop": "0.46917rem",
464
+ "identifier": "h4",
465
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
466
+ "marginBottom": "0.03083rem"
467
+ },
468
+ "h3": {
469
+ "fontSize": "1.5rem",
470
+ "lineHeight": "2rem",
471
+ "fontFamily": "ubuntu-sans",
472
+ "fontWeight": 500,
473
+ "fontStyle": "normal",
474
+ "spaceAfter": "1rem",
475
+ "nudgeTop": "0.46917rem",
476
+ "identifier": "h3",
477
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
478
+ "marginBottom": "0.03083rem"
479
+ },
480
+ "h2": {
481
+ "fontSize": "2.625rem",
482
+ "lineHeight": "3rem",
483
+ "fontFamily": "ubuntu-sans",
484
+ "fontWeight": 200,
485
+ "fontStyle": "normal",
486
+ "spaceAfter": "1rem",
487
+ "nudgeTop": "0.06881rem",
488
+ "identifier": "h2",
489
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
490
+ "marginBottom": "0.43119rem"
491
+ },
492
+ "h1": {
493
+ "fontSize": "2.625rem",
494
+ "lineHeight": "3rem",
495
+ "fontFamily": "ubuntu-sans",
496
+ "fontWeight": 500,
497
+ "fontStyle": "normal",
498
+ "spaceAfter": "1rem",
499
+ "nudgeTop": "0.06881rem",
500
+ "identifier": "h1",
501
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
502
+ "marginBottom": "0.43119rem"
503
+ }
504
+ },
505
+ "layout": {
506
+ "contentMaxWidth": "90rem",
507
+ "contentPaddingInline": "1rem",
508
+ "measure": "40rem",
509
+ "sectionSpace": "4rem",
510
+ "sectionSpaceShallow": "1.5rem",
511
+ "sectionSpaceDeep": "8rem",
512
+ "stripSpace": "4rem",
513
+ "gridGapInline": "1rem",
514
+ "gridGapBlock": "1rem",
515
+ "pageMargin": "1rem"
516
+ },
517
+ "components": {
518
+ "borderWidth": "1px",
519
+ "barThickness": "0.1875rem",
520
+ "radius": "0rem",
521
+ "controlBlockPadding": "0.5rem",
522
+ "controlCompactBlockPadding": "0.25rem",
523
+ "controlInlinePadding": "1rem",
524
+ "controlInlinePaddingAction": "1rem",
525
+ "controlInlinePaddingField": "0.5rem",
526
+ "controlVisualSize": "1rem",
527
+ "fieldGap": "0.5rem",
528
+ "panelPaddingInline": "1rem",
529
+ "panelPaddingBlock": "1rem",
530
+ "accordionIndent": "1.5rem"
531
+ }
532
+ },
533
+ "metrics": {
534
+ "baselineUnit": "0.5rem",
535
+ "fontFiles": [
536
+ {
537
+ "family": "ubuntu-sans",
538
+ "path": "../../../assets/fonts/UbuntuSans[wdth,wght].ttf",
539
+ "cssFamily": "Ubuntu Sans",
540
+ "fontStyle": "normal",
541
+ "fontWeight": "100 800",
542
+ "fontStretch": "75% 100%",
543
+ "fontDisplay": "swap",
544
+ "emitFontFace": false
545
+ }
546
+ ],
547
+ "elements": {
548
+ "body": {
549
+ "fontSize": "1rem",
550
+ "lineHeight": "1.5rem",
551
+ "fontFamily": "ubuntu-sans",
552
+ "fontWeight": 400,
553
+ "fontStyle": "normal",
554
+ "spaceAfter": "1rem",
555
+ "nudgeTop": "0.41rem"
556
+ },
557
+ "h6": {
558
+ "fontSize": "1rem",
559
+ "lineHeight": "1.5rem",
560
+ "fontFamily": "ubuntu-sans",
561
+ "fontWeight": 550,
562
+ "fontStyle": "normal",
563
+ "spaceAfter": "1rem",
564
+ "nudgeTop": "0.41rem"
565
+ },
566
+ "h5": {
567
+ "fontSize": "1rem",
568
+ "lineHeight": "1.5rem",
569
+ "fontFamily": "ubuntu-sans",
570
+ "fontWeight": 550,
571
+ "fontStyle": "normal",
572
+ "spaceAfter": "1rem",
573
+ "nudgeTop": "0.41rem"
574
+ },
575
+ "h4": {
576
+ "fontSize": "1.5rem",
577
+ "lineHeight": "2rem",
578
+ "fontFamily": "ubuntu-sans",
579
+ "fontWeight": 300,
580
+ "fontStyle": "normal",
581
+ "spaceAfter": "1rem",
582
+ "nudgeTop": "0.46917rem"
583
+ },
584
+ "h3": {
585
+ "fontSize": "1.5rem",
586
+ "lineHeight": "2rem",
587
+ "fontFamily": "ubuntu-sans",
588
+ "fontWeight": 500,
589
+ "fontStyle": "normal",
590
+ "spaceAfter": "1rem",
591
+ "nudgeTop": "0.46917rem"
592
+ },
593
+ "h2": {
594
+ "fontSize": "2.625rem",
595
+ "lineHeight": "3rem",
596
+ "fontFamily": "ubuntu-sans",
597
+ "fontWeight": 200,
598
+ "fontStyle": "normal",
599
+ "spaceAfter": "1rem",
600
+ "nudgeTop": "0.06881rem"
601
+ },
602
+ "h1": {
603
+ "fontSize": "2.625rem",
604
+ "lineHeight": "3rem",
605
+ "fontFamily": "ubuntu-sans",
606
+ "fontWeight": 500,
607
+ "fontStyle": "normal",
608
+ "spaceAfter": "1rem",
609
+ "nudgeTop": "0.06881rem"
610
+ }
611
+ }
612
+ }
613
+ },
614
+ "app": {
615
+ "className": "bf-tier-app",
616
+ "engine": "metrics-compensated",
617
+ "tokens": {
618
+ "baselineUnit": "0.25rem",
619
+ "fontFiles": [
620
+ {
621
+ "family": "ubuntu-sans",
622
+ "path": "../../../assets/fonts/UbuntuSans[wdth,wght].ttf",
623
+ "cssFamily": "Ubuntu Sans",
624
+ "fontStyle": "normal",
625
+ "fontWeight": "100 800",
626
+ "fontStretch": "75% 100%",
627
+ "fontDisplay": "swap",
628
+ "emitFontFace": false
629
+ }
630
+ ],
631
+ "fontStacks": {
632
+ "ubuntu-sans": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif"
633
+ },
634
+ "roles": {
635
+ "body": {
636
+ "fontSize": "0.875rem",
637
+ "lineHeight": "1.25rem",
638
+ "fontFamily": "ubuntu-sans",
639
+ "fontWeight": 400,
640
+ "fontStyle": "normal",
641
+ "spaceAfter": "1rem",
642
+ "nudgeTop": "0.0775rem",
643
+ "identifier": "body",
644
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
645
+ "marginBottom": "0.1725rem"
646
+ },
647
+ "h1": {
648
+ "fontSize": "1.5rem",
649
+ "lineHeight": "2rem",
650
+ "fontFamily": "ubuntu-sans",
651
+ "fontWeight": 500,
652
+ "fontStyle": "normal",
653
+ "spaceAfter": "1rem",
654
+ "nudgeTop": "0.21917rem",
655
+ "identifier": "h1",
656
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
657
+ "marginBottom": "0.03083rem"
658
+ },
659
+ "h2": {
660
+ "fontSize": "1.5rem",
661
+ "lineHeight": "2rem",
662
+ "fontFamily": "ubuntu-sans",
663
+ "fontWeight": 300,
664
+ "fontStyle": "normal",
665
+ "spaceAfter": "1rem",
666
+ "nudgeTop": "0.21917rem",
667
+ "identifier": "h2",
668
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
669
+ "marginBottom": "0.03083rem"
670
+ },
671
+ "h3": {
672
+ "fontSize": "1.125rem",
673
+ "lineHeight": "1.5rem",
674
+ "fontFamily": "ubuntu-sans",
675
+ "fontWeight": 600,
676
+ "fontStyle": "normal",
677
+ "spaceAfter": "1rem",
678
+ "nudgeTop": "0.11056rem",
679
+ "identifier": "h3",
680
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
681
+ "marginBottom": "0.13944rem"
682
+ },
683
+ "h4": {
684
+ "fontSize": "1.125rem",
685
+ "lineHeight": "1.5rem",
686
+ "fontFamily": "ubuntu-sans",
687
+ "fontWeight": 400,
688
+ "fontStyle": "normal",
689
+ "spaceAfter": "1rem",
690
+ "nudgeTop": "0.11056rem",
691
+ "identifier": "h4",
692
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
693
+ "marginBottom": "0.13944rem"
694
+ },
695
+ "h5": {
696
+ "fontSize": "0.875rem",
697
+ "lineHeight": "1.25rem",
698
+ "fontFamily": "ubuntu-sans",
699
+ "fontWeight": 600,
700
+ "fontStyle": "normal",
701
+ "spaceAfter": "1rem",
702
+ "nudgeTop": "0.0775rem",
703
+ "identifier": "h5",
704
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
705
+ "marginBottom": "0.1725rem",
706
+ "fontVariantCaps": "all-small-caps",
707
+ "letterSpacing": "0.05em"
708
+ },
709
+ "h6": {
710
+ "fontSize": "0.875rem",
711
+ "lineHeight": "1.25rem",
712
+ "fontFamily": "ubuntu-sans",
713
+ "fontWeight": 400,
714
+ "fontStyle": "italic",
715
+ "spaceAfter": "1rem",
716
+ "nudgeTop": "0.0775rem",
717
+ "identifier": "h6",
718
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
719
+ "marginBottom": "0.1725rem"
720
+ }
721
+ },
722
+ "elements": {
723
+ "h1": {
724
+ "fontSize": "1.5rem",
725
+ "lineHeight": "2rem",
726
+ "fontFamily": "ubuntu-sans",
727
+ "fontWeight": 500,
728
+ "fontStyle": "normal",
729
+ "spaceAfter": "1rem",
730
+ "nudgeTop": "0.21917rem",
731
+ "identifier": "h1",
732
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
733
+ "marginBottom": "0.03083rem"
734
+ },
735
+ "h2": {
736
+ "fontSize": "1.5rem",
737
+ "lineHeight": "2rem",
738
+ "fontFamily": "ubuntu-sans",
739
+ "fontWeight": 300,
740
+ "fontStyle": "normal",
741
+ "spaceAfter": "1rem",
742
+ "nudgeTop": "0.21917rem",
743
+ "identifier": "h2",
744
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
745
+ "marginBottom": "0.03083rem"
746
+ },
747
+ "h3": {
748
+ "fontSize": "1.125rem",
749
+ "lineHeight": "1.5rem",
750
+ "fontFamily": "ubuntu-sans",
751
+ "fontWeight": 600,
752
+ "fontStyle": "normal",
753
+ "spaceAfter": "1rem",
754
+ "nudgeTop": "0.11056rem",
755
+ "identifier": "h3",
756
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
757
+ "marginBottom": "0.13944rem"
758
+ },
759
+ "h4": {
760
+ "fontSize": "1.125rem",
761
+ "lineHeight": "1.5rem",
762
+ "fontFamily": "ubuntu-sans",
763
+ "fontWeight": 400,
764
+ "fontStyle": "normal",
765
+ "spaceAfter": "1rem",
766
+ "nudgeTop": "0.11056rem",
767
+ "identifier": "h4",
768
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
769
+ "marginBottom": "0.13944rem"
770
+ },
771
+ "h5": {
772
+ "fontSize": "0.875rem",
773
+ "lineHeight": "1.25rem",
774
+ "fontFamily": "ubuntu-sans",
775
+ "fontWeight": 600,
776
+ "fontStyle": "normal",
777
+ "spaceAfter": "1rem",
778
+ "nudgeTop": "0.0775rem",
779
+ "identifier": "h5",
780
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
781
+ "marginBottom": "0.1725rem",
782
+ "fontVariantCaps": "all-small-caps",
783
+ "letterSpacing": "0.05em"
784
+ },
785
+ "h6": {
786
+ "fontSize": "0.875rem",
787
+ "lineHeight": "1.25rem",
788
+ "fontFamily": "ubuntu-sans",
789
+ "fontWeight": 400,
790
+ "fontStyle": "italic",
791
+ "spaceAfter": "1rem",
792
+ "nudgeTop": "0.0775rem",
793
+ "identifier": "h6",
794
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
795
+ "marginBottom": "0.1725rem"
796
+ },
797
+ "body": {
798
+ "fontSize": "0.875rem",
799
+ "lineHeight": "1.25rem",
800
+ "fontFamily": "ubuntu-sans",
801
+ "fontWeight": 400,
802
+ "fontStyle": "normal",
803
+ "spaceAfter": "1rem",
804
+ "nudgeTop": "0.0775rem",
805
+ "identifier": "body",
806
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
807
+ "marginBottom": "0.1725rem"
808
+ }
809
+ },
810
+ "layout": {
811
+ "contentMaxWidth": "90rem",
812
+ "contentPaddingInline": "1rem",
813
+ "measure": "40rem",
814
+ "sectionSpace": "1rem",
815
+ "sectionSpaceShallow": "0.5rem",
816
+ "sectionSpaceDeep": "2rem",
817
+ "stripSpace": "4rem",
818
+ "gridGapInline": "1.5rem",
819
+ "gridGapBlock": "1.5rem",
820
+ "pageMargin": "2rem"
821
+ },
822
+ "components": {
823
+ "borderWidth": "1px",
824
+ "barThickness": "0.1875rem",
825
+ "radius": "0.125rem",
826
+ "controlBlockPadding": "0.5rem",
827
+ "controlCompactBlockPadding": "0.375rem",
828
+ "controlInlinePadding": "0.5rem",
829
+ "controlInlinePaddingAction": "0.5rem",
830
+ "controlInlinePaddingField": "0.25rem",
831
+ "controlVisualSize": "1rem",
832
+ "fieldGap": "0.5rem",
833
+ "panelPaddingInline": "1.5rem",
834
+ "panelPaddingBlock": "1.5rem",
835
+ "accordionIndent": "1.5rem"
836
+ }
837
+ },
838
+ "metrics": {
839
+ "baselineUnit": "0.25rem",
840
+ "fontFiles": [
841
+ {
842
+ "family": "ubuntu-sans",
843
+ "path": "../../../assets/fonts/UbuntuSans[wdth,wght].ttf",
844
+ "cssFamily": "Ubuntu Sans",
845
+ "fontStyle": "normal",
846
+ "fontWeight": "100 800",
847
+ "fontStretch": "75% 100%",
848
+ "fontDisplay": "swap",
849
+ "emitFontFace": false
850
+ }
851
+ ],
852
+ "elements": {
853
+ "h1": {
854
+ "fontSize": "1.5rem",
855
+ "lineHeight": "2rem",
856
+ "fontFamily": "ubuntu-sans",
857
+ "fontWeight": 500,
858
+ "fontStyle": "normal",
859
+ "spaceAfter": "1rem",
860
+ "nudgeTop": "0.21917rem"
861
+ },
862
+ "h2": {
863
+ "fontSize": "1.5rem",
864
+ "lineHeight": "2rem",
865
+ "fontFamily": "ubuntu-sans",
866
+ "fontWeight": 300,
867
+ "fontStyle": "normal",
868
+ "spaceAfter": "1rem",
869
+ "nudgeTop": "0.21917rem"
870
+ },
871
+ "h3": {
872
+ "fontSize": "1.125rem",
873
+ "lineHeight": "1.5rem",
874
+ "fontFamily": "ubuntu-sans",
875
+ "fontWeight": 600,
876
+ "fontStyle": "normal",
877
+ "spaceAfter": "1rem",
878
+ "nudgeTop": "0.11056rem"
879
+ },
880
+ "h4": {
881
+ "fontSize": "1.125rem",
882
+ "lineHeight": "1.5rem",
883
+ "fontFamily": "ubuntu-sans",
884
+ "fontWeight": 400,
885
+ "fontStyle": "normal",
886
+ "spaceAfter": "1rem",
887
+ "nudgeTop": "0.11056rem"
888
+ },
889
+ "h5": {
890
+ "fontSize": "0.875rem",
891
+ "lineHeight": "1.25rem",
892
+ "fontFamily": "ubuntu-sans",
893
+ "fontWeight": 600,
894
+ "fontStyle": "normal",
895
+ "spaceAfter": "1rem",
896
+ "nudgeTop": "0.0775rem"
897
+ },
898
+ "h6": {
899
+ "fontSize": "0.875rem",
900
+ "lineHeight": "1.25rem",
901
+ "fontFamily": "ubuntu-sans",
902
+ "fontWeight": 400,
903
+ "fontStyle": "italic",
904
+ "spaceAfter": "1rem",
905
+ "nudgeTop": "0.0775rem"
906
+ },
907
+ "body": {
908
+ "fontSize": "0.875rem",
909
+ "lineHeight": "1.25rem",
910
+ "fontFamily": "ubuntu-sans",
911
+ "fontWeight": 400,
912
+ "fontStyle": "normal",
913
+ "spaceAfter": "1rem",
914
+ "nudgeTop": "0.0775rem"
915
+ }
916
+ }
917
+ }
918
+ },
919
+ "os": {
920
+ "className": "bf-tier-os",
921
+ "engine": "metrics-compensated",
922
+ "tokens": {
923
+ "baselineUnit": "0.25rem",
924
+ "fontFiles": [
925
+ {
926
+ "family": "ubuntu-sans",
927
+ "path": "../../../assets/fonts/UbuntuSans[wdth,wght].ttf",
928
+ "cssFamily": "Ubuntu Sans",
929
+ "fontStyle": "normal",
930
+ "fontWeight": "100 800",
931
+ "fontStretch": "75% 100%",
932
+ "fontDisplay": "swap",
933
+ "emitFontFace": false
934
+ }
935
+ ],
936
+ "fontStacks": {
937
+ "ubuntu-sans": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif"
938
+ },
939
+ "roles": {
940
+ "body": {
941
+ "fontSize": "0.75rem",
942
+ "lineHeight": "1rem",
943
+ "fontFamily": "ubuntu-sans",
944
+ "fontWeight": 400,
945
+ "fontStyle": "normal",
946
+ "spaceAfter": "0.75rem",
947
+ "nudgeTop": "0.245rem",
948
+ "identifier": "body",
949
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
950
+ "marginBottom": "0.005rem"
951
+ },
952
+ "h1": {
953
+ "fontSize": "1.5rem",
954
+ "lineHeight": "1.5rem",
955
+ "fontFamily": "ubuntu-sans",
956
+ "fontWeight": 500,
957
+ "fontStyle": "normal",
958
+ "spaceAfter": "0.75rem",
959
+ "nudgeTop": "0.21917rem",
960
+ "identifier": "h1",
961
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
962
+ "marginBottom": "0.03083rem"
963
+ },
964
+ "h2": {
965
+ "fontSize": "1.5rem",
966
+ "lineHeight": "1.5rem",
967
+ "fontFamily": "ubuntu-sans",
968
+ "fontWeight": 200,
969
+ "fontStyle": "normal",
970
+ "spaceAfter": "0.75rem",
971
+ "nudgeTop": "0.21917rem",
972
+ "identifier": "h2",
973
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
974
+ "marginBottom": "0.03083rem"
975
+ },
976
+ "h3": {
977
+ "fontSize": "1rem",
978
+ "lineHeight": "1rem",
979
+ "fontFamily": "ubuntu-sans",
980
+ "fontWeight": 500,
981
+ "fontStyle": "normal",
982
+ "spaceAfter": "0.75rem",
983
+ "nudgeTop": "0.16rem",
984
+ "identifier": "h3",
985
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
986
+ "marginBottom": "0.09rem"
987
+ },
988
+ "h4": {
989
+ "fontSize": "1rem",
990
+ "lineHeight": "1rem",
991
+ "fontFamily": "ubuntu-sans",
992
+ "fontWeight": 300,
993
+ "fontStyle": "normal",
994
+ "spaceAfter": "0.75rem",
995
+ "nudgeTop": "0.16rem",
996
+ "identifier": "h4",
997
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
998
+ "marginBottom": "0.09rem"
999
+ },
1000
+ "h5": {
1001
+ "fontSize": "0.75rem",
1002
+ "lineHeight": "1rem",
1003
+ "fontFamily": "ubuntu-sans",
1004
+ "fontWeight": 550,
1005
+ "fontStyle": "normal",
1006
+ "spaceAfter": "0.75rem",
1007
+ "nudgeTop": "0.245rem",
1008
+ "identifier": "h5",
1009
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
1010
+ "marginBottom": "0.005rem",
1011
+ "fontVariantCaps": "all-small-caps",
1012
+ "letterSpacing": "0.05em"
1013
+ },
1014
+ "h6": {
1015
+ "fontSize": "0.75rem",
1016
+ "lineHeight": "1rem",
1017
+ "fontFamily": "ubuntu-sans",
1018
+ "fontWeight": 550,
1019
+ "fontStyle": "normal",
1020
+ "spaceAfter": "0.75rem",
1021
+ "nudgeTop": "0.245rem",
1022
+ "identifier": "h6",
1023
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
1024
+ "marginBottom": "0.005rem"
1025
+ }
1026
+ },
1027
+ "elements": {
1028
+ "body": {
1029
+ "fontSize": "0.75rem",
1030
+ "lineHeight": "1rem",
1031
+ "fontFamily": "ubuntu-sans",
1032
+ "fontWeight": 400,
1033
+ "fontStyle": "normal",
1034
+ "spaceAfter": "0.75rem",
1035
+ "nudgeTop": "0.245rem",
1036
+ "identifier": "body",
1037
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
1038
+ "marginBottom": "0.005rem"
1039
+ },
1040
+ "h6": {
1041
+ "fontSize": "0.75rem",
1042
+ "lineHeight": "1rem",
1043
+ "fontFamily": "ubuntu-sans",
1044
+ "fontWeight": 550,
1045
+ "fontStyle": "normal",
1046
+ "spaceAfter": "0.75rem",
1047
+ "nudgeTop": "0.245rem",
1048
+ "identifier": "h6",
1049
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
1050
+ "marginBottom": "0.005rem"
1051
+ },
1052
+ "h5": {
1053
+ "fontSize": "0.75rem",
1054
+ "lineHeight": "1rem",
1055
+ "fontFamily": "ubuntu-sans",
1056
+ "fontWeight": 550,
1057
+ "fontStyle": "normal",
1058
+ "spaceAfter": "0.75rem",
1059
+ "nudgeTop": "0.245rem",
1060
+ "identifier": "h5",
1061
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
1062
+ "marginBottom": "0.005rem",
1063
+ "fontVariantCaps": "all-small-caps",
1064
+ "letterSpacing": "0.05em"
1065
+ },
1066
+ "h4": {
1067
+ "fontSize": "1rem",
1068
+ "lineHeight": "1rem",
1069
+ "fontFamily": "ubuntu-sans",
1070
+ "fontWeight": 300,
1071
+ "fontStyle": "normal",
1072
+ "spaceAfter": "0.75rem",
1073
+ "nudgeTop": "0.16rem",
1074
+ "identifier": "h4",
1075
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
1076
+ "marginBottom": "0.09rem"
1077
+ },
1078
+ "h3": {
1079
+ "fontSize": "1rem",
1080
+ "lineHeight": "1rem",
1081
+ "fontFamily": "ubuntu-sans",
1082
+ "fontWeight": 500,
1083
+ "fontStyle": "normal",
1084
+ "spaceAfter": "0.75rem",
1085
+ "nudgeTop": "0.16rem",
1086
+ "identifier": "h3",
1087
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
1088
+ "marginBottom": "0.09rem"
1089
+ },
1090
+ "h2": {
1091
+ "fontSize": "1.5rem",
1092
+ "lineHeight": "1.5rem",
1093
+ "fontFamily": "ubuntu-sans",
1094
+ "fontWeight": 200,
1095
+ "fontStyle": "normal",
1096
+ "spaceAfter": "0.75rem",
1097
+ "nudgeTop": "0.21917rem",
1098
+ "identifier": "h2",
1099
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
1100
+ "marginBottom": "0.03083rem"
1101
+ },
1102
+ "h1": {
1103
+ "fontSize": "1.5rem",
1104
+ "lineHeight": "1.5rem",
1105
+ "fontFamily": "ubuntu-sans",
1106
+ "fontWeight": 500,
1107
+ "fontStyle": "normal",
1108
+ "spaceAfter": "0.75rem",
1109
+ "nudgeTop": "0.21917rem",
1110
+ "identifier": "h1",
1111
+ "fontStack": "\"Ubuntu Sans\", \"Segoe UI\", system-ui, sans-serif",
1112
+ "marginBottom": "0.03083rem"
1113
+ }
1114
+ },
1115
+ "layout": {
1116
+ "contentMaxWidth": "67.5rem",
1117
+ "contentPaddingInline": "0.75rem",
1118
+ "measure": "30rem",
1119
+ "sectionSpace": "3rem",
1120
+ "sectionSpaceShallow": "1.5rem",
1121
+ "sectionSpaceDeep": "6rem",
1122
+ "stripSpace": "3rem",
1123
+ "gridGapInline": "1rem",
1124
+ "gridGapBlock": "1rem",
1125
+ "pageMargin": "1rem"
1126
+ },
1127
+ "components": {
1128
+ "borderWidth": "1px",
1129
+ "barThickness": "0.1875rem",
1130
+ "radius": "0rem",
1131
+ "controlBlockPadding": "0.375rem",
1132
+ "controlCompactBlockPadding": "0.25rem",
1133
+ "controlInlinePadding": "0.5rem",
1134
+ "controlInlinePaddingAction": "0.5rem",
1135
+ "controlInlinePaddingField": "0.25rem",
1136
+ "controlVisualSize": "0.75rem",
1137
+ "fieldGap": "0.25rem",
1138
+ "panelPaddingInline": "1rem",
1139
+ "panelPaddingBlock": "1rem",
1140
+ "accordionIndent": "0.75rem"
1141
+ }
1142
+ },
1143
+ "metrics": {
1144
+ "baselineUnit": "0.25rem",
1145
+ "fontFiles": [
1146
+ {
1147
+ "family": "ubuntu-sans",
1148
+ "path": "../../../assets/fonts/UbuntuSans[wdth,wght].ttf",
1149
+ "cssFamily": "Ubuntu Sans",
1150
+ "fontStyle": "normal",
1151
+ "fontWeight": "100 800",
1152
+ "fontStretch": "75% 100%",
1153
+ "fontDisplay": "swap",
1154
+ "emitFontFace": false
1155
+ }
1156
+ ],
1157
+ "elements": {
1158
+ "body": {
1159
+ "fontSize": "0.75rem",
1160
+ "lineHeight": "1rem",
1161
+ "fontFamily": "ubuntu-sans",
1162
+ "fontWeight": 400,
1163
+ "fontStyle": "normal",
1164
+ "spaceAfter": "0.75rem",
1165
+ "nudgeTop": "0.245rem"
1166
+ },
1167
+ "h6": {
1168
+ "fontSize": "0.75rem",
1169
+ "lineHeight": "1rem",
1170
+ "fontFamily": "ubuntu-sans",
1171
+ "fontWeight": 550,
1172
+ "fontStyle": "normal",
1173
+ "spaceAfter": "0.75rem",
1174
+ "nudgeTop": "0.245rem"
1175
+ },
1176
+ "h5": {
1177
+ "fontSize": "0.75rem",
1178
+ "lineHeight": "1rem",
1179
+ "fontFamily": "ubuntu-sans",
1180
+ "fontWeight": 550,
1181
+ "fontStyle": "normal",
1182
+ "spaceAfter": "0.75rem",
1183
+ "nudgeTop": "0.245rem"
1184
+ },
1185
+ "h4": {
1186
+ "fontSize": "1rem",
1187
+ "lineHeight": "1rem",
1188
+ "fontFamily": "ubuntu-sans",
1189
+ "fontWeight": 300,
1190
+ "fontStyle": "normal",
1191
+ "spaceAfter": "0.75rem",
1192
+ "nudgeTop": "0.16rem"
1193
+ },
1194
+ "h3": {
1195
+ "fontSize": "1rem",
1196
+ "lineHeight": "1rem",
1197
+ "fontFamily": "ubuntu-sans",
1198
+ "fontWeight": 500,
1199
+ "fontStyle": "normal",
1200
+ "spaceAfter": "0.75rem",
1201
+ "nudgeTop": "0.16rem"
1202
+ },
1203
+ "h2": {
1204
+ "fontSize": "1.5rem",
1205
+ "lineHeight": "1.5rem",
1206
+ "fontFamily": "ubuntu-sans",
1207
+ "fontWeight": 200,
1208
+ "fontStyle": "normal",
1209
+ "spaceAfter": "0.75rem",
1210
+ "nudgeTop": "0.21917rem"
1211
+ },
1212
+ "h1": {
1213
+ "fontSize": "1.5rem",
1214
+ "lineHeight": "1.5rem",
1215
+ "fontFamily": "ubuntu-sans",
1216
+ "fontWeight": 500,
1217
+ "fontStyle": "normal",
1218
+ "spaceAfter": "0.75rem",
1219
+ "nudgeTop": "0.21917rem"
1220
+ }
1221
+ }
1222
+ }
1223
+ }
1224
+ }
1225
+ }