@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,464 @@
1
+ /**
2
+ * #-legacy: all tokens
3
+ */
4
+
5
+ :root {
6
+ --cre8-desktop-menu-padding-vertical-padding: 1rem;
7
+ --cre8-desktop-menu-padding-horizontal-padding: 0.5rem;
8
+ --cre8-color-header-bg-default: #ffffff;
9
+ --cre8-color-header-inverse-bg-default: #0170bc;
10
+ --cre8-color-header-bg-secondary: #0170bc;
11
+ --cre8-color-header-inverse-bg-secondary: #ffffff;
12
+ --cre8-color-header-bg-tertiary: #f9fafd;
13
+ --cre8-color-header-inverse-bg-tertiary: #0170bc;
14
+ --cre8-color-header-menu-bg-default: #ffffff;
15
+ --cre8-color-header-menu-inverse-bg-default: #0170bc;
16
+ --cre8-color-header-menu-bg-selected: #ffffff;
17
+ --cre8-color-header-menu-inverse-bg-selected: #0170bc;
18
+ --cre8-color-header-menu-bg-hover: #ffffff;
19
+ --cre8-color-header-menu-inverse-bg-hover: #014371;
20
+ --cre8-color-header-menu-bg-pressed: #e5f0f8;
21
+ --cre8-color-header-menu-inverse-bg-pressed: #014371;
22
+ --cre8-color-header-menu-bg-active: #e5f0f8;
23
+ --cre8-color-header-menu-inverse-bg-active: #014371;
24
+ --cre8-color-header-menu-bg-focus: #ffffff;
25
+ --cre8-color-header-menu-inverse-bg-focus: #014371;
26
+ --cre8-color-header-menu-content-default: #0170bc;
27
+ --cre8-color-header-menu-inverse-content-default: #ffffff;
28
+ --cre8-color-header-menu-content-hover: #ffffff;
29
+ --cre8-color-header-menu-inverse-content-hover: #ffffff;
30
+ --cre8-color-header-menu-content-pressed: #ffffff;
31
+ --cre8-color-header-menu-inverse-content-pressed: #ffffff;
32
+ --cre8-color-header-menu-content-active: #ffffff;
33
+ --cre8-color-header-menu-inverse-content-active: #ffffff;
34
+ --cre8-color-header-menu-content-selected: #ffffff;
35
+ --cre8-color-header-menu-inverse-content-selected: #ffffff;
36
+ --cre8-color-header-menu-content-focus: #ffffff;
37
+ --cre8-color-header-menu-inverse-content-focus: #ffffff;
38
+ --cre8-color-header-menu-border-default: #0170bc;
39
+ --cre8-color-header-menu-inverse-border-default: #0170bc;
40
+ --cre8-color-header-menu-border-pressed: #014371;
41
+ --cre8-color-header-menu-inverse-border-pressed: #f9fafd;
42
+ --cre8-color-header-menu-border-active: #014371;
43
+ --cre8-color-header-menu-inverse-border-active: #f9fafd;
44
+ --cre8-color-header-menu-border-selected: #014371;
45
+ --cre8-color-header-menu-inverse-border-selected: #e5f0f8;
46
+ --cre8-color-header-menu-border-focus: #014371;
47
+ --cre8-color-header-menu-inverse-border-focus: #f9fafd;
48
+ --cre8-color-header-submenu-bg-default: #ffffff;
49
+ --cre8-color-header-submenu-inverse-bg-default: #ffffff;
50
+ --cre8-color-header-submenu-bg-hover: #f2f8fb;
51
+ --cre8-color-header-submenu-inverse-bg-hover: #f2f8fb;
52
+ --cre8-color-header-submenu-bg-pressed: #f2f8fb;
53
+ --cre8-color-header-submenu-inverse-bg-pressed: #f2f8fb;
54
+ --cre8-color-header-submenu-bg-active: #f2f8fb;
55
+ --cre8-color-header-submenu-inverse-bg-active: #f2f8fb;
56
+ --cre8-color-header-submenu-bg-focus: #f2f8fb;
57
+ --cre8-color-header-submenu-inverse-bg-focus: #f2f8fb;
58
+ --cre8-color-header-submenu-bg-selected: #f2f8fb;
59
+ --cre8-color-header-submenu-inverse-bg-selected: #f2f8fb;
60
+ --cre8-color-header-submenu-content-default: #014371;
61
+ --cre8-color-header-submenu-inverse-content-default: #014371;
62
+ --cre8-color-header-submenu-content-hover: #014371;
63
+ --cre8-color-header-submenu-inverse-content-hover: #014371;
64
+ --cre8-color-header-submenu-content-pressed: #014371;
65
+ --cre8-color-header-submenu-inverse-content-pressed: #014371;
66
+ --cre8-color-header-submenu-content-active: #014371;
67
+ --cre8-color-header-submenu-inverse-content-active: #014371;
68
+ --cre8-color-header-submenu-content-focus: #014371;
69
+ --cre8-color-header-submenu-inverse-content-focus: #014371;
70
+ --cre8-color-header-submenu-content-selected: #014371;
71
+ --cre8-color-header-submenu-inverse-content-selected: #014371;
72
+ --cre8-color-header-submenu-border-default: #014371;
73
+ --cre8-color-header-submenu-inverse-border-default: #014371;
74
+ --cre8-color-header-submenu-border-hover: #014371;
75
+ --cre8-color-header-submenu-inverse-border-hover: #014371;
76
+ --cre8-color-header-submenu-border-focus: #014371;
77
+ --cre8-color-header-submenu-inverse-border-focus: #014371;
78
+ --cre8-color-header-submenu-border-active: #014371;
79
+ --cre8-color-header-submenu-inverse-border-active: #014371;
80
+ --cre8-color-header-submenu-border-pressed: #014371;
81
+ --cre8-color-header-submenu-inverse-border-pressed: #014371;
82
+ --cre8-color-header-submenu-border-selected: #014371;
83
+ --cre8-color-header-submenu-inverse-border-selected: #014371;
84
+ --cre8-spacing-0: 0rem;
85
+ --cre8-spacing-2: 0.125rem;
86
+ --cre8-spacing-4: 0.25rem;
87
+ --cre8-spacing-6: 0.375rem;
88
+ --cre8-spacing-8: 0.5rem;
89
+ --cre8-spacing-12: 0.75rem;
90
+ --cre8-spacing-14: 0.875rem;
91
+ --cre8-spacing-16: 1rem;
92
+ --cre8-spacing-18: 1.125rem;
93
+ --cre8-spacing-24: 1.5rem;
94
+ --cre8-spacing-32: 2rem;
95
+ --cre8-spacing-40: 2.5rem;
96
+ --cre8-spacing-48: 3rem;
97
+ --cre8-spacing-64: 4rem;
98
+ --cre8-spacing-80: 5rem;
99
+ --cre8-spacing-96: 6rem;
100
+ --cre8-spacing-120: 7.5rem;
101
+ --cre8-spacing-160: 10rem;
102
+ --cre8-color-footer-bg-default: #f9fafd;
103
+ --cre8-color-footer-bg-secondary: #282c2f;
104
+ --cre8-color-footer-content-default: #282c2f;
105
+ --cre8-color-footer-content-secondary: #ffffff;
106
+ --cre8-color-footer-link-default: #0170bc;
107
+ --cre8-color-footer-link-hover: #014371;
108
+ --cre8-color-button-primary-danger-bg: #7f848b;
109
+ --cre8-color-button-primary-danger-inverse-bg: #ffffff;
110
+ --cre8-color-button-primary-danger-bg-hover: #5a636b;
111
+ --cre8-color-button-primary-danger-inverse-bg-hover: #f2f4f9;
112
+ --cre8-color-button-primary-danger-bg-active: #282c2f;
113
+ --cre8-color-button-primary-danger-inverse-bg-active: #eef1f5;
114
+ --cre8-color-button-primary-danger-bg-disabled: #cccccc;
115
+ --cre8-color-button-primary-danger-inverse-bg-disabled: #cccccc;
116
+ --cre8-color-button-primary-danger-content: #ffffff;
117
+ --cre8-color-button-primary-danger-inverse-content: #000000;
118
+ --cre8-color-button-primary-danger-content-hover: #f9fafd;
119
+ --cre8-color-button-primary-danger-inverse-content-hover: #000000;
120
+ --cre8-color-button-primary-danger-content-active: #f9fafd;
121
+ --cre8-color-button-primary-danger-inverse-content-active: #000000;
122
+ --cre8-color-button-primary-danger-content-disabled: #f9fafd;
123
+ --cre8-color-button-primary-danger-inverse-content-disabled: #000000;
124
+ --cre8-color-button-primary-danger-border: #7f848b;
125
+ --cre8-color-button-primary-danger-inverse-border: #ffffff;
126
+ --cre8-color-button-primary-danger-border-hover: #5a636b;
127
+ --cre8-color-button-primary-danger-inverse-border-hover: #f2f4f9;
128
+ --cre8-color-button-primary-danger-border-active: #282c2f;
129
+ --cre8-color-button-primary-danger-inverse-border-active: #eef1f5;
130
+ --cre8-color-button-primary-danger-border-disabled: #cccccc;
131
+ --cre8-color-button-primary-danger-inverse-border-disabled: #cccccc;
132
+ --cre8-color-button-primary-danger-outline: #282c2f;
133
+ --cre8-color-button-primary-danger-inverse-outline: #ffffff;
134
+ --cre8-color-button-primary-bg: #0170bc;
135
+ --cre8-color-button-primary-inverse-bg: #0170bc;
136
+ --cre8-color-button-primary-bg-hover: #014371;
137
+ --cre8-color-button-primary-inverse-bg-hover: #014371;
138
+ --cre8-color-button-primary-bg-active: #014371;
139
+ --cre8-color-button-primary-inverse-bg-active: #014371;
140
+ --cre8-color-button-primary-bg-disabled: #72aad0;
141
+ --cre8-color-button-primary-inverse-bg-disabled: #72aad0;
142
+ --cre8-color-button-primary-border: #0170bc;
143
+ --cre8-color-button-primary-inverse-border: #0170bc;
144
+ --cre8-color-button-primary-border-hover: #014371;
145
+ --cre8-color-button-primary-inverse-border-hover: #014371;
146
+ --cre8-color-button-primary-border-active: #014371;
147
+ --cre8-color-button-primary-inverse-border-active: #014371;
148
+ --cre8-color-button-primary-border-disabled: #72aad0;
149
+ --cre8-color-button-primary-inverse-border-disabled: #72aad0;
150
+ --cre8-color-button-primary-content: #ffffff;
151
+ --cre8-color-button-primary-inverse-content: #ffffff;
152
+ --cre8-color-button-primary-content-hover: #ffffff;
153
+ --cre8-color-button-primary-inverse-content-hover: #ffffff;
154
+ --cre8-color-button-primary-content-active: #ffffff;
155
+ --cre8-color-button-primary-inverse-content-active: #ffffff;
156
+ --cre8-color-button-primary-content-disabled: #ffffff;
157
+ --cre8-color-button-primary-inverse-content-disabled: #ffffff;
158
+ --cre8-color-button-primary-outline: #282c2f;
159
+ --cre8-color-button-primary-inverse-outline: #282c2f;
160
+ --cre8-color-button-secondary-neutral-bg: rgba(40, 44, 47, 0.0);
161
+ --cre8-color-button-secondary-neutral-inverse-bg: rgba(40, 44, 47, 0.0);
162
+ --cre8-color-button-secondary-neutral-content: #5a636b;
163
+ --cre8-color-button-secondary-neutral-inverse-content: #ffffff;
164
+ --cre8-color-button-secondary-neutral-border: #5a636b;
165
+ --cre8-color-button-secondary-neutral-inverse-border: #ffffff;
166
+ --cre8-color-button-secondary-neutral-bg-hover: rgba(40, 44, 47, 0.25);
167
+ --cre8-color-button-secondary-neutral-inverse-bg-hover: rgba(40, 44, 47, 0.25);
168
+ --cre8-color-button-secondary-neutral-content-hover: #282c2f;
169
+ --cre8-color-button-secondary-neutral-inverse-content-hover: #ffffff;
170
+ --cre8-color-button-secondary-neutral-border-hover: #282c2f;
171
+ --cre8-color-button-secondary-neutral-inverse-border-hover: #ffffff;
172
+ --cre8-color-button-secondary-neutral-border-active: #282c2f;
173
+ --cre8-color-button-secondary-neutral-inverse-border-active: #ffffff;
174
+ --cre8-color-button-secondary-neutral-bg-active: rgba(40, 44, 47, 0.25);
175
+ --cre8-color-button-secondary-neutral-inverse-bg-active: #cccccc;
176
+ --cre8-color-button-secondary-neutral-content-active: #282c2f;
177
+ --cre8-color-button-secondary-neutral-inverse-content-active: #ffffff;
178
+ --cre8-color-button-secondary-neutral-bg-disabled: #f2f4f9;
179
+ --cre8-color-button-secondary-neutral-inverse-bg-disabled: #c4c9cf;
180
+ --cre8-color-button-secondary-neutral-border-disabled: #f2f4f9;
181
+ --cre8-color-button-secondary-neutral-inverse-border-disabled: #c4c9cf;
182
+ --cre8-color-button-secondary-neutral-content-disabled: #cccccc;
183
+ --cre8-color-button-secondary-neutral-inverse-content-disabled: #a6abb2;
184
+ --cre8-color-button-secondary-neutral-outline: #282c2f;
185
+ --cre8-color-button-secondary-neutral-inverse-outline: #ffffff;
186
+ --cre8-color-button-secondary-danger-bg: rgba(40, 44, 47, 0.0);
187
+ --cre8-color-button-secondary-danger-inverse-bg: rgba(40, 44, 47, 0.0);
188
+ --cre8-color-button-secondary-danger-bg-hover: #5a636b;
189
+ --cre8-color-button-secondary-danger-inverse-bg-hover: #f2f4f9;
190
+ --cre8-color-button-secondary-danger-bg-active: #282c2f;
191
+ --cre8-color-button-secondary-danger-inverse-bg-active: #eef1f5;
192
+ --cre8-color-button-secondary-danger-bg-disabled: #cccccc;
193
+ --cre8-color-button-secondary-danger-inverse-bg-disabled: #cccccc;
194
+ --cre8-color-button-secondary-danger-content: #ffffff;
195
+ --cre8-color-button-secondary-danger-inverse-content: #000000;
196
+ --cre8-color-button-secondary-danger-content-hover: #f9fafd;
197
+ --cre8-color-button-secondary-danger-inverse-content-hover: #000000;
198
+ --cre8-color-button-secondary-danger-content-active: #f9fafd;
199
+ --cre8-color-button-secondary-danger-inverse-content-active: #000000;
200
+ --cre8-color-button-secondary-danger-content-disabled: #f9fafd;
201
+ --cre8-color-button-secondary-danger-inverse-content-disabled: #000000;
202
+ --cre8-color-button-secondary-danger-border: #5a636b;
203
+ --cre8-color-button-secondary-danger-inverse-border: #ffffff;
204
+ --cre8-color-button-secondary-danger-border-hover: #5a636b;
205
+ --cre8-color-button-secondary-danger-inverse-border-hover: #f2f4f9;
206
+ --cre8-color-button-secondary-danger-border-active: #282c2f;
207
+ --cre8-color-button-secondary-danger-inverse-border-active: #eef1f5;
208
+ --cre8-color-button-secondary-danger-border-disabled: #cccccc;
209
+ --cre8-color-button-secondary-danger-inverse-border-disabled: #cccccc;
210
+ --cre8-color-button-secondary-danger-outline: #282c2f;
211
+ --cre8-color-button-secondary-danger-inverse-outline: #ffffff;
212
+ --cre8-color-button-secondary-bg: rgba(40, 44, 47, 0.0);
213
+ --cre8-color-button-secondary-bg-hover: #f2f8fb;
214
+ --cre8-color-button-secondary-bg-active: #f2f8fb;
215
+ --cre8-color-button-secondary-bg-disabled: rgba(40, 44, 47, 0.0);
216
+ --cre8-color-button-secondary-border: #0170bc;
217
+ --cre8-color-button-secondary-border-hover: #0170bc;
218
+ --cre8-color-button-secondary-border-active: #0170bc;
219
+ --cre8-color-button-secondary-border-disabled: #72aad0;
220
+ --cre8-color-button-secondary-content: #0170bc;
221
+ --cre8-color-button-secondary-content-hover: #0170bc;
222
+ --cre8-color-button-secondary-content-active: #0170bc;
223
+ --cre8-color-button-secondary-content-disabled: #72aad0;
224
+ --cre8-color-button-secondary-outline: #282c2f;
225
+ --cre8-color-button-tertiary-neutral-bg: rgba(40, 44, 47, 0.0);
226
+ --cre8-color-button-tertiary-neutral-inverse-bg: rgba(40, 44, 47, 0.0);
227
+ --cre8-color-button-tertiary-neutral-content: #5a636b;
228
+ --cre8-color-button-tertiary-neutral-inverse-content: #ffffff;
229
+ --cre8-color-button-tertiary-neutral-border: rgba(40, 44, 47, 0.0);
230
+ --cre8-color-button-tertiary-neutral-inverse-border: rgba(40, 44, 47, 0.0);
231
+ --cre8-color-button-tertiary-neutral-bg-hover: rgba(40, 44, 47, 0.0);
232
+ --cre8-color-button-tertiary-neutral-inverse-bg-hover: rgba(40, 44, 47, 0.0);
233
+ --cre8-color-button-tertiary-neutral-content-hover: #282c2f;
234
+ --cre8-color-button-tertiary-neutral-inverse-content-hover: #ffffff;
235
+ --cre8-color-button-tertiary-neutral-border-hover: rgba(40, 44, 47, 0.0);
236
+ --cre8-color-button-tertiary-neutral-inverse-border-hover: rgba(40, 44, 47, 0.0);
237
+ --cre8-color-button-tertiary-neutral-border-active: #282c2f;
238
+ --cre8-color-button-tertiary-neutral-inverse-border-active: #ffffff;
239
+ --cre8-color-button-tertiary-neutral-bg-active: rgba(40, 44, 47, 0.0);
240
+ --cre8-color-button-tertiary-neutral-inverse-bg-active: rgba(40, 44, 47, 0.0);
241
+ --cre8-color-button-tertiary-neutral-content-active: #282c2f;
242
+ --cre8-color-button-tertiary-neutral-inverse-content-active: #ffffff;
243
+ --cre8-color-button-tertiary-neutral-bg-disabled: rgba(40, 44, 47, 0.0);
244
+ --cre8-color-button-tertiary-neutral-inverse-bg-disabled: rgba(40, 44, 47, 0.0);
245
+ --cre8-color-button-tertiary-neutral-border-disabled: rgba(40, 44, 47, 0.0);
246
+ --cre8-color-button-tertiary-neutral-inverse-border-disabled: rgba(40, 44, 47, 0.0);
247
+ --cre8-color-button-tertiary-neutral-content-disabled: #cccccc;
248
+ --cre8-color-button-tertiary-neutral-inverse-content-disabled: #a6abb2;
249
+ --cre8-color-button-tertiary-neutral-outline: #282c2f;
250
+ --cre8-color-button-tertiary-neutral-inverse-outline: #ffffff;
251
+ --cre8-color-button-tertiary-danger-bg: rgba(40, 44, 47, 0.0);
252
+ --cre8-color-button-tertiary-danger-inverse-bg: rgba(40, 44, 47, 0.0);
253
+ --cre8-color-button-tertiary-danger-bg-hover: #5a636b;
254
+ --cre8-color-button-tertiary-danger-inverse-bg-hover: #f2f4f9;
255
+ --cre8-color-button-tertiary-danger-bg-active: #282c2f;
256
+ --cre8-color-button-tertiary-danger-inverse-bg-active: #eef1f5;
257
+ --cre8-color-button-tertiary-danger-bg-disabled: #cccccc;
258
+ --cre8-color-button-tertiary-danger-inverse-bg-disabled: #cccccc;
259
+ --cre8-color-button-tertiary-danger-content: #ffffff;
260
+ --cre8-color-button-tertiary-danger-inverse-content: #000000;
261
+ --cre8-color-button-tertiary-danger-content-hover: #f9fafd;
262
+ --cre8-color-button-tertiary-danger-inverse-content-hover: #000000;
263
+ --cre8-color-button-tertiary-danger-content-active: #f9fafd;
264
+ --cre8-color-button-tertiary-danger-inverse-content-active: #000000;
265
+ --cre8-color-button-tertiary-danger-content-disabled: #f9fafd;
266
+ --cre8-color-button-tertiary-danger-inverse-content-disabled: #000000;
267
+ --cre8-color-button-tertiary-danger-border: rgba(40, 44, 47, 0.0);
268
+ --cre8-color-button-tertiary-danger-inverse-border: rgba(40, 44, 47, 0.0);
269
+ --cre8-color-button-tertiary-danger-border-hover: #5a636b;
270
+ --cre8-color-button-tertiary-danger-inverse-border-hover: #f2f4f9;
271
+ --cre8-color-button-tertiary-danger-border-active: #282c2f;
272
+ --cre8-color-button-tertiary-danger-inverse-border-active: #eef1f5;
273
+ --cre8-color-button-tertiary-danger-border-disabled: #cccccc;
274
+ --cre8-color-button-tertiary-danger-inverse-border-disabled: #cccccc;
275
+ --cre8-color-button-tertiary-danger-outline: #282c2f;
276
+ --cre8-color-button-tertiary-danger-inverse-outline: #ffffff;
277
+ --cre8-color-button-tertiary-bg: rgba(40, 44, 47, 0.0);
278
+ --cre8-color-button-tertiary-bg-hover: rgba(40, 44, 47, 0.0);
279
+ --cre8-color-button-tertiary-bg-active: #f2f8fb;
280
+ --cre8-color-button-tertiary-bg-disabled: rgba(40, 44, 47, 0.0);
281
+ --cre8-color-button-tertiary-border: rgba(40, 44, 47, 0.0);
282
+ --cre8-color-button-tertiary-border-hover: #0170bc;
283
+ --cre8-color-button-tertiary-border-active: #0170bc;
284
+ --cre8-color-button-tertiary-border-disabled: rgba(40, 44, 47, 0.0);
285
+ --cre8-color-button-tertiary-content: #0170bc;
286
+ --cre8-color-button-tertiary-content-hover: #0170bc;
287
+ --cre8-color-button-tertiary-content-active: #0170bc;
288
+ --cre8-color-button-tertiary-content-disabled: #c4c9cf;
289
+ --cre8-color-button-tertiary-outline: #282c2f;
290
+ --cre8-button-padding-vertical-small: 0.5rem;
291
+ --cre8-button-padding-vertical-large: 1rem;
292
+ --cre8-button-padding-vertical-medium: 0.75rem;
293
+ --cre8-button-padding-vertical-icon-only: 0.5rem;
294
+ --cre8-button-padding-vertical-small-icon-only: 0.5rem;
295
+ --cre8-button-padding-vertical-medium-icon-only: 1rem;
296
+ --cre8-button-padding-vertical-large-icon-only: 1rem;
297
+ --cre8-button-padding-horizontal-small: 1rem;
298
+ --cre8-button-padding-horizontal-medium: 1.5rem;
299
+ --cre8-button-padding-horizontal-large: 2rem;
300
+ --cre8-button-padding-horizontal-icon-only: 0.5rem;
301
+ --cre8-button-padding-horizontal-small-icon-only: 0.5rem;
302
+ --cre8-button-padding-horizontal-medium-icon-only: 1rem;
303
+ --cre8-button-padding-horizontal-large-icon-only: 1rem;
304
+ --cre8-color-bg-default: #ffffff;
305
+ --cre8-color-bg-default-hover: #f2f8fb;
306
+ --cre8-color-bg-default-active: #cce2f2;
307
+ --cre8-color-bg-subtle: #f2f4f9;
308
+ --cre8-color-bg-moderate: #a6abb2;
309
+ --cre8-color-bg-inverse-moderate: #c4c9cf;
310
+ --cre8-color-bg-strong: #282c2f;
311
+ --cre8-color-bg-disabled: #e5e9ed;
312
+ --cre8-color-bg-brand: #e5f0f8;
313
+ --cre8-color-bg-brand-hover: #cce2f2;
314
+ --cre8-color-bg-brand-active: #72aad0;
315
+ --cre8-color-bg-brand-strong: #0170bc;
316
+ --cre8-color-bg-brand-strong-hover: #014371;
317
+ --cre8-color-bg-brand-strong-active: #014371;
318
+ --cre8-color-bg-brand-xstrong: #0170bc;
319
+ --cre8-color-bg-brand-xstrong-hover: #014371;
320
+ --cre8-color-bg-brand-xstrong-active: #014371;
321
+ --cre8-color-bg-success: #c9edda;
322
+ --cre8-color-bg-success-strong: #277a47;
323
+ --cre8-color-bg-error: #f5cccc;
324
+ --cre8-color-bg-error-strong: #cc0000;
325
+ --cre8-color-bg-warning: #fcf0d6;
326
+ --cre8-color-bg-warning-strong: #e49e07;
327
+ --cre8-color-bg-info: #e5ecf1;
328
+ --cre8-color-bg-info-strong: #004986;
329
+ --cre8-color-bg-attention: #E6D6F9;
330
+ --cre8-color-bg-attention-strong: #7522d9;
331
+ --cre8-color-bg-opacity-transparent: rgba(40, 44, 47, 0.0);
332
+ --cre8-color-bg-opacity-default: rgba(40, 44, 47, 0.50);
333
+ --cre8-color-bg-active: #282c2f;
334
+ --cre8-color-bg-inverse-active: #ffffff;
335
+ --cre8-color-content-default: #282c2f;
336
+ --cre8-color-content-subtle: #5a636b;
337
+ --cre8-color-content-disabled: #7f848b;
338
+ --cre8-color-content-knockout: #ffffff;
339
+ --cre8-color-content-brand: #0170bc;
340
+ --cre8-color-content-brand-strong: #014371;
341
+ --cre8-color-content-brand-knockout: #f2f6f8;
342
+ --cre8-color-content-success: #277a47;
343
+ --cre8-color-content-success-icon: #277a47;
344
+ --cre8-color-content-error: #cc0000;
345
+ --cre8-color-content-error-icon: #cc0000;
346
+ --cre8-color-content-warning-icon: #e49e07;
347
+ --cre8-color-content-info-icon: #004986;
348
+ --cre8-color-content-attention-icon: #7522d9;
349
+ --cre8-color-content-link: #0170bc;
350
+ --cre8-color-content-inverse-link: #ffffff;
351
+ --cre8-color-content-link-hover: #014371;
352
+ --cre8-color-content-inverse-link-hover: #f2f6f8;
353
+ --cre8-color-content-link-focus: #ffffff;
354
+ --cre8-color-content-inverse-link-focus: #282c2f;
355
+ --cre8-color-content-link-active: #014371;
356
+ --cre8-color-content-inverse-link-active: #f2f6f8;
357
+ --cre8-color-content-link-visited: #7522d9;
358
+ --cre8-color-content-inverse-link-visited: #f2f8fb;
359
+ --cre8-color-content-link-disabled: #7f848b;
360
+ --cre8-color-content-inverse-link-disabled: #eef1f5;
361
+ --cre8-color-border-default: #a6abb2;
362
+ --cre8-color-border-strong: #7f848b;
363
+ --cre8-color-border-knockout: #ffffff;
364
+ --cre8-color-border-disabled: #c4c9cf;
365
+ --cre8-color-border-brand: #0170bc;
366
+ --cre8-color-border-brand-subtle: #cce2f2;
367
+ --cre8-color-border-brand-strong: #014371;
368
+ --cre8-color-border-success: #277a47;
369
+ --cre8-color-border-error: #cc0000;
370
+ --cre8-color-border-warning: #e49e07;
371
+ --cre8-color-border-info: #004986;
372
+ --cre8-color-border-attention: #7522d9;
373
+ --cre8-color-border-transparent: rgba(40, 44, 47, 0.0);
374
+ --cre8-color-border-active-outline: #282c2f;
375
+ --cre8-border-button-tertiary-default: none;
376
+ --cre8-border-button-tertiary-hover: 2px solid #0170bc;
377
+ --cre8-border-button-tertiary-active: 2px solid #0170bc;
378
+ --cre8-border-button-tertiary-disabled: none;
379
+ --cre8-font-size-0: 0.75rem;
380
+ --cre8-font-size-1: 0.875rem;
381
+ --cre8-font-size-2: 1rem;
382
+ --cre8-font-size-3: 1.125rem;
383
+ --cre8-font-size-4: 1.25rem;
384
+ --cre8-font-size-5: 1.5rem;
385
+ --cre8-font-size-6: 1.75rem;
386
+ --cre8-font-size-7: 2rem;
387
+ --cre8-font-size-8: 2.5rem;
388
+ --cre8-font-size-9: 3rem;
389
+ --cre8-font-size-10: 3.5rem;
390
+ --cre8-font-size-11: 4rem;
391
+ --cre8-font-size-12: 4.5rem;
392
+ --cre8-font-size-13: 5rem;
393
+ --cre8-letter-spacing-0: -1.5;
394
+ --cre8-letter-spacing-1: -1;
395
+ --cre8-letter-spacing-2: -0.5;
396
+ --cre8-letter-spacing-3: 0;
397
+ --cre8-letter-spacing-4: 2;
398
+ --cre8-letter-spacing-5: 0;
399
+ --cre8-paragraph-spacing-0: 0;
400
+ --cre8-text-case-none: none;
401
+ --cre8-text-case-uppercase: uppercase;
402
+ --cre8-text-decoration-none: none;
403
+ --cre8-text-decoration-underline: underline;
404
+ --cre8-paragraph-indent-0: 0px;
405
+ --cre8-border-radius-small: 4px;
406
+ --cre8-border-radius-default: 8px;
407
+ --cre8-border-radius-large: 30px;
408
+ --cre8-border-radius-round: 900px;
409
+ --cre8-border-radius-button: 900px;
410
+ --cre8-border-radius-badge: 4px;
411
+ --cre8-border-radius-tabs: 4px;
412
+ --cre8-border-radius-container: 30px;
413
+ --cre8-border-radius-field: 8px;
414
+ --cre8-border-radius-field-brand: 8px;
415
+ --cre8-border-radius-brand: 8px;
416
+ --cre8-border-radius-none: 0px;
417
+ --cre8-border-width-none: 0rem;
418
+ --cre8-border-width-default: 0.0625rem;
419
+ --cre8-border-width-focus: 0.125rem;
420
+ --cre8-border-width-large: 0.25rem;
421
+ --cre8-border-width-button-tertiary-outline-focus: 0.125rem;
422
+ --cre8-border-width-button-default: 0.0625rem;
423
+ --cre8-border-width-tab-selected: 0.125rem;
424
+ --cre8-border-width-tab-default: 0.125rem;
425
+ --cre8-border-style-button-tertiary-outline-focus: solid;
426
+ --cre8-border-style-default: solid;
427
+ --cre8-shadow-default: 0 8px 6px 0 rgba(0,0,0,0.1);
428
+ --cre8-shadow-button: none;
429
+ --cre8-shadow-none: none;
430
+ --cre8-shadow-large: 0 10px 12px 0 rgba(0,0,0,0.2);
431
+ --cre8-shadow-small: 0 1px 2px 1px rgba(0,0,0,0.2);
432
+ --cre8-color-link-bg-active: #333333;
433
+ --cre8-line-heights-0: 1.25;
434
+ --cre8-line-heights-1: 1.12;
435
+ --cre8-line-heights-2: 1.1400000000000001;
436
+ --cre8-line-heights-3: 1.2;
437
+ --cre8-line-heights-4: 1.3;
438
+ --cre8-line-heights-5: 1.33;
439
+ --cre8-line-heights-6: 1.4000000000000001;
440
+ --cre8-line-heights-7: 1.5;
441
+ --cre8-line-heights-8: 1.43;
442
+ --cre8-line-heights-9: 1.11;
443
+ --cre8-line-heights-10: 1.1300000000000001;
444
+ --cre8-line-heights-11: 1.16;
445
+ --cre8-icon-size-small: 0.875rem;
446
+ --cre8-icon-size-default: 1rem;
447
+ --cre8-icon-size-large: 1.125rem;
448
+ --cre8-badge-padding-horizontal: 0.5rem;
449
+ --cre8-badge-padding-vertical: 0.125rem;
450
+ --cre8-font-families-montserrat: "Montserrat", sans-serif;
451
+ --cre8-font-families-open-sans: "Open Sans", sans-serif;
452
+ --cre8-font-weights-montserrat-0: 400;
453
+ --cre8-font-weights-montserrat-1: 600;
454
+ --cre8-font-weights-montserrat-2: 700;
455
+ --cre8-font-weights-open-sans-0: 400;
456
+ --cre8-font-weights-open-sans-1: 600;
457
+ --cre8-font-weights-open-sans-2: 700;
458
+ --cre8-breakpoint-xsm: 375px;
459
+ --cre8-breakpoint-sm: 560px;
460
+ --cre8-breakpoint-md: 768px;
461
+ --cre8-breakpoint-lg: 960px;
462
+ --cre8-breakpoint-xl: 1200px;
463
+ --cre8-breakpoint-xxl: 1400px;
464
+ }
@@ -0,0 +1,35 @@
1
+ @font-face {
2
+ font-family: 'Inter';
3
+ font-style: normal;
4
+ font-weight: 400;
5
+ src: url('../assets/fonts/Inter-Regular.woff2') format('woff2'),
6
+ url('../assets/fonts/Inter-Regular.woff') format('woff');
7
+ font-display: fallback;
8
+ }
9
+
10
+ @font-face {
11
+ font-family: 'Inter';
12
+ font-style: medium;
13
+ font-weight: 500;
14
+ src: url('../assets/fonts/Inter-Medium.woff2') format('woff2'),
15
+ url('../assets/fonts/Inter-Medium.woff') format('woff');
16
+ font-display: fallback;
17
+ }
18
+
19
+ @font-face {
20
+ font-family: 'Inter';
21
+ font-style: medium;
22
+ font-weight: 600;
23
+ src: url('../assets/fonts/Inter-SemiBold.woff2') format('woff2'),
24
+ url('../assets/fonts/Inter-SemiBold.woff') format('woff');
25
+ font-display: fallback;
26
+ }
27
+
28
+ @font-face {
29
+ font-family: 'Inter';
30
+ font-style: normal;
31
+ font-weight: 700;
32
+ src: url('../assets/fonts/Inter-Bold.woff2') format('woff2'),
33
+ url('../assets/fonts/Inter-Bold.woff') format('woff');
34
+ font-display: fallback;
35
+ }
@@ -0,0 +1,26 @@
1
+ @font-face {
2
+ font-family: 'Rubik';
3
+ font-style: normal;
4
+ font-weight: 300;
5
+ src: url('../../../assets/fonts/rubik-v4-latin-300.woff2') format('woff2'),
6
+ url('../../../assets/fonts/rubik-v4-latin-300.woff') format('woff');
7
+ font-display: fallback;
8
+ }
9
+
10
+ @font-face {
11
+ font-family: 'Rubik';
12
+ font-style: normal;
13
+ font-weight: 400;
14
+ src: url('../../../assets/fonts/rubik-v4-latin-regular.woff2') format('woff2'),
15
+ url('../../../assets/fonts/rubik-v4-latin-regular.woff') format('woff');
16
+ font-display: fallback;
17
+ }
18
+
19
+ @font-face {
20
+ font-family: 'Rubik';
21
+ font-style: normal;
22
+ font-weight: 500;
23
+ src: url('../../../assets/fonts/rubik-v4-latin-500.woff2') format('woff2'),
24
+ url('../../../assets/fonts/rubik-v4-latin-500.woff') format('woff');
25
+ font-display: fallback;
26
+ }