@tmorrow/cre8-wc 1.1.3 → 1.1.6

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 (257) hide show
  1. package/lib/components/card/card.styles.d.ts.map +1 -1
  2. package/lib/components/card/card.styles.js +338 -1
  3. package/lib/components/card/card.styles.js.map +1 -1
  4. package/lib/components/field/field.styles.d.ts.map +1 -1
  5. package/lib/components/field/field.styles.js +359 -1
  6. package/lib/components/field/field.styles.js.map +1 -1
  7. package/lib/components/inline-alert/inline-alert.styles.d.ts.map +1 -1
  8. package/lib/components/inline-alert/inline-alert.styles.js +392 -1
  9. package/lib/components/inline-alert/inline-alert.styles.js.map +1 -1
  10. package/lib/design-tokens/brands/blue/css/fonts.css +31 -0
  11. package/lib/design-tokens/{brands copy/blue/css/tokens_blue.module.js → brands/blue/css/tokens_blue.css} +2 -7
  12. package/lib/design-tokens/brands/blue/css/tokens_brand.css +492 -0
  13. package/lib/design-tokens/brands/cre8/css/fonts.css +35 -0
  14. package/lib/design-tokens/brands/cre8/css/tokens_brand.css +494 -0
  15. package/lib/design-tokens/brands/cre8/css/tokens_cre8.css +767 -0
  16. package/lib/design-tokens/brands/cre8-a2ui/css/fonts.css +35 -0
  17. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_brand.css +496 -0
  18. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.css +248 -0
  19. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.d.ts +1 -1
  20. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.d.ts.map +1 -1
  21. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.js +7 -3
  22. package/lib/design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.js.map +1 -1
  23. package/lib/design-tokens/brands/cre8-legacy/css/fonts.css +47 -0
  24. package/lib/design-tokens/brands/cre8-legacy/css/tokens_brand.css +464 -0
  25. package/lib/design-tokens/brands/cre8-legacy/css/tokens_cre8-legacy.css +0 -0
  26. package/lib/design-tokens/brands/femmecubator/css/fonts.css +35 -0
  27. package/lib/design-tokens/brands/legacy/css/fonts.css +26 -0
  28. package/lib/design-tokens/brands/legacy/css/tokens_brand.css +491 -0
  29. package/lib/design-tokens/brands/legacy/css/tokens_legacy.css +250 -0
  30. package/lib/design-tokens/brands/marketing/css/fonts.css +31 -0
  31. package/lib/design-tokens/brands/marketing/css/tokens_brand.css +502 -0
  32. package/lib/design-tokens/brands/minimalist/css/fonts.css +26 -0
  33. package/lib/design-tokens/brands/minimalist/css/tokens_brand.css +492 -0
  34. package/lib/design-tokens/brands/minimalist/css/tokens_minimalist.css +736 -0
  35. package/lib/design-tokens/brands/prisma/figma-tokens.css +339 -0
  36. package/lib/design-tokens/brands/starbucks/fonts.css +26 -0
  37. package/lib/design-tokens/brands/tmorrow/css/tokens_brand.css +104 -0
  38. package/lib/design-tokens/brands/tmorrow/css/tokens_tmorrow-frost.css +222 -0
  39. package/lib/design-tokens/brands/tmorrow/css/tokens_tmorrow-neon.css +218 -0
  40. package/lib/design-tokens/capitalone/fonts.css +26 -0
  41. package/lib/design-tokens/capitalone/overrides.css +33 -0
  42. package/lib/design-tokens/capitalone/tokens.module.css +532 -0
  43. package/lib/design-tokens/core/scss/abstracts/functions.css +0 -0
  44. package/lib/design-tokens/core/scss/theming/animation.css +1 -0
  45. package/lib/design-tokens/core/scss/theming/body.css +1 -0
  46. package/lib/design-tokens/core/scss/theming/breakpoints.css +0 -0
  47. package/lib/design-tokens/core/scss/theming/component.css +1 -0
  48. package/lib/design-tokens/core/scss/theming/component.scss +1 -1
  49. package/lib/design-tokens/core/scss/theming/display.css +1 -0
  50. package/lib/design-tokens/core/scss/theming/head.css +1 -0
  51. package/lib/design-tokens/core/scss/theming/spacing.css +1 -0
  52. package/lib/design-tokens/core/scss/theming/typography-usage.css +0 -0
  53. package/lib/design-tokens/core/scss/theming/variables.css +39 -0
  54. package/lib/design-tokens/core/scss/theming/variables.scss +3 -1
  55. package/lib/design-tokens/core/scss/theming/visibility.css +1 -0
  56. package/lib/design-tokens/core/scss/utilities/animation.css +1 -0
  57. package/lib/design-tokens/core/scss/utilities/colors.css +1 -0
  58. package/lib/design-tokens/core/scss/utilities/display.css +1 -0
  59. package/lib/design-tokens/femmecubator/equity.css +142 -0
  60. package/lib/design-tokens/femmecubator/fonts.css +35 -0
  61. package/lib/design-tokens/femmecubator/tokens_brand.css +146 -0
  62. package/lib/design-tokens/femmecubator/tokens_femmecubator.module.css +247 -0
  63. package/lib/design-tokens/figma-tokens.css +0 -0
  64. package/lib/design-tokens/mcdonalds/tokens.module.css +58 -0
  65. package/lib/design-tokens/target/fonts.css +26 -0
  66. package/lib/design-tokens/target/tokens.module.css +738 -0
  67. package/lib/scripts/generate-mcp-manifest.d.ts +8 -0
  68. package/lib/scripts/generate-mcp-manifest.d.ts.map +1 -0
  69. package/lib/scripts/generate-mcp-manifest.js +350 -0
  70. package/lib/scripts/generate-mcp-manifest.js.map +1 -0
  71. package/lib/vite.config.js +1 -1
  72. package/lib/vite.config.js.map +1 -1
  73. package/mcp-manifest.json +3844 -0
  74. package/package.json +7 -3
  75. package/lib/design-tokens/brands copy/blue/_base.scss +0 -142
  76. package/lib/design-tokens/brands copy/blue/badge.scss +0 -5
  77. package/lib/design-tokens/brands copy/blue/bg.scss +0 -35
  78. package/lib/design-tokens/brands copy/blue/border-style.scss +0 -5
  79. package/lib/design-tokens/brands copy/blue/border.scss +0 -21
  80. package/lib/design-tokens/brands copy/blue/borderRadius.scss +0 -15
  81. package/lib/design-tokens/brands copy/blue/borderWidth.scss +0 -11
  82. package/lib/design-tokens/brands copy/blue/breakpoint.scss +0 -9
  83. package/lib/design-tokens/brands copy/blue/button.scss +0 -225
  84. package/lib/design-tokens/brands copy/blue/content.scss +0 -29
  85. package/lib/design-tokens/brands copy/blue/css/tokens_blue.module.d.ts +0 -3
  86. package/lib/design-tokens/brands copy/blue/css/tokens_blue.module.d.ts.map +0 -1
  87. package/lib/design-tokens/brands copy/blue/css/tokens_blue.module.js.map +0 -1
  88. package/lib/design-tokens/brands copy/blue/desktop-menu.scss +0 -5
  89. package/lib/design-tokens/brands copy/blue/fontFamilies.scss +0 -5
  90. package/lib/design-tokens/brands copy/blue/fontSize.scss +0 -17
  91. package/lib/design-tokens/brands copy/blue/fontWeights.scss +0 -7
  92. package/lib/design-tokens/brands copy/blue/footer.scss +0 -9
  93. package/lib/design-tokens/brands copy/blue/header.scss +0 -81
  94. package/lib/design-tokens/brands copy/blue/icon-size.scss +0 -6
  95. package/lib/design-tokens/brands copy/blue/letterSpacing.scss +0 -9
  96. package/lib/design-tokens/brands copy/blue/lineHeights.scss +0 -15
  97. package/lib/design-tokens/brands copy/blue/link.scss +0 -4
  98. package/lib/design-tokens/brands copy/blue/paragraphIndent.scss +0 -4
  99. package/lib/design-tokens/brands copy/blue/paragraphSpacing.scss +0 -4
  100. package/lib/design-tokens/brands copy/blue/progress-meter.scss +0 -4
  101. package/lib/design-tokens/brands copy/blue/shadow.scss +0 -8
  102. package/lib/design-tokens/brands copy/blue/spacing.scss +0 -21
  103. package/lib/design-tokens/brands copy/blue/textCase.scss +0 -5
  104. package/lib/design-tokens/brands copy/blue/textDecoration.scss +0 -5
  105. package/lib/design-tokens/brands copy/blue/tokens-all-blue.scss +0 -628
  106. package/lib/design-tokens/brands copy/blue/tokens-brand.scss +0 -31
  107. package/lib/design-tokens/brands copy/blue-v1/_base.scss +0 -76
  108. package/lib/design-tokens/brands copy/blue-v1/badge.scss +0 -5
  109. package/lib/design-tokens/brands copy/blue-v1/bg.scss +0 -34
  110. package/lib/design-tokens/brands copy/blue-v1/border-style.scss +0 -5
  111. package/lib/design-tokens/brands copy/blue-v1/border.scss +0 -21
  112. package/lib/design-tokens/brands copy/blue-v1/borderRadius.scss +0 -15
  113. package/lib/design-tokens/brands copy/blue-v1/borderWidth.scss +0 -11
  114. package/lib/design-tokens/brands copy/blue-v1/breakpoint.scss +0 -9
  115. package/lib/design-tokens/brands copy/blue-v1/button.scss +0 -199
  116. package/lib/design-tokens/brands copy/blue-v1/content.scss +0 -29
  117. package/lib/design-tokens/brands copy/blue-v1/desktop-menu.scss +0 -5
  118. package/lib/design-tokens/brands copy/blue-v1/fontFamilies.scss +0 -5
  119. package/lib/design-tokens/brands copy/blue-v1/fontSize.scss +0 -17
  120. package/lib/design-tokens/brands copy/blue-v1/fontWeights.scss +0 -9
  121. package/lib/design-tokens/brands copy/blue-v1/footer.scss +0 -9
  122. package/lib/design-tokens/brands copy/blue-v1/header.scss +0 -79
  123. package/lib/design-tokens/brands copy/blue-v1/icon-size.scss +0 -6
  124. package/lib/design-tokens/brands copy/blue-v1/letterSpacing.scss +0 -9
  125. package/lib/design-tokens/brands copy/blue-v1/lineHeights.scss +0 -15
  126. package/lib/design-tokens/brands copy/blue-v1/link.scss +0 -4
  127. package/lib/design-tokens/brands copy/blue-v1/paragraphIndent.scss +0 -4
  128. package/lib/design-tokens/brands copy/blue-v1/paragraphSpacing.scss +0 -4
  129. package/lib/design-tokens/brands copy/blue-v1/shadow.scss +0 -8
  130. package/lib/design-tokens/brands copy/blue-v1/spacing.scss +0 -21
  131. package/lib/design-tokens/brands copy/blue-v1/textCase.scss +0 -5
  132. package/lib/design-tokens/brands copy/blue-v1/textDecoration.scss +0 -5
  133. package/lib/design-tokens/brands copy/blue-v1/tokens-all-blue-v1.scss +0 -534
  134. package/lib/design-tokens/brands copy/blue-v1/tokens-brand.scss +0 -30
  135. package/lib/design-tokens/brands copy/cre8/_base.scss +0 -157
  136. package/lib/design-tokens/brands copy/cre8/badge.scss +0 -5
  137. package/lib/design-tokens/brands copy/cre8/bg.scss +0 -34
  138. package/lib/design-tokens/brands copy/cre8/border-style.scss +0 -5
  139. package/lib/design-tokens/brands copy/cre8/border.scss +0 -18
  140. package/lib/design-tokens/brands copy/cre8/borderRadius.scss +0 -15
  141. package/lib/design-tokens/brands copy/cre8/borderWidth.scss +0 -11
  142. package/lib/design-tokens/brands copy/cre8/breakpoint.scss +0 -9
  143. package/lib/design-tokens/brands copy/cre8/button.scss +0 -211
  144. package/lib/design-tokens/brands copy/cre8/content.scss +0 -29
  145. package/lib/design-tokens/brands copy/cre8/desktop-menu.scss +0 -5
  146. package/lib/design-tokens/brands copy/cre8/fontFamilies.scss +0 -4
  147. package/lib/design-tokens/brands copy/cre8/fontSize.scss +0 -17
  148. package/lib/design-tokens/brands copy/cre8/fontWeights.scss +0 -7
  149. package/lib/design-tokens/brands copy/cre8/footer.scss +0 -8
  150. package/lib/design-tokens/brands copy/cre8/header.scss +0 -81
  151. package/lib/design-tokens/brands copy/cre8/icon-size.scss +0 -6
  152. package/lib/design-tokens/brands copy/cre8/letterSpacing.scss +0 -10
  153. package/lib/design-tokens/brands copy/cre8/lineHeights.scss +0 -22
  154. package/lib/design-tokens/brands copy/cre8/link.scss +0 -4
  155. package/lib/design-tokens/brands copy/cre8/paragraphIndent.scss +0 -4
  156. package/lib/design-tokens/brands copy/cre8/paragraphSpacing.scss +0 -4
  157. package/lib/design-tokens/brands copy/cre8/progress-meter.scss +0 -4
  158. package/lib/design-tokens/brands copy/cre8/shadow.scss +0 -8
  159. package/lib/design-tokens/brands copy/cre8/spacing.scss +0 -21
  160. package/lib/design-tokens/brands copy/cre8/textCase.scss +0 -5
  161. package/lib/design-tokens/brands copy/cre8/textDecoration.scss +0 -5
  162. package/lib/design-tokens/brands copy/cre8/tokens-all-cre8.scss +0 -631
  163. package/lib/design-tokens/brands copy/cre8/tokens-brand.scss +0 -31
  164. package/lib/design-tokens/brands copy/femmecubator/base.scss +0 -64
  165. package/lib/design-tokens/brands copy/femmecubator/border.scss +0 -15
  166. package/lib/design-tokens/brands copy/femmecubator/color.scss +0 -56
  167. package/lib/design-tokens/brands copy/femmecubator/spacing.scss +0 -13
  168. package/lib/design-tokens/brands copy/femmecubator/tokens-all-femmecubator.scss +0 -139
  169. package/lib/design-tokens/brands copy/femmecubator/tokens-brand.scss +0 -8
  170. package/lib/design-tokens/brands copy/legacy/_base.scss +0 -103
  171. package/lib/design-tokens/brands copy/legacy/badge.scss +0 -5
  172. package/lib/design-tokens/brands copy/legacy/bg.scss +0 -34
  173. package/lib/design-tokens/brands copy/legacy/border-style.scss +0 -5
  174. package/lib/design-tokens/brands copy/legacy/border.scss +0 -17
  175. package/lib/design-tokens/brands copy/legacy/borderRadius.scss +0 -15
  176. package/lib/design-tokens/brands copy/legacy/borderWidth.scss +0 -11
  177. package/lib/design-tokens/brands copy/legacy/breakpoint.scss +0 -9
  178. package/lib/design-tokens/brands copy/legacy/button.scss +0 -225
  179. package/lib/design-tokens/brands copy/legacy/content.scss +0 -29
  180. package/lib/design-tokens/brands copy/legacy/desktop-menu.scss +0 -5
  181. package/lib/design-tokens/brands copy/legacy/fontFamilies.scss +0 -4
  182. package/lib/design-tokens/brands copy/legacy/fontSize.scss +0 -17
  183. package/lib/design-tokens/brands copy/legacy/fontWeights.scss +0 -10
  184. package/lib/design-tokens/brands copy/legacy/footer.scss +0 -9
  185. package/lib/design-tokens/brands copy/legacy/header.scss +0 -81
  186. package/lib/design-tokens/brands copy/legacy/icon-size.scss +0 -6
  187. package/lib/design-tokens/brands copy/legacy/letterSpacing.scss +0 -9
  188. package/lib/design-tokens/brands copy/legacy/lineHeights.scss +0 -19
  189. package/lib/design-tokens/brands copy/legacy/paragraphIndent.scss +0 -4
  190. package/lib/design-tokens/brands copy/legacy/paragraphSpacing.scss +0 -4
  191. package/lib/design-tokens/brands copy/legacy/progress-meter.scss +0 -4
  192. package/lib/design-tokens/brands copy/legacy/shadow.scss +0 -8
  193. package/lib/design-tokens/brands copy/legacy/spacing.scss +0 -20
  194. package/lib/design-tokens/brands copy/legacy/textCase.scss +0 -5
  195. package/lib/design-tokens/brands copy/legacy/textDecoration.scss +0 -5
  196. package/lib/design-tokens/brands copy/legacy/tokens-all-legacy.scss +0 -588
  197. package/lib/design-tokens/brands copy/legacy/tokens-brand.scss +0 -30
  198. package/lib/design-tokens/brands copy/marketing/_base.scss +0 -137
  199. package/lib/design-tokens/brands copy/marketing/asset.scss +0 -7
  200. package/lib/design-tokens/brands copy/marketing/badge.scss +0 -5
  201. package/lib/design-tokens/brands copy/marketing/bg.scss +0 -35
  202. package/lib/design-tokens/brands copy/marketing/border-style.scss +0 -5
  203. package/lib/design-tokens/brands copy/marketing/border.scss +0 -21
  204. package/lib/design-tokens/brands copy/marketing/borderRadius.scss +0 -15
  205. package/lib/design-tokens/brands copy/marketing/borderWidth.scss +0 -11
  206. package/lib/design-tokens/brands copy/marketing/breakpoint.scss +0 -9
  207. package/lib/design-tokens/brands copy/marketing/button.scss +0 -225
  208. package/lib/design-tokens/brands copy/marketing/content.scss +0 -29
  209. package/lib/design-tokens/brands copy/marketing/desktop-menu.scss +0 -5
  210. package/lib/design-tokens/brands copy/marketing/fontFamilies.scss +0 -4
  211. package/lib/design-tokens/brands copy/marketing/fontSize.scss +0 -17
  212. package/lib/design-tokens/brands copy/marketing/fontWeights.scss +0 -7
  213. package/lib/design-tokens/brands copy/marketing/footer.scss +0 -9
  214. package/lib/design-tokens/brands copy/marketing/header.scss +0 -81
  215. package/lib/design-tokens/brands copy/marketing/icon-size.scss +0 -6
  216. package/lib/design-tokens/brands copy/marketing/letterSpacing.scss +0 -9
  217. package/lib/design-tokens/brands copy/marketing/lineHeights.scss +0 -22
  218. package/lib/design-tokens/brands copy/marketing/link.scss +0 -4
  219. package/lib/design-tokens/brands copy/marketing/paragraphIndent.scss +0 -4
  220. package/lib/design-tokens/brands copy/marketing/paragraphSpacing.scss +0 -4
  221. package/lib/design-tokens/brands copy/marketing/progress-meter.scss +0 -4
  222. package/lib/design-tokens/brands copy/marketing/shadow.scss +0 -8
  223. package/lib/design-tokens/brands copy/marketing/spacing.scss +0 -21
  224. package/lib/design-tokens/brands copy/marketing/textCase.scss +0 -5
  225. package/lib/design-tokens/brands copy/marketing/textDecoration.scss +0 -5
  226. package/lib/design-tokens/brands copy/marketing/tokens-all-marketing.scss +0 -633
  227. package/lib/design-tokens/brands copy/marketing/tokens-brand.scss +0 -32
  228. package/lib/design-tokens/brands copy/minimalist/_base.scss +0 -81
  229. package/lib/design-tokens/brands copy/minimalist/asset.scss +0 -6
  230. package/lib/design-tokens/brands copy/minimalist/badge.scss +0 -5
  231. package/lib/design-tokens/brands copy/minimalist/bg.scss +0 -34
  232. package/lib/design-tokens/brands copy/minimalist/border-style.scss +0 -5
  233. package/lib/design-tokens/brands copy/minimalist/border.scss +0 -17
  234. package/lib/design-tokens/brands copy/minimalist/borderRadius.scss +0 -15
  235. package/lib/design-tokens/brands copy/minimalist/borderWidth.scss +0 -11
  236. package/lib/design-tokens/brands copy/minimalist/breakpoint.scss +0 -9
  237. package/lib/design-tokens/brands copy/minimalist/button.scss +0 -225
  238. package/lib/design-tokens/brands copy/minimalist/content.scss +0 -29
  239. package/lib/design-tokens/brands copy/minimalist/desktop-menu.scss +0 -5
  240. package/lib/design-tokens/brands copy/minimalist/fontFamilies.scss +0 -4
  241. package/lib/design-tokens/brands copy/minimalist/fontFamily.scss +0 -4
  242. package/lib/design-tokens/brands copy/minimalist/fontSize.scss +0 -17
  243. package/lib/design-tokens/brands copy/minimalist/fontWeights.scss +0 -6
  244. package/lib/design-tokens/brands copy/minimalist/footer.scss +0 -9
  245. package/lib/design-tokens/brands copy/minimalist/header.scss +0 -81
  246. package/lib/design-tokens/brands copy/minimalist/icon-size.scss +0 -6
  247. package/lib/design-tokens/brands copy/minimalist/letterSpacing.scss +0 -9
  248. package/lib/design-tokens/brands copy/minimalist/lineHeights.scss +0 -20
  249. package/lib/design-tokens/brands copy/minimalist/paragraphIndent.scss +0 -4
  250. package/lib/design-tokens/brands copy/minimalist/paragraphSpacing.scss +0 -4
  251. package/lib/design-tokens/brands copy/minimalist/progress-meter.scss +0 -4
  252. package/lib/design-tokens/brands copy/minimalist/shadow.scss +0 -8
  253. package/lib/design-tokens/brands copy/minimalist/spacing.scss +0 -20
  254. package/lib/design-tokens/brands copy/minimalist/textCase.scss +0 -5
  255. package/lib/design-tokens/brands copy/minimalist/textDecoration.scss +0 -5
  256. package/lib/design-tokens/brands copy/minimalist/tokens-all-minimalist.scss +0 -567
  257. package/lib/design-tokens/brands copy/minimalist/tokens-brand.scss +0 -32
@@ -1 +1 @@
1
- {"version":3,"file":"tokens_cre8-a2ui.module.js","sourceRoot":"","sources":["../../../../../design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qFAiwBwE,CAAC;AACtF,eAAe,IAAI,CAAC","sourcesContent":["const a2ui = `\n@font-face {\n\tfont-family: 'Plus Jakarta Sans';\n\tfont-style: normal;\n\tfont-weight: 400;\n\tsrc: url('/assets/fonts/PlusJakartaSans-Regular.woff2') format('woff2');\n\tfont-display: fallback;\n}\n\n@font-face {\n\tfont-family: 'Plus Jakarta Sans';\n\tfont-style: medium;\n\tfont-weight: 500;\n\tsrc: url('/assets/fonts/PlusJakartaSans-Medium.woff2') format('woff2');\n\tfont-display: fallback;\n}\n\n@font-face {\n\tfont-family: 'Plus Jakarta Sans';\n\tfont-style: medium;\n\tfont-weight: 600;\n\tsrc: url('/assets/fonts/PlusJakartaSans-SemiBold.woff2') format('woff2');\n\tfont-display: fallback;\n}\n\n@font-face {\n\tfont-family: 'Plus Jakarta Sans';\n\tfont-style: normal;\n\tfont-weight: 700;\n\tsrc: url('/assets/fonts/PlusJakartaSans-Bold.woff2') format('woff2');\n\tfont-display: fallback;\n}\n\n:root {\n --cre8-desktop-menu-padding-vertical-padding: 1rem;\n --cre8-desktop-menu-padding-horizontal-padding: 0.5rem;\n --cre8-color-header-bg-default: #ffffff;\n --cre8-color-header-inverse-bg-default: #3B82F6;\n --cre8-color-header-menu-bg-default: #ffffff;\n --cre8-color-header-menu-inverse-bg-default: #3B82F6;\n --cre8-color-header-menu-bg-hover: #F8FAFC;\n --cre8-color-header-menu-inverse-bg-hover: #2563EB;\n --cre8-color-header-menu-bg-focus: #F8FAFC;\n --cre8-color-header-menu-inverse-bg-focus: #2563EB;\n --cre8-color-header-menu-bg-active: #E2E8F0;\n --cre8-color-header-menu-inverse-bg-active: #1D4ED8;\n --cre8-color-header-menu-bg-pressed: #E2E8F0;\n --cre8-color-header-menu-inverse-bg-pressed: #1D4ED8;\n --cre8-color-header-menu-bg-selected: #F8FAFC;\n --cre8-color-header-menu-inverse-bg-selected: #2563EB;\n --cre8-color-header-menu-content-default: #3B82F6;\n --cre8-color-header-menu-inverse-content-default: #ffffff;\n --cre8-color-header-menu-content-hover: #2563EB;\n --cre8-color-header-menu-inverse-content-hover: #ffffff;\n --cre8-color-header-menu-content-focus: #3B82F6;\n --cre8-color-header-menu-inverse-content-focus: #ffffff;\n --cre8-color-header-menu-content-active: #1D4ED8;\n --cre8-color-header-menu-inverse-content-active: #ffffff;\n --cre8-color-header-menu-content-pressed: #1D4ED8;\n --cre8-color-header-menu-inverse-content-pressed: #ffffff;\n --cre8-color-header-menu-content-selected: #2563EB;\n --cre8-color-header-menu-inverse-content-selected: #ffffff;\n --cre8-color-header-menu-border-default: rgba(15, 23, 42, 0.0);\n --cre8-color-header-menu-inverse-border-default: rgba(15, 23, 42, 0.0);\n --cre8-color-header-menu-border-hover: rgba(15, 23, 42, 0.0);\n --cre8-color-header-menu-inverse-border-hover: #ffffff;\n --cre8-color-header-menu-border-focus: #2563EB;\n --cre8-color-header-menu-inverse-border-focus: #ffffff;\n --cre8-color-header-menu-border-active: #3B82F6;\n --cre8-color-header-menu-inverse-border-active: #ffffff;\n --cre8-color-header-menu-border-pressed: #3B82F6;\n --cre8-color-header-menu-inverse-border-pressed: #ffffff;\n --cre8-color-header-menu-border-selected: #2563EB;\n --cre8-color-header-menu-inverse-border-selected: #F8FAFC;\n --cre8-color-header-submenu-bg-default: #ffffff;\n --cre8-color-header-submenu-inverse-bg-default: #3B82F6;\n --cre8-color-header-submenu-bg-hover: #F8FAFC;\n --cre8-color-header-submenu-inverse-bg-hover: #2563EB;\n --cre8-color-header-submenu-bg-focus: #ffffff;\n --cre8-color-header-submenu-inverse-bg-focus: #3B82F6;\n --cre8-color-header-submenu-bg-active: #E2E8F0;\n --cre8-color-header-submenu-inverse-bg-active: #1D4ED8;\n --cre8-color-header-submenu-bg-pressed: #E2E8F0;\n --cre8-color-header-submenu-inverse-bg-pressed: #1D4ED8;\n --cre8-color-header-submenu-bg-selected: #F8FAFC;\n --cre8-color-header-submenu-inverse-bg-selected: #2563EB;\n --cre8-color-header-submenu-content-default: #3B82F6;\n --cre8-color-header-submenu-inverse-content-default: #ffffff;\n --cre8-color-header-submenu-content-hover: #2563EB;\n --cre8-color-header-submenu-inverse-content-hover: #ffffff;\n --cre8-color-header-submenu-content-focus: #2563EB;\n --cre8-color-header-submenu-inverse-content-focus: #ffffff;\n --cre8-color-header-submenu-content-active: #1D4ED8;\n --cre8-color-header-submenu-inverse-content-active: #ffffff;\n --cre8-color-header-submenu-content-pressed: #1D4ED8;\n --cre8-color-header-submenu-inverse-content-pressed: #ffffff;\n --cre8-color-header-submenu-content-selected: #3B82F6;\n --cre8-color-header-submenu-inverse-content-selected: #ffffff;\n --cre8-color-header-submenu-border-default: #ffffff;\n --cre8-color-header-submenu-inverse-border-default: #3B82F6;\n --cre8-color-header-submenu-border-hover: #F8FAFC;\n --cre8-color-header-submenu-inverse-border-hover: #2563EB;\n --cre8-color-header-submenu-border-focus: #3B82F6;\n --cre8-color-header-submenu-inverse-border-focus: #ffffff;\n --cre8-color-header-submenu-border-active: #E2E8F0;\n --cre8-color-header-submenu-inverse-border-active: #1D4ED8;\n --cre8-color-header-submenu-border-pressed: #E2E8F0;\n --cre8-color-header-submenu-inverse-border-pressed: #1D4ED8;\n --cre8-color-header-submenu-border-selected: #2563EB;\n --cre8-color-header-submenu-inverse-border-selected: #F8FAFC;\n --cre8-color-header-bg-secondary: #3B82F6;\n --cre8-color-header-inverse-bg-secondary: #ffffff;\n --cre8-color-header-bg-tertiary: #3B82F6;\n --cre8-color-header-inverse-bg-tertiary: #ffffff;\n --cre8-color-footer-bg-default: #1E40AF;\n --cre8-color-footer-bg-secondary: #F8FAFC;\n --cre8-color-footer-content-secondary: #ffffff;\n --cre8-color-footer-link-hover: #93C5FD;\n --cre8-color-footer-link-default: #93C5FD;\n --cre8-spacing-0: 0rem;\n --cre8-spacing-2: 0.125rem;\n --cre8-spacing-4: 0.25rem;\n --cre8-spacing-6: 0.375rem;\n --cre8-spacing-8: 0.5rem;\n --cre8-spacing-12: 0.75rem;\n --cre8-spacing-14: 0.875rem;\n --cre8-spacing-16: 1rem;\n --cre8-spacing-18: 1.125rem;\n --cre8-spacing-24: 1.5rem;\n --cre8-spacing-32: 2rem;\n --cre8-spacing-40: 2.5rem;\n --cre8-spacing-48: 3rem;\n --cre8-spacing-64: 4rem;\n --cre8-spacing-80: 5rem;\n --cre8-spacing-96: 6rem;\n --cre8-spacing-120: 7.5rem;\n --cre8-spacing-160: 10rem;\n --cre8-color-button-primary-bg: #3B82F6;\n --cre8-color-button-primary-inverse-bg: #BFDBFE;\n --cre8-color-button-primary-bg-hover: #2563EB;\n --cre8-color-button-primary-inverse-bg-hover: #93C5FD;\n --cre8-color-button-primary-bg-active: #1D4ED8;\n --cre8-color-button-primary-inverse-bg-active: #60A5FA;\n --cre8-color-button-primary-bg-disabled: #E2E8F0;\n --cre8-color-button-primary-inverse-bg-disabled: #64748B;\n --cre8-color-button-primary-content: #ffffff;\n --cre8-color-button-primary-inverse-content: #1E40AF;\n --cre8-color-button-primary-content-hover: #ffffff;\n --cre8-color-button-primary-inverse-content-hover: #1E40AF;\n --cre8-color-button-primary-content-active: #ffffff;\n --cre8-color-button-primary-inverse-content-active: #1E40AF;\n --cre8-color-button-primary-content-disabled: #475569;\n --cre8-color-button-primary-inverse-content-disabled: #1E293B;\n --cre8-color-button-primary-border: #3B82F6;\n --cre8-color-button-primary-inverse-border: #BFDBFE;\n --cre8-color-button-primary-border-hover: #2563EB;\n --cre8-color-button-primary-inverse-border-hover: #93C5FD;\n --cre8-color-button-primary-border-active: #1D4ED8;\n --cre8-color-button-primary-inverse-border-active: #60A5FA;\n --cre8-color-button-primary-border-disabled: #E2E8F0;\n --cre8-color-button-primary-inverse-border-disabled: #64748B;\n --cre8-color-button-primary-outline: #1D4ED8;\n --cre8-color-button-primary-inverse-outline: #BFDBFE;\n --cre8-color-button-primary-danger-bg: #EC4899;\n --cre8-color-button-primary-danger-inverse-bg: #F9A8D4;\n --cre8-color-button-primary-danger-bg-hover: #DB2777;\n --cre8-color-button-primary-danger-inverse-bg-hover: #FBCFE8;\n --cre8-color-button-primary-danger-bg-active: #BE185D;\n --cre8-color-button-primary-danger-inverse-bg-active: #FCE7F3;\n --cre8-color-button-primary-danger-bg-disabled: #E2E8F0;\n --cre8-color-button-primary-danger-inverse-bg-disabled: #64748B;\n --cre8-color-button-primary-danger-content: #ffffff;\n --cre8-color-button-primary-danger-inverse-content: #0F172A;\n --cre8-color-button-primary-danger-content-hover: #ffffff;\n --cre8-color-button-primary-danger-inverse-content-hover: #0F172A;\n --cre8-color-button-primary-danger-content-active: #ffffff;\n --cre8-color-button-primary-danger-inverse-content-active: #0F172A;\n --cre8-color-button-primary-danger-content-disabled: #475569;\n --cre8-color-button-primary-danger-inverse-content-disabled: #1E293B;\n --cre8-color-button-primary-danger-border: #EC4899;\n --cre8-color-button-primary-danger-inverse-border: #F9A8D4;\n --cre8-color-button-primary-danger-border-hover: #DB2777;\n --cre8-color-button-primary-danger-inverse-border-hover: #FBCFE8;\n --cre8-color-button-primary-danger-border-active: #BE185D;\n --cre8-color-button-primary-danger-inverse-border-active: #FCE7F3;\n --cre8-color-button-primary-danger-border-disabled: #E2E8F0;\n --cre8-color-button-primary-danger-inverse-border-disabled: #64748B;\n --cre8-color-button-primary-danger-outline: #1D4ED8;\n --cre8-color-button-primary-danger-inverse-outline: #BFDBFE;\n --cre8-color-button-secondary-neutral-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-neutral-inverse-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-neutral-content: #0F172A;\n --cre8-color-button-secondary-neutral-inverse-content: #ffffff;\n --cre8-color-button-secondary-neutral-border: #0F172A;\n --cre8-color-button-secondary-neutral-inverse-border: #ffffff;\n --cre8-color-button-secondary-neutral-bg-hover: rgba(15, 23, 42, 0.10);\n --cre8-color-button-secondary-neutral-inverse-bg-hover: rgba(15, 23, 42, 0.20);\n --cre8-color-button-secondary-neutral-content-hover: #0F172A;\n --cre8-color-button-secondary-neutral-inverse-content-hover: #ffffff;\n --cre8-color-button-secondary-neutral-border-hover: #0F172A;\n --cre8-color-button-secondary-neutral-inverse-border-hover: #ffffff;\n --cre8-color-button-secondary-neutral-border-active: #0F172A;\n --cre8-color-button-secondary-neutral-inverse-border-active: #ffffff;\n --cre8-color-button-secondary-neutral-bg-active: rgba(15, 23, 42, 0.20);\n --cre8-color-button-secondary-neutral-inverse-bg-active: rgba(15, 23, 42, 0.50);\n --cre8-color-button-secondary-neutral-content-active: #0F172A;\n --cre8-color-button-secondary-neutral-inverse-content-active: #ffffff;\n --cre8-color-button-secondary-neutral-bg-disabled: #E2E8F0;\n --cre8-color-button-secondary-neutral-inverse-bg-disabled: #64748B;\n --cre8-color-button-secondary-neutral-border-disabled: #E2E8F0;\n --cre8-color-button-secondary-neutral-inverse-border-disabled: #64748B;\n --cre8-color-button-secondary-neutral-content-disabled: #475569;\n --cre8-color-button-secondary-neutral-inverse-content-disabled: #1E293B;\n --cre8-color-button-secondary-neutral-outline: #1E3A8A;\n --cre8-color-button-secondary-neutral-inverse-outline: #BFDBFE;\n --cre8-color-button-secondary-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-inverse-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-bg-hover: #EFF6FF;\n --cre8-color-button-secondary-inverse-bg-hover: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-bg-active: #DBEAFE;\n --cre8-color-button-secondary-inverse-bg-active: #1E3A8A;\n --cre8-color-button-secondary-bg-disabled: #E2E8F0;\n --cre8-color-button-secondary-inverse-bg-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-content: #3B82F6;\n --cre8-color-button-secondary-inverse-content: #BFDBFE;\n --cre8-color-button-secondary-content-hover: #2563EB;\n --cre8-color-button-secondary-inverse-content-hover: #93C5FD;\n --cre8-color-button-secondary-content-active: #1D4ED8;\n --cre8-color-button-secondary-inverse-content-active: #60A5FA;\n --cre8-color-button-secondary-content-disabled: #475569;\n --cre8-color-button-secondary-inverse-content-disabled: #64748B;\n --cre8-color-button-secondary-border: #3B82F6;\n --cre8-color-button-secondary-inverse-border: #BFDBFE;\n --cre8-color-button-secondary-border-hover: #2563EB;\n --cre8-color-button-secondary-inverse-border-hover: #93C5FD;\n --cre8-color-button-secondary-border-active: #1D4ED8;\n --cre8-color-button-secondary-inverse-border-active: #60A5FA;\n --cre8-color-button-secondary-border-disabled: #64748B;\n --cre8-color-button-secondary-inverse-border-disabled: #64748B;\n --cre8-color-button-secondary-outline: #1D4ED8;\n --cre8-color-button-secondary-inverse-outline: #93C5FD;\n --cre8-color-button-secondary-danger-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-danger-inverse-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-danger-bg-hover: #DB2777;\n --cre8-color-button-secondary-danger-inverse-bg-hover: #FBCFE8;\n --cre8-color-button-secondary-danger-bg-active: #BE185D;\n --cre8-color-button-secondary-danger-inverse-bg-active: #FCE7F3;\n --cre8-color-button-secondary-danger-bg-disabled: #E2E8F0;\n --cre8-color-button-secondary-danger-inverse-bg-disabled: #64748B;\n --cre8-color-button-secondary-danger-content: #EC4899;\n --cre8-color-button-secondary-danger-inverse-content: #F472B6;\n --cre8-color-button-secondary-danger-content-hover: #ffffff;\n --cre8-color-button-secondary-danger-inverse-content-hover: #0F172A;\n --cre8-color-button-secondary-danger-content-active: #ffffff;\n --cre8-color-button-secondary-danger-inverse-content-active: #0F172A;\n --cre8-color-button-secondary-danger-content-disabled: #475569;\n --cre8-color-button-secondary-danger-inverse-content-disabled: #1E293B;\n --cre8-color-button-secondary-danger-border: #EC4899;\n --cre8-color-button-secondary-danger-inverse-border: #F472B6;\n --cre8-color-button-secondary-danger-border-hover: #DB2777;\n --cre8-color-button-secondary-danger-inverse-border-hover: #FBCFE8;\n --cre8-color-button-secondary-danger-border-active: #BE185D;\n --cre8-color-button-secondary-danger-inverse-border-active: #FCE7F3;\n --cre8-color-button-secondary-danger-border-disabled: #E2E8F0;\n --cre8-color-button-secondary-danger-inverse-border-disabled: #64748B;\n --cre8-color-button-secondary-danger-outline: #1D4ED8;\n --cre8-color-button-secondary-danger-inverse-outline: #BFDBFE;\n --cre8-color-button-tertiary-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-inverse-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-bg-hover: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-inverse-bg-hover: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-bg-active: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-inverse-bg-active: #172554;\n --cre8-color-button-tertiary-bg-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-inverse-bg-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-content: #3B82F6;\n --cre8-color-button-tertiary-inverse-content: #BFDBFE;\n --cre8-color-button-tertiary-content-hover: #2563EB;\n --cre8-color-button-tertiary-inverse-content-hover: #93C5FD;\n --cre8-color-button-tertiary-content-active: #1D4ED8;\n --cre8-color-button-tertiary-inverse-content-active: #60A5FA;\n --cre8-color-button-tertiary-content-disabled: #475569;\n --cre8-color-button-tertiary-inverse-content-disabled: #64748B;\n --cre8-color-button-tertiary-border: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-inverse-border: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-border-hover: #2563EB;\n --cre8-color-button-tertiary-inverse-border-hover: #93C5FD;\n --cre8-color-button-tertiary-border-active: #1D4ED8;\n --cre8-color-button-tertiary-inverse-border-active: #60A5FA;\n --cre8-color-button-tertiary-border-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-inverse-border-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-outline: #1D4ED8;\n --cre8-color-button-tertiary-inverse-outline: #93C5FD;\n --cre8-color-button-tertiary-neutral-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-content: #0F172A;\n --cre8-color-button-tertiary-neutral-inverse-content: #ffffff;\n --cre8-color-button-tertiary-neutral-border: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-border: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-bg-hover: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-bg-hover: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-content-hover: #0F172A;\n --cre8-color-button-tertiary-neutral-inverse-content-hover: #ffffff;\n --cre8-color-button-tertiary-neutral-border-hover: #0F172A;\n --cre8-color-button-tertiary-neutral-inverse-border-hover: #ffffff;\n --cre8-color-button-tertiary-neutral-border-active: #0F172A;\n --cre8-color-button-tertiary-neutral-inverse-border-active: #ffffff;\n --cre8-color-button-tertiary-neutral-bg-active: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-bg-active: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-content-active: #0F172A;\n --cre8-color-button-tertiary-neutral-inverse-content-active: #ffffff;\n --cre8-color-button-tertiary-neutral-bg-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-bg-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-border-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-border-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-content-disabled: #475569;\n --cre8-color-button-tertiary-neutral-inverse-content-disabled: #1E293B;\n --cre8-color-button-tertiary-neutral-outline: #1E3A8A;\n --cre8-color-button-tertiary-neutral-inverse-outline: #BFDBFE;\n --cre8-color-button-tertiary-danger-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-danger-inverse-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-danger-bg-hover: #DB2777;\n --cre8-color-button-tertiary-danger-inverse-bg-hover: #FBCFE8;\n --cre8-color-button-tertiary-danger-bg-active: #BE185D;\n --cre8-color-button-tertiary-danger-inverse-bg-active: #FCE7F3;\n --cre8-color-button-tertiary-danger-bg-disabled: #E2E8F0;\n --cre8-color-button-tertiary-danger-inverse-bg-disabled: #64748B;\n --cre8-color-button-tertiary-danger-content: #EC4899;\n --cre8-color-button-tertiary-danger-inverse-content: #F472B6;\n --cre8-color-button-tertiary-danger-content-hover: #ffffff;\n --cre8-color-button-tertiary-danger-inverse-content-hover: #0F172A;\n --cre8-color-button-tertiary-danger-content-active: #ffffff;\n --cre8-color-button-tertiary-danger-inverse-content-active: #0F172A;\n --cre8-color-button-tertiary-danger-content-disabled: #475569;\n --cre8-color-button-tertiary-danger-inverse-content-disabled: #1E293B;\n --cre8-color-button-tertiary-danger-border: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-danger-inverse-border: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-danger-border-hover: #DB2777;\n --cre8-color-button-tertiary-danger-inverse-border-hover: #FBCFE8;\n --cre8-color-button-tertiary-danger-border-active: #BE185D;\n --cre8-color-button-tertiary-danger-inverse-border-active: #FCE7F3;\n --cre8-color-button-tertiary-danger-border-disabled: #E2E8F0;\n --cre8-color-button-tertiary-danger-inverse-border-disabled: #64748B;\n --cre8-color-button-tertiary-danger-outline: #1D4ED8;\n --cre8-color-button-tertiary-danger-inverse-outline: #BFDBFE;\n --cre8-button-padding-vertical-small: 0.5rem;\n --cre8-button-padding-vertical-medium: 0.75rem;\n --cre8-button-padding-vertical-large: 1rem;\n --cre8-button-padding-vertical-icon-only: 0.5rem;\n --cre8-button-padding-vertical-small-icon-only: 0.5rem;\n --cre8-button-padding-vertical-medium-icon-only: 1rem;\n --cre8-button-padding-vertical-large-icon-only: 1rem;\n --cre8-button-padding-horizontal-small: 1rem;\n --cre8-button-padding-horizontal-medium: 1.5rem;\n --cre8-button-padding-horizontal-large: 2rem;\n --cre8-button-padding-horizontal-icon-only: 0.5rem;\n --cre8-button-padding-horizontal-small-icon-only: 0.5rem;\n --cre8-button-padding-horizontal-medium-icon-only: 1rem;\n --cre8-button-padding-horizontal-large-icon-only: 1rem;\n --cre8-color-bg-default: #ffffff;\n --cre8-color-bg-default-hover: #F8FAFC;\n --cre8-color-bg-default-active: #DBEAFE;\n --cre8-color-bg-subtle: #F1F5F9;\n --cre8-color-bg-moderate: #94A3B8;\n --cre8-color-bg-inverse-moderate: #64748B;\n --cre8-color-bg-strong: #1E293B;\n --cre8-color-bg-disabled: #E2E8F0;\n --cre8-color-bg-brand: #ffffff;\n --cre8-color-bg-brand-active: #BFDBFE;\n --cre8-color-bg-brand-hover: #DBEAFE;\n --cre8-color-bg-brand-strong: #3B82F6;\n --cre8-color-bg-brand-strong-hover: #2563EB;\n --cre8-color-bg-brand-strong-active: #1D4ED8;\n --cre8-color-bg-brand-xstrong: #1E40AF;\n --cre8-color-bg-brand-xstrong-hover: #1D4ED8;\n --cre8-color-bg-brand-xstrong-active: #1E3A8A;\n --cre8-color-bg-success: #ECFEFF;\n --cre8-color-bg-success-strong: #06B6D4;\n --cre8-color-bg-error: #FDF2F8;\n --cre8-color-bg-error-strong: #EC4899;\n --cre8-color-bg-warning: #FFFBEB;\n --cre8-color-bg-warning-strong: #F59E0B;\n --cre8-color-bg-info: #EFF6FF;\n --cre8-color-bg-info-strong: #3B82F6;\n --cre8-color-bg-attention: #ffffff;\n --cre8-color-bg-attention-strong: #60A5FA;\n --cre8-color-bg-opacity-transparent: rgba(15, 23, 42, 0.0);\n --cre8-color-bg-opacity-default: rgba(15, 23, 42, 0.50);\n --cre8-color-bg-active: #0F172A;\n --cre8-color-bg-inverse-active: #ffffff;\n --cre8-color-content-default: #0F172A;\n --cre8-color-content-subtle: #64748B;\n --cre8-color-content-disabled: #94A3B8;\n --cre8-color-content-knockout: #ffffff;\n --cre8-color-content-brand: #3B82F6;\n --cre8-color-content-brand-strong: #2563EB;\n --cre8-color-content-brand-knockout: #ECFEFF;\n --cre8-color-content-success: #0891B2;\n --cre8-color-content-success-icon: #0891B2;\n --cre8-color-content-error: #DB2777;\n --cre8-color-content-error-icon: #DB2777;\n --cre8-color-content-warning-icon: #D97706;\n --cre8-color-content-info-icon: #3B82F6;\n --cre8-color-content-attention-icon: #60A5FA;\n --cre8-color-content-link: #3B82F6;\n --cre8-color-content-inverse-link: #BFDBFE;\n --cre8-color-content-link-hover: #2563EB;\n --cre8-color-content-inverse-link-hover: #93C5FD;\n --cre8-color-content-link-focus: #ffffff;\n --cre8-color-content-inverse-link-focus: #0F172A;\n --cre8-color-content-link-visited: #7C3AED;\n --cre8-color-content-inverse-link-visited: #E9D5FF;\n --cre8-color-content-link-disabled: #475569;\n --cre8-color-content-inverse-link-disabled: #E2E8F0;\n --cre8-color-content-link-active: #1D4ED8;\n --cre8-color-content-inverse-link-active: #60A5FA;\n --cre8-color-border-default: #E2E8F0;\n --cre8-color-border-strong: #64748B;\n --cre8-color-border-knockout: #ffffff;\n --cre8-color-border-disabled: #CBD5E1;\n --cre8-color-border-brand: #3B82F6;\n --cre8-color-border-brand-subtle: #93C5FD;\n --cre8-color-border-brand-strong: #2563EB;\n --cre8-color-border-success: #22D3EE;\n --cre8-color-border-error: #F472B6;\n --cre8-color-border-warning: #FBBF24;\n --cre8-color-border-info: #3B82F6;\n --cre8-color-border-attention: #60A5FA;\n --cre8-color-border-transparent: rgba(15, 23, 42, 0.0);\n --cre8-color-border-active-outline: #2563EB;\n --cre8-color-border-inverse-active-outline: #BFDBFE;\n --cre8-font-size-0: 0.75rem;\n --cre8-font-size-1: 0.875rem;\n --cre8-font-size-2: 1rem;\n --cre8-font-size-3: 1.125rem;\n --cre8-font-size-4: 1.25rem;\n --cre8-font-size-5: 1.5rem;\n --cre8-font-size-6: 1.75rem;\n --cre8-font-size-7: 2rem;\n --cre8-font-size-8: 2.5rem;\n --cre8-font-size-9: 3rem;\n --cre8-font-size-10: 3.5rem;\n --cre8-font-size-11: 4rem;\n --cre8-font-size-12: 4.5rem;\n --cre8-font-size-13: 5rem;\n --cre8-letter-spacing-0: -1.5;\n --cre8-letter-spacing-1: -1;\n --cre8-letter-spacing-2: -0.5;\n --cre8-letter-spacing-3: 0;\n --cre8-letter-spacing-4: 2;\n --cre8-letter-spacing-5: 1;\n --cre8-letter-spacing-6: 1.5;\n --cre8-paragraph-spacing-0: 0;\n --cre8-text-case-none: none;\n --cre8-text-case-uppercase: uppercase;\n --cre8-text-decoration-none: none;\n --cre8-text-decoration-underline: underline;\n --cre8-paragraph-indent-0: 0px;\n --cre8-border-radius-small: 12px;\n --cre8-border-radius-default: 900px;\n --cre8-border-radius-large: 24px;\n --cre8-border-radius-round: 900px;\n --cre8-border-radius-button: 900px;\n --cre8-border-radius-badge: 900px;\n --cre8-border-radius-tabs: 12px;\n --cre8-border-radius-container: 24px;\n --cre8-border-radius-field: 12px;\n --cre8-border-radius-field-brand: 12px;\n --cre8-border-radius-brand: 900px;\n --cre8-border-radius-none: 0px;\n --cre8-border-width-none: 0rem;\n --cre8-border-width-default: 0.0625rem;\n --cre8-border-width-focus: 0.125rem;\n --cre8-border-width-large: 0.25rem;\n --cre8-border-width-button-tertiary-outline-focus: 0.125rem;\n --cre8-border-width-button-default: 0.125rem;\n --cre8-border-width-tab-selected: 0.125rem;\n --cre8-border-width-tab-default: 0.125rem;\n --cre8-border-style-button-tertiary-outline-focus: solid;\n --cre8-border-style-default: solid;\n --cre8-shadow-default: 0 4px 12px 0 rgba(15,23,42,0.08);\n --cre8-shadow-button: none;\n --cre8-shadow-none: none;\n --cre8-shadow-large: 0 8px 24px 0 rgba(15,23,42,0.12);\n --cre8-shadow-small: 0 1px 3px 0 rgba(15,23,42,0.06);\n --cre8-color-link-bg-active: #0F172A;\n --cre8-font-families-inter: \"Plus Jakarta Sans\", sans-serif;\n --cre8-font-weights-inter-0: 400;\n --cre8-font-weights-inter-1: 500;\n --cre8-font-weights-inter-2: 700;\n --cre8-font-weights-inter-3: 600;\n --cre8-line-heights-0: 1.25;\n --cre8-line-heights-1: 1.12;\n --cre8-line-heights-2: 1.1400000000000001;\n --cre8-line-heights-3: 1.2;\n --cre8-line-heights-4: 1.3;\n --cre8-line-heights-5: 1.33;\n --cre8-line-heights-6: 1.4000000000000001;\n --cre8-line-heights-7: 1.5;\n --cre8-line-heights-8: 1.43;\n --cre8-line-heights-9: 1.11;\n --cre8-line-heights-10: 1.1300000000000001;\n --cre8-line-heights-11: 1.16;\n --cre8-line-heights-12: 0.48;\n --cre8-line-heights-13: 0.4;\n --cre8-line-heights-14: 0.32;\n --cre8-line-heights-15: 0.28;\n --cre8-line-heights-16: 0.24;\n --cre8-line-heights-17: 0.2;\n --cre8-line-heights-18: 0.16;\n --cre8-icon-size-small: 0.875rem;\n --cre8-icon-size-default: 1rem;\n --cre8-icon-size-large: 1.125rem;\n --cre8-badge-padding-horizontal: 0.375rem;\n --cre8-badge-padding-vertical: 0.125rem;\n --cre8-progress-meter-height: 0.5rem;\n --cre8-breakpoint-xsm: 375px;\n --cre8-breakpoint-sm: 560px;\n --cre8-breakpoint-md: 768px;\n --cre8-breakpoint-lg: 960px;\n --cre8-breakpoint-xl: 1200px;\n --cre8-breakpoint-xxl: 1400px;\n}\n\n:root{--cre8-typography-body-xlarge-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-xlarge-font-size: var(--cre8-font-size-5);\n --cre8-typography-body-xlarge-font-weight: var(--cre8-font-weights-inter-0);\n --cre8-typography-body-xlarge-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-xlarge-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-xlarge-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-xlarge-strong-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-xlarge-strong-font-size: var(--cre8-font-size-5);\n --cre8-typography-body-xlarge-strong-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-xlarge-strong-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-xlarge-strong-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-xlarge-strong-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-xlarge-link-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-xlarge-link-font-size: var(--cre8-font-size-5);\n --cre8-typography-body-xlarge-link-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-xlarge-link-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-xlarge-link-text-decoration: var(--cre8-text-decoration-underline);\n --cre8-typography-body-xlarge-link-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-large-font-size: var(--cre8-font-size-3);\n --cre8-typography-body-large-font-weight: var(--cre8-font-weights-inter-0);\n --cre8-typography-body-large-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-large-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-large-strong-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-large-strong-font-size: var(--cre8-font-size-3);\n --cre8-typography-body-large-strong-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-large-strong-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-large-strong-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-large-strong-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-default-font-size: var(--cre8-font-size-2);\n --cre8-typography-body-default-font-weight: var(--cre8-font-weights-inter-0);\n --cre8-typography-body-default-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-default-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-default-strong-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-default-strong-font-size: var(--cre8-font-size-2);\n --cre8-typography-body-default-strong-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-default-strong-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-default-strong-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-default-strong-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-small-font-size: var(--cre8-font-size-1);\n --cre8-typography-body-small-font-weight: var(--cre8-font-weights-inter-0);\n --cre8-typography-body-small-line-height: var(--cre8-line-heights-8);\n --cre8-typography-body-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-small-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-small-strong-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-small-strong-font-size: var(--cre8-font-size-1);\n --cre8-typography-body-small-strong-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-small-strong-line-height: var(--cre8-line-heights-8);\n --cre8-typography-body-small-strong-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-small-strong-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-large-link-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-large-link-font-size: var(--cre8-font-size-3);\n --cre8-typography-body-large-link-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-large-link-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-large-link-text-decoration: var(--cre8-text-decoration-underline);\n --cre8-typography-body-large-link-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-default-link-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-default-link-font-size: var(--cre8-font-size-2);\n --cre8-typography-body-default-link-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-default-link-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-default-link-text-decoration: var(--cre8-text-decoration-underline);\n --cre8-typography-body-default-link-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-small-link-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-small-link-font-size: var(--cre8-font-size-1);\n --cre8-typography-body-small-link-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-small-link-line-height: var(--cre8-line-heights-8);\n --cre8-typography-body-small-link-text-decoration: var(--cre8-text-decoration-underline);\n --cre8-typography-body-small-link-text-transform: var(--cre8-text-case-none);\n--cre8-typography-label-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-label-default-font-size: var(--cre8-font-size-2);\n --cre8-typography-label-default-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-label-default-line-height: var(--cre8-line-heights-7);\n --cre8-typography-label-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-label-default-text-transform: var(--cre8-text-case-none);\n--cre8-typography-label-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-label-large-font-size: var(--cre8-font-size-3);\n --cre8-typography-label-large-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-label-large-line-height: var(--cre8-line-heights-5);\n --cre8-typography-label-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-label-large-text-transform: var(--cre8-text-case-none);\n--cre8-typography-label-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-label-small-font-size: var(--cre8-font-size-1);\n --cre8-typography-label-small-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-label-small-line-height: var(--cre8-line-heights-7);\n --cre8-typography-label-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-label-small-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-xlarge-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-xlarge-font-size: var(--cre8-font-size-8);\n --cre8-typography-title-xlarge-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-xlarge-line-height: var(--cre8-line-heights-4);\n --cre8-typography-title-xlarge-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-xlarge-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-xlarge-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-xlarge-mobile-font-size: var(--cre8-font-size-7);\n --cre8-typography-title-xlarge-mobile-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-xlarge-mobile-line-height: var(--cre8-line-heights-4);\n --cre8-typography-title-xlarge-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-xlarge-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-large-font-size: var(--cre8-font-size-6);\n --cre8-typography-title-large-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-large-line-height: var(--cre8-line-heights-1);\n --cre8-typography-title-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-large-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-large-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-large-mobile-font-size: var(--cre8-font-size-5);\n --cre8-typography-title-large-mobile-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-large-mobile-line-height: var(--cre8-line-heights-1);\n --cre8-typography-title-large-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-large-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-default-font-size: var(--cre8-font-size-5);\n --cre8-typography-title-default-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-default-line-height: var(--cre8-line-heights-2);\n --cre8-typography-title-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-default-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-default-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-default-mobile-font-size: var(--cre8-font-size-3);\n --cre8-typography-title-default-mobile-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-default-mobile-line-height: var(--cre8-line-heights-2);\n --cre8-typography-title-default-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-default-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-small-font-size: var(--cre8-font-size-3);\n --cre8-typography-title-small-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-small-line-height: var(--cre8-line-heights-6);\n --cre8-typography-title-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-small-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-small-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-small-mobile-font-size: var(--cre8-font-size-2);\n --cre8-typography-title-small-mobile-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-small-mobile-line-height: var(--cre8-line-heights-6);\n --cre8-typography-title-small-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-small-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-large-font-size: var(--cre8-font-size-9);\n --cre8-typography-headline-large-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-large-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-large-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-large-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-large-mobile-font-size: var(--cre8-font-size-8);\n --cre8-typography-headline-large-mobile-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-large-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-large-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-large-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-default-font-size: var(--cre8-font-size-8);\n --cre8-typography-headline-default-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-default-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-default-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-default-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-default-mobile-font-size: var(--cre8-font-size-7);\n --cre8-typography-headline-default-mobile-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-default-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-default-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-default-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-small-font-size: var(--cre8-font-size-7);\n --cre8-typography-headline-small-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-small-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-small-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-small-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-small-mobile-font-size: var(--cre8-font-size-6);\n --cre8-typography-headline-small-mobile-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-small-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-small-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-small-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-xsmall-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-xsmall-font-size: var(--cre8-font-size-5);\n --cre8-typography-headline-xsmall-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-xsmall-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-xsmall-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-xsmall-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-xsmall-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-xsmall-mobile-font-size: var(--cre8-font-size-5);\n --cre8-typography-headline-xsmall-mobile-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-xsmall-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-xsmall-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-xsmall-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-display-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-large-font-size: var(--cre8-font-size-13);\n --cre8-typography-display-large-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-large-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-large-text-transform: var(--cre8-text-case-none);\n--cre8-typography-display-large-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-large-mobile-font-size: var(--cre8-font-size-12);\n --cre8-typography-display-large-mobile-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-large-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-large-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-large-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-display-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-default-font-size: var(--cre8-font-size-11);\n --cre8-typography-display-default-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-default-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-default-text-transform: var(--cre8-text-case-none);\n--cre8-typography-display-default-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-default-mobile-font-size: var(--cre8-font-size-10);\n --cre8-typography-display-default-mobile-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-default-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-default-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-default-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-display-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-small-font-size: var(--cre8-font-size-9);\n --cre8-typography-display-small-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-small-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-small-text-transform: var(--cre8-text-case-none);\n--cre8-typography-display-small-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-small-mobile-font-size: var(--cre8-font-size-8);\n --cre8-typography-display-small-mobile-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-small-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-small-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-small-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-meta-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-meta-default-font-size: var(--cre8-font-size-2);\n --cre8-typography-meta-default-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-meta-default-line-height: var(--cre8-line-heights-3);\n --cre8-typography-meta-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-meta-default-text-transform: var(--cre8-text-case-uppercase);\n--cre8-typography-meta-default-sentence-case-font-family: var(--cre8-font-families-inter);\n --cre8-typography-meta-default-sentence-case-font-size: var(--cre8-font-size-2);\n --cre8-typography-meta-default-sentence-case-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-meta-default-sentence-case-line-height: var(--cre8-line-heights-11);\n --cre8-typography-meta-default-sentence-case-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-meta-default-sentence-case-text-transform: var(--cre8-text-case-none);\n--cre8-typography-meta-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-meta-large-font-size: var(--cre8-font-size-4);\n --cre8-typography-meta-large-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-meta-large-line-height: var(--cre8-line-heights-3);\n --cre8-typography-meta-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-meta-large-text-transform: var(--cre8-text-case-uppercase);\n--cre8-typography-meta-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-meta-small-font-size: var(--cre8-font-size-1);\n --cre8-typography-meta-small-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-meta-small-line-height: var(--cre8-line-heights-3);\n --cre8-typography-meta-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-meta-small-text-transform: var(--cre8-text-case-uppercase);}`;\nexport default a2ui;\n"]}
1
+ {"version":3,"file":"tokens_cre8-a2ui.module.js","sourceRoot":"","sources":["../../../../../design-tokens/brands/cre8-a2ui/css/tokens_cre8-a2ui.module.ts"],"names":[],"mappings":"AAAA,MAAM,IAAI,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qFAqwBwE,CAAC;AACtF,eAAe,IAAI,CAAC","sourcesContent":["const a2ui = `\n@font-face {\n\tfont-family: 'Plus Jakarta Sans';\n\tfont-style: normal;\n\tfont-weight: 400;\n\tsrc: url('/assets/fonts/PlusJakartaSans-Regular.woff2') format('woff2');\n\tfont-display: fallback;\n}\n\n@font-face {\n\tfont-family: 'Plus Jakarta Sans';\n\tfont-style: medium;\n\tfont-weight: 500;\n\tsrc: url('/assets/fonts/PlusJakartaSans-Medium.woff2') format('woff2');\n\tfont-display: fallback;\n}\n\n@font-face {\n\tfont-family: 'Plus Jakarta Sans';\n\tfont-style: medium;\n\tfont-weight: 600;\n\tsrc: url('/assets/fonts/PlusJakartaSans-SemiBold.woff2') format('woff2');\n\tfont-display: fallback;\n}\n\n@font-face {\n\tfont-family: 'Plus Jakarta Sans';\n\tfont-style: normal;\n\tfont-weight: 700;\n\tsrc: url('/assets/fonts/PlusJakartaSans-Bold.woff2') format('woff2');\n\tfont-display: fallback;\n}\n\n/**\n * cre8-a2ui: all tokens\n */\n\n:root {\n --cre8-desktop-menu-padding-vertical-padding: 1rem;\n --cre8-desktop-menu-padding-horizontal-padding: 0.5rem;\n --cre8-input-padding: .75rem 1rem;\n --cre8-input-label-margin-left: 1rem;\n --cre8-color-header-bg-default: #ffffff;\n --cre8-color-header-inverse-bg-default: #3B82F6;\n --cre8-color-header-menu-bg-default: #ffffff;\n --cre8-color-header-menu-inverse-bg-default: #3B82F6;\n --cre8-color-header-menu-bg-hover: #F8FAFC;\n --cre8-color-header-menu-inverse-bg-hover: #2563EB;\n --cre8-color-header-menu-bg-focus: #F8FAFC;\n --cre8-color-header-menu-inverse-bg-focus: #2563EB;\n --cre8-color-header-menu-bg-active: #E2E8F0;\n --cre8-color-header-menu-inverse-bg-active: #1D4ED8;\n --cre8-color-header-menu-bg-pressed: #E2E8F0;\n --cre8-color-header-menu-inverse-bg-pressed: #1D4ED8;\n --cre8-color-header-menu-bg-selected: #F8FAFC;\n --cre8-color-header-menu-inverse-bg-selected: #2563EB;\n --cre8-color-header-menu-content-default: #3B82F6;\n --cre8-color-header-menu-inverse-content-default: #ffffff;\n --cre8-color-header-menu-content-hover: #2563EB;\n --cre8-color-header-menu-inverse-content-hover: #ffffff;\n --cre8-color-header-menu-content-focus: #3B82F6;\n --cre8-color-header-menu-inverse-content-focus: #ffffff;\n --cre8-color-header-menu-content-active: #1D4ED8;\n --cre8-color-header-menu-inverse-content-active: #ffffff;\n --cre8-color-header-menu-content-pressed: #1D4ED8;\n --cre8-color-header-menu-inverse-content-pressed: #ffffff;\n --cre8-color-header-menu-content-selected: #2563EB;\n --cre8-color-header-menu-inverse-content-selected: #ffffff;\n --cre8-color-header-menu-border-default: rgba(15, 23, 42, 0.0);\n --cre8-color-header-menu-inverse-border-default: rgba(15, 23, 42, 0.0);\n --cre8-color-header-menu-border-hover: rgba(15, 23, 42, 0.0);\n --cre8-color-header-menu-inverse-border-hover: #ffffff;\n --cre8-color-header-menu-border-focus: #2563EB;\n --cre8-color-header-menu-inverse-border-focus: #ffffff;\n --cre8-color-header-menu-border-active: #3B82F6;\n --cre8-color-header-menu-inverse-border-active: #ffffff;\n --cre8-color-header-menu-border-pressed: #3B82F6;\n --cre8-color-header-menu-inverse-border-pressed: #ffffff;\n --cre8-color-header-menu-border-selected: #2563EB;\n --cre8-color-header-menu-inverse-border-selected: #F8FAFC;\n --cre8-color-header-submenu-bg-default: #ffffff;\n --cre8-color-header-submenu-inverse-bg-default: #3B82F6;\n --cre8-color-header-submenu-bg-hover: #F8FAFC;\n --cre8-color-header-submenu-inverse-bg-hover: #2563EB;\n --cre8-color-header-submenu-bg-focus: #ffffff;\n --cre8-color-header-submenu-inverse-bg-focus: #3B82F6;\n --cre8-color-header-submenu-bg-active: #E2E8F0;\n --cre8-color-header-submenu-inverse-bg-active: #1D4ED8;\n --cre8-color-header-submenu-bg-pressed: #E2E8F0;\n --cre8-color-header-submenu-inverse-bg-pressed: #1D4ED8;\n --cre8-color-header-submenu-bg-selected: #F8FAFC;\n --cre8-color-header-submenu-inverse-bg-selected: #2563EB;\n --cre8-color-header-submenu-content-default: #3B82F6;\n --cre8-color-header-submenu-inverse-content-default: #ffffff;\n --cre8-color-header-submenu-content-hover: #2563EB;\n --cre8-color-header-submenu-inverse-content-hover: #ffffff;\n --cre8-color-header-submenu-content-focus: #2563EB;\n --cre8-color-header-submenu-inverse-content-focus: #ffffff;\n --cre8-color-header-submenu-content-active: #1D4ED8;\n --cre8-color-header-submenu-inverse-content-active: #ffffff;\n --cre8-color-header-submenu-content-pressed: #1D4ED8;\n --cre8-color-header-submenu-inverse-content-pressed: #ffffff;\n --cre8-color-header-submenu-content-selected: #3B82F6;\n --cre8-color-header-submenu-inverse-content-selected: #ffffff;\n --cre8-color-header-submenu-border-default: #ffffff;\n --cre8-color-header-submenu-inverse-border-default: #3B82F6;\n --cre8-color-header-submenu-border-hover: #F8FAFC;\n --cre8-color-header-submenu-inverse-border-hover: #2563EB;\n --cre8-color-header-submenu-border-focus: #3B82F6;\n --cre8-color-header-submenu-inverse-border-focus: #ffffff;\n --cre8-color-header-submenu-border-active: #E2E8F0;\n --cre8-color-header-submenu-inverse-border-active: #1D4ED8;\n --cre8-color-header-submenu-border-pressed: #E2E8F0;\n --cre8-color-header-submenu-inverse-border-pressed: #1D4ED8;\n --cre8-color-header-submenu-border-selected: #2563EB;\n --cre8-color-header-submenu-inverse-border-selected: #F8FAFC;\n --cre8-color-header-bg-secondary: #3B82F6;\n --cre8-color-header-inverse-bg-secondary: #ffffff;\n --cre8-color-header-bg-tertiary: #3B82F6;\n --cre8-color-header-inverse-bg-tertiary: #ffffff;\n --cre8-color-footer-bg-default: #1E40AF;\n --cre8-color-footer-bg-secondary: #F8FAFC;\n --cre8-color-footer-content-secondary: #ffffff;\n --cre8-color-footer-link-hover: #93C5FD;\n --cre8-color-footer-link-default: #93C5FD;\n --cre8-spacing-0: 0rem;\n --cre8-spacing-2: 0.125rem;\n --cre8-spacing-4: 0.25rem;\n --cre8-spacing-6: 0.375rem;\n --cre8-spacing-8: 0.5rem;\n --cre8-spacing-12: 0.75rem;\n --cre8-spacing-14: 0.875rem;\n --cre8-spacing-16: 1rem;\n --cre8-spacing-18: 1.125rem;\n --cre8-spacing-24: 1.5rem;\n --cre8-spacing-32: 2rem;\n --cre8-spacing-40: 2.5rem;\n --cre8-spacing-48: 3rem;\n --cre8-spacing-64: 4rem;\n --cre8-spacing-80: 5rem;\n --cre8-spacing-96: 6rem;\n --cre8-spacing-120: 7.5rem;\n --cre8-spacing-160: 10rem;\n --cre8-color-button-primary-bg: #3B82F6;\n --cre8-color-button-primary-inverse-bg: #BFDBFE;\n --cre8-color-button-primary-bg-hover: #2563EB;\n --cre8-color-button-primary-inverse-bg-hover: #93C5FD;\n --cre8-color-button-primary-bg-active: #1D4ED8;\n --cre8-color-button-primary-inverse-bg-active: #60A5FA;\n --cre8-color-button-primary-bg-disabled: #E2E8F0;\n --cre8-color-button-primary-inverse-bg-disabled: #64748B;\n --cre8-color-button-primary-content: #ffffff;\n --cre8-color-button-primary-inverse-content: #1E40AF;\n --cre8-color-button-primary-content-hover: #ffffff;\n --cre8-color-button-primary-inverse-content-hover: #1E40AF;\n --cre8-color-button-primary-content-active: #ffffff;\n --cre8-color-button-primary-inverse-content-active: #1E40AF;\n --cre8-color-button-primary-content-disabled: #475569;\n --cre8-color-button-primary-inverse-content-disabled: #1E293B;\n --cre8-color-button-primary-border: #3B82F6;\n --cre8-color-button-primary-inverse-border: #BFDBFE;\n --cre8-color-button-primary-border-hover: #2563EB;\n --cre8-color-button-primary-inverse-border-hover: #93C5FD;\n --cre8-color-button-primary-border-active: #1D4ED8;\n --cre8-color-button-primary-inverse-border-active: #60A5FA;\n --cre8-color-button-primary-border-disabled: #E2E8F0;\n --cre8-color-button-primary-inverse-border-disabled: #64748B;\n --cre8-color-button-primary-outline: #1D4ED8;\n --cre8-color-button-primary-inverse-outline: #BFDBFE;\n --cre8-color-button-primary-danger-bg: #EC4899;\n --cre8-color-button-primary-danger-inverse-bg: #F9A8D4;\n --cre8-color-button-primary-danger-bg-hover: #DB2777;\n --cre8-color-button-primary-danger-inverse-bg-hover: #FBCFE8;\n --cre8-color-button-primary-danger-bg-active: #BE185D;\n --cre8-color-button-primary-danger-inverse-bg-active: #FCE7F3;\n --cre8-color-button-primary-danger-bg-disabled: #E2E8F0;\n --cre8-color-button-primary-danger-inverse-bg-disabled: #64748B;\n --cre8-color-button-primary-danger-content: #ffffff;\n --cre8-color-button-primary-danger-inverse-content: #0F172A;\n --cre8-color-button-primary-danger-content-hover: #ffffff;\n --cre8-color-button-primary-danger-inverse-content-hover: #0F172A;\n --cre8-color-button-primary-danger-content-active: #ffffff;\n --cre8-color-button-primary-danger-inverse-content-active: #0F172A;\n --cre8-color-button-primary-danger-content-disabled: #475569;\n --cre8-color-button-primary-danger-inverse-content-disabled: #1E293B;\n --cre8-color-button-primary-danger-border: #EC4899;\n --cre8-color-button-primary-danger-inverse-border: #F9A8D4;\n --cre8-color-button-primary-danger-border-hover: #DB2777;\n --cre8-color-button-primary-danger-inverse-border-hover: #FBCFE8;\n --cre8-color-button-primary-danger-border-active: #BE185D;\n --cre8-color-button-primary-danger-inverse-border-active: #FCE7F3;\n --cre8-color-button-primary-danger-border-disabled: #E2E8F0;\n --cre8-color-button-primary-danger-inverse-border-disabled: #64748B;\n --cre8-color-button-primary-danger-outline: #1D4ED8;\n --cre8-color-button-primary-danger-inverse-outline: #BFDBFE;\n --cre8-color-button-secondary-neutral-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-neutral-inverse-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-neutral-content: #0F172A;\n --cre8-color-button-secondary-neutral-inverse-content: #ffffff;\n --cre8-color-button-secondary-neutral-border: #0F172A;\n --cre8-color-button-secondary-neutral-inverse-border: #ffffff;\n --cre8-color-button-secondary-neutral-bg-hover: rgba(15, 23, 42, 0.10);\n --cre8-color-button-secondary-neutral-inverse-bg-hover: rgba(15, 23, 42, 0.20);\n --cre8-color-button-secondary-neutral-content-hover: #0F172A;\n --cre8-color-button-secondary-neutral-inverse-content-hover: #ffffff;\n --cre8-color-button-secondary-neutral-border-hover: #0F172A;\n --cre8-color-button-secondary-neutral-inverse-border-hover: #ffffff;\n --cre8-color-button-secondary-neutral-border-active: #0F172A;\n --cre8-color-button-secondary-neutral-inverse-border-active: #ffffff;\n --cre8-color-button-secondary-neutral-bg-active: rgba(15, 23, 42, 0.20);\n --cre8-color-button-secondary-neutral-inverse-bg-active: rgba(15, 23, 42, 0.50);\n --cre8-color-button-secondary-neutral-content-active: #0F172A;\n --cre8-color-button-secondary-neutral-inverse-content-active: #ffffff;\n --cre8-color-button-secondary-neutral-bg-disabled: #E2E8F0;\n --cre8-color-button-secondary-neutral-inverse-bg-disabled: #64748B;\n --cre8-color-button-secondary-neutral-border-disabled: #E2E8F0;\n --cre8-color-button-secondary-neutral-inverse-border-disabled: #64748B;\n --cre8-color-button-secondary-neutral-content-disabled: #475569;\n --cre8-color-button-secondary-neutral-inverse-content-disabled: #1E293B;\n --cre8-color-button-secondary-neutral-outline: #1E3A8A;\n --cre8-color-button-secondary-neutral-inverse-outline: #BFDBFE;\n --cre8-color-button-secondary-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-inverse-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-bg-hover: #EFF6FF;\n --cre8-color-button-secondary-inverse-bg-hover: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-bg-active: #DBEAFE;\n --cre8-color-button-secondary-inverse-bg-active: #1E3A8A;\n --cre8-color-button-secondary-bg-disabled: #E2E8F0;\n --cre8-color-button-secondary-inverse-bg-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-content: #3B82F6;\n --cre8-color-button-secondary-inverse-content: #BFDBFE;\n --cre8-color-button-secondary-content-hover: #2563EB;\n --cre8-color-button-secondary-inverse-content-hover: #93C5FD;\n --cre8-color-button-secondary-content-active: #1D4ED8;\n --cre8-color-button-secondary-inverse-content-active: #60A5FA;\n --cre8-color-button-secondary-content-disabled: #475569;\n --cre8-color-button-secondary-inverse-content-disabled: #64748B;\n --cre8-color-button-secondary-border: #3B82F6;\n --cre8-color-button-secondary-inverse-border: #BFDBFE;\n --cre8-color-button-secondary-border-hover: #2563EB;\n --cre8-color-button-secondary-inverse-border-hover: #93C5FD;\n --cre8-color-button-secondary-border-active: #1D4ED8;\n --cre8-color-button-secondary-inverse-border-active: #60A5FA;\n --cre8-color-button-secondary-border-disabled: #64748B;\n --cre8-color-button-secondary-inverse-border-disabled: #64748B;\n --cre8-color-button-secondary-outline: #1D4ED8;\n --cre8-color-button-secondary-inverse-outline: #93C5FD;\n --cre8-color-button-secondary-danger-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-danger-inverse-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-secondary-danger-bg-hover: #DB2777;\n --cre8-color-button-secondary-danger-inverse-bg-hover: #FBCFE8;\n --cre8-color-button-secondary-danger-bg-active: #BE185D;\n --cre8-color-button-secondary-danger-inverse-bg-active: #FCE7F3;\n --cre8-color-button-secondary-danger-bg-disabled: #E2E8F0;\n --cre8-color-button-secondary-danger-inverse-bg-disabled: #64748B;\n --cre8-color-button-secondary-danger-content: #EC4899;\n --cre8-color-button-secondary-danger-inverse-content: #F472B6;\n --cre8-color-button-secondary-danger-content-hover: #ffffff;\n --cre8-color-button-secondary-danger-inverse-content-hover: #0F172A;\n --cre8-color-button-secondary-danger-content-active: #ffffff;\n --cre8-color-button-secondary-danger-inverse-content-active: #0F172A;\n --cre8-color-button-secondary-danger-content-disabled: #475569;\n --cre8-color-button-secondary-danger-inverse-content-disabled: #1E293B;\n --cre8-color-button-secondary-danger-border: #EC4899;\n --cre8-color-button-secondary-danger-inverse-border: #F472B6;\n --cre8-color-button-secondary-danger-border-hover: #DB2777;\n --cre8-color-button-secondary-danger-inverse-border-hover: #FBCFE8;\n --cre8-color-button-secondary-danger-border-active: #BE185D;\n --cre8-color-button-secondary-danger-inverse-border-active: #FCE7F3;\n --cre8-color-button-secondary-danger-border-disabled: #E2E8F0;\n --cre8-color-button-secondary-danger-inverse-border-disabled: #64748B;\n --cre8-color-button-secondary-danger-outline: #1D4ED8;\n --cre8-color-button-secondary-danger-inverse-outline: #BFDBFE;\n --cre8-color-button-tertiary-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-inverse-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-bg-hover: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-inverse-bg-hover: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-bg-active: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-inverse-bg-active: #172554;\n --cre8-color-button-tertiary-bg-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-inverse-bg-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-content: #3B82F6;\n --cre8-color-button-tertiary-inverse-content: #BFDBFE;\n --cre8-color-button-tertiary-content-hover: #2563EB;\n --cre8-color-button-tertiary-inverse-content-hover: #93C5FD;\n --cre8-color-button-tertiary-content-active: #1D4ED8;\n --cre8-color-button-tertiary-inverse-content-active: #60A5FA;\n --cre8-color-button-tertiary-content-disabled: #475569;\n --cre8-color-button-tertiary-inverse-content-disabled: #64748B;\n --cre8-color-button-tertiary-border: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-inverse-border: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-border-hover: #2563EB;\n --cre8-color-button-tertiary-inverse-border-hover: #93C5FD;\n --cre8-color-button-tertiary-border-active: #1D4ED8;\n --cre8-color-button-tertiary-inverse-border-active: #60A5FA;\n --cre8-color-button-tertiary-border-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-inverse-border-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-outline: #1D4ED8;\n --cre8-color-button-tertiary-inverse-outline: #93C5FD;\n --cre8-color-button-tertiary-neutral-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-content: #0F172A;\n --cre8-color-button-tertiary-neutral-inverse-content: #ffffff;\n --cre8-color-button-tertiary-neutral-border: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-border: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-bg-hover: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-bg-hover: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-content-hover: #0F172A;\n --cre8-color-button-tertiary-neutral-inverse-content-hover: #ffffff;\n --cre8-color-button-tertiary-neutral-border-hover: #0F172A;\n --cre8-color-button-tertiary-neutral-inverse-border-hover: #ffffff;\n --cre8-color-button-tertiary-neutral-border-active: #0F172A;\n --cre8-color-button-tertiary-neutral-inverse-border-active: #ffffff;\n --cre8-color-button-tertiary-neutral-bg-active: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-bg-active: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-content-active: #0F172A;\n --cre8-color-button-tertiary-neutral-inverse-content-active: #ffffff;\n --cre8-color-button-tertiary-neutral-bg-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-bg-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-border-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-inverse-border-disabled: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-neutral-content-disabled: #475569;\n --cre8-color-button-tertiary-neutral-inverse-content-disabled: #1E293B;\n --cre8-color-button-tertiary-neutral-outline: #1E3A8A;\n --cre8-color-button-tertiary-neutral-inverse-outline: #BFDBFE;\n --cre8-color-button-tertiary-danger-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-danger-inverse-bg: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-danger-bg-hover: #DB2777;\n --cre8-color-button-tertiary-danger-inverse-bg-hover: #FBCFE8;\n --cre8-color-button-tertiary-danger-bg-active: #BE185D;\n --cre8-color-button-tertiary-danger-inverse-bg-active: #FCE7F3;\n --cre8-color-button-tertiary-danger-bg-disabled: #E2E8F0;\n --cre8-color-button-tertiary-danger-inverse-bg-disabled: #64748B;\n --cre8-color-button-tertiary-danger-content: #EC4899;\n --cre8-color-button-tertiary-danger-inverse-content: #F472B6;\n --cre8-color-button-tertiary-danger-content-hover: #ffffff;\n --cre8-color-button-tertiary-danger-inverse-content-hover: #0F172A;\n --cre8-color-button-tertiary-danger-content-active: #ffffff;\n --cre8-color-button-tertiary-danger-inverse-content-active: #0F172A;\n --cre8-color-button-tertiary-danger-content-disabled: #475569;\n --cre8-color-button-tertiary-danger-inverse-content-disabled: #1E293B;\n --cre8-color-button-tertiary-danger-border: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-danger-inverse-border: rgba(15, 23, 42, 0.0);\n --cre8-color-button-tertiary-danger-border-hover: #DB2777;\n --cre8-color-button-tertiary-danger-inverse-border-hover: #FBCFE8;\n --cre8-color-button-tertiary-danger-border-active: #BE185D;\n --cre8-color-button-tertiary-danger-inverse-border-active: #FCE7F3;\n --cre8-color-button-tertiary-danger-border-disabled: #E2E8F0;\n --cre8-color-button-tertiary-danger-inverse-border-disabled: #64748B;\n --cre8-color-button-tertiary-danger-outline: #1D4ED8;\n --cre8-color-button-tertiary-danger-inverse-outline: #BFDBFE;\n --cre8-button-padding-vertical-small: 0.5rem;\n --cre8-button-padding-vertical-medium: 0.75rem;\n --cre8-button-padding-vertical-large: 1rem;\n --cre8-button-padding-vertical-icon-only: 0.5rem;\n --cre8-button-padding-vertical-small-icon-only: 0.5rem;\n --cre8-button-padding-vertical-medium-icon-only: 1rem;\n --cre8-button-padding-vertical-large-icon-only: 1rem;\n --cre8-button-padding-horizontal-small: 1rem;\n --cre8-button-padding-horizontal-medium: 1.5rem;\n --cre8-button-padding-horizontal-large: 2rem;\n --cre8-button-padding-horizontal-icon-only: 0.5rem;\n --cre8-button-padding-horizontal-small-icon-only: 0.5rem;\n --cre8-button-padding-horizontal-medium-icon-only: 1rem;\n --cre8-button-padding-horizontal-large-icon-only: 1rem;\n --cre8-color-bg-default: #ffffff;\n --cre8-color-bg-default-hover: #F8FAFC;\n --cre8-color-bg-default-active: #DBEAFE;\n --cre8-color-bg-subtle: #F1F5F9;\n --cre8-color-bg-moderate: #94A3B8;\n --cre8-color-bg-inverse-moderate: #64748B;\n --cre8-color-bg-strong: #1E293B;\n --cre8-color-bg-disabled: #E2E8F0;\n --cre8-color-bg-brand: #ffffff;\n --cre8-color-bg-brand-active: #BFDBFE;\n --cre8-color-bg-brand-hover: #DBEAFE;\n --cre8-color-bg-brand-strong: #3B82F6;\n --cre8-color-bg-brand-strong-hover: #2563EB;\n --cre8-color-bg-brand-strong-active: #1D4ED8;\n --cre8-color-bg-brand-xstrong: #1E40AF;\n --cre8-color-bg-brand-xstrong-hover: #1D4ED8;\n --cre8-color-bg-brand-xstrong-active: #1E3A8A;\n --cre8-color-bg-success: #ECFEFF;\n --cre8-color-bg-success-strong: #06B6D4;\n --cre8-color-bg-error: #FDF2F8;\n --cre8-color-bg-error-strong: #EC4899;\n --cre8-color-bg-warning: #FFFBEB;\n --cre8-color-bg-warning-strong: #F59E0B;\n --cre8-color-bg-info: #EFF6FF;\n --cre8-color-bg-info-strong: #3B82F6;\n --cre8-color-bg-attention: #ffffff;\n --cre8-color-bg-attention-strong: #60A5FA;\n --cre8-color-bg-opacity-transparent: rgba(15, 23, 42, 0.0);\n --cre8-color-bg-opacity-default: rgba(15, 23, 42, 0.50);\n --cre8-color-bg-active: #0F172A;\n --cre8-color-bg-inverse-active: #ffffff;\n --cre8-color-content-default: #0F172A;\n --cre8-color-content-subtle: #64748B;\n --cre8-color-content-disabled: #94A3B8;\n --cre8-color-content-knockout: #ffffff;\n --cre8-color-content-brand: #3B82F6;\n --cre8-color-content-brand-strong: #2563EB;\n --cre8-color-content-brand-knockout: #ECFEFF;\n --cre8-color-content-success: #0891B2;\n --cre8-color-content-success-icon: #0891B2;\n --cre8-color-content-error: #DB2777;\n --cre8-color-content-error-icon: #DB2777;\n --cre8-color-content-warning-icon: #D97706;\n --cre8-color-content-info-icon: #3B82F6;\n --cre8-color-content-attention-icon: #60A5FA;\n --cre8-color-content-link: #3B82F6;\n --cre8-color-content-inverse-link: #BFDBFE;\n --cre8-color-content-link-hover: #2563EB;\n --cre8-color-content-inverse-link-hover: #93C5FD;\n --cre8-color-content-link-focus: #ffffff;\n --cre8-color-content-inverse-link-focus: #0F172A;\n --cre8-color-content-link-visited: #7C3AED;\n --cre8-color-content-inverse-link-visited: #E9D5FF;\n --cre8-color-content-link-disabled: #475569;\n --cre8-color-content-inverse-link-disabled: #E2E8F0;\n --cre8-color-content-link-active: #1D4ED8;\n --cre8-color-content-inverse-link-active: #60A5FA;\n --cre8-color-border-default: #E2E8F0;\n --cre8-color-border-strong: #64748B;\n --cre8-color-border-knockout: #ffffff;\n --cre8-color-border-disabled: #CBD5E1;\n --cre8-color-border-brand: #3B82F6;\n --cre8-color-border-brand-subtle: #93C5FD;\n --cre8-color-border-brand-strong: #2563EB;\n --cre8-color-border-success: #22D3EE;\n --cre8-color-border-error: #F472B6;\n --cre8-color-border-warning: #FBBF24;\n --cre8-color-border-info: #3B82F6;\n --cre8-color-border-attention: #60A5FA;\n --cre8-color-border-transparent: rgba(15, 23, 42, 0.0);\n --cre8-color-border-active-outline: #2563EB;\n --cre8-color-border-inverse-active-outline: #BFDBFE;\n --cre8-font-size-0: 0.75rem;\n --cre8-font-size-1: 0.875rem;\n --cre8-font-size-2: 1rem;\n --cre8-font-size-3: 1.125rem;\n --cre8-font-size-4: 1.25rem;\n --cre8-font-size-5: 1.5rem;\n --cre8-font-size-6: 1.75rem;\n --cre8-font-size-7: 2rem;\n --cre8-font-size-8: 2.5rem;\n --cre8-font-size-9: 3rem;\n --cre8-font-size-10: 3.5rem;\n --cre8-font-size-11: 4rem;\n --cre8-font-size-12: 4.5rem;\n --cre8-font-size-13: 5rem;\n --cre8-letter-spacing-0: -1.5;\n --cre8-letter-spacing-1: -1;\n --cre8-letter-spacing-2: -0.5;\n --cre8-letter-spacing-3: 0;\n --cre8-letter-spacing-4: 2;\n --cre8-letter-spacing-5: 1;\n --cre8-letter-spacing-6: 1.5;\n --cre8-paragraph-spacing-0: 0;\n --cre8-text-case-none: none;\n --cre8-text-case-uppercase: uppercase;\n --cre8-text-decoration-none: none;\n --cre8-text-decoration-underline: underline;\n --cre8-paragraph-indent-0: 0px;\n --cre8-border-radius-small: 12px;\n --cre8-border-radius-default: 900px;\n --cre8-border-radius-large: 24px;\n --cre8-border-radius-round: 900px;\n --cre8-border-radius-button: 900px;\n --cre8-border-radius-badge: 900px;\n --cre8-border-radius-tabs: 12px;\n --cre8-border-radius-container: 24px;\n --cre8-border-radius-field: 12px;\n --cre8-border-radius-field-brand: 12px;\n --cre8-border-radius-brand: 900px;\n --cre8-border-radius-none: 0px;\n --cre8-border-width-none: 0rem;\n --cre8-border-width-default: 0.0625rem;\n --cre8-border-width-focus: 0.125rem;\n --cre8-border-width-large: 0.25rem;\n --cre8-border-width-button-tertiary-outline-focus: 0.125rem;\n --cre8-border-width-button-default: 0.125rem;\n --cre8-border-width-tab-selected: 0.125rem;\n --cre8-border-width-tab-default: 0.125rem;\n --cre8-border-style-button-tertiary-outline-focus: solid;\n --cre8-border-style-default: solid;\n --cre8-shadow-default: 0 4px 12px 0 rgba(15,23,42,0.08);\n --cre8-shadow-button: none;\n --cre8-shadow-none: none;\n --cre8-shadow-large: 0 8px 24px 0 rgba(15,23,42,0.12);\n --cre8-shadow-small: 0 1px 3px 0 rgba(15,23,42,0.06);\n --cre8-color-link-bg-active: #0F172A;\n --cre8-font-families-inter: \"Plus Jakarta Sans\", sans-serif;\n --cre8-font-weights-inter-0: 400;\n --cre8-font-weights-inter-1: 500;\n --cre8-font-weights-inter-2: 700;\n --cre8-font-weights-inter-3: 600;\n --cre8-line-heights-0: 1.25;\n --cre8-line-heights-1: 1.12;\n --cre8-line-heights-2: 1.1400000000000001;\n --cre8-line-heights-3: 1.2;\n --cre8-line-heights-4: 1.3;\n --cre8-line-heights-5: 1.33;\n --cre8-line-heights-6: 1.4000000000000001;\n --cre8-line-heights-7: 1.5;\n --cre8-line-heights-8: 1.43;\n --cre8-line-heights-9: 1.11;\n --cre8-line-heights-10: 1.1300000000000001;\n --cre8-line-heights-11: 1.16;\n --cre8-line-heights-12: 0.48;\n --cre8-line-heights-13: 0.4;\n --cre8-line-heights-14: 0.32;\n --cre8-line-heights-15: 0.28;\n --cre8-line-heights-16: 0.24;\n --cre8-line-heights-17: 0.2;\n --cre8-line-heights-18: 0.16;\n --cre8-icon-size-small: 0.875rem;\n --cre8-icon-size-default: 1rem;\n --cre8-icon-size-large: 1.125rem;\n --cre8-badge-padding-horizontal: 0.375rem;\n --cre8-badge-padding-vertical: 0.125rem;\n --cre8-progress-meter-height: 0.5rem;\n --cre8-breakpoint-xsm: 375px;\n --cre8-breakpoint-sm: 560px;\n --cre8-breakpoint-md: 768px;\n --cre8-breakpoint-lg: 960px;\n --cre8-breakpoint-xl: 1200px;\n --cre8-breakpoint-xxl: 1400px;\n--cre8-typography-body-xlarge-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-xlarge-font-size: var(--cre8-font-size-5);\n --cre8-typography-body-xlarge-font-weight: var(--cre8-font-weights-inter-0);\n --cre8-typography-body-xlarge-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-xlarge-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-xlarge-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-xlarge-strong-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-xlarge-strong-font-size: var(--cre8-font-size-5);\n --cre8-typography-body-xlarge-strong-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-xlarge-strong-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-xlarge-strong-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-xlarge-strong-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-xlarge-link-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-xlarge-link-font-size: var(--cre8-font-size-5);\n --cre8-typography-body-xlarge-link-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-xlarge-link-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-xlarge-link-text-decoration: var(--cre8-text-decoration-underline);\n --cre8-typography-body-xlarge-link-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-large-font-size: var(--cre8-font-size-3);\n --cre8-typography-body-large-font-weight: var(--cre8-font-weights-inter-0);\n --cre8-typography-body-large-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-large-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-large-strong-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-large-strong-font-size: var(--cre8-font-size-3);\n --cre8-typography-body-large-strong-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-large-strong-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-large-strong-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-large-strong-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-default-font-size: var(--cre8-font-size-2);\n --cre8-typography-body-default-font-weight: var(--cre8-font-weights-inter-0);\n --cre8-typography-body-default-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-default-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-default-strong-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-default-strong-font-size: var(--cre8-font-size-2);\n --cre8-typography-body-default-strong-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-default-strong-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-default-strong-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-default-strong-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-small-font-size: var(--cre8-font-size-1);\n --cre8-typography-body-small-font-weight: var(--cre8-font-weights-inter-0);\n --cre8-typography-body-small-line-height: var(--cre8-line-heights-8);\n --cre8-typography-body-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-small-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-small-strong-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-small-strong-font-size: var(--cre8-font-size-1);\n --cre8-typography-body-small-strong-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-small-strong-line-height: var(--cre8-line-heights-8);\n --cre8-typography-body-small-strong-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-body-small-strong-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-large-link-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-large-link-font-size: var(--cre8-font-size-3);\n --cre8-typography-body-large-link-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-large-link-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-large-link-text-decoration: var(--cre8-text-decoration-underline);\n --cre8-typography-body-large-link-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-default-link-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-default-link-font-size: var(--cre8-font-size-2);\n --cre8-typography-body-default-link-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-default-link-line-height: var(--cre8-line-heights-7);\n --cre8-typography-body-default-link-text-decoration: var(--cre8-text-decoration-underline);\n --cre8-typography-body-default-link-text-transform: var(--cre8-text-case-none);\n--cre8-typography-body-small-link-font-family: var(--cre8-font-families-inter);\n --cre8-typography-body-small-link-font-size: var(--cre8-font-size-1);\n --cre8-typography-body-small-link-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-body-small-link-line-height: var(--cre8-line-heights-8);\n --cre8-typography-body-small-link-text-decoration: var(--cre8-text-decoration-underline);\n --cre8-typography-body-small-link-text-transform: var(--cre8-text-case-none);\n--cre8-typography-label-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-label-default-font-size: var(--cre8-font-size-2);\n --cre8-typography-label-default-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-label-default-line-height: var(--cre8-line-heights-7);\n --cre8-typography-label-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-label-default-text-transform: var(--cre8-text-case-none);\n--cre8-typography-label-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-label-large-font-size: var(--cre8-font-size-3);\n --cre8-typography-label-large-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-label-large-line-height: var(--cre8-line-heights-5);\n --cre8-typography-label-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-label-large-text-transform: var(--cre8-text-case-none);\n--cre8-typography-label-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-label-small-font-size: var(--cre8-font-size-1);\n --cre8-typography-label-small-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-label-small-line-height: var(--cre8-line-heights-7);\n --cre8-typography-label-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-label-small-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-xlarge-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-xlarge-font-size: var(--cre8-font-size-8);\n --cre8-typography-title-xlarge-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-xlarge-line-height: var(--cre8-line-heights-4);\n --cre8-typography-title-xlarge-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-xlarge-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-xlarge-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-xlarge-mobile-font-size: var(--cre8-font-size-7);\n --cre8-typography-title-xlarge-mobile-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-xlarge-mobile-line-height: var(--cre8-line-heights-4);\n --cre8-typography-title-xlarge-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-xlarge-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-large-font-size: var(--cre8-font-size-6);\n --cre8-typography-title-large-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-large-line-height: var(--cre8-line-heights-1);\n --cre8-typography-title-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-large-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-large-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-large-mobile-font-size: var(--cre8-font-size-5);\n --cre8-typography-title-large-mobile-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-large-mobile-line-height: var(--cre8-line-heights-1);\n --cre8-typography-title-large-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-large-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-default-font-size: var(--cre8-font-size-5);\n --cre8-typography-title-default-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-default-line-height: var(--cre8-line-heights-2);\n --cre8-typography-title-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-default-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-default-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-default-mobile-font-size: var(--cre8-font-size-3);\n --cre8-typography-title-default-mobile-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-default-mobile-line-height: var(--cre8-line-heights-2);\n --cre8-typography-title-default-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-default-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-small-font-size: var(--cre8-font-size-3);\n --cre8-typography-title-small-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-small-line-height: var(--cre8-line-heights-6);\n --cre8-typography-title-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-small-text-transform: var(--cre8-text-case-none);\n--cre8-typography-title-small-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-title-small-mobile-font-size: var(--cre8-font-size-2);\n --cre8-typography-title-small-mobile-font-weight: var(--cre8-font-weights-inter-1);\n --cre8-typography-title-small-mobile-line-height: var(--cre8-line-heights-6);\n --cre8-typography-title-small-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-title-small-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-large-font-size: var(--cre8-font-size-9);\n --cre8-typography-headline-large-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-large-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-large-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-large-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-large-mobile-font-size: var(--cre8-font-size-8);\n --cre8-typography-headline-large-mobile-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-large-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-large-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-large-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-default-font-size: var(--cre8-font-size-8);\n --cre8-typography-headline-default-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-default-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-default-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-default-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-default-mobile-font-size: var(--cre8-font-size-7);\n --cre8-typography-headline-default-mobile-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-default-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-default-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-default-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-small-font-size: var(--cre8-font-size-7);\n --cre8-typography-headline-small-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-small-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-small-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-small-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-small-mobile-font-size: var(--cre8-font-size-6);\n --cre8-typography-headline-small-mobile-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-small-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-small-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-small-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-xsmall-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-xsmall-font-size: var(--cre8-font-size-5);\n --cre8-typography-headline-xsmall-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-xsmall-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-xsmall-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-xsmall-text-transform: var(--cre8-text-case-none);\n--cre8-typography-headline-xsmall-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-headline-xsmall-mobile-font-size: var(--cre8-font-size-5);\n --cre8-typography-headline-xsmall-mobile-font-weight: var(--cre8-font-weights-inter-3);\n --cre8-typography-headline-xsmall-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-headline-xsmall-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-headline-xsmall-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-display-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-large-font-size: var(--cre8-font-size-13);\n --cre8-typography-display-large-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-large-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-large-text-transform: var(--cre8-text-case-none);\n--cre8-typography-display-large-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-large-mobile-font-size: var(--cre8-font-size-12);\n --cre8-typography-display-large-mobile-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-large-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-large-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-large-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-display-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-default-font-size: var(--cre8-font-size-11);\n --cre8-typography-display-default-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-default-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-default-text-transform: var(--cre8-text-case-none);\n--cre8-typography-display-default-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-default-mobile-font-size: var(--cre8-font-size-10);\n --cre8-typography-display-default-mobile-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-default-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-default-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-default-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-display-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-small-font-size: var(--cre8-font-size-9);\n --cre8-typography-display-small-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-small-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-small-text-transform: var(--cre8-text-case-none);\n--cre8-typography-display-small-mobile-font-family: var(--cre8-font-families-inter);\n --cre8-typography-display-small-mobile-font-size: var(--cre8-font-size-8);\n --cre8-typography-display-small-mobile-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-display-small-mobile-line-height: var(--cre8-line-heights-0);\n --cre8-typography-display-small-mobile-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-display-small-mobile-text-transform: var(--cre8-text-case-none);\n--cre8-typography-meta-default-font-family: var(--cre8-font-families-inter);\n --cre8-typography-meta-default-font-size: var(--cre8-font-size-2);\n --cre8-typography-meta-default-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-meta-default-line-height: var(--cre8-line-heights-3);\n --cre8-typography-meta-default-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-meta-default-text-transform: var(--cre8-text-case-uppercase);\n--cre8-typography-meta-default-sentence-case-font-family: var(--cre8-font-families-inter);\n --cre8-typography-meta-default-sentence-case-font-size: var(--cre8-font-size-2);\n --cre8-typography-meta-default-sentence-case-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-meta-default-sentence-case-line-height: var(--cre8-line-heights-11);\n --cre8-typography-meta-default-sentence-case-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-meta-default-sentence-case-text-transform: var(--cre8-text-case-none);\n--cre8-typography-meta-large-font-family: var(--cre8-font-families-inter);\n --cre8-typography-meta-large-font-size: var(--cre8-font-size-4);\n --cre8-typography-meta-large-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-meta-large-line-height: var(--cre8-line-heights-3);\n --cre8-typography-meta-large-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-meta-large-text-transform: var(--cre8-text-case-uppercase);\n--cre8-typography-meta-small-font-family: var(--cre8-font-families-inter);\n --cre8-typography-meta-small-font-size: var(--cre8-font-size-1);\n --cre8-typography-meta-small-font-weight: var(--cre8-font-weights-inter-2);\n --cre8-typography-meta-small-line-height: var(--cre8-line-heights-3);\n --cre8-typography-meta-small-text-decoration: var(--cre8-text-decoration-none);\n --cre8-typography-meta-small-text-transform: var(--cre8-text-case-uppercase);}`;\nexport default a2ui;\n"]}
@@ -0,0 +1,47 @@
1
+ @font-face {
2
+ font-family: 'Montserrat';
3
+ font-style: normal;
4
+ font-weight: 400;
5
+ src: url('../../../assets/fonts/Montserrat-Regular.ttf') format('truetype');
6
+ font-display: fallback;
7
+ }
8
+
9
+ @font-face {
10
+ font-family: 'Montserrat';
11
+ font-style: normal;
12
+ font-weight: 600;
13
+ src: url('../../../assets/fonts/Montserrat-SemiBold.ttf') format('truetype');
14
+ font-display: fallback;
15
+ }
16
+
17
+ @font-face {
18
+ font-family: 'Montserrat';
19
+ font-style: normal;
20
+ font-weight: 700;
21
+ src: url('../../../assets/fonts/Montserrat-Bold.ttf') format('truetype');
22
+ font-display: fallback;
23
+ }
24
+
25
+ @font-face {
26
+ font-family: 'Open Sans';
27
+ font-style: normal;
28
+ font-weight: 400;
29
+ src: url('../../../assets/fonts/OpenSans-Regular.ttf') format('truetype');
30
+ font-display: fallback;
31
+ }
32
+
33
+ @font-face {
34
+ font-family: 'Open Sans';
35
+ font-style: normal;
36
+ font-weight: 600;
37
+ src: url('../../../assets/fonts/OpenSans-SemiBold.ttf') format('truetype');
38
+ font-display: fallback;
39
+ }
40
+
41
+ @font-face {
42
+ font-family: 'Open Sans';
43
+ font-style: normal;
44
+ font-weight: 700;
45
+ src: url('../../../assets/fonts/OpenSans-Bold.ttf') format('truetype');
46
+ font-display: fallback;
47
+ }