@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 @@
1
+ .cre8-u-content-knockout-brand{color:var(----cre8-color-content-knockout-brand)}
@@ -0,0 +1 @@
1
+ .cre8-u-display-flex{display:flex !important}.cre8-u-display-block{display:block !important}
@@ -0,0 +1,142 @@
1
+ /**
2
+ * femmecubator: all tokens
3
+ */
4
+
5
+ :root {
6
+ --cre8-color-base-color-blue-15: #b3d4f7;
7
+ --cre8-color-base-color-blue-25: #81b7f2;
8
+ --cre8-color-base-color-blue-35: #4e9aec;
9
+ --cre8-color-base-color-blue-50: #026fe4;
10
+ --cre8-color-base-color-blue-60: #0259b6;
11
+ --cre8-color-base-color-blue-70: #014ea0;
12
+ --cre8-color-base-color-blue-80: #013872;
13
+ --cre8-color-base-color-blue-90: #012144;
14
+ --cre8-color-base-color-blue-05: #e6f1fc;
15
+ --cre8-color-base-color-green-15: #d4efdf;
16
+ --cre8-color-base-color-green-30: #7dcea0;
17
+ --cre8-color-base-color-green-50: #00875a;
18
+ --cre8-color-base-color-green-70: #1f8b4d;
19
+ --cre8-color-base-color-green-90: #17683a;
20
+ --cre8-color-base-color-red-15: #fbdddd;
21
+ --cre8-color-base-color-red-30: #f5abab;
22
+ --cre8-color-base-color-red-50: #eb5757;
23
+ --cre8-color-base-color-red-70: #bc4646;
24
+ --cre8-color-base-color-red-90: #8d3434;
25
+ --cre8-color-base-color-yellow-20: #fae9b7;
26
+ --cre8-color-base-color-yellow-30: #f7df94;
27
+ --cre8-color-base-color-yellow-50: #f2c94c;
28
+ --cre8-color-base-color-yellow-70: #dab544;
29
+ --cre8-color-base-color-yellow-95: #30280f;
30
+ --cre8-color-base-color-sky-15: #c0e1f4;
31
+ --cre8-color-base-color-sky-30: #81c4e9;
32
+ --cre8-color-base-color-sky-50: #2d9cdb;
33
+ --cre8-color-base-color-sky-70: #247daf;
34
+ --cre8-color-base-color-sky-90: #174e6e;
35
+ --cre8-color-base-color-white: #ffffff;
36
+ --cre8-color-base-color-gray-10: #fafafa;
37
+ --cre8-color-base-color-gray-20: #efefef;
38
+ --cre8-color-base-color-gray-30: #e0e0e0;
39
+ --cre8-color-base-color-gray-40: #cfcfcf;
40
+ --cre8-color-base-color-gray-50: #bdbdbd;
41
+ --cre8-color-base-color-gray-60: #9c9c9c;
42
+ --cre8-color-base-color-gray-70: #828282;
43
+ --cre8-color-base-color-gray-80: #4f4f4f;
44
+ --cre8-color-base-color-gray-90: #333333;
45
+ --cre8-color-base-color-transparent: #ffffff00;
46
+ --cre8-color-base-color-wesparkle-red: #e43c4a;
47
+ --cre8-base-spacing-4: 4px;
48
+ --cre8-base-spacing-8: 8px;
49
+ --cre8-base-spacing-12: 12px;
50
+ --cre8-base-spacing-16: 16px;
51
+ --cre8-base-spacing-20: 20px;
52
+ --cre8-base-spacing-24: 28px;
53
+ --cre8-base-spacing-32: 36px;
54
+ --cre8-base-spacing-48: 48px;
55
+ --cre8-base-spacing-56: 56px;
56
+ --cre8-base-spacing-64: 64px;
57
+ --cre8-base-border-radius-0: 0rem;
58
+ --cre8-base-border-radius-4: 4px;
59
+ --cre8-base-border-radius-16: 16px;
60
+ --cre8-base-border-radius-60: 60px;
61
+ --cre8-base-border-radius-900: 900px;
62
+ --cre8-base-border-width-0: 0px;
63
+ --cre8-base-border-width-1: 1px;
64
+ --cre8-base-border-width-2: 2rem;
65
+ --cre8-base-border-width-4: 4px;
66
+ --cre8-base-border-width-6: 6px;
67
+ --cre8-color-bg-strong: #828282;
68
+ --cre8-color-bg-subtle: #333333;
69
+ --cre8-color-bg-default: #4f4f4f;
70
+ --cre8-color-bg-disabled: #e0e0e0;
71
+ --cre8-color-bg-brand-default: #026fe4;
72
+ --cre8-color-bg-brand-subtle: #e6f1fc;
73
+ --cre8-color-bg-brand-hover: #81b7f2;
74
+ --cre8-color-bg-brand-strong: #012144;
75
+ --cre8-color-bg-success-default: #d4efdf;
76
+ --cre8-color-bg-success-strong: #00875a;
77
+ --cre8-color-bg-error-default: #fbdddd;
78
+ --cre8-color-bg-error-strong: #eb5757;
79
+ --cre8-color-bg-warning-default: #fae9b7;
80
+ --cre8-color-bg-warning-strong: #f2c94c;
81
+ --cre8-color-bg-info-default: #c0e1f4;
82
+ --cre8-color-bg-info-strong: #2d9cdb;
83
+ --cre8-color-bg-transparent: #ffffff00;
84
+ --cre8-color-bg-active: #333333;
85
+ --cre8-color-bg-logo: #e43c4a;
86
+ --cre8-color-content-default: #ffffff;
87
+ --cre8-color-content-subtle: #4f4f4f;
88
+ --cre8-color-content-disabled: #9c9c9c;
89
+ --cre8-color-content-knockout: #ffffff;
90
+ --cre8-color-content-brand-default: #026fe4;
91
+ --cre8-color-content-brand-subtle: #e6f1fc;
92
+ --cre8-color-content-brand-strong: #81b7f2;
93
+ --cre8-color-content-success-default: #17683a;
94
+ --cre8-color-content-success-icon: #00875a;
95
+ --cre8-color-content-error-default: #8d3434;
96
+ --cre8-color-content-error-icon: #eb5757;
97
+ --cre8-color-content-warning-default: #30280f;
98
+ --cre8-color-content-warning-icon: #f2c94c;
99
+ --cre8-color-content-info-default: #174e6e;
100
+ --cre8-color-content-info-icon: #2d9cdb;
101
+ --cre8-color-content-link-default: #026fe4;
102
+ --cre8-color-content-link-strong: #012144;
103
+ --cre8-color-content-link-subtle: #4f4f4f;
104
+ --cre8-color-content-link-hover: #014ea0;
105
+ --cre8-color-border-default: #9c9c9c;
106
+ --cre8-color-border-strong: #4f4f4f;
107
+ --cre8-color-border-disabled: #9c9c9c;
108
+ --cre8-color-border-knockout: #ffffff;
109
+ --cre8-color-border-success: #00875a;
110
+ --cre8-color-border-error: #eb5757;
111
+ --cre8-color-border-warning: #f2c94c;
112
+ --cre8-color-border-info: #2d9cdb;
113
+ --cre8-color-border-transparent: #ffffff00;
114
+ --cre8-color-border-active: #333333;
115
+ --cre8-color-border-brand-default: #026fe4;
116
+ --cre8-color-border-brand-hover: #81b7f2;
117
+ --cre8-color-border-brand-strong: #014ea0;
118
+ --cre8-color-border-brand-subtle: #e6f1fc;
119
+ --cre8-color-border-divider: #4f4f4f;
120
+ --cre8-border-radius-none: 0rem;
121
+ --cre8-border-radius-small: 4px;
122
+ --cre8-border-radius-default: 16px;
123
+ --cre8-border-radius-large: 60px;
124
+ --cre8-border-radius-container: 60px;
125
+ --cre8-border-radius-round: 900px;
126
+ --cre8-border-width-none: 0px;
127
+ --cre8-border-width-thin: 1px;
128
+ --cre8-border-width-default: 2rem;
129
+ --cre8-border-width-medium: 4px;
130
+ --cre8-border-width-thick: 6px;
131
+ --cre8-border-width-focus: 2rem;
132
+ --cre8-spacing-3xs: 4px;
133
+ --cre8-spacing-2xs: 8px;
134
+ --cre8-spacing-xs: 12px;
135
+ --cre8-spacing-s: 16px;
136
+ --cre8-spacing-m: 20px;
137
+ --cre8-spacing-l: 28px;
138
+ --cre8-spacing-xl: 36px;
139
+ --cre8-spacing-2xl: 48px;
140
+ --cre8-spacing-3xl: 56px;
141
+ --cre8-spacing-4xl: 64px;
142
+ }
@@ -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,146 @@
1
+ :root {
2
+ --cre8-color-bg-brand: #035c67;
3
+ --cre8-color-bg-brand-hover: #024a52;
4
+ --cre8-color-bg-brand-strong: #035c67;
5
+ --cre8-color-bg-brand-strong-hover: #024a52;
6
+ --cre8-color-bg-brand-strong-active: #012529;
7
+ --cre8-color-bg-brand-xstrong: #012529;
8
+ --cre8-color-bg-brand-xstrong-hover: #011c1f;
9
+ --cre8-color-bg-brand-xstrong-active: #011c1f;
10
+ --cre8-color-bg-default: #ffffff;
11
+ --cre8-color-bg-subtle: #fbfbfa;
12
+ --cre8-color-bg-strong: #2d2d2d;
13
+ --cre8-color-bg-disabled: #eaeaea;
14
+ --cre8-color-bg-success: #e6f1f0;
15
+ --cre8-color-bg-success-strong: #007766;
16
+ --cre8-color-bg-error: #fdeeee;
17
+ --cre8-color-bg-error-strong: #bb4242;
18
+ --cre8-color-bg-warning: #fcf5e5;
19
+ --cre8-color-bg-warning-strong: #e89f12;
20
+ --cre8-color-bg-info: #e6eff1;
21
+ --cre8-color-bg-info-strong: #035c67;
22
+ --cre8-color-bg-attention: #e1fff5;
23
+ --cre8-color-bg-attention-strong: #035c67;
24
+ --cre8-color-bg-default-hover: #e6eff1;
25
+ --cre8-color-bg-opacity-transparent: rgba(45, 45, 45, 0.0);
26
+ --cre8-color-bg-opacity-default: rgba(45, 45, 45, 0.50);
27
+ --cre8-color-bg-active: #2d2d2d;
28
+ --cre8-color-content-default: #2d2d2d;
29
+ --cre8-color-content-subtle: #6c6c6c;
30
+ --cre8-color-content-disabled: #949494;
31
+ --cre8-color-content-link-disabled: #949494;
32
+ --cre8-color-content-knockout: #ffffff;
33
+ --cre8-color-content-success: #00473d;
34
+ --cre8-color-content-success-icon: #007766;
35
+ --cre8-color-content-error: #bb4242;
36
+ --cre8-color-content-error-icon: #ea5353;
37
+ --cre8-color-content-attention-icon: #002f32;
38
+ --cre8-color-content-brand-knockout: #e6eff1;
39
+ --cre8-color-content-brand: #035c67;
40
+ --cre8-color-content-brand-strong: #035c67;
41
+ --cre8-color-content-link: #035c67;
42
+ --cre8-color-content-link-hover: #024a52;
43
+ --cre8-color-content-link-active: #012529;
44
+ --cre8-color-content-link-visited: #7522D9;
45
+ --cre8-color-content-warning-icon: #e89f12;
46
+ --cre8-color-content-info-icon: #035c67;
47
+ --cre8-color-border-default: #d5d5d5;
48
+ --cre8-color-border-strong: #949494;
49
+ --cre8-color-border-knockout: #ffffff;
50
+ --cre8-color-border-disabled: #ababab;
51
+ --cre8-color-border-success: #007766;
52
+ --cre8-color-border-error: #ea5353;
53
+ --cre8-color-border-warning: #e89f12;
54
+ --cre8-color-border-info: #012529;
55
+ --cre8-color-border-attention: #002f32;
56
+ --cre8-color-border-brand: #035c67;
57
+ --cre8-color-border-brand-subtle: #56a1aa;
58
+ --cre8-color-border-brand-strong: #035c67;
59
+ --cre8-color-border-transparent: rgba(45, 45, 45, 0.0);
60
+ --cre8-color-border-active-outline: #035c67;
61
+ --cre8-font-size-0: 0.75rem;
62
+ --cre8-font-size-1: 0.875rem;
63
+ --cre8-font-size-2: 1rem;
64
+ --cre8-font-size-3: 1.125rem;
65
+ --cre8-font-size-4: 1.25rem;
66
+ --cre8-font-size-5: 1.5rem;
67
+ --cre8-font-size-6: 1.75rem;
68
+ --cre8-font-size-7: 2rem;
69
+ --cre8-font-size-8: 2.5rem;
70
+ --cre8-font-size-9: 3rem;
71
+ --cre8-font-size-10: 3.5rem;
72
+ --cre8-font-size-11: 4rem;
73
+ --cre8-font-size-12: 4.5rem;
74
+ --cre8-letter-spacing-0: -1.5;
75
+ --cre8-letter-spacing-1: -1;
76
+ --cre8-letter-spacing-2: -0.5;
77
+ --cre8-letter-spacing-3: 0;
78
+ --cre8-letter-spacing-4: 2;
79
+ --cre8-letter-spacing-5: 1;
80
+ --cre8-letter-spacing-6: 1.5;
81
+ --cre8-paragraph-spacing-0: 0;
82
+ --cre8-text-case-none: none;
83
+ --cre8-text-case-uppercase: uppercase;
84
+ --cre8-text-decoration-none: none;
85
+ --cre8-text-decoration-underline: underline;
86
+ --cre8-paragraph-indent-0: 0px;
87
+ --cre8-border-radius-small: 4px;
88
+ --cre8-border-radius-default: 8px;
89
+ --cre8-border-radius-large: 16px;
90
+ --cre8-border-radius-round: 900px;
91
+ --cre8-border-radius-button: 8px;
92
+ --cre8-border-radius-badge: 4px;
93
+ --cre8-border-radius-tabs: 8px;
94
+ --cre8-border-radius-container: 16px;
95
+ --cre8-border-radius-field: 8px;
96
+ --cre8-border-width-none: 0rem;
97
+ --cre8-border-width-default: 0.0625rem;
98
+ --cre8-border-width-focus: 0.125rem;
99
+ --cre8-border-width-large: 0.25rem;
100
+ --cre8-border-width-button-tertiary-outline-focus: 0.125rem;
101
+ --cre8-border-width-button-default: 0.125rem;
102
+ --cre8-border-width-tab-selected: 0.125rem;
103
+ --cre8-border-style-button-tertiary-outline-focus: solid;
104
+ --cre8-border-style-default: solid;
105
+ --cre8-shadow-default: 0 8px 6px 0 rgba(0,0,0,0.1);
106
+ --cre8-shadow-button: none;
107
+ --cre8-shadow-none: none;
108
+ --cre8-shadow-large: 0 10px 12px 0 rgba(0,0,0,0.2);
109
+ --cre8-shadow-small: 0 1px 2px 1px rgba(0,0,0,0.2);
110
+ --cre8-color-link-bg-active: #333333;
111
+ --cre8-font-families-nb-akademie: "NB Akademie", sans-serif;
112
+ --cre8-font-weights-nb-akademie-0: 400;
113
+ --cre8-font-weights-nb-akademie-1: 500;
114
+ --cre8-font-weights-nb-akademie-2: 700;
115
+ --cre8-line-heights-0: 1.25;
116
+ --cre8-line-heights-1: 1.12;
117
+ --cre8-line-heights-2: 1.1400000000000001;
118
+ --cre8-line-heights-3: 1.2;
119
+ --cre8-line-heights-4: 1.3;
120
+ --cre8-line-heights-5: 1.33;
121
+ --cre8-line-heights-6: 1.4000000000000001;
122
+ --cre8-line-heights-7: 1.5;
123
+ --cre8-line-heights-8: 1.43;
124
+ --cre8-line-heights-9: 1.11;
125
+ --cre8-line-heights-10: 1.1300000000000001;
126
+ --cre8-line-heights-11: 1.16;
127
+ --cre8-line-heights-12: 0.48;
128
+ --cre8-line-heights-13: 0.4;
129
+ --cre8-line-heights-14: 0.32;
130
+ --cre8-line-heights-15: 0.28;
131
+ --cre8-line-heights-16: 0.24;
132
+ --cre8-line-heights-17: 0.2;
133
+ --cre8-line-heights-18: 0.16;
134
+ --cre8-icon-size-small: 0.875rem;
135
+ --cre8-icon-size-default: 1rem;
136
+ --cre8-icon-size-large: 1.125rem;
137
+ --cre8-badge-padding-horizontal: 0.375rem;
138
+ --cre8-badge-padding-vertical: 0.125rem;
139
+ --cre8-progress-meter-height: 0.5rem;
140
+ --cre8-breakpoints-bp-xsm: 23.4375rem;
141
+ --cre8-breakpoints-bp-sm: 35rem;
142
+ --cre8-breakpoints-bp-md: 48rem;
143
+ --cre8-breakpoints-bp-lg: 60rem;
144
+ --cre8-breakpoints-bp-xl: 75rem;
145
+ --cre8-breakpoints-bp-xxl: 87.5rem;
146
+ }
@@ -0,0 +1,247 @@
1
+ @import './fonts.css';
2
+ :root{--cre8-typography-body-xlarge-font-family: var(--cre8-font-families-inter);
3
+ --cre8-typography-body-xlarge-font-size: var(--cre8-font-size-5);
4
+ --cre8-typography-body-xlarge-font-weight: var(--cre8-font-weights-inter-0);
5
+ --cre8-typography-body-xlarge-line-height: var(--cre8-line-heights-7);
6
+ --cre8-typography-body-xlarge-text-decoration: var(--cre8-text-decoration-none);
7
+ --cre8-typography-body-xlarge-text-transform: var(--cre8-text-case-none);
8
+ --cre8-typography-body-xlarge-strong-font-family: var(--cre8-font-families-inter);
9
+ --cre8-typography-body-xlarge-strong-font-size: var(--cre8-font-size-5);
10
+ --cre8-typography-body-xlarge-strong-font-weight: var(--cre8-font-weights-inter-1);
11
+ --cre8-typography-body-xlarge-strong-line-height: var(--cre8-line-heights-7);
12
+ --cre8-typography-body-xlarge-strong-text-decoration: var(--cre8-text-decoration-none);
13
+ --cre8-typography-body-xlarge-strong-text-transform: var(--cre8-text-case-none);
14
+ --cre8-typography-body-xlarge-link-font-family: var(--cre8-font-families-inter);
15
+ --cre8-typography-body-xlarge-link-font-size: var(--cre8-font-size-5);
16
+ --cre8-typography-body-xlarge-link-font-weight: var(--cre8-font-weights-inter-1);
17
+ --cre8-typography-body-xlarge-link-line-height: var(--cre8-line-heights-7);
18
+ --cre8-typography-body-xlarge-link-text-decoration: var(--cre8-text-decoration-underline);
19
+ --cre8-typography-body-xlarge-link-text-transform: var(--cre8-text-case-none);
20
+ --cre8-typography-body-large-font-family: var(--cre8-font-families-inter);
21
+ --cre8-typography-body-large-font-size: var(--cre8-font-size-3);
22
+ --cre8-typography-body-large-font-weight: var(--cre8-font-weights-inter-0);
23
+ --cre8-typography-body-large-line-height: var(--cre8-line-heights-7);
24
+ --cre8-typography-body-large-text-decoration: var(--cre8-text-decoration-none);
25
+ --cre8-typography-body-large-text-transform: var(--cre8-text-case-none);
26
+ --cre8-typography-body-large-strong-font-family: var(--cre8-font-families-inter);
27
+ --cre8-typography-body-large-strong-font-size: var(--cre8-font-size-3);
28
+ --cre8-typography-body-large-strong-font-weight: var(--cre8-font-weights-inter-1);
29
+ --cre8-typography-body-large-strong-line-height: var(--cre8-line-heights-7);
30
+ --cre8-typography-body-large-strong-text-decoration: var(--cre8-text-decoration-none);
31
+ --cre8-typography-body-large-strong-text-transform: var(--cre8-text-case-none);
32
+ --cre8-typography-body-default-font-family: var(--cre8-font-families-inter);
33
+ --cre8-typography-body-default-font-size: var(--cre8-font-size-2);
34
+ --cre8-typography-body-default-font-weight: var(--cre8-font-weights-inter-0);
35
+ --cre8-typography-body-default-line-height: var(--cre8-line-heights-7);
36
+ --cre8-typography-body-default-text-decoration: var(--cre8-text-decoration-none);
37
+ --cre8-typography-body-default-text-transform: var(--cre8-text-case-none);
38
+ --cre8-typography-body-default-strong-font-family: var(--cre8-font-families-inter);
39
+ --cre8-typography-body-default-strong-font-size: var(--cre8-font-size-2);
40
+ --cre8-typography-body-default-strong-font-weight: var(--cre8-font-weights-inter-1);
41
+ --cre8-typography-body-default-strong-line-height: var(--cre8-line-heights-7);
42
+ --cre8-typography-body-default-strong-text-decoration: var(--cre8-text-decoration-none);
43
+ --cre8-typography-body-default-strong-text-transform: var(--cre8-text-case-none);
44
+ --cre8-typography-body-small-font-family: var(--cre8-font-families-inter);
45
+ --cre8-typography-body-small-font-size: var(--cre8-font-size-1);
46
+ --cre8-typography-body-small-font-weight: var(--cre8-font-weights-inter-0);
47
+ --cre8-typography-body-small-line-height: var(--cre8-line-heights-8);
48
+ --cre8-typography-body-small-text-decoration: var(--cre8-text-decoration-none);
49
+ --cre8-typography-body-small-text-transform: var(--cre8-text-case-none);
50
+ --cre8-typography-body-small-strong-font-family: var(--cre8-font-families-inter);
51
+ --cre8-typography-body-small-strong-font-size: var(--cre8-font-size-1);
52
+ --cre8-typography-body-small-strong-font-weight: var(--cre8-font-weights-inter-1);
53
+ --cre8-typography-body-small-strong-line-height: var(--cre8-line-heights-8);
54
+ --cre8-typography-body-small-strong-text-decoration: var(--cre8-text-decoration-none);
55
+ --cre8-typography-body-small-strong-text-transform: var(--cre8-text-case-none);
56
+ --cre8-typography-body-large-link-font-family: var(--cre8-font-families-inter);
57
+ --cre8-typography-body-large-link-font-size: var(--cre8-font-size-3);
58
+ --cre8-typography-body-large-link-font-weight: var(--cre8-font-weights-inter-1);
59
+ --cre8-typography-body-large-link-line-height: var(--cre8-line-heights-7);
60
+ --cre8-typography-body-large-link-text-decoration: var(--cre8-text-decoration-underline);
61
+ --cre8-typography-body-large-link-text-transform: var(--cre8-text-case-none);
62
+ --cre8-typography-body-default-link-font-family: var(--cre8-font-families-inter);
63
+ --cre8-typography-body-default-link-font-size: var(--cre8-font-size-2);
64
+ --cre8-typography-body-default-link-font-weight: var(--cre8-font-weights-inter-1);
65
+ --cre8-typography-body-default-link-line-height: var(--cre8-line-heights-7);
66
+ --cre8-typography-body-default-link-text-decoration: var(--cre8-text-decoration-underline);
67
+ --cre8-typography-body-default-link-text-transform: var(--cre8-text-case-none);
68
+ --cre8-typography-body-small-link-font-family: var(--cre8-font-families-inter);
69
+ --cre8-typography-body-small-link-font-size: var(--cre8-font-size-1);
70
+ --cre8-typography-body-small-link-font-weight: var(--cre8-font-weights-inter-1);
71
+ --cre8-typography-body-small-link-line-height: var(--cre8-line-heights-8);
72
+ --cre8-typography-body-small-link-text-decoration: var(--cre8-text-decoration-underline);
73
+ --cre8-typography-body-small-link-text-transform: var(--cre8-text-case-none);
74
+ --cre8-typography-label-default-font-family: var(--cre8-font-families-inter);
75
+ --cre8-typography-label-default-font-size: var(--cre8-font-size-2);
76
+ --cre8-typography-label-default-font-weight: var(--cre8-font-weights-inter-1);
77
+ --cre8-typography-label-default-line-height: var(--cre8-line-heights-7);
78
+ --cre8-typography-label-default-text-decoration: var(--cre8-text-decoration-none);
79
+ --cre8-typography-label-default-text-transform: var(--cre8-text-case-none);
80
+ --cre8-typography-label-large-font-family: var(--cre8-font-families-inter);
81
+ --cre8-typography-label-large-font-size: var(--cre8-font-size-3);
82
+ --cre8-typography-label-large-font-weight: var(--cre8-font-weights-inter-1);
83
+ --cre8-typography-label-large-line-height: var(--cre8-line-heights-5);
84
+ --cre8-typography-label-large-text-decoration: var(--cre8-text-decoration-none);
85
+ --cre8-typography-label-large-text-transform: var(--cre8-text-case-none);
86
+ --cre8-typography-label-small-font-family: var(--cre8-font-families-inter);
87
+ --cre8-typography-label-small-font-size: var(--cre8-font-size-1);
88
+ --cre8-typography-label-small-font-weight: var(--cre8-font-weights-inter-1);
89
+ --cre8-typography-label-small-line-height: var(--cre8-line-heights-7);
90
+ --cre8-typography-label-small-text-decoration: var(--cre8-text-decoration-none);
91
+ --cre8-typography-label-small-text-transform: var(--cre8-text-case-none);
92
+ --cre8-typography-title-xlarge-font-family: var(--cre8-font-families-inter);
93
+ --cre8-typography-title-xlarge-font-size: var(--cre8-font-size-8);
94
+ --cre8-typography-title-xlarge-font-weight: var(--cre8-font-weights-inter-1);
95
+ --cre8-typography-title-xlarge-line-height: var(--cre8-line-heights-4);
96
+ --cre8-typography-title-xlarge-text-decoration: var(--cre8-text-decoration-none);
97
+ --cre8-typography-title-xlarge-text-transform: var(--cre8-text-case-none);
98
+ --cre8-typography-title-xlarge-mobile-font-family: var(--cre8-font-families-inter);
99
+ --cre8-typography-title-xlarge-mobile-font-size: var(--cre8-font-size-7);
100
+ --cre8-typography-title-xlarge-mobile-font-weight: var(--cre8-font-weights-inter-1);
101
+ --cre8-typography-title-xlarge-mobile-line-height: var(--cre8-line-heights-4);
102
+ --cre8-typography-title-xlarge-mobile-text-decoration: var(--cre8-text-decoration-none);
103
+ --cre8-typography-title-xlarge-mobile-text-transform: var(--cre8-text-case-none);
104
+ --cre8-typography-title-large-font-family: var(--cre8-font-families-inter);
105
+ --cre8-typography-title-large-font-size: var(--cre8-font-size-6);
106
+ --cre8-typography-title-large-font-weight: var(--cre8-font-weights-inter-1);
107
+ --cre8-typography-title-large-line-height: var(--cre8-line-heights-1);
108
+ --cre8-typography-title-large-text-decoration: var(--cre8-text-decoration-none);
109
+ --cre8-typography-title-large-text-transform: var(--cre8-text-case-none);
110
+ --cre8-typography-title-large-mobile-font-family: var(--cre8-font-families-inter);
111
+ --cre8-typography-title-large-mobile-font-size: var(--cre8-font-size-5);
112
+ --cre8-typography-title-large-mobile-font-weight: var(--cre8-font-weights-inter-1);
113
+ --cre8-typography-title-large-mobile-line-height: var(--cre8-line-heights-1);
114
+ --cre8-typography-title-large-mobile-text-decoration: var(--cre8-text-decoration-none);
115
+ --cre8-typography-title-large-mobile-text-transform: var(--cre8-text-case-none);
116
+ --cre8-typography-title-default-font-family: var(--cre8-font-families-inter);
117
+ --cre8-typography-title-default-font-size: var(--cre8-font-size-5);
118
+ --cre8-typography-title-default-font-weight: var(--cre8-font-weights-inter-1);
119
+ --cre8-typography-title-default-line-height: var(--cre8-line-heights-2);
120
+ --cre8-typography-title-default-text-decoration: var(--cre8-text-decoration-none);
121
+ --cre8-typography-title-default-text-transform: var(--cre8-text-case-none);
122
+ --cre8-typography-title-default-mobile-font-family: var(--cre8-font-families-inter);
123
+ --cre8-typography-title-default-mobile-font-size: var(--cre8-font-size-3);
124
+ --cre8-typography-title-default-mobile-font-weight: var(--cre8-font-weights-inter-1);
125
+ --cre8-typography-title-default-mobile-line-height: var(--cre8-line-heights-2);
126
+ --cre8-typography-title-default-mobile-text-decoration: var(--cre8-text-decoration-none);
127
+ --cre8-typography-title-default-mobile-text-transform: var(--cre8-text-case-none);
128
+ --cre8-typography-title-small-font-family: var(--cre8-font-families-inter);
129
+ --cre8-typography-title-small-font-size: var(--cre8-font-size-3);
130
+ --cre8-typography-title-small-font-weight: var(--cre8-font-weights-inter-1);
131
+ --cre8-typography-title-small-line-height: var(--cre8-line-heights-6);
132
+ --cre8-typography-title-small-text-decoration: var(--cre8-text-decoration-none);
133
+ --cre8-typography-title-small-text-transform: var(--cre8-text-case-none);
134
+ --cre8-typography-title-small-mobile-font-family: var(--cre8-font-families-inter);
135
+ --cre8-typography-title-small-mobile-font-size: var(--cre8-font-size-2);
136
+ --cre8-typography-title-small-mobile-font-weight: var(--cre8-font-weights-inter-1);
137
+ --cre8-typography-title-small-mobile-line-height: var(--cre8-line-heights-6);
138
+ --cre8-typography-title-small-mobile-text-decoration: var(--cre8-text-decoration-none);
139
+ --cre8-typography-title-small-mobile-text-transform: var(--cre8-text-case-none);
140
+ --cre8-typography-headline-large-font-family: var(--cre8-font-families-inter);
141
+ --cre8-typography-headline-large-font-size: var(--cre8-font-size-9);
142
+ --cre8-typography-headline-large-font-weight: var(--cre8-font-weights-inter-3);
143
+ --cre8-typography-headline-large-line-height: var(--cre8-line-heights-0);
144
+ --cre8-typography-headline-large-text-decoration: var(--cre8-text-decoration-none);
145
+ --cre8-typography-headline-large-text-transform: var(--cre8-text-case-none);
146
+ --cre8-typography-headline-large-mobile-font-family: var(--cre8-font-families-inter);
147
+ --cre8-typography-headline-large-mobile-font-size: var(--cre8-font-size-8);
148
+ --cre8-typography-headline-large-mobile-font-weight: var(--cre8-font-weights-inter-3);
149
+ --cre8-typography-headline-large-mobile-line-height: var(--cre8-line-heights-0);
150
+ --cre8-typography-headline-large-mobile-text-decoration: var(--cre8-text-decoration-none);
151
+ --cre8-typography-headline-large-mobile-text-transform: var(--cre8-text-case-none);
152
+ --cre8-typography-headline-default-font-family: var(--cre8-font-families-inter);
153
+ --cre8-typography-headline-default-font-size: var(--cre8-font-size-8);
154
+ --cre8-typography-headline-default-font-weight: var(--cre8-font-weights-inter-3);
155
+ --cre8-typography-headline-default-line-height: var(--cre8-line-heights-0);
156
+ --cre8-typography-headline-default-text-decoration: var(--cre8-text-decoration-none);
157
+ --cre8-typography-headline-default-text-transform: var(--cre8-text-case-none);
158
+ --cre8-typography-headline-default-mobile-font-family: var(--cre8-font-families-inter);
159
+ --cre8-typography-headline-default-mobile-font-size: var(--cre8-font-size-7);
160
+ --cre8-typography-headline-default-mobile-font-weight: var(--cre8-font-weights-inter-3);
161
+ --cre8-typography-headline-default-mobile-line-height: var(--cre8-line-heights-0);
162
+ --cre8-typography-headline-default-mobile-text-decoration: var(--cre8-text-decoration-none);
163
+ --cre8-typography-headline-default-mobile-text-transform: var(--cre8-text-case-none);
164
+ --cre8-typography-headline-small-font-family: var(--cre8-font-families-inter);
165
+ --cre8-typography-headline-small-font-size: var(--cre8-font-size-7);
166
+ --cre8-typography-headline-small-font-weight: var(--cre8-font-weights-inter-3);
167
+ --cre8-typography-headline-small-line-height: var(--cre8-line-heights-0);
168
+ --cre8-typography-headline-small-text-decoration: var(--cre8-text-decoration-none);
169
+ --cre8-typography-headline-small-text-transform: var(--cre8-text-case-none);
170
+ --cre8-typography-headline-small-mobile-font-family: var(--cre8-font-families-inter);
171
+ --cre8-typography-headline-small-mobile-font-size: var(--cre8-font-size-6);
172
+ --cre8-typography-headline-small-mobile-font-weight: var(--cre8-font-weights-inter-3);
173
+ --cre8-typography-headline-small-mobile-line-height: var(--cre8-line-heights-0);
174
+ --cre8-typography-headline-small-mobile-text-decoration: var(--cre8-text-decoration-none);
175
+ --cre8-typography-headline-small-mobile-text-transform: var(--cre8-text-case-none);
176
+ --cre8-typography-headline-xsmall-font-family: var(--cre8-font-families-inter);
177
+ --cre8-typography-headline-xsmall-font-size: var(--cre8-font-size-5);
178
+ --cre8-typography-headline-xsmall-font-weight: var(--cre8-font-weights-inter-3);
179
+ --cre8-typography-headline-xsmall-line-height: var(--cre8-line-heights-0);
180
+ --cre8-typography-headline-xsmall-text-decoration: var(--cre8-text-decoration-none);
181
+ --cre8-typography-headline-xsmall-text-transform: var(--cre8-text-case-none);
182
+ --cre8-typography-headline-xsmall-mobile-font-family: var(--cre8-font-families-inter);
183
+ --cre8-typography-headline-xsmall-mobile-font-size: var(--cre8-font-size-5);
184
+ --cre8-typography-headline-xsmall-mobile-font-weight: var(--cre8-font-weights-inter-3);
185
+ --cre8-typography-headline-xsmall-mobile-line-height: var(--cre8-line-heights-0);
186
+ --cre8-typography-headline-xsmall-mobile-text-decoration: var(--cre8-text-decoration-none);
187
+ --cre8-typography-headline-xsmall-mobile-text-transform: var(--cre8-text-case-none);
188
+ --cre8-typography-display-large-font-family: var(--cre8-font-families-inter);
189
+ --cre8-typography-display-large-font-size: var(--cre8-font-size-13);
190
+ --cre8-typography-display-large-font-weight: var(--cre8-font-weights-inter-2);
191
+ --cre8-typography-display-large-line-height: var(--cre8-line-heights-0);
192
+ --cre8-typography-display-large-text-decoration: var(--cre8-text-decoration-none);
193
+ --cre8-typography-display-large-text-transform: var(--cre8-text-case-none);
194
+ --cre8-typography-display-large-mobile-font-family: var(--cre8-font-families-inter);
195
+ --cre8-typography-display-large-mobile-font-size: var(--cre8-font-size-12);
196
+ --cre8-typography-display-large-mobile-font-weight: var(--cre8-font-weights-inter-2);
197
+ --cre8-typography-display-large-mobile-line-height: var(--cre8-line-heights-0);
198
+ --cre8-typography-display-large-mobile-text-decoration: var(--cre8-text-decoration-none);
199
+ --cre8-typography-display-large-mobile-text-transform: var(--cre8-text-case-none);
200
+ --cre8-typography-display-default-font-family: var(--cre8-font-families-inter);
201
+ --cre8-typography-display-default-font-size: var(--cre8-font-size-11);
202
+ --cre8-typography-display-default-font-weight: var(--cre8-font-weights-inter-2);
203
+ --cre8-typography-display-default-line-height: var(--cre8-line-heights-0);
204
+ --cre8-typography-display-default-text-decoration: var(--cre8-text-decoration-none);
205
+ --cre8-typography-display-default-text-transform: var(--cre8-text-case-none);
206
+ --cre8-typography-display-default-mobile-font-family: var(--cre8-font-families-inter);
207
+ --cre8-typography-display-default-mobile-font-size: var(--cre8-font-size-10);
208
+ --cre8-typography-display-default-mobile-font-weight: var(--cre8-font-weights-inter-2);
209
+ --cre8-typography-display-default-mobile-line-height: var(--cre8-line-heights-0);
210
+ --cre8-typography-display-default-mobile-text-decoration: var(--cre8-text-decoration-none);
211
+ --cre8-typography-display-default-mobile-text-transform: var(--cre8-text-case-none);
212
+ --cre8-typography-display-small-font-family: var(--cre8-font-families-inter);
213
+ --cre8-typography-display-small-font-size: var(--cre8-font-size-9);
214
+ --cre8-typography-display-small-font-weight: var(--cre8-font-weights-inter-2);
215
+ --cre8-typography-display-small-line-height: var(--cre8-line-heights-0);
216
+ --cre8-typography-display-small-text-decoration: var(--cre8-text-decoration-none);
217
+ --cre8-typography-display-small-text-transform: var(--cre8-text-case-none);
218
+ --cre8-typography-display-small-mobile-font-family: var(--cre8-font-families-inter);
219
+ --cre8-typography-display-small-mobile-font-size: var(--cre8-font-size-8);
220
+ --cre8-typography-display-small-mobile-font-weight: var(--cre8-font-weights-inter-2);
221
+ --cre8-typography-display-small-mobile-line-height: var(--cre8-line-heights-0);
222
+ --cre8-typography-display-small-mobile-text-decoration: var(--cre8-text-decoration-none);
223
+ --cre8-typography-display-small-mobile-text-transform: var(--cre8-text-case-none);
224
+ --cre8-typography-meta-default-font-family: var(--cre8-font-families-inter);
225
+ --cre8-typography-meta-default-font-size: var(--cre8-font-size-2);
226
+ --cre8-typography-meta-default-font-weight: var(--cre8-font-weights-inter-2);
227
+ --cre8-typography-meta-default-line-height: var(--cre8-line-heights-3);
228
+ --cre8-typography-meta-default-text-decoration: var(--cre8-text-decoration-none);
229
+ --cre8-typography-meta-default-text-transform: var(--cre8-text-case-uppercase);
230
+ --cre8-typography-meta-default-sentence-case-font-family: var(--cre8-font-families-inter);
231
+ --cre8-typography-meta-default-sentence-case-font-size: var(--cre8-font-size-2);
232
+ --cre8-typography-meta-default-sentence-case-font-weight: var(--cre8-font-weights-inter-2);
233
+ --cre8-typography-meta-default-sentence-case-line-height: var(--cre8-line-heights-11);
234
+ --cre8-typography-meta-default-sentence-case-text-decoration: var(--cre8-text-decoration-none);
235
+ --cre8-typography-meta-default-sentence-case-text-transform: var(--cre8-text-case-none);
236
+ --cre8-typography-meta-large-font-family: var(--cre8-font-families-inter);
237
+ --cre8-typography-meta-large-font-size: var(--cre8-font-size-4);
238
+ --cre8-typography-meta-large-font-weight: var(--cre8-font-weights-inter-2);
239
+ --cre8-typography-meta-large-line-height: var(--cre8-line-heights-3);
240
+ --cre8-typography-meta-large-text-decoration: var(--cre8-text-decoration-none);
241
+ --cre8-typography-meta-large-text-transform: var(--cre8-text-case-uppercase);
242
+ --cre8-typography-meta-small-font-family: var(--cre8-font-families-inter);
243
+ --cre8-typography-meta-small-font-size: var(--cre8-font-size-1);
244
+ --cre8-typography-meta-small-font-weight: var(--cre8-font-weights-inter-2);
245
+ --cre8-typography-meta-small-line-height: var(--cre8-line-heights-3);
246
+ --cre8-typography-meta-small-text-decoration: var(--cre8-text-decoration-none);
247
+ --cre8-typography-meta-small-text-transform: var(--cre8-text-case-uppercase);}
File without changes
@@ -0,0 +1,58 @@
1
+
2
+ :root {
3
+ /* Color Tokens */
4
+ --cre8-color-primary: #FFC72C; /* Bright Yellow - Brand Primary */
5
+ --cre8-color-secondary: #C8102E; /* Bright Red - Brand Secondary */
6
+ --cre8-color-accent: #1EAEDB; /* Sky Blue - Playful Accent */
7
+ --cre8-color-success: #68B631; /* Green - Success Indicator */
8
+ --cre8-color-warning: #FFC72C; /* Yellow - Warning Indicator */
9
+ --cre8-color-danger: #C8102E; /* Red - Danger Indicator */
10
+ --cre8-color-info: #1EAEDB; /* Blue - Info Indicator */
11
+ --cre8-color-surface: #FFFFFF; /* White - Surface Color */
12
+ --cre8-color-background: #F9F9F9; /* Light Background */
13
+ --cre8-color-text: #333333; /* Dark Text Color */
14
+ --cre8-color-text-light: #FFFFFF; /* Light Text Color for contrast */
15
+ --cre8-color-border: #E0E0E0; /* Light Border Color */
16
+
17
+ /* Typography Tokens */
18
+ --cre8-font-family: "Helvetica Neue", Arial, sans-serif; /* Primary Font Family */
19
+ --cre8-font-size-xs: 0.75rem; /* 12px - Extra Small */
20
+ --cre8-font-size-sm: 0.875rem; /* 14px - Small */
21
+ --cre8-font-size-md: 1rem; /* 16px - Medium */
22
+ --cre8-font-size-lg: 1.125rem; /* 18px - Large */
23
+ --cre8-font-size-xl: 1.25rem; /* 20px - Extra Large */
24
+ --cre8-font-size-2xl: 1.5rem; /* 24px - 2X Extra Large */
25
+ --cre8-font-size-3xl: 1.875rem; /* 30px - 3X Extra Large */
26
+ --cre8-font-size-4xl: 2.25rem; /* 36px - 4X Extra Large */
27
+
28
+ /* Spacing Tokens */
29
+ --cre8-space-xs: 0.25rem; /* 4px - Extra Small */
30
+ --cre8-space-sm: 0.5rem; /* 8px - Small */
31
+ --cre8-space-md: 0.75rem; /* 12px - Medium */
32
+ --cre8-space-lg: 1rem; /* 16px - Large */
33
+ --cre8-space-xl: 1.5rem; /* 24px - Extra Large */
34
+ --cre8-space-2xl: 2rem; /* 32px - 2X Extra Large */
35
+ --cre8-space-3xl: 3rem; /* 48px - 3X Extra Large */
36
+ --cre8-space-4xl: 4rem; /* 64px - 4X Extra Large */
37
+
38
+ /* Border Radius Tokens */
39
+ --cre8-radius-none: 0; /* No Radius */
40
+ --cre8-radius-sm: 0.25rem; /* 4px - Small Radius */
41
+ --cre8-radius-md: 0.5rem; /* 8px - Medium Radius */
42
+ --cre8-radius-lg: 0.75rem; /* 12px - Large Radius */
43
+ --cre8-radius-xl: 1rem; /* 16px - Extra Large Radius */
44
+ --cre8-radius-full: 9999px; /* Full Radius for circles */
45
+
46
+ /* Shadow Tokens */
47
+ --cre8-shadow-none: none; /* No Shadow */
48
+ --cre8-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.1); /* Small Shadow */
49
+ --cre8-shadow-md: 0 2px 4px rgba(0, 0, 0, 0.1); /* Medium Shadow */
50
+ --cre8-shadow-lg: 0 4px 8px rgba(0, 0, 0, 0.1); /* Large Shadow */
51
+
52
+ /* Breakpoint Tokens */
53
+ --cre8-breakpoint-sm: 400px; /* Small Devices */
54
+ --cre8-breakpoint-md: 768px; /* Medium Devices */
55
+ --cre8-breakpoint-lg: 1024px; /* Large Devices */
56
+ --cre8-breakpoint-xl: 1280px; /* Extra Large Devices */
57
+ --cre8-breakpoint-2xl: 1440px; /* 2X Extra Large Devices */
58
+ }
@@ -0,0 +1,26 @@
1
+ @font-face {
2
+ font-family: 'Aeonik';
3
+ font-style: normal;
4
+ font-weight: 300;
5
+ src: url('../assets/fonts/Aeonik-Light.woff2') format('woff2'),
6
+ url('../assets/fonts/Aeonik-Light.woff') format('woff');
7
+ font-display: fallback;
8
+ }
9
+
10
+ @font-face {
11
+ font-family: 'Aeonik';
12
+ font-style: normal;
13
+ font-weight: 400;
14
+ src: url('../assets/fonts/Aeonik-Regular.woff2') format('woff2'),
15
+ url('../assets/fonts/Aeonik-Regular.woff') format('woff');
16
+ font-display: fallback;
17
+ }
18
+
19
+ @font-face {
20
+ font-family: 'Aeonik';
21
+ font-style: normal;
22
+ font-weight: 700;
23
+ src: url('../assets/fonts/Aeonik-Bold.woff2') format('woff2'),
24
+ url('../assets/fonts/Aeonik-Bold.woff') format('woff');
25
+ font-display: fallback;
26
+ }