@dialpad/dialtone-tokens 1.43.3 → 1.44.0

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 (202) hide show
  1. package/dist/android/java/tokens-aegean-dark.kt +133 -0
  2. package/dist/android/java/tokens-aegean-light.kt +133 -0
  3. package/dist/android/java/tokens-botany-dark.kt +134 -0
  4. package/dist/android/java/tokens-botany-light.kt +132 -0
  5. package/dist/android/java/tokens-buttercream-dark.kt +134 -0
  6. package/dist/android/java/tokens-buttercream-light.kt +723 -0
  7. package/dist/android/java/tokens-ceruleo-dark.kt +136 -0
  8. package/dist/android/java/tokens-ceruleo-default.kt +136 -0
  9. package/dist/android/java/tokens-deca-dark.kt +4 -422
  10. package/dist/android/java/tokens-deca-light.kt +4 -423
  11. package/dist/android/java/tokens-dp-dark.kt +182 -18
  12. package/dist/android/java/tokens-dp-light.kt +143 -3
  13. package/dist/android/java/tokens-expressive-dark.kt +178 -18
  14. package/dist/android/java/tokens-expressive-light.kt +143 -3
  15. package/dist/android/java/tokens-expressive-sm-dark.kt +182 -18
  16. package/dist/android/java/tokens-expressive-sm-light.kt +143 -3
  17. package/dist/android/java/tokens-high-desert-dark.kt +133 -0
  18. package/dist/android/java/tokens-high-desert-light.kt +133 -0
  19. package/dist/android/java/tokens-melon-dark.kt +133 -0
  20. package/dist/android/java/tokens-melon-light.kt +133 -0
  21. package/dist/android/java/tokens-plum-dark.kt +132 -0
  22. package/dist/android/java/tokens-plum-light.kt +132 -0
  23. package/dist/android/java/tokens-sunflower-dark.kt +133 -0
  24. package/dist/android/java/tokens-sunflower-light.kt +133 -0
  25. package/dist/android/java/tokens-tmo-dark.kt +219 -55
  26. package/dist/android/java/tokens-tmo-light.kt +185 -45
  27. package/dist/android/java/tokens-verdant-haze-dark.kt +134 -0
  28. package/dist/android/java/tokens-verdant-haze-light.kt +134 -0
  29. package/dist/android/res/values/colors-aegean-dark.xml +63 -0
  30. package/dist/android/res/values/colors-aegean-light.xml +63 -0
  31. package/dist/android/res/values/colors-botany-dark.xml +64 -0
  32. package/dist/android/res/values/colors-botany-light.xml +62 -0
  33. package/dist/android/res/values/colors-buttercream-dark.xml +64 -0
  34. package/dist/android/res/values/colors-buttercream-light.xml +455 -0
  35. package/dist/android/res/values/colors-ceruleo-dark.xml +66 -0
  36. package/dist/android/res/values/colors-ceruleo-default.xml +66 -0
  37. package/dist/android/res/values/colors-deca-dark.xml +4 -224
  38. package/dist/android/res/values/colors-deca-light.xml +4 -225
  39. package/dist/android/res/values/colors-dp-dark.xml +182 -18
  40. package/dist/android/res/values/colors-dp-light.xml +143 -3
  41. package/dist/android/res/values/colors-expressive-dark.xml +178 -18
  42. package/dist/android/res/values/colors-expressive-light.xml +143 -3
  43. package/dist/android/res/values/colors-expressive-sm-dark.xml +182 -18
  44. package/dist/android/res/values/colors-expressive-sm-light.xml +143 -3
  45. package/dist/android/res/values/colors-high-desert-dark.xml +63 -0
  46. package/dist/android/res/values/colors-high-desert-light.xml +63 -0
  47. package/dist/android/res/values/colors-melon-dark.xml +63 -0
  48. package/dist/android/res/values/colors-melon-light.xml +63 -0
  49. package/dist/android/res/values/colors-plum-dark.xml +62 -0
  50. package/dist/android/res/values/colors-plum-light.xml +62 -0
  51. package/dist/android/res/values/colors-sunflower-dark.xml +63 -0
  52. package/dist/android/res/values/colors-sunflower-light.xml +63 -0
  53. package/dist/android/res/values/colors-tmo-dark.xml +219 -55
  54. package/dist/android/res/values/colors-tmo-light.xml +185 -45
  55. package/dist/android/res/values/colors-verdant-haze-dark.xml +64 -0
  56. package/dist/android/res/values/colors-verdant-haze-light.xml +64 -0
  57. package/dist/android/res/values/dimens.xml +32 -219
  58. package/dist/css/tokens-aegean-dark.css +467 -0
  59. package/dist/css/tokens-aegean-light.css +467 -0
  60. package/dist/css/tokens-base-dark.css +8 -8
  61. package/dist/css/tokens-base-deca-dark.css +8 -8
  62. package/dist/css/tokens-botany-dark.css +474 -0
  63. package/dist/css/tokens-botany-light.css +460 -0
  64. package/dist/css/tokens-buttercream-dark.css +474 -0
  65. package/dist/css/tokens-buttercream-light.css +3476 -0
  66. package/dist/css/tokens-ceruleo-dark.css +488 -0
  67. package/dist/css/tokens-ceruleo-default.css +488 -0
  68. package/dist/css/tokens-debug-dp.css +986 -6
  69. package/dist/css/tokens-deca-dark.css +41 -1846
  70. package/dist/css/tokens-deca-light.css +62 -1874
  71. package/dist/css/tokens-dp-dark.css +1259 -111
  72. package/dist/css/tokens-dp-light.css +1001 -21
  73. package/dist/css/tokens-expressive-dark.css +1231 -111
  74. package/dist/css/tokens-expressive-light.css +1001 -21
  75. package/dist/css/tokens-expressive-sm-dark.css +1259 -111
  76. package/dist/css/tokens-expressive-sm-light.css +1001 -21
  77. package/dist/css/tokens-high-desert-dark.css +467 -0
  78. package/dist/css/tokens-high-desert-light.css +467 -0
  79. package/dist/css/tokens-melon-dark.css +467 -0
  80. package/dist/css/tokens-melon-light.css +467 -0
  81. package/dist/css/tokens-plum-dark.css +460 -0
  82. package/dist/css/tokens-plum-light.css +460 -0
  83. package/dist/css/tokens-sunflower-dark.css +467 -0
  84. package/dist/css/tokens-sunflower-light.css +467 -0
  85. package/dist/css/tokens-tmo-dark.css +1511 -363
  86. package/dist/css/tokens-tmo-light.css +1295 -315
  87. package/dist/css/tokens-verdant-haze-dark.css +474 -0
  88. package/dist/css/tokens-verdant-haze-light.css +474 -0
  89. package/dist/doc.json +204128 -129420
  90. package/dist/ios/tokens-aegean-dark.swift +130 -0
  91. package/dist/ios/tokens-aegean-light.swift +130 -0
  92. package/dist/ios/tokens-botany-dark.swift +131 -0
  93. package/dist/ios/tokens-botany-light.swift +129 -0
  94. package/dist/ios/tokens-buttercream-dark.swift +131 -0
  95. package/dist/ios/tokens-buttercream-light.swift +720 -0
  96. package/dist/ios/tokens-ceruleo-dark.swift +133 -0
  97. package/dist/ios/tokens-ceruleo-default.swift +133 -0
  98. package/dist/ios/tokens-deca-dark.swift +4 -422
  99. package/dist/ios/tokens-deca-light.swift +4 -423
  100. package/dist/ios/tokens-dp-dark.swift +182 -18
  101. package/dist/ios/tokens-dp-light.swift +143 -3
  102. package/dist/ios/tokens-expressive-dark.swift +178 -18
  103. package/dist/ios/tokens-expressive-light.swift +143 -3
  104. package/dist/ios/tokens-expressive-sm-dark.swift +182 -18
  105. package/dist/ios/tokens-expressive-sm-light.swift +143 -3
  106. package/dist/ios/tokens-high-desert-dark.swift +130 -0
  107. package/dist/ios/tokens-high-desert-light.swift +130 -0
  108. package/dist/ios/tokens-melon-dark.swift +130 -0
  109. package/dist/ios/tokens-melon-light.swift +130 -0
  110. package/dist/ios/tokens-plum-dark.swift +129 -0
  111. package/dist/ios/tokens-plum-light.swift +129 -0
  112. package/dist/ios/tokens-sunflower-dark.swift +130 -0
  113. package/dist/ios/tokens-sunflower-light.swift +130 -0
  114. package/dist/ios/tokens-tmo-dark.swift +219 -55
  115. package/dist/ios/tokens-tmo-light.swift +185 -45
  116. package/dist/ios/tokens-verdant-haze-dark.swift +131 -0
  117. package/dist/ios/tokens-verdant-haze-light.swift +131 -0
  118. package/dist/less/tokens-aegean-dark.less +122 -0
  119. package/dist/less/tokens-aegean-light.less +122 -0
  120. package/dist/less/tokens-base-dark.less +8 -8
  121. package/dist/less/tokens-base-deca-dark.less +8 -8
  122. package/dist/less/tokens-botany-dark.less +123 -0
  123. package/dist/less/tokens-botany-light.less +121 -0
  124. package/dist/less/tokens-buttercream-dark.less +123 -0
  125. package/dist/less/tokens-buttercream-light.less +714 -0
  126. package/dist/less/tokens-ceruleo-dark.less +125 -0
  127. package/dist/less/tokens-ceruleo-default.less +125 -0
  128. package/dist/less/tokens-deca-dark.less +16 -436
  129. package/dist/less/tokens-deca-light.less +36 -457
  130. package/dist/less/tokens-dp-dark.less +200 -36
  131. package/dist/less/tokens-dp-light.less +143 -3
  132. package/dist/less/tokens-expressive-dark.less +196 -36
  133. package/dist/less/tokens-expressive-light.less +143 -3
  134. package/dist/less/tokens-expressive-sm-dark.less +200 -36
  135. package/dist/less/tokens-expressive-sm-light.less +143 -3
  136. package/dist/less/tokens-high-desert-dark.less +122 -0
  137. package/dist/less/tokens-high-desert-light.less +122 -0
  138. package/dist/less/tokens-melon-dark.less +122 -0
  139. package/dist/less/tokens-melon-light.less +122 -0
  140. package/dist/less/tokens-plum-dark.less +121 -0
  141. package/dist/less/tokens-plum-light.less +121 -0
  142. package/dist/less/tokens-sunflower-dark.less +122 -0
  143. package/dist/less/tokens-sunflower-light.less +122 -0
  144. package/dist/less/tokens-tmo-dark.less +236 -72
  145. package/dist/less/tokens-tmo-light.less +185 -45
  146. package/dist/less/tokens-verdant-haze-dark.less +123 -0
  147. package/dist/less/tokens-verdant-haze-light.less +123 -0
  148. package/dist/themes/chunks/{tokens-base-dark-CLL9Sz8C.js → tokens-base-dark-CsHhZ6Yf.js} +1 -1
  149. package/dist/themes/chunks/{tokens-base-dark-CKvoqrK2.js → tokens-base-dark-Db7N5w7K.js} +1 -1
  150. package/dist/themes/debug.cjs +1 -1
  151. package/dist/themes/debug.js +1 -1
  152. package/dist/themes/dp-dark.cjs +1 -1
  153. package/dist/themes/dp-dark.js +3 -3
  154. package/dist/themes/dp-deca-dark.cjs +1 -1
  155. package/dist/themes/dp-deca-dark.js +3 -3
  156. package/dist/themes/dp-deca-light.cjs +1 -1
  157. package/dist/themes/dp-deca-light.js +4 -4
  158. package/dist/themes/dp-light.cjs +1 -1
  159. package/dist/themes/dp-light.js +2 -2
  160. package/dist/themes/expressive-dark.cjs +1 -1
  161. package/dist/themes/expressive-dark.js +2 -2
  162. package/dist/themes/expressive-light.cjs +1 -1
  163. package/dist/themes/expressive-light.js +1 -1
  164. package/dist/themes/expressive-sm-dark.cjs +1 -1
  165. package/dist/themes/expressive-sm-dark.js +2 -2
  166. package/dist/themes/expressive-sm-light.cjs +1 -1
  167. package/dist/themes/expressive-sm-light.js +1 -1
  168. package/dist/themes/tmo-dark.cjs +1 -1
  169. package/dist/themes/tmo-dark.js +3 -3
  170. package/dist/themes/tmo-light.cjs +1 -1
  171. package/dist/themes/tmo-light.js +2 -2
  172. package/dist/tokens-aegean-dark.json +121 -0
  173. package/dist/tokens-aegean-light.json +121 -0
  174. package/dist/tokens-base-dark.json +8 -8
  175. package/dist/tokens-base-deca-dark.json +8 -8
  176. package/dist/tokens-botany-dark.json +122 -0
  177. package/dist/tokens-botany-light.json +120 -0
  178. package/dist/tokens-buttercream-dark.json +122 -0
  179. package/dist/tokens-buttercream-light.json +713 -0
  180. package/dist/tokens-ceruleo-dark.json +124 -0
  181. package/dist/tokens-ceruleo-default.json +124 -0
  182. package/dist/tokens-deca-dark.json +5 -425
  183. package/dist/tokens-deca-light.json +4 -425
  184. package/dist/tokens-dp-dark.json +199 -35
  185. package/dist/tokens-dp-light.json +143 -3
  186. package/dist/tokens-expressive-dark.json +195 -35
  187. package/dist/tokens-expressive-light.json +143 -3
  188. package/dist/tokens-expressive-sm-dark.json +199 -35
  189. package/dist/tokens-expressive-sm-light.json +143 -3
  190. package/dist/tokens-high-desert-dark.json +121 -0
  191. package/dist/tokens-high-desert-light.json +121 -0
  192. package/dist/tokens-melon-dark.json +121 -0
  193. package/dist/tokens-melon-light.json +121 -0
  194. package/dist/tokens-plum-dark.json +120 -0
  195. package/dist/tokens-plum-light.json +120 -0
  196. package/dist/tokens-sunflower-dark.json +121 -0
  197. package/dist/tokens-sunflower-light.json +121 -0
  198. package/dist/tokens-tmo-dark.json +234 -70
  199. package/dist/tokens-tmo-light.json +185 -45
  200. package/dist/tokens-verdant-haze-dark.json +122 -0
  201. package/dist/tokens-verdant-haze-light.json +122 -0
  202. package/package.json +1 -1
@@ -0,0 +1,714 @@
1
+
2
+ // Do not edit directly, this file was auto-generated.
3
+
4
+ @dt-size-border-focus: 0.3rem;
5
+ @dt-color-foreground-primary: #1C1C1C; // Default text color throughout the UI.
6
+ @dt-color-foreground-secondary: #3A3A3A; // Example uses include introduction paragraphs, labels, and descriptions paired with form elements.
7
+ @dt-color-foreground-tertiary: #535353; // Used to imply visual hierarchy relative to primary and secondary text colors, e.g. headlines and labels.
8
+ @dt-color-foreground-muted: hsl(0 0% 0% / 0.5);
9
+ @dt-color-foreground-placeholder: #808080; // Text color for placeholder text within form elements.
10
+ @dt-color-foreground-disabled: #808080; // Used for text paired with disabled content or components, like the form elements.
11
+ @dt-color-foreground-critical: #D90A45; // Expresses an error, danger, or otherwise critical state.
12
+ @dt-color-foreground-critical-strong: #AF0032; // Expresses an error, danger, or otherwise critical state on surfaces that require a stronger contrast.
13
+ @dt-color-foreground-success: #008E52; // Indicates a positive state.
14
+ @dt-color-foreground-success-strong: #004F2E; // Indicates a strong positive state on surfaces that require a stronger contrast.
15
+ @dt-color-foreground-warning: #815008; // Indicates information that requires user’s attention and further action may be necessary.
16
+ @dt-color-foreground-primary-inverted: #F9F9F9; // Primary text that sits on high-contrast surfaces or backgrounds.
17
+ @dt-color-foreground-secondary-inverted: #E9E9E9; // Secondary text color that sits on high-contrast surfaces or backgrounds.
18
+ @dt-color-foreground-tertiary-inverted: #D2D2D2; // Tertiary text color that sits on high-contrast surfaces or backgrounds.
19
+ @dt-color-foreground-muted-inverted: hsl(0 0% 97.6% / 0.65); // Muted text color that sits on high-contrast surfaces or backgrounds.
20
+ @dt-color-foreground-placeholder-inverted: #AAAAAA; // Placeholder text color that sits on high-contrast surfaces or backgrounds.
21
+ @dt-color-foreground-disabled-inverted: #AAAAAA; // Disabled text color that sits on high-contrast surfaces or backgrounds.
22
+ @dt-color-foreground-critical-inverted: #FF716F; // Critical text that sits on high-contrast surfaces or backgrounds
23
+ @dt-color-foreground-critical-strong-inverted: #FFABA4; // Critical strong text that sits on high-contrast surfaces or backgrounds
24
+ @dt-color-foreground-success-inverted: #AEFB3C; // Success text that sits on high-contrast surfaces or backgrounds
25
+ @dt-color-foreground-success-strong-inverted: #DBFFA9; // Success strong text that sits on high-contrast surfaces or backgrounds
26
+ @dt-color-foreground-warning-inverted: #FF9E0E; // Warning text that sits on high-contrast surfaces or backgrounds
27
+ @dt-color-link-primary: #7C52FF;
28
+ @dt-color-link-primary-hover: #5023DD;
29
+ @dt-color-link-critical: #D90A45;
30
+ @dt-color-link-critical-hover: #AF0032;
31
+ @dt-color-link-success: #008E52; // positive
32
+ @dt-color-link-success-hover: #004F2E;
33
+ @dt-color-link-warning: #815008;
34
+ @dt-color-link-warning-hover: #533204;
35
+ @dt-color-link-muted: #3A3A3A;
36
+ @dt-color-link-muted-hover: #1C1C1C;
37
+ @dt-color-link-disabled: #808080;
38
+ @dt-color-link-disabled-hover: #808080;
39
+ @dt-color-link-primary-inverted: #BBA6FC;
40
+ @dt-color-link-primary-inverted-hover: #D3BCFF;
41
+ @dt-color-link-critical-inverted: #FF716F;
42
+ @dt-color-link-critical-inverted-hover: #FFABA4;
43
+ @dt-color-link-success-inverted: #AEFB3C;
44
+ @dt-color-link-success-inverted-hover: #DBFFA9;
45
+ @dt-color-link-warning-inverted: #FF9E0E;
46
+ @dt-color-link-warning-inverted-hover: #FFDB80;
47
+ @dt-color-link-muted-inverted: #E9E9E9;
48
+ @dt-color-link-muted-inverted-hover: #F9F9F9;
49
+ @dt-color-link-disabled-inverted: #AAAAAA;
50
+ @dt-color-link-disabled-inverted-hover: #AAAAAA;
51
+ @dt-color-surface-primary: #ffffff; // Default surface color for the majority of surfaces.
52
+ @dt-color-surface-secondary: #F9F9F9; // For adjacent or complementary regions.
53
+ @dt-color-surface-moderate: #E9E9E9; // A tertiary surface level, prominent without being too overpowering.
54
+ @dt-color-surface-bold: #D2D2D2; // Highlight or call attention to specific areas of the interface.
55
+ @dt-color-surface-strong: #535353; // Use sparingly to draw the eye to a relatively important region.
56
+ @dt-color-surface-contrast: #252525; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
57
+ @dt-color-surface-critical: #FFE5E6; // Background surface color containing error, danger, or otherwise critical messaging or elements.
58
+ @dt-color-surface-warning: #FFF4CC; // Background surface color highlighting messaging or elements that may require user's attention.
59
+ @dt-color-surface-success: #EDF9EB; // Background surface color containing messaging or elements expressing a positive or successful state.
60
+ @dt-color-surface-info: #EAF2FA; // Background surface color containing messaging or elements communicated as generally informational.
61
+ @dt-color-surface-brand: #F5F0FF; // Background surface color containing messaging or elements communicated as generally informational.
62
+ @dt-color-surface-critical-subtle: #FFF2F3; // A softer version of the Critical surface.
63
+ @dt-color-surface-warning-subtle: #fffae5; // A softer version of the default warning surface.
64
+ @dt-color-surface-success-subtle: #f6fcf5; // A softer version of the default success surface.
65
+ @dt-color-surface-info-subtle: #f5f9fd; // A softer version of the default informational surface.
66
+ @dt-color-surface-brand-subtle: #f9f6ff; // A softer version of the default informational surface.
67
+ @dt-color-surface-critical-strong: #D90A45; // A contrasting critical surface, most likely paired with inverted foreground colors.
68
+ @dt-color-surface-warning-strong: #FFBD48; // A contrasting warning surface, most likely paired with inverted foreground colors.
69
+ @dt-color-surface-success-strong: #008E52; // A contrasting positive state surface, most likely paired with inverted foreground colors.
70
+ @dt-color-surface-info-strong: #1768C6; // A contrasting informational surface, most likely paired with inverted foreground colors.
71
+ @dt-color-surface-brand-strong: #7C52FF; // A contrasting informational surface, most likely paired with inverted foreground colors.
72
+ @dt-color-surface-primary-opaque: hsl(0 0% 100% / 0.96); // Primary surface as opaque background color.
73
+ @dt-color-surface-secondary-opaque: hsl(0 0% 11% / 0.02); // Secondary surface as opaque background color.
74
+ @dt-color-surface-moderate-opaque: hsl(0 0% 11% / 0.1); // Moderate surface as opaque background color.
75
+ @dt-color-surface-bold-opaque: hsl(0 0% 11% / 0.19); // Bold surface as opaque background color.
76
+ @dt-color-surface-strong-opaque: hsl(0 0% 11% / 0.76); // Strong surface as opaque background color.
77
+ @dt-color-surface-contrast-opaque: hsl(0 0% 11% / 0.94); // Contrast surface as opaque background color.
78
+ @dt-color-surface-critical-opaque: hsl(4.62 100% 82.2% / 0.31); // Critical surface as opaque background color.
79
+ @dt-color-surface-warning-opaque: hsl(46.1 100% 80.6% / 0.5); // Warning surface as opaque background color
80
+ @dt-color-surface-success-opaque: hsl(85.1 100% 83.1% / 0.25); // Success surface as opaque background color.
81
+ @dt-color-surface-info-opaque: hsl(201 100% 87.1% / 0.35); // Info surface as opaque background color.
82
+ @dt-color-surface-brand-opaque: hsl(261 100% 86.9% / 0.27); // Info surface as opaque background color.
83
+ @dt-color-surface-critical-subtle-opaque: hsl(358 100% 94.9% / 0.5); // Critical subtle surface as opaque background color.
84
+ @dt-color-surface-warning-subtle-opaque: hsl(47.1 100% 90% / 0.5); // Warning subtle surface as opaque background color
85
+ @dt-color-surface-success-subtle-opaque: hsl(111 53.8% 94.9% / 0.5); // Success subtle surface as opaque background color.
86
+ @dt-color-surface-info-subtle-opaque: hsl(210 61.5% 94.9% / 0.5); // Info surface as opaque background color.
87
+ @dt-color-surface-brand-subtle-opaque: hsl(261 100% 86.9% / 0.2); // Info surface as opaque background color.
88
+ @dt-color-surface-primary-inverted: #000000; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
89
+ @dt-color-surface-secondary-inverted: #252525; // For adjacent or complementary regions.
90
+ @dt-color-surface-moderate-inverted: #3A3A3A; // A tertiary surface level, prominent without being too overpowering.
91
+ @dt-color-surface-bold-inverted: #535353; // Highlight or call attention to specific areas of the interface.
92
+ @dt-color-surface-strong-inverted: #AAAAAA; // Use sparingly to draw the eye to a relatively important region.
93
+ @dt-color-surface-contrast-inverted: #F9F9F9; // An inverted surface for lightened content and elements, most likely paired with inverted foreground colors.
94
+ @dt-color-surface-critical-inverted: #380010; // Background surface color containing error, danger, or otherwise critical messaging or elements.
95
+ @dt-color-surface-warning-inverted: #2C1B02; // Background surface color highlighting messaging or elements that may require user's attention.
96
+ @dt-color-surface-success-inverted: #012717; // Background surface color containing messaging or elements expressing a positive or successful state.
97
+ @dt-color-surface-info-inverted: #001429; // Background surface color containing messaging or elements communicated as generally informational.
98
+ @dt-color-surface-brand-inverted: #1D0155; // Background surface color containing messaging or elements communicated as generally informational.
99
+ @dt-color-surface-critical-subtle-inverted: #1C0108; // A softer version of the Critical surface.
100
+ @dt-color-surface-warning-subtle-inverted: #201301; // A softer version of the default warning surface.
101
+ @dt-color-surface-success-subtle-inverted: #00150D; // A softer version of the default success surface.
102
+ @dt-color-surface-info-subtle-inverted: #010B16; // A softer version of the default informational surface.
103
+ @dt-color-surface-brand-subtle-inverted: #10022C; // A softer version of the default informational surface.
104
+ @dt-color-surface-critical-strong-inverted: #FF716F; // A contrasting critical surface, most likely paired with inverted foreground colors.
105
+ @dt-color-surface-warning-strong-inverted: #FFDB80; // A contrasting warning surface, most likely paired with inverted foreground colors.
106
+ @dt-color-surface-success-strong-inverted: #AEFB3C; // A contrasting positive state surface, most likely paired with inverted foreground colors.
107
+ @dt-color-surface-info-strong-inverted: #4AA9EA; // A contrasting informational surface, most likely paired with inverted foreground colors.
108
+ @dt-color-surface-brand-strong-inverted: #BBA6FC; // A contrasting informational surface, most likely paired with inverted foreground colors.
109
+ @dt-color-surface-primary-opaque-inverted: hsl(0 0% 0% / 0.85); // Secondary surface as opaque background color.
110
+ @dt-color-surface-secondary-opaque-inverted: hsl(0 0% 100% / 0.15); // Secondary surface as opaque background color.
111
+ @dt-color-surface-moderate-opaque-inverted: hsl(0 0% 100% / 0.23); // Moderate surface as opaque background color.
112
+ @dt-color-surface-bold-opaque-inverted: hsl(0 0% 100% / 0.32); // Bold surface as opaque background color.
113
+ @dt-color-surface-strong-opaque-inverted: hsl(0 0% 100% / 0.67); // Strong surface as opaque background color.
114
+ @dt-color-surface-contrast-opaque-inverted: hsl(0 0% 100% / 0.97); // Contrast surface as opaque background color.
115
+ @dt-color-surface-critical-opaque-inverted: hsl(342 85.2% 21.2% / 0.5); // Critical surface as opaque background color.
116
+ @dt-color-surface-warning-opaque-inverted: hsl(34.9 90.8% 17.1% / 0.35); // Warning surface as opaque background color
117
+ @dt-color-surface-success-opaque-inverted: hsl(155 100% 15.5% / 0.3); // Success surface as opaque background color.
118
+ @dt-color-surface-info-opaque-inverted: hsl(211 100% 8.04% / 0.6); // Info surface as opaque background color.
119
+ @dt-color-surface-brand-opaque-inverted: hsl(260 97.7% 16.9% / 0.8); // Info surface as opaque background color.
120
+ @dt-color-surface-critical-subtle-opaque-inverted: hsl(344 93.1% 5.69% / 0.6); // Critical subtle surface as opaque background color.
121
+ @dt-color-surface-warning-subtle-opaque-inverted: hsl(34.8 93.9% 6.47% / 0.7); // Warning subtle surface as opaque background color
122
+ @dt-color-surface-success-subtle-opaque-inverted: hsl(157 100% 4.12% / 0.66); // Success subtle surface as opaque background color.
123
+ @dt-color-surface-info-subtle-opaque-inverted: hsl(211 91.3% 4.51% / 0.66); // Info surface as opaque background color.
124
+ @dt-color-surface-brand-subtle-opaque-inverted: hsl(260 91.3% 9.02% / 0.66); // Info surface as opaque background color.
125
+ @dt-color-surface-backdrop: hsl(0 0% 0% / 0.65); // Background color for a modal-like backdrop.
126
+ @dt-color-surface-ai: linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 70.08%, #FB7328 90.02%, #F3960F 97.29%, #F3960F 100%);
127
+ @dt-color-border-subtle: hsl(0 0% 11% / 0.11);
128
+ @dt-color-border-default: hsl(0 0% 11% / 0.17);
129
+ @dt-color-border-moderate: hsl(0 0% 11% / 0.3);
130
+ @dt-color-border-bold: hsl(0 0% 11% / 0.5);
131
+ @dt-color-border-critical: #D90A45;
132
+ @dt-color-border-success: #2EA834;
133
+ @dt-color-border-warning: #FF9E0E;
134
+ @dt-color-border-brand: #7C52FF;
135
+ @dt-color-border-critical-subtle: #FF716F;
136
+ @dt-color-border-success-subtle: #D1FF76;
137
+ @dt-color-border-warning-subtle: #FFDB80;
138
+ @dt-color-border-brand-subtle: #BBA6FC;
139
+ @dt-color-border-critical-strong: #93173A;
140
+ @dt-color-border-success-strong: #004F2E;
141
+ @dt-color-border-warning-strong: #D57F00;
142
+ @dt-color-border-brand-strong: #5023DD;
143
+ @dt-color-border-subtle-inverted: hsl(0 0% 100% / 0.12);
144
+ @dt-color-border-default-inverted: hsl(0 0% 100% / 0.2);
145
+ @dt-color-border-moderate-inverted: hsl(0 0% 100% / 0.35);
146
+ @dt-color-border-bold-inverted: hsl(0 0% 100% / 0.5);
147
+ @dt-color-border-critical-inverted: #FF716F;
148
+ @dt-color-border-success-inverted: #52C926;
149
+ @dt-color-border-warning-inverted: #EA8F07;
150
+ @dt-color-border-brand-inverted: #A38FF9;
151
+ @dt-color-border-critical-subtle-inverted: #640823;
152
+ @dt-color-border-success-subtle-inverted: #004F2E;
153
+ @dt-color-border-warning-subtle-inverted: #815008;
154
+ @dt-color-border-brand-subtle-inverted: #7C52FF;
155
+ @dt-color-border-critical-strong-inverted: #FFABA4;
156
+ @dt-color-border-success-strong-inverted: #84EE0B;
157
+ @dt-color-border-warning-strong-inverted: #FFDB80;
158
+ @dt-color-border-brand-strong-inverted: #D3BCFF;
159
+ @dt-color-border-focus: #4AA9EA;
160
+ @dt-color-border-ai: linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 70.08%, #FB7328 90.02%, #F3960F 97.29%, #F3960F 100%);
161
+ @dt-color-border-accent: #FF1BA4;
162
+ @dt-color-chart-categorical-10: #35B7B1;
163
+ @dt-color-chart-categorical-10-hover: #2AA7A1;
164
+ @dt-color-chart-categorical-10-selected: #114D4A;
165
+ @dt-color-chart-categorical-01: #6538F1;
166
+ @dt-color-chart-categorical-01-hover: #5023DD;
167
+ @dt-color-chart-categorical-01-selected: #1D0155;
168
+ @dt-color-chart-categorical-02: #FC5EA0;
169
+ @dt-color-chart-categorical-02-hover: #FF1BA4;
170
+ @dt-color-chart-categorical-02-selected: #662251;
171
+ @dt-color-chart-categorical-03: #5FC4F9;
172
+ @dt-color-chart-categorical-03-hover: #3B96DF;
173
+ @dt-color-chart-categorical-03-selected: #003165;
174
+ @dt-color-chart-categorical-04: #FF9E0E;
175
+ @dt-color-chart-categorical-04-hover: #D57F00;
176
+ @dt-color-chart-categorical-04-selected: #533204;
177
+ @dt-color-chart-categorical-05: #52C926;
178
+ @dt-color-chart-categorical-05-hover: #2EA834;
179
+ @dt-color-chart-categorical-05-selected: #004F2E;
180
+ @dt-color-chart-categorical-06: #FB79F3;
181
+ @dt-color-chart-categorical-06-hover: #F745EE;
182
+ @dt-color-chart-categorical-06-selected: #BF05F0;
183
+ @dt-color-chart-categorical-07: #F66437;
184
+ @dt-color-chart-categorical-07-hover: #F44710;
185
+ @dt-color-chart-categorical-07-selected: #651E06;
186
+ @dt-color-chart-categorical-08: #CABF27;
187
+ @dt-color-chart-categorical-08-hover: #B6AC25;
188
+ @dt-color-chart-categorical-08-selected: #6A652A;
189
+ @dt-color-chart-categorical-09: #FF415B;
190
+ @dt-color-chart-categorical-09-hover: #FF1356;
191
+ @dt-color-chart-categorical-09-selected: #93173A;
192
+ @dt-color-chart-neutral: #CEC8C4; // Used for neutral or background elements in charts where no specific meaning is implied.
193
+ @dt-color-chart-neutral-hover: #AAA4A1; // Hover state for neutral chart elements.
194
+ @dt-color-chart-neutral-selected: #635F5D; // Selected state for neutral chart elements.
195
+ @dt-color-chart-accent: #6EA6E2; // Main accent color for highlighting important chart elements or primary data series.
196
+ @dt-color-chart-accent-hover: #5699D7; // Hover state for accent chart elements.
197
+ @dt-color-chart-accent-selected: #296FA3; // Selected state for accent chart elements.
198
+ @dt-color-chart-positive: #52C926; // Used for positive values, growth, or success indicators in charts, aka success.
199
+ @dt-color-chart-positive-hover: #2EA834; // Hover state for positive chart elements, aka success.
200
+ @dt-color-chart-positive-selected: #004F2E; // Selected state for positive chart elements, aka success.
201
+ @dt-color-chart-critical: #FF1356; // Used for negative values, errors, or critical indicators in charts, aka danger.
202
+ @dt-color-chart-critical-hover: #D90A45; // Hover state for critical chart elements, aka danger.
203
+ @dt-color-chart-critical-selected: #93173A; // Selected state for critical chart elements, aka danger.
204
+ @dt-color-chart-warning: #FF9E0E; // Used for cautionary or warning indicators in charts.
205
+ @dt-color-chart-warning-hover: #D57F00; // Hover state for warning chart elements.
206
+ @dt-color-chart-warning-selected: #815008; // Selected state for warning chart elements.
207
+ @dt-color-chart-info: #4AA9EA; // Used for informational or neutral data points in charts.
208
+ @dt-color-chart-info-hover: #2C83D5; // Hover state for info chart elements.
209
+ @dt-color-chart-info-selected: #003165; // Selected state for info chart elements.
210
+ @dt-color-chart-brand: #7C52FF; // Used for brand-related data or to highlight company-specific information in charts.
211
+ @dt-color-chart-brand-hover: #6538F1; // Hover state for brand chart elements.
212
+ @dt-color-chart-brand-selected: #3A1D95; // Selected state for brand chart elements.
213
+ @dt-color-chart-sequential-10: #052133; // Tenth color in sequential chart series, darkest shade.
214
+ @dt-color-chart-sequential-01: #ECF0F9; // First color in sequential chart series, lightest shade.
215
+ @dt-color-chart-sequential-01-hover: #D3E0F4; // Hover state for first sequential chart color.
216
+ @dt-color-chart-sequential-01-selected: #8CBAEB; // Selected state for first sequential chart color.
217
+ @dt-color-chart-sequential-02: #D3E0F4; // Second color in sequential chart series, very light shade.
218
+ @dt-color-chart-sequential-02-hover: #BED2F0; // Hover state for second sequential chart color.
219
+ @dt-color-chart-sequential-02-selected: #6EA6E2; // Selected state for second sequential chart color.
220
+ @dt-color-chart-sequential-03: #BED2F0; // Third color in sequential chart series, light shade.
221
+ @dt-color-chart-sequential-03-hover: #8CBAEB; // Hover state for third sequential chart color.
222
+ @dt-color-chart-sequential-03-selected: #5699D7; // Selected state for third sequential chart color.
223
+ @dt-color-chart-sequential-04: #8CBAEB; // Fourth color in sequential chart series, light-medium shade.
224
+ @dt-color-chart-sequential-04-hover: #6EA6E2; // Hover state for fourth sequential chart color.
225
+ @dt-color-chart-sequential-04-selected: #3C89C3; // Selected state for fourth sequential chart color.
226
+ @dt-color-chart-sequential-05: #6EA6E2; // Fifth color in sequential chart series, medium shade.
227
+ @dt-color-chart-sequential-05-hover: #5699D7; // Hover state for fifth sequential chart color.
228
+ @dt-color-chart-sequential-05-selected: #296FA3; // Selected state for fifth sequential chart color.
229
+ @dt-color-chart-sequential-06: #5699D7; // Sixth color in sequential chart series, medium-dark shade.
230
+ @dt-color-chart-sequential-06-hover: #3C89C3; // Hover state for sixth sequential chart color.
231
+ @dt-color-chart-sequential-06-selected: #052133; // Selected state for sixth sequential chart color.
232
+ @dt-color-chart-sequential-07: #3C89C3; // Seventh color in sequential chart series, dark shade.
233
+ @dt-color-chart-sequential-07-hover: #296FA3; // Hover state for seventh sequential chart color.
234
+ @dt-color-chart-sequential-07-selected: #00131F; // Selected state for seventh sequential chart color.
235
+ @dt-color-chart-sequential-08: #296FA3; // Eighth color in sequential chart series, very dark shade.
236
+ @dt-color-chart-sequential-08-hover: #143A52; // Hover state for eighth sequential chart color.
237
+ @dt-color-chart-sequential-08-selected: #052133; // Selected state for eighth sequential chart color.
238
+ @dt-color-chart-sequential-09: #143A52; // Ninth color in sequential chart series, extremely dark shade.
239
+ @dt-color-chart-sequential-09-hover: #052133; // Hover state for ninth sequential chart color.
240
+ @dt-color-chart-sequential-09-selected: #00131F; // Selected state for ninth sequential chart color.
241
+ @dt-color-chart-sequential-10-hover: #00131F; // Hover state for tenth sequential chart color.
242
+ @dt-color-chart-sequential-10-selected: #00131F; // Selected state for tenth sequential chart color.
243
+ @dt-typography-body-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Base default medium text style for main content.
244
+ @dt-typography-body-md-font-weight: 400; // Base default medium text style for main content.
245
+ @dt-typography-body-md-line-height: 1.6; // Base default medium text style for main content.
246
+ @dt-typography-body-md-font-size: 15px; // Base default medium text style for main content.
247
+ @dt-typography-body-md-text-case: none; // Base default medium text style for main content.
248
+ @dt-typography-body-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of medium body style.
249
+ @dt-typography-body-md-compact-font-weight: 400; // A tighter-spaced version of medium body style.
250
+ @dt-typography-body-md-compact-line-height: 1.4; // A tighter-spaced version of medium body style.
251
+ @dt-typography-body-md-compact-font-size: 15px; // A tighter-spaced version of medium body style.
252
+ @dt-typography-body-md-compact-text-case: none; // A tighter-spaced version of medium body style.
253
+ @dt-typography-body-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Reduced small text style for less prominent or adjacent content.
254
+ @dt-typography-body-sm-font-weight: 400; // Reduced small text style for less prominent or adjacent content.
255
+ @dt-typography-body-sm-line-height: 1.4; // Reduced small text style for less prominent or adjacent content.
256
+ @dt-typography-body-sm-font-size: 12px; // Reduced small text style for less prominent or adjacent content.
257
+ @dt-typography-body-sm-text-case: none; // Reduced small text style for less prominent or adjacent content.
258
+ @dt-typography-body-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of small body style.
259
+ @dt-typography-body-sm-compact-font-weight: 400; // A tighter-spaced version of small body style.
260
+ @dt-typography-body-sm-compact-line-height: 1.2; // A tighter-spaced version of small body style.
261
+ @dt-typography-body-sm-compact-font-size: 12px; // A tighter-spaced version of small body style.
262
+ @dt-typography-body-sm-compact-text-case: none; // A tighter-spaced version of small body style.
263
+ @dt-typography-headline-eyebrow-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
264
+ @dt-typography-headline-eyebrow-font-weight: 400; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
265
+ @dt-typography-headline-eyebrow-line-height: 1.4; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
266
+ @dt-typography-headline-eyebrow-font-size: 12px; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
267
+ @dt-typography-headline-eyebrow-text-case: uppercase; // Visually concise and uppercase title text used above a paired headline. Also known as a kicker or overline.
268
+ @dt-typography-headline-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Smaller text size for secondary information or subheadings.
269
+ @dt-typography-headline-sm-font-weight: 700; // Smaller text size for secondary information or subheadings.
270
+ @dt-typography-headline-sm-line-height: 1.4; // Smaller text size for secondary information or subheadings.
271
+ @dt-typography-headline-sm-font-size: 12px; // Smaller text size for secondary information or subheadings.
272
+ @dt-typography-headline-sm-text-case: none; // Smaller text size for secondary information or subheadings.
273
+ @dt-typography-headline-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of small headline style.
274
+ @dt-typography-headline-sm-compact-font-weight: 700; // A tighter-spaced version of small headline style.
275
+ @dt-typography-headline-sm-compact-line-height: 1.2; // A tighter-spaced version of small headline style.
276
+ @dt-typography-headline-sm-compact-font-size: 12px; // A tighter-spaced version of small headline style.
277
+ @dt-typography-headline-sm-compact-text-case: none; // A tighter-spaced version of small headline style.
278
+ @dt-typography-headline-sm-soft-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A softer font weight version of small headline style.
279
+ @dt-typography-headline-sm-soft-font-weight: 500; // A softer font weight version of small headline style.
280
+ @dt-typography-headline-sm-soft-line-height: 1.4; // A softer font weight version of small headline style.
281
+ @dt-typography-headline-sm-soft-font-size: 12px; // A softer font weight version of small headline style.
282
+ @dt-typography-headline-sm-soft-text-case: none; // A softer font weight version of small headline style.
283
+ @dt-typography-headline-sm-soft-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A softer font weight, tighter-spaced version of small headline style.
284
+ @dt-typography-headline-sm-soft-compact-font-weight: 500; // A softer font weight, tighter-spaced version of small headline style.
285
+ @dt-typography-headline-sm-soft-compact-line-height: 1.2; // A softer font weight, tighter-spaced version of small headline style.
286
+ @dt-typography-headline-sm-soft-compact-font-size: 12px; // A softer font weight, tighter-spaced version of small headline style.
287
+ @dt-typography-headline-sm-soft-compact-text-case: none; // A softer font weight, tighter-spaced version of small headline style.
288
+ @dt-typography-headline-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Medium-sized base text style for headlines.
289
+ @dt-typography-headline-md-font-weight: 700; // Medium-sized base text style for headlines.
290
+ @dt-typography-headline-md-line-height: 1.6; // Medium-sized base text style for headlines.
291
+ @dt-typography-headline-md-font-size: 15px; // Medium-sized base text style for headlines.
292
+ @dt-typography-headline-md-text-case: none; // Medium-sized base text style for headlines.
293
+ @dt-typography-headline-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of medium headline style.
294
+ @dt-typography-headline-md-compact-font-weight: 700; // A tighter-spaced version of medium headline style.
295
+ @dt-typography-headline-md-compact-line-height: 1.4; // A tighter-spaced version of medium headline style.
296
+ @dt-typography-headline-md-compact-font-size: 15px; // A tighter-spaced version of medium headline style.
297
+ @dt-typography-headline-md-compact-text-case: none; // A tighter-spaced version of medium headline style.
298
+ @dt-typography-headline-lg-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Large text style for headlines to attract attention.
299
+ @dt-typography-headline-lg-font-weight: 700; // Large text style for headlines to attract attention.
300
+ @dt-typography-headline-lg-line-height: 1.6; // Large text style for headlines to attract attention.
301
+ @dt-typography-headline-lg-font-size: 19px; // Large text style for headlines to attract attention.
302
+ @dt-typography-headline-lg-text-case: none; // Large text style for headlines to attract attention.
303
+ @dt-typography-headline-lg-soft-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A softer font weight version of large headline style.
304
+ @dt-typography-headline-lg-soft-font-weight: 500; // A softer font weight version of large headline style.
305
+ @dt-typography-headline-lg-soft-line-height: 1.6; // A softer font weight version of large headline style.
306
+ @dt-typography-headline-lg-soft-font-size: 19px; // A softer font weight version of large headline style.
307
+ @dt-typography-headline-lg-soft-text-case: none; // A softer font weight version of large headline style.
308
+ @dt-typography-headline-lg-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of large body style.
309
+ @dt-typography-headline-lg-compact-font-weight: 700; // A tighter-spaced version of large body style.
310
+ @dt-typography-headline-lg-compact-line-height: 1.2; // A tighter-spaced version of large body style.
311
+ @dt-typography-headline-lg-compact-font-size: 19px; // A tighter-spaced version of large body style.
312
+ @dt-typography-headline-lg-compact-text-case: none; // A tighter-spaced version of large body style.
313
+ @dt-typography-headline-lg-soft-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A softer font weight, tighter spaced version of large headline style.
314
+ @dt-typography-headline-lg-soft-compact-font-weight: 500; // A softer font weight, tighter spaced version of large headline style.
315
+ @dt-typography-headline-lg-soft-compact-line-height: 1.2; // A softer font weight, tighter spaced version of large headline style.
316
+ @dt-typography-headline-lg-soft-compact-font-size: 19px; // A softer font weight, tighter spaced version of large headline style.
317
+ @dt-typography-headline-lg-soft-compact-text-case: none; // A softer font weight, tighter spaced version of large headline style.
318
+ @dt-typography-headline-xl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Extra large text style for high importance headlines.
319
+ @dt-typography-headline-xl-font-weight: 500; // Extra large text style for high importance headlines.
320
+ @dt-typography-headline-xl-line-height: 1.2; // Extra large text style for high importance headlines.
321
+ @dt-typography-headline-xl-font-size: 27px; // Extra large text style for high importance headlines.
322
+ @dt-typography-headline-xl-text-case: none; // Extra large text style for high importance headlines.
323
+ @dt-typography-headline-xl-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of extra large headline style.
324
+ @dt-typography-headline-xl-compact-font-weight: 500; // A tighter-spaced version of extra large headline style.
325
+ @dt-typography-headline-xl-compact-line-height: 1; // A tighter-spaced version of extra large headline style.
326
+ @dt-typography-headline-xl-compact-font-size: 27px; // A tighter-spaced version of extra large headline style.
327
+ @dt-typography-headline-xl-compact-text-case: none; // A tighter-spaced version of extra large headline style.
328
+ @dt-typography-headline-xxl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Largest text style for extra extra large content.
329
+ @dt-typography-headline-xxl-font-weight: 500; // Largest text style for extra extra large content.
330
+ @dt-typography-headline-xxl-line-height: 1.2; // Largest text style for extra extra large content.
331
+ @dt-typography-headline-xxl-font-size: 38px; // Largest text style for extra extra large content.
332
+ @dt-typography-headline-xxl-text-case: none; // Largest text style for extra extra large content.
333
+ @dt-typography-headline-xxl-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of extra extra large headline style.
334
+ @dt-typography-headline-xxl-compact-font-weight: 500; // A tighter-spaced version of extra extra large headline style.
335
+ @dt-typography-headline-xxl-compact-line-height: 1; // A tighter-spaced version of extra extra large headline style.
336
+ @dt-typography-headline-xxl-compact-font-size: 38px; // A tighter-spaced version of extra extra large headline style.
337
+ @dt-typography-headline-xxl-compact-text-case: none; // A tighter-spaced version of extra extra large headline style.
338
+ @dt-typography-label-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Base default medium-sized text style for labels, providing clear identification and categorization.
339
+ @dt-typography-label-md-font-weight: 600; // Base default medium-sized text style for labels, providing clear identification and categorization.
340
+ @dt-typography-label-md-line-height: 1.6; // Base default medium-sized text style for labels, providing clear identification and categorization.
341
+ @dt-typography-label-md-font-size: 15px; // Base default medium-sized text style for labels, providing clear identification and categorization.
342
+ @dt-typography-label-md-text-case: none; // Base default medium-sized text style for labels, providing clear identification and categorization.
343
+ @dt-typography-label-md-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of medium label style.
344
+ @dt-typography-label-md-compact-font-weight: 600; // A tighter-spaced version of medium label style.
345
+ @dt-typography-label-md-compact-line-height: 1.4; // A tighter-spaced version of medium label style.
346
+ @dt-typography-label-md-compact-font-size: 15px; // A tighter-spaced version of medium label style.
347
+ @dt-typography-label-md-compact-text-case: none; // A tighter-spaced version of medium label style.
348
+ @dt-typography-label-md-plain-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A non-bold version of medium label style.
349
+ @dt-typography-label-md-plain-font-weight: 400; // A non-bold version of medium label style.
350
+ @dt-typography-label-md-plain-line-height: 1.6; // A non-bold version of medium label style.
351
+ @dt-typography-label-md-plain-font-size: 15px; // A non-bold version of medium label style.
352
+ @dt-typography-label-md-plain-text-case: none; // A non-bold version of medium label style.
353
+ @dt-typography-label-md-plain-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A non-bolded, tighter-spaced version of medium label style.
354
+ @dt-typography-label-md-plain-compact-font-weight: 400; // A non-bolded, tighter-spaced version of medium label style.
355
+ @dt-typography-label-md-plain-compact-line-height: 1.4; // A non-bolded, tighter-spaced version of medium label style.
356
+ @dt-typography-label-md-plain-compact-font-size: 15px; // A non-bolded, tighter-spaced version of medium label style.
357
+ @dt-typography-label-md-plain-compact-text-case: none; // A non-bolded, tighter-spaced version of medium label style.
358
+ @dt-typography-label-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
359
+ @dt-typography-label-sm-font-weight: 600; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
360
+ @dt-typography-label-sm-line-height: 1.4; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
361
+ @dt-typography-label-sm-font-size: 12px; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
362
+ @dt-typography-label-sm-text-case: none; // Smaller text style for labels when space is limited or for secondary information or to convey a slightly lower hierachy.
363
+ @dt-typography-label-sm-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A tighter-spaced version of small label style.
364
+ @dt-typography-label-sm-compact-font-weight: 600; // A tighter-spaced version of small label style.
365
+ @dt-typography-label-sm-compact-line-height: 1.2; // A tighter-spaced version of small label style.
366
+ @dt-typography-label-sm-compact-font-size: 12px; // A tighter-spaced version of small label style.
367
+ @dt-typography-label-sm-compact-text-case: none; // A tighter-spaced version of small label style.
368
+ @dt-typography-label-sm-plain-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A non-bold version of small label style.
369
+ @dt-typography-label-sm-plain-font-weight: 400; // A non-bold version of small label style.
370
+ @dt-typography-label-sm-plain-line-height: 1.4; // A non-bold version of small label style.
371
+ @dt-typography-label-sm-plain-font-size: 12px; // A non-bold version of small label style.
372
+ @dt-typography-label-sm-plain-text-case: none; // A non-bold version of small label style.
373
+ @dt-typography-label-sm-plain-compact-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // A non-bolded, tighter-spaced version of small label style.
374
+ @dt-typography-label-sm-plain-compact-font-weight: 400; // A non-bolded, tighter-spaced version of small label style.
375
+ @dt-typography-label-sm-plain-compact-line-height: 1.2; // A non-bolded, tighter-spaced version of small label style.
376
+ @dt-typography-label-sm-plain-compact-font-size: 12px; // A non-bolded, tighter-spaced version of small label style.
377
+ @dt-typography-label-sm-plain-compact-text-case: none; // A non-bolded, tighter-spaced version of small label style.
378
+ @dt-typography-helper-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Base default medium-sized text style for supplementary contextual information.
379
+ @dt-typography-helper-md-font-weight: 400; // Base default medium-sized text style for supplementary contextual information.
380
+ @dt-typography-helper-md-line-height: 1.4; // Base default medium-sized text style for supplementary contextual information.
381
+ @dt-typography-helper-md-font-size: 15px; // Base default medium-sized text style for supplementary contextual information.
382
+ @dt-typography-helper-md-text-case: none; // Base default medium-sized text style for supplementary contextual information.
383
+ @dt-typography-helper-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
384
+ @dt-typography-helper-sm-font-weight: 400; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
385
+ @dt-typography-helper-sm-line-height: 1.2; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
386
+ @dt-typography-helper-sm-font-size: 12px; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
387
+ @dt-typography-helper-sm-text-case: none; // Smaller text size for subtle guidance or additional context, minimizing visual disruption.
388
+ @dt-typography-code-md-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; // Base default medium-sized text style for monospace code snippets of technical content.
389
+ @dt-typography-code-md-font-weight: 400; // Base default medium-sized text style for monospace code snippets of technical content.
390
+ @dt-typography-code-md-line-height: 1.2; // Base default medium-sized text style for monospace code snippets of technical content.
391
+ @dt-typography-code-md-font-size: 15px; // Base default medium-sized text style for monospace code snippets of technical content.
392
+ @dt-typography-code-md-text-case: none; // Base default medium-sized text style for monospace code snippets of technical content.
393
+ @dt-typography-code-sm-font-family: SFMono-Regular, "SF Mono", Consolas, "Liberation Mono", Menlo, Courier, monospace; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
394
+ @dt-typography-code-sm-font-weight: 400; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
395
+ @dt-typography-code-sm-line-height: 1.2; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
396
+ @dt-typography-code-sm-font-size: 12px; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
397
+ @dt-typography-code-sm-text-case: none; // Smaller text size for monospace code, suitable for inline references or less prominent code examples.
398
+ @dt-typography-inputs-xs-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for extra small inputs (e.g. input and textarea)
399
+ @dt-typography-inputs-xs-font-weight: 400; // Text style for extra small inputs (e.g. input and textarea)
400
+ @dt-typography-inputs-xs-font-size: 12px; // Text style for extra small inputs (e.g. input and textarea)
401
+ @dt-typography-inputs-xs-line-height: 1.2; // Text style for extra small inputs (e.g. input and textarea)
402
+ @dt-typography-inputs-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for small inputs (e.g. input and textarea)
403
+ @dt-typography-inputs-sm-font-weight: 400; // Text style for small inputs (e.g. input and textarea)
404
+ @dt-typography-inputs-sm-font-size: 12px; // Text style for small inputs (e.g. input and textarea)
405
+ @dt-typography-inputs-sm-line-height: 1.2; // Text style for small inputs (e.g. input and textarea)
406
+ @dt-typography-inputs-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for medium inputs (e.g. input and textarea)
407
+ @dt-typography-inputs-md-font-weight: 400; // Text style for medium inputs (e.g. input and textarea)
408
+ @dt-typography-inputs-md-font-size: 15px; // Text style for medium inputs (e.g. input and textarea)
409
+ @dt-typography-inputs-md-line-height: 1.2; // Text style for medium inputs (e.g. input and textarea)
410
+ @dt-typography-inputs-lg-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for large inputs (e.g. input and textarea)
411
+ @dt-typography-inputs-lg-font-weight: 400; // Text style for large inputs (e.g. input and textarea)
412
+ @dt-typography-inputs-lg-font-size: 19px; // Text style for large inputs (e.g. input and textarea)
413
+ @dt-typography-inputs-lg-line-height: 1.2; // Text style for large inputs (e.g. input and textarea)
414
+ @dt-typography-inputs-xl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for extra large inputs (e.g. input and textarea)
415
+ @dt-typography-inputs-xl-font-weight: 400; // Text style for extra large inputs (e.g. input and textarea)
416
+ @dt-typography-inputs-xl-font-size: 27px; // Text style for extra large inputs (e.g. input and textarea)
417
+ @dt-typography-inputs-xl-line-height: 1.2; // Text style for extra large inputs (e.g. input and textarea)
418
+ @dt-typography-button-xs-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for extra small button
419
+ @dt-typography-button-xs-font-weight: 600; // Text style for extra small button
420
+ @dt-typography-button-xs-font-size: 12px; // Text style for extra small button
421
+ @dt-typography-button-xs-line-height: 1.2; // Text style for extra small button
422
+ @dt-typography-button-sm-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for small button
423
+ @dt-typography-button-sm-font-weight: 600; // Text style for small button
424
+ @dt-typography-button-sm-font-size: 12px; // Text style for small button
425
+ @dt-typography-button-sm-line-height: 1.2; // Text style for small button
426
+ @dt-typography-button-md-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for medium button
427
+ @dt-typography-button-md-font-weight: 600; // Text style for medium button
428
+ @dt-typography-button-md-font-size: 15px; // Text style for medium button
429
+ @dt-typography-button-md-line-height: 1.2; // Text style for medium button
430
+ @dt-typography-button-lg-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for large button
431
+ @dt-typography-button-lg-font-weight: 500; // Text style for large button
432
+ @dt-typography-button-lg-font-size: 19px; // Text style for large button
433
+ @dt-typography-button-lg-line-height: 1.2; // Text style for large button
434
+ @dt-typography-button-xl-font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI Adjusted", "Segoe UI", SFMono, "Helvetica Neue", Cantarell, Ubuntu, Roboto, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; // Text style for extra large button
435
+ @dt-typography-button-xl-font-weight: 400; // Text style for extra large button
436
+ @dt-typography-button-xl-font-size: 27px; // Text style for extra large button
437
+ @dt-typography-button-xl-line-height: 1.2; // Text style for extra large button
438
+ @dt-inputs-size-border-default: 0.15rem;
439
+ @dt-inputs-size-border-status: 0.2rem;
440
+ @dt-inputs-size-radius-xs: 0.4rem;
441
+ @dt-inputs-size-radius-sm: 0.8rem;
442
+ @dt-inputs-size-radius-md: 0.8rem;
443
+ @dt-inputs-size-radius-lg: 1.2rem;
444
+ @dt-inputs-size-radius-xl: 1.6rem;
445
+ @dt-inputs-line-height-xs: 1.2; // Line height for extra small inputs (e.g. input and textarea)
446
+ @dt-inputs-line-height-sm: 1.2; // Line height for small inputs (e.g. input and textarea)
447
+ @dt-inputs-line-height-md: 1.2; // Line height for medium inputs (e.g. input and textarea)
448
+ @dt-inputs-line-height-lg: 1.2; // Line height for large inputs (e.g. input and textarea)
449
+ @dt-inputs-line-height-xl: 1.2; // Line height for extra large inputs (e.g. input and textarea)
450
+ @dt-inputs-font-size-xs: 12px; // Font size for extra small inputs (e.g. input and textarea)
451
+ @dt-inputs-font-size-sm: 12px; // Font size for small inputs (e.g. input and textarea)
452
+ @dt-inputs-font-size-md: 15px; // Font size for medium inputs (e.g. input and textarea)
453
+ @dt-inputs-font-size-lg: 19px; // Font size for large inputs (e.g. input and textarea)
454
+ @dt-inputs-font-size-xl: 27px; // Font size for extra large inputs (e.g. input and textarea)
455
+ @dt-inputs-font-weight-xs: 400; // Font weight for extra small inputs (e.g. input and textarea)
456
+ @dt-inputs-font-weight-sm: 400; // Font weight for small inputs (e.g. input and textarea)
457
+ @dt-inputs-font-weight-md: 400; // Font weight for medium inputs (e.g. input and textarea)
458
+ @dt-inputs-font-weight-lg: 400; // Font weight for large inputs (e.g. input and textarea)
459
+ @dt-inputs-font-weight-xl: 400; // Font weight for extra large inputs (e.g. input and textarea)
460
+ @dt-inputs-color-foreground-default: #3A3A3A;
461
+ @dt-inputs-color-foreground-placeholder: #808080;
462
+ @dt-inputs-color-foreground-disabled: #808080;
463
+ @dt-inputs-color-border-default: hsl(0 0% 11% / 0.17);
464
+ @dt-inputs-color-border-hover: hsl(0 0% 11% / 0.3);
465
+ @dt-inputs-color-border-focus: #4AA9EA;
466
+ @dt-inputs-color-border-critical: #D90A45;
467
+ @dt-inputs-color-border-success: #2EA834;
468
+ @dt-inputs-color-border-warning: #FF9E0E;
469
+ @dt-inputs-color-border-disabled: transparent;
470
+ @dt-inputs-color-background-default: hsl(0 0% 11% / 0.02);
471
+ @dt-inputs-color-background-focus: #F9F9F9;
472
+ @dt-inputs-color-background-disabled: hsl(0 0% 11% / 0.1);
473
+ @dt-action-color-foreground-base-default: #7C52FF;
474
+ @dt-action-color-foreground-base-hover: #5023DD;
475
+ @dt-action-color-foreground-base-active: #5023DD;
476
+ @dt-action-color-foreground-base-primary-default: #ffffff;
477
+ @dt-action-color-foreground-critical-default: #D90A45;
478
+ @dt-action-color-foreground-critical-hover: #AF0032;
479
+ @dt-action-color-foreground-critical-active: #AF0032;
480
+ @dt-action-color-foreground-critical-primary-default: #ffffff;
481
+ @dt-action-color-foreground-inverted-default: #F9F9F9;
482
+ @dt-action-color-foreground-inverted-hover: #F9F9F9;
483
+ @dt-action-color-foreground-inverted-active: #F9F9F9;
484
+ @dt-action-color-foreground-inverted-primary-default: #7C52FF;
485
+ @dt-action-color-foreground-inverted-primary-hover: #5023DD;
486
+ @dt-action-color-foreground-inverted-primary-active: #5023DD;
487
+ @dt-action-color-foreground-muted-default: #3A3A3A;
488
+ @dt-action-color-foreground-muted-hover: #1C1C1C;
489
+ @dt-action-color-foreground-muted-active: #1C1C1C;
490
+ @dt-action-color-foreground-disabled-default: #808080;
491
+ @dt-action-color-foreground-positive-default: #008E52;
492
+ @dt-action-color-foreground-positive-hover: #004F2E;
493
+ @dt-action-color-foreground-positive-active: #004F2E;
494
+ @dt-action-color-foreground-positive-primary-default: #ffffff;
495
+ @dt-action-color-background-base-default: transparent;
496
+ @dt-action-color-background-base-hover: hsl(261 100% 86.9% / 0.27);
497
+ @dt-action-color-background-base-active: hsl(261 100% 77.3% / 0.27);
498
+ @dt-action-color-background-base-primary-default: #7C52FF;
499
+ @dt-action-color-background-base-primary-hover: #6538F1;
500
+ @dt-action-color-background-base-primary-active: #5023DD;
501
+ @dt-action-color-background-critical-default: transparent;
502
+ @dt-action-color-background-critical-hover: hsl(4.62 100% 82.2% / 0.31);
503
+ @dt-action-color-background-critical-active: hsl(4.62 100% 73.2% / 0.31);
504
+ @dt-action-color-background-critical-primary-default: #FF1356;
505
+ @dt-action-color-background-critical-primary-hover: #D90A45;
506
+ @dt-action-color-background-critical-primary-active: #AF0032;
507
+ @dt-action-color-background-inverted-default: transparent;
508
+ @dt-action-color-background-inverted-hover: hsl(0 0% 100% / 0.23);
509
+ @dt-action-color-background-inverted-active: hsl(0 0% 100% / 0.32);
510
+ @dt-action-color-background-inverted-primary-default: #F9F9F9;
511
+ @dt-action-color-background-inverted-primary-hover: #F5F0FF;
512
+ @dt-action-color-background-inverted-primary-active: #D3BCFF;
513
+ @dt-action-color-background-muted-default: transparent;
514
+ @dt-action-color-background-muted-hover: hsl(0 0% 11% / 0.1);
515
+ @dt-action-color-background-muted-active: hsl(0 0% 11% / 0.14);
516
+ @dt-action-color-background-disabled-default: hsl(0 0% 11% / 0.19);
517
+ @dt-action-color-background-positive-default: transparent;
518
+ @dt-action-color-background-positive-hover: hsl(85.1 100% 83.1% / 0.25);
519
+ @dt-action-color-background-positive-active: hsl(85.1 100% 58.2% / 0.25);
520
+ @dt-action-color-background-positive-primary-default: #2EA834; // Postive, accepting, or success actions.
521
+ @dt-action-color-background-positive-primary-hover: #008E52;
522
+ @dt-action-color-background-positive-primary-active: hsl(155 100% 24.8%);
523
+ @dt-action-color-border-base-outlined-default: #7C52FF;
524
+ @dt-action-color-border-critical-outlined-default: #D90A45;
525
+ @dt-action-color-border-inverted-outlined-default: hsl(0 0% 100% / 0.2);
526
+ @dt-action-color-border-muted-outlined-default: hsl(0 0% 11% / 0.17);
527
+ @dt-action-color-border-positive-outlined-default: #2EA834;
528
+ @dt-theme-color-base: #1C1C1C;
529
+ @dt-theme-topbar-color-foreground: hsl(0 0% 11% / 0.8);
530
+ @dt-theme-topbar-color-background: #F9F9F9;
531
+ @dt-theme-topbar-field-color-foreground: hsl(0 0% 11% / 0.5);
532
+ @dt-theme-topbar-field-color-foreground-hover: hsl(0 0% 11% / 0.75);
533
+ @dt-theme-topbar-field-color-background: hsl(0 0% 11% / 0.05);
534
+ @dt-theme-topbar-field-color-background-hover: hsl(0 0% 100%);
535
+ @dt-theme-topbar-field-color-border: hsl(0 0% 11% / 0);
536
+ @dt-theme-topbar-field-color-border-hover: hsl(0 0% 11% / 0.1);
537
+ @dt-theme-topbar-field-color-border-active: hsl(0 0% 11% / 0.2);
538
+ @dt-theme-topbar-button-color-foreground: hsl(0 0% 11% / 0.65);
539
+ @dt-theme-topbar-button-color-foreground-hover: #1C1C1C;
540
+ @dt-theme-topbar-button-color-background: hsl(0 0% 11% / 0);
541
+ @dt-theme-topbar-button-color-background-hover: hsl(0 0% 11% / 0.05);
542
+ @dt-theme-topbar-button-color-background-active: hsl(0 0% 11% / 0.1);
543
+ @dt-theme-topbar-profile-color-foreground: hsl(0 0% 11% / 0.8);
544
+ @dt-theme-topbar-profile-color-foreground-inverted: hsl(0 0% 97.6% / 0.75);
545
+ @dt-theme-topbar-profile-color-background: hsl(0 0% 11% / 0.05);
546
+ @dt-theme-topbar-profile-color-background-inverted: hsl(0 0% 11% / 0.75);
547
+ @dt-theme-topbar-profile-color-background-hover: hsl(0 0% 11% / 0.1);
548
+ @dt-theme-topbar-profile-color-background-active: hsl(0 0% 11% / 0.14);
549
+ @dt-theme-sidebar-color-foreground: #3A3A3A;
550
+ @dt-theme-sidebar-color-foreground-unread: #1C1C1C;
551
+ @dt-theme-sidebar-color-background: #F9F9F9;
552
+ @dt-theme-sidebar-icon-color-foreground: #3A3A3A;
553
+ @dt-theme-sidebar-status-color-foreground: #535353;
554
+ @dt-theme-sidebar-row-color-background: hsl(0 0% 11% / 0);
555
+ @dt-theme-sidebar-row-color-background-hover: hsl(0 0% 11% / 0.11);
556
+ @dt-theme-sidebar-row-color-background-active: hsl(0 0% 11% / 0.15);
557
+ @dt-theme-sidebar-selected-row-color-foreground: #1C1C1C;
558
+ @dt-theme-sidebar-selected-row-color-background: hsl(0 0% 11% / 0.09);
559
+ @dt-theme-sidebar-section-color-foreground: #535353;
560
+ @dt-theme-presence-color-background-available: #52C926;
561
+ @dt-theme-presence-color-background-busy-unavailable: #AF0032;
562
+ @dt-theme-presence-color-background-busy: #D57F00;
563
+ @dt-theme-presence-color-background-offline: #808080;
564
+ @dt-theme-mention-color-foreground: #ffffff;
565
+ @dt-theme-mention-color-foreground-strong: #F9F9F9;
566
+ @dt-theme-mention-color-background: #7C52FF;
567
+ @dt-theme-mention-color-background-strong: #3A1D95;
568
+ @dt-shell-base-color-surface: #fff8e8;
569
+ @dt-shell-base-color-foreground: #072C2A;
570
+ @dt-shell-base-color-border: #15242e;
571
+ @dt-shell-base-color-accent: #F4CD0B;
572
+ @dt-shell-base-color-status-positive: #52C926;
573
+ @dt-shell-base-color-status-critical: #AF0032;
574
+ @dt-shell-base-color-status-warning: #D57F00;
575
+ @dt-shell-base-color-status-away: #808080;
576
+ @dt-shell-base-action-color-background-primary: #2b4b5f;
577
+ @dt-shell-base-action-color-background-secondary: #2b4b5f;
578
+ @dt-shell-base-action-color-background-muted: #2b4b5f;
579
+ @dt-shell-color-foreground-primary: #072C2A;
580
+ @dt-shell-color-foreground-secondary: hsl(177 72.5% 10% / 0.86);
581
+ @dt-shell-color-foreground-tertiary: hsl(177 72.5% 10% / 0.72);
582
+ @dt-shell-color-foreground-strong: hsl(177 72.5% 10%);
583
+ @dt-shell-color-foreground-muted: hsl(177 72.5% 10% / 0.6);
584
+ @dt-shell-color-foreground-disabled: hsl(177 72.5% 10% / 0.57);
585
+ @dt-shell-color-foreground-positive: hsl(104 68.2% 39.8%);
586
+ @dt-shell-color-foreground-critical: hsl(343 100% 27.5%);
587
+ @dt-shell-color-foreground-warning: hsl(35.8 100% 31.3%);
588
+ @dt-shell-color-surface-default: #fff8e8;
589
+ @dt-shell-color-border-subtle: hsl(204 37.3% 13.1% / 0.1);
590
+ @dt-shell-color-border-default: hsl(204 37.3% 13.1% / 0.17);
591
+ @dt-shell-action-color-foreground-primary-default: hsl(177 72.5% 10% / 0.86);
592
+ @dt-shell-action-color-foreground-secondary-default: hsl(177 72.5% 10% / 0.86);
593
+ @dt-shell-action-color-foreground-primary-strong: hsl(177 72.5% 10%);
594
+ @dt-shell-action-color-foreground-tertiary-default: hsl(177 72.5% 10% / 0.72);
595
+ @dt-shell-action-color-foreground-primary-disabled: hsl(177 72.5% 10% / 0.57);
596
+ @dt-shell-action-color-foreground-secondary-disabled: hsl(177 72.5% 10% / 0.57);
597
+ @dt-shell-action-color-foreground-muted-default: hsl(177 72.5% 10% / 0.6);
598
+ @dt-shell-action-color-foreground-muted-hover: hsl(177 72.5% 6% / 0.6);
599
+ @dt-shell-action-color-foreground-muted-active: hsl(177 72.5% 6% / 0.6);
600
+ @dt-shell-action-color-foreground-muted-selected: hsl(177 72.5% 4% / 0.6);
601
+ @dt-shell-action-color-background-primary-default: hsl(203 37.7% 27.1% / 0);
602
+ @dt-shell-action-color-background-primary-hover: hsl(203 37.7% 27.1% / 0.1);
603
+ @dt-shell-action-color-background-primary-active: hsl(203 37.7% 27.1% / 0.16);
604
+ @dt-shell-action-color-background-primary-selected: hsl(203 37.7% 27.1% / 0.13);
605
+ @dt-shell-action-color-background-secondary-default: hsl(203 37.7% 27.1% / 0);
606
+ @dt-shell-action-color-background-secondary-hover: hsl(203 37.7% 27.1% / 0.1);
607
+ @dt-shell-action-color-background-secondary-active: hsl(203 37.7% 27.1% / 0.16);
608
+ @dt-shell-action-color-background-secondary-selected: hsl(203 37.7% 27.1% / 0.13);
609
+ @dt-shell-action-color-background-muted-default: hsl(203 37.7% 27.1% / 0.05);
610
+ @dt-shell-action-color-background-muted-hover: hsl(203 37.7% 27.1% / 0.1);
611
+ @dt-shell-action-color-background-muted-active: hsl(203 37.7% 27.1% / 0.07);
612
+ @dt-shell-action-color-background-muted-selected: hsl(203 37.7% 27.1% / 0.07);
613
+ @dt-shell-mention-color-surface-primary: #F4CD0B;
614
+ @dt-shell-mention-color-surface-secondary: hsl(50 91.4% 22.5%);
615
+ @dt-shell-mention-color-foreground-primary: #090f14;
616
+ @dt-shell-mention-color-foreground-secondary: #F9F9F9;
617
+ @dt-shell-logo-color-star: #7C52FF;
618
+ @dt-shell-logo-color-wordmark: #10022C;
619
+ @dt-shell-presence-color-available: #52C926;
620
+ @dt-shell-presence-color-unavailable: #AF0032;
621
+ @dt-shell-presence-color-busy: #D57F00;
622
+ @dt-shell-presence-color-offline: #808080;
623
+ @dt-avatar-color-foreground: #000000;
624
+ @dt-avatar-color-background-100: #1aa340;
625
+ @dt-avatar-color-background-200: #aaff83;
626
+ @dt-avatar-color-background-300: #adea88;
627
+ @dt-avatar-color-background-400: #77eca6;
628
+ @dt-avatar-color-background-500: #7aedbd;
629
+ @dt-avatar-color-background-600: #77deec;
630
+ @dt-avatar-color-background-700: #5ed8ff;
631
+ @dt-avatar-color-background-800: #99e7ff;
632
+ @dt-avatar-color-background-900: #51a0fe;
633
+ @dt-avatar-color-background-1000: #b6cfff;
634
+ @dt-avatar-color-background-1100: #f1b7e8;
635
+ @dt-avatar-color-background-1200: #ec77bd;
636
+ @dt-avatar-color-background-1300: #ff67be;
637
+ @dt-avatar-color-background-1400: #f87e7e;
638
+ @dt-avatar-color-background-1500: #eca877;
639
+ @dt-avatar-color-background-1600: #ffbe41;
640
+ @dt-avatar-color-background-1700: #ffd646;
641
+ @dt-avatar-color-background-1800: #f1dab7;
642
+ @dt-avatar-color-background-000: #e0e0e0;
643
+ @dt-badge-color-background-default: hsl(0 0% 11% / 0.1);
644
+ @dt-badge-color-background-info: #BDE8FF;
645
+ @dt-badge-color-background-success: #DBFFA9;
646
+ @dt-badge-color-background-warning: #FFE89C;
647
+ @dt-badge-color-background-critical: #FFABA4;
648
+ @dt-badge-color-background-bulletin: #7C52FF;
649
+ @dt-badge-color-background-bulletin-subtle: #D3BCFF;
650
+ @dt-badge-color-background-ai: linear-gradient(135deg, #471571 0%, #551B84 3.08%, #7C229E 14.48%, #9024A4 23.67%, #B02290 35.5%, #D32B86 48.3%, #E92F6F 60.29%, #F6484F 70.08%, #FB7328 90.02%, #F3960F 97.29%, #F3960F 100%);
651
+ @dt-badge-color-foreground-default: #000000;
652
+ @dt-badge-color-foreground-bulletin: #ffffff;
653
+ @dt-badge-color-foreground-bulletin-subtle: #3A1D95;
654
+ @dt-badge-color-foreground-ai: #ffffff;
655
+ @dt-badge-color-border-default: hsl(0 0% 11% / 0.11);
656
+ @dt-badge-color-border-bulletin-subtle: hsl(255 100% 66.1% / 0.5);
657
+ @dt-button-font-size-xs: 12px; // Extra small Button text size
658
+ @dt-button-font-size-sm: 12px; // Small Button text size
659
+ @dt-button-font-size-md: 15px; // Medium Button text size
660
+ @dt-button-font-size-lg: 19px; // Large Button text size
661
+ @dt-button-font-size-xl: 27px; // Extra large Button text size
662
+ @dt-button-font-weight-xs: 600; // Font weight for XS button
663
+ @dt-button-font-weight-sm: 600; // Font weight for SM button
664
+ @dt-button-font-weight-md: 600; // Font weight for MD button
665
+ @dt-button-font-weight-lg: 500; // Font weight for LG button
666
+ @dt-button-font-weight-xl: 400; // Font weight for XL button
667
+ @dt-button-line-height-xs: 1.2; // Line-height for XS button
668
+ @dt-button-line-height-sm: 1.2; // Line-height for SM button
669
+ @dt-button-line-height-md: 1.2; // Line-height for MD button
670
+ @dt-button-line-height-lg: 1.2; // Line-height for LG button
671
+ @dt-button-line-height-xl: 1.2; // Line-height for XL button
672
+ @dt-button-size-radius-xs: 0.4rem; // Border radius for extra small button
673
+ @dt-button-size-radius-sm: 0.8rem; // Border radius for small button
674
+ @dt-button-size-radius-md: 0.8rem; // Border radius for medium button.
675
+ @dt-button-size-radius-lg: 1.2rem; // Border radius for large button.
676
+ @dt-button-size-radius-xl: 1.6rem; // Border radius for extra large button.
677
+ @dt-checkbox-size-width: 1.6rem;
678
+ @dt-checkbox-size-height: 1.6rem;
679
+ @dt-checkbox-size-radius: 0.4rem;
680
+ @dt-checkbox-color-border-unchecked: hsl(0 0% 11% / 0.3);
681
+ @dt-checkbox-color-border-unchecked-hover: hsl(0 0% 11% / 0.5);
682
+ @dt-checkbox-color-border-checked: #7C52FF;
683
+ @dt-checkbox-color-background-checked: #7C52FF;
684
+ @dt-checkbox-color-foreground-default: transparent;
685
+ @dt-checkbox-color-foreground-checked: #F9F9F9;
686
+ @dt-icon-size-100: 12px;
687
+ @dt-icon-size-200: 14px;
688
+ @dt-icon-size-300: 18px;
689
+ @dt-icon-size-400: 20px;
690
+ @dt-icon-size-500: 24px;
691
+ @dt-icon-size-600: 32px;
692
+ @dt-icon-size-700: 38px;
693
+ @dt-icon-size-800: 48px;
694
+ @dt-icon-size-border-100: 0.1rem;
695
+ @dt-icon-size-border-200: 0.125rem;
696
+ @dt-icon-size-border-300: 0.15rem;
697
+ @dt-icon-size-border-400: 0.175rem;
698
+ @dt-icon-size-border-500: 0.175rem;
699
+ @dt-icon-size-border-600: 0.25rem;
700
+ @dt-icon-size-border-700: 0.275rem;
701
+ @dt-icon-size-border-800: 0.35rem;
702
+ @dt-presence-color-available: #2EA834;
703
+ @dt-presence-color-unavailable: #D90A45;
704
+ @dt-presence-color-busy: #FF9E0E;
705
+ @dt-presence-color-offline: #808080;
706
+ @dt-radio-size-width: 1.6rem;
707
+ @dt-radio-size-height: 1.6rem;
708
+ @dt-radio-size-radius: 50%;
709
+ @dt-radio-color-border-unchecked: hsl(0 0% 11% / 0.3);
710
+ @dt-radio-color-border-unchecked-hover: hsl(0 0% 11% / 0.5);
711
+ @dt-radio-color-border-checked: #7C52FF;
712
+ @dt-radio-color-background-checked: #7C52FF;
713
+ @dt-radio-color-foreground-default: transparent;
714
+ @dt-radio-color-foreground-checked: #F9F9F9;