@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
@@ -0,0 +1,738 @@
1
+
2
+
3
+ :root {
4
+ --cre8-desktop-menu-padding-vertical-padding: 0.5rem;
5
+ --cre8-desktop-menu-padding-horizontal-padding: 0.5rem;
6
+ --cre8-color-header-bg-default: #ffffff;
7
+ --cre8-color-header-inverse-bg-default: #ffffff;
8
+ --cre8-color-header-menu-bg-default: #ffffff;
9
+ --cre8-color-header-menu-inverse-bg-default: #ffffff;
10
+ --cre8-color-header-menu-bg-hover: #ffffff;
11
+ --cre8-color-header-menu-inverse-bg-hover: #ffffff;
12
+ --cre8-color-header-menu-bg-focus: #ffffff;
13
+ --cre8-color-header-menu-inverse-bg-focus: #ffffff;
14
+ --cre8-color-header-menu-bg-active: #ffffff;
15
+ --cre8-color-header-menu-inverse-bg-active: #ffffff;
16
+ --cre8-color-header-menu-bg-pressed: #ffffff;
17
+ --cre8-color-header-menu-inverse-bg-pressed: #ffffff;
18
+ --cre8-color-header-menu-bg-selected: #ffffff;
19
+ --cre8-color-header-menu-inverse-bg-selected: #ffffff;
20
+ --cre8-color-header-menu-content-default: #cccccc;
21
+ --cre8-color-header-menu-inverse-content-default: #cccccc;
22
+ --cre8-color-header-menu-content-hover: #cccccc;
23
+ --cre8-color-header-menu-inverse-content-hover: #cccccc;
24
+ --cre8-color-header-menu-content-focus: #cccccc;
25
+ --cre8-color-header-menu-inverse-content-focus: #cccccc;
26
+ --cre8-color-header-menu-content-active: #cccccc;
27
+ --cre8-color-header-menu-inverse-content-active: #cccccc;
28
+ --cre8-color-header-menu-content-pressed: #cccccc;
29
+ --cre8-color-header-menu-inverse-content-pressed: #cccccc;
30
+ --cre8-color-header-menu-content-selected: #cccccc;
31
+ --cre8-color-header-menu-inverse-content-selected: #cccccc;
32
+ --cre8-color-header-menu-border-default: #AFAFAF;
33
+ --cre8-color-header-menu-inverse-border-default: #AFAFAF;
34
+ --cre8-color-header-menu-border-hover: #AFAFAF;
35
+ --cre8-color-header-menu-inverse-border-hover: #AFAFAF;
36
+ --cre8-color-header-menu-border-focus: #AFAFAF;
37
+ --cre8-color-header-menu-inverse-border-focus: #AFAFAF;
38
+ --cre8-color-header-menu-border-active: #AFAFAF;
39
+ --cre8-color-header-menu-inverse-border-active: #AFAFAF;
40
+ --cre8-color-header-menu-border-pressed: #AFAFAF;
41
+ --cre8-color-header-menu-inverse-border-pressed: #AFAFAF;
42
+ --cre8-color-header-menu-border-selected: #AFAFAF;
43
+ --cre8-color-header-menu-inverse-border-selected: #AFAFAF;
44
+ --cre8-color-header-submenu-bg-default: #ffffff;
45
+ --cre8-color-header-submenu-inverse-bg-default: #ffffff;
46
+ --cre8-color-header-submenu-bg-hover: #ffffff;
47
+ --cre8-color-header-submenu-inverse-bg-hover: #ffffff;
48
+ --cre8-color-header-submenu-bg-focus: #ffffff;
49
+ --cre8-color-header-submenu-inverse-bg-focus: #ffffff;
50
+ --cre8-color-header-submenu-bg-active: #ffffff;
51
+ --cre8-color-header-submenu-inverse-bg-active: #ffffff;
52
+ --cre8-color-header-submenu-bg-pressed: #ffffff;
53
+ --cre8-color-header-submenu-inverse-bg-pressed: #ffffff;
54
+ --cre8-color-header-submenu-bg-selected: #ffffff;
55
+ --cre8-color-header-submenu-inverse-bg-selected: #ffffff;
56
+ --cre8-color-header-submenu-content-default: #cccccc;
57
+ --cre8-color-header-submenu-inverse-content-default: #cccccc;
58
+ --cre8-color-header-submenu-content-hover: #cccccc;
59
+ --cre8-color-header-submenu-inverse-content-hover: #cccccc;
60
+ --cre8-color-header-submenu-content-focus: #cccccc;
61
+ --cre8-color-header-submenu-inverse-content-focus: #cccccc;
62
+ --cre8-color-header-submenu-content-active: #cccccc;
63
+ --cre8-color-header-submenu-inverse-content-active: #cccccc;
64
+ --cre8-color-header-submenu-content-pressed: #cccccc;
65
+ --cre8-color-header-submenu-inverse-content-pressed: #cccccc;
66
+ --cre8-color-header-submenu-content-selected: #cccccc;
67
+ --cre8-color-header-submenu-inverse-content-selected: #cccccc;
68
+ --cre8-color-header-submenu-border-default: #AFAFAF;
69
+ --cre8-color-header-submenu-inverse-border-default: #AFAFAF;
70
+ --cre8-color-header-submenu-border-hover: #AFAFAF;
71
+ --cre8-color-header-submenu-inverse-border-hover: #AFAFAF;
72
+ --cre8-color-header-submenu-border-focus: #AFAFAF;
73
+ --cre8-color-header-submenu-inverse-border-focus: #AFAFAF;
74
+ --cre8-color-header-submenu-border-active: #AFAFAF;
75
+ --cre8-color-header-submenu-inverse-border-active: #AFAFAF;
76
+ --cre8-color-header-submenu-border-pressed: #AFAFAF;
77
+ --cre8-color-header-submenu-inverse-border-pressed: #AFAFAF;
78
+ --cre8-color-header-submenu-border-selected: #AFAFAF;
79
+ --cre8-color-header-submenu-inverse-border-selected: #AFAFAF;
80
+ --cre8-color-header-bg-secondary: #ffffff;
81
+ --cre8-color-header-inverse-bg-secondary: #ffffff;
82
+ --cre8-color-header-bg-tertiary: #ffffff;
83
+ --cre8-color-header-inverse-bg-tertiary: #ffffff;
84
+ --cre8-color-footer-bg-default: #ffffff;
85
+ --cre8-color-footer-bg-secondary: #ffffff;
86
+ --cre8-color-footer-content-secondary: #cccccc;
87
+ --cre8-color-footer-link-hover: #cccccc;
88
+ --cre8-color-footer-link-default: #cccccc;
89
+ --cre8-spacing-0: 0;
90
+ --cre8-spacing-2: 0.125rem;
91
+ --cre8-spacing-4: 0.25rem;
92
+ --cre8-spacing-6: 0.5rem;
93
+ --cre8-spacing-8: 0.5rem;
94
+ --cre8-spacing-12: 0.125rem;
95
+ --cre8-spacing-14: 0.25rem;
96
+ --cre8-spacing-16: 0.5rem;
97
+ --cre8-spacing-18: 0.5rem;
98
+ --cre8-spacing-24: 0.125rem;
99
+ --cre8-spacing-32: 0.125rem;
100
+ --cre8-spacing-40: 0;
101
+ --cre8-spacing-48: 0.25rem;
102
+ --cre8-spacing-64: 0.25rem;
103
+ --cre8-spacing-80: 0;
104
+ --cre8-spacing-96: 0.5rem;
105
+ --cre8-spacing-120: 0;
106
+ --cre8-spacing-160: 0;
107
+ --cre8-button-padding-vertical-small: 0.5rem;
108
+ --cre8-button-padding-vertical-large: 0.5rem;
109
+ --cre8-button-padding-vertical-medium: 0.5rem;
110
+ --cre8-button-padding-vertical-icon-only: 0.5rem;
111
+ --cre8-button-padding-vertical-small-icon-only: 0.5rem;
112
+ --cre8-button-padding-vertical-medium-icon-only: 0.5rem;
113
+ --cre8-button-padding-vertical-large-icon-only: 0.5rem;
114
+ --cre8-button-padding-horizontal-small: 0.5rem;
115
+ --cre8-button-padding-horizontal-medium: 0.5rem;
116
+ --cre8-button-padding-horizontal-large: 0.5rem;
117
+ --cre8-button-padding-horizontal-icon-only: 0.5rem;
118
+ --cre8-button-padding-horizontal-small-icon-only: 0.5rem;
119
+ --cre8-button-padding-horizontal-medium-icon-only: 0.5rem;
120
+ --cre8-button-padding-horizontal-large-icon-only: 0.5rem;
121
+ --cre8-color-button-primary-bg: #1a73e8;
122
+ --cre8-color-button-primary-inverse-bg: #1a73e8;
123
+ --cre8-color-button-primary-bg-hover: #1a73e8;
124
+ --cre8-color-button-primary-inverse-bg-hover: #1a73e8;
125
+ --cre8-color-button-primary-bg-active: #1a73e8;
126
+ --cre8-color-button-primary-inverse-bg-active: #1a73e8;
127
+ --cre8-color-button-primary-bg-disabled: #1a73e8;
128
+ --cre8-color-button-primary-inverse-bg-disabled: #1a73e8;
129
+ --cre8-color-button-primary-content: #1a73e8;
130
+ --cre8-color-button-primary-inverse-content: #1a73e8;
131
+ --cre8-color-button-primary-content-hover: #1a73e8;
132
+ --cre8-color-button-primary-inverse-content-hover: #1a73e8;
133
+ --cre8-color-button-primary-content-active: #1a73e8;
134
+ --cre8-color-button-primary-inverse-content-active: #1a73e8;
135
+ --cre8-color-button-primary-content-disabled: #1a73e8;
136
+ --cre8-color-button-primary-inverse-content-disabled: #1a73e8;
137
+ --cre8-color-button-primary-border: #1a73e8;
138
+ --cre8-color-button-primary-inverse-border: #1a73e8;
139
+ --cre8-color-button-primary-border-hover: #1a73e8;
140
+ --cre8-color-button-primary-inverse-border-hover: #1a73e8;
141
+ --cre8-color-button-primary-border-active: #1a73e8;
142
+ --cre8-color-button-primary-inverse-border-active: #1a73e8;
143
+ --cre8-color-button-primary-border-disabled: #1a73e8;
144
+ --cre8-color-button-primary-inverse-border-disabled: #1a73e8;
145
+ --cre8-color-button-primary-outline: #1a73e8;
146
+ --cre8-color-button-primary-inverse-outline: #1a73e8;
147
+ --cre8-color-button-primary-danger-bg: #1a73e8;
148
+ --cre8-color-button-primary-danger-inverse-bg: #1a73e8;
149
+ --cre8-color-button-primary-danger-bg-hover: #1a73e8;
150
+ --cre8-color-button-primary-danger-inverse-bg-hover: #1a73e8;
151
+ --cre8-color-button-primary-danger-bg-active: #1a73e8;
152
+ --cre8-color-button-primary-danger-inverse-bg-active: #1a73e8;
153
+ --cre8-color-button-primary-danger-bg-disabled: #1a73e8;
154
+ --cre8-color-button-primary-danger-inverse-bg-disabled: #1a73e8;
155
+ --cre8-color-button-primary-danger-content: #1a73e8;
156
+ --cre8-color-button-primary-danger-inverse-content: #1a73e8;
157
+ --cre8-color-button-primary-danger-content-hover: #1a73e8;
158
+ --cre8-color-button-primary-danger-inverse-content-hover: #1a73e8;
159
+ --cre8-color-button-primary-danger-content-active: #1a73e8;
160
+ --cre8-color-button-primary-danger-inverse-content-active: #1a73e8;
161
+ --cre8-color-button-primary-danger-content-disabled: #1a73e8;
162
+ --cre8-color-button-primary-danger-inverse-content-disabled: #1a73e8;
163
+ --cre8-color-button-primary-danger-border: #1a73e8;
164
+ --cre8-color-button-primary-danger-inverse-border: #1a73e8;
165
+ --cre8-color-button-primary-danger-border-hover: #1a73e8;
166
+ --cre8-color-button-primary-danger-inverse-border-hover: #1a73e8;
167
+ --cre8-color-button-primary-danger-border-active: #1a73e8;
168
+ --cre8-color-button-primary-danger-inverse-border-active: #1a73e8;
169
+ --cre8-color-button-primary-danger-border-disabled: #1a73e8;
170
+ --cre8-color-button-primary-danger-inverse-border-disabled: #1a73e8;
171
+ --cre8-color-button-primary-danger-outline: #1a73e8;
172
+ --cre8-color-button-primary-danger-inverse-outline: #1a73e8;
173
+ --cre8-color-button-secondary-neutral-bg: #ffffff;
174
+ --cre8-color-button-secondary-neutral-inverse-bg: #ffffff;
175
+ --cre8-color-button-secondary-neutral-content: #cccccc;
176
+ --cre8-color-button-secondary-neutral-inverse-content: #cccccc;
177
+ --cre8-color-button-secondary-neutral-border: #AFAFAF;
178
+ --cre8-color-button-secondary-neutral-inverse-border: #AFAFAF;
179
+ --cre8-color-button-secondary-neutral-bg-hover: #ffffff;
180
+ --cre8-color-button-secondary-neutral-inverse-bg-hover: #ffffff;
181
+ --cre8-color-button-secondary-neutral-content-hover: #cccccc;
182
+ --cre8-color-button-secondary-neutral-inverse-content-hover: #cccccc;
183
+ --cre8-color-button-secondary-neutral-border-hover: #AFAFAF;
184
+ --cre8-color-button-secondary-neutral-inverse-border-hover: #AFAFAF;
185
+ --cre8-color-button-secondary-neutral-border-active: #AFAFAF;
186
+ --cre8-color-button-secondary-neutral-inverse-border-active: #AFAFAF;
187
+ --cre8-color-button-secondary-neutral-bg-active: #ffffff;
188
+ --cre8-color-button-secondary-neutral-inverse-bg-active: #ffffff;
189
+ --cre8-color-button-secondary-neutral-content-active: #cccccc;
190
+ --cre8-color-button-secondary-neutral-inverse-content-active: #cccccc;
191
+ --cre8-color-button-secondary-neutral-bg-disabled: #ffffff;
192
+ --cre8-color-button-secondary-neutral-inverse-bg-disabled: #ffffff;
193
+ --cre8-color-button-secondary-neutral-border-disabled: #AFAFAF;
194
+ --cre8-color-button-secondary-neutral-inverse-border-disabled: #AFAFAF;
195
+ --cre8-color-button-secondary-neutral-content-disabled: #cccccc;
196
+ --cre8-color-button-secondary-neutral-inverse-content-disabled: #cccccc;
197
+ --cre8-color-button-secondary-neutral-outline: #cccccc;
198
+ --cre8-color-button-secondary-neutral-inverse-outline: #cccccc;
199
+ --cre8-color-button-secondary-bg: #ffffff;
200
+ --cre8-color-button-secondary-inverse-bg: #ffffff;
201
+ --cre8-color-button-secondary-bg-hover: #ffffff;
202
+ --cre8-color-button-secondary-inverse-bg-hover: #ffffff;
203
+ --cre8-color-button-secondary-bg-active: #ffffff;
204
+ --cre8-color-button-secondary-inverse-bg-active: #ffffff;
205
+ --cre8-color-button-secondary-bg-disabled: #ffffff;
206
+ --cre8-color-button-secondary-inverse-bg-disabled: #ffffff;
207
+ --cre8-color-button-secondary-content: #cccccc;
208
+ --cre8-color-button-secondary-inverse-content: #cccccc;
209
+ --cre8-color-button-secondary-content-hover: #cccccc;
210
+ --cre8-color-button-secondary-inverse-content-hover: #cccccc;
211
+ --cre8-color-button-secondary-content-active: #cccccc;
212
+ --cre8-color-button-secondary-inverse-content-active: #cccccc;
213
+ --cre8-color-button-secondary-content-disabled: #cccccc;
214
+ --cre8-color-button-secondary-inverse-content-disabled: #cccccc;
215
+ --cre8-color-button-secondary-border: #AFAFAF;
216
+ --cre8-color-button-secondary-inverse-border: #AFAFAF;
217
+ --cre8-color-button-secondary-border-hover: #AFAFAF;
218
+ --cre8-color-button-secondary-inverse-border-hover: #AFAFAF;
219
+ --cre8-color-button-secondary-border-active: #AFAFAF;
220
+ --cre8-color-button-secondary-inverse-border-active: #AFAFAF;
221
+ --cre8-color-button-secondary-border-disabled: #AFAFAF;
222
+ --cre8-color-button-secondary-inverse-border-disabled: #AFAFAF;
223
+ --cre8-color-button-secondary-outline: #cccccc;
224
+ --cre8-color-button-secondary-inverse-outline: #cccccc;
225
+ --cre8-color-button-secondary-danger-bg: #ffffff;
226
+ --cre8-color-button-secondary-danger-inverse-bg: #ffffff;
227
+ --cre8-color-button-secondary-danger-bg-hover: #ffffff;
228
+ --cre8-color-button-secondary-danger-inverse-bg-hover: #ffffff;
229
+ --cre8-color-button-secondary-danger-bg-active: #ffffff;
230
+ --cre8-color-button-secondary-danger-inverse-bg-active: #ffffff;
231
+ --cre8-color-button-secondary-danger-bg-disabled: #ffffff;
232
+ --cre8-color-button-secondary-danger-inverse-bg-disabled: #ffffff;
233
+ --cre8-color-button-secondary-danger-content: #cccccc;
234
+ --cre8-color-button-secondary-danger-inverse-content: #cccccc;
235
+ --cre8-color-button-secondary-danger-content-hover: #cccccc;
236
+ --cre8-color-button-secondary-danger-inverse-content-hover: #cccccc;
237
+ --cre8-color-button-secondary-danger-content-active: #cccccc;
238
+ --cre8-color-button-secondary-danger-inverse-content-active: #cccccc;
239
+ --cre8-color-button-secondary-danger-content-disabled: #cccccc;
240
+ --cre8-color-button-secondary-danger-inverse-content-disabled: #cccccc;
241
+ --cre8-color-button-secondary-danger-border: #AFAFAF;
242
+ --cre8-color-button-secondary-danger-inverse-border: #AFAFAF;
243
+ --cre8-color-button-secondary-danger-border-hover: #AFAFAF;
244
+ --cre8-color-button-secondary-danger-inverse-border-hover: #AFAFAF;
245
+ --cre8-color-button-secondary-danger-border-active: #AFAFAF;
246
+ --cre8-color-button-secondary-danger-inverse-border-active: #AFAFAF;
247
+ --cre8-color-button-secondary-danger-border-disabled: #AFAFAF;
248
+ --cre8-color-button-secondary-danger-inverse-border-disabled: #AFAFAF;
249
+ --cre8-color-button-secondary-danger-outline: #cccccc;
250
+ --cre8-color-button-secondary-danger-inverse-outline: #cccccc;
251
+ --cre8-color-button-tertiary-bg: #ffffff;
252
+ --cre8-color-button-tertiary-inverse-bg: #ffffff;
253
+ --cre8-color-button-tertiary-bg-hover: #ffffff;
254
+ --cre8-color-button-tertiary-inverse-bg-hover: #ffffff;
255
+ --cre8-color-button-tertiary-bg-active: #ffffff;
256
+ --cre8-color-button-tertiary-inverse-bg-active: #ffffff;
257
+ --cre8-color-button-tertiary-bg-disabled: #ffffff;
258
+ --cre8-color-button-tertiary-inverse-bg-disabled: #ffffff;
259
+ --cre8-color-button-tertiary-content: #cccccc;
260
+ --cre8-color-button-tertiary-inverse-content: #cccccc;
261
+ --cre8-color-button-tertiary-content-hover: #cccccc;
262
+ --cre8-color-button-tertiary-inverse-content-hover: #cccccc;
263
+ --cre8-color-button-tertiary-content-active: #cccccc;
264
+ --cre8-color-button-tertiary-inverse-content-active: #cccccc;
265
+ --cre8-color-button-tertiary-content-disabled: #cccccc;
266
+ --cre8-color-button-tertiary-inverse-content-disabled: #cccccc;
267
+ --cre8-color-button-tertiary-border: #AFAFAF;
268
+ --cre8-color-button-tertiary-inverse-border: #AFAFAF;
269
+ --cre8-color-button-tertiary-border-hover: #AFAFAF;
270
+ --cre8-color-button-tertiary-inverse-border-hover: #AFAFAF;
271
+ --cre8-color-button-tertiary-border-active: #AFAFAF;
272
+ --cre8-color-button-tertiary-inverse-border-active: #AFAFAF;
273
+ --cre8-color-button-tertiary-border-disabled: #AFAFAF;
274
+ --cre8-color-button-tertiary-inverse-border-disabled: #AFAFAF;
275
+ --cre8-color-button-tertiary-outline: #cccccc;
276
+ --cre8-color-button-tertiary-inverse-outline: #cccccc;
277
+ --cre8-color-button-tertiary-neutral-bg: #ffffff;
278
+ --cre8-color-button-tertiary-neutral-inverse-bg: #ffffff;
279
+ --cre8-color-button-tertiary-neutral-content: #cccccc;
280
+ --cre8-color-button-tertiary-neutral-inverse-content: #cccccc;
281
+ --cre8-color-button-tertiary-neutral-border: #AFAFAF;
282
+ --cre8-color-button-tertiary-neutral-inverse-border: #AFAFAF;
283
+ --cre8-color-button-tertiary-neutral-bg-hover: #ffffff;
284
+ --cre8-color-button-tertiary-neutral-inverse-bg-hover: #ffffff;
285
+ --cre8-color-button-tertiary-neutral-content-hover: #cccccc;
286
+ --cre8-color-button-tertiary-neutral-inverse-content-hover: #cccccc;
287
+ --cre8-color-button-tertiary-neutral-border-hover: #AFAFAF;
288
+ --cre8-color-button-tertiary-neutral-inverse-border-hover: #AFAFAF;
289
+ --cre8-color-button-tertiary-neutral-border-active: #AFAFAF;
290
+ --cre8-color-button-tertiary-neutral-inverse-border-active: #AFAFAF;
291
+ --cre8-color-button-tertiary-neutral-bg-active: #ffffff;
292
+ --cre8-color-button-tertiary-neutral-inverse-bg-active: #ffffff;
293
+ --cre8-color-button-tertiary-neutral-content-active: #cccccc;
294
+ --cre8-color-button-tertiary-neutral-inverse-content-active: #cccccc;
295
+ --cre8-color-button-tertiary-neutral-bg-disabled: #ffffff;
296
+ --cre8-color-button-tertiary-neutral-inverse-bg-disabled: #ffffff;
297
+ --cre8-color-button-tertiary-neutral-border-disabled: #AFAFAF;
298
+ --cre8-color-button-tertiary-neutral-inverse-border-disabled: #AFAFAF;
299
+ --cre8-color-button-tertiary-neutral-content-disabled: #cccccc;
300
+ --cre8-color-button-tertiary-neutral-inverse-content-disabled: #cccccc;
301
+ --cre8-color-button-tertiary-neutral-outline: #cccccc;
302
+ --cre8-color-button-tertiary-neutral-inverse-outline: #cccccc;
303
+ --cre8-color-button-tertiary-danger-bg: #ffffff;
304
+ --cre8-color-button-tertiary-danger-inverse-bg: #ffffff;
305
+ --cre8-color-button-tertiary-danger-bg-hover: #ffffff;
306
+ --cre8-color-button-tertiary-danger-inverse-bg-hover: #ffffff;
307
+ --cre8-color-button-tertiary-danger-bg-active: #ffffff;
308
+ --cre8-color-button-tertiary-danger-inverse-bg-active: #ffffff;
309
+ --cre8-color-button-tertiary-danger-bg-disabled: #ffffff;
310
+ --cre8-color-button-tertiary-danger-inverse-bg-disabled: #ffffff;
311
+ --cre8-color-button-tertiary-danger-content: #cccccc;
312
+ --cre8-color-button-tertiary-danger-inverse-content: #cccccc;
313
+ --cre8-color-button-tertiary-danger-content-hover: #cccccc;
314
+ --cre8-color-button-tertiary-danger-inverse-content-hover: #cccccc;
315
+ --cre8-color-button-tertiary-danger-content-active: #cccccc;
316
+ --cre8-color-button-tertiary-danger-inverse-content-active: #cccccc;
317
+ --cre8-color-button-tertiary-danger-content-disabled: #cccccc;
318
+ --cre8-color-button-tertiary-danger-inverse-content-disabled: #cccccc;
319
+ --cre8-color-button-tertiary-danger-border: #AFAFAF;
320
+ --cre8-color-button-tertiary-danger-inverse-border: #AFAFAF;
321
+ --cre8-color-button-tertiary-danger-border-hover: #AFAFAF;
322
+ --cre8-color-button-tertiary-danger-inverse-border-hover: #AFAFAF;
323
+ --cre8-color-button-tertiary-danger-border-active: #AFAFAF;
324
+ --cre8-color-button-tertiary-danger-inverse-border-active: #AFAFAF;
325
+ --cre8-color-button-tertiary-danger-border-disabled: #AFAFAF;
326
+ --cre8-color-button-tertiary-danger-inverse-border-disabled: #AFAFAF;
327
+ --cre8-color-button-tertiary-danger-outline: #cccccc;
328
+ --cre8-color-button-tertiary-danger-inverse-outline: #cccccc;
329
+ --cre8-color-bg-default: #ffffff;
330
+ --cre8-color-bg-default-hover: #ffffff;
331
+ --cre8-color-bg-default-active: #ffffff;
332
+ --cre8-color-bg-subtle: #ffffff;
333
+ --cre8-color-bg-moderate: #ffffff;
334
+ --cre8-color-bg-inverse-moderate: #ffffff;
335
+ --cre8-color-bg-strong: #ffffff;
336
+ --cre8-color-bg-disabled: #ffffff;
337
+ --cre8-color-bg-brand: #ffffff;
338
+ --cre8-color-bg-brand-active: #ffffff;
339
+ --cre8-color-bg-brand-hover: #ffffff;
340
+ --cre8-color-bg-brand-strong: #ffffff;
341
+ --cre8-color-bg-brand-strong-hover: #ffffff;
342
+ --cre8-color-bg-brand-strong-active: #ffffff;
343
+ --cre8-color-bg-brand-xstrong: #ffffff;
344
+ --cre8-color-bg-brand-xstrong-hover: #ffffff;
345
+ --cre8-color-bg-brand-xstrong-active: #ffffff;
346
+ --cre8-color-bg-success: #ffffff;
347
+ --cre8-color-bg-success-strong: #ffffff;
348
+ --cre8-color-bg-error: #ffffff;
349
+ --cre8-color-bg-error-strong: #ffffff;
350
+ --cre8-color-bg-warning: #ffffff;
351
+ --cre8-color-bg-warning-strong: #ffffff;
352
+ --cre8-color-bg-info: #ffffff;
353
+ --cre8-color-bg-info-strong: #ffffff;
354
+ --cre8-color-bg-attention: #ffffff;
355
+ --cre8-color-bg-attention-strong: #ffffff;
356
+ --cre8-color-bg-opacity-transparent: #ffffff;
357
+ --cre8-color-bg-opacity-default: #ffffff;
358
+ --cre8-color-bg-active: #ffffff;
359
+ --cre8-color-bg-inverse-active: #ffffff;
360
+ --cre8-color-content-default: #cccccc;
361
+ --cre8-color-content-subtle: #cccccc;
362
+ --cre8-color-content-disabled: #cccccc;
363
+ --cre8-color-content-knockout: #cccccc;
364
+ --cre8-color-content-brand: #1a73e8;
365
+ --cre8-color-content-brand-strong: #1a73e8;
366
+ --cre8-color-content-brand-knockout: #1a73e8;
367
+ --cre8-color-content-success: #0e8d69;
368
+ --cre8-color-content-success-icon: #0e8d69;
369
+ --cre8-color-content-error: #e14c4c;
370
+ --cre8-color-content-error-icon: #e14c4c;
371
+ --cre8-color-content-warning-icon: #f6a623;
372
+ --cre8-color-content-info-icon: #5b6af9;
373
+ --cre8-color-content-attention-icon: #cccccc;
374
+ --cre8-color-content-link: #cccccc;
375
+ --cre8-color-content-inverse-link: #cccccc;
376
+ --cre8-color-content-link-hover: #cccccc;
377
+ --cre8-color-content-inverse-link-hover: #cccccc;
378
+ --cre8-color-content-link-focus: #cccccc;
379
+ --cre8-color-content-inverse-link-focus: #cccccc;
380
+ --cre8-color-content-link-visited: #cccccc;
381
+ --cre8-color-content-inverse-link-visited: #cccccc;
382
+ --cre8-color-content-link-disabled: #cccccc;
383
+ --cre8-color-content-inverse-link-disabled: #cccccc;
384
+ --cre8-color-content-link-active: #cccccc;
385
+ --cre8-color-content-inverse-link-active: #cccccc;
386
+ --cre8-color-border-default: #AFAFAF;
387
+ --cre8-color-border-strong: #AFAFAF;
388
+ --cre8-color-border-knockout: #AFAFAF;
389
+ --cre8-color-border-disabled: #AFAFAF;
390
+ --cre8-color-border-brand: #AFAFAF;
391
+ --cre8-color-border-brand-subtle: #AFAFAF;
392
+ --cre8-color-border-brand-strong: #AFAFAF;
393
+ --cre8-color-border-success: #AFAFAF;
394
+ --cre8-color-border-error: #AFAFAF;
395
+ --cre8-color-border-warning: #AFAFAF;
396
+ --cre8-color-border-info: #AFAFAF;
397
+ --cre8-color-border-attention: #AFAFAF;
398
+ --cre8-color-border-transparent: #AFAFAF;
399
+ --cre8-color-border-active-outline: #AFAFAF;
400
+ --cre8-color-border-inverse-active-outline: #AFAFAF;
401
+ --cre8-font-size-0: 0.75rem;
402
+ --cre8-font-size-1: 0.875rem;
403
+ --cre8-font-size-2: 1rem;
404
+ --cre8-font-size-3: 1.125rem;
405
+ --cre8-font-size-4: 1.25rem;
406
+ --cre8-font-size-5: 1.5rem;
407
+ --cre8-font-size-6: 1.75rem;
408
+ --cre8-font-size-7: 2rem;
409
+ --cre8-font-size-8: 2.5rem;
410
+ --cre8-font-size-9: 3rem;
411
+ --cre8-font-size-10: 0.75rem;
412
+ --cre8-font-size-11: 0.875rem;
413
+ --cre8-font-size-12: 1rem;
414
+ --cre8-font-size-13: 1.125rem;
415
+ --cre8-letter-spacing-0: 0;
416
+ --cre8-letter-spacing-1: 0.5rem;
417
+ --cre8-letter-spacing-2: 0.125rem;
418
+ --cre8-letter-spacing-3: 0.5rem;
419
+ --cre8-letter-spacing-4: 0.25rem;
420
+ --cre8-letter-spacing-5: 0.5rem;
421
+ --cre8-letter-spacing-6: 0.5rem;
422
+ --cre8-paragraph-spacing-0: 0;
423
+ --cre8-text-case-none: #cccccc;
424
+ --cre8-text-case-uppercase: #cccccc;
425
+ --cre8-text-decoration-none: #cccccc;
426
+ --cre8-text-decoration-underline: #cccccc;
427
+ --cre8-paragraph-indent-0: #cccccc;
428
+ --cre8-border-radius-small: #AFAFAF;
429
+ --cre8-border-radius-default: #AFAFAF;
430
+ --cre8-border-radius-large: #AFAFAF;
431
+ --cre8-border-radius-round: #AFAFAF;
432
+ --cre8-border-radius-button: #AFAFAF;
433
+ --cre8-border-radius-badge: #AFAFAF;
434
+ --cre8-border-radius-tabs: #AFAFAF;
435
+ --cre8-border-radius-container: #AFAFAF;
436
+ --cre8-border-radius-field: #AFAFAF;
437
+ --cre8-border-radius-field-brand: #AFAFAF;
438
+ --cre8-border-radius-brand: #AFAFAF;
439
+ --cre8-border-radius-none: #AFAFAF;
440
+ --cre8-border-width-none: #AFAFAF;
441
+ --cre8-border-width-default: #AFAFAF;
442
+ --cre8-border-width-focus: #AFAFAF;
443
+ --cre8-border-width-large: #AFAFAF;
444
+ --cre8-border-width-button-tertiary-outline-focus: #AFAFAF;
445
+ --cre8-border-width-button-default: #AFAFAF;
446
+ --cre8-border-width-tab-selected: #AFAFAF;
447
+ --cre8-border-width-tab-default: #AFAFAF;
448
+ --cre8-border-style-button-tertiary-outline-focus: #AFAFAF;
449
+ --cre8-border-style-default: #AFAFAF;
450
+ --cre8-shadow-default: rgba(0, 0, 0, 0.5);
451
+ --cre8-shadow-button: rgba(0, 0, 0, 0.5);
452
+ --cre8-shadow-none: rgba(0, 0, 0, 0.5);
453
+ --cre8-shadow-large: rgba(0, 0, 0, 0.5);
454
+ --cre8-shadow-small: rgba(0, 0, 0, 0.5);
455
+ --cre8-color-link-bg-active: #ffffff;
456
+ --cre8-font-families-inter: 'Aeonik', sans-serif;
457
+ --cre8-font-weights-inter-0:'Aeonik', sans-serif;;
458
+ --cre8-font-weights-inter-1: 'Aeonik', sans-serif;
459
+ --cre8-font-weights-inter-2: 'Aeonik', sans-serif;
460
+ --cre8-font-weights-inter-3:'Aeonik', sans-serif;
461
+ --cre8-line-heights-0: 1.5;
462
+ --cre8-line-heights-1: 1.5;
463
+ --cre8-line-heights-2: 1.5;
464
+ --cre8-line-heights-3: 1.5;
465
+ --cre8-line-heights-4: 1.5;
466
+ --cre8-line-heights-5: 1.5;
467
+ --cre8-line-heights-6: 1.5;
468
+ --cre8-line-heights-7: 1.5;
469
+ --cre8-line-heights-8: 1.5;
470
+ --cre8-line-heights-9: 1.5;
471
+ --cre8-line-heights-10: 1.5;
472
+ --cre8-line-heights-11: 1.5;
473
+ --cre8-line-heights-12: 1.5;
474
+ --cre8-line-heights-13: 1.5;
475
+ --cre8-line-heights-14: 1.5;
476
+ --cre8-line-heights-15: 1.5;
477
+ --cre8-line-heights-16: 1.5;
478
+ --cre8-line-heights-17: 1.5;
479
+ --cre8-line-heights-18: 1.5;
480
+ --cre8-icon-size-small: #cccccc;
481
+ --cre8-icon-size-default: #cccccc;
482
+ --cre8-icon-size-large: #cccccc;
483
+ --cre8-badge-padding-horizontal: 0.5rem;
484
+ --cre8-badge-padding-vertical: 0.5rem;
485
+ --cre8-progress-meter-height: #cccccc;
486
+ --cre8-breakpoint-xsm: #cccccc;
487
+ --cre8-breakpoint-sm: #cccccc;
488
+ --cre8-breakpoint-md: #cccccc;
489
+ --cre8-breakpoint-lg: #cccccc;
490
+ --cre8-breakpoint-xl: #cccccc;
491
+ --cre8-breakpoint-xxl: #cccccc;
492
+ --cre8-typography-body-xlarge-font-family: #cccccc;
493
+ --cre8-typography-body-xlarge-font-size: 1rem;
494
+ --cre8-typography-body-xlarge-font-weight: #cccccc;
495
+ --cre8-typography-body-xlarge-line-height: 1.5;
496
+ --cre8-typography-body-xlarge-text-decoration: #cccccc;
497
+ --cre8-typography-body-xlarge-text-transform: #cccccc;
498
+ --cre8-typography-body-xlarge-strong-font-family: #cccccc;
499
+ --cre8-typography-body-xlarge-strong-font-size: 1rem;
500
+ --cre8-typography-body-xlarge-strong-font-weight: #cccccc;
501
+ --cre8-typography-body-xlarge-strong-line-height: 1.5;
502
+ --cre8-typography-body-xlarge-strong-text-decoration: #cccccc;
503
+ --cre8-typography-body-xlarge-strong-text-transform: #cccccc;
504
+ --cre8-typography-body-xlarge-link-font-family: #cccccc;
505
+ --cre8-typography-body-xlarge-link-font-size: 1rem;
506
+ --cre8-typography-body-xlarge-link-font-weight: #cccccc;
507
+ --cre8-typography-body-xlarge-link-line-height: 1.5;
508
+ --cre8-typography-body-xlarge-link-text-decoration: #cccccc;
509
+ --cre8-typography-body-xlarge-link-text-transform: #cccccc;
510
+ --cre8-typography-body-large-font-family: #cccccc;
511
+ --cre8-typography-body-large-font-size: 1rem;
512
+ --cre8-typography-body-large-font-weight: #cccccc;
513
+ --cre8-typography-body-large-line-height: 1.5;
514
+ --cre8-typography-body-large-text-decoration: #cccccc;
515
+ --cre8-typography-body-large-text-transform: #cccccc;
516
+ --cre8-typography-body-large-strong-font-family: #cccccc;
517
+ --cre8-typography-body-large-strong-font-size: 1rem;
518
+ --cre8-typography-body-large-strong-font-weight: #cccccc;
519
+ --cre8-typography-body-large-strong-line-height: 1.5;
520
+ --cre8-typography-body-large-strong-text-decoration: #cccccc;
521
+ --cre8-typography-body-large-strong-text-transform: #cccccc;
522
+ --cre8-typography-body-default-font-family: #cccccc;
523
+ --cre8-typography-body-default-font-size: 1rem;
524
+ --cre8-typography-body-default-font-weight: #cccccc;
525
+ --cre8-typography-body-default-line-height: 1.5;
526
+ --cre8-typography-body-default-text-decoration: #cccccc;
527
+ --cre8-typography-body-default-text-transform: #cccccc;
528
+ --cre8-typography-body-default-strong-font-family: #cccccc;
529
+ --cre8-typography-body-default-strong-font-size: 1rem;
530
+ --cre8-typography-body-default-strong-font-weight: #cccccc;
531
+ --cre8-typography-body-default-strong-line-height: 1.5;
532
+ --cre8-typography-body-default-strong-text-decoration: #cccccc;
533
+ --cre8-typography-body-default-strong-text-transform: #cccccc;
534
+ --cre8-typography-body-small-font-family: #cccccc;
535
+ --cre8-typography-body-small-font-size: 1rem;
536
+ --cre8-typography-body-small-font-weight: #cccccc;
537
+ --cre8-typography-body-small-line-height: 1.5;
538
+ --cre8-typography-body-small-text-decoration: #cccccc;
539
+ --cre8-typography-body-small-text-transform: #cccccc;
540
+ --cre8-typography-body-small-strong-font-family: #cccccc;
541
+ --cre8-typography-body-small-strong-font-size: 1rem;
542
+ --cre8-typography-body-small-strong-font-weight: #cccccc;
543
+ --cre8-typography-body-small-strong-line-height: 1.5;
544
+ --cre8-typography-body-small-strong-text-decoration: #cccccc;
545
+ --cre8-typography-body-small-strong-text-transform: #cccccc;
546
+ --cre8-typography-body-large-link-font-family: #cccccc;
547
+ --cre8-typography-body-large-link-font-size: 1rem;
548
+ --cre8-typography-body-large-link-font-weight: #cccccc;
549
+ --cre8-typography-body-large-link-line-height: 1.5;
550
+ --cre8-typography-body-large-link-text-decoration: #cccccc;
551
+ --cre8-typography-body-large-link-text-transform: #cccccc;
552
+ --cre8-typography-body-default-link-font-family: #cccccc;
553
+ --cre8-typography-body-default-link-font-size: 1rem;
554
+ --cre8-typography-body-default-link-font-weight: #cccccc;
555
+ --cre8-typography-body-default-link-line-height: 1.5;
556
+ --cre8-typography-body-default-link-text-decoration: #cccccc;
557
+ --cre8-typography-body-default-link-text-transform: #cccccc;
558
+ --cre8-typography-body-small-link-font-family: #cccccc;
559
+ --cre8-typography-body-small-link-font-size: 1rem;
560
+ --cre8-typography-body-small-link-font-weight: #cccccc;
561
+ --cre8-typography-body-small-link-line-height: 1.5;
562
+ --cre8-typography-body-small-link-text-decoration: #cccccc;
563
+ --cre8-typography-body-small-link-text-transform: #cccccc;
564
+ --cre8-typography-label-default-font-family: #cccccc;
565
+ --cre8-typography-label-default-font-size: 1rem;
566
+ --cre8-typography-label-default-font-weight: #cccccc;
567
+ --cre8-typography-label-default-line-height: 1.5;
568
+ --cre8-typography-label-default-text-decoration: #cccccc;
569
+ --cre8-typography-label-default-text-transform: #cccccc;
570
+ --cre8-typography-label-large-font-family: #cccccc;
571
+ --cre8-typography-label-large-font-size: 1rem;
572
+ --cre8-typography-label-large-font-weight: #cccccc;
573
+ --cre8-typography-label-large-line-height: 1.5;
574
+ --cre8-typography-label-large-text-decoration: #cccccc;
575
+ --cre8-typography-label-large-text-transform: #cccccc;
576
+ --cre8-typography-label-small-font-family: #cccccc;
577
+ --cre8-typography-label-small-font-size: 1rem;
578
+ --cre8-typography-label-small-font-weight: #cccccc;
579
+ --cre8-typography-label-small-line-height: 1.5;
580
+ --cre8-typography-label-small-text-decoration: #cccccc;
581
+ --cre8-typography-label-small-text-transform: #cccccc;
582
+ --cre8-typography-title-xlarge-font-family: #cccccc;
583
+ --cre8-typography-title-xlarge-font-size: 1rem;
584
+ --cre8-typography-title-xlarge-font-weight: #cccccc;
585
+ --cre8-typography-title-xlarge-line-height: 1.5;
586
+ --cre8-typography-title-xlarge-text-decoration: #cccccc;
587
+ --cre8-typography-title-xlarge-text-transform: #cccccc;
588
+ --cre8-typography-title-xlarge-mobile-font-family: #cccccc;
589
+ --cre8-typography-title-xlarge-mobile-font-size: 1rem;
590
+ --cre8-typography-title-xlarge-mobile-font-weight: #cccccc;
591
+ --cre8-typography-title-xlarge-mobile-line-height: 1.5;
592
+ --cre8-typography-title-xlarge-mobile-text-decoration: #cccccc;
593
+ --cre8-typography-title-xlarge-mobile-text-transform: #cccccc;
594
+ --cre8-typography-title-large-font-family: #cccccc;
595
+ --cre8-typography-title-large-font-size: 1rem;
596
+ --cre8-typography-title-large-font-weight: #cccccc;
597
+ --cre8-typography-title-large-line-height: 1.5;
598
+ --cre8-typography-title-large-text-decoration: #cccccc;
599
+ --cre8-typography-title-large-text-transform: #cccccc;
600
+ --cre8-typography-title-large-mobile-font-family: #cccccc;
601
+ --cre8-typography-title-large-mobile-font-size: 1rem;
602
+ --cre8-typography-title-large-mobile-font-weight: #cccccc;
603
+ --cre8-typography-title-large-mobile-line-height: 1.5;
604
+ --cre8-typography-title-large-mobile-text-decoration: #cccccc;
605
+ --cre8-typography-title-large-mobile-text-transform: #cccccc;
606
+ --cre8-typography-title-default-font-family: #cccccc;
607
+ --cre8-typography-title-default-font-size: 1rem;
608
+ --cre8-typography-title-default-font-weight: #cccccc;
609
+ --cre8-typography-title-default-line-height: 1.5;
610
+ --cre8-typography-title-default-text-decoration: #cccccc;
611
+ --cre8-typography-title-default-text-transform: #cccccc;
612
+ --cre8-typography-title-default-mobile-font-family: #cccccc;
613
+ --cre8-typography-title-default-mobile-font-size: 1rem;
614
+ --cre8-typography-title-default-mobile-font-weight: #cccccc;
615
+ --cre8-typography-title-default-mobile-line-height: 1.5;
616
+ --cre8-typography-title-default-mobile-text-decoration: #cccccc;
617
+ --cre8-typography-title-default-mobile-text-transform: #cccccc;
618
+ --cre8-typography-title-small-font-family: #cccccc;
619
+ --cre8-typography-title-small-font-size: 1rem;
620
+ --cre8-typography-title-small-font-weight: #cccccc;
621
+ --cre8-typography-title-small-line-height: 1.5;
622
+ --cre8-typography-title-small-text-decoration: #cccccc;
623
+ --cre8-typography-title-small-text-transform: #cccccc;
624
+ --cre8-typography-title-small-mobile-font-family: #cccccc;
625
+ --cre8-typography-title-small-mobile-font-size: 1rem;
626
+ --cre8-typography-title-small-mobile-font-weight: #cccccc;
627
+ --cre8-typography-title-small-mobile-line-height: 1.5;
628
+ --cre8-typography-title-small-mobile-text-decoration: #cccccc;
629
+ --cre8-typography-title-small-mobile-text-transform: #cccccc;
630
+ --cre8-typography-headline-large-font-family: #cccccc;
631
+ --cre8-typography-headline-large-font-size: 1rem;
632
+ --cre8-typography-headline-large-font-weight: #cccccc;
633
+ --cre8-typography-headline-large-line-height: 1.5;
634
+ --cre8-typography-headline-large-text-decoration: #cccccc;
635
+ --cre8-typography-headline-large-text-transform: #cccccc;
636
+ --cre8-typography-headline-large-mobile-font-family: #cccccc;
637
+ --cre8-typography-headline-large-mobile-font-size: 1rem;
638
+ --cre8-typography-headline-large-mobile-font-weight: #cccccc;
639
+ --cre8-typography-headline-large-mobile-line-height: 1.5;
640
+ --cre8-typography-headline-large-mobile-text-decoration: #cccccc;
641
+ --cre8-typography-headline-large-mobile-text-transform: #cccccc;
642
+ --cre8-typography-headline-default-font-family: #cccccc;
643
+ --cre8-typography-headline-default-font-size: 1rem;
644
+ --cre8-typography-headline-default-font-weight: #cccccc;
645
+ --cre8-typography-headline-default-line-height: 1.5;
646
+ --cre8-typography-headline-default-text-decoration: #cccccc;
647
+ --cre8-typography-headline-default-text-transform: #cccccc;
648
+ --cre8-typography-headline-default-mobile-font-family: #cccccc;
649
+ --cre8-typography-headline-default-mobile-font-size: 1rem;
650
+ --cre8-typography-headline-default-mobile-font-weight: #cccccc;
651
+ --cre8-typography-headline-default-mobile-line-height: 1.5;
652
+ --cre8-typography-headline-default-mobile-text-decoration: #cccccc;
653
+ --cre8-typography-headline-default-mobile-text-transform: #cccccc;
654
+ --cre8-typography-headline-small-font-family: #cccccc;
655
+ --cre8-typography-headline-small-font-size: 1rem;
656
+ --cre8-typography-headline-small-font-weight: #cccccc;
657
+ --cre8-typography-headline-small-line-height: 1.5;
658
+ --cre8-typography-headline-small-text-decoration: #cccccc;
659
+ --cre8-typography-headline-small-text-transform: #cccccc;
660
+ --cre8-typography-headline-small-mobile-font-family: #cccccc;
661
+ --cre8-typography-headline-small-mobile-font-size: 1rem;
662
+ --cre8-typography-headline-small-mobile-font-weight: #cccccc;
663
+ --cre8-typography-headline-small-mobile-line-height: 1.5;
664
+ --cre8-typography-headline-small-mobile-text-decoration: #cccccc;
665
+ --cre8-typography-headline-small-mobile-text-transform: #cccccc;
666
+ --cre8-typography-headline-xsmall-font-family: #cccccc;
667
+ --cre8-typography-headline-xsmall-font-size: 1rem;
668
+ --cre8-typography-headline-xsmall-font-weight: #cccccc;
669
+ --cre8-typography-headline-xsmall-line-height: 1.5;
670
+ --cre8-typography-headline-xsmall-text-decoration: #cccccc;
671
+ --cre8-typography-headline-xsmall-text-transform: #cccccc;
672
+ --cre8-typography-headline-xsmall-mobile-font-family: #cccccc;
673
+ --cre8-typography-headline-xsmall-mobile-font-size: 1rem;
674
+ --cre8-typography-headline-xsmall-mobile-font-weight: #cccccc;
675
+ --cre8-typography-headline-xsmall-mobile-line-height: 1.5;
676
+ --cre8-typography-headline-xsmall-mobile-text-decoration: #cccccc;
677
+ --cre8-typography-headline-xsmall-mobile-text-transform: #cccccc;
678
+ --cre8-typography-display-large-font-family: #cccccc;
679
+ --cre8-typography-display-large-font-size: 1rem;
680
+ --cre8-typography-display-large-font-weight: #cccccc;
681
+ --cre8-typography-display-large-line-height: 1.5;
682
+ --cre8-typography-display-large-text-decoration: #cccccc;
683
+ --cre8-typography-display-large-text-transform: #cccccc;
684
+ --cre8-typography-display-large-mobile-font-family: #cccccc;
685
+ --cre8-typography-display-large-mobile-font-size: 1rem;
686
+ --cre8-typography-display-large-mobile-font-weight: #cccccc;
687
+ --cre8-typography-display-large-mobile-line-height: 1.5;
688
+ --cre8-typography-display-large-mobile-text-decoration: #cccccc;
689
+ --cre8-typography-display-large-mobile-text-transform: #cccccc;
690
+ --cre8-typography-display-default-font-family: #cccccc;
691
+ --cre8-typography-display-default-font-size: 1rem;
692
+ --cre8-typography-display-default-font-weight: #cccccc;
693
+ --cre8-typography-display-default-line-height: 1.5;
694
+ --cre8-typography-display-default-text-decoration: #cccccc;
695
+ --cre8-typography-display-default-text-transform: #cccccc;
696
+ --cre8-typography-display-default-mobile-font-family: #cccccc;
697
+ --cre8-typography-display-default-mobile-font-size: 1rem;
698
+ --cre8-typography-display-default-mobile-font-weight: #cccccc;
699
+ --cre8-typography-display-default-mobile-line-height: 1.5;
700
+ --cre8-typography-display-default-mobile-text-decoration: #cccccc;
701
+ --cre8-typography-display-default-mobile-text-transform: #cccccc;
702
+ --cre8-typography-display-small-font-family: #cccccc;
703
+ --cre8-typography-display-small-font-size: 1rem;
704
+ --cre8-typography-display-small-font-weight: #cccccc;
705
+ --cre8-typography-display-small-line-height: 1.5;
706
+ --cre8-typography-display-small-text-decoration: #cccccc;
707
+ --cre8-typography-display-small-text-transform: #cccccc;
708
+ --cre8-typography-display-small-mobile-font-family: #cccccc;
709
+ --cre8-typography-display-small-mobile-font-size: 1rem;
710
+ --cre8-typography-display-small-mobile-font-weight: #cccccc;
711
+ --cre8-typography-display-small-mobile-line-height: 1.5;
712
+ --cre8-typography-display-small-mobile-text-decoration: #cccccc;
713
+ --cre8-typography-display-small-mobile-text-transform: #cccccc;
714
+ --cre8-typography-meta-default-font-family: #cccccc;
715
+ --cre8-typography-meta-default-font-size: 1rem;
716
+ --cre8-typography-meta-default-font-weight: #cccccc;
717
+ --cre8-typography-meta-default-line-height: 1.5;
718
+ --cre8-typography-meta-default-text-decoration: #cccccc;
719
+ --cre8-typography-meta-default-text-transform: #cccccc;
720
+ --cre8-typography-meta-default-sentence-case-font-family: #cccccc;
721
+ --cre8-typography-meta-default-sentence-case-font-size: 1rem;
722
+ --cre8-typography-meta-default-sentence-case-font-weight: #cccccc;
723
+ --cre8-typography-meta-default-sentence-case-line-height: 1.5;
724
+ --cre8-typography-meta-default-sentence-case-text-decoration: #cccccc;
725
+ --cre8-typography-meta-default-sentence-case-text-transform: #cccccc;
726
+ --cre8-typography-meta-large-font-family: #cccccc;
727
+ --cre8-typography-meta-large-font-size: 1rem;
728
+ --cre8-typography-meta-large-font-weight: #cccccc;
729
+ --cre8-typography-meta-large-line-height: 1.5;
730
+ --cre8-typography-meta-large-text-decoration: #cccccc;
731
+ --cre8-typography-meta-large-text-transform: #cccccc;
732
+ --cre8-typography-meta-small-font-family: #cccccc;
733
+ --cre8-typography-meta-small-font-size: 1rem;
734
+ --cre8-typography-meta-small-font-weight: #cccccc;
735
+ --cre8-typography-meta-small-line-height: 1.5;
736
+ --cre8-typography-meta-small-text-decoration: #cccccc;
737
+ --cre8-typography-meta-small-text-transform: #cccccc;
738
+ }