@marioschmidt/design-system-tokens 1.0.20 → 1.0.21

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 (226) hide show
  1. package/dist/css/brands/advertorial/density/density-compact.css +31 -6
  2. package/dist/css/brands/advertorial/density/density-default.css +31 -6
  3. package/dist/css/brands/advertorial/density/density-spacious.css +31 -6
  4. package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +694 -200
  5. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  6. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  7. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  8. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  9. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
  10. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
  11. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
  12. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
  13. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
  14. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
  15. package/dist/css/brands/bild/density/density-compact.css +31 -6
  16. package/dist/css/brands/bild/density/density-default.css +31 -6
  17. package/dist/css/brands/bild/density/density-spacious.css +31 -6
  18. package/dist/css/brands/bild/overrides/brandcolormapping.css +238 -54
  19. package/dist/css/brands/bild/overrides/brandtokenmapping.css +694 -200
  20. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  21. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  22. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  23. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  24. package/dist/css/brands/bild/semantic/color/colormode-dark.css +532 -280
  25. package/dist/css/brands/bild/semantic/color/colormode-light.css +532 -280
  26. package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
  27. package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
  28. package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
  29. package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
  30. package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
  31. package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
  32. package/dist/css/brands/sportbild/density/density-compact.css +31 -6
  33. package/dist/css/brands/sportbild/density/density-default.css +31 -6
  34. package/dist/css/brands/sportbild/density/density-spacious.css +31 -6
  35. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +238 -54
  36. package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +694 -200
  37. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  38. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  39. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  40. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  41. package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +532 -280
  42. package/dist/css/brands/sportbild/semantic/color/colormode-light.css +532 -280
  43. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
  44. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
  45. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
  46. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
  47. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
  48. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
  49. package/dist/css/shared/colorprimitive.css +160 -48
  50. package/dist/css/shared/fontprimitive.css +99 -33
  51. package/dist/css/shared/sizeprimitive.css +8 -1
  52. package/dist/css/shared/spaceprimitive.css +8 -1
  53. package/dist/flutter/brands/advertorial/density/density-compact.dart +5 -0
  54. package/dist/flutter/brands/advertorial/density/density-default.dart +5 -0
  55. package/dist/flutter/brands/advertorial/density/density-spacious.dart +5 -0
  56. package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +17 -2
  57. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  58. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  59. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  60. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  61. package/dist/flutter/brands/bild/density/density-compact.dart +5 -0
  62. package/dist/flutter/brands/bild/density/density-default.dart +5 -0
  63. package/dist/flutter/brands/bild/density/density-spacious.dart +5 -0
  64. package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +10 -1
  65. package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +17 -2
  66. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  67. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  68. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  69. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  70. package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +10 -0
  71. package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +10 -0
  72. package/dist/flutter/brands/sportbild/density/density-compact.dart +5 -0
  73. package/dist/flutter/brands/sportbild/density/density-default.dart +5 -0
  74. package/dist/flutter/brands/sportbild/density/density-spacious.dart +5 -0
  75. package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +10 -1
  76. package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +17 -2
  77. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  78. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  79. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  80. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  81. package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +10 -0
  82. package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +10 -0
  83. package/dist/flutter/shared/colorprimitive.dart +20 -1
  84. package/dist/flutter/shared/fontprimitive.dart +20 -3
  85. package/dist/flutter/shared/sizeprimitive.dart +5 -0
  86. package/dist/flutter/shared/spaceprimitive.dart +5 -0
  87. package/dist/ios/brands/advertorial/density/DensityCompact.swift +5 -0
  88. package/dist/ios/brands/advertorial/density/DensityDefault.swift +5 -0
  89. package/dist/ios/brands/advertorial/density/DensitySpacious.swift +5 -0
  90. package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +17 -2
  91. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  92. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  93. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  94. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  95. package/dist/ios/brands/bild/density/DensityCompact.swift +5 -0
  96. package/dist/ios/brands/bild/density/DensityDefault.swift +5 -0
  97. package/dist/ios/brands/bild/density/DensitySpacious.swift +5 -0
  98. package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +10 -1
  99. package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +17 -2
  100. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  101. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  102. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  103. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  104. package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +10 -0
  105. package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +10 -0
  106. package/dist/ios/brands/sportbild/density/DensityCompact.swift +5 -0
  107. package/dist/ios/brands/sportbild/density/DensityDefault.swift +5 -0
  108. package/dist/ios/brands/sportbild/density/DensitySpacious.swift +5 -0
  109. package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +10 -1
  110. package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +17 -2
  111. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  112. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  113. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  114. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  115. package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +10 -0
  116. package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +10 -0
  117. package/dist/ios/shared/Colorprimitive.swift +20 -1
  118. package/dist/ios/shared/Fontprimitive.swift +20 -3
  119. package/dist/ios/shared/Sizeprimitive.swift +5 -0
  120. package/dist/ios/shared/Spaceprimitive.swift +5 -0
  121. package/dist/js/brands/advertorial/density/density-compact.js +16 -1
  122. package/dist/js/brands/advertorial/density/density-default.js +16 -1
  123. package/dist/js/brands/advertorial/density/density-spacious.js +16 -1
  124. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +404 -158
  125. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  126. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  127. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  128. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  129. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +53 -216
  130. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +53 -216
  131. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +456 -1132
  132. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +456 -1132
  133. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +456 -1132
  134. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +456 -1132
  135. package/dist/js/brands/bild/density/density-compact.js +16 -1
  136. package/dist/js/brands/bild/density/density-default.js +16 -1
  137. package/dist/js/brands/bild/density/density-spacious.js +16 -1
  138. package/dist/js/brands/bild/overrides/brandcolormapping.js +127 -44
  139. package/dist/js/brands/bild/overrides/brandtokenmapping.js +404 -158
  140. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  141. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  142. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  143. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  144. package/dist/js/brands/bild/semantic/color/colormode-dark.js +426 -184
  145. package/dist/js/brands/bild/semantic/color/colormode-light.js +426 -182
  146. package/dist/js/brands/bild/semantic/effects/effects-dark.js +53 -216
  147. package/dist/js/brands/bild/semantic/effects/effects-light.js +53 -216
  148. package/dist/js/brands/bild/semantic/typography/typography-lg.js +456 -1132
  149. package/dist/js/brands/bild/semantic/typography/typography-md.js +456 -1132
  150. package/dist/js/brands/bild/semantic/typography/typography-sm.js +456 -1132
  151. package/dist/js/brands/bild/semantic/typography/typography-xs.js +456 -1132
  152. package/dist/js/brands/sportbild/density/density-compact.js +16 -1
  153. package/dist/js/brands/sportbild/density/density-default.js +16 -1
  154. package/dist/js/brands/sportbild/density/density-spacious.js +16 -1
  155. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +127 -44
  156. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +404 -158
  157. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  158. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  159. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  160. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  161. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +426 -184
  162. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +426 -182
  163. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +53 -216
  164. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +53 -216
  165. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +456 -1132
  166. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +456 -1132
  167. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +456 -1132
  168. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +456 -1132
  169. package/dist/js/shared/colorprimitive.js +125 -45
  170. package/dist/js/shared/fontprimitive.js +76 -34
  171. package/dist/js/shared/sizeprimitive.js +8 -1
  172. package/dist/js/shared/spaceprimitive.js +8 -1
  173. package/dist/manifest.json +1 -1
  174. package/dist/scss/brands/advertorial/density/density-compact.scss +22 -6
  175. package/dist/scss/brands/advertorial/density/density-default.scss +22 -6
  176. package/dist/scss/brands/advertorial/density/density-spacious.scss +22 -6
  177. package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +448 -201
  178. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  179. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  180. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  181. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  182. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +55 -15
  183. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +55 -15
  184. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +456 -124
  185. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +456 -124
  186. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +456 -124
  187. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +456 -124
  188. package/dist/scss/brands/bild/density/density-compact.scss +22 -6
  189. package/dist/scss/brands/bild/density/density-default.scss +22 -6
  190. package/dist/scss/brands/bild/density/density-spacious.scss +22 -6
  191. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +140 -55
  192. package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +448 -201
  193. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  194. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  195. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  196. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  197. package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +423 -272
  198. package/dist/scss/brands/bild/semantic/color/colormode-light.scss +423 -272
  199. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +55 -15
  200. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +55 -15
  201. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +456 -124
  202. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +456 -124
  203. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +456 -124
  204. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +456 -124
  205. package/dist/scss/brands/sportbild/density/density-compact.scss +22 -6
  206. package/dist/scss/brands/sportbild/density/density-default.scss +22 -6
  207. package/dist/scss/brands/sportbild/density/density-spacious.scss +22 -6
  208. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +140 -55
  209. package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +448 -201
  210. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  211. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  212. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  213. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  214. package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +423 -272
  215. package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +423 -272
  216. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +55 -15
  217. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +55 -15
  218. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +456 -124
  219. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +456 -124
  220. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +456 -124
  221. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +456 -124
  222. package/dist/scss/shared/colorprimitive.scss +129 -48
  223. package/dist/scss/shared/fontprimitive.scss +76 -33
  224. package/dist/scss/shared/sizeprimitive.scss +9 -1
  225. package/dist/scss/shared/spaceprimitive.scss +9 -1
  226. package/package.json +1 -1
@@ -1,188 +1,355 @@
1
+ //
2
+ // colormode-light.scss
3
+ // Generiert am: 2025-11-24T20:34:56.101Z
4
+ // Nicht manuell bearbeiten!
5
+ //
1
6
 
2
- // Do not edit directly, this file was auto-generated.
7
+ // ============================================
8
+ // COMPONENT
9
+ // ============================================
3
10
 
4
- // Applies to text elements requiring fixed brand color usage (e.g., permanent links, brand slogans on constant backgrounds).
5
- // Behavior: Constant maintains identical red tone across Light and Dark mode.
6
- $text-color-accent-constant: #DD0000;
7
- // Main text color used for body copy and all primary textual content. Ensures optimal readability and contrast on standard surfaces.
8
- // Behavior: Dynamic — switches between dark text on light backgrounds and light text on dark backgrounds.
9
- $text-color-primary: #232629;
10
- // Muted text tone for subtle information, timestamps, or inactive text elements.
11
- // Behavior: Dynamic — adjusts between mid-gray in Light mode and lighter gray in Dark mode.
12
- $text-color-muted: #666B70;
13
- // Inverse text color used on opposing surfaces (e.g., white text on red or dark backgrounds).
14
- // Behavior: Dynamic — alternates between light and dark mode.
15
- $text-color-primary-inverse: #E9ECEF;
16
- // Used when primary text color must remain fixed regardless of mode (e.g., on light constant backgrounds).
17
- // Behavior: Constant same tone across Light and Dark mode.
18
- $text-color-primary-constant: #232629;
19
- // Used for positive or success-related messages (e.g., “Saved”, “Success”, or confirmation text) on success surface colors.
20
- // Behavior: Constant — green tone remains consistent across both modes.
21
- $text-color-success-constant: #006E3E;
22
- // Fixed inverse tone for text that always appears on dark surfaces (e.g., hero headlines or persistent dark cards).
23
- // Behavior: Constant — unchanged across modes.
24
- $text-color-primary-inverse-constant: #E9ECEF;
25
- // Secondary text color used for supportive information, subtitles, and less prominent text.
26
- // Behavior: Dynamic — adapts between neutral tones to maintain proper contrast per theme. In 2025 css it is called figure meta.
27
- $text-color-secondary: #8C9196;
28
- // Used for strong warnings, errors, or destructive action labels.
29
- // Behavior: Constant — red color remains unchanged between Light and Dark mode for visibility and recognition.
30
- $text-color-attention-high: #DD0000;
31
- $text-color-accent: #DD0000; // Accent text color used for links, interactive text, or highlighted key words. Changes from a red in light mode to a white in dark mode.
32
- // Represents medium attention states, often used in warnings or pending states.
33
- // Behavior: Constant same orange tone across Light and Dark mode.
34
- $text-color-attention-medium: #FD8227;
35
- // Used for text displayed on dark surfaces to ensure maximum legibility and contrast.
36
- // Behavior: Constant always light neutral to guarantee accessibility on dark backgrounds.
37
- $text-color-on-dark-surface: #FFFFFF;
38
- // Primary surface color used for main backgrounds and large layout areas (e.g., page background, primary containers).
39
- // Behavior: Dynamic — adapts between light and dark surface tokens to maintain legibility and hierarchy.
40
- $surface-color-primary: #FFFFFF;
41
- // Used for secondary surface layers such as cards, panels, or nested containers that need to differentiate themselves from the primary surface. .
42
- // Behavior: Dynamic adapts brightness level based on mode for appropriate depth contrast.
43
- $surface-color-secondary: #F2F4F5;
44
- // Inverse of the primary surface, used when Light and Dark surfaces are swapped (e.g., inverse cards or elevated sections).
45
- // Behavior: Dynamic — switches between dark and light values depending on mode.
46
- $surface-color-primary-inverse: #232629;
47
- // A fixed light surface tone used when a consistent light background is required (e.g., light panels within dark layouts).
48
- // Behavior: Constant — remains the same in both modes.
49
- $surface-color-primary-constant-light: #FFFFFF;
50
- // A fixed dark surface tone used for dark overlays or nested dark sections inside light layouts.
51
- // Behavior: Constant identical across Light and Dark mode.
52
- $surface-color-primary-constant-dark: #232629;
53
- $surface-color-quartenary: #CED4DA; // HIghtest elevation surface color, typically used for grouping or background accents to differentiate themselves from all previous surface color options. Uses corresponding light/dark tones for consistent layering.
54
- // Success-related background used for positive notifications, confirmation surfaces, or success banners.
55
- // Behavior: Constant — remains the same across Light and Dark mode to ensure brand alignment.
56
- $surface-color-success: #CEF4E4;
57
- // Tertiary background layer for inner containers, grouped content, or subtle elevation steps that need to differentiate themselves from the primary and secondary surfaces.
58
- // Behavior: Dynamic — switches between light and dark tertiary tones.
59
- $surface-color-tertiary: #E9ECEF;
60
- // Represents tertiary-level gradient background.
61
- // Currently used on skeletons.
62
- $surface-color-tertiary-gradient-stop: rgba(233, 236, 239, 0);
63
- // Inverse tertiary background, applied when Light and Dark surfaces are reversed (e.g., dark-on-light cards).
64
- // Behavior: Dynamic — swaps values between modes for contrast preservation.
65
- $surface-color-tertiary-inverse: #343C41;
66
- $surface-color-primary-gradient-stop: rgba(255, 255, 255, 0); // Defines the end stops for primary surface gradients, creating visual depth or elevation. Used next to sliders buttons and slider container edges for fading out content. Behavior: Dynamic — light gradients in Light mode, dark gradients in Dark mode.
67
- // Used for secondary surface gradients or subtle depth layers across backgrounds.
68
- // Behavior: Dynamic — adapts to mode brightness for smooth gradient transitions.
69
- $surface-color-secondary-gradient-stop: rgba(242, 244, 245, 0);
70
- // Inverse of the quartenary surface, used for background reversals in mixed-layout areas.
71
- // Behavior: Dynamic — inverts between dark and light tones depending on mode.
72
- $surface-color-quartenary-inverse: #4B525A;
11
+ // Component - Alert
12
+ // On marketing offer surfaces this variable is usually not used. The alertSurfaceConstant variables should be used. This token changes color between light and dark modes. L:100 / D:025
13
+ $alert-surface-color: #FFFFFF;
14
+ // On marketing offer surfaces this variable is used.
15
+ $alert-surface-color-constant: #FFFFFF;
16
+
17
+ // Component - Avatar
18
+ // 09-2025 css --article-author-name-color
19
+ $avatar-label-color: #232629;
20
+ // 09-2025 css --article-author-name-color
21
+ $avatar-label-color-hover: #DD0000;
22
+
23
+ // Component - Breadcrumb
24
+ // Use this token on breadcrumbs that are in their default idle state. This token changes color between light and dark modes. L:035 / D:096
25
+ $breadcrumb-text-color-idle: #4B525A;
26
+ // Use this token on breadcrumbs that the user's pointer is hovering on or clicked on. This token changes color between light and dark modes. L:015 / D:100
27
+ $breadcrumb-text-color-hover: #232629;
28
+
29
+ // Component - BreakingNews
30
+ $breaking-news-title-surface-color: #FD8227;
31
+ $breaking-news-surface-color: #232629;
32
+ $breaking-news-text-content-color: #FFFFFF;
33
+ $breaking-news-top-title-text-color: #1C1C1C;
34
+ $breaking-news-bottom-title-text-color: #1C1C1C;
35
+
36
+ // Component - Button
37
+ $button-live-ticker-load-new-surface-color: #FFFFFF;
38
+ $button-live-ticker-load-new-label-color: #8C9196;
39
+
40
+ // Component - Button - Ghost
41
+ $button-ghost-bg-color-hover: #CED4DA;
42
+
43
+ // Component - Button - Primary
44
+ $button-primary-brand-bg-color-idle: #DD0000;
45
+ $button-primary-brand-bg-color-hover: #AF0002;
46
+ $button-primary-label-color: #FFFFFF;
47
+ $button-primary-success-color-idle: #18995C;
48
+ $button-primary-success-color-hover: #006E3E;
49
+ // Use this variable on the neutral color primary button. Tone changes between light and dark mode. Light mode Bild & SpoBi: Tone 015 ; Dark mode Bild & SpoBi: Tone 100
50
+ $button-primary-neutral-bg-color-idle: #232629;
51
+ $button-primary-neutral-bg-color-hover: #4B525A;
52
+
53
+ // Component - Button - Secondary
54
+ $button-secondary-bg-color-hover: #CED4DA;
55
+ $button-secondary-label-color: #4B525A;
56
+ $button-secondary-bg-color-idle: #E9ECEF;
57
+
58
+ // Component - Button - Tertiary
59
+ $button-tertiary-label-color: #4B525A;
60
+ $button-tertiary-border-color-idle: #CED4DA;
61
+ $button-tertiary-border-color-hover: #4B525A;
62
+ $button-tertiary-success-bg-color-hover: #CEF4E4;
63
+ $button-tertiary-success-border-color: #18995C;
64
+
65
+ // Component - Card
66
+ $card-surface-bg-color: #FFFFFF;
67
+
68
+ // Component - Chips
69
+ $chips-bg-color-hover: #AF0002;
70
+ $chips-label-color-hover: #FFFFFF;
71
+ $chips-bg-color-active: #DD0000;
72
+ $chips-bg-color-idle: #E9ECEF;
73
+ $chips-label-color-idle: #232629;
74
+
75
+ // Component - Dropdown
76
+ $dropdown-bg-color-hover: #F2F4F5;
77
+ $dropdown-bg-color-idle: #FFFFFF;
78
+
79
+ // Component - Empties
80
+ $empties-bg-color: #F2F4F5;
81
+ $empties-logo-color: #CED4DA;
82
+
83
+ // Component - Foldout
84
+ $foldout-label-color-active: #DD0000;
85
+ $foldout-label-color-idle: #4B525A;
86
+
87
+ // Component - Gallery
88
+ $app-image-lightbox-gallery-bg-color: #000000;
89
+
90
+ // Component - Hey
91
+ $hey-fav-input-field-surface-color: #E9ECEF;
92
+ $hey-text-color: #4B525A;
93
+ $hey-icon-util-color: #4B525A;
94
+ // This is the most used color for separators across Bild products.
95
+ $hey-separator-color: #CED4DA;
96
+ $hey-drawer-surface-color: #F2F4F5;
97
+
98
+ // Component - InputField
99
+ $input-field-border-color-idle: #CED4DA;
100
+ $input-field-border-color-active: #4B525A;
101
+ $input-field-border-color-dark: #8C9196;
102
+ $input-field-border-color-dark-active: #232629;
103
+ $input-field-bg-color-dark-low-contrast: #343C41;
104
+ $input-field-bg-color-dark-medium-contrast: #4B525A;
105
+ $input-field-bg-color-dark-high-contrast: #E9ECEF;
106
+
107
+ // Component - Kicker - Partner
108
+ $kicker-fitbook-bg-color: #FF97B7;
109
+ $kicker-petbook-bg-color: #B9DB91;
110
+ $kicker-myhomebook-bg-color: #66CCCC;
111
+ $kicker-travelbook-bg-color: #8EF0ED;
112
+ $kicker-techbook-bg-color: #93E4FF;
113
+ $kicker-kaufberater-bg-color: #55476E;
114
+ $kicker-cobi-bg-color: #DC231C;
115
+ $kicker-aubi-bg-color: #F00000;
116
+ $kicker-spobi-bg-color: #174482;
117
+ $kicker-bz-bg-color: #E3001B;
118
+
119
+ // Component - Kicker - Standard
120
+ $kicker-bg-color-on-surface: #DD0000;
121
+
122
+ // Component - Mediaplayer
123
+ $vid-player-controls-autoplay-button-bg-color: rgba(0, 0, 0, 0.20000000298023224);
124
+ // This variable is used for hover states of video player control buttons.
125
+ $vid-player-control-buttons-bg-hover-color: rgba(221, 0, 0, 0.800000011920929);
126
+ $vid-player-control-buttons-bg-color-hover: rgba(0, 0, 0, 0.20000000298023224);
127
+ $vid-player-overlay-scrim-color: rgba(0, 0, 0, 0.5);
128
+ $audio-player-play-button-bg-color: rgba(255, 255, 255, 0.30000001192092896);
129
+ $vid-player-tooltip-bg-color: rgba(0, 0, 0, 0.699999988079071);
130
+ $vid-player-control-buttons-bg-color-pressed: rgba(0, 0, 0, 0.05000000074505806);
131
+ $vid-player-progress-bar-preload-bg-color: rgba(255, 255, 255, 0.30000001192092896);
132
+ $vid-player-unmute-button-bg-color: rgba(0, 0, 0, 0.20000000298023224);
133
+ $vid-player-unmute-button-bg-color-hover: rgba(0, 0, 0, 0.3499999940395355);
134
+
135
+ // Component - Menu
136
+ $menu-surface-color: #FFFFFF;
137
+ // Used on a thin part at the top of header in navigation menu.
138
+ $menu-scrolled-surface-gradient-color: rgba(255, 255, 255, 0.949999988079071);
139
+ $menu-link-lane-surface-color: #FFFFFF;
140
+ $menu-link-lane-label-color: #4B525A;
141
+ $menu-link-lane-label-color-active: #232629;
142
+ $app-top-bar-surface-color: #FFFFFF;
143
+ $app-top-bar-icon-color: #4B525A;
144
+ $app-top-bar-text-color-primary: #232629;
145
+ $app-tob-bar-tab-nav-bottom-border: #E9ECEF;
146
+ $app-tob-bar-tab-nav-bottom-border-active: #DD0000;
147
+
148
+ // Component - MenuItem
149
+ $menu-item-border-color-active: #DD0000;
150
+ $menu-item-label-color-primary: #4B525A;
151
+ $menu-item-label-color-primary-active: #232629;
152
+ // The variable can be used on secondary menus that many times show up on dedicated home pages specific to a topic. The menu labels are often times using the color white across color modes.
153
+ $menu-item-label-color-secondary: #FFFFFF;
154
+
155
+ // Component - Newsticker
156
+ $news-ticker-timestamp-color: #8C9196;
157
+ $news-ticker-badge-icons-color: #8C9196;
158
+
159
+ // Component - Pagination
160
+ $pagination-element-color-default: #CED4DA;
161
+ $pagination-element-color-active: #DD0000;
162
+ // Use this on gallery slider pagination elements. This can also be applied to hover states of those elements.
163
+ $gallery-pagination-element-active-opacity: 100px;
164
+ // Used as the background surface color scroll bars. Found on components that vertically or horizontally stack elements.
165
+ $scroll-bar-track-bg-color: rgba(0, 0, 0, 0.10000000149011612);
166
+ // Use on the scroll bar interactive element which shows where the scroll view is positioned inside the full extent of the scrolling space.
167
+ $scroll-bar-thumb-bg-color: #8C9196;
168
+
169
+ // Component - PartnerLinks
170
+ // !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
171
+ $partner-links-border-color-idle: #CED4DA;
172
+ // !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
173
+ $partner-links-border-color-active: #232629;
174
+ // !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
175
+ $partner-links-bg-color-idle: #FFFFFF;
176
+ // !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
177
+ $partner-links-bg-color-active: #E9ECEF;
178
+ // !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
179
+ $partner-links-container-border-color: #CED4DA;
180
+
181
+ // Component - Selection
182
+ // Checkboxes and Radio buttons use this variable for their border.
183
+ $selection-border-color: #4B525A;
184
+
185
+ // Component - Slider
186
+ // When users hover on gallery slider buttons the opacity changes to 90%.
187
+ $slider-button-opacity: 90px;
188
+ // This variable is used on audio player slider bars. It references a pure white with 35% opacity.
189
+ $slider-track-bg-color: rgba(255, 255, 255, 0.3499999940395355);
190
+
191
+ // Component - SocialShareButton
192
+ $social-share-button-label-color-default: #FFFFFF;
193
+ $social-share-button-label-color-active: #FFFFFF;
194
+ $social-share-button-bg-color-active: #343C41;
195
+ $social-share-button-bg-color-default: #4B525A;
196
+
197
+ // Component - Subheader
198
+ $subheaders-color: #232629;
199
+
200
+ // Component - Tab
201
+ $tab-bg-color-hover: #E9ECEF;
202
+ $tab-label-color-active: #343C41;
203
+ $tab-label-color-default: #4B525A;
204
+ $app-bottom-tab-bar-bg-color: #FFFFFF;
205
+
206
+ // Component - Teaser
207
+ // When users hover over graphical teasers the image reduces opacity to 80%.
208
+ $teaser-hover-opacity: 80px;
209
+ $teaser-title-background-gradient-start: rgba(0, 0, 0, 0.699999988079071);
210
+ $teaser-title-background-gradient-stop: rgba(0, 0, 0, 0);
211
+
212
+ // Component - TextLink
213
+ $text-link-color-secondary: #8C9196;
214
+ $text-link-color-secondary-active: #232629;
215
+ $text-link-color-primary: #232629;
216
+
217
+ // Component - _DSysDoc
218
+ // This variable is only for use in Figma's Design System File. It is automating some of the content in documentation pages.
219
+ $dsys-docs-label-text-surface-color-primary-primitive-name: BILD100;
220
+ // This is currently for use in this design system's documentation texts. It is a text string made for being used in light and dark mode documentation texts.
221
+ $dsys-docs-label-text-color-mode: (Light Mode);
222
+ $ds-doc-spacing-item-bg-color: rgba(221, 0, 0, 0.10000000149011612);
223
+ $ds-doc-spacing-item-border-color: rgba(221, 0, 0, 0.5);
224
+
225
+
226
+ // ============================================
227
+ // SEMANTIC
228
+ // ============================================
229
+
230
+ // Semantic - Attention
231
+ // High-level attention color used for errors, destructive actions, and critical alerts (e.g., delete actions, error states). Remains red in both Light and Dark mode for immediate recognition.
232
+ $attention-color-high: #DD0000;
233
+ // Primary accent color used to emphasize interactive or highlight elements such as links, selection states, or focus indicators. Adapts in Darkmode to a fully white tone.
234
+ $accent-color-primary: #DD0000;
235
+ // Medium-level attention tone representing stronger caution or intermediate alert states. Commonly applied in warning messages. Constant — identical in both modes.
236
+ $attention-color-medium: #FD8227;
237
+ // Low-level warning or attention tone, typically used for informational or cautionary messages. Same yellow tone across Light and Dark to maintain recognition.
238
+ $attention-color-low: #FFBF00;
239
+ // Used for accent highlights that must remain visually consistent across themes (e.g., brand identifiers, logos, or fixed emphasis areas). Color value does not change between Light and Dark mode.
240
+ $accent-color-primary-constant: #DD0000;
241
+ // Primary success color used to indicate positive states, confirmations, or completed actions (e.g., success banners, icons, or badges). Remains the same across modes to ensure recognizability and consistency.
242
+ $attention-color-success-primary: #00C373;
243
+ // Very low-contrast background tone used for information or system-neutral surfaces, often for tooltips or quiet information highlights. Dynamic — light neutral in Light mode and dark neutral in Dark mode.
244
+ $attention-color-extra-low: #FFFFFF;
245
+ // Secondary success tone used for secondary states. Maintains the same color in both Light and Dark mode for clarity.
246
+ $attention-color-success-secondary: #006E3E;
247
+
248
+ // Semantic - Border
249
+ // Medium-emphasis border color for standard outlines, input fields, or separators that require visible yet non-dominant contrast.
250
+ Behavior: Dynamic — adjusts to maintain legibility in Light and Dark themes.
251
+ $border-color-medium-contrast: #CED4DA;
252
+ // Used for subtle dividers and low-emphasis borders in neutral areas (e.g., card outlines, input containers).
253
+ Dynamic — light gray in Light mode, dark gray in Dark mode.
254
+ $border-color-low-contrast: #E9ECEF;
255
+ // High-emphasis border color for clear delineation between surfaces (e.g., focus rings, high-contrast UI zones).
256
+ Behavior: Dynamic — light surfaces use a darker neutral, dark surfaces a light neutral tone.
257
+ $border-color-high-contrast: #232629;
258
+ // Applies to UI elements that must visually remain the same regardless of theme (e.g., brand containers, static illustrations). Identical tone across Light and Dark mode.
259
+ $border-color-low-contrast-constant: #E9ECEF;
260
+ // Used for success states and validation borders (e.g., input success outlines or confirmation frames).
261
+ Behavior: Constant — same success tone across modes for consistent feedback semantics.
262
+ $border-color-success: #00C373;
263
+ // Defines border color for warning and error-related components, typically used for input validation or caution zones.
264
+ Behavior: Constant — retains the same red warning tone in both Light and Dark modes.
265
+ $border-color-warning: #DD0000;
266
+ // Applied to disabled states of primary elements (e.g., buttons, inputs) to visually reduce emphasis and indicate inactivity.
267
+ $border-color-primary-disabled: #F2F4F5;
268
+ // Used for secondary component borders in a disabled state (e.g., secondary buttons, inactive input outlines).
269
+ $border-color-secondary-disabled: #E9ECEF;
270
+
271
+ // Semantic - Core
272
+ // Used as the main brand color for key interactive elements such as primary buttons, active states, and prominent highlights. It remains constant across Light and Dark Mode.
273
+ $core-color-primary: #DD0000;
274
+ // Defines the secondary brand tone. This variable changes across Light and Dark Mode.
275
+ $core-color-secondary: #FFFFFF;
276
+ // Represents tertiary brand accents. This variable changes across Light and Dark Mode.
277
+ $core-color-tertiary: #232629;
278
+ // Use this on elements that must maintain the white color even in dark mode.
279
+ $core-color-secondary-constant: #FFFFFF;
280
+ // Use this on elements that need to maintain the dark color across themes and color modes.
281
+ $core-color-tertiary-constant: #232629;
282
+ // this is a test for the token pipeline
283
+ $core-color-tertiary-vv-pipe-test: #476D93;
284
+ // this is a test for the token pipeline
285
+ $npm-test: #476D93;
286
+ // this is a test for the token pipeline
287
+ $felipe-test-color: #E9580A;
288
+ // this is a test for the token pipeline
289
+ $goliani-test-color: #00FFF2;
290
+
291
+ // Semantic - Heading
73
292
  // Used for kicker text and category labels placed directly on standard surface backgrounds.
74
- // Behavior: Dynamic — adjusts between red for Light and a neutral tone in Dark modes.
293
+ Behavior: Dynamic — adjusts between red for Light and a neutral tone in Dark modes.
75
294
  $kicker-text-color-on-surface: #DD0000;
76
295
  // Primary color for headings and display typography. Ensures clear hierarchy and optimal readability on main surfaces. Adapds it´s color based on the brand mode for brand recognition.
77
- // Behavior: Dynamic — dark text in Light mode, light text in Dark mode.
296
+ Behavior: Dynamic — dark text in Light mode, light text in Dark mode.
78
297
  $headline-color-primary: #232629;
79
298
  // Fixed white heading color used on dark or colored backgrounds (e.g., hero sections, banners) that remain constant across modes.
80
- // Behavior: Constant — remains white in both Light and Dark mode.
299
+ Behavior: Constant — remains white in both Light and Dark mode.
81
300
  $headline-color-white-const: #FFFFFF;
82
301
  // Specialized kicker color for use on red or brand-colored backgrounds (e.g., red kicker bg within teaser cards).
83
- // Behavior: Constant — remains consistent across light and darkmode.
302
+ Behavior: Constant — remains consistent across light and darkmode.
84
303
  $kicker-text-color-on-red: #FFFFFF;
85
304
  // Applied to kicker or meta text on dark colored backgrounds to maintain high legibility.
86
- // Behavior: Constant — always uses semi-transparent white for consistent readability.
305
+ Behavior: Constant — always uses semi-transparent white for consistent readability.
87
306
  $kicker-text-color-on-dark-bg: rgba(255, 255, 255, 0.800000011920929);
88
307
  // Used for kicker text placed on bright or light colored backgrounds. Ensures balanced contrast without harsh visual dominance.
89
- // Behavior: Constant — remains semi-transparent black across both modes.
308
+ Behavior: Constant — remains semi-transparent black across both modes.
90
309
  $kicker-text-color-on-bright-bg: rgba(0, 0, 0, 0.699999988079071);
91
- // Defines the active state color for secondary actions (e.g., secondary buttons, tabs, or toggles).
92
- // Behavior: Dynamic — light gray in Light mode and bright gray in Dark mode to maintain perceptual balance.
93
- $color-secondary-active: #232629;
94
- // Used to represent the active or pressed state of primary actions such as tabs or links.
95
- // Behavior: Constant — identical value across modes for consistent interaction feedback.
96
- $color-primary-active: #DD0000;
97
- // Used for disabled secondary elements, ensuring reduced visual prominence while maintaining legibility.
98
- // Behavior: Dynamic — adapts neutral tones based on theme brightness.
99
- $color-secondary-disabled: #E9ECEF;
100
- // Defines the disabled color for primary components (e.g., disabled primary buttons, inputs). Reduces emphasis and contrast to signal inactivity.
101
- // Behavior: Dynamic — slightly lighter in Light mode and darker in Dark mode to remain visually accessible.
102
- $color-primary-disabled: #F2F4F5;
103
- // Inverse variant of the secondary active state, applied on dark backgrounds or inverse layouts.
104
- // Behavior: Dynamic — switches between bright and dark tones depending on the background.
105
- $color-secondary-active-inverse: #F2F4F5;
106
- // Represents active or pressed states for tertiary elements (e.g., link highlights, icons, or subtle interactive surfaces).
107
- // Behavior: Constant — uses the same green success tone across Light and Dark mode.
108
- $color-tertiary-active: #00C373;
109
- // Represents disabled states for tertiary levels, maintaining subtle visibility without drawing attention.
110
- // Behavior: Dynamic — adjusts between gray tones for Light and Dark mode consistency.
111
- $color-tertiary-disabled: #8C9196;
112
- // Medium-emphasis border color for standard outlines, input fields, or separators that require visible yet non-dominant contrast.
113
- // Behavior: Dynamic — adjusts to maintain legibility in Light and Dark themes.
114
- $border-color-medium-contrast: #CED4DA;
115
- // Used for subtle dividers and low-emphasis borders in neutral areas (e.g., card outlines, input containers).
116
- // Dynamic — light gray in Light mode, dark gray in Dark mode.
117
- $border-color-low-contrast: #E9ECEF;
118
- // High-emphasis border color for clear delineation between surfaces (e.g., focus rings, high-contrast UI zones).
119
- // Behavior: Dynamic — light surfaces use a darker neutral, dark surfaces a light neutral tone.
120
- $border-color-high-contrast: #232629;
121
- $border-color-low-contrast-constant: #E9ECEF; // Applies to UI elements that must visually remain the same regardless of theme (e.g., brand containers, static illustrations). Identical tone across Light and Dark mode.
122
- // Used for success states and validation borders (e.g., input success outlines or confirmation frames).
123
- // Behavior: Constant — same success tone across modes for consistent feedback semantics.
124
- $border-color-success: #00C373;
125
- // Defines border color for warning and error-related components, typically used for input validation or caution zones.
126
- // Behavior: Constant — retains the same red warning tone in both Light and Dark modes.
127
- $border-color-warning: #DD0000;
128
- $border-color-primary-disabled: #F2F4F5; // Applied to disabled states of primary elements (e.g., buttons, inputs) to visually reduce emphasis and indicate inactivity.
129
- $border-color-secondary-disabled: #E9ECEF; // Used for secondary component borders in a disabled state (e.g., secondary buttons, inactive input outlines).
130
- $core-color-primary: #DD0000; // Used as the main brand color for key interactive elements such as primary buttons, active states, and prominent highlights. It remains constant across Light and Dark Mode.
131
- $core-color-secondary: #FFFFFF; // Defines the secondary brand tone. This variable changes across Light and Dark Mode.
132
- $core-color-tertiary: #232629; // Represents tertiary brand accents. This variable changes across Light and Dark Mode.
133
- $core-color-secondary-constant: #FFFFFF; // Use this on elements that must maintain the white color even in dark mode.
134
- $core-color-tertiary-constant: #232629; // Use this on elements that need to maintain the dark color across themes and color modes.
135
- $core-color-tertiary-vv-pipe-test: #476D93; // this is a test for the token pipeline
136
- $npm-test: #476D93; // this is a test for the token pipeline
137
- $felipe-test-color: #E9580A; // this is a test for the token pipeline
138
- $goliani-test-color: #00FFF2; // this is a test for the token pipeline
139
- $icon-color-primary: #4B525A; // Primary icon color on primary surfaces.
310
+
311
+ // Semantic - Icon
312
+ // Primary icon color on primary surfaces.
313
+ $icon-color-primary: #4B525A;
140
314
  // Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
141
- // Behavior: Dynamic — switches between light and dark.
315
+ Behavior: Dynamic — switches between light and dark.
142
316
  $icon-color-inverse: #CED4DA;
143
- $icon-color-secondary-constant: #8C9196; // Secondary icon tone for less prominent actions or supportive iconography (e.g., secondary buttons, tool icons). Remains unchanged across modes.
317
+ // Secondary icon tone for less prominent actions or supportive iconography (e.g., secondary buttons, tool icons). Remains unchanged across modes.
318
+ $icon-color-secondary-constant: #8C9196;
144
319
  // Used for icons displayed on dark backgrounds that don´t change colors, ensuring sufficient contrast and legibility.
145
- // Behavior: Constant — always uses a neutral bright value.
320
+ Behavior: Constant — always uses a neutral bright value.
146
321
  $icon-color-constant-on-dark: #F2F4F5;
147
322
  // Used for icons that must remain visually consistent regardless of mode (e.g., icons that are on surfaces that don't change color).
148
- // Identical tone in both Light and Dark mode.
323
+ Identical tone in both Light and Dark mode.
149
324
  $icon-color-primary-constant: #4B525A;
150
325
  // Represents success or confirmation icons (e.g., checkmarks, completion indicators).
151
- // Behavior: Constant — same success green tone across Light and Dark mode.
326
+ Behavior: Constant — same success green tone across Light and Dark mode.
152
327
  $icon-color-success: #00C373;
328
+
329
+ // Semantic - Label
153
330
  // Primary label color used for labels, badges, or tag text on light backgrounds. Ensures strong readability and visual hierarchy.
154
- // Behavior: Dynamic — dark neutral in Light mode, light neutral in Dark mode.
331
+ Behavior: Dynamic — dark neutral in Light mode, light neutral in Dark mode.
155
332
  $label-color-primary: #232629;
156
333
  // Secondary label tone used for less prominent text such as secondary badges or supporting labels.
157
- // Behavior: Dynamic — adapts between mid-grays for Light and Dark surfaces.
334
+ Behavior: Dynamic — adapts between mid-grays for Light and Dark surfaces.
158
335
  $label-color-secondary: #4B525A;
159
336
  // Disabled label tone indicating inactive or unavailable states in UI elements.
160
- // Behavior: Dynamic — lighter gray in Light mode, darker neutral in Dark mode.
337
+ Behavior: Dynamic — lighter gray in Light mode, darker neutral in Dark mode.
161
338
  $label-color-disabled: #CED4DA;
162
339
  // Used when primary label color should remain unchanged across modes in static UI areas.
163
- // Behavior: Constant — identical tone in both Light and Dark mode.
340
+ Behavior: Constant — identical tone in both Light and Dark mode.
164
341
  $label-color-primary-constant: #232629;
165
342
  // Fixed inverse label tone applied where white or bright text must always appear, regardless of theme.
166
- // Behavior: Constant — remains bright neutral in both Light and Dark mode.
343
+ Behavior: Constant — remains bright neutral in both Light and Dark mode.
167
344
  $label-color-primary-inverse-constant: #E9ECEF;
168
345
  // Tertiary label tone for subtle, low-emphasis UI text such as placeholder text or tertiary badges.
169
- // Behavior: Constant — identical tone across both modes for stable hierarchy.
346
+ Behavior: Constant — identical tone across both modes for stable hierarchy.
170
347
  $label-color-tertiary: #8C9196;
171
348
  // Inverse version of the primary label color, used on dark or colored backgrounds.
172
- // Behavior: Dynamic — switches between light and dark.
349
+ Behavior: Dynamic — switches between light and dark.
173
350
  $label-color-primary-inverse: #E9ECEF;
174
- $attention-color-high: #DD0000; // High-level attention color used for errors, destructive actions, and critical alerts (e.g., delete actions, error states). Remains red in both Light and Dark mode for immediate recognition.
175
- $accent-color-primary: #DD0000; // Primary accent color used to emphasize interactive or highlight elements such as links, selection states, or focus indicators. Adapts in Darkmode to a fully white tone.
176
- $attention-color-medium: #FD8227; // Medium-level attention tone representing stronger caution or intermediate alert states. Commonly applied in warning messages. Constant — identical in both modes.
177
- $attention-color-low: #FFBF00; // Low-level warning or attention tone, typically used for informational or cautionary messages. Same yellow tone across Light and Dark to maintain recognition.
178
- $accent-color-primary-constant: #DD0000; // Used for accent highlights that must remain visually consistent across themes (e.g., brand identifiers, logos, or fixed emphasis areas). Color value does not change between Light and Dark mode.
179
- $attention-color-success-primary: #00C373; // Primary success color used to indicate positive states, confirmations, or completed actions (e.g., success banners, icons, or badges). Remains the same across modes to ensure recognizability and consistency.
180
- $attention-color-extra-low: #FFFFFF; // Very low-contrast background tone used for information or system-neutral surfaces, often for tooltips or quiet information highlights. Dynamic — light neutral in Light mode and dark neutral in Dark mode.
181
- $attention-color-success-secondary: #006E3E; // Secondary success tone used for secondary states. Maintains the same color in both Light and Dark mode for clarity.
182
- $overlay-scrim-black: rgba(0, 0, 0, 0.699999988079071); // A semi-transparent black overlay used to dim background content when modals, drawers, or dialogs are active. Identical opacity and tone in both Light and Dark mode to ensure consistent overlay depth.
183
- // A semi-transparent white overlay used to brighten or fade background layers, often applied behind bottom sheets or temporary panels.
184
- // Behavior: Constant — same opacity level across modes to preserve uniform layering behavior.
185
- $overlay-scrim-white: rgba(255, 255, 255, 0.699999988079071);
351
+
352
+ // Semantic - LayerOpacity
186
353
  $layer-opacity05: 5px;
187
354
  $layer-opacity10: 10px;
188
355
  $layer-opacity20: 20px;
@@ -195,126 +362,110 @@ $layer-opacity80: 80px;
195
362
  $layer-opacity90: 90px;
196
363
  $layer-opacity100: 100px;
197
364
  $layer-opacity00: 0px;
198
- $subheaders-color: #232629;
199
- $breadcrumb-text-color-idle: #4B525A; // Use this token on breadcrumbs that are in their default idle state. This token changes color between light and dark modes. L:035 / D:096
200
- $breadcrumb-text-color-hover: #232629; // Use this token on breadcrumbs that the user's pointer is hovering on or clicked on. This token changes color between light and dark modes. L:015 / D:100
201
- $breaking-news-title-surface-color: #FD8227;
202
- $breaking-news-surface-color: #232629;
203
- $breaking-news-text-content-color: #FFFFFF;
204
- $breaking-news-top-title-text-color: #1C1C1C;
205
- $breaking-news-bottom-title-text-color: #1C1C1C;
206
- $menu-surface-color: #FFFFFF;
207
- $menu-scrolled-surface-gradient-color: rgba(255, 255, 255, 0.949999988079071); // Used on a thin part at the top of header in navigation menu.
208
- $menu-link-lane-surface-color: #FFFFFF;
209
- $menu-link-lane-label-color: #4B525A;
210
- $menu-link-lane-label-color-active: #232629;
211
- $app-top-bar-surface-color: #FFFFFF;
212
- $app-top-bar-icon-color: #4B525A;
213
- $app-top-bar-text-color-primary: #232629;
214
- $app-tob-bar-tab-nav-bottom-border: #E9ECEF;
215
- $app-tob-bar-tab-nav-bottom-border-active: #DD0000;
216
- $partner-links-border-color-idle: #CED4DA; // !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
217
- $partner-links-border-color-active: #232629; // !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
218
- $partner-links-bg-color-idle: #FFFFFF; // !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
219
- $partner-links-bg-color-active: #E9ECEF; // !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
220
- $partner-links-container-border-color: #CED4DA; // !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
221
- $social-share-button-label-color-default: #FFFFFF;
222
- $social-share-button-label-color-active: #FFFFFF;
223
- $social-share-button-bg-color-active: #343C41;
224
- $social-share-button-bg-color-default: #4B525A;
225
- $button-primary-brand-bg-color-idle: #DD0000;
226
- $button-primary-brand-bg-color-hover: #AF0002;
227
- $button-primary-label-color: #FFFFFF;
228
- $button-primary-success-color-idle: #18995C;
229
- $button-primary-success-color-hover: #006E3E;
230
- $button-primary-neutral-bg-color-idle: #232629; // Use this variable on the neutral color primary button. Tone changes between light and dark mode. Light mode Bild & SpoBi: Tone 015 ; Dark mode Bild & SpoBi: Tone 100
231
- $button-primary-neutral-bg-color-hover: #4B525A;
232
- $button-tertiary-label-color: #4B525A;
233
- $button-tertiary-border-color-idle: #CED4DA;
234
- $button-tertiary-border-color-hover: #4B525A;
235
- $button-tertiary-success-bg-color-hover: #CEF4E4;
236
- $button-tertiary-success-border-color: #18995C;
237
- $button-secondary-bg-color-hover: #CED4DA;
238
- $button-secondary-label-color: #4B525A;
239
- $button-secondary-bg-color-idle: #E9ECEF;
240
- $button-live-ticker-load-new-surface-color: #FFFFFF;
241
- $button-live-ticker-load-new-label-color: #8C9196;
242
- $button-ghost-bg-color-hover: #CED4DA;
243
- $input-field-border-color-idle: #CED4DA;
244
- $input-field-border-color-active: #4B525A;
245
- $input-field-border-color-dark: #8C9196;
246
- $input-field-border-color-dark-active: #232629;
247
- $input-field-bg-color-dark-low-contrast: #343C41;
248
- $input-field-bg-color-dark-medium-contrast: #4B525A;
249
- $input-field-bg-color-dark-high-contrast: #E9ECEF;
250
- $dropdown-bg-color-hover: #F2F4F5;
251
- $dropdown-bg-color-idle: #FFFFFF;
252
- $text-link-color-secondary: #8C9196;
253
- $text-link-color-secondary-active: #232629;
254
- $text-link-color-primary: #232629;
255
- $tab-bg-color-hover: #E9ECEF;
256
- $tab-label-color-active: #343C41;
257
- $tab-label-color-default: #4B525A;
258
- $app-bottom-tab-bar-bg-color: #FFFFFF;
259
- $menu-item-border-color-active: #DD0000;
260
- $menu-item-label-color-primary: #4B525A;
261
- $menu-item-label-color-primary-active: #232629;
262
- $menu-item-label-color-secondary: #FFFFFF; // The variable can be used on secondary menus that many times show up on dedicated home pages specific to a topic. The menu labels are often times using the color white across color modes.
263
- $foldout-label-color-active: #DD0000;
264
- $foldout-label-color-idle: #4B525A;
265
- $news-ticker-timestamp-color: #8C9196;
266
- $news-ticker-badge-icons-color: #8C9196;
267
- $alert-surface-color: #FFFFFF; // On marketing offer surfaces this variable is usually not used. The alertSurfaceConstant variables should be used. This token changes color between light and dark modes. L:100 / D:025
268
- $alert-surface-color-constant: #FFFFFF; // On marketing offer surfaces this variable is used.
269
- $empties-bg-color: #F2F4F5;
270
- $empties-logo-color: #CED4DA;
271
- $chips-bg-color-hover: #AF0002;
272
- $chips-label-color-hover: #FFFFFF;
273
- $chips-bg-color-active: #DD0000;
274
- $chips-bg-color-idle: #E9ECEF;
275
- $chips-label-color-idle: #232629;
276
- $card-surface-bg-color: #FFFFFF;
277
- $selection-border-color: #4B525A; // Checkboxes and Radio buttons use this variable for their border.
278
- $dsys-docs-label-text-surface-color-primary-primitive-name: BILD100; // This variable is only for use in Figma's Design System File. It is automating some of the content in documentation pages.
279
- $dsys-docs-label-text-color-mode: (Light Mode); // This is currently for use in this design system's documentation texts. It is a text string made for being used in light and dark mode documentation texts.
280
- $ds-doc-spacing-item-bg-color: rgba(221, 0, 0, 0.10000000149011612);
281
- $ds-doc-spacing-item-border-color: rgba(221, 0, 0, 0.5);
282
- $hey-fav-input-field-surface-color: #E9ECEF;
283
- $hey-text-color: #4B525A;
284
- $hey-icon-util-color: #4B525A;
285
- $hey-separator-color: #CED4DA; // This is the most used color for separators across Bild products.
286
- $hey-drawer-surface-color: #F2F4F5;
287
- $pagination-element-color-default: #CED4DA;
288
- $pagination-element-color-active: #DD0000;
289
- $gallery-pagination-element-active-opacity: 100px; // Use this on gallery slider pagination elements. This can also be applied to hover states of those elements.
290
- $scroll-bar-track-bg-color: rgba(0, 0, 0, 0.10000000149011612); // Used as the background surface color scroll bars. Found on components that vertically or horizontally stack elements.
291
- $scroll-bar-thumb-bg-color: #8C9196; // Use on the scroll bar interactive element which shows where the scroll view is positioned inside the full extent of the scrolling space.
292
- $kicker-bg-color-on-surface: #DD0000;
293
- $kicker-fitbook-bg-color: #FF97B7;
294
- $kicker-petbook-bg-color: #B9DB91;
295
- $kicker-myhomebook-bg-color: #66CCCC;
296
- $kicker-travelbook-bg-color: #8EF0ED;
297
- $kicker-techbook-bg-color: #93E4FF;
298
- $kicker-kaufberater-bg-color: #55476E;
299
- $kicker-cobi-bg-color: #DC231C;
300
- $kicker-aubi-bg-color: #F00000;
301
- $kicker-spobi-bg-color: #174482;
302
- $kicker-bz-bg-color: #E3001B;
303
- $teaser-hover-opacity: 80px; // When users hover over graphical teasers the image reduces opacity to 80%.
304
- $teaser-title-background-gradient-start: rgba(0, 0, 0, 0.699999988079071);
305
- $teaser-title-background-gradient-stop: rgba(0, 0, 0, 0);
306
- $slider-button-opacity: 90px; // When users hover on gallery slider buttons the opacity changes to 90%.
307
- $slider-track-bg-color: rgba(255, 255, 255, 0.3499999940395355); // This variable is used on audio player slider bars. It references a pure white with 35% opacity.
308
- $vid-player-controls-autoplay-button-bg-color: rgba(0, 0, 0, 0.20000000298023224);
309
- $vid-player-control-buttons-bg-hover-color: rgba(221, 0, 0, 0.800000011920929); // This variable is used for hover states of video player control buttons.
310
- $vid-player-control-buttons-bg-color-hover: rgba(0, 0, 0, 0.20000000298023224);
311
- $vid-player-overlay-scrim-color: rgba(0, 0, 0, 0.5);
312
- $audio-player-play-button-bg-color: rgba(255, 255, 255, 0.30000001192092896);
313
- $vid-player-tooltip-bg-color: rgba(0, 0, 0, 0.699999988079071);
314
- $vid-player-control-buttons-bg-color-pressed: rgba(0, 0, 0, 0.05000000074505806);
315
- $vid-player-progress-bar-preload-bg-color: rgba(255, 255, 255, 0.30000001192092896);
316
- $vid-player-unmute-button-bg-color: rgba(0, 0, 0, 0.20000000298023224);
317
- $vid-player-unmute-button-bg-color-hover: rgba(0, 0, 0, 0.3499999940395355);
318
- $avatar-label-color: #232629; // 09-2025 css --article-author-name-color
319
- $avatar-label-color-hover: #DD0000; // 09-2025 css --article-author-name-color
320
- $app-image-lightbox-gallery-bg-color: #000000;
365
+
366
+ // Semantic - Overlay
367
+ // A semi-transparent black overlay used to dim background content when modals, drawers, or dialogs are active. Identical opacity and tone in both Light and Dark mode to ensure consistent overlay depth.
368
+ $overlay-scrim-black: rgba(0, 0, 0, 0.699999988079071);
369
+ // A semi-transparent white overlay used to brighten or fade background layers, often applied behind bottom sheets or temporary panels.
370
+ Behavior: Constant — same opacity level across modes to preserve uniform layering behavior.
371
+ $overlay-scrim-white: rgba(255, 255, 255, 0.699999988079071);
372
+
373
+ // Semantic - State
374
+ // Defines the active state color for secondary actions (e.g., secondary buttons, tabs, or toggles).
375
+ Behavior: Dynamic — light gray in Light mode and bright gray in Dark mode to maintain perceptual balance.
376
+ $color-secondary-active: #232629;
377
+ // Used to represent the active or pressed state of primary actions such as tabs or links.
378
+ Behavior: Constant — identical value across modes for consistent interaction feedback.
379
+ $color-primary-active: #DD0000;
380
+ // Used for disabled secondary elements, ensuring reduced visual prominence while maintaining legibility.
381
+ Behavior: Dynamic — adapts neutral tones based on theme brightness.
382
+ $color-secondary-disabled: #E9ECEF;
383
+ // Defines the disabled color for primary components (e.g., disabled primary buttons, inputs). Reduces emphasis and contrast to signal inactivity.
384
+ Behavior: Dynamic slightly lighter in Light mode and darker in Dark mode to remain visually accessible.
385
+ $color-primary-disabled: #F2F4F5;
386
+ // Inverse variant of the secondary active state, applied on dark backgrounds or inverse layouts.
387
+ Behavior: Dynamic switches between bright and dark tones depending on the background.
388
+ $color-secondary-active-inverse: #F2F4F5;
389
+ // Represents active or pressed states for tertiary elements (e.g., link highlights, icons, or subtle interactive surfaces).
390
+ Behavior: Constant — uses the same green success tone across Light and Dark mode.
391
+ $color-tertiary-active: #00C373;
392
+ // Represents disabled states for tertiary levels, maintaining subtle visibility without drawing attention.
393
+ Behavior: Dynamic — adjusts between gray tones for Light and Dark mode consistency.
394
+ $color-tertiary-disabled: #8C9196;
395
+
396
+ // Semantic - Surface
397
+ // Primary surface color used for main backgrounds and large layout areas (e.g., page background, primary containers).
398
+ Behavior: Dynamic — adapts between light and dark surface tokens to maintain legibility and hierarchy.
399
+ $surface-color-primary: #FFFFFF;
400
+ // Used for secondary surface layers such as cards, panels, or nested containers that need to differentiate themselves from the primary surface. .
401
+ Behavior: Dynamic — adapts brightness level based on mode for appropriate depth contrast.
402
+ $surface-color-secondary: #F2F4F5;
403
+ // Inverse of the primary surface, used when Light and Dark surfaces are swapped (e.g., inverse cards or elevated sections).
404
+ Behavior: Dynamic — switches between dark and light values depending on mode.
405
+ $surface-color-primary-inverse: #232629;
406
+ // A fixed light surface tone used when a consistent light background is required (e.g., light panels within dark layouts).
407
+ Behavior: Constant — remains the same in both modes.
408
+ $surface-color-primary-constant-light: #FFFFFF;
409
+ // A fixed dark surface tone used for dark overlays or nested dark sections inside light layouts.
410
+ Behavior: Constant — identical across Light and Dark mode.
411
+ $surface-color-primary-constant-dark: #232629;
412
+ // HIghtest elevation surface color, typically used for grouping or background accents to differentiate themselves from all previous surface color options. Uses corresponding light/dark tones for consistent layering.
413
+ $surface-color-quartenary: #CED4DA;
414
+ // Success-related background used for positive notifications, confirmation surfaces, or success banners.
415
+ Behavior: Constant — remains the same across Light and Dark mode to ensure brand alignment.
416
+ $surface-color-success: #CEF4E4;
417
+ // Tertiary background layer for inner containers, grouped content, or subtle elevation steps that need to differentiate themselves from the primary and secondary surfaces.
418
+ Behavior: Dynamic — switches between light and dark tertiary tones.
419
+ $surface-color-tertiary: #E9ECEF;
420
+ // Represents tertiary-level gradient background.
421
+ Currently used on skeletons.
422
+ $surface-color-tertiary-gradient-stop: rgba(233, 236, 239, 0);
423
+ // Inverse tertiary background, applied when Light and Dark surfaces are reversed (e.g., dark-on-light cards).
424
+ Behavior: Dynamic — swaps values between modes for contrast preservation.
425
+ $surface-color-tertiary-inverse: #343C41;
426
+ // Defines the end stops for primary surface gradients, creating visual depth or elevation. Used next to sliders buttons and slider container edges for fading out content. Behavior: Dynamic — light gradients in Light mode, dark gradients in Dark mode.
427
+ $surface-color-primary-gradient-stop: rgba(255, 255, 255, 0);
428
+ // Used for secondary surface gradients or subtle depth layers across backgrounds.
429
+ Behavior: Dynamic adapts to mode brightness for smooth gradient transitions.
430
+ $surface-color-secondary-gradient-stop: rgba(242, 244, 245, 0);
431
+ // Inverse of the quartenary surface, used for background reversals in mixed-layout areas.
432
+ Behavior: Dynamic — inverts between dark and light tones depending on mode.
433
+ $surface-color-quartenary-inverse: #4B525A;
434
+
435
+ // Semantic - Text
436
+ // Applies to text elements requiring fixed brand color usage (e.g., permanent links, brand slogans on constant backgrounds).
437
+ Behavior: Constant — maintains identical red tone across Light and Dark mode.
438
+ $text-color-accent-constant: #DD0000;
439
+ // Main text color used for body copy and all primary textual content. Ensures optimal readability and contrast on standard surfaces.
440
+ Behavior: Dynamic — switches between dark text on light backgrounds and light text on dark backgrounds.
441
+ $text-color-primary: #232629;
442
+ // Muted text tone for subtle information, timestamps, or inactive text elements.
443
+ Behavior: Dynamic — adjusts between mid-gray in Light mode and lighter gray in Dark mode.
444
+ $text-color-muted: #666B70;
445
+ // Inverse text color used on opposing surfaces (e.g., white text on red or dark backgrounds).
446
+ Behavior: Dynamic alternates between light and dark mode.
447
+ $text-color-primary-inverse: #E9ECEF;
448
+ // Used when primary text color must remain fixed regardless of mode (e.g., on light constant backgrounds).
449
+ Behavior: Constant — same tone across Light and Dark mode.
450
+ $text-color-primary-constant: #232629;
451
+ // Used for positive or success-related messages (e.g., “Saved”, “Success”, or confirmation text) on success surface colors.
452
+ Behavior: Constant green tone remains consistent across both modes.
453
+ $text-color-success-constant: #006E3E;
454
+ // Fixed inverse tone for text that always appears on dark surfaces (e.g., hero headlines or persistent dark cards).
455
+ Behavior: Constant — unchanged across modes.
456
+ $text-color-primary-inverse-constant: #E9ECEF;
457
+ // Secondary text color used for supportive information, subtitles, and less prominent text.
458
+ Behavior: Dynamic adapts between neutral tones to maintain proper contrast per theme. In 2025 css it is called figure meta.
459
+ $text-color-secondary: #8C9196;
460
+ // Used for strong warnings, errors, or destructive action labels.
461
+ Behavior: Constant — red color remains unchanged between Light and Dark mode for visibility and recognition.
462
+ $text-color-attention-high: #DD0000;
463
+ // Accent text color used for links, interactive text, or highlighted key words. Changes from a red in light mode to a white in dark mode.
464
+ $text-color-accent: #DD0000;
465
+ // Represents medium attention states, often used in warnings or pending states.
466
+ Behavior: Constant — same orange tone across Light and Dark mode.
467
+ $text-color-attention-medium: #FD8227;
468
+ // Used for text displayed on dark surfaces to ensure maximum legibility and contrast.
469
+ Behavior: Constant — always light neutral to guarantee accessibility on dark backgrounds.
470
+ $text-color-on-dark-surface: #FFFFFF;
471
+