@conduction/theme 1.1.49 → 1.1.50

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 (275) hide show
  1. package/.github/workflows/openCatalogi.yaml +19 -19
  2. package/.prettierrc +12 -12
  3. package/README.md +1 -0
  4. package/conduction-design-tokens/documentation/color.stories.mdx +17 -17
  5. package/conduction-design-tokens/documentation/components.stories.mdx +11 -11
  6. package/conduction-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  7. package/conduction-design-tokens/documentation/readme.stories.mdx +7 -7
  8. package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  9. package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  10. package/conduction-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  11. package/municipalities/baarn-design-tokens/LICENSE.md +17 -0
  12. package/municipalities/baarn-design-tokens/README.md +3 -0
  13. package/municipalities/baarn-design-tokens/documentation/color.stories.mdx +17 -0
  14. package/municipalities/baarn-design-tokens/documentation/components.stories.mdx +11 -0
  15. package/municipalities/baarn-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  16. package/municipalities/baarn-design-tokens/documentation/readme.stories.mdx +7 -0
  17. package/municipalities/baarn-design-tokens/package.json +41 -0
  18. package/municipalities/baarn-design-tokens/src/brand/baarn/color.tokens.json +227 -0
  19. package/municipalities/baarn-design-tokens/src/brand/baarn/font-size.tokens.json +50 -0
  20. package/municipalities/baarn-design-tokens/src/brand/baarn/size.tokens.json +17 -0
  21. package/municipalities/baarn-design-tokens/src/brand/baarn/typography.tokens.json +43 -0
  22. package/municipalities/baarn-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  23. package/municipalities/baarn-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  24. package/municipalities/baarn-design-tokens/src/component/conduction/card-header.tokens.json +34 -0
  25. package/municipalities/baarn-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -0
  26. package/municipalities/baarn-design-tokens/src/component/conduction/logo.tokens.json +45 -0
  27. package/municipalities/baarn-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
  28. package/municipalities/baarn-design-tokens/src/component/conduction/select.tokens.json +39 -0
  29. package/municipalities/baarn-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  30. package/municipalities/baarn-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
  31. package/municipalities/baarn-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  32. package/municipalities/baarn-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  33. package/municipalities/baarn-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  34. package/municipalities/baarn-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  35. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  36. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  37. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  38. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -0
  39. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -0
  40. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -0
  41. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -0
  42. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
  43. package/municipalities/baarn-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  44. package/municipalities/baarn-design-tokens/src/component/utrecht/focus.tokens.json +15 -0
  45. package/municipalities/baarn-design-tokens/src/component/utrecht/form-input.tokens.json +34 -0
  46. package/municipalities/baarn-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  47. package/municipalities/baarn-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  48. package/municipalities/baarn-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  49. package/municipalities/baarn-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  50. package/municipalities/baarn-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  51. package/municipalities/baarn-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  52. package/municipalities/baarn-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  53. package/municipalities/baarn-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  54. package/municipalities/baarn-design-tokens/src/component/utrecht/select.tokens.json +47 -0
  55. package/municipalities/baarn-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
  56. package/municipalities/baarn-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -0
  57. package/municipalities/baarn-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  58. package/municipalities/baarn-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  59. package/municipalities/baarn-design-tokens/src/component/utrecht/textbox.tokens.json +35 -0
  60. package/municipalities/baarn-design-tokens/src/config.json +73 -0
  61. package/municipalities/baarn-design-tokens/src/font.scss +39 -0
  62. package/municipalities/baarn-design-tokens/src/index.scss +8 -0
  63. package/municipalities/baarn-design-tokens/style-dictionary.config.js +6 -0
  64. package/municipalities/bct-design-tokens/documentation/color.stories.mdx +17 -17
  65. package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -11
  66. package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  67. package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -7
  68. package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  69. package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  70. package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  71. package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  72. package/municipalities/bct-design-tokens/src/font.js +8 -8
  73. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  74. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  75. package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  76. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  77. package/municipalities/dimpact-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  78. package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  79. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  80. package/municipalities/dimpact-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  81. package/municipalities/dinkelland-design-tokens/documentation/color.stories.mdx +17 -17
  82. package/municipalities/dinkelland-design-tokens/documentation/components.stories.mdx +11 -11
  83. package/municipalities/dinkelland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  84. package/municipalities/dinkelland-design-tokens/documentation/readme.stories.mdx +7 -7
  85. package/municipalities/dinkelland-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  86. package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  87. package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  88. package/municipalities/dinkelland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  89. package/municipalities/dinkelland-design-tokens/src/font.js +10 -10
  90. package/municipalities/epe-design-tokens/documentation/color.stories.mdx +17 -17
  91. package/municipalities/epe-design-tokens/documentation/components.stories.mdx +11 -11
  92. package/municipalities/epe-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  93. package/municipalities/epe-design-tokens/documentation/readme.stories.mdx +7 -7
  94. package/municipalities/epe-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  95. package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  96. package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  97. package/municipalities/epe-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  98. package/municipalities/epe-design-tokens/src/font.js +6 -6
  99. package/municipalities/gooise-meren-design-tokens/documentation/color.stories.mdx +17 -17
  100. package/municipalities/gooise-meren-design-tokens/documentation/components.stories.mdx +11 -11
  101. package/municipalities/gooise-meren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  102. package/municipalities/gooise-meren-design-tokens/documentation/readme.stories.mdx +7 -7
  103. package/municipalities/gooise-meren-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  104. package/municipalities/gooise-meren-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  105. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  106. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  107. package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -17
  108. package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -11
  109. package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  110. package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -7
  111. package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  112. package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  113. package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  114. package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  115. package/municipalities/gouda-design-tokens/src/font.js +4 -4
  116. package/municipalities/lansingerland-design-tokens/documentation/color.stories.mdx +17 -17
  117. package/municipalities/lansingerland-design-tokens/documentation/components.stories.mdx +11 -11
  118. package/municipalities/lansingerland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  119. package/municipalities/lansingerland-design-tokens/documentation/readme.stories.mdx +7 -7
  120. package/municipalities/lansingerland-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  121. package/municipalities/lansingerland-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  122. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  123. package/municipalities/lansingerland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  124. package/municipalities/lansingerland-design-tokens/src/font.js +6 -6
  125. package/municipalities/leiden-design-tokens/documentation/color.stories.mdx +17 -17
  126. package/municipalities/leiden-design-tokens/documentation/components.stories.mdx +11 -11
  127. package/municipalities/leiden-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  128. package/municipalities/leiden-design-tokens/documentation/readme.stories.mdx +7 -7
  129. package/municipalities/leiden-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  130. package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  131. package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  132. package/municipalities/leiden-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  133. package/municipalities/leiden-design-tokens/src/font.js +6 -6
  134. package/municipalities/noaberkracht-design-tokens/documentation/color.stories.mdx +17 -17
  135. package/municipalities/noaberkracht-design-tokens/documentation/components.stories.mdx +11 -11
  136. package/municipalities/noaberkracht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  137. package/municipalities/noaberkracht-design-tokens/documentation/readme.stories.mdx +7 -7
  138. package/municipalities/noaberkracht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  139. package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  140. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  141. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  142. package/municipalities/noordwijk-design-tokens/documentation/color.stories.mdx +17 -17
  143. package/municipalities/noordwijk-design-tokens/documentation/components.stories.mdx +11 -11
  144. package/municipalities/noordwijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  145. package/municipalities/noordwijk-design-tokens/documentation/readme.stories.mdx +7 -7
  146. package/municipalities/noordwijk-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  147. package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  148. package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  149. package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  150. package/municipalities/noordwijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  151. package/municipalities/noordwijk-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  152. package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  153. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  154. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  155. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  156. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -6
  157. package/municipalities/opencatalogi-design-tokens/documentation/color.stories.mdx +17 -17
  158. package/municipalities/opencatalogi-design-tokens/documentation/components.stories.mdx +11 -11
  159. package/municipalities/opencatalogi-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  160. package/municipalities/opencatalogi-design-tokens/documentation/readme.stories.mdx +7 -7
  161. package/municipalities/opencatalogi-design-tokens/src/_responsive.scss +24 -24
  162. package/municipalities/opencatalogi-design-tokens/src/components/conduction/logo.tokens.json +27 -27
  163. package/municipalities/opencatalogi-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  164. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +29 -29
  165. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  166. package/municipalities/opencatalogi-design-tokens/src/custom.scss +14 -14
  167. package/municipalities/opencatalogi-design-tokens/src/font.scss +47 -47
  168. package/municipalities/opencatalogi-design-tokens/src/index.scss +17 -17
  169. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/color.tokens.json +340 -340
  170. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/typography.tokens.json +106 -106
  171. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/rotterdam/space.tokens.json +16 -16
  172. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/action.tokens.json +9 -9
  173. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/focus.tokens.json +13 -13
  174. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/space.tokens.json +56 -56
  175. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/checkbox.style.dictionary.json +12 -12
  176. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/open-catalogi/data-badge.json +36 -36
  177. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/button.tokens.json +9 -9
  178. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/form-fieldset.tokens.json +11 -11
  179. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/paragraph.tokens.json +13 -13
  180. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/textbox.tokens.json +14 -14
  181. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-status.tokens.json +8 -8
  182. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json +110 -110
  183. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/code-block.tokens.json +19 -19
  184. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/document.tokens.json +14 -14
  185. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/figure.tokens.json +13 -13
  186. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +31 -31
  187. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field-description.tokens.json +18 -18
  188. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field.tokens.json +8 -8
  189. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-fieldset.tokens.json +32 -32
  190. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-label.tokens.json +23 -23
  191. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-select.tokens.json +16 -16
  192. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-1.tokens.json +13 -13
  193. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-2.tokens.json +13 -13
  194. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-3.tokens.json +13 -13
  195. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading.tokens.json +9 -9
  196. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/icon.tokens.json +12 -12
  197. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/link.tokens.json +33 -33
  198. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/page-footer.tokens.json +13 -13
  199. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/paragraph.tokens.json +30 -30
  200. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/table.tokens.json +52 -52
  201. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textarea.tokens.json +25 -25
  202. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textbox.tokens.json +47 -47
  203. package/municipalities/opencatalogi-design-tokens/src/rotterdam/font/download.sh +18 -18
  204. package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -17
  205. package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -11
  206. package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  207. package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -7
  208. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  209. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -15
  210. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  211. package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -17
  212. package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -11
  213. package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  214. package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -7
  215. package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  216. package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  217. package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  218. package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  219. package/municipalities/rotterdam-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  220. package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +92 -92
  221. package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -29
  222. package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -17
  223. package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -11
  224. package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  225. package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -7
  226. package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  227. package/municipalities/sloterburg-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  228. package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  229. package/municipalities/sloterburg-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  230. package/municipalities/tubbergen-design-tokens/documentation/color.stories.mdx +17 -17
  231. package/municipalities/tubbergen-design-tokens/documentation/components.stories.mdx +11 -11
  232. package/municipalities/tubbergen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  233. package/municipalities/tubbergen-design-tokens/documentation/readme.stories.mdx +7 -7
  234. package/municipalities/tubbergen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  235. package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  236. package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  237. package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +33 -33
  238. package/municipalities/tubbergen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  239. package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  240. package/municipalities/tubbergen-design-tokens/src/font.js +10 -10
  241. package/municipalities/xxllnc-design-tokens/documentation/color.stories.mdx +17 -17
  242. package/municipalities/xxllnc-design-tokens/documentation/components.stories.mdx +11 -11
  243. package/municipalities/xxllnc-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  244. package/municipalities/xxllnc-design-tokens/documentation/readme.stories.mdx +7 -7
  245. package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  246. package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  247. package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  248. package/municipalities/xxllnc-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  249. package/municipalities/zuiddrecht-design-tokens/documentation/color.stories.mdx +17 -17
  250. package/municipalities/zuiddrecht-design-tokens/documentation/components.stories.mdx +11 -11
  251. package/municipalities/zuiddrecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  252. package/municipalities/zuiddrecht-design-tokens/documentation/readme.stories.mdx +7 -7
  253. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/color.tokens.json +126 -126
  254. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/icon.tokens.json +16 -16
  255. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/typography.tokens.json +40 -40
  256. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/border.tokens.json +19 -19
  257. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/space.tokens.json +70 -70
  258. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  259. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  260. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  261. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/blockquote.tokens.json +25 -25
  262. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/document.tokens.json +11 -11
  263. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/page.tokens.json +15 -15
  264. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  265. package/municipalities/zutphen-design-tokens/documentation/color.stories.mdx +17 -17
  266. package/municipalities/zutphen-design-tokens/documentation/components.stories.mdx +11 -11
  267. package/municipalities/zutphen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  268. package/municipalities/zutphen-design-tokens/documentation/readme.stories.mdx +7 -7
  269. package/municipalities/zutphen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  270. package/municipalities/zutphen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  271. package/municipalities/zutphen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  272. package/municipalities/zutphen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  273. package/municipalities/zutphen-design-tokens/src/font.js +4 -4
  274. package/package.json +3 -2
  275. package/publiccode.yaml +83 -83
@@ -1,95 +1,95 @@
1
- {
2
- "conduction": {
3
- "pagination": {
4
- "container": {
5
- "background-color": { "value": "unset" },
6
- "padding-inline-start": { "value": "0px" },
7
- "padding-inline-end": { "value": "0px" },
8
- "padding-block-start": { "value": "0px" },
9
- "padding-block-end": { "value": "0px" }
10
- },
11
- "item": {
12
- "gap": { "value": "{roosendaal.size.2xs}" },
13
- "color": { "value": "{roosendaal.color.white.98}" },
14
- "background-color": { "value": "{roosendaal.color.primary}" },
15
- "padding-inline-start": { "value": "{roosendaal.size.sm}" },
16
- "padding-inline-end": { "value": "{roosendaal.size.sm}" },
17
- "padding-block-start": { "value": "{roosendaal.size.xs}" },
18
- "padding-block-end": { "value": "{roosendaal.size.xs}" },
19
- "font-size": { "value": "{utrecht.document.font-size}" },
20
- "font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
21
- "font-family": { "value": "{utrecht.document.font-family}" },
22
- "border-width": {},
23
- "border-style": {},
24
- "border-color": {},
25
- "border-bottom-width": {},
26
- "border-bottom-style": {},
27
- "border-bottom-color": {},
28
- "border-radius": { "value": "0px" }
29
- },
30
- "navigation-button": {
31
- "color": { "value": "{roosendaal.color.white.98}" },
32
- "background-color": { "value": "{roosendaal.color.primary}" },
33
- "border-width": {},
34
- "border-style": {},
35
- "border-color": {},
36
- "border-bottom-width": {},
37
- "border-bottom-style": {},
38
- "border-bottom-color": {},
39
- "border-radius": { "value": "0px" },
40
- "padding-inline-start": { "value": "{roosendaal.size.sm}" },
41
- "padding-inline-end": { "value": "{roosendaal.size.sm}" },
42
- "padding-block-start": { "value": "{roosendaal.size.xs}" },
43
- "padding-block-end": { "value": "{roosendaal.size.xs}" },
44
- "disabled": {
45
- "color": { "value": "{roosendaal.color.white.98}" },
46
- "background-color": { "value": "{roosendaal.color.grey.82}" },
47
- "border-width": {},
48
- "border-style": {},
49
- "border-color": {},
50
- "border-bottom-width": {},
51
- "border-bottom-style": {},
52
- "border-bottom-color": {},
53
- "border-radius": { "value": "0px" }
54
- },
55
- "hover": {
56
- "color": { "value": "{roosendaal.color.white.98}" },
57
- "background-color": { "value": "{roosendaal.color.primary-hover}" },
58
- "border-width": {},
59
- "border-style": {},
60
- "border-color": {},
61
- "border-bottom-width": {},
62
- "border-bottom-style": {},
63
- "border-bottom-color": {},
64
- "border-radius": { "value": "0px" }
65
- }
66
- },
67
- "current-page": {
68
- "color": { "value": "{roosendaal.color.white.98}" },
69
- "background-color": { "value": "{roosendaal.color.green.19}" },
70
- "font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
71
- "text-decoration": { "value": "none" },
72
- "border-width": {},
73
- "border-style": {},
74
- "border-color": {},
75
- "border-bottom-width": {},
76
- "border-bottom-style": {},
77
- "border-bottom-color": {}
78
- },
79
- "page": {
80
- "hover": {
81
- "color": { "value": "{roosendaal.color.white.98}" },
82
- "background-color": { "value": "{roosendaal.color.primary-hover}" },
83
- "text-decoration": { "value": "underline" },
84
- "text-decoration-thickness": { "value": "3px" },
85
- "border-width": {},
86
- "border-style": {},
87
- "border-color": {},
88
- "border-bottom-width": {},
89
- "border-bottom-style": {},
90
- "border-bottom-color": {}
91
- }
92
- }
93
- }
94
- }
95
- }
1
+ {
2
+ "conduction": {
3
+ "pagination": {
4
+ "container": {
5
+ "background-color": { "value": "unset" },
6
+ "padding-inline-start": { "value": "0px" },
7
+ "padding-inline-end": { "value": "0px" },
8
+ "padding-block-start": { "value": "0px" },
9
+ "padding-block-end": { "value": "0px" }
10
+ },
11
+ "item": {
12
+ "gap": { "value": "{roosendaal.size.2xs}" },
13
+ "color": { "value": "{roosendaal.color.white.98}" },
14
+ "background-color": { "value": "{roosendaal.color.primary}" },
15
+ "padding-inline-start": { "value": "{roosendaal.size.sm}" },
16
+ "padding-inline-end": { "value": "{roosendaal.size.sm}" },
17
+ "padding-block-start": { "value": "{roosendaal.size.xs}" },
18
+ "padding-block-end": { "value": "{roosendaal.size.xs}" },
19
+ "font-size": { "value": "{utrecht.document.font-size}" },
20
+ "font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
21
+ "font-family": { "value": "{utrecht.document.font-family}" },
22
+ "border-width": {},
23
+ "border-style": {},
24
+ "border-color": {},
25
+ "border-bottom-width": {},
26
+ "border-bottom-style": {},
27
+ "border-bottom-color": {},
28
+ "border-radius": { "value": "0px" }
29
+ },
30
+ "navigation-button": {
31
+ "color": { "value": "{roosendaal.color.white.98}" },
32
+ "background-color": { "value": "{roosendaal.color.primary}" },
33
+ "border-width": {},
34
+ "border-style": {},
35
+ "border-color": {},
36
+ "border-bottom-width": {},
37
+ "border-bottom-style": {},
38
+ "border-bottom-color": {},
39
+ "border-radius": { "value": "0px" },
40
+ "padding-inline-start": { "value": "{roosendaal.size.sm}" },
41
+ "padding-inline-end": { "value": "{roosendaal.size.sm}" },
42
+ "padding-block-start": { "value": "{roosendaal.size.xs}" },
43
+ "padding-block-end": { "value": "{roosendaal.size.xs}" },
44
+ "disabled": {
45
+ "color": { "value": "{roosendaal.color.white.98}" },
46
+ "background-color": { "value": "{roosendaal.color.grey.82}" },
47
+ "border-width": {},
48
+ "border-style": {},
49
+ "border-color": {},
50
+ "border-bottom-width": {},
51
+ "border-bottom-style": {},
52
+ "border-bottom-color": {},
53
+ "border-radius": { "value": "0px" }
54
+ },
55
+ "hover": {
56
+ "color": { "value": "{roosendaal.color.white.98}" },
57
+ "background-color": { "value": "{roosendaal.color.primary-hover}" },
58
+ "border-width": {},
59
+ "border-style": {},
60
+ "border-color": {},
61
+ "border-bottom-width": {},
62
+ "border-bottom-style": {},
63
+ "border-bottom-color": {},
64
+ "border-radius": { "value": "0px" }
65
+ }
66
+ },
67
+ "current-page": {
68
+ "color": { "value": "{roosendaal.color.white.98}" },
69
+ "background-color": { "value": "{roosendaal.color.green.19}" },
70
+ "font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
71
+ "text-decoration": { "value": "none" },
72
+ "border-width": {},
73
+ "border-style": {},
74
+ "border-color": {},
75
+ "border-bottom-width": {},
76
+ "border-bottom-style": {},
77
+ "border-bottom-color": {}
78
+ },
79
+ "page": {
80
+ "hover": {
81
+ "color": { "value": "{roosendaal.color.white.98}" },
82
+ "background-color": { "value": "{roosendaal.color.primary-hover}" },
83
+ "text-decoration": { "value": "underline" },
84
+ "text-decoration-thickness": { "value": "3px" },
85
+ "border-width": {},
86
+ "border-style": {},
87
+ "border-color": {},
88
+ "border-bottom-width": {},
89
+ "border-bottom-style": {},
90
+ "border-bottom-color": {}
91
+ }
92
+ }
93
+ }
94
+ }
95
+ }
@@ -1,15 +1,15 @@
1
- {
2
- "utrecht": {
3
- "badge": {
4
- "background-color": { "value": "{roosendaal.color.black.0} " },
5
- "border-radius": { "value": "0" },
6
- "color": { "value": "{roosendaal.color.white.100} " },
7
- "font-size": { "value": "{roosendaal.font-size.sm}" },
8
- "font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
9
- "line-height": {},
10
- "padding-block": { "value": "{roosendaal.size.xs}" },
11
- "padding-inline": { "value": "{roosendaal.size.xs}" },
12
- "text-transform": {}
13
- }
14
- }
15
- }
1
+ {
2
+ "utrecht": {
3
+ "badge": {
4
+ "background-color": { "value": "{roosendaal.color.black.0} " },
5
+ "border-radius": { "value": "0" },
6
+ "color": { "value": "{roosendaal.color.white.100} " },
7
+ "font-size": { "value": "{roosendaal.font-size.sm}" },
8
+ "font-weight": { "value": "{roosendaal.typography.font-weight.normal}" },
9
+ "line-height": {},
10
+ "padding-block": { "value": "{roosendaal.size.xs}" },
11
+ "padding-inline": { "value": "{roosendaal.size.xs}" },
12
+ "text-transform": {}
13
+ }
14
+ }
15
+ }
@@ -1,10 +1,10 @@
1
- {
2
- "utrecht": {
3
- "separator": {
4
- "color": { "value": "{roosendaal.color.grey.82}" },
5
- "block-size": { "value": "{roosendaal.size.4xs}" },
6
- "margin-block-end": { "value": "0px" },
7
- "margin-block-start": { "value": "0px" }
8
- }
9
- }
10
- }
1
+ {
2
+ "utrecht": {
3
+ "separator": {
4
+ "color": { "value": "{roosendaal.color.grey.82}" },
5
+ "block-size": { "value": "{roosendaal.size.4xs}" },
6
+ "margin-block-end": { "value": "0px" },
7
+ "margin-block-start": { "value": "0px" }
8
+ }
9
+ }
10
+ }
@@ -1,27 +1,27 @@
1
- {
2
- "conduction": {
3
- "logo": {
4
- "header": {
5
- "inline-size": { "value": "220px" },
6
- "block-size": { "value": "44px" },
7
- "background-image": {
8
- "value": "url(\"data:image/svg+xml,%3Csvg fill='none' height='64' viewBox='0 0 320 64' width='320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m168.6 26.8c-3.7 3.9-9.6 7.5-17.6 7.7-9.5.3-14.5-.3-26.2-5.4 2.3-3.2 3.2-6.4 3.3-10 .2-4.9-2-9.1-6.4-11.8-4.7-2.9-7.6-4.3-7.6-4.3 2.3 1.3 3.8 4.6 4.4 8.9.8 5.8-.7 12.9-7.4 17.3l8.8 15.5c-6.6-.7-11.1 2.8-11.1 2.8l8.5 7.2s7.2-4.6 18.6-2.3l-13.8-19.1c10.4 5.7 26.7 9.2 26.7 9.2s-6 .1-10.9-1.3c-1.5-.4-2.8 0-.8 1.1.5.3 6.7 3.4 12.6 4.1 10.6 1.1 14.6-3 15.5-4.4.973-1.5291-.276-1.4157-2.975-1.1708-1.184.1075-2.648.2403-4.325.2708-5.5 0-11-1.7-13.4-3 9.2-.1 26.1-1.8 26.7-7.3.1-1.4-.9-3.3-2.6-4zm-134.4-19.5c-3.1 6.7 1.1 9.1 8.1 9.1 2.6192 0 5.2385-.8808 8.2787-1.9033 9.3795-3.1543 22.766-7.65613 52.5213 8.2033-3.3.9-7.5 1.9-7.5 1.9-3.2-2.1-6.7-.2-9.5 1.7-.6098.3946-1.3933 1.0015-2.3101 1.7116-4.1951 3.2493-11.1813 8.6607-17.0899 5.7884-1.5-.8-4.5-2.4-6.9-2.2-1.3437.0707-2.3372.5415-3.6527 1.1648-.5447.2581-1.1445.5424-1.8473.8352-2.4 1.1-2.5-.7.2-2.6 7.3-5 23.3-12.8 39.1-10.4-21.2-6.6-28-5.5-50 3.7-.8.4-1.7.7-2.6 1 1 1.5 4.2 2.7 8.7 1.4.1299-.0433.2821-.0972.4522-.1574h.0001l.0004-.0001.0006-.0002.0002-.0001c1.4017-.4961 4.0201-1.4228 5.4465-.4422 0 0-6.5 4.2-12.1 4.8-10.1 1.1-23.3-3.1-27.3-7.5-1.4-1.6-1.4-3 .2-2.6l.0601.0134c1.0864.2419 7.1256 1.5866 11.3399 1.5866 2.9 0 5.1-.2 6.9-.6-19-7.1-5.1-14.2-.7-15.5 1-.3.5.7.2 1zm175.2 8.9h-8.8v3.1h5.2v.4c0 .9-.2 1.6-.6 2.2s-.9 1-1.5 1.3-1.3.4-1.9.4c-1.6 0-2.9-.6-3.8-1.7s-1.4-2.7-1.4-4.7c0-1.3.3-2.5.7-3.4s1.1-1.6 1.9-2.1 1.7-.7 2.7-.7c.9 0 1.7.1 2.5.5s1.6.9 2.4 1.6l2.3-2.4c-1-1-2.1-1.7-3.3-2.2s-2.6-.7-4.1-.7c-1.8 0-3.3.4-4.7 1.2s-2.5 2-3.2 3.4c-.7 1.5-1.1 3.1-1.1 4.9s.4 3.5 1 4.9c.6 1.5 1.6 2.6 2.8 3.4 1.3.8 2.8 1.2 4.5 1.2 1 0 2-.2 2.9-.6s1.7-1 2.3-1.9v2.1h3.2zm5.7 4.7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm30.1-4.4c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.3h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.4 0 2.5.4 3.3 1.2zm6.9 7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm0-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm23.9 2.6h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7 0-1.3.3-1.9.8zm22.5 1.2c0-1.4-.4-2.5-1.2-3.4s-1.9-1.3-3.4-1.4c-.9 0-1.8.3-2.5.7s-1.3 1-1.6 1.7v-1.9h-3.3v13.4h3.6v-7.6c0-1 .2-1.7.7-2.2s1.1-.8 1.8-.8 1.3.2 1.7.6.6 1 .6 1.9v8h3.6zm3.8-1.4h-2.3v-2.8h2.3v-3.1l3.6-1.99999v4.99999h2.7v2.9h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7.1zm10.9 4.9h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm-96.1 33.4h-4.1l-4.3-6.7h-2.9v6.7h-3.6v-18.3h8.6c1.1 0 2.1.2 2.9.7.9.5 1.6 1.2 2.1 2.1s.7 1.9.7 3c0 1.4-.4 2.5-1.1 3.5s-1.7 1.6-2.9 2zm-11.3-15.2v5.4h4.3c.8 0 1.5-.2 2-.7s.8-1.1.8-2-.3-1.5-.8-2-1.2-.7-2-.7zm12.9 12.2c.6 1.1 1.4 1.9 2.4 2.5s2.2.9 3.5.9 2.5-.3 3.5-.9 1.8-1.4 2.4-2.5.9-2.3.9-3.7-.3-2.6-.9-3.7c-.6-1-1.4-1.8-2.4-2.4s-2.2-.9-3.5-.9-2.5.3-3.5.9c-1 .5-1.8 1.3-2.4 2.4s-.9 2.3-.9 3.7.3 2.6.9 3.7zm9-3.7c0 1.3-.3 2.3-.9 3-.5.7-1.3 1.1-2.2 1.1s-1.6-.4-2.2-1.1c-.6-.8-.9-1.7-.9-3s.3-2.3.9-3c.5-.7 1.3-1.1 2.2-1.1s1.6.4 2.2 1.1c.6.8.9 1.7.9 3zm6.8-3.7h-2.3v-2.8h2.3v-3.1l3.6-2v5h2.7v2.8h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7zm7.6 0h2.3.1v7c0 1.2.3 2.1.9 2.7s1.6.9 3.1.9c1 0 1.8-.1 2.5-.3v-2.8c-.4.1-.8.1-1.3.1-.6 0-1.1-.1-1.3-.3-.3-.2-.4-.6-.4-1v-6.4h2.7v-2.8h-2.7v-5l-3.6 2v3.1h-2.3zm22.7 4.9h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7.1-1.3.3-1.9.8zm19.1.3v-3.4c-.4-.1-.8-.1-1.4-.1-.9 0-1.7.3-2.4.8s-1.1 1.1-1.4 2v-2.6h-3.3v13.2h3.6v-5.3c0-1.5.3-2.7 1-3.5.6-.8 1.5-1.2 2.6-1.2.5 0 .9 0 1.3.1zm10.3-9h3.6v18.9h-3.3v-1.9c-.8 1.5-2.2 2.3-4.1 2.3-1.1 0-2.1-.3-3-.9s-1.6-1.4-2.1-2.5-.7-2.3-.7-3.7.2-2.6.7-3.7 1.2-1.9 2.1-2.4 1.9-.9 3-.9c1.7 0 2.9.6 3.8 1.9zm-.8 15.2c.6-.7.9-1.7.9-3s-.3-2.2-.9-2.9-1.3-1.1-2.2-1.1-1.7.4-2.2 1.1c-.6.7-.8 1.7-.8 3 0 1.2.3 2.2.8 3 .6.7 1.3 1.1 2.2 1.1.9-.1 1.7-.4 2.2-1.2zm20.3.9h-1.7v-6.5c0-2.9-1.8-4.4-5.4-4.4-1.3 0-2.4.2-3.5.6-1.1.3-2 .8-2.7 1.4l1.7 2.3c.5-.4 1.2-.7 1.9-1s1.5-.4 2.2-.4c.8 0 1.5.2 1.8.5.3.4.5.9.5 1.5v.3l-3 .6c-1.6.3-2.9.8-3.9 1.5-.9.7-1.4 1.7-1.4 3 0 1.2.4 2.2 1.3 2.9s2 1 3.3 1c1 0 1.9-.3 2.6-.7s1.3-1 1.6-1.7v1.9h4.7zm-5.3-2c0 .8-.2 1.4-.8 1.8-.6.5-1.2.7-1.9.6-.6 0-1.1-.1-1.5-.4-.4-.2-.6-.6-.6-1 0-.5.2-.9.6-1.1.5-.2 1.1-.4 2-.6l2.2-.5zm25.6-7.7c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.2h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.5-.1 2.5.3 3.3 1.1zm-221.8-5.2 5.8-1.4 3.3 6.7v18s-3.9 3.8-10.1 2.5l-8.5-7.2c5.2 1.3 9.5-2 9.5-2zm12.8-14.7c.6-1.4.8-3.2.6-4.9-.1-.7-.3-1.4-.5-2.1-1.069-2.62365-3.932-2.0369-4.552-1.9098l-.048.0098-8.3 2s-5.5-4-9.5-5.6c-2-.8-3.1-1.1-5.1-1.3-3.4-.3-6.1 2.9-2.9 3.2 6.7.6 17.8 6.4 29 12.5.261-.1742.447-.4241.688-.75.036-.0483.073-.0983.112-.15.071-.1417.142-.2708.208-.3918v-.0001c.121-.2207.227-.4144.292-.6081zm-105.70003-4.9c-1.900003-1.9.6-4.5 3.8-2.5 1.9 1.1 2.9 2.6 4.00003 5.2.6102 1.4917.255 1.2364-.5358.6679-.37546-.2699-.84912-.6103-1.36423-.8679-1.82571-.8895-2.88441-1.1215-3.65826-1.291-.87922-.1927-1.39075-.3048-2.24174-1.209z' fill='%2300811f' fill-rule='evenodd'/%3E%3C/svg%3E\")"
9
- }
10
- },
11
- "footer": {
12
- "inline-size": { "value": "240px" },
13
- "block-size": { "value": "48px" },
14
- "background-image": {
15
- "value": "url(\"data:image/svg+xml,%3Csvg fill='none' height='64' viewBox='0 0 320 64' width='320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m168.6 26.8c-3.7 3.9-9.6 7.5-17.6 7.7-9.5.3-14.5-.3-26.2-5.4 2.3-3.2 3.2-6.4 3.3-10 .2-4.9-2-9.1-6.4-11.8-4.7-2.9-7.6-4.3-7.6-4.3 2.3 1.3 3.8 4.6 4.4 8.9.8 5.8-.7 12.9-7.4 17.3l8.8 15.5c-6.6-.7-11.1 2.8-11.1 2.8l8.5 7.2s7.2-4.6 18.6-2.3l-13.8-19.1c10.4 5.7 26.7 9.2 26.7 9.2s-6 .1-10.9-1.3c-1.5-.4-2.8 0-.8 1.1.5.3 6.7 3.4 12.6 4.1 10.6 1.1 14.6-3 15.5-4.4.973-1.5291-.276-1.4157-2.975-1.1708-1.184.1075-2.648.2403-4.325.2708-5.5 0-11-1.7-13.4-3 9.2-.1 26.1-1.8 26.7-7.3.1-1.4-.9-3.3-2.6-4zm-134.4-19.5c-3.1 6.7 1.1 9.1 8.1 9.1 2.6192 0 5.2385-.8808 8.2787-1.9033 9.3795-3.1543 22.766-7.65613 52.5213 8.2033-3.3.9-7.5 1.9-7.5 1.9-3.2-2.1-6.7-.2-9.5 1.7-.6098.3946-1.3933 1.0015-2.3101 1.7116-4.1951 3.2493-11.1813 8.6607-17.0899 5.7884-1.5-.8-4.5-2.4-6.9-2.2-1.3437.0707-2.3372.5415-3.6527 1.1648-.5447.2581-1.1445.5424-1.8473.8352-2.4 1.1-2.5-.7.2-2.6 7.3-5 23.3-12.8 39.1-10.4-21.2-6.6-28-5.5-50 3.7-.8.4-1.7.7-2.6 1 1 1.5 4.2 2.7 8.7 1.4.1299-.0433.2821-.0972.4522-.1574h.0001l.0004-.0001.0006-.0002.0002-.0001c1.4017-.4961 4.0201-1.4228 5.4465-.4422 0 0-6.5 4.2-12.1 4.8-10.1 1.1-23.3-3.1-27.3-7.5-1.4-1.6-1.4-3 .2-2.6l.0601.0134c1.0864.2419 7.1256 1.5866 11.3399 1.5866 2.9 0 5.1-.2 6.9-.6-19-7.1-5.1-14.2-.7-15.5 1-.3.5.7.2 1zm175.2 8.9h-8.8v3.1h5.2v.4c0 .9-.2 1.6-.6 2.2s-.9 1-1.5 1.3-1.3.4-1.9.4c-1.6 0-2.9-.6-3.8-1.7s-1.4-2.7-1.4-4.7c0-1.3.3-2.5.7-3.4s1.1-1.6 1.9-2.1 1.7-.7 2.7-.7c.9 0 1.7.1 2.5.5s1.6.9 2.4 1.6l2.3-2.4c-1-1-2.1-1.7-3.3-2.2s-2.6-.7-4.1-.7c-1.8 0-3.3.4-4.7 1.2s-2.5 2-3.2 3.4c-.7 1.5-1.1 3.1-1.1 4.9s.4 3.5 1 4.9c.6 1.5 1.6 2.6 2.8 3.4 1.3.8 2.8 1.2 4.5 1.2 1 0 2-.2 2.9-.6s1.7-1 2.3-1.9v2.1h3.2zm5.7 4.7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm30.1-4.4c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.3h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.4 0 2.5.4 3.3 1.2zm6.9 7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm0-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm23.9 2.6h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7 0-1.3.3-1.9.8zm22.5 1.2c0-1.4-.4-2.5-1.2-3.4s-1.9-1.3-3.4-1.4c-.9 0-1.8.3-2.5.7s-1.3 1-1.6 1.7v-1.9h-3.3v13.4h3.6v-7.6c0-1 .2-1.7.7-2.2s1.1-.8 1.8-.8 1.3.2 1.7.6.6 1 .6 1.9v8h3.6zm3.8-1.4h-2.3v-2.8h2.3v-3.1l3.6-1.99999v4.99999h2.7v2.9h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7.1zm10.9 4.9h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm-96.1 33.4h-4.1l-4.3-6.7h-2.9v6.7h-3.6v-18.3h8.6c1.1 0 2.1.2 2.9.7.9.5 1.6 1.2 2.1 2.1s.7 1.9.7 3c0 1.4-.4 2.5-1.1 3.5s-1.7 1.6-2.9 2zm-11.3-15.2v5.4h4.3c.8 0 1.5-.2 2-.7s.8-1.1.8-2-.3-1.5-.8-2-1.2-.7-2-.7zm12.9 12.2c.6 1.1 1.4 1.9 2.4 2.5s2.2.9 3.5.9 2.5-.3 3.5-.9 1.8-1.4 2.4-2.5.9-2.3.9-3.7-.3-2.6-.9-3.7c-.6-1-1.4-1.8-2.4-2.4s-2.2-.9-3.5-.9-2.5.3-3.5.9c-1 .5-1.8 1.3-2.4 2.4s-.9 2.3-.9 3.7.3 2.6.9 3.7zm9-3.7c0 1.3-.3 2.3-.9 3-.5.7-1.3 1.1-2.2 1.1s-1.6-.4-2.2-1.1c-.6-.8-.9-1.7-.9-3s.3-2.3.9-3c.5-.7 1.3-1.1 2.2-1.1s1.6.4 2.2 1.1c.6.8.9 1.7.9 3zm6.8-3.7h-2.3v-2.8h2.3v-3.1l3.6-2v5h2.7v2.8h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7zm7.6 0h2.3.1v7c0 1.2.3 2.1.9 2.7s1.6.9 3.1.9c1 0 1.8-.1 2.5-.3v-2.8c-.4.1-.8.1-1.3.1-.6 0-1.1-.1-1.3-.3-.3-.2-.4-.6-.4-1v-6.4h2.7v-2.8h-2.7v-5l-3.6 2v3.1h-2.3zm22.7 4.9h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7.1-1.3.3-1.9.8zm19.1.3v-3.4c-.4-.1-.8-.1-1.4-.1-.9 0-1.7.3-2.4.8s-1.1 1.1-1.4 2v-2.6h-3.3v13.2h3.6v-5.3c0-1.5.3-2.7 1-3.5.6-.8 1.5-1.2 2.6-1.2.5 0 .9 0 1.3.1zm10.3-9h3.6v18.9h-3.3v-1.9c-.8 1.5-2.2 2.3-4.1 2.3-1.1 0-2.1-.3-3-.9s-1.6-1.4-2.1-2.5-.7-2.3-.7-3.7.2-2.6.7-3.7 1.2-1.9 2.1-2.4 1.9-.9 3-.9c1.7 0 2.9.6 3.8 1.9zm-.8 15.2c.6-.7.9-1.7.9-3s-.3-2.2-.9-2.9-1.3-1.1-2.2-1.1-1.7.4-2.2 1.1c-.6.7-.8 1.7-.8 3 0 1.2.3 2.2.8 3 .6.7 1.3 1.1 2.2 1.1.9-.1 1.7-.4 2.2-1.2zm20.3.9h-1.7v-6.5c0-2.9-1.8-4.4-5.4-4.4-1.3 0-2.4.2-3.5.6-1.1.3-2 .8-2.7 1.4l1.7 2.3c.5-.4 1.2-.7 1.9-1s1.5-.4 2.2-.4c.8 0 1.5.2 1.8.5.3.4.5.9.5 1.5v.3l-3 .6c-1.6.3-2.9.8-3.9 1.5-.9.7-1.4 1.7-1.4 3 0 1.2.4 2.2 1.3 2.9s2 1 3.3 1c1 0 1.9-.3 2.6-.7s1.3-1 1.6-1.7v1.9h4.7zm-5.3-2c0 .8-.2 1.4-.8 1.8-.6.5-1.2.7-1.9.6-.6 0-1.1-.1-1.5-.4-.4-.2-.6-.6-.6-1 0-.5.2-.9.6-1.1.5-.2 1.1-.4 2-.6l2.2-.5zm25.6-7.7c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.2h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.5-.1 2.5.3 3.3 1.1zm-221.8-5.2 5.8-1.4 3.3 6.7v18s-3.9 3.8-10.1 2.5l-8.5-7.2c5.2 1.3 9.5-2 9.5-2zm12.8-14.7c.6-1.4.8-3.2.6-4.9-.1-.7-.3-1.4-.5-2.1-1.069-2.62365-3.932-2.0369-4.552-1.9098l-.048.0098-8.3 2s-5.5-4-9.5-5.6c-2-.8-3.1-1.1-5.1-1.3-3.4-.3-6.1 2.9-2.9 3.2 6.7.6 17.8 6.4 29 12.5.261-.1742.447-.4241.688-.75.036-.0483.073-.0983.112-.15.071-.1417.142-.2708.208-.3918v-.0001c.121-.2207.227-.4144.292-.6081zm-105.70003-4.9c-1.900003-1.9.6-4.5 3.8-2.5 1.9 1.1 2.9 2.6 4.00003 5.2.6102 1.4917.255 1.2364-.5358.6679-.37546-.2699-.84912-.6103-1.36423-.8679-1.82571-.8895-2.88441-1.1215-3.65826-1.291-.87922-.1927-1.39075-.3048-2.24174-1.209z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E\")"
16
- }
17
- },
18
- "navbar": {
19
- "inline-size": { "value": "175px" },
20
- "block-size": { "value": "46px" },
21
- "background-image": {
22
- "value": "url(\"data:image/svg+xml,%3Csvg fill='none' height='64' viewBox='0 0 320 64' width='320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m168.6 26.8c-3.7 3.9-9.6 7.5-17.6 7.7-9.5.3-14.5-.3-26.2-5.4 2.3-3.2 3.2-6.4 3.3-10 .2-4.9-2-9.1-6.4-11.8-4.7-2.9-7.6-4.3-7.6-4.3 2.3 1.3 3.8 4.6 4.4 8.9.8 5.8-.7 12.9-7.4 17.3l8.8 15.5c-6.6-.7-11.1 2.8-11.1 2.8l8.5 7.2s7.2-4.6 18.6-2.3l-13.8-19.1c10.4 5.7 26.7 9.2 26.7 9.2s-6 .1-10.9-1.3c-1.5-.4-2.8 0-.8 1.1.5.3 6.7 3.4 12.6 4.1 10.6 1.1 14.6-3 15.5-4.4.973-1.5291-.276-1.4157-2.975-1.1708-1.184.1075-2.648.2403-4.325.2708-5.5 0-11-1.7-13.4-3 9.2-.1 26.1-1.8 26.7-7.3.1-1.4-.9-3.3-2.6-4zm-134.4-19.5c-3.1 6.7 1.1 9.1 8.1 9.1 2.6192 0 5.2385-.8808 8.2787-1.9033 9.3795-3.1543 22.766-7.65613 52.5213 8.2033-3.3.9-7.5 1.9-7.5 1.9-3.2-2.1-6.7-.2-9.5 1.7-.6098.3946-1.3933 1.0015-2.3101 1.7116-4.1951 3.2493-11.1813 8.6607-17.0899 5.7884-1.5-.8-4.5-2.4-6.9-2.2-1.3437.0707-2.3372.5415-3.6527 1.1648-.5447.2581-1.1445.5424-1.8473.8352-2.4 1.1-2.5-.7.2-2.6 7.3-5 23.3-12.8 39.1-10.4-21.2-6.6-28-5.5-50 3.7-.8.4-1.7.7-2.6 1 1 1.5 4.2 2.7 8.7 1.4.1299-.0433.2821-.0972.4522-.1574h.0001l.0004-.0001.0006-.0002.0002-.0001c1.4017-.4961 4.0201-1.4228 5.4465-.4422 0 0-6.5 4.2-12.1 4.8-10.1 1.1-23.3-3.1-27.3-7.5-1.4-1.6-1.4-3 .2-2.6l.0601.0134c1.0864.2419 7.1256 1.5866 11.3399 1.5866 2.9 0 5.1-.2 6.9-.6-19-7.1-5.1-14.2-.7-15.5 1-.3.5.7.2 1zm175.2 8.9h-8.8v3.1h5.2v.4c0 .9-.2 1.6-.6 2.2s-.9 1-1.5 1.3-1.3.4-1.9.4c-1.6 0-2.9-.6-3.8-1.7s-1.4-2.7-1.4-4.7c0-1.3.3-2.5.7-3.4s1.1-1.6 1.9-2.1 1.7-.7 2.7-.7c.9 0 1.7.1 2.5.5s1.6.9 2.4 1.6l2.3-2.4c-1-1-2.1-1.7-3.3-2.2s-2.6-.7-4.1-.7c-1.8 0-3.3.4-4.7 1.2s-2.5 2-3.2 3.4c-.7 1.5-1.1 3.1-1.1 4.9s.4 3.5 1 4.9c.6 1.5 1.6 2.6 2.8 3.4 1.3.8 2.8 1.2 4.5 1.2 1 0 2-.2 2.9-.6s1.7-1 2.3-1.9v2.1h3.2zm5.7 4.7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm30.1-4.4c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.3h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.4 0 2.5.4 3.3 1.2zm6.9 7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm0-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm23.9 2.6h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7 0-1.3.3-1.9.8zm22.5 1.2c0-1.4-.4-2.5-1.2-3.4s-1.9-1.3-3.4-1.4c-.9 0-1.8.3-2.5.7s-1.3 1-1.6 1.7v-1.9h-3.3v13.4h3.6v-7.6c0-1 .2-1.7.7-2.2s1.1-.8 1.8-.8 1.3.2 1.7.6.6 1 .6 1.9v8h3.6zm3.8-1.4h-2.3v-2.8h2.3v-3.1l3.6-1.99999v4.99999h2.7v2.9h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7.1zm10.9 4.9h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm-96.1 33.4h-4.1l-4.3-6.7h-2.9v6.7h-3.6v-18.3h8.6c1.1 0 2.1.2 2.9.7.9.5 1.6 1.2 2.1 2.1s.7 1.9.7 3c0 1.4-.4 2.5-1.1 3.5s-1.7 1.6-2.9 2zm-11.3-15.2v5.4h4.3c.8 0 1.5-.2 2-.7s.8-1.1.8-2-.3-1.5-.8-2-1.2-.7-2-.7zm12.9 12.2c.6 1.1 1.4 1.9 2.4 2.5s2.2.9 3.5.9 2.5-.3 3.5-.9 1.8-1.4 2.4-2.5.9-2.3.9-3.7-.3-2.6-.9-3.7c-.6-1-1.4-1.8-2.4-2.4s-2.2-.9-3.5-.9-2.5.3-3.5.9c-1 .5-1.8 1.3-2.4 2.4s-.9 2.3-.9 3.7.3 2.6.9 3.7zm9-3.7c0 1.3-.3 2.3-.9 3-.5.7-1.3 1.1-2.2 1.1s-1.6-.4-2.2-1.1c-.6-.8-.9-1.7-.9-3s.3-2.3.9-3c.5-.7 1.3-1.1 2.2-1.1s1.6.4 2.2 1.1c.6.8.9 1.7.9 3zm6.8-3.7h-2.3v-2.8h2.3v-3.1l3.6-2v5h2.7v2.8h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7zm7.6 0h2.3.1v7c0 1.2.3 2.1.9 2.7s1.6.9 3.1.9c1 0 1.8-.1 2.5-.3v-2.8c-.4.1-.8.1-1.3.1-.6 0-1.1-.1-1.3-.3-.3-.2-.4-.6-.4-1v-6.4h2.7v-2.8h-2.7v-5l-3.6 2v3.1h-2.3zm22.7 4.9h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7.1-1.3.3-1.9.8zm19.1.3v-3.4c-.4-.1-.8-.1-1.4-.1-.9 0-1.7.3-2.4.8s-1.1 1.1-1.4 2v-2.6h-3.3v13.2h3.6v-5.3c0-1.5.3-2.7 1-3.5.6-.8 1.5-1.2 2.6-1.2.5 0 .9 0 1.3.1zm10.3-9h3.6v18.9h-3.3v-1.9c-.8 1.5-2.2 2.3-4.1 2.3-1.1 0-2.1-.3-3-.9s-1.6-1.4-2.1-2.5-.7-2.3-.7-3.7.2-2.6.7-3.7 1.2-1.9 2.1-2.4 1.9-.9 3-.9c1.7 0 2.9.6 3.8 1.9zm-.8 15.2c.6-.7.9-1.7.9-3s-.3-2.2-.9-2.9-1.3-1.1-2.2-1.1-1.7.4-2.2 1.1c-.6.7-.8 1.7-.8 3 0 1.2.3 2.2.8 3 .6.7 1.3 1.1 2.2 1.1.9-.1 1.7-.4 2.2-1.2zm20.3.9h-1.7v-6.5c0-2.9-1.8-4.4-5.4-4.4-1.3 0-2.4.2-3.5.6-1.1.3-2 .8-2.7 1.4l1.7 2.3c.5-.4 1.2-.7 1.9-1s1.5-.4 2.2-.4c.8 0 1.5.2 1.8.5.3.4.5.9.5 1.5v.3l-3 .6c-1.6.3-2.9.8-3.9 1.5-.9.7-1.4 1.7-1.4 3 0 1.2.4 2.2 1.3 2.9s2 1 3.3 1c1 0 1.9-.3 2.6-.7s1.3-1 1.6-1.7v1.9h4.7zm-5.3-2c0 .8-.2 1.4-.8 1.8-.6.5-1.2.7-1.9.6-.6 0-1.1-.1-1.5-.4-.4-.2-.6-.6-.6-1 0-.5.2-.9.6-1.1.5-.2 1.1-.4 2-.6l2.2-.5zm25.6-7.7c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.2h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.5-.1 2.5.3 3.3 1.1zm-221.8-5.2 5.8-1.4 3.3 6.7v18s-3.9 3.8-10.1 2.5l-8.5-7.2c5.2 1.3 9.5-2 9.5-2zm12.8-14.7c.6-1.4.8-3.2.6-4.9-.1-.7-.3-1.4-.5-2.1-1.069-2.62365-3.932-2.0369-4.552-1.9098l-.048.0098-8.3 2s-5.5-4-9.5-5.6c-2-.8-3.1-1.1-5.1-1.3-3.4-.3-6.1 2.9-2.9 3.2 6.7.6 17.8 6.4 29 12.5.261-.1742.447-.4241.688-.75.036-.0483.073-.0983.112-.15.071-.1417.142-.2708.208-.3918v-.0001c.121-.2207.227-.4144.292-.6081zm-105.70003-4.9c-1.900003-1.9.6-4.5 3.8-2.5 1.9 1.1 2.9 2.6 4.00003 5.2.6102 1.4917.255 1.2364-.5358.6679-.37546-.2699-.84912-.6103-1.36423-.8679-1.82571-.8895-2.88441-1.1215-3.65826-1.291-.87922-.1927-1.39075-.3048-2.24174-1.209z' fill='%2300811f' fill-rule='evenodd'/%3E%3C/svg%3E\")"
23
- }
24
- }
25
- }
26
- }
27
- }
1
+ {
2
+ "conduction": {
3
+ "logo": {
4
+ "header": {
5
+ "inline-size": { "value": "220px" },
6
+ "block-size": { "value": "44px" },
7
+ "background-image": {
8
+ "value": "url(\"data:image/svg+xml,%3Csvg fill='none' height='64' viewBox='0 0 320 64' width='320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m168.6 26.8c-3.7 3.9-9.6 7.5-17.6 7.7-9.5.3-14.5-.3-26.2-5.4 2.3-3.2 3.2-6.4 3.3-10 .2-4.9-2-9.1-6.4-11.8-4.7-2.9-7.6-4.3-7.6-4.3 2.3 1.3 3.8 4.6 4.4 8.9.8 5.8-.7 12.9-7.4 17.3l8.8 15.5c-6.6-.7-11.1 2.8-11.1 2.8l8.5 7.2s7.2-4.6 18.6-2.3l-13.8-19.1c10.4 5.7 26.7 9.2 26.7 9.2s-6 .1-10.9-1.3c-1.5-.4-2.8 0-.8 1.1.5.3 6.7 3.4 12.6 4.1 10.6 1.1 14.6-3 15.5-4.4.973-1.5291-.276-1.4157-2.975-1.1708-1.184.1075-2.648.2403-4.325.2708-5.5 0-11-1.7-13.4-3 9.2-.1 26.1-1.8 26.7-7.3.1-1.4-.9-3.3-2.6-4zm-134.4-19.5c-3.1 6.7 1.1 9.1 8.1 9.1 2.6192 0 5.2385-.8808 8.2787-1.9033 9.3795-3.1543 22.766-7.65613 52.5213 8.2033-3.3.9-7.5 1.9-7.5 1.9-3.2-2.1-6.7-.2-9.5 1.7-.6098.3946-1.3933 1.0015-2.3101 1.7116-4.1951 3.2493-11.1813 8.6607-17.0899 5.7884-1.5-.8-4.5-2.4-6.9-2.2-1.3437.0707-2.3372.5415-3.6527 1.1648-.5447.2581-1.1445.5424-1.8473.8352-2.4 1.1-2.5-.7.2-2.6 7.3-5 23.3-12.8 39.1-10.4-21.2-6.6-28-5.5-50 3.7-.8.4-1.7.7-2.6 1 1 1.5 4.2 2.7 8.7 1.4.1299-.0433.2821-.0972.4522-.1574h.0001l.0004-.0001.0006-.0002.0002-.0001c1.4017-.4961 4.0201-1.4228 5.4465-.4422 0 0-6.5 4.2-12.1 4.8-10.1 1.1-23.3-3.1-27.3-7.5-1.4-1.6-1.4-3 .2-2.6l.0601.0134c1.0864.2419 7.1256 1.5866 11.3399 1.5866 2.9 0 5.1-.2 6.9-.6-19-7.1-5.1-14.2-.7-15.5 1-.3.5.7.2 1zm175.2 8.9h-8.8v3.1h5.2v.4c0 .9-.2 1.6-.6 2.2s-.9 1-1.5 1.3-1.3.4-1.9.4c-1.6 0-2.9-.6-3.8-1.7s-1.4-2.7-1.4-4.7c0-1.3.3-2.5.7-3.4s1.1-1.6 1.9-2.1 1.7-.7 2.7-.7c.9 0 1.7.1 2.5.5s1.6.9 2.4 1.6l2.3-2.4c-1-1-2.1-1.7-3.3-2.2s-2.6-.7-4.1-.7c-1.8 0-3.3.4-4.7 1.2s-2.5 2-3.2 3.4c-.7 1.5-1.1 3.1-1.1 4.9s.4 3.5 1 4.9c.6 1.5 1.6 2.6 2.8 3.4 1.3.8 2.8 1.2 4.5 1.2 1 0 2-.2 2.9-.6s1.7-1 2.3-1.9v2.1h3.2zm5.7 4.7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm30.1-4.4c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.3h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.4 0 2.5.4 3.3 1.2zm6.9 7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm0-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm23.9 2.6h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7 0-1.3.3-1.9.8zm22.5 1.2c0-1.4-.4-2.5-1.2-3.4s-1.9-1.3-3.4-1.4c-.9 0-1.8.3-2.5.7s-1.3 1-1.6 1.7v-1.9h-3.3v13.4h3.6v-7.6c0-1 .2-1.7.7-2.2s1.1-.8 1.8-.8 1.3.2 1.7.6.6 1 .6 1.9v8h3.6zm3.8-1.4h-2.3v-2.8h2.3v-3.1l3.6-1.99999v4.99999h2.7v2.9h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7.1zm10.9 4.9h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm-96.1 33.4h-4.1l-4.3-6.7h-2.9v6.7h-3.6v-18.3h8.6c1.1 0 2.1.2 2.9.7.9.5 1.6 1.2 2.1 2.1s.7 1.9.7 3c0 1.4-.4 2.5-1.1 3.5s-1.7 1.6-2.9 2zm-11.3-15.2v5.4h4.3c.8 0 1.5-.2 2-.7s.8-1.1.8-2-.3-1.5-.8-2-1.2-.7-2-.7zm12.9 12.2c.6 1.1 1.4 1.9 2.4 2.5s2.2.9 3.5.9 2.5-.3 3.5-.9 1.8-1.4 2.4-2.5.9-2.3.9-3.7-.3-2.6-.9-3.7c-.6-1-1.4-1.8-2.4-2.4s-2.2-.9-3.5-.9-2.5.3-3.5.9c-1 .5-1.8 1.3-2.4 2.4s-.9 2.3-.9 3.7.3 2.6.9 3.7zm9-3.7c0 1.3-.3 2.3-.9 3-.5.7-1.3 1.1-2.2 1.1s-1.6-.4-2.2-1.1c-.6-.8-.9-1.7-.9-3s.3-2.3.9-3c.5-.7 1.3-1.1 2.2-1.1s1.6.4 2.2 1.1c.6.8.9 1.7.9 3zm6.8-3.7h-2.3v-2.8h2.3v-3.1l3.6-2v5h2.7v2.8h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7zm7.6 0h2.3.1v7c0 1.2.3 2.1.9 2.7s1.6.9 3.1.9c1 0 1.8-.1 2.5-.3v-2.8c-.4.1-.8.1-1.3.1-.6 0-1.1-.1-1.3-.3-.3-.2-.4-.6-.4-1v-6.4h2.7v-2.8h-2.7v-5l-3.6 2v3.1h-2.3zm22.7 4.9h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7.1-1.3.3-1.9.8zm19.1.3v-3.4c-.4-.1-.8-.1-1.4-.1-.9 0-1.7.3-2.4.8s-1.1 1.1-1.4 2v-2.6h-3.3v13.2h3.6v-5.3c0-1.5.3-2.7 1-3.5.6-.8 1.5-1.2 2.6-1.2.5 0 .9 0 1.3.1zm10.3-9h3.6v18.9h-3.3v-1.9c-.8 1.5-2.2 2.3-4.1 2.3-1.1 0-2.1-.3-3-.9s-1.6-1.4-2.1-2.5-.7-2.3-.7-3.7.2-2.6.7-3.7 1.2-1.9 2.1-2.4 1.9-.9 3-.9c1.7 0 2.9.6 3.8 1.9zm-.8 15.2c.6-.7.9-1.7.9-3s-.3-2.2-.9-2.9-1.3-1.1-2.2-1.1-1.7.4-2.2 1.1c-.6.7-.8 1.7-.8 3 0 1.2.3 2.2.8 3 .6.7 1.3 1.1 2.2 1.1.9-.1 1.7-.4 2.2-1.2zm20.3.9h-1.7v-6.5c0-2.9-1.8-4.4-5.4-4.4-1.3 0-2.4.2-3.5.6-1.1.3-2 .8-2.7 1.4l1.7 2.3c.5-.4 1.2-.7 1.9-1s1.5-.4 2.2-.4c.8 0 1.5.2 1.8.5.3.4.5.9.5 1.5v.3l-3 .6c-1.6.3-2.9.8-3.9 1.5-.9.7-1.4 1.7-1.4 3 0 1.2.4 2.2 1.3 2.9s2 1 3.3 1c1 0 1.9-.3 2.6-.7s1.3-1 1.6-1.7v1.9h4.7zm-5.3-2c0 .8-.2 1.4-.8 1.8-.6.5-1.2.7-1.9.6-.6 0-1.1-.1-1.5-.4-.4-.2-.6-.6-.6-1 0-.5.2-.9.6-1.1.5-.2 1.1-.4 2-.6l2.2-.5zm25.6-7.7c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.2h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.5-.1 2.5.3 3.3 1.1zm-221.8-5.2 5.8-1.4 3.3 6.7v18s-3.9 3.8-10.1 2.5l-8.5-7.2c5.2 1.3 9.5-2 9.5-2zm12.8-14.7c.6-1.4.8-3.2.6-4.9-.1-.7-.3-1.4-.5-2.1-1.069-2.62365-3.932-2.0369-4.552-1.9098l-.048.0098-8.3 2s-5.5-4-9.5-5.6c-2-.8-3.1-1.1-5.1-1.3-3.4-.3-6.1 2.9-2.9 3.2 6.7.6 17.8 6.4 29 12.5.261-.1742.447-.4241.688-.75.036-.0483.073-.0983.112-.15.071-.1417.142-.2708.208-.3918v-.0001c.121-.2207.227-.4144.292-.6081zm-105.70003-4.9c-1.900003-1.9.6-4.5 3.8-2.5 1.9 1.1 2.9 2.6 4.00003 5.2.6102 1.4917.255 1.2364-.5358.6679-.37546-.2699-.84912-.6103-1.36423-.8679-1.82571-.8895-2.88441-1.1215-3.65826-1.291-.87922-.1927-1.39075-.3048-2.24174-1.209z' fill='%2300811f' fill-rule='evenodd'/%3E%3C/svg%3E\")"
9
+ }
10
+ },
11
+ "footer": {
12
+ "inline-size": { "value": "240px" },
13
+ "block-size": { "value": "48px" },
14
+ "background-image": {
15
+ "value": "url(\"data:image/svg+xml,%3Csvg fill='none' height='64' viewBox='0 0 320 64' width='320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m168.6 26.8c-3.7 3.9-9.6 7.5-17.6 7.7-9.5.3-14.5-.3-26.2-5.4 2.3-3.2 3.2-6.4 3.3-10 .2-4.9-2-9.1-6.4-11.8-4.7-2.9-7.6-4.3-7.6-4.3 2.3 1.3 3.8 4.6 4.4 8.9.8 5.8-.7 12.9-7.4 17.3l8.8 15.5c-6.6-.7-11.1 2.8-11.1 2.8l8.5 7.2s7.2-4.6 18.6-2.3l-13.8-19.1c10.4 5.7 26.7 9.2 26.7 9.2s-6 .1-10.9-1.3c-1.5-.4-2.8 0-.8 1.1.5.3 6.7 3.4 12.6 4.1 10.6 1.1 14.6-3 15.5-4.4.973-1.5291-.276-1.4157-2.975-1.1708-1.184.1075-2.648.2403-4.325.2708-5.5 0-11-1.7-13.4-3 9.2-.1 26.1-1.8 26.7-7.3.1-1.4-.9-3.3-2.6-4zm-134.4-19.5c-3.1 6.7 1.1 9.1 8.1 9.1 2.6192 0 5.2385-.8808 8.2787-1.9033 9.3795-3.1543 22.766-7.65613 52.5213 8.2033-3.3.9-7.5 1.9-7.5 1.9-3.2-2.1-6.7-.2-9.5 1.7-.6098.3946-1.3933 1.0015-2.3101 1.7116-4.1951 3.2493-11.1813 8.6607-17.0899 5.7884-1.5-.8-4.5-2.4-6.9-2.2-1.3437.0707-2.3372.5415-3.6527 1.1648-.5447.2581-1.1445.5424-1.8473.8352-2.4 1.1-2.5-.7.2-2.6 7.3-5 23.3-12.8 39.1-10.4-21.2-6.6-28-5.5-50 3.7-.8.4-1.7.7-2.6 1 1 1.5 4.2 2.7 8.7 1.4.1299-.0433.2821-.0972.4522-.1574h.0001l.0004-.0001.0006-.0002.0002-.0001c1.4017-.4961 4.0201-1.4228 5.4465-.4422 0 0-6.5 4.2-12.1 4.8-10.1 1.1-23.3-3.1-27.3-7.5-1.4-1.6-1.4-3 .2-2.6l.0601.0134c1.0864.2419 7.1256 1.5866 11.3399 1.5866 2.9 0 5.1-.2 6.9-.6-19-7.1-5.1-14.2-.7-15.5 1-.3.5.7.2 1zm175.2 8.9h-8.8v3.1h5.2v.4c0 .9-.2 1.6-.6 2.2s-.9 1-1.5 1.3-1.3.4-1.9.4c-1.6 0-2.9-.6-3.8-1.7s-1.4-2.7-1.4-4.7c0-1.3.3-2.5.7-3.4s1.1-1.6 1.9-2.1 1.7-.7 2.7-.7c.9 0 1.7.1 2.5.5s1.6.9 2.4 1.6l2.3-2.4c-1-1-2.1-1.7-3.3-2.2s-2.6-.7-4.1-.7c-1.8 0-3.3.4-4.7 1.2s-2.5 2-3.2 3.4c-.7 1.5-1.1 3.1-1.1 4.9s.4 3.5 1 4.9c.6 1.5 1.6 2.6 2.8 3.4 1.3.8 2.8 1.2 4.5 1.2 1 0 2-.2 2.9-.6s1.7-1 2.3-1.9v2.1h3.2zm5.7 4.7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm30.1-4.4c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.3h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.4 0 2.5.4 3.3 1.2zm6.9 7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm0-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm23.9 2.6h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7 0-1.3.3-1.9.8zm22.5 1.2c0-1.4-.4-2.5-1.2-3.4s-1.9-1.3-3.4-1.4c-.9 0-1.8.3-2.5.7s-1.3 1-1.6 1.7v-1.9h-3.3v13.4h3.6v-7.6c0-1 .2-1.7.7-2.2s1.1-.8 1.8-.8 1.3.2 1.7.6.6 1 .6 1.9v8h3.6zm3.8-1.4h-2.3v-2.8h2.3v-3.1l3.6-1.99999v4.99999h2.7v2.9h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7.1zm10.9 4.9h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm-96.1 33.4h-4.1l-4.3-6.7h-2.9v6.7h-3.6v-18.3h8.6c1.1 0 2.1.2 2.9.7.9.5 1.6 1.2 2.1 2.1s.7 1.9.7 3c0 1.4-.4 2.5-1.1 3.5s-1.7 1.6-2.9 2zm-11.3-15.2v5.4h4.3c.8 0 1.5-.2 2-.7s.8-1.1.8-2-.3-1.5-.8-2-1.2-.7-2-.7zm12.9 12.2c.6 1.1 1.4 1.9 2.4 2.5s2.2.9 3.5.9 2.5-.3 3.5-.9 1.8-1.4 2.4-2.5.9-2.3.9-3.7-.3-2.6-.9-3.7c-.6-1-1.4-1.8-2.4-2.4s-2.2-.9-3.5-.9-2.5.3-3.5.9c-1 .5-1.8 1.3-2.4 2.4s-.9 2.3-.9 3.7.3 2.6.9 3.7zm9-3.7c0 1.3-.3 2.3-.9 3-.5.7-1.3 1.1-2.2 1.1s-1.6-.4-2.2-1.1c-.6-.8-.9-1.7-.9-3s.3-2.3.9-3c.5-.7 1.3-1.1 2.2-1.1s1.6.4 2.2 1.1c.6.8.9 1.7.9 3zm6.8-3.7h-2.3v-2.8h2.3v-3.1l3.6-2v5h2.7v2.8h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7zm7.6 0h2.3.1v7c0 1.2.3 2.1.9 2.7s1.6.9 3.1.9c1 0 1.8-.1 2.5-.3v-2.8c-.4.1-.8.1-1.3.1-.6 0-1.1-.1-1.3-.3-.3-.2-.4-.6-.4-1v-6.4h2.7v-2.8h-2.7v-5l-3.6 2v3.1h-2.3zm22.7 4.9h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7.1-1.3.3-1.9.8zm19.1.3v-3.4c-.4-.1-.8-.1-1.4-.1-.9 0-1.7.3-2.4.8s-1.1 1.1-1.4 2v-2.6h-3.3v13.2h3.6v-5.3c0-1.5.3-2.7 1-3.5.6-.8 1.5-1.2 2.6-1.2.5 0 .9 0 1.3.1zm10.3-9h3.6v18.9h-3.3v-1.9c-.8 1.5-2.2 2.3-4.1 2.3-1.1 0-2.1-.3-3-.9s-1.6-1.4-2.1-2.5-.7-2.3-.7-3.7.2-2.6.7-3.7 1.2-1.9 2.1-2.4 1.9-.9 3-.9c1.7 0 2.9.6 3.8 1.9zm-.8 15.2c.6-.7.9-1.7.9-3s-.3-2.2-.9-2.9-1.3-1.1-2.2-1.1-1.7.4-2.2 1.1c-.6.7-.8 1.7-.8 3 0 1.2.3 2.2.8 3 .6.7 1.3 1.1 2.2 1.1.9-.1 1.7-.4 2.2-1.2zm20.3.9h-1.7v-6.5c0-2.9-1.8-4.4-5.4-4.4-1.3 0-2.4.2-3.5.6-1.1.3-2 .8-2.7 1.4l1.7 2.3c.5-.4 1.2-.7 1.9-1s1.5-.4 2.2-.4c.8 0 1.5.2 1.8.5.3.4.5.9.5 1.5v.3l-3 .6c-1.6.3-2.9.8-3.9 1.5-.9.7-1.4 1.7-1.4 3 0 1.2.4 2.2 1.3 2.9s2 1 3.3 1c1 0 1.9-.3 2.6-.7s1.3-1 1.6-1.7v1.9h4.7zm-5.3-2c0 .8-.2 1.4-.8 1.8-.6.5-1.2.7-1.9.6-.6 0-1.1-.1-1.5-.4-.4-.2-.6-.6-.6-1 0-.5.2-.9.6-1.1.5-.2 1.1-.4 2-.6l2.2-.5zm25.6-7.7c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.2h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.5-.1 2.5.3 3.3 1.1zm-221.8-5.2 5.8-1.4 3.3 6.7v18s-3.9 3.8-10.1 2.5l-8.5-7.2c5.2 1.3 9.5-2 9.5-2zm12.8-14.7c.6-1.4.8-3.2.6-4.9-.1-.7-.3-1.4-.5-2.1-1.069-2.62365-3.932-2.0369-4.552-1.9098l-.048.0098-8.3 2s-5.5-4-9.5-5.6c-2-.8-3.1-1.1-5.1-1.3-3.4-.3-6.1 2.9-2.9 3.2 6.7.6 17.8 6.4 29 12.5.261-.1742.447-.4241.688-.75.036-.0483.073-.0983.112-.15.071-.1417.142-.2708.208-.3918v-.0001c.121-.2207.227-.4144.292-.6081zm-105.70003-4.9c-1.900003-1.9.6-4.5 3.8-2.5 1.9 1.1 2.9 2.6 4.00003 5.2.6102 1.4917.255 1.2364-.5358.6679-.37546-.2699-.84912-.6103-1.36423-.8679-1.82571-.8895-2.88441-1.1215-3.65826-1.291-.87922-.1927-1.39075-.3048-2.24174-1.209z' fill='%23ffffff' fill-rule='evenodd'/%3E%3C/svg%3E\")"
16
+ }
17
+ },
18
+ "navbar": {
19
+ "inline-size": { "value": "175px" },
20
+ "block-size": { "value": "46px" },
21
+ "background-image": {
22
+ "value": "url(\"data:image/svg+xml,%3Csvg fill='none' height='64' viewBox='0 0 320 64' width='320' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='m168.6 26.8c-3.7 3.9-9.6 7.5-17.6 7.7-9.5.3-14.5-.3-26.2-5.4 2.3-3.2 3.2-6.4 3.3-10 .2-4.9-2-9.1-6.4-11.8-4.7-2.9-7.6-4.3-7.6-4.3 2.3 1.3 3.8 4.6 4.4 8.9.8 5.8-.7 12.9-7.4 17.3l8.8 15.5c-6.6-.7-11.1 2.8-11.1 2.8l8.5 7.2s7.2-4.6 18.6-2.3l-13.8-19.1c10.4 5.7 26.7 9.2 26.7 9.2s-6 .1-10.9-1.3c-1.5-.4-2.8 0-.8 1.1.5.3 6.7 3.4 12.6 4.1 10.6 1.1 14.6-3 15.5-4.4.973-1.5291-.276-1.4157-2.975-1.1708-1.184.1075-2.648.2403-4.325.2708-5.5 0-11-1.7-13.4-3 9.2-.1 26.1-1.8 26.7-7.3.1-1.4-.9-3.3-2.6-4zm-134.4-19.5c-3.1 6.7 1.1 9.1 8.1 9.1 2.6192 0 5.2385-.8808 8.2787-1.9033 9.3795-3.1543 22.766-7.65613 52.5213 8.2033-3.3.9-7.5 1.9-7.5 1.9-3.2-2.1-6.7-.2-9.5 1.7-.6098.3946-1.3933 1.0015-2.3101 1.7116-4.1951 3.2493-11.1813 8.6607-17.0899 5.7884-1.5-.8-4.5-2.4-6.9-2.2-1.3437.0707-2.3372.5415-3.6527 1.1648-.5447.2581-1.1445.5424-1.8473.8352-2.4 1.1-2.5-.7.2-2.6 7.3-5 23.3-12.8 39.1-10.4-21.2-6.6-28-5.5-50 3.7-.8.4-1.7.7-2.6 1 1 1.5 4.2 2.7 8.7 1.4.1299-.0433.2821-.0972.4522-.1574h.0001l.0004-.0001.0006-.0002.0002-.0001c1.4017-.4961 4.0201-1.4228 5.4465-.4422 0 0-6.5 4.2-12.1 4.8-10.1 1.1-23.3-3.1-27.3-7.5-1.4-1.6-1.4-3 .2-2.6l.0601.0134c1.0864.2419 7.1256 1.5866 11.3399 1.5866 2.9 0 5.1-.2 6.9-.6-19-7.1-5.1-14.2-.7-15.5 1-.3.5.7.2 1zm175.2 8.9h-8.8v3.1h5.2v.4c0 .9-.2 1.6-.6 2.2s-.9 1-1.5 1.3-1.3.4-1.9.4c-1.6 0-2.9-.6-3.8-1.7s-1.4-2.7-1.4-4.7c0-1.3.3-2.5.7-3.4s1.1-1.6 1.9-2.1 1.7-.7 2.7-.7c.9 0 1.7.1 2.5.5s1.6.9 2.4 1.6l2.3-2.4c-1-1-2.1-1.7-3.3-2.2s-2.6-.7-4.1-.7c-1.8 0-3.3.4-4.7 1.2s-2.5 2-3.2 3.4c-.7 1.5-1.1 3.1-1.1 4.9s.4 3.5 1 4.9c.6 1.5 1.6 2.6 2.8 3.4 1.3.8 2.8 1.2 4.5 1.2 1 0 2-.2 2.9-.6s1.7-1 2.3-1.9v2.1h3.2zm5.7 4.7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm30.1-4.4c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.3h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.4 0 2.5.4 3.3 1.2zm6.9 7h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm0-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm23.9 2.6h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7 0-1.3.3-1.9.8zm22.5 1.2c0-1.4-.4-2.5-1.2-3.4s-1.9-1.3-3.4-1.4c-.9 0-1.8.3-2.5.7s-1.3 1-1.6 1.7v-1.9h-3.3v13.4h3.6v-7.6c0-1 .2-1.7.7-2.2s1.1-.8 1.8-.8 1.3.2 1.7.6.6 1 .6 1.9v8h3.6zm3.8-1.4h-2.3v-2.8h2.3v-3.1l3.6-1.99999v4.99999h2.7v2.9h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7.1zm10.9 4.9h9.5v-1.6c0-1.3-.3-2.5-.8-3.5s-1.2-1.8-2.2-2.3-2.1-.8-3.4-.8-2.5.3-3.5.9-1.8 1.4-2.3 2.5-.8 2.3-.8 3.7c0 1.3.3 2.5.9 3.6s1.4 1.9 2.4 2.5 2.2.9 3.6.9c2.1 0 4-.7 5.5-2.1l-1.7-2.3c-.6.5-1.2.9-1.8 1.1s-1.2.3-1.9.3c-.9 0-1.7-.3-2.3-.8s-1-1.2-1.2-2.1zm.1-2.6c.2-.9.6-1.6 1.1-2.1s1.2-.8 1.9-.8c.8 0 1.5.3 2 .8s.8 1.2.9 2.1zm-96.1 33.4h-4.1l-4.3-6.7h-2.9v6.7h-3.6v-18.3h8.6c1.1 0 2.1.2 2.9.7.9.5 1.6 1.2 2.1 2.1s.7 1.9.7 3c0 1.4-.4 2.5-1.1 3.5s-1.7 1.6-2.9 2zm-11.3-15.2v5.4h4.3c.8 0 1.5-.2 2-.7s.8-1.1.8-2-.3-1.5-.8-2-1.2-.7-2-.7zm12.9 12.2c.6 1.1 1.4 1.9 2.4 2.5s2.2.9 3.5.9 2.5-.3 3.5-.9 1.8-1.4 2.4-2.5.9-2.3.9-3.7-.3-2.6-.9-3.7c-.6-1-1.4-1.8-2.4-2.4s-2.2-.9-3.5-.9-2.5.3-3.5.9c-1 .5-1.8 1.3-2.4 2.4s-.9 2.3-.9 3.7.3 2.6.9 3.7zm9-3.7c0 1.3-.3 2.3-.9 3-.5.7-1.3 1.1-2.2 1.1s-1.6-.4-2.2-1.1c-.6-.8-.9-1.7-.9-3s.3-2.3.9-3c.5-.7 1.3-1.1 2.2-1.1s1.6.4 2.2 1.1c.6.8.9 1.7.9 3zm6.8-3.7h-2.3v-2.8h2.3v-3.1l3.6-2v5h2.7v2.8h-2.7v6.4c0 .4.1.8.4 1 .2.2.7.3 1.3.3.5 0 .9 0 1.3-.1v2.8c-.7.2-1.5.3-2.5.3-1.5 0-2.5-.3-3.1-.9s-.9-1.5-.9-2.7v-7zm7.6 0h2.3.1v7c0 1.2.3 2.1.9 2.7s1.6.9 3.1.9c1 0 1.8-.1 2.5-.3v-2.8c-.4.1-.8.1-1.3.1-.6 0-1.1-.1-1.3-.3-.3-.2-.4-.6-.4-1v-6.4h2.7v-2.8h-2.7v-5l-3.6 2v3.1h-2.3zm22.7 4.9h-9.5c.2.9.6 1.6 1.2 2.1s1.4.8 2.3.8c.7 0 1.3-.1 1.9-.3s1.2-.6 1.8-1.1l1.7 2.3c-1.5 1.4-3.4 2.1-5.5 2.1-1.4 0-2.6-.3-3.6-.9s-1.8-1.4-2.4-2.5-.9-2.3-.9-3.6c0-1.4.3-2.6.8-3.7s1.3-1.9 2.3-2.5 2.2-.9 3.5-.9 2.4.3 3.4.8 1.7 1.3 2.2 2.3.8 2.2.8 3.5zm-8.4-4.7c-.5.5-.9 1.2-1.1 2.1h5.9c-.1-.9-.4-1.6-.9-2.1s-1.2-.8-2-.8c-.7.1-1.3.3-1.9.8zm19.1.3v-3.4c-.4-.1-.8-.1-1.4-.1-.9 0-1.7.3-2.4.8s-1.1 1.1-1.4 2v-2.6h-3.3v13.2h3.6v-5.3c0-1.5.3-2.7 1-3.5.6-.8 1.5-1.2 2.6-1.2.5 0 .9 0 1.3.1zm10.3-9h3.6v18.9h-3.3v-1.9c-.8 1.5-2.2 2.3-4.1 2.3-1.1 0-2.1-.3-3-.9s-1.6-1.4-2.1-2.5-.7-2.3-.7-3.7.2-2.6.7-3.7 1.2-1.9 2.1-2.4 1.9-.9 3-.9c1.7 0 2.9.6 3.8 1.9zm-.8 15.2c.6-.7.9-1.7.9-3s-.3-2.2-.9-2.9-1.3-1.1-2.2-1.1-1.7.4-2.2 1.1c-.6.7-.8 1.7-.8 3 0 1.2.3 2.2.8 3 .6.7 1.3 1.1 2.2 1.1.9-.1 1.7-.4 2.2-1.2zm20.3.9h-1.7v-6.5c0-2.9-1.8-4.4-5.4-4.4-1.3 0-2.4.2-3.5.6-1.1.3-2 .8-2.7 1.4l1.7 2.3c.5-.4 1.2-.7 1.9-1s1.5-.4 2.2-.4c.8 0 1.5.2 1.8.5.3.4.5.9.5 1.5v.3l-3 .6c-1.6.3-2.9.8-3.9 1.5-.9.7-1.4 1.7-1.4 3 0 1.2.4 2.2 1.3 2.9s2 1 3.3 1c1 0 1.9-.3 2.6-.7s1.3-1 1.6-1.7v1.9h4.7zm-5.3-2c0 .8-.2 1.4-.8 1.8-.6.5-1.2.7-1.9.6-.6 0-1.1-.1-1.5-.4-.4-.2-.6-.6-.6-1 0-.5.2-.9.6-1.1.5-.2 1.1-.4 2-.6l2.2-.5zm25.6-7.7c.8.8 1.2 1.9 1.2 3.2v9.2h-3.6v-8.1c0-.7-.2-1.3-.6-1.7s-.9-.7-1.6-.7-1.2.2-1.6.7-.6 1.1-.6 1.8v8h-3.6v-8.1c0-.7-.2-1.3-.5-1.7-.4-.4-.9-.7-1.6-.7s-1.3.3-1.7.8-.6 1.2-.6 2v7.8h-3.6v-13.2h3.3v1.9c.4-.7.9-1.3 1.6-1.7s1.5-.6 2.4-.6 1.7.2 2.3.6c.7.4 1.2.9 1.5 1.6.4-.7 1-1.2 1.7-1.6s1.5-.6 2.3-.6c1.5-.1 2.5.3 3.3 1.1zm-221.8-5.2 5.8-1.4 3.3 6.7v18s-3.9 3.8-10.1 2.5l-8.5-7.2c5.2 1.3 9.5-2 9.5-2zm12.8-14.7c.6-1.4.8-3.2.6-4.9-.1-.7-.3-1.4-.5-2.1-1.069-2.62365-3.932-2.0369-4.552-1.9098l-.048.0098-8.3 2s-5.5-4-9.5-5.6c-2-.8-3.1-1.1-5.1-1.3-3.4-.3-6.1 2.9-2.9 3.2 6.7.6 17.8 6.4 29 12.5.261-.1742.447-.4241.688-.75.036-.0483.073-.0983.112-.15.071-.1417.142-.2708.208-.3918v-.0001c.121-.2207.227-.4144.292-.6081zm-105.70003-4.9c-1.900003-1.9.6-4.5 3.8-2.5 1.9 1.1 2.9 2.6 4.00003 5.2.6102 1.4917.255 1.2364-.5358.6679-.37546-.2699-.84912-.6103-1.36423-.8679-1.82571-.8895-2.88441-1.1215-3.65826-1.291-.87922-.1927-1.39075-.3048-2.24174-1.209z' fill='%2300811f' fill-rule='evenodd'/%3E%3C/svg%3E\")"
23
+ }
24
+ }
25
+ }
26
+ }
27
+ }
@@ -1,92 +1,92 @@
1
- {
2
- "conduction": {
3
- "pagination": {
4
- "container": {
5
- "background-color": { "value": "unset" },
6
- "padding-inline-start": { "value": "0px" },
7
- "padding-inline-end": { "value": "0px" },
8
- "padding-block-start": { "value": "0px" },
9
- "padding-block-end": { "value": "0px" }
10
- },
11
- "item": {
12
- "gap": { "value": "8px" },
13
- "color": { "value": "var(--rotterdam-color-gray-tint-11)" },
14
- "background-color": { "value": "var(--rotterdam-color-base-white)" },
15
- "padding-inline-start": { "value": "14px" },
16
- "padding-inline-end": { "value": "14px" },
17
- "padding-block-start": { "value": "8px" },
18
- "padding-block-end": { "value": "8px" },
19
- "font-size": { "value": "var(--utrecht-document-font-size)" },
20
- "font-weight": { "value": "var(--rotterdam-typography-weight-scale-normal-font-weight)" },
21
- "font-family": { "value": "var(--utrecht-document-font-family)" },
22
- "border-width": { "value": "1px" },
23
- "border-style": { "value": "solid" },
24
- "border-color": { "value": "var(--rotterdam-color-base-white)" },
25
- "border-bottom-width": {},
26
- "border-bottom-style": {},
27
- "border-bottom-color": {},
28
- "border-radius": { "value": "0px" }
29
- },
30
- "navigation-button": {
31
- "color": { "value": "var(--rotterdam-color-gray-tint-11)" },
32
- "background-color": { "value": "transparent" },
33
- "border-width": {},
34
- "border-style": {},
35
- "border-color": {},
36
- "border-bottom-width": {},
37
- "border-bottom-style": {},
38
- "border-bottom-color": {},
39
- "border-radius": {},
40
- "padding-inline-start": { "value": "8px" },
41
- "padding-inline-end": { "value": "8px" },
42
- "padding-block-start": { "value": "8px" },
43
- "padding-block-end": { "value": "8px" },
44
- "disabled": {
45
- "color": { "value": "var(--rotterdam-color-gray-tint-07)" },
46
- "background-color": { "value": "transparent" },
47
- "border-width": {},
48
- "border-style": {},
49
- "border-color": {},
50
- "border-radius": {}
51
- },
52
- "hover": {
53
- "color": { "value": "var(--rotterdam-color-green-tint-01)" },
54
- "background-color": { "value": "transparent" },
55
- "border-width": {},
56
- "border-style": {},
57
- "border-color": {},
58
- "border-bottom-width": {},
59
- "border-bottom-style": {},
60
- "border-bottom-color": {},
61
- "border-radius": {}
62
- }
63
- },
64
- "current-page": {
65
- "color": { "value": "var(--rotterdam-color-green-tint-03)" },
66
- "background-color": { "value": "var(--rotterdam-color-soft-green-tint-01)" },
67
- "font-weight": { "value": "var(--rotterdam-typography-weight-scale-bold-font-weight)" },
68
- "text-decoration": { "value": "unset" },
69
- "border-width": { "value": "1px" },
70
- "border-style": { "value": "solid" },
71
- "border-color": { "value": "var(--rotterdam-color-green-tint-03)" },
72
- "border-bottom-width": {},
73
- "border-bottom-style": {},
74
- "border-bottom-color": {}
75
- },
76
- "page": {
77
- "hover": {
78
- "color": { "value": "var(--rotterdam-color-green-tint-01)" },
79
- "background-color": { "value": "var(--rotterdam-color-base-white)" },
80
- "text-decoration": { "value": "unset" },
81
- "text-decoration-thickness": { "value": "0px" },
82
- "border-width": { "value": "1px" },
83
- "border-style": { "value": "solid" },
84
- "border-color": { "value": "var(--rotterdam-color-green-tint-01)" },
85
- "border-bottom-width": {},
86
- "border-bottom-style": {},
87
- "border-bottom-color": {}
88
- }
89
- }
90
- }
91
- }
92
- }
1
+ {
2
+ "conduction": {
3
+ "pagination": {
4
+ "container": {
5
+ "background-color": { "value": "unset" },
6
+ "padding-inline-start": { "value": "0px" },
7
+ "padding-inline-end": { "value": "0px" },
8
+ "padding-block-start": { "value": "0px" },
9
+ "padding-block-end": { "value": "0px" }
10
+ },
11
+ "item": {
12
+ "gap": { "value": "8px" },
13
+ "color": { "value": "var(--rotterdam-color-gray-tint-11)" },
14
+ "background-color": { "value": "var(--rotterdam-color-base-white)" },
15
+ "padding-inline-start": { "value": "14px" },
16
+ "padding-inline-end": { "value": "14px" },
17
+ "padding-block-start": { "value": "8px" },
18
+ "padding-block-end": { "value": "8px" },
19
+ "font-size": { "value": "var(--utrecht-document-font-size)" },
20
+ "font-weight": { "value": "var(--rotterdam-typography-weight-scale-normal-font-weight)" },
21
+ "font-family": { "value": "var(--utrecht-document-font-family)" },
22
+ "border-width": { "value": "1px" },
23
+ "border-style": { "value": "solid" },
24
+ "border-color": { "value": "var(--rotterdam-color-base-white)" },
25
+ "border-bottom-width": {},
26
+ "border-bottom-style": {},
27
+ "border-bottom-color": {},
28
+ "border-radius": { "value": "0px" }
29
+ },
30
+ "navigation-button": {
31
+ "color": { "value": "var(--rotterdam-color-gray-tint-11)" },
32
+ "background-color": { "value": "transparent" },
33
+ "border-width": {},
34
+ "border-style": {},
35
+ "border-color": {},
36
+ "border-bottom-width": {},
37
+ "border-bottom-style": {},
38
+ "border-bottom-color": {},
39
+ "border-radius": {},
40
+ "padding-inline-start": { "value": "8px" },
41
+ "padding-inline-end": { "value": "8px" },
42
+ "padding-block-start": { "value": "8px" },
43
+ "padding-block-end": { "value": "8px" },
44
+ "disabled": {
45
+ "color": { "value": "var(--rotterdam-color-gray-tint-07)" },
46
+ "background-color": { "value": "transparent" },
47
+ "border-width": {},
48
+ "border-style": {},
49
+ "border-color": {},
50
+ "border-radius": {}
51
+ },
52
+ "hover": {
53
+ "color": { "value": "var(--rotterdam-color-green-tint-01)" },
54
+ "background-color": { "value": "transparent" },
55
+ "border-width": {},
56
+ "border-style": {},
57
+ "border-color": {},
58
+ "border-bottom-width": {},
59
+ "border-bottom-style": {},
60
+ "border-bottom-color": {},
61
+ "border-radius": {}
62
+ }
63
+ },
64
+ "current-page": {
65
+ "color": { "value": "var(--rotterdam-color-green-tint-03)" },
66
+ "background-color": { "value": "var(--rotterdam-color-soft-green-tint-01)" },
67
+ "font-weight": { "value": "var(--rotterdam-typography-weight-scale-bold-font-weight)" },
68
+ "text-decoration": { "value": "unset" },
69
+ "border-width": { "value": "1px" },
70
+ "border-style": { "value": "solid" },
71
+ "border-color": { "value": "var(--rotterdam-color-green-tint-03)" },
72
+ "border-bottom-width": {},
73
+ "border-bottom-style": {},
74
+ "border-bottom-color": {}
75
+ },
76
+ "page": {
77
+ "hover": {
78
+ "color": { "value": "var(--rotterdam-color-green-tint-01)" },
79
+ "background-color": { "value": "var(--rotterdam-color-base-white)" },
80
+ "text-decoration": { "value": "unset" },
81
+ "text-decoration-thickness": { "value": "0px" },
82
+ "border-width": { "value": "1px" },
83
+ "border-style": { "value": "solid" },
84
+ "border-color": { "value": "var(--rotterdam-color-green-tint-01)" },
85
+ "border-bottom-width": {},
86
+ "border-bottom-style": {},
87
+ "border-bottom-color": {}
88
+ }
89
+ }
90
+ }
91
+ }
92
+ }