@bspk/ui 1.1.34 → 1.3.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 (1281) hide show
  1. package/.scripts/index.ts +110 -0
  2. package/README.md +13 -0
  3. package/build.ts +76 -28
  4. package/dist/components/Accordion/Accordion.d.ts +71 -0
  5. package/dist/components/Accordion/Accordion.js +46 -0
  6. package/dist/components/Accordion/Accordion.js.map +1 -0
  7. package/dist/components/Accordion/AccordionExample.d.ts +4 -0
  8. package/dist/components/Accordion/AccordionExample.js +85 -0
  9. package/dist/components/Accordion/AccordionExample.js.map +1 -0
  10. package/dist/components/Accordion/accordion.css +77 -0
  11. package/dist/components/Accordion/accordion.css.js +82 -0
  12. package/dist/components/Accordion/index.d.ts +1 -0
  13. package/dist/components/Accordion/index.js +2 -0
  14. package/dist/components/Accordion/index.js.map +1 -0
  15. package/dist/components/Avatar/Avatar.d.ts +23 -15
  16. package/dist/components/Avatar/Avatar.js +9 -16
  17. package/dist/components/Avatar/Avatar.js.map +1 -1
  18. package/dist/components/Avatar/AvatarExample.d.ts +2 -1
  19. package/dist/components/Avatar/AvatarExample.js +43 -33
  20. package/dist/components/Avatar/AvatarExample.js.map +1 -1
  21. package/dist/components/Avatar/avatar.css +27 -1
  22. package/dist/components/Avatar/avatar.css.js +27 -2
  23. package/dist/components/AvatarGroup/AvatarGroup.d.ts +10 -12
  24. package/dist/components/AvatarGroup/AvatarGroup.js +7 -7
  25. package/dist/components/AvatarGroup/AvatarGroup.js.map +1 -1
  26. package/dist/components/AvatarGroup/AvatarGroupExample.d.ts +4 -0
  27. package/dist/components/AvatarGroup/AvatarGroupExample.js +37 -0
  28. package/dist/components/AvatarGroup/AvatarGroupExample.js.map +1 -0
  29. package/dist/components/AvatarGroup/avatar-group.css +12 -1
  30. package/dist/components/AvatarGroup/avatar-group.css.js +12 -2
  31. package/dist/components/Badge/Badge.d.ts +7 -13
  32. package/dist/components/Badge/Badge.js +9 -11
  33. package/dist/components/Badge/Badge.js.map +1 -1
  34. package/dist/components/Badge/BadgeExample.d.ts +1 -1
  35. package/dist/components/Badge/BadgeExample.js +7 -38
  36. package/dist/components/Badge/BadgeExample.js.map +1 -1
  37. package/dist/components/Badge/badge.css +15 -24
  38. package/dist/components/Badge/badge.css.js +15 -25
  39. package/dist/components/BadgeDot/BadgeDot.d.ts +47 -0
  40. package/dist/components/BadgeDot/BadgeDot.js +35 -0
  41. package/dist/components/BadgeDot/BadgeDot.js.map +1 -0
  42. package/dist/components/BadgeDot/BadgeDotExample.d.ts +3 -0
  43. package/dist/components/BadgeDot/BadgeDotExample.js +16 -0
  44. package/dist/components/BadgeDot/BadgeDotExample.js.map +1 -0
  45. package/dist/components/BadgeDot/badge-dot.css +22 -0
  46. package/dist/components/BadgeDot/badge-dot.css.js +27 -0
  47. package/dist/components/BadgeDot/index.d.ts +1 -0
  48. package/dist/components/BadgeDot/index.js +2 -0
  49. package/dist/components/BadgeDot/index.js.map +1 -0
  50. package/dist/components/BannerAlert/BannerAlert.d.ts +7 -7
  51. package/dist/components/BannerAlert/BannerAlert.js +9 -6
  52. package/dist/components/BannerAlert/BannerAlert.js.map +1 -1
  53. package/dist/components/BannerAlert/BannerAlertExample.d.ts +1 -1
  54. package/dist/components/BannerAlert/BannerAlertExample.js +10 -6
  55. package/dist/components/BannerAlert/BannerAlertExample.js.map +1 -1
  56. package/dist/components/BannerAlert/banner-alert.css +0 -26
  57. package/dist/components/BannerAlert/banner-alert.css.js +0 -27
  58. package/dist/components/BottomNavigation/BottomNavigation.d.ts +53 -0
  59. package/dist/components/BottomNavigation/BottomNavigation.js +42 -0
  60. package/dist/components/BottomNavigation/BottomNavigation.js.map +1 -0
  61. package/dist/components/BottomNavigation/BottomNavigationExample.d.ts +4 -0
  62. package/dist/components/BottomNavigation/BottomNavigationExample.js +119 -0
  63. package/dist/components/BottomNavigation/BottomNavigationExample.js.map +1 -0
  64. package/dist/components/BottomNavigation/bottom-navigation.css +68 -0
  65. package/dist/components/BottomNavigation/bottom-navigation.css.js +73 -0
  66. package/dist/components/BottomNavigation/index.d.ts +1 -0
  67. package/dist/components/BottomNavigation/index.js +2 -0
  68. package/dist/components/BottomNavigation/index.js.map +1 -0
  69. package/dist/components/Breadcrumb/Breadcrumb.d.ts +7 -10
  70. package/dist/components/Breadcrumb/Breadcrumb.js +9 -20
  71. package/dist/components/Breadcrumb/Breadcrumb.js.map +1 -1
  72. package/dist/components/Breadcrumb/BreadcrumbExample.d.ts +2 -1
  73. package/dist/components/Breadcrumb/BreadcrumbExample.js +151 -83
  74. package/dist/components/Breadcrumb/BreadcrumbExample.js.map +1 -1
  75. package/dist/components/Breadcrumb/breadcrumb.css.js +0 -1
  76. package/dist/components/Button/Button.d.ts +11 -12
  77. package/dist/components/Button/Button.js +23 -20
  78. package/dist/components/Button/Button.js.map +1 -1
  79. package/dist/components/Button/ButtonExample.d.ts +2 -1
  80. package/dist/components/Button/ButtonExample.js +30 -22
  81. package/dist/components/Button/ButtonExample.js.map +1 -1
  82. package/dist/components/Button/button.css +1 -1
  83. package/dist/components/Button/button.css.js +1 -2
  84. package/dist/components/ButtonDock/ButtonDock.d.ts +55 -0
  85. package/dist/components/ButtonDock/ButtonDock.js +33 -0
  86. package/dist/components/ButtonDock/ButtonDock.js.map +1 -0
  87. package/dist/components/ButtonDock/ButtonDockExample.d.ts +4 -0
  88. package/dist/components/ButtonDock/ButtonDockExample.js +75 -0
  89. package/dist/components/ButtonDock/ButtonDockExample.js.map +1 -0
  90. package/dist/components/ButtonDock/button-dock.css +42 -0
  91. package/dist/components/ButtonDock/button-dock.css.js +47 -0
  92. package/dist/components/ButtonDock/index.d.ts +1 -0
  93. package/dist/components/ButtonDock/index.js +2 -0
  94. package/dist/components/ButtonDock/index.js.map +1 -0
  95. package/dist/components/CalendarPicker/CalendarPicker.d.ts +32 -0
  96. package/dist/components/CalendarPicker/CalendarPicker.js +203 -0
  97. package/dist/components/CalendarPicker/CalendarPicker.js.map +1 -0
  98. package/dist/components/CalendarPicker/CalendarPickerExample.d.ts +3 -0
  99. package/dist/components/CalendarPicker/CalendarPickerExample.js +17 -0
  100. package/dist/components/CalendarPicker/CalendarPickerExample.js.map +1 -0
  101. package/dist/components/CalendarPicker/calendar-picker.css +70 -0
  102. package/dist/components/CalendarPicker/calendar-picker.css.js +75 -0
  103. package/dist/components/CalendarPicker/index.d.ts +1 -0
  104. package/dist/components/CalendarPicker/index.js +2 -0
  105. package/dist/components/CalendarPicker/index.js.map +1 -0
  106. package/dist/components/Card/Card.d.ts +4 -14
  107. package/dist/components/Card/Card.js +3 -5
  108. package/dist/components/Card/Card.js.map +1 -1
  109. package/dist/components/Card/CardExample.d.ts +1 -1
  110. package/dist/components/Card/CardExample.js +1 -0
  111. package/dist/components/Card/CardExample.js.map +1 -1
  112. package/dist/components/Card/card.css +0 -4
  113. package/dist/components/Card/card.css.js +0 -5
  114. package/dist/components/Carousel/Carousel.d.ts +63 -0
  115. package/dist/components/Carousel/Carousel.js +68 -0
  116. package/dist/components/Carousel/Carousel.js.map +1 -0
  117. package/dist/components/Carousel/CarouselExample.d.ts +5 -0
  118. package/dist/components/Carousel/CarouselExample.js +51 -0
  119. package/dist/components/Carousel/CarouselExample.js.map +1 -0
  120. package/dist/components/Carousel/carousel.css +34 -0
  121. package/dist/components/Carousel/carousel.css.js +39 -0
  122. package/dist/components/Carousel/index.d.ts +1 -0
  123. package/dist/components/Carousel/index.js +2 -0
  124. package/dist/components/Carousel/index.js.map +1 -0
  125. package/dist/components/Checkbox/Checkbox.d.ts +7 -9
  126. package/dist/components/Checkbox/Checkbox.js +5 -7
  127. package/dist/components/Checkbox/Checkbox.js.map +1 -1
  128. package/dist/components/Checkbox/checkbox.css +8 -14
  129. package/dist/components/Checkbox/checkbox.css.js +8 -15
  130. package/dist/components/CheckboxGroup/CheckboxGroup.d.ts +6 -10
  131. package/dist/components/CheckboxGroup/CheckboxGroup.js +3 -5
  132. package/dist/components/CheckboxGroup/CheckboxGroup.js.map +1 -1
  133. package/dist/components/CheckboxGroup/CheckboxGroupExample.d.ts +2 -1
  134. package/dist/components/CheckboxGroup/CheckboxGroupExample.js +50 -21
  135. package/dist/components/CheckboxGroup/CheckboxGroupExample.js.map +1 -1
  136. package/dist/components/CheckboxOption/CheckboxOption.d.ts +5 -17
  137. package/dist/components/CheckboxOption/CheckboxOption.js +4 -5
  138. package/dist/components/CheckboxOption/CheckboxOption.js.map +1 -1
  139. package/dist/components/ChipAssist/ChipAssist.d.ts +3 -7
  140. package/dist/components/ChipAssist/ChipAssist.js +3 -5
  141. package/dist/components/ChipAssist/ChipAssist.js.map +1 -1
  142. package/dist/components/ChipAssist/ChipAssistExample.d.ts +2 -1
  143. package/dist/components/ChipAssist/ChipAssistExample.js +24 -23
  144. package/dist/components/ChipAssist/ChipAssistExample.js.map +1 -1
  145. package/dist/components/ChipFilter/ChipFilter.d.ts +3 -7
  146. package/dist/components/ChipFilter/ChipFilter.js +3 -5
  147. package/dist/components/ChipFilter/ChipFilter.js.map +1 -1
  148. package/dist/components/ChipFilter/ChipFilterExample.d.ts +2 -2
  149. package/dist/components/ChipFilter/ChipFilterExample.js +3 -0
  150. package/dist/components/ChipFilter/ChipFilterExample.js.map +1 -1
  151. package/dist/components/ChipGroup/ChipGroup.d.ts +4 -8
  152. package/dist/components/ChipGroup/ChipGroup.js +3 -5
  153. package/dist/components/ChipGroup/ChipGroup.js.map +1 -1
  154. package/dist/components/ChipGroup/ChipGroupExample.d.ts +3 -2
  155. package/dist/components/ChipGroup/ChipGroupExample.js +10 -9
  156. package/dist/components/ChipGroup/ChipGroupExample.js.map +1 -1
  157. package/dist/components/ChipGroup/chip-group.css.js +0 -1
  158. package/dist/components/ChipInput/ChipInput.d.ts +3 -7
  159. package/dist/components/ChipInput/ChipInput.js +3 -5
  160. package/dist/components/ChipInput/ChipInput.js.map +1 -1
  161. package/dist/components/ChipInput/ChipInputExample.d.ts +2 -1
  162. package/dist/components/ChipInput/ChipInputExample.js +39 -38
  163. package/dist/components/ChipInput/ChipInputExample.js.map +1 -1
  164. package/dist/components/ChipSuggestion/ChipSuggestion.d.ts +3 -7
  165. package/dist/components/ChipSuggestion/ChipSuggestion.js +3 -5
  166. package/dist/components/ChipSuggestion/ChipSuggestion.js.map +1 -1
  167. package/dist/components/ChipSuggestion/ChipSuggestionExample.d.ts +2 -1
  168. package/dist/components/ChipSuggestion/ChipSuggestionExample.js +16 -15
  169. package/dist/components/ChipSuggestion/ChipSuggestionExample.js.map +1 -1
  170. package/dist/components/ChipUtility/ChipUtility.d.ts +5 -9
  171. package/dist/components/ChipUtility/ChipUtility.js +3 -6
  172. package/dist/components/ChipUtility/ChipUtility.js.map +1 -1
  173. package/dist/components/ChipUtility/ChipUtilityExample.d.ts +2 -1
  174. package/dist/components/ChipUtility/ChipUtilityExample.js +54 -51
  175. package/dist/components/ChipUtility/ChipUtilityExample.js.map +1 -1
  176. package/dist/components/ChipUtility/chip-utility.css +10 -10
  177. package/dist/components/ChipUtility/chip-utility.css.js +10 -11
  178. package/dist/components/DateField/DateField.d.ts +32 -0
  179. package/dist/components/DateField/DateField.js +34 -0
  180. package/dist/components/DateField/DateField.js.map +1 -0
  181. package/dist/components/DateField/DateFieldExample.d.ts +4 -0
  182. package/dist/components/DateField/DateFieldExample.js +11 -0
  183. package/dist/components/DateField/DateFieldExample.js.map +1 -0
  184. package/dist/components/DateField/date-field.css +8 -0
  185. package/dist/components/DateField/date-field.css.js +13 -0
  186. package/dist/components/DateField/index.d.ts +1 -0
  187. package/dist/components/DateField/index.js +2 -0
  188. package/dist/components/DateField/index.js.map +1 -0
  189. package/dist/components/DateInput/DateInput.d.ts +39 -0
  190. package/dist/components/DateInput/DateInput.js +102 -0
  191. package/dist/components/DateInput/DateInput.js.map +1 -0
  192. package/dist/components/DateInput/DateInputExample.d.ts +4 -0
  193. package/dist/components/DateInput/DateInputExample.js +14 -0
  194. package/dist/components/DateInput/DateInputExample.js.map +1 -0
  195. package/dist/components/DateInput/date-input.css +12 -0
  196. package/dist/components/DateInput/date-input.css.js +17 -0
  197. package/dist/components/DateInput/index.d.ts +1 -0
  198. package/dist/components/DateInput/index.js +2 -0
  199. package/dist/components/DateInput/index.js.map +1 -0
  200. package/dist/components/Dialog/Dialog.d.ts +18 -11
  201. package/dist/components/Dialog/Dialog.js +13 -48
  202. package/dist/components/Dialog/Dialog.js.map +1 -1
  203. package/dist/components/Dialog/DialogExample.d.ts +2 -1
  204. package/dist/components/Dialog/DialogExample.js +5 -4
  205. package/dist/components/Dialog/DialogExample.js.map +1 -1
  206. package/dist/components/Dialog/dialog.css +35 -53
  207. package/dist/components/Dialog/dialog.css.js +35 -54
  208. package/dist/components/Divider/Divider.d.ts +3 -7
  209. package/dist/components/Divider/Divider.js +4 -6
  210. package/dist/components/Divider/Divider.js.map +1 -1
  211. package/dist/components/Divider/DividerExample.d.ts +4 -2
  212. package/dist/components/Divider/DividerExample.js +2 -0
  213. package/dist/components/Divider/DividerExample.js.map +1 -1
  214. package/dist/components/Divider/divider.css +4 -8
  215. package/dist/components/Divider/divider.css.js +4 -9
  216. package/dist/components/Drawer/Drawer.d.ts +75 -0
  217. package/dist/components/Drawer/Drawer.js +49 -0
  218. package/dist/components/Drawer/Drawer.js.map +1 -0
  219. package/dist/components/Drawer/DrawerExample.d.ts +4 -0
  220. package/dist/components/Drawer/DrawerExample.js +47 -0
  221. package/dist/components/Drawer/DrawerExample.js.map +1 -0
  222. package/dist/components/Drawer/drawer.css +56 -0
  223. package/dist/components/Drawer/drawer.css.js +61 -0
  224. package/dist/components/Drawer/index.d.ts +1 -0
  225. package/dist/components/Drawer/index.js +2 -0
  226. package/dist/components/Drawer/index.js.map +1 -0
  227. package/dist/components/EmptyState/EmptyState.d.ts +3 -7
  228. package/dist/components/EmptyState/EmptyState.js +2 -4
  229. package/dist/components/EmptyState/EmptyState.js.map +1 -1
  230. package/dist/components/EmptyState/EmptyStateExample.d.ts +2 -1
  231. package/dist/components/EmptyState/EmptyStateExample.js +20 -8
  232. package/dist/components/EmptyState/EmptyStateExample.js.map +1 -1
  233. package/dist/components/ExamplePlaceholder/ExamplePlaceholder.d.ts +30 -11
  234. package/dist/components/ExamplePlaceholder/ExamplePlaceholder.js +2 -4
  235. package/dist/components/ExamplePlaceholder/ExamplePlaceholder.js.map +1 -1
  236. package/dist/components/Fab/Fab.d.ts +6 -10
  237. package/dist/components/Fab/Fab.js +23 -14
  238. package/dist/components/Fab/Fab.js.map +1 -1
  239. package/dist/components/Fab/FabExample.d.ts +2 -1
  240. package/dist/components/Fab/FabExample.js +4 -2
  241. package/dist/components/Fab/FabExample.js.map +1 -1
  242. package/dist/components/Fab/fab.css +1 -1
  243. package/dist/components/Fab/fab.css.js +1 -2
  244. package/dist/components/FileUpload/FileUpload.d.ts +87 -0
  245. package/dist/components/FileUpload/FileUpload.js +140 -0
  246. package/dist/components/FileUpload/FileUpload.js.map +1 -0
  247. package/dist/components/FileUpload/FileUploadExample.d.ts +4 -0
  248. package/dist/components/FileUpload/FileUploadExample.js +67 -0
  249. package/dist/components/FileUpload/FileUploadExample.js.map +1 -0
  250. package/dist/components/FileUpload/file-upload.css +20 -0
  251. package/dist/components/FileUpload/file-upload.css.js +25 -0
  252. package/dist/components/FileUpload/index.d.ts +1 -0
  253. package/dist/components/FileUpload/index.js +2 -0
  254. package/dist/components/FileUpload/index.js.map +1 -0
  255. package/dist/components/FileUploadItem/FileUploadItem.d.ts +40 -0
  256. package/dist/components/FileUploadItem/FileUploadItem.js +60 -0
  257. package/dist/components/FileUploadItem/FileUploadItem.js.map +1 -0
  258. package/dist/components/FileUploadItem/FileUploadItemExample.d.ts +4 -0
  259. package/dist/components/FileUploadItem/FileUploadItemExample.js +72 -0
  260. package/dist/components/FileUploadItem/FileUploadItemExample.js.map +1 -0
  261. package/dist/components/FileUploadItem/file-upload-item.css +40 -0
  262. package/dist/components/FileUploadItem/file-upload-item.css.js +45 -0
  263. package/dist/components/FileUploadItem/index.d.ts +1 -0
  264. package/dist/components/FileUploadItem/index.js +2 -0
  265. package/dist/components/FileUploadItem/index.js.map +1 -0
  266. package/dist/components/FormField/FormField.d.ts +11 -25
  267. package/dist/components/FormField/FormField.js +6 -9
  268. package/dist/components/FormField/FormField.js.map +1 -1
  269. package/dist/components/FormField/FormFieldExample.d.ts +4 -0
  270. package/dist/components/FormField/FormFieldExample.js +12 -0
  271. package/dist/components/FormField/FormFieldExample.js.map +1 -0
  272. package/dist/components/FormField/form-field.css +3 -3
  273. package/dist/components/FormField/form-field.css.js +3 -4
  274. package/dist/components/Img/Img.d.ts +2 -6
  275. package/dist/components/Img/Img.js +1 -3
  276. package/dist/components/Img/Img.js.map +1 -1
  277. package/dist/components/InlineAlert/InlineAlert.d.ts +3 -7
  278. package/dist/components/InlineAlert/InlineAlert.js +5 -8
  279. package/dist/components/InlineAlert/InlineAlert.js.map +1 -1
  280. package/dist/components/InlineAlert/SvgWarningTwoTone.d.ts +1 -0
  281. package/dist/components/InlineAlert/SvgWarningTwoTone.js +5 -0
  282. package/dist/components/InlineAlert/SvgWarningTwoTone.js.map +1 -0
  283. package/dist/components/InlineAlert/inline-alert.css +1 -0
  284. package/dist/components/InlineAlert/inline-alert.css.js +1 -1
  285. package/dist/components/Layout/Layout.d.ts +4 -8
  286. package/dist/components/Layout/Layout.js +1 -3
  287. package/dist/components/Layout/Layout.js.map +1 -1
  288. package/dist/components/Layout/LayoutExample.d.ts +4 -0
  289. package/dist/components/Layout/LayoutExample.js +9 -0
  290. package/dist/components/Layout/LayoutExample.js.map +1 -0
  291. package/dist/components/Link/Link.d.ts +4 -8
  292. package/dist/components/Link/Link.js +3 -5
  293. package/dist/components/Link/Link.js.map +1 -1
  294. package/dist/components/Link/LinkExample.d.ts +2 -1
  295. package/dist/components/Link/LinkExample.js +9 -7
  296. package/dist/components/Link/LinkExample.js.map +1 -1
  297. package/dist/components/Link/link.css +1 -1
  298. package/dist/components/Link/link.css.js +1 -2
  299. package/dist/components/ListItem/ListItem.d.ts +38 -24
  300. package/dist/components/ListItem/ListItem.js +28 -69
  301. package/dist/components/ListItem/ListItem.js.map +1 -1
  302. package/dist/components/ListItem/ListItemButton.d.ts +2 -0
  303. package/dist/components/ListItem/ListItemButton.js +7 -0
  304. package/dist/components/ListItem/ListItemButton.js.map +1 -0
  305. package/dist/components/ListItem/ListItemExample.d.ts +3 -3
  306. package/dist/components/ListItem/ListItemExample.js +33 -52
  307. package/dist/components/ListItem/ListItemExample.js.map +1 -1
  308. package/dist/components/ListItem/list-item.css +21 -32
  309. package/dist/components/ListItem/list-item.css.js +22 -34
  310. package/dist/components/ListItemMenu/ListItemMenu.d.ts +146 -0
  311. package/dist/components/ListItemMenu/ListItemMenu.js +159 -0
  312. package/dist/components/ListItemMenu/ListItemMenu.js.map +1 -0
  313. package/dist/components/ListItemMenu/index.d.ts +1 -0
  314. package/dist/components/ListItemMenu/index.js +2 -0
  315. package/dist/components/ListItemMenu/index.js.map +1 -0
  316. package/dist/components/Menu/Menu.d.ts +14 -37
  317. package/dist/components/Menu/Menu.js +8 -35
  318. package/dist/components/Menu/Menu.js.map +1 -1
  319. package/dist/components/Menu/MenuExample.d.ts +4 -4
  320. package/dist/components/Menu/MenuExample.js +3 -3
  321. package/dist/components/Menu/MenuExample.js.map +1 -1
  322. package/dist/components/Menu/menu.css +4 -8
  323. package/dist/components/Menu/menu.css.js +4 -9
  324. package/dist/components/MenuButton/MenuButton.d.ts +3 -7
  325. package/dist/components/MenuButton/MenuButton.js +2 -4
  326. package/dist/components/MenuButton/MenuButton.js.map +1 -1
  327. package/dist/components/MenuButton/menu-button.css.js +0 -1
  328. package/dist/components/Modal/Modal.d.ts +8 -12
  329. package/dist/components/Modal/Modal.js +5 -7
  330. package/dist/components/Modal/Modal.js.map +1 -1
  331. package/dist/components/Modal/ModalExample.d.ts +1 -1
  332. package/dist/components/Modal/ModalExample.js +3 -3
  333. package/dist/components/Modal/ModalExample.js.map +1 -1
  334. package/dist/components/Modal/modal.css +6 -14
  335. package/dist/components/Modal/modal.css.js +6 -15
  336. package/dist/components/NumberField/NumberField.d.ts +5 -9
  337. package/dist/components/NumberField/NumberField.js +3 -6
  338. package/dist/components/NumberField/NumberField.js.map +1 -1
  339. package/dist/components/NumberInput/IncrementButton.d.ts +7 -0
  340. package/dist/components/NumberInput/IncrementButton.js +10 -0
  341. package/dist/components/NumberInput/IncrementButton.js.map +1 -0
  342. package/dist/components/NumberInput/NumberInput.d.ts +10 -13
  343. package/dist/components/NumberInput/NumberInput.js +23 -47
  344. package/dist/components/NumberInput/NumberInput.js.map +1 -1
  345. package/dist/components/NumberInput/NumberInputExample.d.ts +3 -0
  346. package/dist/components/NumberInput/NumberInputExample.js +5 -0
  347. package/dist/components/NumberInput/NumberInputExample.js.map +1 -0
  348. package/dist/components/NumberInput/number-input.css +8 -6
  349. package/dist/components/NumberInput/number-input.css.js +8 -7
  350. package/dist/components/OTPInput/OTPInput.d.ts +41 -0
  351. package/dist/components/OTPInput/OTPInput.js +57 -0
  352. package/dist/components/OTPInput/OTPInput.js.map +1 -0
  353. package/dist/components/OTPInput/OTPInputExample.d.ts +4 -0
  354. package/dist/components/OTPInput/OTPInputExample.js +28 -0
  355. package/dist/components/OTPInput/OTPInputExample.js.map +1 -0
  356. package/dist/components/OTPInput/index.d.ts +1 -0
  357. package/dist/components/OTPInput/index.js +2 -0
  358. package/dist/components/OTPInput/index.js.map +1 -0
  359. package/dist/components/OTPInput/otp-input.css +72 -0
  360. package/dist/components/OTPInput/otp-input.css.js +77 -0
  361. package/dist/components/PageControl/PageControl.d.ts +45 -0
  362. package/dist/components/PageControl/PageControl.js +47 -0
  363. package/dist/components/PageControl/PageControl.js.map +1 -0
  364. package/dist/components/PageControl/PageControlExample.d.ts +4 -0
  365. package/dist/components/PageControl/PageControlExample.js +34 -0
  366. package/dist/components/PageControl/PageControlExample.js.map +1 -0
  367. package/dist/components/PageControl/index.d.ts +1 -0
  368. package/dist/components/PageControl/index.js +2 -0
  369. package/dist/components/PageControl/index.js.map +1 -0
  370. package/dist/components/PageControl/page-control.css +33 -0
  371. package/dist/components/PageControl/page-control.css.js +38 -0
  372. package/dist/components/Pagination/PageInput.d.ts +5 -0
  373. package/dist/components/Pagination/PageInput.js +36 -0
  374. package/dist/components/Pagination/PageInput.js.map +1 -0
  375. package/dist/components/Pagination/PageList.d.ts +3 -0
  376. package/dist/components/Pagination/PageList.js +9 -0
  377. package/dist/components/Pagination/PageList.js.map +1 -0
  378. package/dist/components/Pagination/Pagination.d.ts +39 -0
  379. package/dist/components/Pagination/Pagination.js +45 -0
  380. package/dist/components/Pagination/Pagination.js.map +1 -0
  381. package/dist/components/Pagination/index.d.ts +1 -0
  382. package/dist/components/Pagination/index.js +2 -0
  383. package/dist/components/Pagination/index.js.map +1 -0
  384. package/dist/components/Pagination/pagination.css +31 -0
  385. package/dist/components/Pagination/pagination.css.js +36 -0
  386. package/dist/components/PasswordField/PasswordField.d.ts +31 -0
  387. package/dist/components/PasswordField/PasswordField.js +33 -0
  388. package/dist/components/PasswordField/PasswordField.js.map +1 -0
  389. package/dist/components/PasswordField/index.d.ts +1 -0
  390. package/dist/components/PasswordField/index.js +2 -0
  391. package/dist/components/PasswordField/index.js.map +1 -0
  392. package/dist/components/PasswordInput/PasswordInput.d.ts +21 -0
  393. package/dist/components/PasswordInput/PasswordInput.js +34 -0
  394. package/dist/components/PasswordInput/PasswordInput.js.map +1 -0
  395. package/dist/components/PasswordInput/index.d.ts +1 -0
  396. package/dist/components/PasswordInput/index.js +2 -0
  397. package/dist/components/PasswordInput/index.js.map +1 -0
  398. package/dist/components/PasswordInput/password-input.css +28 -0
  399. package/dist/components/PasswordInput/password-input.css.js +33 -0
  400. package/dist/components/PhoneNumberField/PhoneNumberField.d.ts +5 -9
  401. package/dist/components/PhoneNumberField/PhoneNumberField.js +3 -6
  402. package/dist/components/PhoneNumberField/PhoneNumberField.js.map +1 -1
  403. package/dist/components/PhoneNumberInput/PhoneNumberInput.d.ts +6 -10
  404. package/dist/components/PhoneNumberInput/PhoneNumberInput.js +50 -57
  405. package/dist/components/PhoneNumberInput/PhoneNumberInput.js.map +1 -1
  406. package/dist/components/PhoneNumberInput/PhoneNumberInputExample.d.ts +4 -0
  407. package/dist/components/PhoneNumberInput/PhoneNumberInputExample.js +5 -0
  408. package/dist/components/PhoneNumberInput/PhoneNumberInputExample.js.map +1 -0
  409. package/dist/components/PhoneNumberInput/phone-number-input.css +36 -26
  410. package/dist/components/PhoneNumberInput/phone-number-input.css.js +34 -25
  411. package/dist/components/Popover/Popover.d.ts +18 -13
  412. package/dist/components/Popover/Popover.js +41 -22
  413. package/dist/components/Popover/Popover.js.map +1 -1
  414. package/dist/components/Popover/PopoverExample.d.ts +1 -1
  415. package/dist/components/Popover/PopoverExample.js +25 -3
  416. package/dist/components/Popover/PopoverExample.js.map +1 -1
  417. package/dist/components/Popover/popover.css +20 -34
  418. package/dist/components/Popover/popover.css.js +20 -35
  419. package/dist/components/Portal/Portal.d.ts +1 -5
  420. package/dist/components/Portal/Portal.js +5 -5
  421. package/dist/components/Portal/Portal.js.map +1 -1
  422. package/dist/components/ProgressBar/ProgressBar.d.ts +16 -6
  423. package/dist/components/ProgressBar/ProgressBar.js +8 -7
  424. package/dist/components/ProgressBar/ProgressBar.js.map +1 -1
  425. package/dist/components/ProgressBar/progress-bar.css +3 -0
  426. package/dist/components/ProgressBar/progress-bar.css.js +3 -1
  427. package/dist/components/ProgressCircle/ProgressCircle.d.ts +1 -2
  428. package/dist/components/ProgressCircle/ProgressCircle.js +5 -11
  429. package/dist/components/ProgressCircle/ProgressCircle.js.map +1 -1
  430. package/dist/components/ProgressCircle/ProgressCircleSVG.d.ts +3 -0
  431. package/dist/components/ProgressCircle/ProgressCircleSVG.js +9 -0
  432. package/dist/components/ProgressCircle/ProgressCircleSVG.js.map +1 -0
  433. package/dist/components/ProgressCircle/progress-circle.css.js +0 -1
  434. package/dist/components/ProgressionStepper/ProgressionStepper.d.ts +4 -12
  435. package/dist/components/ProgressionStepper/ProgressionStepper.js +7 -9
  436. package/dist/components/ProgressionStepper/ProgressionStepper.js.map +1 -1
  437. package/dist/components/ProgressionStepper/ProgressionStepperExample.d.ts +2 -1
  438. package/dist/components/ProgressionStepper/ProgressionStepperExample.js +47 -45
  439. package/dist/components/ProgressionStepper/ProgressionStepperExample.js.map +1 -1
  440. package/dist/components/ProgressionStepper/progression-stepper.css +11 -0
  441. package/dist/components/ProgressionStepper/progression-stepper.css.js +11 -1
  442. package/dist/components/ProgressionStepperBar/ProgressionStepperBar.d.ts +2 -6
  443. package/dist/components/ProgressionStepperBar/ProgressionStepperBar.js +4 -6
  444. package/dist/components/ProgressionStepperBar/ProgressionStepperBar.js.map +1 -1
  445. package/dist/components/ProgressionStepperBar/progression-stepper-bar.css +1 -1
  446. package/dist/components/ProgressionStepperBar/progression-stepper-bar.css.js +1 -2
  447. package/dist/components/Radio/Radio.d.ts +4 -8
  448. package/dist/components/Radio/Radio.js +3 -5
  449. package/dist/components/Radio/Radio.js.map +1 -1
  450. package/dist/components/Radio/RadioExample.d.ts +1 -1
  451. package/dist/components/Radio/radio.css +1 -1
  452. package/dist/components/Radio/radio.css.js +1 -2
  453. package/dist/components/RadioGroup/RadioGroup.d.ts +9 -13
  454. package/dist/components/RadioGroup/RadioGroup.js +6 -9
  455. package/dist/components/RadioGroup/RadioGroup.js.map +1 -1
  456. package/dist/components/RadioGroup/RadioGroupExample.d.ts +2 -1
  457. package/dist/components/RadioGroup/RadioGroupExample.js +3 -22
  458. package/dist/components/RadioGroup/RadioGroupExample.js.map +1 -1
  459. package/dist/components/RadioGroup/radio-group.css +0 -1
  460. package/dist/components/RadioGroup/radio-group.css.js +0 -2
  461. package/dist/components/RadioOption/RadioOption.d.ts +4 -17
  462. package/dist/components/RadioOption/RadioOption.js +3 -4
  463. package/dist/components/RadioOption/RadioOption.js.map +1 -1
  464. package/dist/components/RadioOption/RadioOptionExample.d.ts +1 -1
  465. package/dist/components/Rating/Rating.d.ts +39 -0
  466. package/dist/components/Rating/Rating.js +41 -0
  467. package/dist/components/Rating/Rating.js.map +1 -0
  468. package/dist/components/Rating/RatingExample.d.ts +4 -0
  469. package/dist/components/Rating/RatingExample.js +18 -0
  470. package/dist/components/Rating/RatingExample.js.map +1 -0
  471. package/dist/components/Rating/index.d.ts +1 -0
  472. package/dist/components/Rating/index.js +2 -0
  473. package/dist/components/Rating/index.js.map +1 -0
  474. package/dist/components/Rating/rating.css +65 -0
  475. package/dist/components/Rating/rating.css.js +70 -0
  476. package/dist/components/Scrim/Scrim.d.ts +3 -15
  477. package/dist/components/Scrim/Scrim.js +2 -4
  478. package/dist/components/Scrim/Scrim.js.map +1 -1
  479. package/dist/components/Scrim/scrim.css +11 -4
  480. package/dist/components/Scrim/scrim.css.js +11 -5
  481. package/dist/components/SearchBar/SearchBar.d.ts +12 -13
  482. package/dist/components/SearchBar/SearchBar.js +49 -38
  483. package/dist/components/SearchBar/SearchBar.js.map +1 -1
  484. package/dist/components/SearchBar/SearchBarExample.d.ts +3 -2
  485. package/dist/components/SearchBar/SearchBarExample.js +2 -6
  486. package/dist/components/SearchBar/SearchBarExample.js.map +1 -1
  487. package/dist/components/SearchBar/search-bar.css +1 -1
  488. package/dist/components/SearchBar/search-bar.css.js +1 -2
  489. package/dist/components/SegmentedControl/SegmentedControl.d.ts +6 -86
  490. package/dist/components/SegmentedControl/SegmentedControl.js +5 -15
  491. package/dist/components/SegmentedControl/SegmentedControl.js.map +1 -1
  492. package/dist/components/SegmentedControl/SegmentedControlExample.d.ts +2 -1
  493. package/dist/components/SegmentedControl/SegmentedControlExample.js +57 -27
  494. package/dist/components/SegmentedControl/SegmentedControlExample.js.map +1 -1
  495. package/dist/components/SegmentedControl/segmented-control.css +26 -73
  496. package/dist/components/SegmentedControl/segmented-control.css.js +26 -74
  497. package/dist/components/Select/Select.d.ts +54 -40
  498. package/dist/components/Select/Select.js +100 -30
  499. package/dist/components/Select/Select.js.map +1 -1
  500. package/dist/components/Select/SelectExample.d.ts +2 -1
  501. package/dist/components/Select/SelectExample.js +105 -90
  502. package/dist/components/Select/SelectExample.js.map +1 -1
  503. package/dist/components/Select/select.css +13 -18
  504. package/dist/components/Select/select.css.js +13 -19
  505. package/dist/components/SelectField/SelectField.d.ts +5 -9
  506. package/dist/components/SelectField/SelectField.js +5 -6
  507. package/dist/components/SelectField/SelectField.js.map +1 -1
  508. package/dist/components/SelectField/SelectFieldExample.d.ts +23 -0
  509. package/dist/components/SelectField/SelectFieldExample.js +13 -0
  510. package/dist/components/SelectField/SelectFieldExample.js.map +1 -0
  511. package/dist/components/Skeleton/Circular.d.ts +2 -0
  512. package/dist/components/Skeleton/Circular.js +6 -0
  513. package/dist/components/Skeleton/Circular.js.map +1 -0
  514. package/dist/components/Skeleton/Photo.d.ts +2 -0
  515. package/dist/components/Skeleton/Photo.js +6 -0
  516. package/dist/components/Skeleton/Photo.js.map +1 -0
  517. package/dist/components/Skeleton/Profile.d.ts +2 -0
  518. package/dist/components/Skeleton/Profile.js +6 -0
  519. package/dist/components/Skeleton/Profile.js.map +1 -0
  520. package/dist/components/Skeleton/Rectangular.d.ts +2 -0
  521. package/dist/components/Skeleton/Rectangular.js +6 -0
  522. package/dist/components/Skeleton/Rectangular.js.map +1 -0
  523. package/dist/components/Skeleton/Skeleton.d.ts +4 -12
  524. package/dist/components/Skeleton/Skeleton.js +2 -19
  525. package/dist/components/Skeleton/Skeleton.js.map +1 -1
  526. package/dist/components/Skeleton/SkeletonExample.d.ts +2 -1
  527. package/dist/components/Skeleton/SkeletonExample.js +23 -19
  528. package/dist/components/Skeleton/SkeletonExample.js.map +1 -1
  529. package/dist/components/Skeleton/Thumbnail.d.ts +2 -0
  530. package/dist/components/Skeleton/Thumbnail.js +6 -0
  531. package/dist/components/Skeleton/Thumbnail.js.map +1 -0
  532. package/dist/components/Skeleton/index.d.ts +5 -0
  533. package/dist/components/Skeleton/index.js +5 -0
  534. package/dist/components/Skeleton/index.js.map +1 -1
  535. package/dist/components/SkeletonText/SkeletonText.d.ts +3 -7
  536. package/dist/components/SkeletonText/SkeletonText.js +2 -4
  537. package/dist/components/SkeletonText/SkeletonText.js.map +1 -1
  538. package/dist/components/SkeletonText/SkeletonTextExample.d.ts +2 -1
  539. package/dist/components/SkeletonText/SkeletonTextExample.js +12 -11
  540. package/dist/components/SkeletonText/SkeletonTextExample.js.map +1 -1
  541. package/dist/components/Slider/Slider.d.ts +80 -0
  542. package/dist/components/Slider/Slider.js +131 -0
  543. package/dist/components/Slider/Slider.js.map +1 -0
  544. package/dist/components/Slider/SliderExample.d.ts +3 -0
  545. package/dist/components/Slider/SliderExample.js +62 -0
  546. package/dist/components/Slider/SliderExample.js.map +1 -0
  547. package/dist/components/Slider/SliderIntervalDots.d.ts +6 -0
  548. package/dist/components/Slider/SliderIntervalDots.js +20 -0
  549. package/dist/components/Slider/SliderIntervalDots.js.map +1 -0
  550. package/dist/components/Slider/index.d.ts +1 -0
  551. package/dist/components/Slider/index.js +2 -0
  552. package/dist/components/Slider/index.js.map +1 -0
  553. package/dist/components/Slider/slider.css +122 -0
  554. package/dist/components/Slider/slider.css.js +127 -0
  555. package/dist/components/Slider/useNormalizeSliderValue.d.ts +7 -0
  556. package/dist/components/Slider/useNormalizeSliderValue.js +12 -0
  557. package/dist/components/Slider/useNormalizeSliderValue.js.map +1 -0
  558. package/dist/components/Snackbar/Snackbar.d.ts +27 -0
  559. package/dist/components/Snackbar/Snackbar.js +23 -0
  560. package/dist/components/Snackbar/Snackbar.js.map +1 -0
  561. package/dist/components/Snackbar/SnackbarExample.d.ts +3 -0
  562. package/dist/components/Snackbar/SnackbarExample.js +11 -0
  563. package/dist/components/Snackbar/SnackbarExample.js.map +1 -0
  564. package/dist/components/Snackbar/index.d.ts +1 -0
  565. package/dist/components/Snackbar/index.js +2 -0
  566. package/dist/components/Snackbar/index.js.map +1 -0
  567. package/dist/components/Snackbar/snackbar.css +19 -0
  568. package/dist/components/Snackbar/snackbar.css.js +24 -0
  569. package/dist/components/SnackbarProvider/SnackbarProvider.d.ts +90 -0
  570. package/dist/components/SnackbarProvider/SnackbarProvider.js +115 -0
  571. package/dist/components/SnackbarProvider/SnackbarProvider.js.map +1 -0
  572. package/dist/components/SnackbarProvider/SnackbarProviderExample.d.ts +4 -0
  573. package/dist/components/SnackbarProvider/SnackbarProviderExample.js +59 -0
  574. package/dist/components/SnackbarProvider/SnackbarProviderExample.js.map +1 -0
  575. package/dist/components/SnackbarProvider/index.d.ts +1 -0
  576. package/dist/components/SnackbarProvider/index.js +2 -0
  577. package/dist/components/SnackbarProvider/index.js.map +1 -0
  578. package/dist/components/SnackbarProvider/snackbar-provider-example.css +15 -0
  579. package/dist/components/SnackbarProvider/snackbar-provider-example.css.js +20 -0
  580. package/dist/components/SnackbarProvider/snackbar-provider.css +15 -0
  581. package/dist/components/SnackbarProvider/snackbar-provider.css.js +20 -0
  582. package/dist/components/StylesProviderAnywhere/StylesProviderAnywhere.d.ts +4 -6
  583. package/dist/components/StylesProviderAnywhere/StylesProviderAnywhere.js +4 -4
  584. package/dist/components/StylesProviderAnywhere/StylesProviderAnywhere.js.map +1 -1
  585. package/dist/components/StylesProviderBetterHomesGardens/StylesProviderBetterHomesGardens.d.ts +4 -6
  586. package/dist/components/StylesProviderBetterHomesGardens/StylesProviderBetterHomesGardens.js +4 -4
  587. package/dist/components/StylesProviderBetterHomesGardens/StylesProviderBetterHomesGardens.js.map +1 -1
  588. package/dist/components/StylesProviderCartus/StylesProviderCartus.d.ts +4 -6
  589. package/dist/components/StylesProviderCartus/StylesProviderCartus.js +4 -4
  590. package/dist/components/StylesProviderCartus/StylesProviderCartus.js.map +1 -1
  591. package/dist/components/StylesProviderCentury21/StylesProviderCentury21.d.ts +4 -6
  592. package/dist/components/StylesProviderCentury21/StylesProviderCentury21.js +4 -4
  593. package/dist/components/StylesProviderCentury21/StylesProviderCentury21.js.map +1 -1
  594. package/dist/components/StylesProviderColdwellBanker/StylesProviderColdwellBanker.d.ts +4 -6
  595. package/dist/components/StylesProviderColdwellBanker/StylesProviderColdwellBanker.js +4 -4
  596. package/dist/components/StylesProviderColdwellBanker/StylesProviderColdwellBanker.js.map +1 -1
  597. package/dist/components/StylesProviderCorcoran/StylesProviderCorcoran.d.ts +4 -6
  598. package/dist/components/StylesProviderCorcoran/StylesProviderCorcoran.js +4 -4
  599. package/dist/components/StylesProviderCorcoran/StylesProviderCorcoran.js.map +1 -1
  600. package/dist/components/StylesProviderDemo/StylesProviderDemo.d.ts +25 -0
  601. package/dist/components/StylesProviderDemo/StylesProviderDemo.js +35 -0
  602. package/dist/components/StylesProviderDemo/StylesProviderDemo.js.map +1 -0
  603. package/dist/components/StylesProviderDemo/brandsCss.d.ts +2 -0
  604. package/dist/components/StylesProviderDemo/brandsCss.js +12 -0
  605. package/dist/components/StylesProviderDemo/brandsCss.js.map +1 -0
  606. package/dist/components/StylesProviderDemo/index.d.ts +1 -0
  607. package/dist/components/StylesProviderDemo/index.js +2 -0
  608. package/dist/components/StylesProviderDemo/index.js.map +1 -0
  609. package/dist/components/StylesProviderDenaliBoss/StylesProviderDenaliBoss.d.ts +4 -6
  610. package/dist/components/StylesProviderDenaliBoss/StylesProviderDenaliBoss.js +4 -4
  611. package/dist/components/StylesProviderDenaliBoss/StylesProviderDenaliBoss.js.map +1 -1
  612. package/dist/components/StylesProviderEra/StylesProviderEra.d.ts +4 -6
  613. package/dist/components/StylesProviderEra/StylesProviderEra.js +4 -4
  614. package/dist/components/StylesProviderEra/StylesProviderEra.js.map +1 -1
  615. package/dist/components/StylesProviderSothebys/StylesProviderSothebys.d.ts +4 -6
  616. package/dist/components/StylesProviderSothebys/StylesProviderSothebys.js +4 -4
  617. package/dist/components/StylesProviderSothebys/StylesProviderSothebys.js.map +1 -1
  618. package/dist/components/Switch/Switch.d.ts +4 -8
  619. package/dist/components/Switch/Switch.js +2 -4
  620. package/dist/components/Switch/Switch.js.map +1 -1
  621. package/dist/components/Switch/switch.css +1 -1
  622. package/dist/components/Switch/switch.css.js +1 -2
  623. package/dist/components/SwitchOption/SwitchOption.d.ts +5 -9
  624. package/dist/components/SwitchOption/SwitchOption.js +4 -5
  625. package/dist/components/SwitchOption/SwitchOption.js.map +1 -1
  626. package/dist/components/TabGroup/TabGroup.d.ts +5 -87
  627. package/dist/components/TabGroup/TabGroup.js +7 -22
  628. package/dist/components/TabGroup/TabGroup.js.map +1 -1
  629. package/dist/components/TabGroup/TabGroupExample.d.ts +2 -1
  630. package/dist/components/TabGroup/TabGroupExample.js +95 -86
  631. package/dist/components/TabGroup/TabGroupExample.js.map +1 -1
  632. package/dist/components/TabGroup/tab-group.css +19 -55
  633. package/dist/components/TabGroup/tab-group.css.js +19 -56
  634. package/dist/components/TabList/TabList.d.ts +129 -0
  635. package/dist/components/TabList/TabList.js +90 -0
  636. package/dist/components/TabList/TabList.js.map +1 -0
  637. package/dist/components/TabList/TabListExample.d.ts +3 -0
  638. package/dist/components/TabList/TabListExample.js +6 -0
  639. package/dist/components/TabList/TabListExample.js.map +1 -0
  640. package/dist/components/TabList/index.d.ts +1 -0
  641. package/dist/components/TabList/index.js +2 -0
  642. package/dist/components/TabList/index.js.map +1 -0
  643. package/dist/components/TabList/tab-list.css +61 -0
  644. package/dist/components/TabList/tab-list.css.js +66 -0
  645. package/dist/components/Table/Footer.d.ts +8 -0
  646. package/dist/components/Table/Footer.js +8 -0
  647. package/dist/components/Table/Footer.js.map +1 -0
  648. package/dist/components/Table/Table.d.ts +46 -30
  649. package/dist/components/Table/Table.js +73 -12
  650. package/dist/components/Table/Table.js.map +1 -1
  651. package/dist/components/Table/TableExample.d.ts +4 -0
  652. package/dist/components/Table/TableExample.js +126 -0
  653. package/dist/components/Table/TableExample.js.map +1 -0
  654. package/dist/components/Table/table.css +167 -20
  655. package/dist/components/Table/table.css.js +167 -21
  656. package/dist/components/Table/utils.d.ts +81 -0
  657. package/dist/components/Table/utils.js +89 -0
  658. package/dist/components/Table/utils.js.map +1 -0
  659. package/dist/components/Tag/Tag.d.ts +7 -35
  660. package/dist/components/Tag/Tag.js +5 -11
  661. package/dist/components/Tag/Tag.js.map +1 -1
  662. package/dist/components/Tag/TagExample.d.ts +4 -0
  663. package/dist/components/Tag/TagExample.js +15 -0
  664. package/dist/components/Tag/TagExample.js.map +1 -0
  665. package/dist/components/Tag/tag.css +7 -11
  666. package/dist/components/Tag/tag.css.js +7 -12
  667. package/dist/components/TextField/TextField.d.ts +5 -9
  668. package/dist/components/TextField/TextField.js +3 -5
  669. package/dist/components/TextField/TextField.js.map +1 -1
  670. package/dist/components/TextField/TextFieldExample.d.ts +3 -0
  671. package/dist/components/TextField/TextFieldExample.js +6 -0
  672. package/dist/components/TextField/TextFieldExample.js.map +1 -0
  673. package/dist/components/TextInput/TextInput.d.ts +17 -11
  674. package/dist/components/TextInput/TextInput.js +28 -7
  675. package/dist/components/TextInput/TextInput.js.map +1 -1
  676. package/dist/components/TextInput/TextInputExample.d.ts +1 -1
  677. package/dist/components/TextInput/TextInputExample.js +11 -0
  678. package/dist/components/TextInput/TextInputExample.js.map +1 -1
  679. package/dist/components/TextInput/text-input.css +12 -25
  680. package/dist/components/TextInput/text-input.css.js +12 -26
  681. package/dist/components/Textarea/Textarea.d.ts +6 -10
  682. package/dist/components/Textarea/Textarea.js +4 -14
  683. package/dist/components/Textarea/Textarea.js.map +1 -1
  684. package/dist/components/Textarea/TextareaExample.d.ts +1 -1
  685. package/dist/components/Textarea/TextareaExample.js +4 -1
  686. package/dist/components/Textarea/TextareaExample.js.map +1 -1
  687. package/dist/components/Textarea/textarea.css.js +0 -1
  688. package/dist/components/TextareaField/TextareaField.d.ts +5 -9
  689. package/dist/components/TextareaField/TextareaField.js +9 -12
  690. package/dist/components/TextareaField/TextareaField.js.map +1 -1
  691. package/dist/components/TextareaField/TextareaFieldExample.d.ts +1 -1
  692. package/dist/components/TextareaField/TextareaFieldExample.js +2 -1
  693. package/dist/components/TextareaField/TextareaFieldExample.js.map +1 -1
  694. package/dist/components/TimeInput/Listbox.d.ts +15 -0
  695. package/dist/components/TimeInput/Listbox.js +25 -0
  696. package/dist/components/TimeInput/Listbox.js.map +1 -0
  697. package/dist/components/TimeInput/Segment.d.ts +20 -0
  698. package/dist/components/TimeInput/Segment.js +164 -0
  699. package/dist/components/TimeInput/Segment.js.map +1 -0
  700. package/dist/components/TimeInput/TimeInput.d.ts +24 -0
  701. package/dist/components/TimeInput/TimeInput.js +113 -0
  702. package/dist/components/TimeInput/TimeInput.js.map +1 -0
  703. package/dist/components/TimeInput/TimeInputExample.d.ts +3 -0
  704. package/dist/components/TimeInput/TimeInputExample.js +4 -0
  705. package/dist/components/TimeInput/TimeInputExample.js.map +1 -0
  706. package/dist/components/TimeInput/index.d.ts +1 -0
  707. package/dist/components/TimeInput/index.js +2 -0
  708. package/dist/components/TimeInput/index.js.map +1 -0
  709. package/dist/components/TimeInput/time-input.css +139 -0
  710. package/dist/components/TimeInput/time-input.css.js +144 -0
  711. package/dist/components/ToggleOption/ToggleOption.d.ts +8 -8
  712. package/dist/components/ToggleOption/ToggleOption.js +2 -4
  713. package/dist/components/ToggleOption/ToggleOption.js.map +1 -1
  714. package/dist/components/ToggleOption/toggle-option.css +17 -12
  715. package/dist/components/ToggleOption/toggle-option.css.js +17 -13
  716. package/dist/components/Tooltip/Tooltip.d.ts +14 -12
  717. package/dist/components/Tooltip/Tooltip.js +18 -22
  718. package/dist/components/Tooltip/Tooltip.js.map +1 -1
  719. package/dist/components/Tooltip/TooltipExample.d.ts +3 -2
  720. package/dist/components/Tooltip/TooltipExample.js +1 -1
  721. package/dist/components/Tooltip/TooltipExample.js.map +1 -1
  722. package/dist/components/Tooltip/tooltip.css +0 -2
  723. package/dist/components/Tooltip/tooltip.css.js +0 -3
  724. package/dist/components/TopNavigation/TopNavigation.d.ts +1 -5
  725. package/dist/components/TopNavigation/TopNavigation.js +1 -3
  726. package/dist/components/TopNavigation/TopNavigation.js.map +1 -1
  727. package/dist/components/TopNavigation/top-navigation.css.js +0 -1
  728. package/dist/components/Truncated/Truncated.d.ts +8 -8
  729. package/dist/components/Truncated/Truncated.js +5 -6
  730. package/dist/components/Truncated/Truncated.js.map +1 -1
  731. package/dist/components/Truncated/truncated.css +8 -0
  732. package/dist/components/Truncated/truncated.css.js +13 -0
  733. package/dist/components/Txt/Txt.d.ts +4 -8
  734. package/dist/components/Txt/Txt.js +2 -4
  735. package/dist/components/Txt/Txt.js.map +1 -1
  736. package/dist/components/UIProvider/AriaLiveMessageHandler.d.ts +13 -0
  737. package/dist/components/UIProvider/AriaLiveMessageHandler.js +30 -0
  738. package/dist/components/UIProvider/AriaLiveMessageHandler.js.map +1 -0
  739. package/dist/components/UIProvider/UIProvider.d.ts +13 -6
  740. package/dist/components/UIProvider/UIProvider.js +14 -7
  741. package/dist/components/UIProvider/UIProvider.js.map +1 -1
  742. package/dist/components/UIProvider/UIProviderExample.d.ts +5 -0
  743. package/dist/components/UIProvider/UIProviderExample.js +92 -0
  744. package/dist/components/UIProvider/UIProviderExample.js.map +1 -0
  745. package/dist/constants/brands.d.ts +7 -0
  746. package/dist/{index.js → constants/brands.js} +1 -9
  747. package/dist/{index.js.map → constants/brands.js.map} +1 -1
  748. package/dist/constants/phases.d.ts +3 -0
  749. package/dist/constants/phases.js +8 -0
  750. package/dist/constants/phases.js.map +1 -0
  751. package/dist/hooks/useAddEventListener.d.ts +2 -1
  752. package/dist/hooks/useAddEventListener.js.map +1 -1
  753. package/dist/hooks/useArrowNavigation.d.ts +50 -0
  754. package/dist/hooks/useArrowNavigation.js +57 -0
  755. package/dist/hooks/useArrowNavigation.js.map +1 -0
  756. package/dist/hooks/useCheckboxGroupState.d.ts +2 -2
  757. package/dist/hooks/useCheckboxState.d.ts +1 -1
  758. package/dist/hooks/useContainerWidth.d.ts +16 -0
  759. package/dist/hooks/useContainerWidth.js +35 -0
  760. package/dist/hooks/useContainerWidth.js.map +1 -0
  761. package/dist/hooks/useFloating.d.ts +8 -9
  762. package/dist/hooks/useFloating.js +10 -11
  763. package/dist/hooks/useFloating.js.map +1 -1
  764. package/dist/hooks/useId.js +5 -3
  765. package/dist/hooks/useId.js.map +1 -1
  766. package/dist/hooks/useLongPress.d.ts +2 -1
  767. package/dist/hooks/useLongPress.js +2 -1
  768. package/dist/hooks/useLongPress.js.map +1 -1
  769. package/dist/hooks/useOutsideClick.d.ts +5 -1
  770. package/dist/hooks/useOutsideClick.js +1 -1
  771. package/dist/hooks/useOutsideClick.js.map +1 -1
  772. package/dist/hooks/usePaginationState.d.ts +4 -0
  773. package/dist/hooks/usePaginationState.js +22 -0
  774. package/dist/hooks/usePaginationState.js.map +1 -0
  775. package/dist/hooks/useRadioState.d.ts +2 -2
  776. package/dist/hooks/useSnackbarContext.d.ts +1 -0
  777. package/dist/hooks/useSnackbarContext.js +16 -0
  778. package/dist/hooks/useSnackbarContext.js.map +1 -0
  779. package/dist/hooks/useSwipe.d.ts +6 -0
  780. package/dist/hooks/useSwipe.js +28 -0
  781. package/dist/hooks/useSwipe.js.map +1 -0
  782. package/dist/hooks/useTimeout.d.ts +8 -5
  783. package/dist/hooks/useTimeout.js +7 -23
  784. package/dist/hooks/useTimeout.js.map +1 -1
  785. package/dist/hooks/useUIContext.d.ts +1 -1
  786. package/dist/styles/anywhere.css +14 -14
  787. package/dist/styles/anywhere.css.js +14 -15
  788. package/dist/{base.css → styles/base.css} +109 -22
  789. package/dist/{base.css.js → styles/base.css.js} +109 -23
  790. package/dist/styles/better-homes-gardens.css +12 -12
  791. package/dist/styles/better-homes-gardens.css.js +12 -13
  792. package/dist/styles/cartus.css +13 -13
  793. package/dist/styles/cartus.css.js +13 -14
  794. package/dist/styles/century-21.css +14 -14
  795. package/dist/styles/century-21.css.js +14 -15
  796. package/dist/styles/coldwell-banker.css +12 -12
  797. package/dist/styles/coldwell-banker.css.js +12 -13
  798. package/dist/{colors.css.js → styles/colors.css.js} +0 -1
  799. package/dist/styles/corcoran.css +10 -10
  800. package/dist/styles/corcoran.css.js +10 -11
  801. package/dist/styles/denali-boss.css +13 -13
  802. package/dist/styles/denali-boss.css.js +13 -14
  803. package/dist/styles/era.css +13 -13
  804. package/dist/styles/era.css.js +13 -14
  805. package/dist/styles/sothebys.css +14 -14
  806. package/dist/styles/sothebys.css.js +14 -15
  807. package/dist/{index.d.ts → types/common.d.ts} +20 -25
  808. package/dist/types/common.js +10 -0
  809. package/dist/types/common.js.map +1 -0
  810. package/{meta-types.ts → dist/types/meta.d.ts} +7 -14
  811. package/dist/types/meta.js +40 -0
  812. package/dist/types/meta.js.map +1 -0
  813. package/dist/utils/bound.d.ts +18 -0
  814. package/dist/utils/bound.js +22 -0
  815. package/dist/utils/bound.js.map +1 -0
  816. package/dist/utils/createExampleChildElement.d.ts +17 -0
  817. package/dist/utils/createExampleChildElement.js +50 -0
  818. package/dist/utils/createExampleChildElement.js.map +1 -0
  819. package/dist/utils/demo.d.ts +59 -15
  820. package/dist/utils/demo.js.map +1 -1
  821. package/dist/utils/dom.d.ts +2 -0
  822. package/dist/utils/dom.js +9 -0
  823. package/dist/utils/dom.js.map +1 -0
  824. package/dist/utils/fileUploads.d.ts +51 -0
  825. package/dist/utils/fileUploads.js +2 -0
  826. package/dist/utils/fileUploads.js.map +1 -0
  827. package/dist/utils/handleKeyDown.d.ts +13 -0
  828. package/dist/utils/handleKeyDown.js +23 -0
  829. package/dist/utils/handleKeyDown.js.map +1 -0
  830. package/dist/utils/keyboard.d.ts +2 -1
  831. package/dist/utils/keyboard.js +2 -2
  832. package/dist/utils/keyboard.js.map +1 -1
  833. package/dist/utils/random.d.ts +15 -0
  834. package/dist/utils/random.js +26 -0
  835. package/dist/utils/random.js.map +1 -0
  836. package/dist/utils/scrollElementIntoView.d.ts +1 -1
  837. package/dist/utils/scrollElementIntoView.js +2 -0
  838. package/dist/utils/scrollElementIntoView.js.map +1 -1
  839. package/dist/utils/scrollListItemsStyle.d.ts +10 -0
  840. package/dist/utils/scrollListItemsStyle.js +17 -0
  841. package/dist/utils/scrollListItemsStyle.js.map +1 -0
  842. package/dist/utils/snackbarContext.d.ts +38 -0
  843. package/dist/utils/snackbarContext.js +3 -0
  844. package/dist/utils/snackbarContext.js.map +1 -0
  845. package/dist/utils/uiContext.d.ts +6 -0
  846. package/dist/utils/uiContext.js.map +1 -1
  847. package/dist/utils/useIds.d.ts +4 -0
  848. package/dist/utils/useIds.js +11 -0
  849. package/dist/utils/useIds.js.map +1 -0
  850. package/meta.ts +15 -28
  851. package/package.json +150 -97
  852. package/src/components/Accordion/Accordion.rtl.test.tsx +17 -0
  853. package/src/components/Accordion/Accordion.tsx +140 -0
  854. package/src/components/Accordion/AccordionExample.tsx +93 -0
  855. package/src/components/Accordion/accordion.scss +106 -0
  856. package/src/components/Accordion/index.tsx +1 -0
  857. package/src/components/Avatar/Avatar.rtl.test.tsx +16 -0
  858. package/src/components/Avatar/Avatar.tsx +54 -31
  859. package/src/components/Avatar/AvatarExample.tsx +45 -35
  860. package/src/components/Avatar/avatar.scss +34 -1
  861. package/src/components/AvatarGroup/AvatarGroup.rtl.test.tsx +16 -0
  862. package/src/components/AvatarGroup/AvatarGroup.tsx +20 -15
  863. package/src/components/AvatarGroup/AvatarGroupExample.tsx +41 -0
  864. package/src/components/AvatarGroup/avatar-group.scss +16 -1
  865. package/src/components/Badge/Badge.rtl.test.tsx +19 -0
  866. package/src/components/Badge/Badge.tsx +17 -18
  867. package/src/components/Badge/BadgeExample.tsx +11 -66
  868. package/src/components/Badge/badge.scss +18 -25
  869. package/src/components/BadgeDot/BadgeDot.rtl.test.tsx +19 -0
  870. package/src/components/BadgeDot/BadgeDot.tsx +82 -0
  871. package/src/components/BadgeDot/BadgeDotExample.tsx +25 -0
  872. package/src/components/BadgeDot/badge-dot.scss +26 -0
  873. package/src/components/BadgeDot/index.tsx +1 -0
  874. package/src/components/BannerAlert/BannerAlert.rtl.test.tsx +26 -0
  875. package/src/components/BannerAlert/BannerAlert.tsx +25 -15
  876. package/src/components/BannerAlert/BannerAlertExample.tsx +11 -8
  877. package/src/components/BannerAlert/banner-alert.scss +0 -28
  878. package/src/components/BottomNavigation/BottomNavigation.rtl.test.tsx +21 -0
  879. package/src/components/BottomNavigation/BottomNavigation.tsx +60 -0
  880. package/src/components/BottomNavigation/BottomNavigationExample.tsx +121 -0
  881. package/src/components/BottomNavigation/bottom-navigation.scss +87 -0
  882. package/src/components/BottomNavigation/index.tsx +1 -0
  883. package/src/components/Breadcrumb/Breadcrumb.rtl.test.tsx +16 -0
  884. package/src/components/Breadcrumb/Breadcrumb.tsx +65 -83
  885. package/src/components/Breadcrumb/BreadcrumbExample.tsx +153 -85
  886. package/src/components/Button/Button.rtl.test.tsx +16 -0
  887. package/src/components/Button/Button.tsx +48 -30
  888. package/src/components/Button/ButtonExample.tsx +31 -24
  889. package/src/components/Button/button.scss +1 -1
  890. package/src/components/ButtonDock/ButtonDock.rtl.test.tsx +18 -0
  891. package/src/components/ButtonDock/ButtonDock.tsx +68 -0
  892. package/src/components/ButtonDock/ButtonDockExample.tsx +77 -0
  893. package/src/components/ButtonDock/button-dock.scss +49 -0
  894. package/src/components/ButtonDock/index.tsx +1 -0
  895. package/src/components/CalendarPicker/CalendarPicker.rtl.test.tsx +15 -0
  896. package/src/components/CalendarPicker/CalendarPicker.tsx +424 -0
  897. package/src/components/CalendarPicker/CalendarPickerExample.tsx +24 -0
  898. package/src/components/CalendarPicker/calendar-picker.scss +89 -0
  899. package/src/components/CalendarPicker/index.tsx +1 -0
  900. package/src/components/Card/Card.rtl.test.tsx +19 -0
  901. package/src/components/Card/Card.tsx +5 -15
  902. package/src/components/Card/CardExample.tsx +1 -0
  903. package/src/components/Card/card.scss +0 -5
  904. package/src/components/Carousel/Carousel.tsx +177 -0
  905. package/src/components/Carousel/CarouselExample.tsx +82 -0
  906. package/src/components/Carousel/carousel.scss +39 -0
  907. package/src/components/Carousel/index.tsx +1 -0
  908. package/src/components/Checkbox/Checkbox.rtl.test.tsx +27 -0
  909. package/src/components/Checkbox/Checkbox.tsx +28 -28
  910. package/src/components/Checkbox/checkbox.scss +4 -11
  911. package/src/components/CheckboxGroup/CheckboxGroup.rtl.test.tsx +19 -0
  912. package/src/components/CheckboxGroup/CheckboxGroup.tsx +65 -59
  913. package/src/components/CheckboxGroup/CheckboxGroupExample.tsx +52 -23
  914. package/src/components/CheckboxOption/CheckboxOption.rtl.test.tsx +24 -0
  915. package/src/components/CheckboxOption/CheckboxOption.tsx +7 -20
  916. package/src/components/ChipAssist/ChipAssist.rtl.test.tsx +16 -0
  917. package/src/components/ChipAssist/ChipAssist.tsx +11 -7
  918. package/src/components/ChipAssist/ChipAssistExample.tsx +26 -25
  919. package/src/components/ChipFilter/ChipFilter.rtl.test.tsx +15 -0
  920. package/src/components/ChipFilter/ChipFilter.tsx +10 -6
  921. package/src/components/ChipFilter/ChipFilterExample.tsx +4 -2
  922. package/src/components/ChipGroup/ChipGroup.rtl.test.tsx +32 -0
  923. package/src/components/ChipGroup/ChipGroup.tsx +4 -8
  924. package/src/components/ChipGroup/ChipGroupExample.tsx +16 -15
  925. package/src/components/ChipInput/ChipInput.rtl.test.tsx +16 -0
  926. package/src/components/ChipInput/ChipInput.tsx +3 -6
  927. package/src/components/ChipInput/ChipInputExample.tsx +41 -40
  928. package/src/components/ChipSuggestion/ChipSuggestion.rtl.test.tsx +19 -0
  929. package/src/components/ChipSuggestion/ChipSuggestion.tsx +3 -7
  930. package/src/components/ChipSuggestion/ChipSuggestionExample.tsx +18 -17
  931. package/src/components/ChipUtility/ChipUtility.rtl.test.tsx +16 -0
  932. package/src/components/ChipUtility/ChipUtility.tsx +8 -15
  933. package/src/components/ChipUtility/ChipUtilityExample.tsx +56 -54
  934. package/src/components/ChipUtility/chip-utility.scss +1 -1
  935. package/src/components/DateField/DateField.rtl.test.tsx +24 -0
  936. package/src/components/DateField/DateField.tsx +58 -0
  937. package/src/components/DateField/DateFieldExample.tsx +13 -0
  938. package/src/components/DateField/date-field.scss +8 -0
  939. package/src/components/DateField/index.tsx +1 -0
  940. package/src/components/DateInput/DateInput.rtl.test.tsx +17 -0
  941. package/src/components/DateInput/DateInput.tsx +197 -0
  942. package/src/components/DateInput/DateInputExample.tsx +17 -0
  943. package/src/components/DateInput/date-input.scss +13 -0
  944. package/src/components/DateInput/index.tsx +1 -0
  945. package/src/components/Dialog/Dialog.rtl.test.tsx +22 -0
  946. package/src/components/Dialog/Dialog.tsx +74 -96
  947. package/src/components/Dialog/DialogExample.tsx +7 -13
  948. package/src/components/Dialog/dialog.scss +40 -76
  949. package/src/components/Divider/Divider.rtl.test.tsx +8 -0
  950. package/src/components/Divider/Divider.tsx +5 -8
  951. package/src/components/Divider/DividerExample.tsx +6 -2
  952. package/src/components/Divider/divider.scss +4 -8
  953. package/src/components/Drawer/Drawer.rtl.test.tsx +27 -0
  954. package/src/components/Drawer/Drawer.tsx +135 -0
  955. package/src/components/Drawer/DrawerExample.tsx +93 -0
  956. package/src/components/Drawer/drawer.scss +67 -0
  957. package/src/components/Drawer/index.tsx +1 -0
  958. package/src/components/EmptyState/EmptyState.rtl.test.tsx +16 -0
  959. package/src/components/EmptyState/EmptyState.tsx +3 -7
  960. package/src/components/EmptyState/EmptyStateExample.tsx +22 -16
  961. package/src/components/ExamplePlaceholder/ExamplePlaceholder.tsx +33 -15
  962. package/src/components/Fab/Fab.rtl.test.tsx +15 -0
  963. package/src/components/Fab/Fab.tsx +54 -42
  964. package/src/components/Fab/FabExample.tsx +5 -2
  965. package/src/components/Fab/fab.scss +1 -1
  966. package/src/components/FileUpload/FileUpload.rtl.test.tsx +14 -0
  967. package/src/components/FileUpload/FileUpload.tsx +284 -0
  968. package/src/components/FileUpload/FileUploadExample.tsx +93 -0
  969. package/src/components/FileUpload/file-upload.scss +20 -0
  970. package/src/components/FileUpload/index.tsx +1 -0
  971. package/src/components/FileUploadItem/FileUploadItem.rtl.test.tsx +19 -0
  972. package/src/components/FileUploadItem/FileUploadItem.tsx +119 -0
  973. package/src/components/FileUploadItem/FileUploadItemExample.tsx +85 -0
  974. package/src/components/FileUploadItem/file-upload-item.scss +46 -0
  975. package/src/components/FileUploadItem/index.tsx +1 -0
  976. package/src/components/FormField/FormField.rtl.test.tsx +30 -0
  977. package/src/components/FormField/FormField.tsx +31 -44
  978. package/src/components/FormField/FormFieldExample.tsx +41 -0
  979. package/src/components/FormField/form-field.scss +1 -1
  980. package/src/components/Img/Img.rtl.test.tsx +15 -0
  981. package/src/components/Img/Img.tsx +2 -6
  982. package/src/components/InlineAlert/InlineAlert.rtl.test.tsx +15 -0
  983. package/src/components/InlineAlert/InlineAlert.tsx +6 -28
  984. package/src/components/InlineAlert/SvgWarningTwoTone.tsx +18 -0
  985. package/src/components/InlineAlert/inline-alert.scss +1 -0
  986. package/src/components/Layout/Layout.rtl.test.tsx +15 -0
  987. package/src/components/Layout/Layout.tsx +4 -8
  988. package/src/components/Layout/LayoutExample.tsx +17 -0
  989. package/src/components/Link/Link.rtl.test.tsx +14 -0
  990. package/src/components/Link/Link.tsx +4 -10
  991. package/src/components/Link/LinkExample.tsx +10 -8
  992. package/src/components/Link/link.scss +1 -1
  993. package/src/components/ListItem/ListItem.rtl.test.tsx +18 -0
  994. package/src/components/ListItem/ListItem.tsx +145 -167
  995. package/src/components/ListItem/ListItemButton.tsx +6 -0
  996. package/src/components/ListItem/ListItemExample.tsx +38 -88
  997. package/src/components/ListItem/list-item.scss +27 -40
  998. package/src/components/ListItemMenu/ListItemMenu.tsx +358 -0
  999. package/src/components/ListItemMenu/index.tsx +1 -0
  1000. package/src/components/Menu/Menu.rtl.test.tsx +15 -0
  1001. package/src/components/Menu/Menu.tsx +27 -96
  1002. package/src/components/Menu/MenuExample.tsx +6 -14
  1003. package/src/components/Menu/menu.scss +5 -13
  1004. package/src/components/MenuButton/MenuButton.rtl.test.tsx +15 -0
  1005. package/src/components/MenuButton/MenuButton.tsx +3 -8
  1006. package/src/components/Modal/Modal.rtl.test.tsx +20 -0
  1007. package/src/components/Modal/Modal.tsx +18 -18
  1008. package/src/components/Modal/ModalExample.tsx +3 -4
  1009. package/src/components/Modal/modal.scss +8 -21
  1010. package/src/components/NumberField/NumberField.rtl.test.tsx +24 -0
  1011. package/src/components/NumberField/NumberField.tsx +18 -27
  1012. package/src/components/NumberInput/IncrementButton.tsx +31 -0
  1013. package/src/components/NumberInput/NumberInput.rtl.test.tsx +15 -0
  1014. package/src/components/NumberInput/NumberInput.tsx +67 -87
  1015. package/src/components/NumberInput/NumberInputExample.tsx +6 -0
  1016. package/src/components/NumberInput/number-input.scss +9 -6
  1017. package/src/components/OTPInput/OTPInput.rtl.test.tsx +19 -0
  1018. package/src/components/OTPInput/OTPInput.tsx +120 -0
  1019. package/src/components/OTPInput/OTPInputExample.tsx +30 -0
  1020. package/src/components/OTPInput/index.tsx +1 -0
  1021. package/src/components/OTPInput/otp-input.scss +87 -0
  1022. package/src/components/PageControl/PageControl.rtl.test.tsx +15 -0
  1023. package/src/components/PageControl/PageControl.tsx +98 -0
  1024. package/src/components/PageControl/PageControlExample.tsx +36 -0
  1025. package/src/components/PageControl/index.tsx +1 -0
  1026. package/src/components/PageControl/page-control.scss +38 -0
  1027. package/src/components/Pagination/PageInput.tsx +65 -0
  1028. package/src/components/Pagination/PageList.tsx +21 -0
  1029. package/src/components/Pagination/Pagination.rtl.test.tsx +15 -0
  1030. package/src/components/Pagination/Pagination.tsx +99 -0
  1031. package/src/components/Pagination/index.tsx +1 -0
  1032. package/src/components/Pagination/pagination.scss +36 -0
  1033. package/src/components/PasswordField/PasswordField.rtl.test.tsx +24 -0
  1034. package/src/components/PasswordField/PasswordField.tsx +67 -0
  1035. package/src/components/PasswordField/index.tsx +1 -0
  1036. package/src/components/PasswordInput/PasswordInput.rtl.test.tsx +15 -0
  1037. package/src/components/PasswordInput/PasswordInput.tsx +115 -0
  1038. package/src/components/PasswordInput/index.tsx +1 -0
  1039. package/src/components/PasswordInput/password-input.scss +36 -0
  1040. package/src/components/PhoneNumberField/PhoneNumberField.rtl.test.tsx +24 -0
  1041. package/src/components/PhoneNumberField/PhoneNumberField.tsx +10 -49
  1042. package/src/components/PhoneNumberInput/PhoneNumberInput.rtl.test.tsx +17 -0
  1043. package/src/components/PhoneNumberInput/PhoneNumberInput.tsx +111 -151
  1044. package/src/components/PhoneNumberInput/PhoneNumberInputExample.tsx +8 -0
  1045. package/src/components/PhoneNumberInput/phone-number-input.scss +40 -31
  1046. package/src/components/Popover/Popover.rtl.test.tsx +28 -0
  1047. package/src/components/Popover/Popover.tsx +147 -96
  1048. package/src/components/Popover/PopoverExample.tsx +26 -4
  1049. package/src/components/Popover/popover.scss +20 -42
  1050. package/src/components/Portal/Portal.rtl.test.tsx +15 -0
  1051. package/src/components/Portal/Portal.tsx +4 -6
  1052. package/src/components/ProgressBar/ProgressBar.rtl.test.tsx +15 -0
  1053. package/src/components/ProgressBar/ProgressBar.tsx +34 -11
  1054. package/src/components/ProgressBar/progress-bar.scss +6 -0
  1055. package/src/components/ProgressCircle/ProgressCircle.rtl.test.tsx +15 -0
  1056. package/src/components/ProgressCircle/ProgressCircle.tsx +5 -44
  1057. package/src/components/ProgressCircle/ProgressCircleSVG.tsx +38 -0
  1058. package/src/components/ProgressionStepper/ProgressionStepper.rtl.test.tsx +19 -0
  1059. package/src/components/ProgressionStepper/ProgressionStepper.tsx +21 -22
  1060. package/src/components/ProgressionStepper/ProgressionStepperExample.tsx +49 -47
  1061. package/src/components/ProgressionStepper/progression-stepper.scss +13 -0
  1062. package/src/components/ProgressionStepperBar/ProgressionStepperBar.rtl.test.tsx +15 -0
  1063. package/src/components/ProgressionStepperBar/ProgressionStepperBar.tsx +13 -11
  1064. package/src/components/ProgressionStepperBar/progression-stepper-bar.scss +1 -1
  1065. package/src/components/Radio/Radio.rtl.test.tsx +15 -0
  1066. package/src/components/Radio/Radio.tsx +5 -13
  1067. package/src/components/Radio/radio.scss +1 -1
  1068. package/src/components/RadioGroup/RadioGroup.rtl.test.tsx +32 -0
  1069. package/src/components/RadioGroup/RadioGroup.tsx +81 -84
  1070. package/src/components/RadioGroup/RadioGroupExample.tsx +4 -23
  1071. package/src/components/RadioGroup/radio-group.scss +0 -1
  1072. package/src/components/RadioOption/RadioOption.rtl.test.tsx +15 -0
  1073. package/src/components/RadioOption/RadioOption.tsx +6 -21
  1074. package/src/components/Rating/Rating.rtl.test.tsx +16 -0
  1075. package/src/components/Rating/Rating.tsx +97 -0
  1076. package/src/components/Rating/RatingExample.tsx +20 -0
  1077. package/src/components/Rating/index.tsx +1 -0
  1078. package/src/components/Rating/rating.scss +85 -0
  1079. package/src/components/Scrim/Scrim.rtl.test.tsx +15 -0
  1080. package/src/components/Scrim/Scrim.tsx +4 -16
  1081. package/src/components/Scrim/scrim.scss +12 -5
  1082. package/src/components/SearchBar/SearchBar.rtl.test.tsx +41 -0
  1083. package/src/components/SearchBar/SearchBar.tsx +99 -88
  1084. package/src/components/SearchBar/SearchBarExample.tsx +4 -15
  1085. package/src/components/SearchBar/search-bar.scss +1 -1
  1086. package/src/components/SegmentedControl/SegmentedControl.rtl.test.tsx +26 -0
  1087. package/src/components/SegmentedControl/SegmentedControl.tsx +19 -125
  1088. package/src/components/SegmentedControl/SegmentedControlExample.tsx +60 -29
  1089. package/src/components/SegmentedControl/segmented-control.scss +40 -87
  1090. package/src/components/Select/Select.rtl.test.tsx +25 -0
  1091. package/src/components/Select/Select.tsx +238 -119
  1092. package/src/components/Select/SelectExample.tsx +113 -102
  1093. package/src/components/Select/select.scss +14 -21
  1094. package/src/components/SelectField/SelectField.rtl.test.tsx +25 -0
  1095. package/src/components/SelectField/SelectField.tsx +20 -28
  1096. package/src/components/SelectField/SelectFieldExample.tsx +16 -0
  1097. package/src/components/Skeleton/Circular.tsx +5 -0
  1098. package/src/components/Skeleton/Photo.tsx +5 -0
  1099. package/src/components/Skeleton/Profile.tsx +5 -0
  1100. package/src/components/Skeleton/Rectangular.tsx +5 -0
  1101. package/src/components/Skeleton/Skeleton.rtl.test.tsx +16 -0
  1102. package/src/components/Skeleton/Skeleton.tsx +6 -29
  1103. package/src/components/Skeleton/SkeletonExample.tsx +31 -44
  1104. package/src/components/Skeleton/Thumbnail.tsx +5 -0
  1105. package/src/components/Skeleton/index.tsx +5 -0
  1106. package/src/components/SkeletonText/SkeletonText.rtl.test.tsx +16 -0
  1107. package/src/components/SkeletonText/SkeletonText.tsx +2 -6
  1108. package/src/components/SkeletonText/SkeletonTextExample.tsx +14 -14
  1109. package/src/components/Slider/Slider.rtl.test.tsx +8 -0
  1110. package/src/components/Slider/Slider.tsx +280 -0
  1111. package/src/components/Slider/SliderExample.tsx +66 -0
  1112. package/src/components/Slider/SliderIntervalDots.tsx +35 -0
  1113. package/src/components/Slider/index.tsx +1 -0
  1114. package/src/components/Slider/slider.scss +121 -0
  1115. package/src/components/Slider/useNormalizeSliderValue.ts +16 -0
  1116. package/src/components/Snackbar/Snackbar.tsx +48 -0
  1117. package/src/components/Snackbar/SnackbarExample.tsx +12 -0
  1118. package/src/components/Snackbar/index.tsx +1 -0
  1119. package/src/components/Snackbar/snackbar.scss +22 -0
  1120. package/src/components/SnackbarProvider/SnackbarProvider.tsx +160 -0
  1121. package/src/components/SnackbarProvider/SnackbarProviderExample.tsx +127 -0
  1122. package/src/components/SnackbarProvider/index.tsx +1 -0
  1123. package/src/components/SnackbarProvider/snackbar-provider-example.scss +17 -0
  1124. package/src/components/SnackbarProvider/snackbar-provider.scss +15 -0
  1125. package/src/components/StylesProviderAnywhere/StylesProviderAnywhere.tsx +4 -6
  1126. package/src/components/StylesProviderBetterHomesGardens/StylesProviderBetterHomesGardens.tsx +4 -6
  1127. package/src/components/StylesProviderCartus/StylesProviderCartus.tsx +4 -6
  1128. package/src/components/StylesProviderCentury21/StylesProviderCentury21.tsx +4 -6
  1129. package/src/components/StylesProviderColdwellBanker/StylesProviderColdwellBanker.tsx +4 -6
  1130. package/src/components/StylesProviderCorcoran/StylesProviderCorcoran.tsx +4 -6
  1131. package/src/components/StylesProviderDemo/StylesProviderDemo.tsx +49 -0
  1132. package/src/components/StylesProviderDemo/brandsCss.ts +20 -0
  1133. package/src/components/StylesProviderDemo/index.tsx +1 -0
  1134. package/src/components/StylesProviderDenaliBoss/StylesProviderDenaliBoss.tsx +4 -6
  1135. package/src/components/StylesProviderEra/StylesProviderEra.tsx +4 -6
  1136. package/src/components/StylesProviderSothebys/StylesProviderSothebys.tsx +4 -6
  1137. package/src/components/Switch/Switch.rtl.test.tsx +15 -0
  1138. package/src/components/Switch/Switch.tsx +4 -10
  1139. package/src/components/Switch/switch.scss +1 -1
  1140. package/src/components/SwitchOption/SwitchOption.rtl.test.tsx +15 -0
  1141. package/src/components/SwitchOption/SwitchOption.tsx +6 -9
  1142. package/src/components/TabGroup/TabGroup.rtl.test.tsx +19 -0
  1143. package/src/components/TabGroup/TabGroup.tsx +17 -131
  1144. package/src/components/TabGroup/TabGroupExample.tsx +101 -88
  1145. package/src/components/TabGroup/tab-group.scss +34 -78
  1146. package/src/components/TabList/TabList.rtl.test.tsx +26 -0
  1147. package/src/components/TabList/TabList.tsx +244 -0
  1148. package/src/components/TabList/TabListExample.tsx +7 -0
  1149. package/src/components/TabList/index.tsx +1 -0
  1150. package/src/components/TabList/tab-list.scss +73 -0
  1151. package/src/components/Table/Footer.tsx +40 -0
  1152. package/src/components/Table/Table.rtl.test.tsx +28 -0
  1153. package/src/components/Table/Table.tsx +181 -53
  1154. package/src/components/Table/TableExample.tsx +138 -0
  1155. package/src/components/Table/table.scss +228 -26
  1156. package/src/components/Table/utils.ts +179 -0
  1157. package/src/components/Tag/Tag.rtl.test.tsx +20 -0
  1158. package/src/components/Tag/Tag.tsx +11 -56
  1159. package/src/components/Tag/TagExample.tsx +18 -0
  1160. package/src/components/Tag/tag.scss +7 -12
  1161. package/src/components/TextField/TextField.rtl.test.tsx +24 -0
  1162. package/src/components/TextField/TextField.tsx +6 -28
  1163. package/src/components/TextField/TextFieldExample.tsx +8 -0
  1164. package/src/components/TextInput/TextInput.rtl.test.tsx +17 -0
  1165. package/src/components/TextInput/TextInput.tsx +110 -58
  1166. package/src/components/TextInput/TextInputExample.tsx +11 -2
  1167. package/src/components/TextInput/text-input.scss +9 -30
  1168. package/src/components/Textarea/Textarea.rtl.test.tsx +17 -0
  1169. package/src/components/Textarea/Textarea.tsx +14 -26
  1170. package/src/components/Textarea/TextareaExample.tsx +4 -3
  1171. package/src/components/TextareaField/TextareaField.rtl.test.tsx +24 -0
  1172. package/src/components/TextareaField/TextareaField.tsx +23 -38
  1173. package/src/components/TextareaField/TextareaFieldExample.tsx +3 -9
  1174. package/src/components/TimeInput/Listbox.tsx +68 -0
  1175. package/src/components/TimeInput/Segment.tsx +231 -0
  1176. package/src/components/TimeInput/TimeInput.rtl.test.tsx +15 -0
  1177. package/src/components/TimeInput/TimeInput.tsx +259 -0
  1178. package/src/components/TimeInput/TimeInputExample.tsx +6 -0
  1179. package/src/components/TimeInput/index.tsx +1 -0
  1180. package/src/components/TimeInput/time-input.scss +177 -0
  1181. package/src/components/ToggleOption/ToggleOption.rtl.test.tsx +15 -0
  1182. package/src/components/ToggleOption/ToggleOption.tsx +11 -13
  1183. package/src/components/ToggleOption/toggle-option.scss +15 -11
  1184. package/src/components/Tooltip/Tooltip.rtl.test.tsx +24 -0
  1185. package/src/components/Tooltip/Tooltip.tsx +28 -42
  1186. package/src/components/Tooltip/TooltipExample.tsx +8 -6
  1187. package/src/components/Tooltip/tooltip.scss +0 -2
  1188. package/src/components/TopNavigation/TopNavigation.rtl.test.tsx +15 -0
  1189. package/src/components/TopNavigation/TopNavigation.tsx +1 -5
  1190. package/src/components/Truncated/Truncated.rtl.test.tsx +15 -0
  1191. package/src/components/Truncated/Truncated.tsx +18 -14
  1192. package/src/components/Truncated/truncated.scss +8 -0
  1193. package/src/components/Txt/Txt.rtl.test.tsx +15 -0
  1194. package/src/components/Txt/Txt.tsx +3 -7
  1195. package/src/components/UIProvider/AriaLiveMessageHandler.tsx +44 -0
  1196. package/src/components/UIProvider/UIProvider.tsx +18 -7
  1197. package/src/components/UIProvider/UIProviderExample.tsx +146 -0
  1198. package/src/constants/brands.ts +45 -0
  1199. package/src/constants/phases.ts +10 -0
  1200. package/src/global.d.ts +3 -0
  1201. package/src/hooks/useAddEventListener.ts +3 -1
  1202. package/src/hooks/useArrowNavigation.ts +107 -0
  1203. package/src/hooks/useContainerWidth.tsx +37 -0
  1204. package/src/hooks/useFloating.ts +21 -22
  1205. package/src/hooks/useId.ts +5 -3
  1206. package/src/hooks/useLongPress.ts +3 -2
  1207. package/src/hooks/useOutsideClick.ts +9 -5
  1208. package/src/hooks/usePaginationState.tsx +24 -0
  1209. package/src/hooks/useSnackbarContext.ts +18 -0
  1210. package/src/hooks/useSwipe.ts +32 -0
  1211. package/src/hooks/useTimeout.ts +14 -4
  1212. package/src/rtl/hasNoBasicA11yIssues.tsx +27 -0
  1213. package/src/rtl/util.tsx +10 -0
  1214. package/src/{base.scss → styles/base.scss} +154 -77
  1215. package/src/{index.ts → types/common.ts} +23 -65
  1216. package/src/types/meta.ts +101 -0
  1217. package/src/utils/bound.ts +30 -0
  1218. package/src/utils/createExampleChildElement.tsx +83 -0
  1219. package/src/utils/demo.ts +64 -22
  1220. package/src/utils/dom.ts +6 -0
  1221. package/src/utils/fileUploads.ts +73 -0
  1222. package/src/utils/handleKeyDown.ts +29 -0
  1223. package/src/utils/keyboard.ts +5 -2
  1224. package/src/utils/random.ts +25 -0
  1225. package/src/utils/scrollElementIntoView.ts +3 -1
  1226. package/src/utils/scrollListItemsStyle.ts +29 -0
  1227. package/src/utils/snackbarContext.tsx +43 -0
  1228. package/src/utils/uiContext.ts +4 -1
  1229. package/src/utils/useIds.ts +16 -0
  1230. package/tsconfig.build.json +21 -0
  1231. package/tsconfig.json +19 -4
  1232. package/dist/components/Chip/Chip.d.ts +0 -64
  1233. package/dist/components/Chip/Chip.js +0 -33
  1234. package/dist/components/Chip/Chip.js.map +0 -1
  1235. package/dist/components/Chip/chip.css +0 -44
  1236. package/dist/components/Chip/chip.css.js +0 -50
  1237. package/dist/components/Chip/index.d.ts +0 -1
  1238. package/dist/components/Chip/index.js +0 -2
  1239. package/dist/components/Chip/index.js.map +0 -1
  1240. package/dist/components/Combobox/Combobox.d.ts +0 -96
  1241. package/dist/components/Combobox/Combobox.js +0 -83
  1242. package/dist/components/Combobox/Combobox.js.map +0 -1
  1243. package/dist/components/Combobox/index.d.ts +0 -1
  1244. package/dist/components/Combobox/index.js +0 -2
  1245. package/dist/components/Combobox/index.js.map +0 -1
  1246. package/dist/components/Listbox/Listbox.d.ts +0 -119
  1247. package/dist/components/Listbox/Listbox.js +0 -85
  1248. package/dist/components/Listbox/Listbox.js.map +0 -1
  1249. package/dist/components/Listbox/index.d.ts +0 -1
  1250. package/dist/components/Listbox/index.js +0 -2
  1251. package/dist/components/Listbox/index.js.map +0 -1
  1252. package/dist/hooks/useCombobox.d.ts +0 -55
  1253. package/dist/hooks/useCombobox.js +0 -104
  1254. package/dist/hooks/useCombobox.js.map +0 -1
  1255. package/dist/hooks/useOptionIconsInvalid.d.ts +0 -36
  1256. package/dist/hooks/useOptionIconsInvalid.js +0 -21
  1257. package/dist/hooks/useOptionIconsInvalid.js.map +0 -1
  1258. package/dist/hooks/useValidChildren.d.ts +0 -6
  1259. package/dist/hooks/useValidChildren.js +0 -30
  1260. package/dist/hooks/useValidChildren.js.map +0 -1
  1261. package/dist/utils/children.d.ts +0 -29
  1262. package/dist/utils/children.js +0 -67
  1263. package/dist/utils/children.js.map +0 -1
  1264. package/dist/utils/srOnly.d.ts +0 -14
  1265. package/dist/utils/srOnly.js +0 -13
  1266. package/dist/utils/srOnly.js.map +0 -1
  1267. package/src/components/Chip/Chip.tsx +0 -104
  1268. package/src/components/Chip/chip.scss +0 -66
  1269. package/src/components/Chip/index.tsx +0 -1
  1270. package/src/components/Combobox/Combobox.tsx +0 -314
  1271. package/src/components/Combobox/index.tsx +0 -1
  1272. package/src/components/Listbox/Listbox.tsx +0 -257
  1273. package/src/components/Listbox/index.tsx +0 -1
  1274. package/src/hooks/useCombobox.ts +0 -176
  1275. package/src/hooks/useOptionIconsInvalid.ts +0 -58
  1276. package/src/hooks/useValidChildren.ts +0 -54
  1277. package/src/utils/children.ts +0 -80
  1278. package/src/utils/placeholder.test.ts +0 -7
  1279. package/src/utils/srOnly.ts +0 -14
  1280. /package/dist/{colors.css → styles/colors.css} +0 -0
  1281. /package/src/{colors.scss → styles/colors.scss} +0 -0
@@ -0,0 +1,12 @@
1
+ export const BRANDS_CSS = {
2
+ anywhere: "/* Generated from figma export: 2025-07-08T20:32:21.402Z */\n\n@import url('https://fonts.googleapis.com/css2?family=Work%20Sans:ital,wght@0,100..900;1,100..900&display=swap');\nbody {\n font-family: var(--typeface);\n}\n\n:root {\n /* Body/Base */\n --body-base: 400 16px/20px var(--typeface);\n /* Body/Base - line height */\n --body-base-line-height: 20px;\n /* Body/Base - size */\n --body-base-size: 16px;\n /* Body/Base - style */\n --body-base-style: regular;\n /* Body/Large */\n --body-large: 400 18px/24px var(--typeface);\n /* Body/Large - line height */\n --body-large-line-height: 24px;\n /* Body/Large - size */\n --body-large-size: 18px;\n /* Body/Large - style */\n --body-large-style: regular;\n /* Body/Small */\n --body-small: 400 14px/20px var(--typeface);\n /* Body/Small - line height */\n --body-small-line-height: 20px;\n /* Body/Small - size */\n --body-small-size: 14px;\n /* Body/Small - style */\n --body-small-style: regular;\n /* Body/X-Small */\n --body-x-small: 400 12px/16px var(--typeface);\n /* Body/X-Small - line height */\n --body-x-small-line-height: 16px;\n /* Body/X-Small - size */\n --body-x-small-size: 12px;\n /* Body/X-Small - style */\n --body-x-small-style: regular;\n /* Colors/Brands/Experiment/blue-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-dark-100: #0a2f85;\n /* Colors/Brands/Experiment/blue-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-dark-200: #1347cc;\n /* Colors/Brands/Experiment/blue-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-dark-300: #0f59e2;\n /* Colors/Brands/Experiment/blue-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-dark-400: #357aea;\n /* Colors/Brands/Experiment/blue-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-dark-50: #181d34;\n /* Colors/Brands/Experiment/blue-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-dark-500: #2e88f6;\n /* Colors/Brands/Experiment/blue-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-dark-600: #50a1ff;\n /* Colors/Brands/Experiment/blue-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-dark-700: #7ab7ff;\n /* Colors/Brands/Experiment/blue-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-dark-800: #dcebfe;\n /* Colors/Brands/Experiment/blue-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-dark-900: #f0f6ff;\n /* Colors/Brands/Experiment/blue-gray-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-100: #1a2332;\n /* Colors/Brands/Experiment/blue-gray-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-200: #252e3c;\n /* Colors/Brands/Experiment/blue-gray-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-300: #323b49;\n /* Colors/Brands/Experiment/blue-gray-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-400: #5e6d82;\n /* Colors/Brands/Experiment/blue-gray-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-50: #0c101c;\n /* Colors/Brands/Experiment/blue-gray-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-500: #8b9bb2;\n /* Colors/Brands/Experiment/blue-gray-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-600: #b1c0d2;\n /* Colors/Brands/Experiment/blue-gray-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-700: #d4dce8;\n /* Colors/Brands/Experiment/blue-gray-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-800: #e2ebf3;\n /* Colors/Brands/Experiment/blue-gray-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-900: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-100: #f1f5f9;\n /* Colors/Brands/Experiment/blue-gray-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-200: #e1e7ef;\n /* Colors/Brands/Experiment/blue-gray-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-300: #c8d6e5;\n /* Colors/Brands/Experiment/blue-gray-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-400: #9eacc0;\n /* Colors/Brands/Experiment/blue-gray-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-50: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-500: #65758b;\n /* Colors/Brands/Experiment/blue-gray-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-600: #48566a;\n /* Colors/Brands/Experiment/blue-gray-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-700: #344256;\n /* Colors/Brands/Experiment/blue-gray-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-800: #1d283a;\n /* Colors/Brands/Experiment/blue-gray-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-900: #0f1729;\n /* Colors/Brands/Experiment/blue-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-light-100: #dcebfe;\n /* Colors/Brands/Experiment/blue-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-light-200: #bedbfe;\n /* Colors/Brands/Experiment/blue-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-light-300: #91c3fd;\n /* Colors/Brands/Experiment/blue-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-light-400: #61a6fa;\n /* Colors/Brands/Experiment/blue-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-light-50: #f2f7ff;\n /* Colors/Brands/Experiment/blue-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-light-500: #3479e9;\n /* Colors/Brands/Experiment/blue-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-light-600: #1559ea;\n /* Colors/Brands/Experiment/blue-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-light-700: #173fab;\n /* Colors/Brands/Experiment/blue-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-light-800: #162f82;\n /* Colors/Brands/Experiment/blue-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-light-900: #0c1736;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-10: #50a1ff1a;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-12: #50a1ff1f;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-16: #50a1ff29;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-20: #50a1ff33;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-8: #50a1ff14;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-10: #1559ea1a;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-12: #1559ea1f;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-16: #1559ea29;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-20: #1559ea33;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-8: #1559ea14;\n /* Colors/Brands/Experiment/orange-dark/100 - Global (primitives) */\n --colors-brands-experiment-orange-dark-100: #852c0f;\n /* Colors/Brands/Experiment/orange-dark/200 - Global (primitives) */\n --colors-brands-experiment-orange-dark-200: #ab4827;\n /* Colors/Brands/Experiment/orange-dark/300 - Global (primitives) */\n --colors-brands-experiment-orange-dark-300: #ce5a07;\n /* Colors/Brands/Experiment/orange-dark/400 - Global (primitives) */\n --colors-brands-experiment-orange-dark-400: #f27013;\n /* Colors/Brands/Experiment/orange-dark/50 - Global (primitives) */\n --colors-brands-experiment-orange-dark-50: #31160d;\n /* Colors/Brands/Experiment/orange-dark/500 - Global (primitives) */\n --colors-brands-experiment-orange-dark-500: #fb923c;\n /* Colors/Brands/Experiment/orange-dark/600 - Global (primitives) */\n --colors-brands-experiment-orange-dark-600: #fdba72;\n /* Colors/Brands/Experiment/orange-dark/700 - Global (primitives) */\n --colors-brands-experiment-orange-dark-700: #fed6a9;\n /* Colors/Brands/Experiment/orange-dark/800 - Global (primitives) */\n --colors-brands-experiment-orange-dark-800: #ffedd6;\n /* Colors/Brands/Experiment/orange-dark/900 - Global (primitives) */\n --colors-brands-experiment-orange-dark-900: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/100 - Global (primitives) */\n --colors-brands-experiment-orange-light-100: #ffedd6;\n /* Colors/Brands/Experiment/orange-light/200 - Global (primitives) */\n --colors-brands-experiment-orange-light-200: #fed6a9;\n /* Colors/Brands/Experiment/orange-light/300 - Global (primitives) */\n --colors-brands-experiment-orange-light-300: #fdba72;\n /* Colors/Brands/Experiment/orange-light/400 - Global (primitives) */\n --colors-brands-experiment-orange-light-400: #fb923c;\n /* Colors/Brands/Experiment/orange-light/50 - Global (primitives) */\n --colors-brands-experiment-orange-light-50: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/500 - Global (primitives) */\n --colors-brands-experiment-orange-light-500: #f67416;\n /* Colors/Brands/Experiment/orange-light/600 - Global (primitives) */\n --colors-brands-experiment-orange-light-600: #e4570c;\n /* Colors/Brands/Experiment/orange-light/700 - Global (primitives) */\n --colors-brands-experiment-orange-light-700: #b63c0b;\n /* Colors/Brands/Experiment/orange-light/800 - Global (primitives) */\n --colors-brands-experiment-orange-light-800: #80310f;\n /* Colors/Brands/Experiment/orange-light/900 - Global (primitives) */\n --colors-brands-experiment-orange-light-900: #471a0a;\n /* Colors/Internal/pink-00-light - Global (primitives) */\n --colors-internal-pink-00-light: #ff4f8d;\n /* Colors/Internal/pink-50-dark - Global (primitives) */\n --colors-internal-pink-50-dark: #802847;\n /* Colors/Neutral/00 - Global (primitives) */\n --colors-neutral-00: #000000;\n /* Colors/Neutral/02 - Global (primitives) */\n --colors-neutral-02: #050505;\n /* Colors/Neutral/04 - Global (primitives) */\n --colors-neutral-04: #0a0a0a;\n /* Colors/Neutral/06 - Global (primitives) */\n --colors-neutral-06: #0f0f0f;\n /* Colors/Neutral/08 - Global (primitives) */\n --colors-neutral-08: #141414;\n /* Colors/Neutral/10 - Global (primitives) */\n --colors-neutral-10: #1a1a1a;\n /* Colors/Neutral/100 - Global (primitives) */\n --colors-neutral-100: #ffffff;\n /* Colors/Neutral/12 - Global (primitives) */\n --colors-neutral-12: #1f1f1f;\n /* Colors/Neutral/14 - Global (primitives) */\n --colors-neutral-14: #242424;\n /* Colors/Neutral/16 - Global (primitives) */\n --colors-neutral-16: #292929;\n /* Colors/Neutral/18 - Global (primitives) */\n --colors-neutral-18: #2e2e2e;\n /* Colors/Neutral/20 - Global (primitives) */\n --colors-neutral-20: #333333;\n /* Colors/Neutral/22 - Global (primitives) */\n --colors-neutral-22: #383838;\n /* Colors/Neutral/24 - Global (primitives) */\n --colors-neutral-24: #424242;\n /* Colors/Neutral/26 - Global (primitives) */\n --colors-neutral-26: #424242;\n /* Colors/Neutral/28 - Global (primitives) */\n --colors-neutral-28: #474747;\n /* Colors/Neutral/30 - Global (primitives) */\n --colors-neutral-30: #4d4d4d;\n /* Colors/Neutral/32 - Global (primitives) */\n --colors-neutral-32: #525252;\n /* Colors/Neutral/34 - Global (primitives) */\n --colors-neutral-34: #575757;\n /* Colors/Neutral/36 - Global (primitives) */\n --colors-neutral-36: #5c5c5c;\n /* Colors/Neutral/38 - Global (primitives) */\n --colors-neutral-38: #616161;\n /* Colors/Neutral/40 - Global (primitives) */\n --colors-neutral-40: #666666;\n /* Colors/Neutral/42 - Global (primitives) */\n --colors-neutral-42: #6b6b6b;\n /* Colors/Neutral/44 - Global (primitives) */\n --colors-neutral-44: #707070;\n /* Colors/Neutral/46 - Global (primitives) */\n --colors-neutral-46: #757575;\n /* Colors/Neutral/48 - Global (primitives) */\n --colors-neutral-48: #7a7a7a;\n /* Colors/Neutral/50 - Global (primitives) */\n --colors-neutral-50: #808080;\n /* Colors/Neutral/52 - Global (primitives) */\n --colors-neutral-52: #858585;\n /* Colors/Neutral/54 - Global (primitives) */\n --colors-neutral-54: #8a8a8a;\n /* Colors/Neutral/56 - Global (primitives) */\n --colors-neutral-56: #8f8f8f;\n /* Colors/Neutral/58 - Global (primitives) */\n --colors-neutral-58: #949494;\n /* Colors/Neutral/60 - Global (primitives) */\n --colors-neutral-60: #999999;\n /* Colors/Neutral/62 - Global (primitives) */\n --colors-neutral-62: #9e9e9e;\n /* Colors/Neutral/64 - Global (primitives) */\n --colors-neutral-64: #a3a3a3;\n /* Colors/Neutral/66 - Global (primitives) */\n --colors-neutral-66: #a8a8a8;\n /* Colors/Neutral/68 - Global (primitives) */\n --colors-neutral-68: #adadad;\n /* Colors/Neutral/70 - Global (primitives) */\n --colors-neutral-70: #b3b3b3;\n /* Colors/Neutral/72 - Global (primitives) */\n --colors-neutral-72: #b8b8b8;\n /* Colors/Neutral/74 - Global (primitives) */\n --colors-neutral-74: #bdbdbd;\n /* Colors/Neutral/76 - Global (primitives) */\n --colors-neutral-76: #c2c2c2;\n /* Colors/Neutral/78 - Global (primitives) */\n --colors-neutral-78: #c7c7c7;\n /* Colors/Neutral/80 - Global (primitives) */\n --colors-neutral-80: #cccccc;\n /* Colors/Neutral/82 - Global (primitives) */\n --colors-neutral-82: #d1d1d1;\n /* Colors/Neutral/84 - Global (primitives) */\n --colors-neutral-84: #d6d6d6;\n /* Colors/Neutral/86 - Global (primitives) */\n --colors-neutral-86: #dbdbdb;\n /* Colors/Neutral/88 - Global (primitives) */\n --colors-neutral-88: #e0e0e0;\n /* Colors/Neutral/90 - Global (primitives) */\n --colors-neutral-90: #e6e6e6;\n /* Colors/Neutral/92 - Global (primitives) */\n --colors-neutral-92: #ebebeb;\n /* Colors/Neutral/94 - Global (primitives) */\n --colors-neutral-94: #f0f0f0;\n /* Colors/Neutral/96 - Global (primitives) */\n --colors-neutral-96: #f5f5f5;\n /* Colors/Neutral/98 - Global (primitives) */\n --colors-neutral-98: #fafafa;\n /* Colors/Neutral/transparent - Global (primitives) */\n --colors-neutral-transparent: #ffffff00;\n /* Colors/System/blue-dark - Global (primitives) */\n --colors-system-blue-dark: #5d92f5;\n /* Colors/System/blue-dark-bg - Global (primitives) */\n --colors-system-blue-dark-bg: #0e2754;\n /* Colors/System/blue-light - Global (primitives) */\n --colors-system-blue-light: #276ef1;\n /* Colors/System/blue-light-bg - Global (primitives) */\n --colors-system-blue-light-bg: #dfe9fd;\n /* Colors/System/green-dark - Global (primitives) */\n --colors-system-green-dark: #519f73;\n /* Colors/System/green-dark-bg - Global (primitives) */\n --colors-system-green-dark-bg: #0d2f1c;\n /* Colors/System/green-light - Global (primitives) */\n --colors-system-green-light: #258750;\n /* Colors/System/green-light-bg - Global (primitives) */\n --colors-system-green-light-bg: #d3e7dc;\n /* Colors/System/Links/00-default-light - Global (primitives) */\n --colors-system-links-00-default-light: #215ecd;\n /* Colors/System/Links/10-hover-light - Global (primitives) */\n --colors-system-links-10-hover-light: #1e55b9;\n /* Colors/System/Links/20-press-light - Global (primitives) */\n --colors-system-links-20-press-light: #1a4ba4;\n /* Colors/System/Links/30-active-dark - Global (primitives) */\n --colors-system-links-30-active-dark: #648edc;\n /* Colors/System/Links/30-active-light - Global (primitives) */\n --colors-system-links-30-active-light: #174290;\n /* Colors/System/Links/40-default-dark - Global (primitives) */\n --colors-system-links-40-default-dark: #7a9ee1;\n /* Colors/System/Links/40-disabled-dark - Global (primitives) */\n --colors-system-links-40-disabled-dark: #14387b;\n /* Colors/System/Links/40-disabled-light - Global (primitives) */\n --colors-system-links-40-disabled-light: #7a9ee1;\n /* Colors/System/Links/50-hover-dark - Global (primitives) */\n --colors-system-links-50-hover-dark: #90afe6;\n /* Colors/System/Links/60-press-dark - Global (primitives) */\n --colors-system-links-60-press-dark: #a6bfeb;\n /* Colors/System/red-dark - Global (primitives) */\n --colors-system-red-dark: #e26b7d;\n /* Colors/System/red-dark-bg - Global (primitives) */\n --colors-system-red-dark-bg: #4c141d;\n /* Colors/System/red-light - Global (primitives) */\n --colors-system-red-light: #d83a52;\n /* Colors/System/red-light-bg - Global (primitives) */\n --colors-system-red-light-bg: #f9e1e9;\n /* Colors/System/Spectrum/Data visual/azure-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-400: #7fc4ec;\n /* Colors/System/Spectrum/Data visual/azure-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-700: #299de0;\n /* Colors/System/Spectrum/Data visual/backrose-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-backrose-900: #958ca3;\n /* Colors/System/Spectrum/Data visual/blackrose-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-blackrose-1200: #130033;\n /* Colors/System/Spectrum/Data visual/bronze-1100 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-1100: #794b34;\n /* Colors/System/Spectrum/Data visual/bronze-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-800: #af9385;\n /* Colors/System/Spectrum/Data visual/brown-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-1200: #7a2a0b;\n /* Colors/System/Spectrum/Data visual/brown-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-900: #b68a79;\n /* Colors/System/Spectrum/Data visual/cadet-gray-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-1200: #094a53;\n /* Colors/System/Spectrum/Data visual/cadet-gray-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-900: #789ba0;\n /* Colors/System/Spectrum/Data visual/cooper-500 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-500: #e6b297;\n /* Colors/System/Spectrum/Data visual/cooper-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-800: #d67e51;\n /* Colors/System/Spectrum/Data visual/gold-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-400: #cdbe80;\n /* Colors/System/Spectrum/Data visual/gold-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-700: #ab922b;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-black - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-black: #1f1f1f4d;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-white - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-400-opacity: #7fc4ec4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-700-opacity: #299de04d;\n /* Colors/System/Spectrum/Data visual/Highlight/backrose-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-backrose-900-opacity: #958ca34d;\n /* Colors/System/Spectrum/Data visual/Highlight/blackrose-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-blackrose-1200-opacity: #1300334d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-1100-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-1100-opacity: #794b344d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-800-opacity: #af93854d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-1200-opacity: #7a2a0b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-900-opacity: #b68a794d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-1200-opacity: #094a534d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-900-opacity: #789ba04d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-500-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-500-opacity: #e6b2974d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-800-opacity: #d67e514d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-400-opacity: #cdbe804d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-700-opacity: #ab922b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-600-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-600-opacity: #88c5af4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-900-opacity: #389e7a4d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-1200-opacity: #5309094d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-900-opacity: #a984844d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-1000-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-1000-opacity: #7f7f7f4d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-700-opacity: #b2b2b24d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-1200-opacity: #2d33004d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-900-opacity: #9699804d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-1200-opacity: #0a466c4d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-900-opacity: #7899ae4d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-1200-opacity: #4334794d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-900-opacity: #a19abc4d;\n /* Colors/System/Spectrum/Data visual/jade-600 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-600: #88c5af;\n /* Colors/System/Spectrum/Data visual/jade-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-900: #389e7a;\n /* Colors/System/Spectrum/Data visual/maroon-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-1200: #530909;\n /* Colors/System/Spectrum/Data visual/maroon-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-900: #a98484;\n /* Colors/System/Spectrum/Data visual/platinum-1000 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-1000: #7f7f7f;\n /* Colors/System/Spectrum/Data visual/platinum-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-700: #b2b2b2;\n /* Colors/System/Spectrum/Data visual/sage-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-1200: #2d3300;\n /* Colors/System/Spectrum/Data visual/sage-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-900: #969980;\n /* Colors/System/Spectrum/Data visual/tanzanite-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-1200: #0a466c;\n /* Colors/System/Spectrum/Data visual/tanzanite-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-900: #7899ae;\n /* Colors/System/Spectrum/Data visual/violet-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-1200: #433479;\n /* Colors/System/Spectrum/Data visual/violet-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-900: #a19abc;\n /* Colors/System/Spectrum/Depth/45-blue-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-blue-dark: #88aff7;\n /* Colors/System/Spectrum/Depth/45-green-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-green-dark: #87bd9f;\n /* Colors/System/Spectrum/Depth/45-lime-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-lime-dark: #dce28f;\n /* Colors/System/Spectrum/Depth/45-magenta-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-magenta-dark: #e07aed;\n /* Colors/System/Spectrum/Depth/45-orange-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-orange-dark: #f6a874;\n /* Colors/System/Spectrum/Depth/45-pink-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-pink-dark: #ea86b9;\n /* Colors/System/Spectrum/Depth/45-purple-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-purple-dark: #c8a6f9;\n /* Colors/System/Spectrum/Depth/45-red-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-red-dark: #ea93a0;\n /* Colors/System/Spectrum/Depth/45-teal-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-teal-dark: #74bbb4;\n /* Colors/System/Spectrum/Depth/45-yellow-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-yellow-dark: #fada8d;\n /* Colors/System/Spectrum/Depth/50-blue-light - Global (primitives) */\n --colors-system-spectrum-depth-50-blue-light: #143778;\n /* Colors/System/Spectrum/Depth/50-green-light - Global (primitives) */\n --colors-system-spectrum-depth-50-green-light: #134428;\n /* Colors/System/Spectrum/Depth/50-lime-light - Global (primitives) */\n --colors-system-spectrum-depth-50-lime-light: #60651a;\n /* Colors/System/Spectrum/Depth/50-magenta-light - Global (primitives) */\n --colors-system-spectrum-depth-50-magenta-light: #63076f;\n /* Colors/System/Spectrum/Depth/50-orange-light - Global (primitives) */\n --colors-system-spectrum-depth-50-orange-light: #773001;\n /* Colors/System/Spectrum/Depth/50-pink-light - Global (primitives) */\n --colors-system-spectrum-depth-50-pink-light: #6c1240;\n /* Colors/System/Spectrum/Depth/50-purple-light - Global (primitives) */\n --colors-system-spectrum-depth-50-purple-light: #310077;\n /* Colors/System/Spectrum/Depth/50-red-light - Global (primitives) */\n --colors-system-spectrum-depth-50-red-light: #6c1d29;\n /* Colors/System/Spectrum/Depth/50-teal-light - Global (primitives) */\n --colors-system-spectrum-depth-50-teal-light: #01413c;\n /* Colors/System/Spectrum/Depth/50-yellow-light - Global (primitives) */\n --colors-system-spectrum-depth-50-yellow-light: #7b5e18;\n /* Colors/System/Spectrum/Highlight/65-blue-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-blue-dark: #0e2754;\n /* Colors/System/Spectrum/Highlight/65-green-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-green-dark: #0d2f1c;\n /* Colors/System/Spectrum/Highlight/65-lime-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-lime-dark: #434712;\n /* Colors/System/Spectrum/Highlight/65-magenta-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-magenta-dark: #45054e;\n /* Colors/System/Spectrum/Highlight/65-orange-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-orange-dark: #532201;\n /* Colors/System/Spectrum/Highlight/65-pink-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-pink-dark: #4c0c2d;\n /* Colors/System/Spectrum/Highlight/65-purple-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-purple-dark: #220053;\n /* Colors/System/Spectrum/Highlight/65-red-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-red-dark: #4c141d;\n /* Colors/System/Spectrum/Highlight/65-teal-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-teal-dark: #012e2a;\n /* Colors/System/Spectrum/Highlight/65-yellow-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-yellow-dark: #564210;\n /* Colors/System/Spectrum/Highlight/85-blue-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-blue-light: #dfe9fd;\n /* Colors/System/Spectrum/Highlight/85-green-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-green-light: #deede5;\n /* Colors/System/Spectrum/Highlight/85-lime-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-lime-light: #f6f7e0;\n /* Colors/System/Spectrum/Highlight/85-magenta-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-magenta-light: #f6dbfa;\n /* Colors/System/Spectrum/Highlight/85-orange-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-orange-light: #fce7d9;\n /* Colors/System/Spectrum/Highlight/85-pink-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-pink-light: #f9deec;\n /* Colors/System/Spectrum/Highlight/85-purple-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-purple-light: #e7d9fc;\n /* Colors/System/Spectrum/Highlight/85-red-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-red-light: #f9e1e5;\n /* Colors/System/Spectrum/Highlight/85-teal-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-teal-light: #d9eceb;\n /* Colors/System/Spectrum/Highlight/85-yellow-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-yellow-light: #fef5e0;\n /* Colors/System/Spectrum/Vibrant/00-blue-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-blue-light: #276ef1;\n /* Colors/System/Spectrum/Vibrant/00-green-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-green-light: #258750;\n /* Colors/System/Spectrum/Vibrant/00-lime-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-lime-light: #c0ca33;\n /* Colors/System/Spectrum/Vibrant/00-magenta-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-magenta-light: #c60ede;\n /* Colors/System/Spectrum/Vibrant/00-orange-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-orange-light: #ee6002;\n /* Colors/System/Spectrum/Vibrant/00-pink-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-pink-light: #d82380;\n /* Colors/System/Spectrum/Vibrant/00-purple-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-purple-light: #6200ee;\n /* Colors/System/Spectrum/Vibrant/00-red-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-red-light: #d83a52;\n /* Colors/System/Spectrum/Vibrant/00-teal-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-teal-light: #038377;\n /* Colors/System/Spectrum/Vibrant/00-yellow-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-yellow-light: #f6bc2f;\n /* Colors/System/Spectrum/Vibrant/40-blue-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-blue-dark: #5d92f5;\n /* Colors/System/Spectrum/Vibrant/40-green-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-green-dark: #7cb796;\n /* Colors/System/Spectrum/Vibrant/40-lime-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-lime-dark: #d9df85;\n /* Colors/System/Spectrum/Vibrant/40-magenta-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-magenta-dark: #dd6eeb;\n /* Colors/System/Spectrum/Vibrant/40-orange-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-orange-dark: #f5a067;\n /* Colors/System/Spectrum/Vibrant/40-pink-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-pink-dark: #e87bb3;\n /* Colors/System/Spectrum/Vibrant/40-purple-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-purple-dark: #a166f5;\n /* Colors/System/Spectrum/Vibrant/40-red-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-red-dark: #e88997;\n /* Colors/System/Spectrum/Vibrant/40-teal-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-teal-dark: #68b5ad;\n /* Colors/System/Spectrum/Vibrant/40-yellow-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-yellow-dark: #fad782;\n /* Colors/System/Visited links/00-default-light - Global (primitives) */\n --colors-system-visited-links-00-default-light: #7a3e7a;\n /* Colors/System/Visited links/30-active-dark - Global (primitives) */\n --colors-system-visited-links-30-active-dark: #a278a2;\n /* Colors/System/Visited links/30-active-light - Global (primitives) */\n --colors-system-visited-links-30-active-light: #552b55;\n /* Colors/System/Visited links/40-default-dark - Global (primitives) */\n --colors-system-visited-links-40-default-dark: #af8baf;\n /* Colors/System/Visited links/40-disabled-dark - Global (primitives) */\n --colors-system-visited-links-40-disabled-dark: #492549;\n /* Colors/System/Visited links/40-disabled-light - Global (primitives) */\n --colors-system-visited-links-40-disabled-light: #af8baf;\n /* Colors/System/yellow-dark - Global (primitives) */\n --colors-system-yellow-dark: #f8cd63;\n /* Colors/System/yellow-dark-bg - Global (primitives) */\n --colors-system-yellow-dark-bg: #564210;\n /* Colors/System/yellow-light - Global (primitives) */\n --colors-system-yellow-light: #f6bc2f;\n /* Colors/System/yellow-light-bg - Global (primitives) */\n --colors-system-yellow-light-bg: #fef5e0;\n /* Corner radius/120 - Global (primitives) */\n --corner-radius-120: 12px;\n /* Corner radius/160 - Global (primitives) */\n --corner-radius-160: 16px;\n /* Corner radius/40 - Global (primitives) */\n --corner-radius-40: 4px;\n /* Corner radius/80 - Global (primitives) */\n --corner-radius-80: 8px;\n /* Corner radius/circular - Global (primitives) */\n --corner-radius-circular: 999px;\n /* Corner radius/None - Global (primitives) */\n --corner-radius-none: 0;\n /* East - navigation rails, drawers, sheets */\n --drop-shadow-east: 2px 0px 8px -2px #0000001a, 2px 0px 4px -2px #0000001f;\n /* Float */\n --drop-shadow-float: 0px 0px 1px 0px #00000052, 0px 8px 12px 0px #00000026;\n /* North - Bottom navigation, button dock, bottom sheet */\n --drop-shadow-north: 0px -2px 8px -2px #0000001a, 0px -2px 4px -2px #0000001f;\n /* Raise */\n --drop-shadow-raise: 0px 0px 1px 0px #00000026, 0px 1px 1px 0px #00000052;\n /* Scroll */\n --drop-shadow-scroll: 0px 0px 3px 0px #00000052;\n /* South - top navigation */\n --drop-shadow-south: 0px 2px 8px -2px #0000001a, 0px 2px 4px -2px #0000001f;\n /* West - side sheets */\n --drop-shadow-west: -8px 0px 8px -2px #0000001a, -5px 4px 4px -6px #00000026;\n /* Foreground/Brand/on-brand-primary - Theme - Anywhere */\n --foreground-brand-on-primary: #ffffff;\n /* Foreground/Link text/subtle-inverse-hovered - Theme - Anywhere */\n --foreground-link-text-subtle-inverse-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inverse-pressed - Theme - Anywhere */\n --foreground-link-text-subtle-inverse-pressed: #d1d1d1;\n /* Foreground/Neutral/inverse-on-surface - Theme - Anywhere */\n --foreground-neutral-inverse-on-surface: #fafafa;\n /* Foreground/Neutral/on-color - Theme - Anywhere */\n --foreground-neutral-on-color: #ffffff;\n /* Foreground/Neutral/on-inverse-surface - Theme - Anywhere */\n --foreground-neutral-on-inverse-surface: #fafafa;\n /* Interaction/disabled-opacity - Theme - 3.0 */\n --interaction-disabled-opacity: #0000000f;\n /* Interaction/primary-disabled-opacity - Theme - 3.0 */\n --interaction-primary-disabled-opacity: #1559ea1f;\n /* Interaction/primary-hover-opacity - Theme - 3.0 */\n --interaction-primary-hover-opacity: #1559ea1a;\n /* Interaction/primary-press-opacity - Theme - 3.0 */\n --interaction-primary-press-opacity: #1559ea33;\n /* Interactions/disabled-opacity - Theme - Anywhere */\n --interactions-disabled-opacity: #0000000f;\n /* Interactions/opacity-black-10 - Global (primitives) */\n --interactions-opacity-black-10: #0000001a;\n /* Interactions/opacity-black-16 - Global (primitives) */\n --interactions-opacity-black-16: #00000029;\n /* Interactions/opacity-black-20 - Global (primitives) */\n --interactions-opacity-black-20: #00000033;\n /* Interactions/opacity-black-30 - Global (primitives) */\n --interactions-opacity-black-30: #0000004d;\n /* Interactions/opacity-black-6 - Global (primitives) */\n --interactions-opacity-black-6: #0000000f;\n /* Interactions/opacity-black-8 - Global (primitives) */\n --interactions-opacity-black-8: #00000014;\n /* Interactions/opacity-white-10 - Global (primitives) */\n --interactions-opacity-white-10: #ffffff1a;\n /* Interactions/opacity-white-16 - Global (primitives) */\n --interactions-opacity-white-16: #ffffff29;\n /* Interactions/opacity-white-20 - Global (primitives) */\n --interactions-opacity-white-20: #ffffff33;\n /* Interactions/opacity-white-30 - Global (primitives) */\n --interactions-opacity-white-30: #ffffff4d;\n /* Interactions/opacity-white-6 - Global (primitives) */\n --interactions-opacity-white-6: #ffffff0f;\n /* Interactions/opacity-white-8 - Global (primitives) */\n --interactions-opacity-white-8: #ffffff14;\n /* Colors/Brands/Anywhere/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --interactions-primary-dark-opacity-10: #7271901a;\n /* Colors/Brands/Anywhere/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --interactions-primary-dark-opacity-12: #7271901f;\n /* Colors/Brands/Anywhere/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --interactions-primary-dark-opacity-16: #72719029;\n /* Colors/Brands/Anywhere/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --interactions-primary-dark-opacity-20: #72719033;\n /* Colors/Brands/Anywhere/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --interactions-primary-dark-opacity-8: #72719014;\n /* Colors/Brands/Anywhere/Interactions/primary-light-opacity-10 - Global (primitives) */\n --interactions-primary-light-opacity-10: #1413461a;\n /* Colors/Brands/Anywhere/Interactions/primary-light-opacity-12 - Global (primitives) */\n --interactions-primary-light-opacity-12: #1413461f;\n /* Colors/Brands/Anywhere/Interactions/primary-light-opacity-16 - Global (primitives) */\n --interactions-primary-light-opacity-16: #14134629;\n /* Colors/Brands/Anywhere/Interactions/primary-light-opacity-20 - Global (primitives) */\n --interactions-primary-light-opacity-20: #14134633;\n /* Colors/Brands/Anywhere/Interactions/primary-light-opacity-8 - Global (primitives) */\n --interactions-primary-light-opacity-8: #14134614;\n /* Labels/Base */\n --labels-base: 500 16px/20px var(--typeface);\n /* Labels/Base - line height */\n --labels-base-line-height: 20px;\n /* Labels/Base - size */\n --labels-base-size: 16px;\n /* Labels/Base - style */\n --labels-base-style: medium;\n /* Labels/Large */\n --labels-large: 500 18px/24px var(--typeface);\n /* Labels/Large - line height */\n --labels-large-line-height: 24px;\n /* Labels/Large - size */\n --labels-large-size: 18px;\n /* Labels/Large - style */\n --labels-large-style: medium;\n /* Labels/Small */\n --labels-small: 500 14px/20px var(--typeface);\n /* Labels/Small - line height */\n --labels-small-line-height: 20px;\n /* Labels/Small - size */\n --labels-small-size: 14px;\n /* Labels/Small - style */\n --labels-small-style: medium;\n /* Labels/X-Small */\n --labels-x-small: 500 12px/16px var(--typeface);\n /* Labels/X-Small - line height */\n --labels-x-small-line-height: 16px;\n /* Labels/X-Small - size */\n --labels-x-small-size: 12px;\n /* Labels/X-Small - style */\n --labels-x-small-style: medium;\n /* Colors/Brands/Anywhere/Primary/00-base - Global (primitives) */\n --primary-00-base: #141346;\n /* Colors/Brands/Anywhere/Primary/15-dark - Global (primitives) */\n --primary-15-dark: #11103c;\n /* Colors/Brands/Anywhere/Primary/40-light - Global (primitives) */\n --primary-40-light: #727190;\n /* Colors/Brands/Anywhere/Primary/55-light - Global (primitives) */\n --primary-55-light: #9595ac;\n /* Colors/Brands/Anywhere/Primary/75-dark - Global (primitives) */\n --primary-75-dark: #050512;\n /* Colors/Brands/Anywhere/Primary/85-light - Global (primitives) */\n --primary-85-light: #dcdce3;\n /* Radius/full - Borders */\n --radius-full: 999px;\n /* Radius/lg - Borders */\n --radius-lg: 12px;\n /* Radius/md - Borders */\n --radius-md: 8px;\n /* Radius/none - Borders */\n --radius-none: 0;\n /* Radius/sm - Borders */\n --radius-sm: 4px;\n /* Radius/xlg - Borders */\n --radius-xlg: 16px;\n /* Colors/Brands/Anywhere/Secondary/00-base - Global (primitives) */\n --secondary-00-base: #e95525;\n /* Colors/Brands/Anywhere/Secondary/15-dark - Global (primitives) */\n --secondary-15-dark: #c6481f;\n /* Colors/Brands/Anywhere/Secondary/40-light - Global (primitives) */\n --secondary-40-light: #f2997c;\n /* Colors/Brands/Anywhere/Secondary/55-light - Global (primitives) */\n --secondary-55-light: #f5b39d;\n /* Colors/Brands/Anywhere/Secondary/75-dark - Global (primitives) */\n --secondary-75-dark: #3a1509;\n /* Colors/Brands/Anywhere/Secondary/85-light - Global (primitives) */\n --secondary-85-light: #fce6de;\n /* Shadows/Inner-Shadow-black-100 - Global (primitives) */\n --shadows-inner-shadow-black-100: #000000;\n /* Shadows/Inner-Shadow-white-100 - Global (primitives) */\n --shadows-inner-shadow-white-100: #ffffff;\n /* Shadows/Shadow-black-10 - Global (primitives) */\n --shadows-shadow-black-10: #0000001a;\n /* Shadows/Shadow-black-12 - Global (primitives) */\n --shadows-shadow-black-12: #0000001f;\n /* Shadows/Shadow-black-15 - Global (primitives) */\n --shadows-shadow-black-15: #00000026;\n /* Shadows/Shadow-black-25 - Global (primitives) */\n --shadows-shadow-black-25: #00000040;\n /* Shadows/Shadow-black-32 - Global (primitives) */\n --shadows-shadow-black-32: #00000052;\n /* Shadows/Shadow-black-50 - Global (primitives) */\n --shadows-shadow-black-50: #00000080;\n /* Shadows/Shadow-gray-10 - Global (primitives) */\n --shadows-shadow-gray-10: #6161611a;\n /* Shadows/Shadow-gray-12 - Global (primitives) */\n --shadows-shadow-gray-12: #6161611f;\n /* Shadows/Shadow-gray-15 - Global (primitives) */\n --shadows-shadow-gray-15: #61616126;\n /* Shadows/Shadow-gray-25 - Global (primitives) */\n --shadows-shadow-gray-25: #61616140;\n /* Shadows/Shadow-gray-32 - Global (primitives) */\n --shadows-shadow-gray-32: #61616152;\n /* Shadows/Shadow-gray-50 - Global (primitives) */\n --shadows-shadow-gray-50: #61616180;\n /* Spacing/sizing-01 - Spacing & Sizing */\n --spacing-sizing-01: 4px;\n /* Spacing/sizing-02 - Spacing & Sizing */\n --spacing-sizing-02: 8px;\n /* Spacing/sizing-03 - Spacing & Sizing */\n --spacing-sizing-03: 12px;\n /* Spacing/sizing-04 - Spacing & Sizing */\n --spacing-sizing-04: 16px;\n /* Spacing/sizing-05 - Spacing & Sizing */\n --spacing-sizing-05: 20px;\n /* Spacing/sizing-06 - Spacing & Sizing */\n --spacing-sizing-06: 24px;\n /* Spacing/sizing-07 - Spacing & Sizing */\n --spacing-sizing-07: 28px;\n /* Spacing/sizing-08 - Spacing & Sizing */\n --spacing-sizing-08: 32px;\n /* Spacing/sizing-09 - Spacing & Sizing */\n --spacing-sizing-09: 36px;\n /* Spacing/sizing-10 - Spacing & Sizing */\n --spacing-sizing-10: 40px;\n /* Spacing/sizing-11 - Spacing & Sizing */\n --spacing-sizing-11: 44px;\n /* Spacing/sizing-12 - Spacing & Sizing */\n --spacing-sizing-12: 48px;\n /* Spacing/sizing-13 - Spacing & Sizing */\n --spacing-sizing-13: 52px;\n /* Spacing/sizing-14 - Spacing & Sizing */\n --spacing-sizing-14: 56px;\n /* Spacing/sizing-15 - Spacing & Sizing */\n --spacing-sizing-15: 60px;\n /* Spacing/sizing-16 - Spacing & Sizing */\n --spacing-sizing-16: 64px;\n /* Spacing/sizing-17 - Spacing & Sizing */\n --spacing-sizing-17: 68px;\n /* Spacing/sizing-18 - Spacing & Sizing */\n --spacing-sizing-18: 72px;\n /* Spacing/sizing-19 - Spacing & Sizing */\n --spacing-sizing-19: 80px;\n /* Spacing/sizing-20 - Spacing & Sizing */\n --spacing-sizing-20: 96px;\n /* Spacing/sizing-21 - Spacing & Sizing */\n --spacing-sizing-21: 104px;\n /* Spacing/sizing-22 - Spacing & Sizing */\n --spacing-sizing-22: 120px;\n /* Spacing/sizing-23 - Spacing & Sizing */\n --spacing-sizing-23: 128px;\n /* Spacing/sizing-24 - Spacing & Sizing */\n --spacing-sizing-24: 148px;\n /* Spacing/sizing-25 - Spacing & Sizing */\n --spacing-sizing-25: 152px;\n /* Spacing/sizing-none - Spacing & Sizing */\n --spacing-sizing-none: 0;\n /* Spacings/1040 - Global (primitives) */\n --spacings-1040: 104px;\n /* Spacings/120 - Global (primitives) */\n --spacings-120: 12px;\n /* Spacings/1200 - Global (primitives) */\n --spacings-1200: 120px;\n /* Spacings/1280 - Global (primitives) */\n --spacings-1280: 128px;\n /* Spacings/1480 - Global (primitives) */\n --spacings-1480: 148px;\n /* Spacings/1520 - Global (primitives) */\n --spacings-1520: 152px;\n /* Spacings/160 - Global (primitives) */\n --spacings-160: 16px;\n /* Spacings/200 - Global (primitives) */\n --spacings-200: 20px;\n /* Spacings/240 - Global (primitives) */\n --spacings-240: 24px;\n /* Spacings/280 - Global (primitives) */\n --spacings-280: 28px;\n /* Spacings/320 - Global (primitives) */\n --spacings-320: 32px;\n /* Spacings/360 - Global (primitives) */\n --spacings-360: 36px;\n /* Spacings/40 - Global (primitives) */\n --spacings-40: 4px;\n /* Spacings/400 - Global (primitives) */\n --spacings-400: 40px;\n /* Spacings/440 - Global (primitives) */\n --spacings-440: 44px;\n /* Spacings/480 - Global (primitives) */\n --spacings-480: 48px;\n /* Spacings/520 - Global (primitives) */\n --spacings-520: 52px;\n /* Spacings/560 - Global (primitives) */\n --spacings-560: 56px;\n /* Spacings/600 - Global (primitives) */\n --spacings-600: 60px;\n /* Spacings/640 - Global (primitives) */\n --spacings-640: 64px;\n /* Spacings/680 - Global (primitives) */\n --spacings-680: 68px;\n /* Spacings/720 - Global (primitives) */\n --spacings-720: 72px;\n /* Spacings/80 - Global (primitives) */\n --spacings-80: 8px;\n /* Spacings/800 - Global (primitives) */\n --spacings-800: 80px;\n /* Spacings/960 - Global (primitives) */\n --spacings-960: 96px;\n /* Spacings/None - Global (primitives) */\n --spacings-none: 0;\n /* Status/on-error - Theme - Anywhere */\n --status-on-error: #ffffff;\n /* Status/on-information - Theme - Anywhere */\n --status-on-information: #ffffff;\n /* Status/on-informational - Theme - Anywhere */\n --status-on-informational: #ffffff;\n /* Status/on-success - Theme - Anywhere */\n --status-on-success: #ffffff;\n /* Status/on-warning - Theme - Anywhere */\n --status-on-warning: #141414;\n /* Stroke/Neutral/focus-on-inverse - Theme - Anywhere */\n --stroke-neutral-focus-on-inverse: #ffffff;\n /* Stroke/Neutral/Interaction/inverse-focus - Theme - 3.0 */\n --stroke-neutral-interaction-inverse-focus: #ffffff;\n /* Stroke/Neutral/Interactions/inverse-focus - Theme - Anywhere */\n --stroke-neutral-interactions-inverse-focus: #ffffff;\n /* Stroke/none - Borders */\n --stroke-none: 0;\n /* Stroke/thick - Borders */\n --stroke-thick: 2px;\n /* Stroke/thicker - Borders */\n --stroke-thicker: 4px;\n /* Stroke/thin - Borders */\n --stroke-thin: 1px;\n /* Surface/Neutral/transparent - Theme - Anywhere */\n --surface-neutral-transparent: #ffffff00;\n /* Colors/Brands/Anywhere/Tertiary/00-base - Global (primitives) */\n --tertiary-00-base: #030330;\n /* Colors/Brands/Anywhere/Tertiary/15-dark - Global (primitives) */\n --tertiary-15-dark: #030329;\n /* Colors/Brands/Anywhere/Tertiary/40-light - Global (primitives) */\n --tertiary-40-light: #686883;\n /* Colors/Brands/Anywhere/Tertiary/55-light - Global (primitives) */\n --tertiary-55-light: #8e8ea2;\n /* Colors/Brands/Anywhere/Tertiary/75-dark - Global (primitives) */\n --tertiary-75-dark: #01010c;\n /* Colors/Brands/Anywhere/Tertiary/85-light - Global (primitives) */\n --tertiary-85-light: #d9d9e0;\n /* Typeface - Brand */\n --typeface: 'Work Sans', sans-serif;\n /* Typography/Line-height/lh-1 - Global (primitives) */\n --typography-line-height-lh-1: 16px;\n /* Typography/Line-height/lh-10 - Global (primitives) */\n --typography-line-height-lh-10: 48px;\n /* Typography/Line-height/lh-11 - Global (primitives) */\n --typography-line-height-lh-11: 56px;\n /* Typography/Line-height/lh-12 - Global (primitives) */\n --typography-line-height-lh-12: 60px;\n /* Typography/Line-height/lh-13 - Global (primitives) */\n --typography-line-height-lh-13: 64px;\n /* Typography/Line-height/lh-14 - Global (primitives) */\n --typography-line-height-lh-14: 72px;\n /* Typography/Line-height/lh-15 - Global (primitives) */\n --typography-line-height-lh-15: 88px;\n /* Typography/Line-height/lh-2 - Global (primitives) */\n --typography-line-height-lh-2: 20px;\n /* Typography/Line-height/lh-3 - Global (primitives) */\n --typography-line-height-lh-3: 22px;\n /* Typography/Line-height/lh-4 - Global (primitives) */\n --typography-line-height-lh-4: 24px;\n /* Typography/Line-height/lh-5 - Global (primitives) */\n --typography-line-height-lh-5: 28px;\n /* Typography/Line-height/lh-6 - Global (primitives) */\n --typography-line-height-lh-6: 32px;\n /* Typography/Line-height/lh-7 - Global (primitives) */\n --typography-line-height-lh-7: 36px;\n /* Typography/Line-height/lh-8 - Global (primitives) */\n --typography-line-height-lh-8: 40px;\n /* Typography/Line-height/lh-9 - Global (primitives) */\n --typography-line-height-lh-9: 44px;\n /* Typography/Size/base - Global (primitives) */\n --typography-size-base: 16px;\n /* Typography/Size/bp-md - Global (primitives) */\n --typography-size-bp-md: 18px;\n /* Typography/Size/d-lg-m - Global (primitives) */\n --typography-size-d-lg-m: 64px;\n /* Typography/Size/d-lg (old) - Global (primitives) */\n --typography-size-d-lg-old: 60px;\n /* Typography/Size/d-md-m - Global (primitives) */\n --typography-size-d-md-m: 56px;\n /* Typography/Size/d-md (old) - Global (primitives) */\n --typography-size-d-md-old: 52px;\n /* Typography/Size/d-sm-m - Global (primitives) */\n --typography-size-d-sm-m: 48px;\n /* Typography/Size/d-sm (old) - Global (primitives) */\n --typography-size-d-sm-old: 44px;\n /* Typography/Size/lg-xlg - Global (primitives) */\n --typography-size-lg-xlg: 28px;\n /* Typography/Size/md-mdp - Global (primitives) */\n --typography-size-md-mdp: 20px;\n /* Typography/Size/mdp-lg - Global (primitives) */\n --typography-size-mdp-lg: 24px;\n /* Typography/Size/sm - Global (primitives) */\n --typography-size-sm: 14px;\n /* Typography/Size/xlg-xxlg - Global (primitives) */\n --typography-size-xlg-xxlg: 32px;\n /* Typography/Size/xs - Global (primitives) */\n --typography-size-xs: 12px;\n /* Typography/Size/xxlg-xxxlg - Global (primitives) */\n --typography-size-xxlg-xxxlg: 36px;\n /* Typography/Size/xxxlg - Global (primitives) */\n --typography-size-xxxlg: 40px;\n /* Typography/Typeface/Arial - Global (primitives) */\n --typography-typeface-arial: 'Arial', sans-serif;\n /* Typography/Typeface/Geist - Global (primitives) */\n --typography-typeface-geist: 'Geist', sans-serif;\n /* Typography/Typeface/Helvetica - Global (primitives) */\n --typography-typeface-helvetica: 'Helvetica', sans-serif;\n /* Typography/Typeface/Inter - Global (primitives) */\n --typography-typeface-inter: 'Inter', sans-serif;\n /* Typography/Typeface/Lato - Global (primitives) */\n --typography-typeface-lato: 'Lato', sans-serif;\n /* Typography/Typeface/Manrope - Global (primitives) */\n --typography-typeface-manrope: 'Manrope', sans-serif;\n /* Typography/Typeface/Open Sans - Global (primitives) */\n --typography-typeface-open-sans: 'Open Sans', sans-serif;\n /* Typography/Typeface/Red Hat Text - Global (primitives) */\n --typography-typeface-red-hat-text: 'Red Hat Text', sans-serif;\n /* Typography/Typeface/Roboto - Global (primitives) */\n --typography-typeface-roboto: 'Roboto', sans-serif;\n /* Typography/Typeface/SF Pro - Global (primitives) */\n --typography-typeface-sf-pro: 'SF Pro', sans-serif;\n /* Typography/Typeface/Typold - Global (primitives) */\n --typography-typeface-typold: 'Typold', sans-serif;\n /* Typography/Typeface/Work Sans - Global (primitives) */\n --typography-typeface-work-sans: 'Work Sans', sans-serif;\n /* Typography/Weight/300 - Global (primitives) */\n --typography-weight-300: 300;\n /* Typography/Weight/400 - Global (primitives) */\n --typography-weight-400: 400;\n /* Typography/Weight/500 - Global (primitives) */\n --typography-weight-500: 500;\n /* Typography/Weight/600 - Global (primitives) */\n --typography-weight-600: 600;\n /* Mobile/Display/Regular/Large */\n --display-regular-large: 400 56px/72px var(--typeface);\n /* Mobile/Display/Regular/Large - line height */\n --display-regular-large-line-height: 72px;\n /* Mobile/Display/Regular/Large - size */\n --display-regular-large-size: 56px;\n /* Mobile/Display/Regular/Large - style */\n --display-regular-large-style: regular;\n /* Mobile/Display/Regular/Medium */\n --display-regular-medium: 400 48px/60px var(--typeface);\n /* Mobile/Display/Regular/Medium - line height */\n --display-regular-medium-line-height: 60px;\n /* Mobile/Display/Regular/Medium - size */\n --display-regular-medium-size: 48px;\n /* Mobile/Display/Regular/Medium - style */\n --display-regular-medium-style: regular;\n /* Mobile/Display/Regular/Small */\n --display-regular-small: 400 40px/48px var(--typeface);\n /* Mobile/Display/Regular/Small - line height */\n --display-regular-small-line-height: 48px;\n /* Mobile/Display/Regular/Small - size */\n --display-regular-small-size: 40px;\n /* Mobile/Display/Regular/Small - style */\n --display-regular-small-style: regular;\n /* Mobile/Display/Semibold/Large */\n --display-semibold-large: 600 56px/72px var(--typeface);\n /* Mobile/Display/Semibold/Large - line height */\n --display-semibold-large-line-height: 72px;\n /* Mobile/Display/Semibold/Large - size */\n --display-semibold-large-size: 56px;\n /* Mobile/Display/Semibold/Large - style */\n --display-semibold-large-style: semibold;\n /* Mobile/Display/Semibold/Medium */\n --display-semibold-medium: 600 48px/60px var(--typeface);\n /* Mobile/Display/Semibold/Medium - line height */\n --display-semibold-medium-line-height: 60px;\n /* Mobile/Display/Semibold/Medium - size */\n --display-semibold-medium-size: 48px;\n /* Mobile/Display/Semibold/Medium - style */\n --display-semibold-medium-style: semibold;\n /* Mobile/Display/Semibold/Small */\n --display-semibold-small: 600 40px/48px var(--typeface);\n /* Mobile/Display/Semibold/Small - line height */\n --display-semibold-small-line-height: 48px;\n /* Mobile/Display/Semibold/Small - size */\n --display-semibold-small-size: 40px;\n /* Mobile/Display/Semibold/Small - style */\n --display-semibold-small-style: semibold;\n /* Mobile/Heading/H1 - Large Headline */\n --heading-h1: 600 32px/40px var(--typeface);\n /* Mobile/Heading/H1 - Large Headline line height */\n --heading-h1-line-height: 40px;\n /* Mobile/Heading/H1 - Large Headline size */\n --heading-h1-size: 32px;\n /* Mobile/Heading/H1 - Large Headline style */\n --heading-h1-style: semibold;\n /* Mobile/Heading/H2 - Headline */\n --heading-h2: 600 28px/36px var(--typeface);\n /* Mobile/Heading/H2 - Headline line height */\n --heading-h2-line-height: 36px;\n /* Mobile/Heading/H2 - Headline size */\n --heading-h2-size: 28px;\n /* Mobile/Heading/H2 - Headline style */\n --heading-h2-style: semibold;\n /* Mobile/Heading/H3 - Headline */\n --heading-h3: 600 24px/32px var(--typeface);\n /* Mobile/Heading/H3 - Headline line height */\n --heading-h3-line-height: 32px;\n /* Mobile/Heading/H3 - Headline size */\n --heading-h3-size: 24px;\n /* Mobile/Heading/H3 - Headline style */\n --heading-h3-style: semibold;\n /* Mobile/Heading/H4 - Headline */\n --heading-h4: 600 20px/28px var(--typeface);\n /* Mobile/Heading/H4 - Headline line height */\n --heading-h4-line-height: 28px;\n /* Mobile/Heading/H4 - Headline size */\n --heading-h4-size: 20px;\n /* Mobile/Heading/H4 - Headline style */\n --heading-h4-style: semibold;\n /* Mobile/Heading/H5 */\n --heading-h5: 600 18px/24px var(--typeface);\n /* Mobile/Heading/H5 - line height */\n --heading-h5-line-height: 24px;\n /* Mobile/Heading/H5 - size */\n --heading-h5-size: 18px;\n /* Mobile/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Mobile/Heading/H6 */\n --heading-h6: 500 16px/20px var(--typeface);\n /* Mobile/Heading/H6 - line height */\n --heading-h6-line-height: 20px;\n /* Mobile/Heading/H6 - size */\n --heading-h6-size: 16px;\n /* Mobile/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Mobile/Subheader/Large - Headline */\n --subheader-large: 400 20px/28px var(--typeface);\n /* Mobile/Subheader/Large - Headline line height */\n --subheader-large-line-height: 28px;\n /* Mobile/Subheader/Large - Headline size */\n --subheader-large-size: 20px;\n /* Mobile/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Mobile/Subheader/Medium - Headline */\n --subheader-medium: 400 18px/24px var(--typeface);\n /* Mobile/Subheader/Medium - Headline line height */\n --subheader-medium-line-height: 24px;\n /* Mobile/Subheader/Medium - Headline size */\n --subheader-medium-size: 18px;\n /* Mobile/Subheader/Medium - Headline style */\n --subheader-medium-style: regular;\n /* Mobile/Subheader/X-Large - Headline */\n --subheader-x-large: 400 24px/32px var(--typeface);\n /* Mobile/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 32px;\n /* Mobile/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 24px;\n /* Mobile/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Mobile/Subheader/XX-Large - Large Headline */\n --subheader-xx-large: 400 28px/36px var(--typeface);\n /* Mobile/Subheader/XX-Large - Large Headline line height */\n --subheader-xx-large-line-height: 36px;\n /* Mobile/Subheader/XX-Large - Large Headline size */\n --subheader-xx-large-size: 28px;\n /* Mobile/Subheader/XX-Large - Large Headline style */\n --subheader-xx-large-style: regular;\n /* Mobile/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 32px/40px var(--typeface);\n /* Mobile/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 40px;\n /* Mobile/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 32px;\n /* Mobile/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n\n @media (width >= 640px) {\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. */\n --display-regular-large: 400 64px/88px var(--typeface);\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. line height */\n --display-regular-large-line-height: 88px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. size */\n --display-regular-large-size: 64px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. style */\n --display-regular-large-style: regular;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. */\n --display-regular-medium: 400 56px/72px var(--typeface);\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. line height */\n --display-regular-medium-line-height: 72px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. size */\n --display-regular-medium-size: 56px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. style */\n --display-regular-medium-style: regular;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. */\n --display-regular-small: 400 48px/60px var(--typeface);\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. line height */\n --display-regular-small-line-height: 60px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. size */\n --display-regular-small-size: 48px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. style */\n --display-regular-small-style: regular;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. */\n --display-semibold-large: 600 64px/88px var(--typeface);\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. line height */\n --display-semibold-large-line-height: 88px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. size */\n --display-semibold-large-size: 64px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. style */\n --display-semibold-large-style: semibold;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. */\n --display-semibold-medium: 600 56px/72px var(--typeface);\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. line height */\n --display-semibold-medium-line-height: 72px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. size */\n --display-semibold-medium-size: 56px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. style */\n --display-semibold-medium-style: semibold;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. */\n --display-semibold-small: 600 48px/60px var(--typeface);\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. line height */\n --display-semibold-small-line-height: 60px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. size */\n --display-semibold-small-size: 48px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. style */\n --display-semibold-small-style: semibold;\n /* Desktop/Heading/H1 */\n --heading-h1: 600 40px/48px var(--typeface);\n /* Desktop/Heading/H1 - line height */\n --heading-h1-line-height: 48px;\n /* Desktop/Heading/H1 - size */\n --heading-h1-size: 40px;\n /* Desktop/Heading/H1 - style */\n --heading-h1-style: semibold;\n /* Desktop/Heading/H2 */\n --heading-h2: 600 32px/40px var(--typeface);\n /* Desktop/Heading/H2 - line height */\n --heading-h2-line-height: 40px;\n /* Desktop/Heading/H2 - size */\n --heading-h2-size: 32px;\n /* Desktop/Heading/H2 - style */\n --heading-h2-style: semibold;\n /* Desktop/Heading/H3 */\n --heading-h3: 600 28px/36px var(--typeface);\n /* Desktop/Heading/H3 - line height */\n --heading-h3-line-height: 36px;\n /* Desktop/Heading/H3 - size */\n --heading-h3-size: 28px;\n /* Desktop/Heading/H3 - style */\n --heading-h3-style: semibold;\n /* Desktop/Heading/H4 */\n --heading-h4: 600 24px/32px var(--typeface);\n /* Desktop/Heading/H4 - line height */\n --heading-h4-line-height: 32px;\n /* Desktop/Heading/H4 - size */\n --heading-h4-size: 24px;\n /* Desktop/Heading/H4 - style */\n --heading-h4-style: semibold;\n /* Desktop/Heading/H5 */\n --heading-h5: 600 20px/28px var(--typeface);\n /* Desktop/Heading/H5 - line height */\n --heading-h5-line-height: 28px;\n /* Desktop/Heading/H5 - size */\n --heading-h5-size: 20px;\n /* Desktop/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Desktop/Heading/H6 */\n --heading-h6: 500 18px/24px var(--typeface);\n /* Desktop/Heading/H6 - line height */\n --heading-h6-line-height: 24px;\n /* Desktop/Heading/H6 - size */\n --heading-h6-size: 18px;\n /* Desktop/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Desktop/Subheader/Large - Headline */\n --subheader-large: 400 24px/32px var(--typeface);\n /* Desktop/Subheader/Large - Headline line height */\n --subheader-large-line-height: 32px;\n /* Desktop/Subheader/Large - Headline size */\n --subheader-large-size: 24px;\n /* Desktop/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Desktop/Subheader/Medium */\n --subheader-medium: 400 20px/28px var(--typeface);\n /* Desktop/Subheader/Medium - line height */\n --subheader-medium-line-height: 28px;\n /* Desktop/Subheader/Medium - size */\n --subheader-medium-size: 20px;\n /* Desktop/Subheader/Medium - style */\n --subheader-medium-style: regular;\n /* Desktop/Subheader/X-Large - Headline */\n --subheader-x-large: 400 28px/36px var(--typeface);\n /* Desktop/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 36px;\n /* Desktop/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 28px;\n /* Desktop/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Desktop/Subheader/XX-Large - Headline */\n --subheader-xx-large: 400 32px/40px var(--typeface);\n /* Desktop/Subheader/XX-Large - Headline line height */\n --subheader-xx-large-line-height: 40px;\n /* Desktop/Subheader/XX-Large - Headline size */\n --subheader-xx-large-size: 32px;\n /* Desktop/Subheader/XX-Large - Headline style */\n --subheader-xx-large-style: regular;\n /* Desktop/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 40px/48px var(--typeface);\n /* Desktop/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 48px;\n /* Desktop/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 40px;\n /* Desktop/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n }\n\n /** Light theme (default) **/\n /* Background/base - Theme - Anywhere */\n --background-base: #ffffff;\n /* Background/scrim - Theme - Anywhere */\n --background-scrim: #00000040;\n /* Background/shade - Theme - Anywhere */\n --background-shade: #f5f5f5;\n /* Data visual/category-01 - Theme - Anywhere */\n --data-visual-category-01: #d67e51;\n /* Data visual/category-01-highlight - Theme - Anywhere */\n --data-visual-category-01-highlight: #d67e514d;\n /* Data visual/category-02 - Theme - Anywhere */\n --data-visual-category-02: #7a2a0b;\n /* Data visual/category-02-highlight - Theme - Anywhere */\n --data-visual-category-02-highlight: #7a2a0b4d;\n /* Data visual/category-03 - Theme - Anywhere */\n --data-visual-category-03: #ab922b;\n /* Data visual/category-03-highlight - Theme - Anywhere */\n --data-visual-category-03-highlight: #ab922b4d;\n /* Data visual/category-04 - Theme - Anywhere */\n --data-visual-category-04: #2d3300;\n /* Data visual/category-04-highlight - Theme - Anywhere */\n --data-visual-category-04-highlight: #2d33004d;\n /* Data visual/category-05 - Theme - Anywhere */\n --data-visual-category-05: #794b34;\n /* Data visual/category-05-highlight - Theme - Anywhere */\n --data-visual-category-05-highlight: #794b344d;\n /* Data visual/category-06 - Theme - Anywhere */\n --data-visual-category-06: #7f7f7f;\n /* Data visual/category-06-highlight - Theme - Anywhere */\n --data-visual-category-06-highlight: #7f7f7f4d;\n /* Data visual/category-07 - Theme - Anywhere */\n --data-visual-category-07: #530909;\n /* Data visual/category-07-highlight - Theme - Anywhere */\n --data-visual-category-07-highlight: #5309094d;\n /* Data visual/category-1 - Theme - Anywhere */\n --data-visual-category-1: #7a2a0b;\n /* Data visual/category-1-highlight - Theme - Anywhere */\n --data-visual-category-1-highlight: #7a2a0b4d;\n /* Data visual/category-2 - Theme - Anywhere */\n --data-visual-category-2: #d67e51;\n /* Data visual/category-2-highlight - Theme - Anywhere */\n --data-visual-category-2-highlight: #d67e514d;\n /* Data visual/category-3 - Theme - Anywhere */\n --data-visual-category-3: #2d3300;\n /* Data visual/category-3-highlight - Theme - Anywhere */\n --data-visual-category-3-highlight: #2d33004d;\n /* Data visual/category-4 - Theme - Anywhere */\n --data-visual-category-4: #ab922b;\n /* Data visual/category-4-highlight - Theme - Anywhere */\n --data-visual-category-4-highlight: #ab922b4d;\n /* Data visual/category-5 - Theme - Anywhere */\n --data-visual-category-5: #530909;\n /* Data visual/category-5-highlight - Theme - Anywhere */\n --data-visual-category-5-highlight: #5309094d;\n /* Data visual/category-6 - Theme - Anywhere */\n --data-visual-category-6: #7f7f7f;\n /* Data visual/category-6-highlight - Theme - Anywhere */\n --data-visual-category-6-highlight: #7f7f7f4d;\n /* Data visual/category-7 - Theme - Anywhere */\n --data-visual-category-7: #794b34;\n /* Data visual/category-7-highlight - Theme - Anywhere */\n --data-visual-category-7-highlight: #794b344d;\n /* Data visual/gradient-end - Theme - Anywhere */\n --data-visual-gradient-end: #ffffff4d;\n /* Data visual/green - Theme - Anywhere */\n --data-visual-green: #258750;\n /* Data visual/green-highlight - Theme - Anywhere */\n --data-visual-green-highlight: #deede5;\n /* Data visual/negative - Theme - Anywhere */\n --data-visual-negative: #d83a52;\n /* Data visual/negative-highlight - Theme - Anywhere */\n --data-visual-negative-highlight: #f9e1e5;\n /* Data visual/positive - Theme - Anywhere */\n --data-visual-positive: #258750;\n /* Data visual/positive-highlight - Theme - Anywhere */\n --data-visual-positive-highlight: #deede5;\n /* Data visual/red - Theme - Anywhere */\n --data-visual-red: #d83a52;\n /* Data visual/red-highlight - Theme - Anywhere */\n --data-visual-red-highlight: #f9e1e5;\n /* Foreground/Brand/on-inverse-primary - Theme - Anywhere */\n --foreground-brand-on-inverse-primary: #727190;\n /* Foreground/Brand/on-inverse-secondary - Theme - Anywhere */\n --foreground-brand-on-inverse-secondary: #f2997c;\n /* Foreground/Brand/on-brand-secondary - Theme - Anywhere */\n --foreground-brand-on-secondary: #ffffff;\n /* Foreground/Brand/brand-primary - Theme - Anywhere */\n --foreground-brand-primary: #030330;\n /* Foreground/Brand/brand-primary-depth - Theme - Anywhere */\n --foreground-brand-primary-depth: #11103c;\n /* Foreground/Brand/brand-secondary - Theme - Anywhere */\n --foreground-brand-secondary: #e95525;\n /* Foreground/Brand/brand-secondary-depth - Theme - Anywhere */\n --foreground-brand-secondary-depth: #c6481f;\n /* Foreground/Link text/default - Theme - Anywhere */\n --foreground-link-text-default: #215ecd;\n /* Foreground/Link text/default-disabled - Theme - Anywhere */\n --foreground-link-text-default-disabled: #7a9ee1;\n /* Foreground/Link text/default-hovered - Theme - Anywhere */\n --foreground-link-text-default-hovered: #1e55b9;\n /* Foreground/Link text/default-pressed - Theme - Anywhere */\n --foreground-link-text-default-pressed: #1a4ba4;\n /* Foreground/Link text/default-visited - Theme - Anywhere */\n --foreground-link-text-default-visited: #7a3e7a;\n /* Foreground/Link text/subtle-disabled - Theme - Anywhere */\n --foreground-link-text-subtle-disabled: #bdbdbd;\n /* Foreground/Link text/subtle-hovered - Theme - Anywhere */\n --foreground-link-text-subtle-hovered: #292929;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Anywhere */\n --foreground-link-text-subtle-inversed-disabled: #757575;\n /* Foreground/Link text/subtle-pressed - Theme - Anywhere */\n --foreground-link-text-subtle-pressed: #424242;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Anywhere */\n --foreground-neutral-disabled-on-color-surface: #757575;\n /* Foreground/Neutral/disabled-on-surface - Theme - Anywhere */\n --foreground-neutral-disabled-on-surface: #bdbdbd;\n /* Foreground/Neutral/on-surface - Theme - Anywhere */\n --foreground-neutral-on-surface: #141414;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Anywhere */\n --foreground-neutral-on-surface-variant-01: #474747;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Anywhere */\n --foreground-neutral-on-surface-variant-02: #757575;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Anywhere */\n --foreground-neutral-on-surface-variant-03: #8a8a8a;\n /* Foreground/Neutral/skeleton-element - Theme - Anywhere */\n --foreground-neutral-skeleton-element: #c7c7c7;\n /* Foreground/Spectrum/blue - Theme - Anywhere */\n --foreground-spectrum-blue: #143778;\n /* Foreground/Spectrum/green - Theme - Anywhere */\n --foreground-spectrum-green: #134428;\n /* Foreground/Spectrum/lime - Theme - Anywhere */\n --foreground-spectrum-lime: #60651a;\n /* Foreground/Spectrum/magenta - Theme - Anywhere */\n --foreground-spectrum-magenta: #63076f;\n /* Foreground/Spectrum/orange - Theme - Anywhere */\n --foreground-spectrum-orange: #773001;\n /* Foreground/Spectrum/pink - Theme - Anywhere */\n --foreground-spectrum-pink: #6c1240;\n /* Foreground/Spectrum/purple - Theme - Anywhere */\n --foreground-spectrum-purple: #310077;\n /* Foreground/Spectrum/red - Theme - Anywhere */\n --foreground-spectrum-red: #6c1d29;\n /* Foreground/Spectrum/teal - Theme - Anywhere */\n --foreground-spectrum-teal: #01413c;\n /* Foreground/Spectrum/yellow - Theme - Anywhere */\n --foreground-spectrum-yellow: #7b5e18;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #0000000f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #0000001a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #00000033;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #00000014;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #0000004d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #00000029;\n /* Interactions/brand-disabled-opacity - Theme - Anywhere */\n --interactions-brand-disabled-opacity: #0000000f;\n /* Interactions/brand-hover-opacity - Theme - Anywhere */\n --interactions-brand-hover-opacity: #0000001a;\n /* Interactions/brand-press-opacity - Theme - Anywhere */\n --interactions-brand-press-opacity: #00000033;\n /* Interactions/hover-opacity - Theme - Anywhere */\n --interactions-hover-opacity: #00000014;\n /* Interactions/link-active-opacity - Theme - Anywhere */\n --interactions-link-active-opacity: #0000004d;\n /* Interactions/neutral-hover-opacity - Theme - Anywhere */\n --interactions-neutral-hover-opacity: #00000014;\n /* Interactions/neutral-press-opacity - Theme - Anywhere */\n --interactions-neutral-press-opacity: #00000029;\n /* Interactions/press-opacity - Theme - Anywhere */\n --interactions-press-opacity: #00000029;\n /* Interactions/primary-disabled-opacity - Theme - Anywhere */\n --interactions-primary-disabled-opacity: #1413461f;\n /* Interactions/primary-hover-opacity - Theme - Anywhere */\n --interactions-primary-hover-opacity: #1413461a;\n /* Interactions/primary-press-opacity - Theme - Anywhere */\n --interactions-primary-press-opacity: #14134633;\n /* Shadow/shadow-10 - Theme - Anywhere */\n --shadow-10: #0000001a;\n /* Shadow/shadow-12 - Theme - Anywhere */\n --shadow-12: #0000001f;\n /* Shadow/shadow-15 - Theme - Anywhere */\n --shadow-15: #00000026;\n /* Shadow/shadow-25 - Theme - Anywhere */\n --shadow-25: #00000040;\n /* Shadow/shadow-32 - Theme - Anywhere */\n --shadow-32: #00000052;\n /* Shadow/inner-shadow - Theme - Anywhere */\n --shadow-inner: #ffffff;\n /* Shadow/inner-shadow-100 - Theme - Anywhere */\n --shadow-inner-100: #ffffff;\n /* Shadow/variant-01 - Theme - Anywhere */\n --shadow-variant-01: #0000001a;\n /* Shadow/variant-02 - Theme - Anywhere */\n --shadow-variant-02: #0000001f;\n /* Shadow/variant-03 - Theme - Anywhere */\n --shadow-variant-03: #00000026;\n /* Shadow/variant-04 - Theme - Anywhere */\n --shadow-variant-04: #00000040;\n /* Shadow/variant-05 - Theme - Anywhere */\n --shadow-variant-05: #00000052;\n /* Status/error - Theme - Anywhere */\n --status-error: #d83a52;\n /* Status/information - Theme - Anywhere */\n --status-information: #276ef1;\n /* Status/informational - Theme - Anywhere */\n --status-informational: #276ef1;\n /* Status/success - Theme - Anywhere */\n --status-success: #258750;\n /* Status/warning - Theme - Anywhere */\n --status-warning: #f6bc2f;\n /* Stroke/Brand/brand-primary - Theme - Anywhere */\n --stroke-brand-primary: #030330;\n /* Stroke/Brand/brand-primary-depth - Theme - Anywhere */\n --stroke-brand-primary-depth: #030329;\n /* Stroke/Brand/brand-secondary - Theme - Anywhere */\n --stroke-brand-secondary: #e95525;\n /* Stroke/Brand/brand-secondary-depth - Theme - Anywhere */\n --stroke-brand-secondary-depth: #c6481f;\n /* Stroke/Neutral/neutral-base - Theme - Anywhere */\n --stroke-neutral-base: #949494;\n /* Stroke/Neutral/disabled-dark - Theme - Anywhere */\n --stroke-neutral-disabled-dark: #757575;\n /* Stroke/Neutral/disabled-light - Theme - Anywhere */\n --stroke-neutral-disabled-light: #bdbdbd;\n /* Stroke/Neutral/focus - Theme - Anywhere */\n --stroke-neutral-focus: #000000;\n /* Stroke/Neutral/neutral-high - Theme - Anywhere */\n --stroke-neutral-high: #141414;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Anywhere */\n --stroke-neutral-high-contrast: #141414;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #48566a;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #c8d6e5;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #000000;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Anywhere */\n --stroke-neutral-interactions-disabled-dark: #757575;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Anywhere */\n --stroke-neutral-interactions-disabled-light: #bdbdbd;\n /* Stroke/Neutral/Interactions/focus - Theme - Anywhere */\n --stroke-neutral-interactions-focus: #000000;\n /* Stroke/Neutral/neutral-low - Theme - Anywhere */\n --stroke-neutral-low: #e0e0e0;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Anywhere */\n --stroke-neutral-low-contrast: #e0e0e0;\n /* Surface/Brand/primary - Theme - Anywhere */\n --surface-brand-primary: #141346;\n /* Surface/Brand/primary-highlight - Theme - Anywhere */\n --surface-brand-primary-highlight: #dcdce3;\n /* Surface/Brand/secondary - Theme - Anywhere */\n --surface-brand-secondary: #e95525;\n /* Surface/Brand/secondary-highlight - Theme - Anywhere */\n --surface-brand-secondary-highlight: #fce6de;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Anywhere */\n --surface-neutral-interactions-dark-disabled: #d6d6d6;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Anywhere */\n --surface-neutral-interactions-light-disabled: #f5f5f5;\n /* Surface/Neutral/Interactions/skeleton - Theme - Anywhere */\n --surface-neutral-interactions-skeleton: #e0e0e0;\n /* Surface/Neutral/inverse - Theme - Anywhere */\n --surface-neutral-inverse: #1f1f1f;\n /* Surface/Neutral/inverse-dark - Theme - Anywhere */\n --surface-neutral-inverse-dark: #1f1f1f;\n /* Surface/Neutral/inverse-light - Theme - Anywhere */\n --surface-neutral-inverse-light: #ffffff;\n /* Surface/Neutral/skeleton - Theme - Anywhere */\n --surface-neutral-skeleton: #e0e0e0;\n /* Surface/Neutral/T1-base - Theme - Anywhere */\n --surface-neutral-t1-base: #ffffff;\n /* Surface/Neutral/T2-lowest - Theme - Anywhere */\n --surface-neutral-t2-lowest: #f5f5f5;\n /* Surface/Neutral/T3-low - Theme - Anywhere */\n --surface-neutral-t3-low: #dbdbdb;\n /* Surface/Neutral/T4-high - Theme - Anywhere */\n --surface-neutral-t4-high: #6b6b6b;\n /* Surface/Spectrum/blue - Theme - Anywhere */\n --surface-spectrum-blue: #dfe9fd;\n /* Surface/Spectrum/green - Theme - Anywhere */\n --surface-spectrum-green: #deede5;\n /* Surface/Spectrum/lime - Theme - Anywhere */\n --surface-spectrum-lime: #f6f7e0;\n /* Surface/Spectrum/magenta - Theme - Anywhere */\n --surface-spectrum-magenta: #f6dbfa;\n /* Surface/Spectrum/orange - Theme - Anywhere */\n --surface-spectrum-orange: #fce7d9;\n /* Surface/Spectrum/pink - Theme - Anywhere */\n --surface-spectrum-pink: #f9deec;\n /* Surface/Spectrum/purple - Theme - Anywhere */\n --surface-spectrum-purple: #e7d9fc;\n /* Surface/Spectrum/red - Theme - Anywhere */\n --surface-spectrum-red: #f9e1e5;\n /* Surface/Spectrum/teal - Theme - Anywhere */\n --surface-spectrum-teal: #d9eceb;\n /* Surface/Spectrum/yellow - Theme - Anywhere */\n --surface-spectrum-yellow: #fef5e0;\n}\n\n[data-theme='dark'] {\n /* Background/base - Theme - Anywhere */\n --background-base: #1f1f1f;\n /* Background/scrim - Theme - Anywhere */\n --background-scrim: #61616180;\n /* Background/shade - Theme - Anywhere */\n --background-shade: #292929;\n /* Data visual/category-01 - Theme - Anywhere */\n --data-visual-category-01: #e6b297;\n /* Data visual/category-01-highlight - Theme - Anywhere */\n --data-visual-category-01-highlight: #e6b2974d;\n /* Data visual/category-02 - Theme - Anywhere */\n --data-visual-category-02: #b68a79;\n /* Data visual/category-02-highlight - Theme - Anywhere */\n --data-visual-category-02-highlight: #b68a794d;\n /* Data visual/category-03 - Theme - Anywhere */\n --data-visual-category-03: #cdbe80;\n /* Data visual/category-03-highlight - Theme - Anywhere */\n --data-visual-category-03-highlight: #cdbe804d;\n /* Data visual/category-04 - Theme - Anywhere */\n --data-visual-category-04: #969980;\n /* Data visual/category-04-highlight - Theme - Anywhere */\n --data-visual-category-04-highlight: #9699804d;\n /* Data visual/category-05 - Theme - Anywhere */\n --data-visual-category-05: #af9385;\n /* Data visual/category-05-highlight - Theme - Anywhere */\n --data-visual-category-05-highlight: #af93854d;\n /* Data visual/category-06 - Theme - Anywhere */\n --data-visual-category-06: #b2b2b2;\n /* Data visual/category-06-highlight - Theme - Anywhere */\n --data-visual-category-06-highlight: #b2b2b24d;\n /* Data visual/category-07 - Theme - Anywhere */\n --data-visual-category-07: #a98484;\n /* Data visual/category-07-highlight - Theme - Anywhere */\n --data-visual-category-07-highlight: #a984844d;\n /* Data visual/category-1 - Theme - Anywhere */\n --data-visual-category-1: #b68a79;\n /* Data visual/category-1-highlight - Theme - Anywhere */\n --data-visual-category-1-highlight: #b68a794d;\n /* Data visual/category-2 - Theme - Anywhere */\n --data-visual-category-2: #e6b297;\n /* Data visual/category-2-highlight - Theme - Anywhere */\n --data-visual-category-2-highlight: #e6b2974d;\n /* Data visual/category-3 - Theme - Anywhere */\n --data-visual-category-3: #969980;\n /* Data visual/category-3-highlight - Theme - Anywhere */\n --data-visual-category-3-highlight: #9699804d;\n /* Data visual/category-4 - Theme - Anywhere */\n --data-visual-category-4: #cdbe80;\n /* Data visual/category-4-highlight - Theme - Anywhere */\n --data-visual-category-4-highlight: #cdbe804d;\n /* Data visual/category-5 - Theme - Anywhere */\n --data-visual-category-5: #a98484;\n /* Data visual/category-5-highlight - Theme - Anywhere */\n --data-visual-category-5-highlight: #a984844d;\n /* Data visual/category-6 - Theme - Anywhere */\n --data-visual-category-6: #b2b2b2;\n /* Data visual/category-6-highlight - Theme - Anywhere */\n --data-visual-category-6-highlight: #b2b2b24d;\n /* Data visual/category-7 - Theme - Anywhere */\n --data-visual-category-7: #af9385;\n /* Data visual/category-7-highlight - Theme - Anywhere */\n --data-visual-category-7-highlight: #af93854d;\n /* Data visual/gradient-end - Theme - Anywhere */\n --data-visual-gradient-end: #1f1f1f4d;\n /* Data visual/green - Theme - Anywhere */\n --data-visual-green: #7cb796;\n /* Data visual/green-highlight - Theme - Anywhere */\n --data-visual-green-highlight: #0d2f1c;\n /* Data visual/negative - Theme - Anywhere */\n --data-visual-negative: #e88997;\n /* Data visual/negative-highlight - Theme - Anywhere */\n --data-visual-negative-highlight: #4c141d;\n /* Data visual/positive - Theme - Anywhere */\n --data-visual-positive: #7cb796;\n /* Data visual/positive-highlight - Theme - Anywhere */\n --data-visual-positive-highlight: #0d2f1c;\n /* Data visual/red - Theme - Anywhere */\n --data-visual-red: #e88997;\n /* Data visual/red-highlight - Theme - Anywhere */\n --data-visual-red-highlight: #4c141d;\n /* Foreground/Brand/on-inverse-primary - Theme - Anywhere */\n --foreground-brand-on-inverse-primary: #727190;\n /* Foreground/Brand/on-inverse-secondary - Theme - Anywhere */\n --foreground-brand-on-inverse-secondary: #f2997c;\n /* Foreground/Brand/on-brand-secondary - Theme - Anywhere */\n --foreground-brand-on-secondary: #141414;\n /* Foreground/Brand/brand-primary - Theme - Anywhere */\n --foreground-brand-primary: #727190;\n /* Foreground/Brand/brand-primary-depth - Theme - Anywhere */\n --foreground-brand-primary-depth: #9595ac;\n /* Foreground/Brand/brand-secondary - Theme - Anywhere */\n --foreground-brand-secondary: #f2997c;\n /* Foreground/Brand/brand-secondary-depth - Theme - Anywhere */\n --foreground-brand-secondary-depth: #f5b39d;\n /* Foreground/Link text/default - Theme - Anywhere */\n --foreground-link-text-default: #7a9ee1;\n /* Foreground/Link text/default-disabled - Theme - Anywhere */\n --foreground-link-text-default-disabled: #14387b;\n /* Foreground/Link text/default-hovered - Theme - Anywhere */\n --foreground-link-text-default-hovered: #90afe6;\n /* Foreground/Link text/default-pressed - Theme - Anywhere */\n --foreground-link-text-default-pressed: #a6bfeb;\n /* Foreground/Link text/default-visited - Theme - Anywhere */\n --foreground-link-text-default-visited: #af8baf;\n /* Foreground/Link text/subtle-disabled - Theme - Anywhere */\n --foreground-link-text-subtle-disabled: #4d4d4d;\n /* Foreground/Link text/subtle-hovered - Theme - Anywhere */\n --foreground-link-text-subtle-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Anywhere */\n --foreground-link-text-subtle-inversed-disabled: #424242;\n /* Foreground/Link text/subtle-pressed - Theme - Anywhere */\n --foreground-link-text-subtle-pressed: #d1d1d1;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Anywhere */\n --foreground-neutral-disabled-on-color-surface: #424242;\n /* Foreground/Neutral/disabled-on-surface - Theme - Anywhere */\n --foreground-neutral-disabled-on-surface: #4d4d4d;\n /* Foreground/Neutral/on-surface - Theme - Anywhere */\n --foreground-neutral-on-surface: #fafafa;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Anywhere */\n --foreground-neutral-on-surface-variant-01: #c2c2c2;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Anywhere */\n --foreground-neutral-on-surface-variant-02: #9e9e9e;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Anywhere */\n --foreground-neutral-on-surface-variant-03: #757575;\n /* Foreground/Neutral/skeleton-element - Theme - Anywhere */\n --foreground-neutral-skeleton-element: #4d4d4d;\n /* Foreground/Spectrum/blue - Theme - Anywhere */\n --foreground-spectrum-blue: #88aff7;\n /* Foreground/Spectrum/green - Theme - Anywhere */\n --foreground-spectrum-green: #87bd9f;\n /* Foreground/Spectrum/lime - Theme - Anywhere */\n --foreground-spectrum-lime: #dce28f;\n /* Foreground/Spectrum/magenta - Theme - Anywhere */\n --foreground-spectrum-magenta: #e07aed;\n /* Foreground/Spectrum/orange - Theme - Anywhere */\n --foreground-spectrum-orange: #f6a874;\n /* Foreground/Spectrum/pink - Theme - Anywhere */\n --foreground-spectrum-pink: #ea86b9;\n /* Foreground/Spectrum/purple - Theme - Anywhere */\n --foreground-spectrum-purple: #c8a6f9;\n /* Foreground/Spectrum/red - Theme - Anywhere */\n --foreground-spectrum-red: #ea93a0;\n /* Foreground/Spectrum/teal - Theme - Anywhere */\n --foreground-spectrum-teal: #74bbb4;\n /* Foreground/Spectrum/yellow - Theme - Anywhere */\n --foreground-spectrum-yellow: #fada8d;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #ffffff0f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #ffffff1a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #ffffff33;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #ffffff14;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #ffffff4d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #ffffff29;\n /* Interactions/brand-disabled-opacity - Theme - Anywhere */\n --interactions-brand-disabled-opacity: #ffffff0f;\n /* Interactions/brand-hover-opacity - Theme - Anywhere */\n --interactions-brand-hover-opacity: #ffffff1a;\n /* Interactions/brand-press-opacity - Theme - Anywhere */\n --interactions-brand-press-opacity: #ffffff33;\n /* Interactions/hover-opacity - Theme - Anywhere */\n --interactions-hover-opacity: #ffffff14;\n /* Interactions/link-active-opacity - Theme - Anywhere */\n --interactions-link-active-opacity: #ffffff4d;\n /* Interactions/neutral-hover-opacity - Theme - Anywhere */\n --interactions-neutral-hover-opacity: #ffffff14;\n /* Interactions/neutral-press-opacity - Theme - Anywhere */\n --interactions-neutral-press-opacity: #ffffff29;\n /* Interactions/press-opacity - Theme - Anywhere */\n --interactions-press-opacity: #ffffff29;\n /* Interactions/primary-disabled-opacity - Theme - Anywhere */\n --interactions-primary-disabled-opacity: #7271901f;\n /* Interactions/primary-hover-opacity - Theme - Anywhere */\n --interactions-primary-hover-opacity: #7271901a;\n /* Interactions/primary-press-opacity - Theme - Anywhere */\n --interactions-primary-press-opacity: #72719033;\n /* Shadow/shadow-10 - Theme - Anywhere */\n --shadow-10: #6161611a;\n /* Shadow/shadow-12 - Theme - Anywhere */\n --shadow-12: #6161611f;\n /* Shadow/shadow-15 - Theme - Anywhere */\n --shadow-15: #61616126;\n /* Shadow/shadow-25 - Theme - Anywhere */\n --shadow-25: #61616140;\n /* Shadow/shadow-32 - Theme - Anywhere */\n --shadow-32: #61616152;\n /* Shadow/inner-shadow - Theme - Anywhere */\n --shadow-inner: #000000;\n /* Shadow/inner-shadow-100 - Theme - Anywhere */\n --shadow-inner-100: #000000;\n /* Shadow/variant-01 - Theme - Anywhere */\n --shadow-variant-01: #6161611a;\n /* Shadow/variant-02 - Theme - Anywhere */\n --shadow-variant-02: #6161611f;\n /* Shadow/variant-03 - Theme - Anywhere */\n --shadow-variant-03: #61616126;\n /* Shadow/variant-04 - Theme - Anywhere */\n --shadow-variant-04: #61616140;\n /* Shadow/variant-05 - Theme - Anywhere */\n --shadow-variant-05: #61616152;\n /* Status/error - Theme - Anywhere */\n --status-error: #e26b7d;\n /* Status/information - Theme - Anywhere */\n --status-information: #5d92f5;\n /* Status/informational - Theme - Anywhere */\n --status-informational: #5d92f5;\n /* Status/success - Theme - Anywhere */\n --status-success: #519f73;\n /* Status/warning - Theme - Anywhere */\n --status-warning: #f8cd63;\n /* Stroke/Brand/brand-primary - Theme - Anywhere */\n --stroke-brand-primary: #727190;\n /* Stroke/Brand/brand-primary-depth - Theme - Anywhere */\n --stroke-brand-primary-depth: #9595ac;\n /* Stroke/Brand/brand-secondary - Theme - Anywhere */\n --stroke-brand-secondary: #f2997c;\n /* Stroke/Brand/brand-secondary-depth - Theme - Anywhere */\n --stroke-brand-secondary-depth: #f5b39d;\n /* Stroke/Neutral/neutral-base - Theme - Anywhere */\n --stroke-neutral-base: #6b6b6b;\n /* Stroke/Neutral/disabled-dark - Theme - Anywhere */\n --stroke-neutral-disabled-dark: #424242;\n /* Stroke/Neutral/disabled-light - Theme - Anywhere */\n --stroke-neutral-disabled-light: #4d4d4d;\n /* Stroke/Neutral/focus - Theme - Anywhere */\n --stroke-neutral-focus: #ffffff;\n /* Stroke/Neutral/neutral-high - Theme - Anywhere */\n --stroke-neutral-high: #fafafa;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Anywhere */\n --stroke-neutral-high-contrast: #fafafa;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #b1c0d2;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #323b49;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #ffffff;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Anywhere */\n --stroke-neutral-interactions-disabled-dark: #424242;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Anywhere */\n --stroke-neutral-interactions-disabled-light: #4d4d4d;\n /* Stroke/Neutral/Interactions/focus - Theme - Anywhere */\n --stroke-neutral-interactions-focus: #ffffff;\n /* Stroke/Neutral/neutral-low - Theme - Anywhere */\n --stroke-neutral-low: #4d4d4d;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Anywhere */\n --stroke-neutral-low-contrast: #4d4d4d;\n /* Surface/Brand/primary - Theme - Anywhere */\n --surface-brand-primary: #727190;\n /* Surface/Brand/primary-highlight - Theme - Anywhere */\n --surface-brand-primary-highlight: #050512;\n /* Surface/Brand/secondary - Theme - Anywhere */\n --surface-brand-secondary: #f2997c;\n /* Surface/Brand/secondary-highlight - Theme - Anywhere */\n --surface-brand-secondary-highlight: #3a1509;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Anywhere */\n --surface-neutral-interactions-dark-disabled: #474747;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Anywhere */\n --surface-neutral-interactions-light-disabled: #292929;\n /* Surface/Neutral/Interactions/skeleton - Theme - Anywhere */\n --surface-neutral-interactions-skeleton: #333333;\n /* Surface/Neutral/inverse - Theme - Anywhere */\n --surface-neutral-inverse: #383838;\n /* Surface/Neutral/inverse-dark - Theme - Anywhere */\n --surface-neutral-inverse-dark: #383838;\n /* Surface/Neutral/inverse-light - Theme - Anywhere */\n --surface-neutral-inverse-light: #575757;\n /* Surface/Neutral/skeleton - Theme - Anywhere */\n --surface-neutral-skeleton: #333333;\n /* Surface/Neutral/T1-base - Theme - Anywhere */\n --surface-neutral-t1-base: #1f1f1f;\n /* Surface/Neutral/T2-lowest - Theme - Anywhere */\n --surface-neutral-t2-lowest: #2e2e2e;\n /* Surface/Neutral/T3-low - Theme - Anywhere */\n --surface-neutral-t3-low: #383838;\n /* Surface/Neutral/T4-high - Theme - Anywhere */\n --surface-neutral-t4-high: #474747;\n /* Surface/Spectrum/blue - Theme - Anywhere */\n --surface-spectrum-blue: #0e2754;\n /* Surface/Spectrum/green - Theme - Anywhere */\n --surface-spectrum-green: #0d2f1c;\n /* Surface/Spectrum/lime - Theme - Anywhere */\n --surface-spectrum-lime: #434712;\n /* Surface/Spectrum/magenta - Theme - Anywhere */\n --surface-spectrum-magenta: #45054e;\n /* Surface/Spectrum/orange - Theme - Anywhere */\n --surface-spectrum-orange: #532201;\n /* Surface/Spectrum/pink - Theme - Anywhere */\n --surface-spectrum-pink: #4c0c2d;\n /* Surface/Spectrum/purple - Theme - Anywhere */\n --surface-spectrum-purple: #220053;\n /* Surface/Spectrum/red - Theme - Anywhere */\n --surface-spectrum-red: #4c141d;\n /* Surface/Spectrum/teal - Theme - Anywhere */\n --surface-spectrum-teal: #012e2a;\n /* Surface/Spectrum/yellow - Theme - Anywhere */\n --surface-spectrum-yellow: #564210;\n}\n",
3
+ 'better-homes-gardens': "/* Generated from figma export: 2025-07-08T20:32:21.402Z */\n\n@import url('https://fonts.googleapis.com/css2?family=Work%20Sans:ital,wght@0,100..900;1,100..900&display=swap');\nbody {\n font-family: var(--typeface);\n}\n\n:root {\n /* Colors/Brands/Better Homes & Gardens/Black - Global (primitives) */\n --black: #000000;\n /* Colors/Brands/Better Homes & Gardens/Blue - Global (primitives) */\n --blue: #256c98;\n /* Body/Base */\n --body-base: 400 16px/20px var(--typeface);\n /* Body/Base - line height */\n --body-base-line-height: 20px;\n /* Body/Base - size */\n --body-base-size: 16px;\n /* Body/Base - style */\n --body-base-style: regular;\n /* Body/Large */\n --body-large: 400 18px/24px var(--typeface);\n /* Body/Large - line height */\n --body-large-line-height: 24px;\n /* Body/Large - size */\n --body-large-size: 18px;\n /* Body/Large - style */\n --body-large-style: regular;\n /* Body/Small */\n --body-small: 400 14px/20px var(--typeface);\n /* Body/Small - line height */\n --body-small-line-height: 20px;\n /* Body/Small - size */\n --body-small-size: 14px;\n /* Body/Small - style */\n --body-small-style: regular;\n /* Body/X-Small */\n --body-x-small: 400 12px/16px var(--typeface);\n /* Body/X-Small - line height */\n --body-x-small-line-height: 16px;\n /* Body/X-Small - size */\n --body-x-small-size: 12px;\n /* Body/X-Small - style */\n --body-x-small-style: regular;\n /* Colors/Brands/Experiment/blue-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-dark-100: #0a2f85;\n /* Colors/Brands/Experiment/blue-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-dark-200: #1347cc;\n /* Colors/Brands/Experiment/blue-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-dark-300: #0f59e2;\n /* Colors/Brands/Experiment/blue-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-dark-400: #357aea;\n /* Colors/Brands/Experiment/blue-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-dark-50: #181d34;\n /* Colors/Brands/Experiment/blue-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-dark-500: #2e88f6;\n /* Colors/Brands/Experiment/blue-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-dark-600: #50a1ff;\n /* Colors/Brands/Experiment/blue-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-dark-700: #7ab7ff;\n /* Colors/Brands/Experiment/blue-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-dark-800: #dcebfe;\n /* Colors/Brands/Experiment/blue-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-dark-900: #f0f6ff;\n /* Colors/Brands/Experiment/blue-gray-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-100: #1a2332;\n /* Colors/Brands/Experiment/blue-gray-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-200: #252e3c;\n /* Colors/Brands/Experiment/blue-gray-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-300: #323b49;\n /* Colors/Brands/Experiment/blue-gray-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-400: #5e6d82;\n /* Colors/Brands/Experiment/blue-gray-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-50: #0c101c;\n /* Colors/Brands/Experiment/blue-gray-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-500: #8b9bb2;\n /* Colors/Brands/Experiment/blue-gray-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-600: #b1c0d2;\n /* Colors/Brands/Experiment/blue-gray-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-700: #d4dce8;\n /* Colors/Brands/Experiment/blue-gray-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-800: #e2ebf3;\n /* Colors/Brands/Experiment/blue-gray-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-900: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-100: #f1f5f9;\n /* Colors/Brands/Experiment/blue-gray-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-200: #e1e7ef;\n /* Colors/Brands/Experiment/blue-gray-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-300: #c8d6e5;\n /* Colors/Brands/Experiment/blue-gray-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-400: #9eacc0;\n /* Colors/Brands/Experiment/blue-gray-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-50: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-500: #65758b;\n /* Colors/Brands/Experiment/blue-gray-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-600: #48566a;\n /* Colors/Brands/Experiment/blue-gray-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-700: #344256;\n /* Colors/Brands/Experiment/blue-gray-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-800: #1d283a;\n /* Colors/Brands/Experiment/blue-gray-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-900: #0f1729;\n /* Colors/Brands/Experiment/blue-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-light-100: #dcebfe;\n /* Colors/Brands/Experiment/blue-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-light-200: #bedbfe;\n /* Colors/Brands/Experiment/blue-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-light-300: #91c3fd;\n /* Colors/Brands/Experiment/blue-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-light-400: #61a6fa;\n /* Colors/Brands/Experiment/blue-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-light-50: #f2f7ff;\n /* Colors/Brands/Experiment/blue-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-light-500: #3479e9;\n /* Colors/Brands/Experiment/blue-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-light-600: #1559ea;\n /* Colors/Brands/Experiment/blue-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-light-700: #173fab;\n /* Colors/Brands/Experiment/blue-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-light-800: #162f82;\n /* Colors/Brands/Experiment/blue-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-light-900: #0c1736;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-10: #50a1ff1a;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-12: #50a1ff1f;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-16: #50a1ff29;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-20: #50a1ff33;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-8: #50a1ff14;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-10: #1559ea1a;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-12: #1559ea1f;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-16: #1559ea29;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-20: #1559ea33;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-8: #1559ea14;\n /* Colors/Brands/Experiment/orange-dark/100 - Global (primitives) */\n --colors-brands-experiment-orange-dark-100: #852c0f;\n /* Colors/Brands/Experiment/orange-dark/200 - Global (primitives) */\n --colors-brands-experiment-orange-dark-200: #ab4827;\n /* Colors/Brands/Experiment/orange-dark/300 - Global (primitives) */\n --colors-brands-experiment-orange-dark-300: #ce5a07;\n /* Colors/Brands/Experiment/orange-dark/400 - Global (primitives) */\n --colors-brands-experiment-orange-dark-400: #f27013;\n /* Colors/Brands/Experiment/orange-dark/50 - Global (primitives) */\n --colors-brands-experiment-orange-dark-50: #31160d;\n /* Colors/Brands/Experiment/orange-dark/500 - Global (primitives) */\n --colors-brands-experiment-orange-dark-500: #fb923c;\n /* Colors/Brands/Experiment/orange-dark/600 - Global (primitives) */\n --colors-brands-experiment-orange-dark-600: #fdba72;\n /* Colors/Brands/Experiment/orange-dark/700 - Global (primitives) */\n --colors-brands-experiment-orange-dark-700: #fed6a9;\n /* Colors/Brands/Experiment/orange-dark/800 - Global (primitives) */\n --colors-brands-experiment-orange-dark-800: #ffedd6;\n /* Colors/Brands/Experiment/orange-dark/900 - Global (primitives) */\n --colors-brands-experiment-orange-dark-900: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/100 - Global (primitives) */\n --colors-brands-experiment-orange-light-100: #ffedd6;\n /* Colors/Brands/Experiment/orange-light/200 - Global (primitives) */\n --colors-brands-experiment-orange-light-200: #fed6a9;\n /* Colors/Brands/Experiment/orange-light/300 - Global (primitives) */\n --colors-brands-experiment-orange-light-300: #fdba72;\n /* Colors/Brands/Experiment/orange-light/400 - Global (primitives) */\n --colors-brands-experiment-orange-light-400: #fb923c;\n /* Colors/Brands/Experiment/orange-light/50 - Global (primitives) */\n --colors-brands-experiment-orange-light-50: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/500 - Global (primitives) */\n --colors-brands-experiment-orange-light-500: #f67416;\n /* Colors/Brands/Experiment/orange-light/600 - Global (primitives) */\n --colors-brands-experiment-orange-light-600: #e4570c;\n /* Colors/Brands/Experiment/orange-light/700 - Global (primitives) */\n --colors-brands-experiment-orange-light-700: #b63c0b;\n /* Colors/Brands/Experiment/orange-light/800 - Global (primitives) */\n --colors-brands-experiment-orange-light-800: #80310f;\n /* Colors/Brands/Experiment/orange-light/900 - Global (primitives) */\n --colors-brands-experiment-orange-light-900: #471a0a;\n /* Colors/Internal/pink-00-light - Global (primitives) */\n --colors-internal-pink-00-light: #ff4f8d;\n /* Colors/Internal/pink-50-dark - Global (primitives) */\n --colors-internal-pink-50-dark: #802847;\n /* Colors/Neutral/00 - Global (primitives) */\n --colors-neutral-00: #000000;\n /* Colors/Neutral/02 - Global (primitives) */\n --colors-neutral-02: #050505;\n /* Colors/Neutral/04 - Global (primitives) */\n --colors-neutral-04: #0a0a0a;\n /* Colors/Neutral/06 - Global (primitives) */\n --colors-neutral-06: #0f0f0f;\n /* Colors/Neutral/08 - Global (primitives) */\n --colors-neutral-08: #141414;\n /* Colors/Neutral/10 - Global (primitives) */\n --colors-neutral-10: #1a1a1a;\n /* Colors/Neutral/100 - Global (primitives) */\n --colors-neutral-100: #ffffff;\n /* Colors/Neutral/12 - Global (primitives) */\n --colors-neutral-12: #1f1f1f;\n /* Colors/Neutral/14 - Global (primitives) */\n --colors-neutral-14: #242424;\n /* Colors/Neutral/16 - Global (primitives) */\n --colors-neutral-16: #292929;\n /* Colors/Neutral/18 - Global (primitives) */\n --colors-neutral-18: #2e2e2e;\n /* Colors/Neutral/20 - Global (primitives) */\n --colors-neutral-20: #333333;\n /* Colors/Neutral/22 - Global (primitives) */\n --colors-neutral-22: #383838;\n /* Colors/Neutral/24 - Global (primitives) */\n --colors-neutral-24: #424242;\n /* Colors/Neutral/26 - Global (primitives) */\n --colors-neutral-26: #424242;\n /* Colors/Neutral/28 - Global (primitives) */\n --colors-neutral-28: #474747;\n /* Colors/Neutral/30 - Global (primitives) */\n --colors-neutral-30: #4d4d4d;\n /* Colors/Neutral/32 - Global (primitives) */\n --colors-neutral-32: #525252;\n /* Colors/Neutral/34 - Global (primitives) */\n --colors-neutral-34: #575757;\n /* Colors/Neutral/36 - Global (primitives) */\n --colors-neutral-36: #5c5c5c;\n /* Colors/Neutral/38 - Global (primitives) */\n --colors-neutral-38: #616161;\n /* Colors/Neutral/40 - Global (primitives) */\n --colors-neutral-40: #666666;\n /* Colors/Neutral/42 - Global (primitives) */\n --colors-neutral-42: #6b6b6b;\n /* Colors/Neutral/44 - Global (primitives) */\n --colors-neutral-44: #707070;\n /* Colors/Neutral/46 - Global (primitives) */\n --colors-neutral-46: #757575;\n /* Colors/Neutral/48 - Global (primitives) */\n --colors-neutral-48: #7a7a7a;\n /* Colors/Neutral/50 - Global (primitives) */\n --colors-neutral-50: #808080;\n /* Colors/Neutral/52 - Global (primitives) */\n --colors-neutral-52: #858585;\n /* Colors/Neutral/54 - Global (primitives) */\n --colors-neutral-54: #8a8a8a;\n /* Colors/Neutral/56 - Global (primitives) */\n --colors-neutral-56: #8f8f8f;\n /* Colors/Neutral/58 - Global (primitives) */\n --colors-neutral-58: #949494;\n /* Colors/Neutral/60 - Global (primitives) */\n --colors-neutral-60: #999999;\n /* Colors/Neutral/62 - Global (primitives) */\n --colors-neutral-62: #9e9e9e;\n /* Colors/Neutral/64 - Global (primitives) */\n --colors-neutral-64: #a3a3a3;\n /* Colors/Neutral/66 - Global (primitives) */\n --colors-neutral-66: #a8a8a8;\n /* Colors/Neutral/68 - Global (primitives) */\n --colors-neutral-68: #adadad;\n /* Colors/Neutral/70 - Global (primitives) */\n --colors-neutral-70: #b3b3b3;\n /* Colors/Neutral/72 - Global (primitives) */\n --colors-neutral-72: #b8b8b8;\n /* Colors/Neutral/74 - Global (primitives) */\n --colors-neutral-74: #bdbdbd;\n /* Colors/Neutral/76 - Global (primitives) */\n --colors-neutral-76: #c2c2c2;\n /* Colors/Neutral/78 - Global (primitives) */\n --colors-neutral-78: #c7c7c7;\n /* Colors/Neutral/80 - Global (primitives) */\n --colors-neutral-80: #cccccc;\n /* Colors/Neutral/82 - Global (primitives) */\n --colors-neutral-82: #d1d1d1;\n /* Colors/Neutral/84 - Global (primitives) */\n --colors-neutral-84: #d6d6d6;\n /* Colors/Neutral/86 - Global (primitives) */\n --colors-neutral-86: #dbdbdb;\n /* Colors/Neutral/88 - Global (primitives) */\n --colors-neutral-88: #e0e0e0;\n /* Colors/Neutral/90 - Global (primitives) */\n --colors-neutral-90: #e6e6e6;\n /* Colors/Neutral/92 - Global (primitives) */\n --colors-neutral-92: #ebebeb;\n /* Colors/Neutral/94 - Global (primitives) */\n --colors-neutral-94: #f0f0f0;\n /* Colors/Neutral/96 - Global (primitives) */\n --colors-neutral-96: #f5f5f5;\n /* Colors/Neutral/98 - Global (primitives) */\n --colors-neutral-98: #fafafa;\n /* Colors/Neutral/transparent - Global (primitives) */\n --colors-neutral-transparent: #ffffff00;\n /* Colors/System/blue-dark - Global (primitives) */\n --colors-system-blue-dark: #5d92f5;\n /* Colors/System/blue-dark-bg - Global (primitives) */\n --colors-system-blue-dark-bg: #0e2754;\n /* Colors/System/blue-light - Global (primitives) */\n --colors-system-blue-light: #276ef1;\n /* Colors/System/blue-light-bg - Global (primitives) */\n --colors-system-blue-light-bg: #dfe9fd;\n /* Colors/System/green-dark - Global (primitives) */\n --colors-system-green-dark: #519f73;\n /* Colors/System/green-dark-bg - Global (primitives) */\n --colors-system-green-dark-bg: #0d2f1c;\n /* Colors/System/green-light - Global (primitives) */\n --colors-system-green-light: #258750;\n /* Colors/System/green-light-bg - Global (primitives) */\n --colors-system-green-light-bg: #d3e7dc;\n /* Colors/System/Links/00-default-light - Global (primitives) */\n --colors-system-links-00-default-light: #215ecd;\n /* Colors/System/Links/10-hover-light - Global (primitives) */\n --colors-system-links-10-hover-light: #1e55b9;\n /* Colors/System/Links/20-press-light - Global (primitives) */\n --colors-system-links-20-press-light: #1a4ba4;\n /* Colors/System/Links/30-active-dark - Global (primitives) */\n --colors-system-links-30-active-dark: #648edc;\n /* Colors/System/Links/30-active-light - Global (primitives) */\n --colors-system-links-30-active-light: #174290;\n /* Colors/System/Links/40-default-dark - Global (primitives) */\n --colors-system-links-40-default-dark: #7a9ee1;\n /* Colors/System/Links/40-disabled-dark - Global (primitives) */\n --colors-system-links-40-disabled-dark: #14387b;\n /* Colors/System/Links/40-disabled-light - Global (primitives) */\n --colors-system-links-40-disabled-light: #7a9ee1;\n /* Colors/System/Links/50-hover-dark - Global (primitives) */\n --colors-system-links-50-hover-dark: #90afe6;\n /* Colors/System/Links/60-press-dark - Global (primitives) */\n --colors-system-links-60-press-dark: #a6bfeb;\n /* Colors/System/red-dark - Global (primitives) */\n --colors-system-red-dark: #e26b7d;\n /* Colors/System/red-dark-bg - Global (primitives) */\n --colors-system-red-dark-bg: #4c141d;\n /* Colors/System/red-light - Global (primitives) */\n --colors-system-red-light: #d83a52;\n /* Colors/System/red-light-bg - Global (primitives) */\n --colors-system-red-light-bg: #f9e1e9;\n /* Colors/System/Spectrum/Data visual/azure-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-400: #7fc4ec;\n /* Colors/System/Spectrum/Data visual/azure-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-700: #299de0;\n /* Colors/System/Spectrum/Data visual/backrose-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-backrose-900: #958ca3;\n /* Colors/System/Spectrum/Data visual/blackrose-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-blackrose-1200: #130033;\n /* Colors/System/Spectrum/Data visual/bronze-1100 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-1100: #794b34;\n /* Colors/System/Spectrum/Data visual/bronze-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-800: #af9385;\n /* Colors/System/Spectrum/Data visual/brown-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-1200: #7a2a0b;\n /* Colors/System/Spectrum/Data visual/brown-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-900: #b68a79;\n /* Colors/System/Spectrum/Data visual/cadet-gray-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-1200: #094a53;\n /* Colors/System/Spectrum/Data visual/cadet-gray-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-900: #789ba0;\n /* Colors/System/Spectrum/Data visual/cooper-500 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-500: #e6b297;\n /* Colors/System/Spectrum/Data visual/cooper-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-800: #d67e51;\n /* Colors/System/Spectrum/Data visual/gold-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-400: #cdbe80;\n /* Colors/System/Spectrum/Data visual/gold-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-700: #ab922b;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-black - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-black: #1f1f1f4d;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-white - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-400-opacity: #7fc4ec4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-700-opacity: #299de04d;\n /* Colors/System/Spectrum/Data visual/Highlight/backrose-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-backrose-900-opacity: #958ca34d;\n /* Colors/System/Spectrum/Data visual/Highlight/blackrose-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-blackrose-1200-opacity: #1300334d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-1100-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-1100-opacity: #794b344d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-800-opacity: #af93854d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-1200-opacity: #7a2a0b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-900-opacity: #b68a794d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-1200-opacity: #094a534d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-900-opacity: #789ba04d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-500-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-500-opacity: #e6b2974d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-800-opacity: #d67e514d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-400-opacity: #cdbe804d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-700-opacity: #ab922b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-600-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-600-opacity: #88c5af4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-900-opacity: #389e7a4d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-1200-opacity: #5309094d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-900-opacity: #a984844d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-1000-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-1000-opacity: #7f7f7f4d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-700-opacity: #b2b2b24d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-1200-opacity: #2d33004d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-900-opacity: #9699804d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-1200-opacity: #0a466c4d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-900-opacity: #7899ae4d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-1200-opacity: #4334794d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-900-opacity: #a19abc4d;\n /* Colors/System/Spectrum/Data visual/jade-600 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-600: #88c5af;\n /* Colors/System/Spectrum/Data visual/jade-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-900: #389e7a;\n /* Colors/System/Spectrum/Data visual/maroon-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-1200: #530909;\n /* Colors/System/Spectrum/Data visual/maroon-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-900: #a98484;\n /* Colors/System/Spectrum/Data visual/platinum-1000 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-1000: #7f7f7f;\n /* Colors/System/Spectrum/Data visual/platinum-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-700: #b2b2b2;\n /* Colors/System/Spectrum/Data visual/sage-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-1200: #2d3300;\n /* Colors/System/Spectrum/Data visual/sage-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-900: #969980;\n /* Colors/System/Spectrum/Data visual/tanzanite-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-1200: #0a466c;\n /* Colors/System/Spectrum/Data visual/tanzanite-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-900: #7899ae;\n /* Colors/System/Spectrum/Data visual/violet-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-1200: #433479;\n /* Colors/System/Spectrum/Data visual/violet-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-900: #a19abc;\n /* Colors/System/Spectrum/Depth/45-blue-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-blue-dark: #88aff7;\n /* Colors/System/Spectrum/Depth/45-green-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-green-dark: #87bd9f;\n /* Colors/System/Spectrum/Depth/45-lime-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-lime-dark: #dce28f;\n /* Colors/System/Spectrum/Depth/45-magenta-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-magenta-dark: #e07aed;\n /* Colors/System/Spectrum/Depth/45-orange-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-orange-dark: #f6a874;\n /* Colors/System/Spectrum/Depth/45-pink-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-pink-dark: #ea86b9;\n /* Colors/System/Spectrum/Depth/45-purple-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-purple-dark: #c8a6f9;\n /* Colors/System/Spectrum/Depth/45-red-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-red-dark: #ea93a0;\n /* Colors/System/Spectrum/Depth/45-teal-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-teal-dark: #74bbb4;\n /* Colors/System/Spectrum/Depth/45-yellow-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-yellow-dark: #fada8d;\n /* Colors/System/Spectrum/Depth/50-blue-light - Global (primitives) */\n --colors-system-spectrum-depth-50-blue-light: #143778;\n /* Colors/System/Spectrum/Depth/50-green-light - Global (primitives) */\n --colors-system-spectrum-depth-50-green-light: #134428;\n /* Colors/System/Spectrum/Depth/50-lime-light - Global (primitives) */\n --colors-system-spectrum-depth-50-lime-light: #60651a;\n /* Colors/System/Spectrum/Depth/50-magenta-light - Global (primitives) */\n --colors-system-spectrum-depth-50-magenta-light: #63076f;\n /* Colors/System/Spectrum/Depth/50-orange-light - Global (primitives) */\n --colors-system-spectrum-depth-50-orange-light: #773001;\n /* Colors/System/Spectrum/Depth/50-pink-light - Global (primitives) */\n --colors-system-spectrum-depth-50-pink-light: #6c1240;\n /* Colors/System/Spectrum/Depth/50-purple-light - Global (primitives) */\n --colors-system-spectrum-depth-50-purple-light: #310077;\n /* Colors/System/Spectrum/Depth/50-red-light - Global (primitives) */\n --colors-system-spectrum-depth-50-red-light: #6c1d29;\n /* Colors/System/Spectrum/Depth/50-teal-light - Global (primitives) */\n --colors-system-spectrum-depth-50-teal-light: #01413c;\n /* Colors/System/Spectrum/Depth/50-yellow-light - Global (primitives) */\n --colors-system-spectrum-depth-50-yellow-light: #7b5e18;\n /* Colors/System/Spectrum/Highlight/65-blue-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-blue-dark: #0e2754;\n /* Colors/System/Spectrum/Highlight/65-green-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-green-dark: #0d2f1c;\n /* Colors/System/Spectrum/Highlight/65-lime-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-lime-dark: #434712;\n /* Colors/System/Spectrum/Highlight/65-magenta-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-magenta-dark: #45054e;\n /* Colors/System/Spectrum/Highlight/65-orange-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-orange-dark: #532201;\n /* Colors/System/Spectrum/Highlight/65-pink-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-pink-dark: #4c0c2d;\n /* Colors/System/Spectrum/Highlight/65-purple-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-purple-dark: #220053;\n /* Colors/System/Spectrum/Highlight/65-red-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-red-dark: #4c141d;\n /* Colors/System/Spectrum/Highlight/65-teal-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-teal-dark: #012e2a;\n /* Colors/System/Spectrum/Highlight/65-yellow-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-yellow-dark: #564210;\n /* Colors/System/Spectrum/Highlight/85-blue-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-blue-light: #dfe9fd;\n /* Colors/System/Spectrum/Highlight/85-green-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-green-light: #deede5;\n /* Colors/System/Spectrum/Highlight/85-lime-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-lime-light: #f6f7e0;\n /* Colors/System/Spectrum/Highlight/85-magenta-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-magenta-light: #f6dbfa;\n /* Colors/System/Spectrum/Highlight/85-orange-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-orange-light: #fce7d9;\n /* Colors/System/Spectrum/Highlight/85-pink-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-pink-light: #f9deec;\n /* Colors/System/Spectrum/Highlight/85-purple-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-purple-light: #e7d9fc;\n /* Colors/System/Spectrum/Highlight/85-red-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-red-light: #f9e1e5;\n /* Colors/System/Spectrum/Highlight/85-teal-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-teal-light: #d9eceb;\n /* Colors/System/Spectrum/Highlight/85-yellow-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-yellow-light: #fef5e0;\n /* Colors/System/Spectrum/Vibrant/00-blue-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-blue-light: #276ef1;\n /* Colors/System/Spectrum/Vibrant/00-green-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-green-light: #258750;\n /* Colors/System/Spectrum/Vibrant/00-lime-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-lime-light: #c0ca33;\n /* Colors/System/Spectrum/Vibrant/00-magenta-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-magenta-light: #c60ede;\n /* Colors/System/Spectrum/Vibrant/00-orange-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-orange-light: #ee6002;\n /* Colors/System/Spectrum/Vibrant/00-pink-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-pink-light: #d82380;\n /* Colors/System/Spectrum/Vibrant/00-purple-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-purple-light: #6200ee;\n /* Colors/System/Spectrum/Vibrant/00-red-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-red-light: #d83a52;\n /* Colors/System/Spectrum/Vibrant/00-teal-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-teal-light: #038377;\n /* Colors/System/Spectrum/Vibrant/00-yellow-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-yellow-light: #f6bc2f;\n /* Colors/System/Spectrum/Vibrant/40-blue-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-blue-dark: #5d92f5;\n /* Colors/System/Spectrum/Vibrant/40-green-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-green-dark: #7cb796;\n /* Colors/System/Spectrum/Vibrant/40-lime-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-lime-dark: #d9df85;\n /* Colors/System/Spectrum/Vibrant/40-magenta-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-magenta-dark: #dd6eeb;\n /* Colors/System/Spectrum/Vibrant/40-orange-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-orange-dark: #f5a067;\n /* Colors/System/Spectrum/Vibrant/40-pink-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-pink-dark: #e87bb3;\n /* Colors/System/Spectrum/Vibrant/40-purple-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-purple-dark: #a166f5;\n /* Colors/System/Spectrum/Vibrant/40-red-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-red-dark: #e88997;\n /* Colors/System/Spectrum/Vibrant/40-teal-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-teal-dark: #68b5ad;\n /* Colors/System/Spectrum/Vibrant/40-yellow-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-yellow-dark: #fad782;\n /* Colors/System/Visited links/00-default-light - Global (primitives) */\n --colors-system-visited-links-00-default-light: #7a3e7a;\n /* Colors/System/Visited links/30-active-dark - Global (primitives) */\n --colors-system-visited-links-30-active-dark: #a278a2;\n /* Colors/System/Visited links/30-active-light - Global (primitives) */\n --colors-system-visited-links-30-active-light: #552b55;\n /* Colors/System/Visited links/40-default-dark - Global (primitives) */\n --colors-system-visited-links-40-default-dark: #af8baf;\n /* Colors/System/Visited links/40-disabled-dark - Global (primitives) */\n --colors-system-visited-links-40-disabled-dark: #492549;\n /* Colors/System/Visited links/40-disabled-light - Global (primitives) */\n --colors-system-visited-links-40-disabled-light: #af8baf;\n /* Colors/System/yellow-dark - Global (primitives) */\n --colors-system-yellow-dark: #f8cd63;\n /* Colors/System/yellow-dark-bg - Global (primitives) */\n --colors-system-yellow-dark-bg: #564210;\n /* Colors/System/yellow-light - Global (primitives) */\n --colors-system-yellow-light: #f6bc2f;\n /* Colors/System/yellow-light-bg - Global (primitives) */\n --colors-system-yellow-light-bg: #fef5e0;\n /* Colors/Brands/Better Homes & Gardens/Coral - Global (primitives) */\n --coral: #dd6b47;\n /* Corner radius/120 - Global (primitives) */\n --corner-radius-120: 12px;\n /* Corner radius/160 - Global (primitives) */\n --corner-radius-160: 16px;\n /* Corner radius/40 - Global (primitives) */\n --corner-radius-40: 4px;\n /* Corner radius/80 - Global (primitives) */\n --corner-radius-80: 8px;\n /* Corner radius/circular - Global (primitives) */\n --corner-radius-circular: 999px;\n /* Corner radius/None - Global (primitives) */\n --corner-radius-none: 0;\n /* Colors/Brands/Better Homes & Gardens/Dark Grey - Global (primitives) */\n --dark-grey: #636466;\n /* Data visual/category-1 - Theme - Better Home & Garden */\n --data-visual-category-1: #0a466c;\n /* East - navigation rails, drawers, sheets */\n --drop-shadow-east: 2px 0px 8px -2px #0000001a, 2px 0px 4px -2px #0000001f;\n /* Float */\n --drop-shadow-float: 0px 0px 1px 0px #00000052, 0px 8px 12px 0px #00000026;\n /* North - Bottom navigation, button dock, bottom sheet */\n --drop-shadow-north: 0px -2px 8px -2px #0000001a, 0px -2px 4px -2px #0000001f;\n /* Raise */\n --drop-shadow-raise: 0px 0px 1px 0px #00000026, 0px 1px 1px 0px #00000052;\n /* Scroll */\n --drop-shadow-scroll: 0px 0px 3px 0px #00000052;\n /* South - top navigation */\n --drop-shadow-south: 0px 2px 8px -2px #0000001a, 0px 2px 4px -2px #0000001f;\n /* West - side sheets */\n --drop-shadow-west: -8px 0px 8px -2px #0000001a, -5px 4px 4px -6px #00000026;\n /* Foreground/Link text/subtle-inverse-hovered - Theme - Better Home & Garden */\n --foreground-link-text-subtle-inverse-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inverse-pressed - Theme - Better Home & Garden */\n --foreground-link-text-subtle-inverse-pressed: #d1d1d1;\n /* Foreground/Neutral/inverse-on-surface - Theme - Better Home & Garden */\n --foreground-neutral-inverse-on-surface: #fafafa;\n /* Foreground/Neutral/on-color - Theme - Better Home & Garden */\n --foreground-neutral-on-color: #ffffff;\n /* Foreground/Neutral/on-inverse-surface - Theme - Better Home & Garden */\n --foreground-neutral-on-inverse-surface: #fafafa;\n /* Interaction/disabled-opacity - Theme - 3.0 */\n --interaction-disabled-opacity: #0000000f;\n /* Interaction/primary-disabled-opacity - Theme - 3.0 */\n --interaction-primary-disabled-opacity: #1559ea1f;\n /* Interaction/primary-hover-opacity - Theme - 3.0 */\n --interaction-primary-hover-opacity: #1559ea1a;\n /* Interaction/primary-press-opacity - Theme - 3.0 */\n --interaction-primary-press-opacity: #1559ea33;\n /* Interactions/opacity-black-10 - Global (primitives) */\n --interactions-opacity-black-10: #0000001a;\n /* Interactions/opacity-black-16 - Global (primitives) */\n --interactions-opacity-black-16: #00000029;\n /* Interactions/opacity-black-20 - Global (primitives) */\n --interactions-opacity-black-20: #00000033;\n /* Interactions/opacity-black-30 - Global (primitives) */\n --interactions-opacity-black-30: #0000004d;\n /* Interactions/opacity-black-6 - Global (primitives) */\n --interactions-opacity-black-6: #0000000f;\n /* Interactions/opacity-black-8 - Global (primitives) */\n --interactions-opacity-black-8: #00000014;\n /* Interactions/opacity-white-10 - Global (primitives) */\n --interactions-opacity-white-10: #ffffff1a;\n /* Interactions/opacity-white-16 - Global (primitives) */\n --interactions-opacity-white-16: #ffffff29;\n /* Interactions/opacity-white-20 - Global (primitives) */\n --interactions-opacity-white-20: #ffffff33;\n /* Interactions/opacity-white-30 - Global (primitives) */\n --interactions-opacity-white-30: #ffffff4d;\n /* Interactions/opacity-white-6 - Global (primitives) */\n --interactions-opacity-white-6: #ffffff0f;\n /* Interactions/opacity-white-8 - Global (primitives) */\n --interactions-opacity-white-8: #ffffff14;\n /* Colors/Brands/Better Homes & Gardens/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --interactions-primary-dark-opacity-10: #7db67c1a;\n /* Colors/Brands/Better Homes & Gardens/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --interactions-primary-dark-opacity-12: #7db67c1f;\n /* Colors/Brands/Better Homes & Gardens/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --interactions-primary-dark-opacity-16: #7db67c29;\n /* Colors/Brands/Better Homes & Gardens/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --interactions-primary-dark-opacity-20: #7db67c33;\n /* Colors/Brands/Better Homes & Gardens/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --interactions-primary-dark-opacity-8: #7db67c14;\n /* Colors/Brands/Better Homes & Gardens/Interactions/primary-light-opacity-10 - Global (primitives) */\n --interactions-primary-light-opacity-10: #2786271a;\n /* Colors/Brands/Better Homes & Gardens/Interactions/primary-light-opacity-12 - Global (primitives) */\n --interactions-primary-light-opacity-12: #2786271f;\n /* Colors/Brands/Better Homes & Gardens/Interactions/primary-light-opacity-16 - Global (primitives) */\n --interactions-primary-light-opacity-16: #27862729;\n /* Colors/Brands/Better Homes & Gardens/Interactions/primary-light-opacity-20 - Global (primitives) */\n --interactions-primary-light-opacity-20: #27862733;\n /* Colors/Brands/Better Homes & Gardens/Interactions/primary-light-opacity-8 - Global (primitives) */\n --interactions-primary-light-opacity-8: #27862714;\n /* Labels/Base */\n --labels-base: 500 16px/20px var(--typeface);\n /* Labels/Base - line height */\n --labels-base-line-height: 20px;\n /* Labels/Base - size */\n --labels-base-size: 16px;\n /* Labels/Base - style */\n --labels-base-style: medium;\n /* Labels/Large */\n --labels-large: 500 18px/24px var(--typeface);\n /* Labels/Large - line height */\n --labels-large-line-height: 24px;\n /* Labels/Large - size */\n --labels-large-size: 18px;\n /* Labels/Large - style */\n --labels-large-style: medium;\n /* Labels/Small */\n --labels-small: 500 14px/20px var(--typeface);\n /* Labels/Small - line height */\n --labels-small-line-height: 20px;\n /* Labels/Small - size */\n --labels-small-size: 14px;\n /* Labels/Small - style */\n --labels-small-style: medium;\n /* Labels/X-Small */\n --labels-x-small: 500 12px/16px var(--typeface);\n /* Labels/X-Small - line height */\n --labels-x-small-line-height: 16px;\n /* Labels/X-Small - size */\n --labels-x-small-size: 12px;\n /* Labels/X-Small - style */\n --labels-x-small-style: medium;\n /* Colors/Brands/Better Homes & Gardens/Light Blue - Global (primitives) */\n --light-blue: #a4c5d6;\n /* Colors/Brands/Better Homes & Gardens/Light Green - Global (primitives) */\n --light-green: #a4cd55;\n /* Colors/Brands/Better Homes & Gardens/Primary/00-base - Global (primitives) */\n --primary-00-base: #278627;\n /* Colors/Brands/Better Homes & Gardens/Primary/15-dark - Global (primitives) */\n --primary-15-dark: #217221;\n /* Colors/Brands/Better Homes & Gardens/Primary/40-light - Global (primitives) */\n --primary-40-light: #7db67c;\n /* Colors/Brands/Better Homes & Gardens/Primary/55-light - Global (primitives) */\n --primary-55-light: #88bc88;\n /* Colors/Brands/Better Homes & Gardens/Primary/75-dark - Global (primitives) */\n --primary-75-dark: #0a220a;\n /* Colors/Brands/Better Homes & Gardens/Primary/85-light - Global (primitives) */\n --primary-85-light: #dfeddf;\n /* Radius/full - Borders */\n --radius-full: 999px;\n /* Radius/lg - Borders */\n --radius-lg: 12px;\n /* Radius/md - Borders */\n --radius-md: 8px;\n /* Radius/none - Borders */\n --radius-none: 0;\n /* Radius/sm - Borders */\n --radius-sm: 4px;\n /* Radius/xlg - Borders */\n --radius-xlg: 16px;\n /* Colors/Brands/Better Homes & Gardens/Secondary/00-base - Global (primitives) */\n --secondary-00-base: #dd6b47;\n /* Colors/Brands/Better Homes & Gardens/Secondary/15-dark - Global (primitives) */\n --secondary-15-dark: #bc5b3c;\n /* Colors/Brands/Better Homes & Gardens/Secondary/40-light - Global (primitives) */\n --secondary-40-light: #eba691;\n /* Colors/Brands/Better Homes & Gardens/Secondary/55-light - Global (primitives) */\n --secondary-55-light: #f0bcac;\n /* Colors/Brands/Better Homes & Gardens/Secondary/75-dark - Global (primitives) */\n --secondary-75-dark: #371b12;\n /* Colors/Brands/Better Homes & Gardens/Secondary/85-light - Global (primitives) */\n --secondary-85-light: #fae9e3;\n /* Shadows/Inner-Shadow-black-100 - Global (primitives) */\n --shadows-inner-shadow-black-100: #000000;\n /* Shadows/Inner-Shadow-white-100 - Global (primitives) */\n --shadows-inner-shadow-white-100: #ffffff;\n /* Shadows/Shadow-black-10 - Global (primitives) */\n --shadows-shadow-black-10: #0000001a;\n /* Shadows/Shadow-black-12 - Global (primitives) */\n --shadows-shadow-black-12: #0000001f;\n /* Shadows/Shadow-black-15 - Global (primitives) */\n --shadows-shadow-black-15: #00000026;\n /* Shadows/Shadow-black-25 - Global (primitives) */\n --shadows-shadow-black-25: #00000040;\n /* Shadows/Shadow-black-32 - Global (primitives) */\n --shadows-shadow-black-32: #00000052;\n /* Shadows/Shadow-black-50 - Global (primitives) */\n --shadows-shadow-black-50: #00000080;\n /* Shadows/Shadow-gray-10 - Global (primitives) */\n --shadows-shadow-gray-10: #6161611a;\n /* Shadows/Shadow-gray-12 - Global (primitives) */\n --shadows-shadow-gray-12: #6161611f;\n /* Shadows/Shadow-gray-15 - Global (primitives) */\n --shadows-shadow-gray-15: #61616126;\n /* Shadows/Shadow-gray-25 - Global (primitives) */\n --shadows-shadow-gray-25: #61616140;\n /* Shadows/Shadow-gray-32 - Global (primitives) */\n --shadows-shadow-gray-32: #61616152;\n /* Shadows/Shadow-gray-50 - Global (primitives) */\n --shadows-shadow-gray-50: #61616180;\n /* Spacing/sizing-01 - Spacing & Sizing */\n --spacing-sizing-01: 4px;\n /* Spacing/sizing-02 - Spacing & Sizing */\n --spacing-sizing-02: 8px;\n /* Spacing/sizing-03 - Spacing & Sizing */\n --spacing-sizing-03: 12px;\n /* Spacing/sizing-04 - Spacing & Sizing */\n --spacing-sizing-04: 16px;\n /* Spacing/sizing-05 - Spacing & Sizing */\n --spacing-sizing-05: 20px;\n /* Spacing/sizing-06 - Spacing & Sizing */\n --spacing-sizing-06: 24px;\n /* Spacing/sizing-07 - Spacing & Sizing */\n --spacing-sizing-07: 28px;\n /* Spacing/sizing-08 - Spacing & Sizing */\n --spacing-sizing-08: 32px;\n /* Spacing/sizing-09 - Spacing & Sizing */\n --spacing-sizing-09: 36px;\n /* Spacing/sizing-10 - Spacing & Sizing */\n --spacing-sizing-10: 40px;\n /* Spacing/sizing-11 - Spacing & Sizing */\n --spacing-sizing-11: 44px;\n /* Spacing/sizing-12 - Spacing & Sizing */\n --spacing-sizing-12: 48px;\n /* Spacing/sizing-13 - Spacing & Sizing */\n --spacing-sizing-13: 52px;\n /* Spacing/sizing-14 - Spacing & Sizing */\n --spacing-sizing-14: 56px;\n /* Spacing/sizing-15 - Spacing & Sizing */\n --spacing-sizing-15: 60px;\n /* Spacing/sizing-16 - Spacing & Sizing */\n --spacing-sizing-16: 64px;\n /* Spacing/sizing-17 - Spacing & Sizing */\n --spacing-sizing-17: 68px;\n /* Spacing/sizing-18 - Spacing & Sizing */\n --spacing-sizing-18: 72px;\n /* Spacing/sizing-19 - Spacing & Sizing */\n --spacing-sizing-19: 80px;\n /* Spacing/sizing-20 - Spacing & Sizing */\n --spacing-sizing-20: 96px;\n /* Spacing/sizing-21 - Spacing & Sizing */\n --spacing-sizing-21: 104px;\n /* Spacing/sizing-22 - Spacing & Sizing */\n --spacing-sizing-22: 120px;\n /* Spacing/sizing-23 - Spacing & Sizing */\n --spacing-sizing-23: 128px;\n /* Spacing/sizing-24 - Spacing & Sizing */\n --spacing-sizing-24: 148px;\n /* Spacing/sizing-25 - Spacing & Sizing */\n --spacing-sizing-25: 152px;\n /* Spacing/sizing-none - Spacing & Sizing */\n --spacing-sizing-none: 0;\n /* Spacings/1040 - Global (primitives) */\n --spacings-1040: 104px;\n /* Spacings/120 - Global (primitives) */\n --spacings-120: 12px;\n /* Spacings/1200 - Global (primitives) */\n --spacings-1200: 120px;\n /* Spacings/1280 - Global (primitives) */\n --spacings-1280: 128px;\n /* Spacings/1480 - Global (primitives) */\n --spacings-1480: 148px;\n /* Spacings/1520 - Global (primitives) */\n --spacings-1520: 152px;\n /* Spacings/160 - Global (primitives) */\n --spacings-160: 16px;\n /* Spacings/200 - Global (primitives) */\n --spacings-200: 20px;\n /* Spacings/240 - Global (primitives) */\n --spacings-240: 24px;\n /* Spacings/280 - Global (primitives) */\n --spacings-280: 28px;\n /* Spacings/320 - Global (primitives) */\n --spacings-320: 32px;\n /* Spacings/360 - Global (primitives) */\n --spacings-360: 36px;\n /* Spacings/40 - Global (primitives) */\n --spacings-40: 4px;\n /* Spacings/400 - Global (primitives) */\n --spacings-400: 40px;\n /* Spacings/440 - Global (primitives) */\n --spacings-440: 44px;\n /* Spacings/480 - Global (primitives) */\n --spacings-480: 48px;\n /* Spacings/520 - Global (primitives) */\n --spacings-520: 52px;\n /* Spacings/560 - Global (primitives) */\n --spacings-560: 56px;\n /* Spacings/600 - Global (primitives) */\n --spacings-600: 60px;\n /* Spacings/640 - Global (primitives) */\n --spacings-640: 64px;\n /* Spacings/680 - Global (primitives) */\n --spacings-680: 68px;\n /* Spacings/720 - Global (primitives) */\n --spacings-720: 72px;\n /* Spacings/80 - Global (primitives) */\n --spacings-80: 8px;\n /* Spacings/800 - Global (primitives) */\n --spacings-800: 80px;\n /* Spacings/960 - Global (primitives) */\n --spacings-960: 96px;\n /* Spacings/None - Global (primitives) */\n --spacings-none: 0;\n /* Status/on-error - Theme - Better Home & Garden */\n --status-on-error: #ffffff;\n /* Status/on-information - Theme - Better Home & Garden */\n --status-on-information: #ffffff;\n /* Status/on-informational - Theme - Better Home & Garden */\n --status-on-informational: #ffffff;\n /* Status/on-warning - Theme - Better Home & Garden */\n --status-on-warning: #141414;\n /* Stroke/Neutral/focus-on-inverse - Theme - Better Home & Garden */\n --stroke-neutral-focus-on-inverse: #ffffff;\n /* Stroke/Neutral/Interaction/inverse-focus - Theme - 3.0 */\n --stroke-neutral-interaction-inverse-focus: #ffffff;\n /* Stroke/Neutral/Interactions/inverse-focus - Theme - Better Home & Garden */\n --stroke-neutral-interactions-inverse-focus: #ffffff;\n /* Stroke/none - Borders */\n --stroke-none: 0;\n /* Stroke/thick - Borders */\n --stroke-thick: 2px;\n /* Stroke/thicker - Borders */\n --stroke-thicker: 4px;\n /* Stroke/thin - Borders */\n --stroke-thin: 1px;\n /* Surface/Neutral/transparent - Theme - Better Home & Garden */\n --surface-neutral-transparent: #ffffff00;\n /* Typeface - Brand */\n --typeface: 'Work Sans', sans-serif;\n /* Typography/Line-height/lh-1 - Global (primitives) */\n --typography-line-height-lh-1: 16px;\n /* Typography/Line-height/lh-10 - Global (primitives) */\n --typography-line-height-lh-10: 48px;\n /* Typography/Line-height/lh-11 - Global (primitives) */\n --typography-line-height-lh-11: 56px;\n /* Typography/Line-height/lh-12 - Global (primitives) */\n --typography-line-height-lh-12: 60px;\n /* Typography/Line-height/lh-13 - Global (primitives) */\n --typography-line-height-lh-13: 64px;\n /* Typography/Line-height/lh-14 - Global (primitives) */\n --typography-line-height-lh-14: 72px;\n /* Typography/Line-height/lh-15 - Global (primitives) */\n --typography-line-height-lh-15: 88px;\n /* Typography/Line-height/lh-2 - Global (primitives) */\n --typography-line-height-lh-2: 20px;\n /* Typography/Line-height/lh-3 - Global (primitives) */\n --typography-line-height-lh-3: 22px;\n /* Typography/Line-height/lh-4 - Global (primitives) */\n --typography-line-height-lh-4: 24px;\n /* Typography/Line-height/lh-5 - Global (primitives) */\n --typography-line-height-lh-5: 28px;\n /* Typography/Line-height/lh-6 - Global (primitives) */\n --typography-line-height-lh-6: 32px;\n /* Typography/Line-height/lh-7 - Global (primitives) */\n --typography-line-height-lh-7: 36px;\n /* Typography/Line-height/lh-8 - Global (primitives) */\n --typography-line-height-lh-8: 40px;\n /* Typography/Line-height/lh-9 - Global (primitives) */\n --typography-line-height-lh-9: 44px;\n /* Typography/Size/base - Global (primitives) */\n --typography-size-base: 16px;\n /* Typography/Size/bp-md - Global (primitives) */\n --typography-size-bp-md: 18px;\n /* Typography/Size/d-lg-m - Global (primitives) */\n --typography-size-d-lg-m: 64px;\n /* Typography/Size/d-lg (old) - Global (primitives) */\n --typography-size-d-lg-old: 60px;\n /* Typography/Size/d-md-m - Global (primitives) */\n --typography-size-d-md-m: 56px;\n /* Typography/Size/d-md (old) - Global (primitives) */\n --typography-size-d-md-old: 52px;\n /* Typography/Size/d-sm-m - Global (primitives) */\n --typography-size-d-sm-m: 48px;\n /* Typography/Size/d-sm (old) - Global (primitives) */\n --typography-size-d-sm-old: 44px;\n /* Typography/Size/lg-xlg - Global (primitives) */\n --typography-size-lg-xlg: 28px;\n /* Typography/Size/md-mdp - Global (primitives) */\n --typography-size-md-mdp: 20px;\n /* Typography/Size/mdp-lg - Global (primitives) */\n --typography-size-mdp-lg: 24px;\n /* Typography/Size/sm - Global (primitives) */\n --typography-size-sm: 14px;\n /* Typography/Size/xlg-xxlg - Global (primitives) */\n --typography-size-xlg-xxlg: 32px;\n /* Typography/Size/xs - Global (primitives) */\n --typography-size-xs: 12px;\n /* Typography/Size/xxlg-xxxlg - Global (primitives) */\n --typography-size-xxlg-xxxlg: 36px;\n /* Typography/Size/xxxlg - Global (primitives) */\n --typography-size-xxxlg: 40px;\n /* Typography/Typeface/Arial - Global (primitives) */\n --typography-typeface-arial: 'Arial', sans-serif;\n /* Typography/Typeface/Geist - Global (primitives) */\n --typography-typeface-geist: 'Geist', sans-serif;\n /* Typography/Typeface/Helvetica - Global (primitives) */\n --typography-typeface-helvetica: 'Helvetica', sans-serif;\n /* Typography/Typeface/Inter - Global (primitives) */\n --typography-typeface-inter: 'Inter', sans-serif;\n /* Typography/Typeface/Lato - Global (primitives) */\n --typography-typeface-lato: 'Lato', sans-serif;\n /* Typography/Typeface/Manrope - Global (primitives) */\n --typography-typeface-manrope: 'Manrope', sans-serif;\n /* Typography/Typeface/Open Sans - Global (primitives) */\n --typography-typeface-open-sans: 'Open Sans', sans-serif;\n /* Typography/Typeface/Red Hat Text - Global (primitives) */\n --typography-typeface-red-hat-text: 'Red Hat Text', sans-serif;\n /* Typography/Typeface/Roboto - Global (primitives) */\n --typography-typeface-roboto: 'Roboto', sans-serif;\n /* Typography/Typeface/SF Pro - Global (primitives) */\n --typography-typeface-sf-pro: 'SF Pro', sans-serif;\n /* Typography/Typeface/Typold - Global (primitives) */\n --typography-typeface-typold: 'Typold', sans-serif;\n /* Typography/Typeface/Work Sans - Global (primitives) */\n --typography-typeface-work-sans: 'Work Sans', sans-serif;\n /* Typography/Weight/300 - Global (primitives) */\n --typography-weight-300: 300;\n /* Typography/Weight/400 - Global (primitives) */\n --typography-weight-400: 400;\n /* Typography/Weight/500 - Global (primitives) */\n --typography-weight-500: 500;\n /* Typography/Weight/600 - Global (primitives) */\n --typography-weight-600: 600;\n /* Colors/Brands/Better Homes & Gardens/Yellow - Global (primitives) */\n --yellow: #fab840;\n /* Mobile/Display/Regular/Large */\n --display-regular-large: 400 56px/72px var(--typeface);\n /* Mobile/Display/Regular/Large - line height */\n --display-regular-large-line-height: 72px;\n /* Mobile/Display/Regular/Large - size */\n --display-regular-large-size: 56px;\n /* Mobile/Display/Regular/Large - style */\n --display-regular-large-style: regular;\n /* Mobile/Display/Regular/Medium */\n --display-regular-medium: 400 48px/60px var(--typeface);\n /* Mobile/Display/Regular/Medium - line height */\n --display-regular-medium-line-height: 60px;\n /* Mobile/Display/Regular/Medium - size */\n --display-regular-medium-size: 48px;\n /* Mobile/Display/Regular/Medium - style */\n --display-regular-medium-style: regular;\n /* Mobile/Display/Regular/Small */\n --display-regular-small: 400 40px/48px var(--typeface);\n /* Mobile/Display/Regular/Small - line height */\n --display-regular-small-line-height: 48px;\n /* Mobile/Display/Regular/Small - size */\n --display-regular-small-size: 40px;\n /* Mobile/Display/Regular/Small - style */\n --display-regular-small-style: regular;\n /* Mobile/Display/Semibold/Large */\n --display-semibold-large: 600 56px/72px var(--typeface);\n /* Mobile/Display/Semibold/Large - line height */\n --display-semibold-large-line-height: 72px;\n /* Mobile/Display/Semibold/Large - size */\n --display-semibold-large-size: 56px;\n /* Mobile/Display/Semibold/Large - style */\n --display-semibold-large-style: semibold;\n /* Mobile/Display/Semibold/Medium */\n --display-semibold-medium: 600 48px/60px var(--typeface);\n /* Mobile/Display/Semibold/Medium - line height */\n --display-semibold-medium-line-height: 60px;\n /* Mobile/Display/Semibold/Medium - size */\n --display-semibold-medium-size: 48px;\n /* Mobile/Display/Semibold/Medium - style */\n --display-semibold-medium-style: semibold;\n /* Mobile/Display/Semibold/Small */\n --display-semibold-small: 600 40px/48px var(--typeface);\n /* Mobile/Display/Semibold/Small - line height */\n --display-semibold-small-line-height: 48px;\n /* Mobile/Display/Semibold/Small - size */\n --display-semibold-small-size: 40px;\n /* Mobile/Display/Semibold/Small - style */\n --display-semibold-small-style: semibold;\n /* Mobile/Heading/H1 - Large Headline */\n --heading-h1: 600 32px/40px var(--typeface);\n /* Mobile/Heading/H1 - Large Headline line height */\n --heading-h1-line-height: 40px;\n /* Mobile/Heading/H1 - Large Headline size */\n --heading-h1-size: 32px;\n /* Mobile/Heading/H1 - Large Headline style */\n --heading-h1-style: semibold;\n /* Mobile/Heading/H2 - Headline */\n --heading-h2: 600 28px/36px var(--typeface);\n /* Mobile/Heading/H2 - Headline line height */\n --heading-h2-line-height: 36px;\n /* Mobile/Heading/H2 - Headline size */\n --heading-h2-size: 28px;\n /* Mobile/Heading/H2 - Headline style */\n --heading-h2-style: semibold;\n /* Mobile/Heading/H3 - Headline */\n --heading-h3: 600 24px/32px var(--typeface);\n /* Mobile/Heading/H3 - Headline line height */\n --heading-h3-line-height: 32px;\n /* Mobile/Heading/H3 - Headline size */\n --heading-h3-size: 24px;\n /* Mobile/Heading/H3 - Headline style */\n --heading-h3-style: semibold;\n /* Mobile/Heading/H4 - Headline */\n --heading-h4: 600 20px/28px var(--typeface);\n /* Mobile/Heading/H4 - Headline line height */\n --heading-h4-line-height: 28px;\n /* Mobile/Heading/H4 - Headline size */\n --heading-h4-size: 20px;\n /* Mobile/Heading/H4 - Headline style */\n --heading-h4-style: semibold;\n /* Mobile/Heading/H5 */\n --heading-h5: 600 18px/24px var(--typeface);\n /* Mobile/Heading/H5 - line height */\n --heading-h5-line-height: 24px;\n /* Mobile/Heading/H5 - size */\n --heading-h5-size: 18px;\n /* Mobile/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Mobile/Heading/H6 */\n --heading-h6: 500 16px/20px var(--typeface);\n /* Mobile/Heading/H6 - line height */\n --heading-h6-line-height: 20px;\n /* Mobile/Heading/H6 - size */\n --heading-h6-size: 16px;\n /* Mobile/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Mobile/Subheader/Large - Headline */\n --subheader-large: 400 20px/28px var(--typeface);\n /* Mobile/Subheader/Large - Headline line height */\n --subheader-large-line-height: 28px;\n /* Mobile/Subheader/Large - Headline size */\n --subheader-large-size: 20px;\n /* Mobile/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Mobile/Subheader/Medium - Headline */\n --subheader-medium: 400 18px/24px var(--typeface);\n /* Mobile/Subheader/Medium - Headline line height */\n --subheader-medium-line-height: 24px;\n /* Mobile/Subheader/Medium - Headline size */\n --subheader-medium-size: 18px;\n /* Mobile/Subheader/Medium - Headline style */\n --subheader-medium-style: regular;\n /* Mobile/Subheader/X-Large - Headline */\n --subheader-x-large: 400 24px/32px var(--typeface);\n /* Mobile/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 32px;\n /* Mobile/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 24px;\n /* Mobile/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Mobile/Subheader/XX-Large - Large Headline */\n --subheader-xx-large: 400 28px/36px var(--typeface);\n /* Mobile/Subheader/XX-Large - Large Headline line height */\n --subheader-xx-large-line-height: 36px;\n /* Mobile/Subheader/XX-Large - Large Headline size */\n --subheader-xx-large-size: 28px;\n /* Mobile/Subheader/XX-Large - Large Headline style */\n --subheader-xx-large-style: regular;\n /* Mobile/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 32px/40px var(--typeface);\n /* Mobile/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 40px;\n /* Mobile/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 32px;\n /* Mobile/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n\n @media (width >= 640px) {\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. */\n --display-regular-large: 400 64px/88px var(--typeface);\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. line height */\n --display-regular-large-line-height: 88px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. size */\n --display-regular-large-size: 64px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. style */\n --display-regular-large-style: regular;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. */\n --display-regular-medium: 400 56px/72px var(--typeface);\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. line height */\n --display-regular-medium-line-height: 72px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. size */\n --display-regular-medium-size: 56px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. style */\n --display-regular-medium-style: regular;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. */\n --display-regular-small: 400 48px/60px var(--typeface);\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. line height */\n --display-regular-small-line-height: 60px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. size */\n --display-regular-small-size: 48px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. style */\n --display-regular-small-style: regular;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. */\n --display-semibold-large: 600 64px/88px var(--typeface);\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. line height */\n --display-semibold-large-line-height: 88px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. size */\n --display-semibold-large-size: 64px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. style */\n --display-semibold-large-style: semibold;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. */\n --display-semibold-medium: 600 56px/72px var(--typeface);\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. line height */\n --display-semibold-medium-line-height: 72px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. size */\n --display-semibold-medium-size: 56px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. style */\n --display-semibold-medium-style: semibold;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. */\n --display-semibold-small: 600 48px/60px var(--typeface);\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. line height */\n --display-semibold-small-line-height: 60px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. size */\n --display-semibold-small-size: 48px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. style */\n --display-semibold-small-style: semibold;\n /* Desktop/Heading/H1 */\n --heading-h1: 600 40px/48px var(--typeface);\n /* Desktop/Heading/H1 - line height */\n --heading-h1-line-height: 48px;\n /* Desktop/Heading/H1 - size */\n --heading-h1-size: 40px;\n /* Desktop/Heading/H1 - style */\n --heading-h1-style: semibold;\n /* Desktop/Heading/H2 */\n --heading-h2: 600 32px/40px var(--typeface);\n /* Desktop/Heading/H2 - line height */\n --heading-h2-line-height: 40px;\n /* Desktop/Heading/H2 - size */\n --heading-h2-size: 32px;\n /* Desktop/Heading/H2 - style */\n --heading-h2-style: semibold;\n /* Desktop/Heading/H3 */\n --heading-h3: 600 28px/36px var(--typeface);\n /* Desktop/Heading/H3 - line height */\n --heading-h3-line-height: 36px;\n /* Desktop/Heading/H3 - size */\n --heading-h3-size: 28px;\n /* Desktop/Heading/H3 - style */\n --heading-h3-style: semibold;\n /* Desktop/Heading/H4 */\n --heading-h4: 600 24px/32px var(--typeface);\n /* Desktop/Heading/H4 - line height */\n --heading-h4-line-height: 32px;\n /* Desktop/Heading/H4 - size */\n --heading-h4-size: 24px;\n /* Desktop/Heading/H4 - style */\n --heading-h4-style: semibold;\n /* Desktop/Heading/H5 */\n --heading-h5: 600 20px/28px var(--typeface);\n /* Desktop/Heading/H5 - line height */\n --heading-h5-line-height: 28px;\n /* Desktop/Heading/H5 - size */\n --heading-h5-size: 20px;\n /* Desktop/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Desktop/Heading/H6 */\n --heading-h6: 500 18px/24px var(--typeface);\n /* Desktop/Heading/H6 - line height */\n --heading-h6-line-height: 24px;\n /* Desktop/Heading/H6 - size */\n --heading-h6-size: 18px;\n /* Desktop/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Desktop/Subheader/Large - Headline */\n --subheader-large: 400 24px/32px var(--typeface);\n /* Desktop/Subheader/Large - Headline line height */\n --subheader-large-line-height: 32px;\n /* Desktop/Subheader/Large - Headline size */\n --subheader-large-size: 24px;\n /* Desktop/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Desktop/Subheader/Medium */\n --subheader-medium: 400 20px/28px var(--typeface);\n /* Desktop/Subheader/Medium - line height */\n --subheader-medium-line-height: 28px;\n /* Desktop/Subheader/Medium - size */\n --subheader-medium-size: 20px;\n /* Desktop/Subheader/Medium - style */\n --subheader-medium-style: regular;\n /* Desktop/Subheader/X-Large - Headline */\n --subheader-x-large: 400 28px/36px var(--typeface);\n /* Desktop/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 36px;\n /* Desktop/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 28px;\n /* Desktop/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Desktop/Subheader/XX-Large - Headline */\n --subheader-xx-large: 400 32px/40px var(--typeface);\n /* Desktop/Subheader/XX-Large - Headline line height */\n --subheader-xx-large-line-height: 40px;\n /* Desktop/Subheader/XX-Large - Headline size */\n --subheader-xx-large-size: 32px;\n /* Desktop/Subheader/XX-Large - Headline style */\n --subheader-xx-large-style: regular;\n /* Desktop/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 40px/48px var(--typeface);\n /* Desktop/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 48px;\n /* Desktop/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 40px;\n /* Desktop/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n }\n\n /** Light theme (default) **/\n /* Background/base - Theme - Better Home & Garden */\n --background-base: #ffffff;\n /* Background/scrim - Theme - Better Home & Garden */\n --background-scrim: #00000040;\n /* Background/shade - Theme - Better Home & Garden */\n --background-shade: #f5f5f5;\n /* Data visual/category-01 - Theme - Better Home & Garden */\n --data-visual-category-01: #389e7a;\n /* Data visual/category-01-highlight - Theme - Better Home & Garden */\n --data-visual-category-01-highlight: #389e7a4d;\n /* Data visual/category-02 - Theme - Better Home & Garden */\n --data-visual-category-02: #0a466c;\n /* Data visual/category-02-highlight - Theme - Better Home & Garden */\n --data-visual-category-02-highlight: #0a466c4d;\n /* Data visual/category-03 - Theme - Better Home & Garden */\n --data-visual-category-03: #299de0;\n /* Data visual/category-03-highlight - Theme - Better Home & Garden */\n --data-visual-category-03-highlight: #299de04d;\n /* Data visual/category-04 - Theme - Better Home & Garden */\n --data-visual-category-04: #130033;\n /* Data visual/category-04-highlight - Theme - Better Home & Garden */\n --data-visual-category-04-highlight: #1300334d;\n /* Data visual/category-05 - Theme - Better Home & Garden */\n --data-visual-category-05: #094a53;\n /* Data visual/category-05-highlight - Theme - Better Home & Garden */\n --data-visual-category-05-highlight: #094a534d;\n /* Data visual/category-06 - Theme - Better Home & Garden */\n --data-visual-category-06: #7f7f7f;\n /* Data visual/category-06-highlight - Theme - Better Home & Garden */\n --data-visual-category-06-highlight: #7f7f7f4d;\n /* Data visual/category-07 - Theme - Better Home & Garden */\n --data-visual-category-07: #433479;\n /* Data visual/category-07-highlight - Theme - Better Home & Garden */\n --data-visual-category-07-highlight: #4334794d;\n /* Data visual/category-1-highlight - Theme - Better Home & Garden */\n --data-visual-category-1-highlight: #0a466c4d;\n /* Data visual/category-2 - Theme - Better Home & Garden */\n --data-visual-category-2: #299de0;\n /* Data visual/category-2-highlight - Theme - Better Home & Garden */\n --data-visual-category-2-highlight: #299de04d;\n /* Data visual/category-3 - Theme - Better Home & Garden */\n --data-visual-category-3: #130033;\n /* Data visual/category-3-highlight - Theme - Better Home & Garden */\n --data-visual-category-3-highlight: #1300334d;\n /* Data visual/category-4 - Theme - Better Home & Garden */\n --data-visual-category-4: #389e7a;\n /* Data visual/category-4-highlight - Theme - Better Home & Garden */\n --data-visual-category-4-highlight: #389e7a4d;\n /* Data visual/category-5 - Theme - Better Home & Garden */\n --data-visual-category-5: #094a53;\n /* Data visual/category-5-highlight - Theme - Better Home & Garden */\n --data-visual-category-5-highlight: #094a534d;\n /* Data visual/category-6 - Theme - Better Home & Garden */\n --data-visual-category-6: #7f7f7f;\n /* Data visual/category-6-highlight - Theme - Better Home & Garden */\n --data-visual-category-6-highlight: #7f7f7f4d;\n /* Data visual/category-7 - Theme - Better Home & Garden */\n --data-visual-category-7: #433479;\n /* Data visual/category-7-highlight - Theme - Better Home & Garden */\n --data-visual-category-7-highlight: #4334794d;\n /* Data visual/gradient-end - Theme - Better Home & Garden */\n --data-visual-gradient-end: #ffffff4d;\n /* Data visual/green - Theme - Better Home & Garden */\n --data-visual-green: #258750;\n /* Data visual/green-highlight - Theme - Better Home & Garden */\n --data-visual-green-highlight: #deede5;\n /* Data visual/negative - Theme - Better Home & Garden */\n --data-visual-negative: #d83a52;\n /* Data visual/negative-highlight - Theme - Better Home & Garden */\n --data-visual-negative-highlight: #f9e1e5;\n /* Data visual/positive - Theme - Better Home & Garden */\n --data-visual-positive: #258750;\n /* Data visual/positive-highlight - Theme - Better Home & Garden */\n --data-visual-positive-highlight: #deede5;\n /* Data visual/red - Theme - Better Home & Garden */\n --data-visual-red: #d83a52;\n /* Data visual/red-highlight - Theme - Better Home & Garden */\n --data-visual-red-highlight: #f9e1e5;\n /* Foreground/Brand/on-inverse-primary - Theme - Better Home & Garden */\n --foreground-brand-on-inverse-primary: #7db67c;\n /* Foreground/Brand/on-inverse-secondary - Theme - Better Home & Garden */\n --foreground-brand-on-inverse-secondary: #eba691;\n /* Foreground/Brand/on-brand-primary - Theme - Better Home & Garden */\n --foreground-brand-on-primary: #ffffff;\n /* Foreground/Brand/on-brand-secondary - Theme - Better Home & Garden */\n --foreground-brand-on-secondary: #ffffff;\n /* Foreground/Brand/brand-primary - Theme - Better Home & Garden */\n --foreground-brand-primary: #278627;\n /* Foreground/Brand/brand-primary-depth - Theme - Better Home & Garden */\n --foreground-brand-primary-depth: #217221;\n /* Foreground/Brand/brand-secondary - Theme - Better Home & Garden */\n --foreground-brand-secondary: #dd6b47;\n /* Foreground/Brand/brand-secondary-depth - Theme - Better Home & Garden */\n --foreground-brand-secondary-depth: #bc5b3c;\n /* Foreground/Link text/default - Theme - Better Home & Garden */\n --foreground-link-text-default: #215ecd;\n /* Foreground/Link text/default-disabled - Theme - Better Home & Garden */\n --foreground-link-text-default-disabled: #7a9ee1;\n /* Foreground/Link text/default-hovered - Theme - Better Home & Garden */\n --foreground-link-text-default-hovered: #1e55b9;\n /* Foreground/Link text/default-pressed - Theme - Better Home & Garden */\n --foreground-link-text-default-pressed: #1a4ba4;\n /* Foreground/Link text/default-visited - Theme - Better Home & Garden */\n --foreground-link-text-default-visited: #7a3e7a;\n /* Foreground/Link text/subtle-disabled - Theme - Better Home & Garden */\n --foreground-link-text-subtle-disabled: #bdbdbd;\n /* Foreground/Link text/subtle-hovered - Theme - Better Home & Garden */\n --foreground-link-text-subtle-hovered: #292929;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Better Home & Garden */\n --foreground-link-text-subtle-inversed-disabled: #757575;\n /* Foreground/Link text/subtle-pressed - Theme - Better Home & Garden */\n --foreground-link-text-subtle-pressed: #424242;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Better Home & Garden */\n --foreground-neutral-disabled-on-color-surface: #757575;\n /* Foreground/Neutral/disabled-on-surface - Theme - Better Home & Garden */\n --foreground-neutral-disabled-on-surface: #bdbdbd;\n /* Foreground/Neutral/on-surface - Theme - Better Home & Garden */\n --foreground-neutral-on-surface: #141414;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Better Home & Garden */\n --foreground-neutral-on-surface-variant-01: #474747;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Better Home & Garden */\n --foreground-neutral-on-surface-variant-02: #757575;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Better Home & Garden */\n --foreground-neutral-on-surface-variant-03: #8a8a8a;\n /* Foreground/Neutral/skeleton-element - Theme - Better Home & Garden */\n --foreground-neutral-skeleton-element: #c7c7c7;\n /* Foreground/Spectrum/blue - Theme - Better Home & Garden */\n --foreground-spectrum-blue: #143778;\n /* Foreground/Spectrum/green - Theme - Better Home & Garden */\n --foreground-spectrum-green: #134428;\n /* Foreground/Spectrum/lime - Theme - Better Home & Garden */\n --foreground-spectrum-lime: #60651a;\n /* Foreground/Spectrum/magenta - Theme - Better Home & Garden */\n --foreground-spectrum-magenta: #63076f;\n /* Foreground/Spectrum/orange - Theme - Better Home & Garden */\n --foreground-spectrum-orange: #773001;\n /* Foreground/Spectrum/pink - Theme - Better Home & Garden */\n --foreground-spectrum-pink: #6c1240;\n /* Foreground/Spectrum/purple - Theme - Better Home & Garden */\n --foreground-spectrum-purple: #310077;\n /* Foreground/Spectrum/red - Theme - Better Home & Garden */\n --foreground-spectrum-red: #6c1d29;\n /* Foreground/Spectrum/teal - Theme - Better Home & Garden */\n --foreground-spectrum-teal: #01413c;\n /* Foreground/Spectrum/yellow - Theme - Better Home & Garden */\n --foreground-spectrum-yellow: #7b5e18;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #0000000f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #0000001a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #00000033;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #00000014;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #0000004d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #00000029;\n /* Interactions/brand-disabled-opacity - Theme - Better Home & Garden */\n --interactions-brand-disabled-opacity: #0000000f;\n /* Interactions/brand-hover-opacity - Theme - Better Home & Garden */\n --interactions-brand-hover-opacity: #0000001a;\n /* Interactions/brand-press-opacity - Theme - Better Home & Garden */\n --interactions-brand-press-opacity: #00000033;\n /* Interactions/disabled-opacity - Theme - Better Home & Garden */\n --interactions-disabled-opacity: #0000000f;\n /* Interactions/hover-opacity - Theme - Better Home & Garden */\n --interactions-hover-opacity: #00000014;\n /* Interactions/link-active-opacity - Theme - Better Home & Garden */\n --interactions-link-active-opacity: #0000004d;\n /* Interactions/neutral-hover-opacity - Theme - Better Home & Garden */\n --interactions-neutral-hover-opacity: #00000014;\n /* Interactions/neutral-press-opacity - Theme - Better Home & Garden */\n --interactions-neutral-press-opacity: #00000029;\n /* Interactions/press-opacity - Theme - Better Home & Garden */\n --interactions-press-opacity: #00000029;\n /* Interactions/primary-disabled-opacity - Theme - Better Home & Garden */\n --interactions-primary-disabled-opacity: #2786271f;\n /* Interactions/primary-hover-opacity - Theme - Better Home & Garden */\n --interactions-primary-hover-opacity: #2786271a;\n /* Interactions/primary-press-opacity - Theme - Better Home & Garden */\n --interactions-primary-press-opacity: #27862733;\n /* Shadow/shadow-10 - Theme - Better Home & Garden */\n --shadow-10: #0000001a;\n /* Shadow/shadow-12 - Theme - Better Home & Garden */\n --shadow-12: #0000001f;\n /* Shadow/shadow-15 - Theme - Better Home & Garden */\n --shadow-15: #00000026;\n /* Shadow/shadow-25 - Theme - Better Home & Garden */\n --shadow-25: #00000040;\n /* Shadow/shadow-32 - Theme - Better Home & Garden */\n --shadow-32: #00000052;\n /* Shadow/inner-shadow - Theme - Better Home & Garden */\n --shadow-inner: #ffffff;\n /* Shadow/inner-shadow-100 - Theme - Better Home & Garden */\n --shadow-inner-100: #ffffff;\n /* Shadow/variant-01 - Theme - Better Home & Garden */\n --shadow-variant-01: #0000001a;\n /* Shadow/variant-02 - Theme - Better Home & Garden */\n --shadow-variant-02: #0000001f;\n /* Shadow/variant-03 - Theme - Better Home & Garden */\n --shadow-variant-03: #00000026;\n /* Shadow/variant-04 - Theme - Better Home & Garden */\n --shadow-variant-04: #00000040;\n /* Shadow/variant-05 - Theme - Better Home & Garden */\n --shadow-variant-05: #00000052;\n /* Status/error - Theme - Denali & Boss */\n --status-error: #d83a52;\n /* Status/information - Theme - Better Home & Garden */\n --status-information: #276ef1;\n /* Status/informational - Theme - Better Home & Garden */\n --status-informational: #276ef1;\n /* Status/on-success - Theme - Better Home & Garden */\n --status-on-success: #ffffff;\n /* Status/success - Theme - Better Home & Garden */\n --status-success: #258750;\n /* Status/warning - Theme - Better Home & Garden */\n --status-warning: #f6bc2f;\n /* Stroke/Brand/brand-primary - Theme - Better Home & Garden */\n --stroke-brand-primary: #278627;\n /* Stroke/Brand/brand-primary-depth - Theme - Better Home & Garden */\n --stroke-brand-primary-depth: #217221;\n /* Stroke/Brand/brand-secondary - Theme - Better Home & Garden */\n --stroke-brand-secondary: #dd6b47;\n /* Stroke/Brand/brand-secondary-depth - Theme - Better Home & Garden */\n --stroke-brand-secondary-depth: #bc5b3c;\n /* Stroke/Neutral/neutral-base - Theme - Better Home & Garden */\n --stroke-neutral-base: #949494;\n /* Stroke/Neutral/disabled-dark - Theme - Better Home & Garden */\n --stroke-neutral-disabled-dark: #757575;\n /* Stroke/Neutral/disabled-light - Theme - Better Home & Garden */\n --stroke-neutral-disabled-light: #bdbdbd;\n /* Stroke/Neutral/focus - Theme - Better Home & Garden */\n --stroke-neutral-focus: #000000;\n /* Stroke/Neutral/neutral-high - Theme - Better Home & Garden */\n --stroke-neutral-high: #141414;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Better Home & Garden */\n --stroke-neutral-high-contrast: #141414;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #48566a;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #c8d6e5;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #000000;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Better Home & Garden */\n --stroke-neutral-interactions-disabled-dark: #757575;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Better Home & Garden */\n --stroke-neutral-interactions-disabled-light: #bdbdbd;\n /* Stroke/Neutral/Interactions/focus - Theme - Better Home & Garden */\n --stroke-neutral-interactions-focus: #000000;\n /* Stroke/Neutral/neutral-low - Theme - Better Home & Garden */\n --stroke-neutral-low: #e0e0e0;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Better Home & Garden */\n --stroke-neutral-low-contrast: #e0e0e0;\n /* Surface/Brand/primary - Theme - Better Home & Garden */\n --surface-brand-primary: #278627;\n /* Surface/Brand/primary-highlight - Theme - Better Home & Garden */\n --surface-brand-primary-highlight: #dfeddf;\n /* Surface/Brand/secondary - Theme - Better Home & Garden */\n --surface-brand-secondary: #dd6b47;\n /* Surface/Brand/secondary-highlight - Theme - Better Home & Garden */\n --surface-brand-secondary-highlight: #fae9e3;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Better Home & Garden */\n --surface-neutral-interactions-dark-disabled: #d6d6d6;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Better Home & Garden */\n --surface-neutral-interactions-light-disabled: #f5f5f5;\n /* Surface/Neutral/Interactions/skeleton - Theme - Better Home & Garden */\n --surface-neutral-interactions-skeleton: #e0e0e0;\n /* Surface/Neutral/inverse - Theme - Better Home & Garden */\n --surface-neutral-inverse: #1f1f1f;\n /* Surface/Neutral/inverse-dark - Theme - Better Home & Garden */\n --surface-neutral-inverse-dark: #1f1f1f;\n /* Surface/Neutral/inverse-light - Theme - Better Home & Garden */\n --surface-neutral-inverse-light: #ffffff;\n /* Surface/Neutral/skeleton - Theme - Better Home & Garden */\n --surface-neutral-skeleton: #e0e0e0;\n /* Surface/Neutral/T1-base - Theme - Better Home & Garden */\n --surface-neutral-t1-base: #ffffff;\n /* Surface/Neutral/T2-lowest - Theme - Better Home & Garden */\n --surface-neutral-t2-lowest: #f5f5f5;\n /* Surface/Neutral/T3-low - Theme - Better Home & Garden */\n --surface-neutral-t3-low: #dbdbdb;\n /* Surface/Neutral/T4-high - Theme - Better Home & Garden */\n --surface-neutral-t4-high: #949494;\n /* Surface/Spectrum/blue - Theme - Better Home & Garden */\n --surface-spectrum-blue: #dfe9fd;\n /* Surface/Spectrum/green - Theme - Better Home & Garden */\n --surface-spectrum-green: #deede5;\n /* Surface/Spectrum/lime - Theme - Better Home & Garden */\n --surface-spectrum-lime: #f6f7e0;\n /* Surface/Spectrum/magenta - Theme - Better Home & Garden */\n --surface-spectrum-magenta: #f6dbfa;\n /* Surface/Spectrum/orange - Theme - Better Home & Garden */\n --surface-spectrum-orange: #fce7d9;\n /* Surface/Spectrum/pink - Theme - Better Home & Garden */\n --surface-spectrum-pink: #f9deec;\n /* Surface/Spectrum/purple - Theme - Better Home & Garden */\n --surface-spectrum-purple: #e7d9fc;\n /* Surface/Spectrum/red - Theme - Better Home & Garden */\n --surface-spectrum-red: #f9e1e5;\n /* Surface/Spectrum/teal - Theme - Better Home & Garden */\n --surface-spectrum-teal: #d9eceb;\n /* Surface/Spectrum/yellow - Theme - Better Home & Garden */\n --surface-spectrum-yellow: #fef5e0;\n}\n\n[data-theme='dark'] {\n /* Background/base - Theme - Better Home & Garden */\n --background-base: #1f1f1f;\n /* Background/scrim - Theme - Better Home & Garden */\n --background-scrim: #61616180;\n /* Background/shade - Theme - Better Home & Garden */\n --background-shade: #292929;\n /* Data visual/category-01 - Theme - Better Home & Garden */\n --data-visual-category-01: #88c5af;\n /* Data visual/category-01-highlight - Theme - Better Home & Garden */\n --data-visual-category-01-highlight: #88c5af4d;\n /* Data visual/category-02 - Theme - Better Home & Garden */\n --data-visual-category-02: #0a466c;\n /* Data visual/category-02-highlight - Theme - Better Home & Garden */\n --data-visual-category-02-highlight: #7899ae4d;\n /* Data visual/category-03 - Theme - Better Home & Garden */\n --data-visual-category-03: #7fc4ec;\n /* Data visual/category-03-highlight - Theme - Better Home & Garden */\n --data-visual-category-03-highlight: #7fc4ec4d;\n /* Data visual/category-04 - Theme - Better Home & Garden */\n --data-visual-category-04: #958ca3;\n /* Data visual/category-04-highlight - Theme - Better Home & Garden */\n --data-visual-category-04-highlight: #958ca34d;\n /* Data visual/category-05 - Theme - Better Home & Garden */\n --data-visual-category-05: #789ba0;\n /* Data visual/category-05-highlight - Theme - Better Home & Garden */\n --data-visual-category-05-highlight: #789ba04d;\n /* Data visual/category-06 - Theme - Better Home & Garden */\n --data-visual-category-06: #b2b2b2;\n /* Data visual/category-06-highlight - Theme - Better Home & Garden */\n --data-visual-category-06-highlight: #b2b2b24d;\n /* Data visual/category-07 - Theme - Better Home & Garden */\n --data-visual-category-07: #a19abc;\n /* Data visual/category-07-highlight - Theme - Better Home & Garden */\n --data-visual-category-07-highlight: #a19abc4d;\n /* Data visual/category-1-highlight - Theme - Better Home & Garden */\n --data-visual-category-1-highlight: #7899ae4d;\n /* Data visual/category-2 - Theme - Better Home & Garden */\n --data-visual-category-2: #7fc4ec;\n /* Data visual/category-2-highlight - Theme - Better Home & Garden */\n --data-visual-category-2-highlight: #7fc4ec4d;\n /* Data visual/category-3 - Theme - Better Home & Garden */\n --data-visual-category-3: #958ca3;\n /* Data visual/category-3-highlight - Theme - Better Home & Garden */\n --data-visual-category-3-highlight: #958ca34d;\n /* Data visual/category-4 - Theme - Better Home & Garden */\n --data-visual-category-4: #88c5af;\n /* Data visual/category-4-highlight - Theme - Better Home & Garden */\n --data-visual-category-4-highlight: #88c5af4d;\n /* Data visual/category-5 - Theme - Better Home & Garden */\n --data-visual-category-5: #789ba0;\n /* Data visual/category-5-highlight - Theme - Better Home & Garden */\n --data-visual-category-5-highlight: #789ba04d;\n /* Data visual/category-6 - Theme - Better Home & Garden */\n --data-visual-category-6: #b2b2b2;\n /* Data visual/category-6-highlight - Theme - Better Home & Garden */\n --data-visual-category-6-highlight: #b2b2b24d;\n /* Data visual/category-7 - Theme - Better Home & Garden */\n --data-visual-category-7: #a19abc;\n /* Data visual/category-7-highlight - Theme - Better Home & Garden */\n --data-visual-category-7-highlight: #a19abc4d;\n /* Data visual/gradient-end - Theme - Better Home & Garden */\n --data-visual-gradient-end: #1f1f1f4d;\n /* Data visual/green - Theme - Better Home & Garden */\n --data-visual-green: #7cb796;\n /* Data visual/green-highlight - Theme - Better Home & Garden */\n --data-visual-green-highlight: #0d2f1c;\n /* Data visual/negative - Theme - Better Home & Garden */\n --data-visual-negative: #e88997;\n /* Data visual/negative-highlight - Theme - Better Home & Garden */\n --data-visual-negative-highlight: #4c141d;\n /* Data visual/positive - Theme - Better Home & Garden */\n --data-visual-positive: #7cb796;\n /* Data visual/positive-highlight - Theme - Better Home & Garden */\n --data-visual-positive-highlight: #0d2f1c;\n /* Data visual/red - Theme - Better Home & Garden */\n --data-visual-red: #e88997;\n /* Data visual/red-highlight - Theme - Better Home & Garden */\n --data-visual-red-highlight: #4c141d;\n /* Foreground/Brand/on-inverse-primary - Theme - Better Home & Garden */\n --foreground-brand-on-inverse-primary: #7db67c;\n /* Foreground/Brand/on-inverse-secondary - Theme - Better Home & Garden */\n --foreground-brand-on-inverse-secondary: #eba691;\n /* Foreground/Brand/on-brand-primary - Theme - Better Home & Garden */\n --foreground-brand-on-primary: #141414;\n /* Foreground/Brand/on-brand-secondary - Theme - Better Home & Garden */\n --foreground-brand-on-secondary: #141414;\n /* Foreground/Brand/brand-primary - Theme - Better Home & Garden */\n --foreground-brand-primary: #7db67c;\n /* Foreground/Brand/brand-primary-depth - Theme - Better Home & Garden */\n --foreground-brand-primary-depth: #88bc88;\n /* Foreground/Brand/brand-secondary - Theme - Better Home & Garden */\n --foreground-brand-secondary: #eba691;\n /* Foreground/Brand/brand-secondary-depth - Theme - Better Home & Garden */\n --foreground-brand-secondary-depth: #eba691;\n /* Foreground/Link text/default - Theme - Better Home & Garden */\n --foreground-link-text-default: #7a9ee1;\n /* Foreground/Link text/default-disabled - Theme - Better Home & Garden */\n --foreground-link-text-default-disabled: #14387b;\n /* Foreground/Link text/default-hovered - Theme - Better Home & Garden */\n --foreground-link-text-default-hovered: #90afe6;\n /* Foreground/Link text/default-pressed - Theme - Better Home & Garden */\n --foreground-link-text-default-pressed: #a6bfeb;\n /* Foreground/Link text/default-visited - Theme - Better Home & Garden */\n --foreground-link-text-default-visited: #af8baf;\n /* Foreground/Link text/subtle-disabled - Theme - Better Home & Garden */\n --foreground-link-text-subtle-disabled: #4d4d4d;\n /* Foreground/Link text/subtle-hovered - Theme - Better Home & Garden */\n --foreground-link-text-subtle-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Better Home & Garden */\n --foreground-link-text-subtle-inversed-disabled: #424242;\n /* Foreground/Link text/subtle-pressed - Theme - Better Home & Garden */\n --foreground-link-text-subtle-pressed: #d1d1d1;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Better Home & Garden */\n --foreground-neutral-disabled-on-color-surface: #424242;\n /* Foreground/Neutral/disabled-on-surface - Theme - Better Home & Garden */\n --foreground-neutral-disabled-on-surface: #4d4d4d;\n /* Foreground/Neutral/on-surface - Theme - Better Home & Garden */\n --foreground-neutral-on-surface: #fafafa;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Better Home & Garden */\n --foreground-neutral-on-surface-variant-01: #c2c2c2;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Better Home & Garden */\n --foreground-neutral-on-surface-variant-02: #9e9e9e;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Better Home & Garden */\n --foreground-neutral-on-surface-variant-03: #757575;\n /* Foreground/Neutral/skeleton-element - Theme - Better Home & Garden */\n --foreground-neutral-skeleton-element: #4d4d4d;\n /* Foreground/Spectrum/blue - Theme - Better Home & Garden */\n --foreground-spectrum-blue: #88aff7;\n /* Foreground/Spectrum/green - Theme - Better Home & Garden */\n --foreground-spectrum-green: #87bd9f;\n /* Foreground/Spectrum/lime - Theme - Better Home & Garden */\n --foreground-spectrum-lime: #dce28f;\n /* Foreground/Spectrum/magenta - Theme - Better Home & Garden */\n --foreground-spectrum-magenta: #e07aed;\n /* Foreground/Spectrum/orange - Theme - Better Home & Garden */\n --foreground-spectrum-orange: #f6a874;\n /* Foreground/Spectrum/pink - Theme - Better Home & Garden */\n --foreground-spectrum-pink: #ea86b9;\n /* Foreground/Spectrum/purple - Theme - Better Home & Garden */\n --foreground-spectrum-purple: #c8a6f9;\n /* Foreground/Spectrum/red - Theme - Better Home & Garden */\n --foreground-spectrum-red: #ea93a0;\n /* Foreground/Spectrum/teal - Theme - Better Home & Garden */\n --foreground-spectrum-teal: #74bbb4;\n /* Foreground/Spectrum/yellow - Theme - Better Home & Garden */\n --foreground-spectrum-yellow: #fada8d;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #ffffff0f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #ffffff1a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #ffffff33;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #ffffff14;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #ffffff4d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #ffffff29;\n /* Interactions/brand-disabled-opacity - Theme - Better Home & Garden */\n --interactions-brand-disabled-opacity: #ffffff0f;\n /* Interactions/brand-hover-opacity - Theme - Better Home & Garden */\n --interactions-brand-hover-opacity: #ffffff1a;\n /* Interactions/brand-press-opacity - Theme - Better Home & Garden */\n --interactions-brand-press-opacity: #ffffff33;\n /* Interactions/disabled-opacity - Theme - Better Home & Garden */\n --interactions-disabled-opacity: #ffffff0f;\n /* Interactions/hover-opacity - Theme - Better Home & Garden */\n --interactions-hover-opacity: #ffffff14;\n /* Interactions/link-active-opacity - Theme - Better Home & Garden */\n --interactions-link-active-opacity: #ffffff4d;\n /* Interactions/neutral-hover-opacity - Theme - Better Home & Garden */\n --interactions-neutral-hover-opacity: #ffffff14;\n /* Interactions/neutral-press-opacity - Theme - Better Home & Garden */\n --interactions-neutral-press-opacity: #ffffff29;\n /* Interactions/press-opacity - Theme - Better Home & Garden */\n --interactions-press-opacity: #ffffff29;\n /* Interactions/primary-disabled-opacity - Theme - Better Home & Garden */\n --interactions-primary-disabled-opacity: #7db67c1f;\n /* Interactions/primary-hover-opacity - Theme - Better Home & Garden */\n --interactions-primary-hover-opacity: #7db67c1a;\n /* Interactions/primary-press-opacity - Theme - Better Home & Garden */\n --interactions-primary-press-opacity: #7db67c33;\n /* Shadow/shadow-10 - Theme - Better Home & Garden */\n --shadow-10: #6161611a;\n /* Shadow/shadow-12 - Theme - Better Home & Garden */\n --shadow-12: #6161611f;\n /* Shadow/shadow-15 - Theme - Better Home & Garden */\n --shadow-15: #61616126;\n /* Shadow/shadow-25 - Theme - Better Home & Garden */\n --shadow-25: #61616140;\n /* Shadow/shadow-32 - Theme - Better Home & Garden */\n --shadow-32: #61616152;\n /* Shadow/inner-shadow - Theme - Better Home & Garden */\n --shadow-inner: #000000;\n /* Shadow/inner-shadow-100 - Theme - Better Home & Garden */\n --shadow-inner-100: #000000;\n /* Shadow/variant-01 - Theme - Better Home & Garden */\n --shadow-variant-01: #6161611a;\n /* Shadow/variant-02 - Theme - Better Home & Garden */\n --shadow-variant-02: #6161611f;\n /* Shadow/variant-03 - Theme - Better Home & Garden */\n --shadow-variant-03: #61616126;\n /* Shadow/variant-04 - Theme - Better Home & Garden */\n --shadow-variant-04: #61616140;\n /* Shadow/variant-05 - Theme - Better Home & Garden */\n --shadow-variant-05: #61616152;\n /* Status/error - Theme - Denali & Boss */\n --status-error: #e26b7d;\n /* Status/information - Theme - Better Home & Garden */\n --status-information: #5d92f5;\n /* Status/informational - Theme - Better Home & Garden */\n --status-informational: #5d92f5;\n /* Status/on-success - Theme - Better Home & Garden */\n --status-on-success: #141414;\n /* Status/success - Theme - Better Home & Garden */\n --status-success: #519f73;\n /* Status/warning - Theme - Better Home & Garden */\n --status-warning: #f8cd63;\n /* Stroke/Brand/brand-primary - Theme - Better Home & Garden */\n --stroke-brand-primary: #7db67c;\n /* Stroke/Brand/brand-primary-depth - Theme - Better Home & Garden */\n --stroke-brand-primary-depth: #88bc88;\n /* Stroke/Brand/brand-secondary - Theme - Better Home & Garden */\n --stroke-brand-secondary: #f0bcac;\n /* Stroke/Brand/brand-secondary-depth - Theme - Better Home & Garden */\n --stroke-brand-secondary-depth: #eba691;\n /* Stroke/Neutral/neutral-base - Theme - Better Home & Garden */\n --stroke-neutral-base: #6b6b6b;\n /* Stroke/Neutral/disabled-dark - Theme - Better Home & Garden */\n --stroke-neutral-disabled-dark: #424242;\n /* Stroke/Neutral/disabled-light - Theme - Better Home & Garden */\n --stroke-neutral-disabled-light: #4d4d4d;\n /* Stroke/Neutral/focus - Theme - Better Home & Garden */\n --stroke-neutral-focus: #ffffff;\n /* Stroke/Neutral/neutral-high - Theme - Better Home & Garden */\n --stroke-neutral-high: #fafafa;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Better Home & Garden */\n --stroke-neutral-high-contrast: #fafafa;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #b1c0d2;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #323b49;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #ffffff;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Better Home & Garden */\n --stroke-neutral-interactions-disabled-dark: #424242;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Better Home & Garden */\n --stroke-neutral-interactions-disabled-light: #4d4d4d;\n /* Stroke/Neutral/Interactions/focus - Theme - Better Home & Garden */\n --stroke-neutral-interactions-focus: #ffffff;\n /* Stroke/Neutral/neutral-low - Theme - Better Home & Garden */\n --stroke-neutral-low: #4d4d4d;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Better Home & Garden */\n --stroke-neutral-low-contrast: #4d4d4d;\n /* Surface/Brand/primary - Theme - Better Home & Garden */\n --surface-brand-primary: #7db67c;\n /* Surface/Brand/primary-highlight - Theme - Better Home & Garden */\n --surface-brand-primary-highlight: #0a220a;\n /* Surface/Brand/secondary - Theme - Better Home & Garden */\n --surface-brand-secondary: #f0bcac;\n /* Surface/Brand/secondary-highlight - Theme - Better Home & Garden */\n --surface-brand-secondary-highlight: #371b12;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Better Home & Garden */\n --surface-neutral-interactions-dark-disabled: #474747;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Better Home & Garden */\n --surface-neutral-interactions-light-disabled: #292929;\n /* Surface/Neutral/Interactions/skeleton - Theme - Better Home & Garden */\n --surface-neutral-interactions-skeleton: #333333;\n /* Surface/Neutral/inverse - Theme - Better Home & Garden */\n --surface-neutral-inverse: #383838;\n /* Surface/Neutral/inverse-dark - Theme - Better Home & Garden */\n --surface-neutral-inverse-dark: #383838;\n /* Surface/Neutral/inverse-light - Theme - Better Home & Garden */\n --surface-neutral-inverse-light: #575757;\n /* Surface/Neutral/skeleton - Theme - Better Home & Garden */\n --surface-neutral-skeleton: #333333;\n /* Surface/Neutral/T1-base - Theme - Better Home & Garden */\n --surface-neutral-t1-base: #1f1f1f;\n /* Surface/Neutral/T2-lowest - Theme - Better Home & Garden */\n --surface-neutral-t2-lowest: #2e2e2e;\n /* Surface/Neutral/T3-low - Theme - Better Home & Garden */\n --surface-neutral-t3-low: #383838;\n /* Surface/Neutral/T4-high - Theme - Better Home & Garden */\n --surface-neutral-t4-high: #474747;\n /* Surface/Spectrum/blue - Theme - Better Home & Garden */\n --surface-spectrum-blue: #0e2754;\n /* Surface/Spectrum/green - Theme - Better Home & Garden */\n --surface-spectrum-green: #0d2f1c;\n /* Surface/Spectrum/lime - Theme - Better Home & Garden */\n --surface-spectrum-lime: #434712;\n /* Surface/Spectrum/magenta - Theme - Better Home & Garden */\n --surface-spectrum-magenta: #45054e;\n /* Surface/Spectrum/orange - Theme - Better Home & Garden */\n --surface-spectrum-orange: #532201;\n /* Surface/Spectrum/pink - Theme - Better Home & Garden */\n --surface-spectrum-pink: #4c0c2d;\n /* Surface/Spectrum/purple - Theme - Better Home & Garden */\n --surface-spectrum-purple: #220053;\n /* Surface/Spectrum/red - Theme - Better Home & Garden */\n --surface-spectrum-red: #4c141d;\n /* Surface/Spectrum/teal - Theme - Better Home & Garden */\n --surface-spectrum-teal: #012e2a;\n /* Surface/Spectrum/yellow - Theme - Better Home & Garden */\n --surface-spectrum-yellow: #564210;\n}\n",
4
+ cartus: "/* Generated from figma export: 2025-07-08T20:32:21.402Z */\n\n@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap');\nbody {\n font-family: var(--typeface);\n}\n\n:root {\n /* Body/Base */\n --body-base: 400 16px/20px var(--typeface);\n /* Body/Base - line height */\n --body-base-line-height: 20px;\n /* Body/Base - size */\n --body-base-size: 16px;\n /* Body/Base - style */\n --body-base-style: regular;\n /* Body/Large */\n --body-large: 400 18px/24px var(--typeface);\n /* Body/Large - line height */\n --body-large-line-height: 24px;\n /* Body/Large - size */\n --body-large-size: 18px;\n /* Body/Large - style */\n --body-large-style: regular;\n /* Body/Small */\n --body-small: 400 14px/20px var(--typeface);\n /* Body/Small - line height */\n --body-small-line-height: 20px;\n /* Body/Small - size */\n --body-small-size: 14px;\n /* Body/Small - style */\n --body-small-style: regular;\n /* Body/X-Small */\n --body-x-small: 400 12px/16px var(--typeface);\n /* Body/X-Small - line height */\n --body-x-small-line-height: 16px;\n /* Body/X-Small - size */\n --body-x-small-size: 12px;\n /* Body/X-Small - style */\n --body-x-small-style: regular;\n /* Colors/Brands/Experiment/blue-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-dark-100: #0a2f85;\n /* Colors/Brands/Experiment/blue-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-dark-200: #1347cc;\n /* Colors/Brands/Experiment/blue-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-dark-300: #0f59e2;\n /* Colors/Brands/Experiment/blue-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-dark-400: #357aea;\n /* Colors/Brands/Experiment/blue-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-dark-50: #181d34;\n /* Colors/Brands/Experiment/blue-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-dark-500: #2e88f6;\n /* Colors/Brands/Experiment/blue-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-dark-600: #50a1ff;\n /* Colors/Brands/Experiment/blue-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-dark-700: #7ab7ff;\n /* Colors/Brands/Experiment/blue-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-dark-800: #dcebfe;\n /* Colors/Brands/Experiment/blue-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-dark-900: #f0f6ff;\n /* Colors/Brands/Experiment/blue-gray-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-100: #1a2332;\n /* Colors/Brands/Experiment/blue-gray-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-200: #252e3c;\n /* Colors/Brands/Experiment/blue-gray-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-300: #323b49;\n /* Colors/Brands/Experiment/blue-gray-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-400: #5e6d82;\n /* Colors/Brands/Experiment/blue-gray-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-50: #0c101c;\n /* Colors/Brands/Experiment/blue-gray-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-500: #8b9bb2;\n /* Colors/Brands/Experiment/blue-gray-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-600: #b1c0d2;\n /* Colors/Brands/Experiment/blue-gray-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-700: #d4dce8;\n /* Colors/Brands/Experiment/blue-gray-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-800: #e2ebf3;\n /* Colors/Brands/Experiment/blue-gray-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-900: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-100: #f1f5f9;\n /* Colors/Brands/Experiment/blue-gray-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-200: #e1e7ef;\n /* Colors/Brands/Experiment/blue-gray-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-300: #c8d6e5;\n /* Colors/Brands/Experiment/blue-gray-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-400: #9eacc0;\n /* Colors/Brands/Experiment/blue-gray-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-50: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-500: #65758b;\n /* Colors/Brands/Experiment/blue-gray-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-600: #48566a;\n /* Colors/Brands/Experiment/blue-gray-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-700: #344256;\n /* Colors/Brands/Experiment/blue-gray-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-800: #1d283a;\n /* Colors/Brands/Experiment/blue-gray-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-900: #0f1729;\n /* Colors/Brands/Experiment/blue-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-light-100: #dcebfe;\n /* Colors/Brands/Experiment/blue-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-light-200: #bedbfe;\n /* Colors/Brands/Experiment/blue-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-light-300: #91c3fd;\n /* Colors/Brands/Experiment/blue-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-light-400: #61a6fa;\n /* Colors/Brands/Experiment/blue-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-light-50: #f2f7ff;\n /* Colors/Brands/Experiment/blue-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-light-500: #3479e9;\n /* Colors/Brands/Experiment/blue-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-light-600: #1559ea;\n /* Colors/Brands/Experiment/blue-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-light-700: #173fab;\n /* Colors/Brands/Experiment/blue-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-light-800: #162f82;\n /* Colors/Brands/Experiment/blue-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-light-900: #0c1736;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-10: #50a1ff1a;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-12: #50a1ff1f;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-16: #50a1ff29;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-20: #50a1ff33;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-8: #50a1ff14;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-10: #1559ea1a;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-12: #1559ea1f;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-16: #1559ea29;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-20: #1559ea33;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-8: #1559ea14;\n /* Colors/Brands/Experiment/orange-dark/100 - Global (primitives) */\n --colors-brands-experiment-orange-dark-100: #852c0f;\n /* Colors/Brands/Experiment/orange-dark/200 - Global (primitives) */\n --colors-brands-experiment-orange-dark-200: #ab4827;\n /* Colors/Brands/Experiment/orange-dark/300 - Global (primitives) */\n --colors-brands-experiment-orange-dark-300: #ce5a07;\n /* Colors/Brands/Experiment/orange-dark/400 - Global (primitives) */\n --colors-brands-experiment-orange-dark-400: #f27013;\n /* Colors/Brands/Experiment/orange-dark/50 - Global (primitives) */\n --colors-brands-experiment-orange-dark-50: #31160d;\n /* Colors/Brands/Experiment/orange-dark/500 - Global (primitives) */\n --colors-brands-experiment-orange-dark-500: #fb923c;\n /* Colors/Brands/Experiment/orange-dark/600 - Global (primitives) */\n --colors-brands-experiment-orange-dark-600: #fdba72;\n /* Colors/Brands/Experiment/orange-dark/700 - Global (primitives) */\n --colors-brands-experiment-orange-dark-700: #fed6a9;\n /* Colors/Brands/Experiment/orange-dark/800 - Global (primitives) */\n --colors-brands-experiment-orange-dark-800: #ffedd6;\n /* Colors/Brands/Experiment/orange-dark/900 - Global (primitives) */\n --colors-brands-experiment-orange-dark-900: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/100 - Global (primitives) */\n --colors-brands-experiment-orange-light-100: #ffedd6;\n /* Colors/Brands/Experiment/orange-light/200 - Global (primitives) */\n --colors-brands-experiment-orange-light-200: #fed6a9;\n /* Colors/Brands/Experiment/orange-light/300 - Global (primitives) */\n --colors-brands-experiment-orange-light-300: #fdba72;\n /* Colors/Brands/Experiment/orange-light/400 - Global (primitives) */\n --colors-brands-experiment-orange-light-400: #fb923c;\n /* Colors/Brands/Experiment/orange-light/50 - Global (primitives) */\n --colors-brands-experiment-orange-light-50: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/500 - Global (primitives) */\n --colors-brands-experiment-orange-light-500: #f67416;\n /* Colors/Brands/Experiment/orange-light/600 - Global (primitives) */\n --colors-brands-experiment-orange-light-600: #e4570c;\n /* Colors/Brands/Experiment/orange-light/700 - Global (primitives) */\n --colors-brands-experiment-orange-light-700: #b63c0b;\n /* Colors/Brands/Experiment/orange-light/800 - Global (primitives) */\n --colors-brands-experiment-orange-light-800: #80310f;\n /* Colors/Brands/Experiment/orange-light/900 - Global (primitives) */\n --colors-brands-experiment-orange-light-900: #471a0a;\n /* Colors/Internal/pink-00-light - Global (primitives) */\n --colors-internal-pink-00-light: #ff4f8d;\n /* Colors/Internal/pink-50-dark - Global (primitives) */\n --colors-internal-pink-50-dark: #802847;\n /* Colors/Neutral/00 - Global (primitives) */\n --colors-neutral-00: #000000;\n /* Colors/Neutral/02 - Global (primitives) */\n --colors-neutral-02: #050505;\n /* Colors/Neutral/04 - Global (primitives) */\n --colors-neutral-04: #0a0a0a;\n /* Colors/Neutral/06 - Global (primitives) */\n --colors-neutral-06: #0f0f0f;\n /* Colors/Neutral/08 - Global (primitives) */\n --colors-neutral-08: #141414;\n /* Colors/Neutral/10 - Global (primitives) */\n --colors-neutral-10: #1a1a1a;\n /* Colors/Neutral/100 - Global (primitives) */\n --colors-neutral-100: #ffffff;\n /* Colors/Neutral/12 - Global (primitives) */\n --colors-neutral-12: #1f1f1f;\n /* Colors/Neutral/14 - Global (primitives) */\n --colors-neutral-14: #242424;\n /* Colors/Neutral/16 - Global (primitives) */\n --colors-neutral-16: #292929;\n /* Colors/Neutral/18 - Global (primitives) */\n --colors-neutral-18: #2e2e2e;\n /* Colors/Neutral/20 - Global (primitives) */\n --colors-neutral-20: #333333;\n /* Colors/Neutral/22 - Global (primitives) */\n --colors-neutral-22: #383838;\n /* Colors/Neutral/24 - Global (primitives) */\n --colors-neutral-24: #424242;\n /* Colors/Neutral/26 - Global (primitives) */\n --colors-neutral-26: #424242;\n /* Colors/Neutral/28 - Global (primitives) */\n --colors-neutral-28: #474747;\n /* Colors/Neutral/30 - Global (primitives) */\n --colors-neutral-30: #4d4d4d;\n /* Colors/Neutral/32 - Global (primitives) */\n --colors-neutral-32: #525252;\n /* Colors/Neutral/34 - Global (primitives) */\n --colors-neutral-34: #575757;\n /* Colors/Neutral/36 - Global (primitives) */\n --colors-neutral-36: #5c5c5c;\n /* Colors/Neutral/38 - Global (primitives) */\n --colors-neutral-38: #616161;\n /* Colors/Neutral/40 - Global (primitives) */\n --colors-neutral-40: #666666;\n /* Colors/Neutral/42 - Global (primitives) */\n --colors-neutral-42: #6b6b6b;\n /* Colors/Neutral/44 - Global (primitives) */\n --colors-neutral-44: #707070;\n /* Colors/Neutral/46 - Global (primitives) */\n --colors-neutral-46: #757575;\n /* Colors/Neutral/48 - Global (primitives) */\n --colors-neutral-48: #7a7a7a;\n /* Colors/Neutral/50 - Global (primitives) */\n --colors-neutral-50: #808080;\n /* Colors/Neutral/52 - Global (primitives) */\n --colors-neutral-52: #858585;\n /* Colors/Neutral/54 - Global (primitives) */\n --colors-neutral-54: #8a8a8a;\n /* Colors/Neutral/56 - Global (primitives) */\n --colors-neutral-56: #8f8f8f;\n /* Colors/Neutral/58 - Global (primitives) */\n --colors-neutral-58: #949494;\n /* Colors/Neutral/60 - Global (primitives) */\n --colors-neutral-60: #999999;\n /* Colors/Neutral/62 - Global (primitives) */\n --colors-neutral-62: #9e9e9e;\n /* Colors/Neutral/64 - Global (primitives) */\n --colors-neutral-64: #a3a3a3;\n /* Colors/Neutral/66 - Global (primitives) */\n --colors-neutral-66: #a8a8a8;\n /* Colors/Neutral/68 - Global (primitives) */\n --colors-neutral-68: #adadad;\n /* Colors/Neutral/70 - Global (primitives) */\n --colors-neutral-70: #b3b3b3;\n /* Colors/Neutral/72 - Global (primitives) */\n --colors-neutral-72: #b8b8b8;\n /* Colors/Neutral/74 - Global (primitives) */\n --colors-neutral-74: #bdbdbd;\n /* Colors/Neutral/76 - Global (primitives) */\n --colors-neutral-76: #c2c2c2;\n /* Colors/Neutral/78 - Global (primitives) */\n --colors-neutral-78: #c7c7c7;\n /* Colors/Neutral/80 - Global (primitives) */\n --colors-neutral-80: #cccccc;\n /* Colors/Neutral/82 - Global (primitives) */\n --colors-neutral-82: #d1d1d1;\n /* Colors/Neutral/84 - Global (primitives) */\n --colors-neutral-84: #d6d6d6;\n /* Colors/Neutral/86 - Global (primitives) */\n --colors-neutral-86: #dbdbdb;\n /* Colors/Neutral/88 - Global (primitives) */\n --colors-neutral-88: #e0e0e0;\n /* Colors/Neutral/90 - Global (primitives) */\n --colors-neutral-90: #e6e6e6;\n /* Colors/Neutral/92 - Global (primitives) */\n --colors-neutral-92: #ebebeb;\n /* Colors/Neutral/94 - Global (primitives) */\n --colors-neutral-94: #f0f0f0;\n /* Colors/Neutral/96 - Global (primitives) */\n --colors-neutral-96: #f5f5f5;\n /* Colors/Neutral/98 - Global (primitives) */\n --colors-neutral-98: #fafafa;\n /* Colors/Neutral/transparent - Global (primitives) */\n --colors-neutral-transparent: #ffffff00;\n /* Colors/System/blue-dark - Global (primitives) */\n --colors-system-blue-dark: #5d92f5;\n /* Colors/System/blue-dark-bg - Global (primitives) */\n --colors-system-blue-dark-bg: #0e2754;\n /* Colors/System/blue-light - Global (primitives) */\n --colors-system-blue-light: #276ef1;\n /* Colors/System/blue-light-bg - Global (primitives) */\n --colors-system-blue-light-bg: #dfe9fd;\n /* Colors/System/green-dark - Global (primitives) */\n --colors-system-green-dark: #519f73;\n /* Colors/System/green-dark-bg - Global (primitives) */\n --colors-system-green-dark-bg: #0d2f1c;\n /* Colors/System/green-light - Global (primitives) */\n --colors-system-green-light: #258750;\n /* Colors/System/green-light-bg - Global (primitives) */\n --colors-system-green-light-bg: #d3e7dc;\n /* Colors/System/Links/00-default-light - Global (primitives) */\n --colors-system-links-00-default-light: #215ecd;\n /* Colors/System/Links/10-hover-light - Global (primitives) */\n --colors-system-links-10-hover-light: #1e55b9;\n /* Colors/System/Links/20-press-light - Global (primitives) */\n --colors-system-links-20-press-light: #1a4ba4;\n /* Colors/System/Links/30-active-dark - Global (primitives) */\n --colors-system-links-30-active-dark: #648edc;\n /* Colors/System/Links/30-active-light - Global (primitives) */\n --colors-system-links-30-active-light: #174290;\n /* Colors/System/Links/40-default-dark - Global (primitives) */\n --colors-system-links-40-default-dark: #7a9ee1;\n /* Colors/System/Links/40-disabled-dark - Global (primitives) */\n --colors-system-links-40-disabled-dark: #14387b;\n /* Colors/System/Links/40-disabled-light - Global (primitives) */\n --colors-system-links-40-disabled-light: #7a9ee1;\n /* Colors/System/Links/50-hover-dark - Global (primitives) */\n --colors-system-links-50-hover-dark: #90afe6;\n /* Colors/System/Links/60-press-dark - Global (primitives) */\n --colors-system-links-60-press-dark: #a6bfeb;\n /* Colors/System/red-dark - Global (primitives) */\n --colors-system-red-dark: #e26b7d;\n /* Colors/System/red-dark-bg - Global (primitives) */\n --colors-system-red-dark-bg: #4c141d;\n /* Colors/System/red-light - Global (primitives) */\n --colors-system-red-light: #d83a52;\n /* Colors/System/red-light-bg - Global (primitives) */\n --colors-system-red-light-bg: #f9e1e9;\n /* Colors/System/Spectrum/Data visual/azure-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-400: #7fc4ec;\n /* Colors/System/Spectrum/Data visual/azure-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-700: #299de0;\n /* Colors/System/Spectrum/Data visual/backrose-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-backrose-900: #958ca3;\n /* Colors/System/Spectrum/Data visual/blackrose-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-blackrose-1200: #130033;\n /* Colors/System/Spectrum/Data visual/bronze-1100 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-1100: #794b34;\n /* Colors/System/Spectrum/Data visual/bronze-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-800: #af9385;\n /* Colors/System/Spectrum/Data visual/brown-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-1200: #7a2a0b;\n /* Colors/System/Spectrum/Data visual/brown-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-900: #b68a79;\n /* Colors/System/Spectrum/Data visual/cadet-gray-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-1200: #094a53;\n /* Colors/System/Spectrum/Data visual/cadet-gray-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-900: #789ba0;\n /* Colors/System/Spectrum/Data visual/cooper-500 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-500: #e6b297;\n /* Colors/System/Spectrum/Data visual/cooper-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-800: #d67e51;\n /* Colors/System/Spectrum/Data visual/gold-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-400: #cdbe80;\n /* Colors/System/Spectrum/Data visual/gold-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-700: #ab922b;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-black - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-black: #1f1f1f4d;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-white - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-400-opacity: #7fc4ec4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-700-opacity: #299de04d;\n /* Colors/System/Spectrum/Data visual/Highlight/backrose-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-backrose-900-opacity: #958ca34d;\n /* Colors/System/Spectrum/Data visual/Highlight/blackrose-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-blackrose-1200-opacity: #1300334d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-1100-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-1100-opacity: #794b344d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-800-opacity: #af93854d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-1200-opacity: #7a2a0b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-900-opacity: #b68a794d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-1200-opacity: #094a534d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-900-opacity: #789ba04d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-500-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-500-opacity: #e6b2974d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-800-opacity: #d67e514d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-400-opacity: #cdbe804d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-700-opacity: #ab922b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-600-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-600-opacity: #88c5af4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-900-opacity: #389e7a4d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-1200-opacity: #5309094d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-900-opacity: #a984844d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-1000-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-1000-opacity: #7f7f7f4d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-700-opacity: #b2b2b24d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-1200-opacity: #2d33004d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-900-opacity: #9699804d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-1200-opacity: #0a466c4d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-900-opacity: #7899ae4d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-1200-opacity: #4334794d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-900-opacity: #a19abc4d;\n /* Colors/System/Spectrum/Data visual/jade-600 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-600: #88c5af;\n /* Colors/System/Spectrum/Data visual/jade-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-900: #389e7a;\n /* Colors/System/Spectrum/Data visual/maroon-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-1200: #530909;\n /* Colors/System/Spectrum/Data visual/maroon-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-900: #a98484;\n /* Colors/System/Spectrum/Data visual/platinum-1000 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-1000: #7f7f7f;\n /* Colors/System/Spectrum/Data visual/platinum-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-700: #b2b2b2;\n /* Colors/System/Spectrum/Data visual/sage-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-1200: #2d3300;\n /* Colors/System/Spectrum/Data visual/sage-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-900: #969980;\n /* Colors/System/Spectrum/Data visual/tanzanite-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-1200: #0a466c;\n /* Colors/System/Spectrum/Data visual/tanzanite-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-900: #7899ae;\n /* Colors/System/Spectrum/Data visual/violet-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-1200: #433479;\n /* Colors/System/Spectrum/Data visual/violet-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-900: #a19abc;\n /* Colors/System/Spectrum/Depth/45-blue-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-blue-dark: #88aff7;\n /* Colors/System/Spectrum/Depth/45-green-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-green-dark: #87bd9f;\n /* Colors/System/Spectrum/Depth/45-lime-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-lime-dark: #dce28f;\n /* Colors/System/Spectrum/Depth/45-magenta-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-magenta-dark: #e07aed;\n /* Colors/System/Spectrum/Depth/45-orange-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-orange-dark: #f6a874;\n /* Colors/System/Spectrum/Depth/45-pink-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-pink-dark: #ea86b9;\n /* Colors/System/Spectrum/Depth/45-purple-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-purple-dark: #c8a6f9;\n /* Colors/System/Spectrum/Depth/45-red-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-red-dark: #ea93a0;\n /* Colors/System/Spectrum/Depth/45-teal-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-teal-dark: #74bbb4;\n /* Colors/System/Spectrum/Depth/45-yellow-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-yellow-dark: #fada8d;\n /* Colors/System/Spectrum/Depth/50-blue-light - Global (primitives) */\n --colors-system-spectrum-depth-50-blue-light: #143778;\n /* Colors/System/Spectrum/Depth/50-green-light - Global (primitives) */\n --colors-system-spectrum-depth-50-green-light: #134428;\n /* Colors/System/Spectrum/Depth/50-lime-light - Global (primitives) */\n --colors-system-spectrum-depth-50-lime-light: #60651a;\n /* Colors/System/Spectrum/Depth/50-magenta-light - Global (primitives) */\n --colors-system-spectrum-depth-50-magenta-light: #63076f;\n /* Colors/System/Spectrum/Depth/50-orange-light - Global (primitives) */\n --colors-system-spectrum-depth-50-orange-light: #773001;\n /* Colors/System/Spectrum/Depth/50-pink-light - Global (primitives) */\n --colors-system-spectrum-depth-50-pink-light: #6c1240;\n /* Colors/System/Spectrum/Depth/50-purple-light - Global (primitives) */\n --colors-system-spectrum-depth-50-purple-light: #310077;\n /* Colors/System/Spectrum/Depth/50-red-light - Global (primitives) */\n --colors-system-spectrum-depth-50-red-light: #6c1d29;\n /* Colors/System/Spectrum/Depth/50-teal-light - Global (primitives) */\n --colors-system-spectrum-depth-50-teal-light: #01413c;\n /* Colors/System/Spectrum/Depth/50-yellow-light - Global (primitives) */\n --colors-system-spectrum-depth-50-yellow-light: #7b5e18;\n /* Colors/System/Spectrum/Highlight/65-blue-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-blue-dark: #0e2754;\n /* Colors/System/Spectrum/Highlight/65-green-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-green-dark: #0d2f1c;\n /* Colors/System/Spectrum/Highlight/65-lime-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-lime-dark: #434712;\n /* Colors/System/Spectrum/Highlight/65-magenta-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-magenta-dark: #45054e;\n /* Colors/System/Spectrum/Highlight/65-orange-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-orange-dark: #532201;\n /* Colors/System/Spectrum/Highlight/65-pink-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-pink-dark: #4c0c2d;\n /* Colors/System/Spectrum/Highlight/65-purple-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-purple-dark: #220053;\n /* Colors/System/Spectrum/Highlight/65-red-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-red-dark: #4c141d;\n /* Colors/System/Spectrum/Highlight/65-teal-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-teal-dark: #012e2a;\n /* Colors/System/Spectrum/Highlight/65-yellow-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-yellow-dark: #564210;\n /* Colors/System/Spectrum/Highlight/85-blue-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-blue-light: #dfe9fd;\n /* Colors/System/Spectrum/Highlight/85-green-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-green-light: #deede5;\n /* Colors/System/Spectrum/Highlight/85-lime-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-lime-light: #f6f7e0;\n /* Colors/System/Spectrum/Highlight/85-magenta-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-magenta-light: #f6dbfa;\n /* Colors/System/Spectrum/Highlight/85-orange-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-orange-light: #fce7d9;\n /* Colors/System/Spectrum/Highlight/85-pink-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-pink-light: #f9deec;\n /* Colors/System/Spectrum/Highlight/85-purple-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-purple-light: #e7d9fc;\n /* Colors/System/Spectrum/Highlight/85-red-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-red-light: #f9e1e5;\n /* Colors/System/Spectrum/Highlight/85-teal-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-teal-light: #d9eceb;\n /* Colors/System/Spectrum/Highlight/85-yellow-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-yellow-light: #fef5e0;\n /* Colors/System/Spectrum/Vibrant/00-blue-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-blue-light: #276ef1;\n /* Colors/System/Spectrum/Vibrant/00-green-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-green-light: #258750;\n /* Colors/System/Spectrum/Vibrant/00-lime-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-lime-light: #c0ca33;\n /* Colors/System/Spectrum/Vibrant/00-magenta-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-magenta-light: #c60ede;\n /* Colors/System/Spectrum/Vibrant/00-orange-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-orange-light: #ee6002;\n /* Colors/System/Spectrum/Vibrant/00-pink-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-pink-light: #d82380;\n /* Colors/System/Spectrum/Vibrant/00-purple-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-purple-light: #6200ee;\n /* Colors/System/Spectrum/Vibrant/00-red-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-red-light: #d83a52;\n /* Colors/System/Spectrum/Vibrant/00-teal-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-teal-light: #038377;\n /* Colors/System/Spectrum/Vibrant/00-yellow-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-yellow-light: #f6bc2f;\n /* Colors/System/Spectrum/Vibrant/40-blue-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-blue-dark: #5d92f5;\n /* Colors/System/Spectrum/Vibrant/40-green-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-green-dark: #7cb796;\n /* Colors/System/Spectrum/Vibrant/40-lime-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-lime-dark: #d9df85;\n /* Colors/System/Spectrum/Vibrant/40-magenta-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-magenta-dark: #dd6eeb;\n /* Colors/System/Spectrum/Vibrant/40-orange-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-orange-dark: #f5a067;\n /* Colors/System/Spectrum/Vibrant/40-pink-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-pink-dark: #e87bb3;\n /* Colors/System/Spectrum/Vibrant/40-purple-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-purple-dark: #a166f5;\n /* Colors/System/Spectrum/Vibrant/40-red-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-red-dark: #e88997;\n /* Colors/System/Spectrum/Vibrant/40-teal-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-teal-dark: #68b5ad;\n /* Colors/System/Spectrum/Vibrant/40-yellow-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-yellow-dark: #fad782;\n /* Colors/System/Visited links/00-default-light - Global (primitives) */\n --colors-system-visited-links-00-default-light: #7a3e7a;\n /* Colors/System/Visited links/30-active-dark - Global (primitives) */\n --colors-system-visited-links-30-active-dark: #a278a2;\n /* Colors/System/Visited links/30-active-light - Global (primitives) */\n --colors-system-visited-links-30-active-light: #552b55;\n /* Colors/System/Visited links/40-default-dark - Global (primitives) */\n --colors-system-visited-links-40-default-dark: #af8baf;\n /* Colors/System/Visited links/40-disabled-dark - Global (primitives) */\n --colors-system-visited-links-40-disabled-dark: #492549;\n /* Colors/System/Visited links/40-disabled-light - Global (primitives) */\n --colors-system-visited-links-40-disabled-light: #af8baf;\n /* Colors/System/yellow-dark - Global (primitives) */\n --colors-system-yellow-dark: #f8cd63;\n /* Colors/System/yellow-dark-bg - Global (primitives) */\n --colors-system-yellow-dark-bg: #564210;\n /* Colors/System/yellow-light - Global (primitives) */\n --colors-system-yellow-light: #f6bc2f;\n /* Colors/System/yellow-light-bg - Global (primitives) */\n --colors-system-yellow-light-bg: #fef5e0;\n /* Corner radius/120 - Global (primitives) */\n --corner-radius-120: 12px;\n /* Corner radius/160 - Global (primitives) */\n --corner-radius-160: 16px;\n /* Corner radius/40 - Global (primitives) */\n --corner-radius-40: 4px;\n /* Corner radius/80 - Global (primitives) */\n --corner-radius-80: 8px;\n /* Corner radius/circular - Global (primitives) */\n --corner-radius-circular: 999px;\n /* Corner radius/None - Global (primitives) */\n --corner-radius-none: 0;\n /* East - navigation rails, drawers, sheets */\n --drop-shadow-east: 2px 0px 8px -2px #0000001a, 2px 0px 4px -2px #0000001f;\n /* Float */\n --drop-shadow-float: 0px 0px 1px 0px #00000052, 0px 8px 12px 0px #00000026;\n /* North - Bottom navigation, button dock, bottom sheet */\n --drop-shadow-north: 0px -2px 8px -2px #0000001a, 0px -2px 4px -2px #0000001f;\n /* Raise */\n --drop-shadow-raise: 0px 0px 1px 0px #00000026, 0px 1px 1px 0px #00000052;\n /* Scroll */\n --drop-shadow-scroll: 0px 0px 3px 0px #00000052;\n /* South - top navigation */\n --drop-shadow-south: 0px 2px 8px -2px #0000001a, 0px 2px 4px -2px #0000001f;\n /* West - side sheets */\n --drop-shadow-west: -8px 0px 8px -2px #0000001a, -5px 4px 4px -6px #00000026;\n /* Foreground/Link text/subtle-inverse-hovered - Theme - Cartus */\n --foreground-link-text-subtle-inverse-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inverse-pressed - Theme - Cartus */\n --foreground-link-text-subtle-inverse-pressed: #d1d1d1;\n /* Foreground/Neutral/inverse-on-surface - Theme - Cartus */\n --foreground-neutral-inverse-on-surface: #fafafa;\n /* Foreground/Neutral/on-color - Theme - Cartus */\n --foreground-neutral-on-color: #ffffff;\n /* Foreground/Neutral/on-inverse-surface - Theme - Cartus */\n --foreground-neutral-on-inverse-surface: #fafafa;\n /* Interaction/disabled-opacity - Theme - 3.0 */\n --interaction-disabled-opacity: #0000000f;\n /* Interaction/primary-disabled-opacity - Theme - 3.0 */\n --interaction-primary-disabled-opacity: #1559ea1f;\n /* Interaction/primary-hover-opacity - Theme - 3.0 */\n --interaction-primary-hover-opacity: #1559ea1a;\n /* Interaction/primary-press-opacity - Theme - 3.0 */\n --interaction-primary-press-opacity: #1559ea33;\n /* Interactions/opacity-black-10 - Global (primitives) */\n --interactions-opacity-black-10: #0000001a;\n /* Interactions/opacity-black-16 - Global (primitives) */\n --interactions-opacity-black-16: #00000029;\n /* Interactions/opacity-black-20 - Global (primitives) */\n --interactions-opacity-black-20: #00000033;\n /* Interactions/opacity-black-30 - Global (primitives) */\n --interactions-opacity-black-30: #0000004d;\n /* Interactions/opacity-black-6 - Global (primitives) */\n --interactions-opacity-black-6: #0000000f;\n /* Interactions/opacity-black-8 - Global (primitives) */\n --interactions-opacity-black-8: #00000014;\n /* Interactions/opacity-white-10 - Global (primitives) */\n --interactions-opacity-white-10: #ffffff1a;\n /* Interactions/opacity-white-16 - Global (primitives) */\n --interactions-opacity-white-16: #ffffff29;\n /* Interactions/opacity-white-20 - Global (primitives) */\n --interactions-opacity-white-20: #ffffff33;\n /* Interactions/opacity-white-30 - Global (primitives) */\n --interactions-opacity-white-30: #ffffff4d;\n /* Interactions/opacity-white-6 - Global (primitives) */\n --interactions-opacity-white-6: #ffffff0f;\n /* Interactions/opacity-white-8 - Global (primitives) */\n --interactions-opacity-white-8: #ffffff14;\n /* Colors/Brands/Cartus/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --interactions-primary-dark-opacity-10: #6691b81a;\n /* Colors/Brands/Cartus/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --interactions-primary-dark-opacity-12: #6691b81f;\n /* Colors/Brands/Cartus/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --interactions-primary-dark-opacity-16: #6691b829;\n /* Colors/Brands/Cartus/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --interactions-primary-dark-opacity-20: #6691b833;\n /* Colors/Brands/Cartus/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --interactions-primary-dark-opacity-8: #6691b814;\n /* Colors/Brands/Cartus/Interactions/primary-light-opacity-10 - Global (primitives) */\n --interactions-primary-light-opacity-10: #0047881a;\n /* Colors/Brands/Cartus/Interactions/primary-light-opacity-12 - Global (primitives) */\n --interactions-primary-light-opacity-12: #0047881f;\n /* Colors/Brands/Cartus/Interactions/primary-light-opacity-16 - Global (primitives) */\n --interactions-primary-light-opacity-16: #00478829;\n /* Colors/Brands/Cartus/Interactions/primary-light-opacity-20 - Global (primitives) */\n --interactions-primary-light-opacity-20: #00478833;\n /* Colors/Brands/Cartus/Interactions/primary-light-opacity-8 - Global (primitives) */\n --interactions-primary-light-opacity-8: #00478814;\n /* Labels/Base */\n --labels-base: 500 16px/20px var(--typeface);\n /* Labels/Base - line height */\n --labels-base-line-height: 20px;\n /* Labels/Base - size */\n --labels-base-size: 16px;\n /* Labels/Base - style */\n --labels-base-style: medium;\n /* Labels/Large */\n --labels-large: 500 18px/24px var(--typeface);\n /* Labels/Large - line height */\n --labels-large-line-height: 24px;\n /* Labels/Large - size */\n --labels-large-size: 18px;\n /* Labels/Large - style */\n --labels-large-style: medium;\n /* Labels/Small */\n --labels-small: 500 14px/20px var(--typeface);\n /* Labels/Small - line height */\n --labels-small-line-height: 20px;\n /* Labels/Small - size */\n --labels-small-size: 14px;\n /* Labels/Small - style */\n --labels-small-style: medium;\n /* Labels/X-Small */\n --labels-x-small: 500 12px/16px var(--typeface);\n /* Labels/X-Small - line height */\n --labels-x-small-line-height: 16px;\n /* Labels/X-Small - size */\n --labels-x-small-size: 12px;\n /* Labels/X-Small - style */\n --labels-x-small-style: medium;\n /* Colors/Brands/Cartus/Primary/00-base - Global (primitives) */\n --primary-00-base: #004788;\n /* Colors/Brands/Cartus/Primary/15-dark - Global (primitives) */\n --primary-15-dark: #003c74;\n /* Colors/Brands/Cartus/Primary/40-light - Global (primitives) */\n --primary-40-light: #6691b8;\n /* Colors/Brands/Cartus/Primary/55-light - Global (primitives) */\n --primary-55-light: #8cacc9;\n /* Colors/Brands/Cartus/Primary/75-dark - Global (primitives) */\n --primary-75-dark: #001222;\n /* Colors/Brands/Cartus/Primary/85-light - Global (primitives) */\n --primary-85-light: #d9e3ed;\n /* Radius/full - Borders */\n --radius-full: 999px;\n /* Radius/lg - Borders */\n --radius-lg: 12px;\n /* Radius/md - Borders */\n --radius-md: 8px;\n /* Radius/none - Borders */\n --radius-none: 0;\n /* Radius/sm - Borders */\n --radius-sm: 4px;\n /* Radius/xlg - Borders */\n --radius-xlg: 16px;\n /* Colors/Brands/Cartus/Secondary/00-base - Global (primitives) */\n --secondary-00-base: #2098d5;\n /* Colors/Brands/Cartus/Secondary/15-dark - Global (primitives) */\n --secondary-15-dark: #1b81b5;\n /* Colors/Brands/Cartus/Secondary/40-light - Global (primitives) */\n --secondary-40-light: #79c1e6;\n /* Colors/Brands/Cartus/Secondary/55-light - Global (primitives) */\n --secondary-55-light: #9bd1ec;\n /* Colors/Brands/Cartus/Secondary/75-dark - Global (primitives) */\n --secondary-75-dark: #082635;\n /* Colors/Brands/Cartus/Secondary/85-light - Global (primitives) */\n --secondary-85-light: #def0f9;\n /* Shadows/Inner-Shadow-black-100 - Global (primitives) */\n --shadows-inner-shadow-black-100: #000000;\n /* Shadows/Inner-Shadow-white-100 - Global (primitives) */\n --shadows-inner-shadow-white-100: #ffffff;\n /* Shadows/Shadow-black-10 - Global (primitives) */\n --shadows-shadow-black-10: #0000001a;\n /* Shadows/Shadow-black-12 - Global (primitives) */\n --shadows-shadow-black-12: #0000001f;\n /* Shadows/Shadow-black-15 - Global (primitives) */\n --shadows-shadow-black-15: #00000026;\n /* Shadows/Shadow-black-25 - Global (primitives) */\n --shadows-shadow-black-25: #00000040;\n /* Shadows/Shadow-black-32 - Global (primitives) */\n --shadows-shadow-black-32: #00000052;\n /* Shadows/Shadow-black-50 - Global (primitives) */\n --shadows-shadow-black-50: #00000080;\n /* Shadows/Shadow-gray-10 - Global (primitives) */\n --shadows-shadow-gray-10: #6161611a;\n /* Shadows/Shadow-gray-12 - Global (primitives) */\n --shadows-shadow-gray-12: #6161611f;\n /* Shadows/Shadow-gray-15 - Global (primitives) */\n --shadows-shadow-gray-15: #61616126;\n /* Shadows/Shadow-gray-25 - Global (primitives) */\n --shadows-shadow-gray-25: #61616140;\n /* Shadows/Shadow-gray-32 - Global (primitives) */\n --shadows-shadow-gray-32: #61616152;\n /* Shadows/Shadow-gray-50 - Global (primitives) */\n --shadows-shadow-gray-50: #61616180;\n /* Spacing/sizing-01 - Spacing & Sizing */\n --spacing-sizing-01: 4px;\n /* Spacing/sizing-02 - Spacing & Sizing */\n --spacing-sizing-02: 8px;\n /* Spacing/sizing-03 - Spacing & Sizing */\n --spacing-sizing-03: 12px;\n /* Spacing/sizing-04 - Spacing & Sizing */\n --spacing-sizing-04: 16px;\n /* Spacing/sizing-05 - Spacing & Sizing */\n --spacing-sizing-05: 20px;\n /* Spacing/sizing-06 - Spacing & Sizing */\n --spacing-sizing-06: 24px;\n /* Spacing/sizing-07 - Spacing & Sizing */\n --spacing-sizing-07: 28px;\n /* Spacing/sizing-08 - Spacing & Sizing */\n --spacing-sizing-08: 32px;\n /* Spacing/sizing-09 - Spacing & Sizing */\n --spacing-sizing-09: 36px;\n /* Spacing/sizing-10 - Spacing & Sizing */\n --spacing-sizing-10: 40px;\n /* Spacing/sizing-11 - Spacing & Sizing */\n --spacing-sizing-11: 44px;\n /* Spacing/sizing-12 - Spacing & Sizing */\n --spacing-sizing-12: 48px;\n /* Spacing/sizing-13 - Spacing & Sizing */\n --spacing-sizing-13: 52px;\n /* Spacing/sizing-14 - Spacing & Sizing */\n --spacing-sizing-14: 56px;\n /* Spacing/sizing-15 - Spacing & Sizing */\n --spacing-sizing-15: 60px;\n /* Spacing/sizing-16 - Spacing & Sizing */\n --spacing-sizing-16: 64px;\n /* Spacing/sizing-17 - Spacing & Sizing */\n --spacing-sizing-17: 68px;\n /* Spacing/sizing-18 - Spacing & Sizing */\n --spacing-sizing-18: 72px;\n /* Spacing/sizing-19 - Spacing & Sizing */\n --spacing-sizing-19: 80px;\n /* Spacing/sizing-20 - Spacing & Sizing */\n --spacing-sizing-20: 96px;\n /* Spacing/sizing-21 - Spacing & Sizing */\n --spacing-sizing-21: 104px;\n /* Spacing/sizing-22 - Spacing & Sizing */\n --spacing-sizing-22: 120px;\n /* Spacing/sizing-23 - Spacing & Sizing */\n --spacing-sizing-23: 128px;\n /* Spacing/sizing-24 - Spacing & Sizing */\n --spacing-sizing-24: 148px;\n /* Spacing/sizing-25 - Spacing & Sizing */\n --spacing-sizing-25: 152px;\n /* Spacing/sizing-none - Spacing & Sizing */\n --spacing-sizing-none: 0;\n /* Spacings/1040 - Global (primitives) */\n --spacings-1040: 104px;\n /* Spacings/120 - Global (primitives) */\n --spacings-120: 12px;\n /* Spacings/1200 - Global (primitives) */\n --spacings-1200: 120px;\n /* Spacings/1280 - Global (primitives) */\n --spacings-1280: 128px;\n /* Spacings/1480 - Global (primitives) */\n --spacings-1480: 148px;\n /* Spacings/1520 - Global (primitives) */\n --spacings-1520: 152px;\n /* Spacings/160 - Global (primitives) */\n --spacings-160: 16px;\n /* Spacings/200 - Global (primitives) */\n --spacings-200: 20px;\n /* Spacings/240 - Global (primitives) */\n --spacings-240: 24px;\n /* Spacings/280 - Global (primitives) */\n --spacings-280: 28px;\n /* Spacings/320 - Global (primitives) */\n --spacings-320: 32px;\n /* Spacings/360 - Global (primitives) */\n --spacings-360: 36px;\n /* Spacings/40 - Global (primitives) */\n --spacings-40: 4px;\n /* Spacings/400 - Global (primitives) */\n --spacings-400: 40px;\n /* Spacings/440 - Global (primitives) */\n --spacings-440: 44px;\n /* Spacings/480 - Global (primitives) */\n --spacings-480: 48px;\n /* Spacings/520 - Global (primitives) */\n --spacings-520: 52px;\n /* Spacings/560 - Global (primitives) */\n --spacings-560: 56px;\n /* Spacings/600 - Global (primitives) */\n --spacings-600: 60px;\n /* Spacings/640 - Global (primitives) */\n --spacings-640: 64px;\n /* Spacings/680 - Global (primitives) */\n --spacings-680: 68px;\n /* Spacings/720 - Global (primitives) */\n --spacings-720: 72px;\n /* Spacings/80 - Global (primitives) */\n --spacings-80: 8px;\n /* Spacings/800 - Global (primitives) */\n --spacings-800: 80px;\n /* Spacings/960 - Global (primitives) */\n --spacings-960: 96px;\n /* Spacings/None - Global (primitives) */\n --spacings-none: 0;\n /* Status/on-error - Theme - Cartus */\n --status-on-error: #ffffff;\n /* Status/on-information - Theme - Cartus */\n --status-on-information: #ffffff;\n /* Status/on-informational - Theme - Cartus */\n --status-on-informational: #ffffff;\n /* Status/on-success - Theme - Cartus */\n --status-on-success: #ffffff;\n /* Status/on-warning - Theme - Cartus */\n --status-on-warning: #141414;\n /* Stroke/Neutral/focus-on-inverse - Theme - Cartus */\n --stroke-neutral-focus-on-inverse: #ffffff;\n /* Stroke/Neutral/Interaction/inverse-focus - Theme - 3.0 */\n --stroke-neutral-interaction-inverse-focus: #ffffff;\n /* Stroke/Neutral/Interactions/inverse-focus - Theme - Cartus */\n --stroke-neutral-interactions-inverse-focus: #ffffff;\n /* Stroke/none - Borders */\n --stroke-none: 0;\n /* Stroke/thick - Borders */\n --stroke-thick: 2px;\n /* Stroke/thicker - Borders */\n --stroke-thicker: 4px;\n /* Stroke/thin - Borders */\n --stroke-thin: 1px;\n /* Surface/Neutral/transparent - Theme - Cartus */\n --surface-neutral-transparent: #ffffff00;\n /* Colors/Brands/Cartus/Tertiary/00-base - Global (primitives) */\n --tertiary-00-base: #009a95;\n /* Colors/Brands/Cartus/Tertiary/15-dark - Global (primitives) */\n --tertiary-15-dark: #00837f;\n /* Colors/Brands/Cartus/Tertiary/40-light - Global (primitives) */\n --tertiary-40-light: #66c2bf;\n /* Colors/Brands/Cartus/Tertiary/55-light - Global (primitives) */\n --tertiary-55-light: #8cd2cf;\n /* Colors/Brands/Cartus/Tertiary/75-dark - Global (primitives) */\n --tertiary-75-dark: #002725;\n /* Colors/Brands/Cartus/Tertiary/85-light - Global (primitives) */\n --tertiary-85-light: #d9f0ef;\n /* Typeface - Brand */\n --typeface: 'Inter', 'Work Sans', sans-serif;\n /* Typography/Line-height/lh-1 - Global (primitives) */\n --typography-line-height-lh-1: 16px;\n /* Typography/Line-height/lh-10 - Global (primitives) */\n --typography-line-height-lh-10: 48px;\n /* Typography/Line-height/lh-11 - Global (primitives) */\n --typography-line-height-lh-11: 56px;\n /* Typography/Line-height/lh-12 - Global (primitives) */\n --typography-line-height-lh-12: 60px;\n /* Typography/Line-height/lh-13 - Global (primitives) */\n --typography-line-height-lh-13: 64px;\n /* Typography/Line-height/lh-14 - Global (primitives) */\n --typography-line-height-lh-14: 72px;\n /* Typography/Line-height/lh-15 - Global (primitives) */\n --typography-line-height-lh-15: 88px;\n /* Typography/Line-height/lh-2 - Global (primitives) */\n --typography-line-height-lh-2: 20px;\n /* Typography/Line-height/lh-3 - Global (primitives) */\n --typography-line-height-lh-3: 22px;\n /* Typography/Line-height/lh-4 - Global (primitives) */\n --typography-line-height-lh-4: 24px;\n /* Typography/Line-height/lh-5 - Global (primitives) */\n --typography-line-height-lh-5: 28px;\n /* Typography/Line-height/lh-6 - Global (primitives) */\n --typography-line-height-lh-6: 32px;\n /* Typography/Line-height/lh-7 - Global (primitives) */\n --typography-line-height-lh-7: 36px;\n /* Typography/Line-height/lh-8 - Global (primitives) */\n --typography-line-height-lh-8: 40px;\n /* Typography/Line-height/lh-9 - Global (primitives) */\n --typography-line-height-lh-9: 44px;\n /* Typography/Size/base - Global (primitives) */\n --typography-size-base: 16px;\n /* Typography/Size/bp-md - Global (primitives) */\n --typography-size-bp-md: 18px;\n /* Typography/Size/d-lg-m - Global (primitives) */\n --typography-size-d-lg-m: 64px;\n /* Typography/Size/d-lg (old) - Global (primitives) */\n --typography-size-d-lg-old: 60px;\n /* Typography/Size/d-md-m - Global (primitives) */\n --typography-size-d-md-m: 56px;\n /* Typography/Size/d-md (old) - Global (primitives) */\n --typography-size-d-md-old: 52px;\n /* Typography/Size/d-sm-m - Global (primitives) */\n --typography-size-d-sm-m: 48px;\n /* Typography/Size/d-sm (old) - Global (primitives) */\n --typography-size-d-sm-old: 44px;\n /* Typography/Size/lg-xlg - Global (primitives) */\n --typography-size-lg-xlg: 28px;\n /* Typography/Size/md-mdp - Global (primitives) */\n --typography-size-md-mdp: 20px;\n /* Typography/Size/mdp-lg - Global (primitives) */\n --typography-size-mdp-lg: 24px;\n /* Typography/Size/sm - Global (primitives) */\n --typography-size-sm: 14px;\n /* Typography/Size/xlg-xxlg - Global (primitives) */\n --typography-size-xlg-xxlg: 32px;\n /* Typography/Size/xs - Global (primitives) */\n --typography-size-xs: 12px;\n /* Typography/Size/xxlg-xxxlg - Global (primitives) */\n --typography-size-xxlg-xxxlg: 36px;\n /* Typography/Size/xxxlg - Global (primitives) */\n --typography-size-xxxlg: 40px;\n /* Typography/Typeface/Arial - Global (primitives) */\n --typography-typeface-arial: 'Arial', sans-serif;\n /* Typography/Typeface/Geist - Global (primitives) */\n --typography-typeface-geist: 'Geist', sans-serif;\n /* Typography/Typeface/Helvetica - Global (primitives) */\n --typography-typeface-helvetica: 'Helvetica', sans-serif;\n /* Typography/Typeface/Inter - Global (primitives) */\n --typography-typeface-inter: 'Inter', sans-serif;\n /* Typography/Typeface/Lato - Global (primitives) */\n --typography-typeface-lato: 'Lato', sans-serif;\n /* Typography/Typeface/Manrope - Global (primitives) */\n --typography-typeface-manrope: 'Manrope', sans-serif;\n /* Typography/Typeface/Open Sans - Global (primitives) */\n --typography-typeface-open-sans: 'Open Sans', sans-serif;\n /* Typography/Typeface/Red Hat Text - Global (primitives) */\n --typography-typeface-red-hat-text: 'Red Hat Text', sans-serif;\n /* Typography/Typeface/Roboto - Global (primitives) */\n --typography-typeface-roboto: 'Roboto', sans-serif;\n /* Typography/Typeface/SF Pro - Global (primitives) */\n --typography-typeface-sf-pro: 'SF Pro', sans-serif;\n /* Typography/Typeface/Typold - Global (primitives) */\n --typography-typeface-typold: 'Typold', sans-serif;\n /* Typography/Typeface/Work Sans - Global (primitives) */\n --typography-typeface-work-sans: 'Work Sans', sans-serif;\n /* Typography/Weight/300 - Global (primitives) */\n --typography-weight-300: 300;\n /* Typography/Weight/400 - Global (primitives) */\n --typography-weight-400: 400;\n /* Typography/Weight/500 - Global (primitives) */\n --typography-weight-500: 500;\n /* Typography/Weight/600 - Global (primitives) */\n --typography-weight-600: 600;\n /* Mobile/Display/Regular/Large */\n --display-regular-large: 400 56px/72px var(--typeface);\n /* Mobile/Display/Regular/Large - line height */\n --display-regular-large-line-height: 72px;\n /* Mobile/Display/Regular/Large - size */\n --display-regular-large-size: 56px;\n /* Mobile/Display/Regular/Large - style */\n --display-regular-large-style: regular;\n /* Mobile/Display/Regular/Medium */\n --display-regular-medium: 400 48px/60px var(--typeface);\n /* Mobile/Display/Regular/Medium - line height */\n --display-regular-medium-line-height: 60px;\n /* Mobile/Display/Regular/Medium - size */\n --display-regular-medium-size: 48px;\n /* Mobile/Display/Regular/Medium - style */\n --display-regular-medium-style: regular;\n /* Mobile/Display/Regular/Small */\n --display-regular-small: 400 40px/48px var(--typeface);\n /* Mobile/Display/Regular/Small - line height */\n --display-regular-small-line-height: 48px;\n /* Mobile/Display/Regular/Small - size */\n --display-regular-small-size: 40px;\n /* Mobile/Display/Regular/Small - style */\n --display-regular-small-style: regular;\n /* Mobile/Display/Semibold/Large */\n --display-semibold-large: 600 56px/72px var(--typeface);\n /* Mobile/Display/Semibold/Large - line height */\n --display-semibold-large-line-height: 72px;\n /* Mobile/Display/Semibold/Large - size */\n --display-semibold-large-size: 56px;\n /* Mobile/Display/Semibold/Large - style */\n --display-semibold-large-style: semibold;\n /* Mobile/Display/Semibold/Medium */\n --display-semibold-medium: 600 48px/60px var(--typeface);\n /* Mobile/Display/Semibold/Medium - line height */\n --display-semibold-medium-line-height: 60px;\n /* Mobile/Display/Semibold/Medium - size */\n --display-semibold-medium-size: 48px;\n /* Mobile/Display/Semibold/Medium - style */\n --display-semibold-medium-style: semibold;\n /* Mobile/Display/Semibold/Small */\n --display-semibold-small: 600 40px/48px var(--typeface);\n /* Mobile/Display/Semibold/Small - line height */\n --display-semibold-small-line-height: 48px;\n /* Mobile/Display/Semibold/Small - size */\n --display-semibold-small-size: 40px;\n /* Mobile/Display/Semibold/Small - style */\n --display-semibold-small-style: semibold;\n /* Mobile/Heading/H1 - Large Headline */\n --heading-h1: 600 32px/40px var(--typeface);\n /* Mobile/Heading/H1 - Large Headline line height */\n --heading-h1-line-height: 40px;\n /* Mobile/Heading/H1 - Large Headline size */\n --heading-h1-size: 32px;\n /* Mobile/Heading/H1 - Large Headline style */\n --heading-h1-style: semibold;\n /* Mobile/Heading/H2 - Headline */\n --heading-h2: 600 28px/36px var(--typeface);\n /* Mobile/Heading/H2 - Headline line height */\n --heading-h2-line-height: 36px;\n /* Mobile/Heading/H2 - Headline size */\n --heading-h2-size: 28px;\n /* Mobile/Heading/H2 - Headline style */\n --heading-h2-style: semibold;\n /* Mobile/Heading/H3 - Headline */\n --heading-h3: 600 24px/32px var(--typeface);\n /* Mobile/Heading/H3 - Headline line height */\n --heading-h3-line-height: 32px;\n /* Mobile/Heading/H3 - Headline size */\n --heading-h3-size: 24px;\n /* Mobile/Heading/H3 - Headline style */\n --heading-h3-style: semibold;\n /* Mobile/Heading/H4 - Headline */\n --heading-h4: 600 20px/28px var(--typeface);\n /* Mobile/Heading/H4 - Headline line height */\n --heading-h4-line-height: 28px;\n /* Mobile/Heading/H4 - Headline size */\n --heading-h4-size: 20px;\n /* Mobile/Heading/H4 - Headline style */\n --heading-h4-style: semibold;\n /* Mobile/Heading/H5 */\n --heading-h5: 600 18px/24px var(--typeface);\n /* Mobile/Heading/H5 - line height */\n --heading-h5-line-height: 24px;\n /* Mobile/Heading/H5 - size */\n --heading-h5-size: 18px;\n /* Mobile/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Mobile/Heading/H6 */\n --heading-h6: 500 16px/20px var(--typeface);\n /* Mobile/Heading/H6 - line height */\n --heading-h6-line-height: 20px;\n /* Mobile/Heading/H6 - size */\n --heading-h6-size: 16px;\n /* Mobile/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Mobile/Subheader/Large - Headline */\n --subheader-large: 400 20px/28px var(--typeface);\n /* Mobile/Subheader/Large - Headline line height */\n --subheader-large-line-height: 28px;\n /* Mobile/Subheader/Large - Headline size */\n --subheader-large-size: 20px;\n /* Mobile/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Mobile/Subheader/Medium - Headline */\n --subheader-medium: 400 18px/24px var(--typeface);\n /* Mobile/Subheader/Medium - Headline line height */\n --subheader-medium-line-height: 24px;\n /* Mobile/Subheader/Medium - Headline size */\n --subheader-medium-size: 18px;\n /* Mobile/Subheader/Medium - Headline style */\n --subheader-medium-style: regular;\n /* Mobile/Subheader/X-Large - Headline */\n --subheader-x-large: 400 24px/32px var(--typeface);\n /* Mobile/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 32px;\n /* Mobile/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 24px;\n /* Mobile/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Mobile/Subheader/XX-Large - Large Headline */\n --subheader-xx-large: 400 28px/36px var(--typeface);\n /* Mobile/Subheader/XX-Large - Large Headline line height */\n --subheader-xx-large-line-height: 36px;\n /* Mobile/Subheader/XX-Large - Large Headline size */\n --subheader-xx-large-size: 28px;\n /* Mobile/Subheader/XX-Large - Large Headline style */\n --subheader-xx-large-style: regular;\n /* Mobile/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 32px/40px var(--typeface);\n /* Mobile/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 40px;\n /* Mobile/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 32px;\n /* Mobile/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n\n @media (width >= 640px) {\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. */\n --display-regular-large: 400 64px/88px var(--typeface);\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. line height */\n --display-regular-large-line-height: 88px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. size */\n --display-regular-large-size: 64px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. style */\n --display-regular-large-style: regular;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. */\n --display-regular-medium: 400 56px/72px var(--typeface);\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. line height */\n --display-regular-medium-line-height: 72px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. size */\n --display-regular-medium-size: 56px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. style */\n --display-regular-medium-style: regular;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. */\n --display-regular-small: 400 48px/60px var(--typeface);\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. line height */\n --display-regular-small-line-height: 60px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. size */\n --display-regular-small-size: 48px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. style */\n --display-regular-small-style: regular;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. */\n --display-semibold-large: 600 64px/88px var(--typeface);\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. line height */\n --display-semibold-large-line-height: 88px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. size */\n --display-semibold-large-size: 64px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. style */\n --display-semibold-large-style: semibold;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. */\n --display-semibold-medium: 600 56px/72px var(--typeface);\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. line height */\n --display-semibold-medium-line-height: 72px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. size */\n --display-semibold-medium-size: 56px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. style */\n --display-semibold-medium-style: semibold;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. */\n --display-semibold-small: 600 48px/60px var(--typeface);\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. line height */\n --display-semibold-small-line-height: 60px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. size */\n --display-semibold-small-size: 48px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. style */\n --display-semibold-small-style: semibold;\n /* Desktop/Heading/H1 */\n --heading-h1: 600 40px/48px var(--typeface);\n /* Desktop/Heading/H1 - line height */\n --heading-h1-line-height: 48px;\n /* Desktop/Heading/H1 - size */\n --heading-h1-size: 40px;\n /* Desktop/Heading/H1 - style */\n --heading-h1-style: semibold;\n /* Desktop/Heading/H2 */\n --heading-h2: 600 32px/40px var(--typeface);\n /* Desktop/Heading/H2 - line height */\n --heading-h2-line-height: 40px;\n /* Desktop/Heading/H2 - size */\n --heading-h2-size: 32px;\n /* Desktop/Heading/H2 - style */\n --heading-h2-style: semibold;\n /* Desktop/Heading/H3 */\n --heading-h3: 600 28px/36px var(--typeface);\n /* Desktop/Heading/H3 - line height */\n --heading-h3-line-height: 36px;\n /* Desktop/Heading/H3 - size */\n --heading-h3-size: 28px;\n /* Desktop/Heading/H3 - style */\n --heading-h3-style: semibold;\n /* Desktop/Heading/H4 */\n --heading-h4: 600 24px/32px var(--typeface);\n /* Desktop/Heading/H4 - line height */\n --heading-h4-line-height: 32px;\n /* Desktop/Heading/H4 - size */\n --heading-h4-size: 24px;\n /* Desktop/Heading/H4 - style */\n --heading-h4-style: semibold;\n /* Desktop/Heading/H5 */\n --heading-h5: 600 20px/28px var(--typeface);\n /* Desktop/Heading/H5 - line height */\n --heading-h5-line-height: 28px;\n /* Desktop/Heading/H5 - size */\n --heading-h5-size: 20px;\n /* Desktop/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Desktop/Heading/H6 */\n --heading-h6: 500 18px/24px var(--typeface);\n /* Desktop/Heading/H6 - line height */\n --heading-h6-line-height: 24px;\n /* Desktop/Heading/H6 - size */\n --heading-h6-size: 18px;\n /* Desktop/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Desktop/Subheader/Large - Headline */\n --subheader-large: 400 24px/32px var(--typeface);\n /* Desktop/Subheader/Large - Headline line height */\n --subheader-large-line-height: 32px;\n /* Desktop/Subheader/Large - Headline size */\n --subheader-large-size: 24px;\n /* Desktop/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Desktop/Subheader/Medium */\n --subheader-medium: 400 20px/28px var(--typeface);\n /* Desktop/Subheader/Medium - line height */\n --subheader-medium-line-height: 28px;\n /* Desktop/Subheader/Medium - size */\n --subheader-medium-size: 20px;\n /* Desktop/Subheader/Medium - style */\n --subheader-medium-style: regular;\n /* Desktop/Subheader/X-Large - Headline */\n --subheader-x-large: 400 28px/36px var(--typeface);\n /* Desktop/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 36px;\n /* Desktop/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 28px;\n /* Desktop/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Desktop/Subheader/XX-Large - Headline */\n --subheader-xx-large: 400 32px/40px var(--typeface);\n /* Desktop/Subheader/XX-Large - Headline line height */\n --subheader-xx-large-line-height: 40px;\n /* Desktop/Subheader/XX-Large - Headline size */\n --subheader-xx-large-size: 32px;\n /* Desktop/Subheader/XX-Large - Headline style */\n --subheader-xx-large-style: regular;\n /* Desktop/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 40px/48px var(--typeface);\n /* Desktop/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 48px;\n /* Desktop/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 40px;\n /* Desktop/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n }\n\n /** Light theme (default) **/\n /* Background/base - Theme - Cartus */\n --background-base: #ffffff;\n /* Background/scrim - Theme - Cartus */\n --background-scrim: #00000040;\n /* Background/shade - Theme - Cartus */\n --background-shade: #f5f5f5;\n /* Data visual/category-01 - Theme - Cartus */\n --data-visual-category-01: #0a466c;\n /* Data visual/category-01-highlight - Theme - Cartus */\n --data-visual-category-01-highlight: #0a466c4d;\n /* Data visual/category-02 - Theme - Cartus */\n --data-visual-category-02: #299de0;\n /* Data visual/category-02-highlight - Theme - Cartus */\n --data-visual-category-02-highlight: #299de04d;\n /* Data visual/category-03 - Theme - Cartus */\n --data-visual-category-03: #130033;\n /* Data visual/category-03-highlight - Theme - Cartus */\n --data-visual-category-03-highlight: #1300334d;\n /* Data visual/category-04 - Theme - Cartus */\n --data-visual-category-04: #389e7a;\n /* Data visual/category-04-highlight - Theme - Cartus */\n --data-visual-category-04-highlight: #389e7a4d;\n /* Data visual/category-05 - Theme - Cartus */\n --data-visual-category-05: #094a53;\n /* Data visual/category-05-highlight - Theme - Cartus */\n --data-visual-category-05-highlight: #094a534d;\n /* Data visual/category-06 - Theme - Cartus */\n --data-visual-category-06: #7f7f7f;\n /* Data visual/category-06-highlight - Theme - Cartus */\n --data-visual-category-06-highlight: #7f7f7f4d;\n /* Data visual/category-07 - Theme - Cartus */\n --data-visual-category-07: #433479;\n /* Data visual/category-07-highlight - Theme - Cartus */\n --data-visual-category-07-highlight: #4334794d;\n /* Data visual/category-1 - Theme - Cartus */\n --data-visual-category-1: #0a466c;\n /* Data visual/category-1-highlight - Theme - Cartus */\n --data-visual-category-1-highlight: #0a466c4d;\n /* Data visual/category-2 - Theme - Cartus */\n --data-visual-category-2: #299de0;\n /* Data visual/category-2-highlight - Theme - Cartus */\n --data-visual-category-2-highlight: #299de04d;\n /* Data visual/category-3 - Theme - Cartus */\n --data-visual-category-3: #130033;\n /* Data visual/category-3-highlight - Theme - Cartus */\n --data-visual-category-3-highlight: #1300334d;\n /* Data visual/category-4 - Theme - Cartus */\n --data-visual-category-4: #389e7a;\n /* Data visual/category-4-highlight - Theme - Cartus */\n --data-visual-category-4-highlight: #389e7a4d;\n /* Data visual/category-5 - Theme - Cartus */\n --data-visual-category-5: #094a53;\n /* Data visual/category-5-highlight - Theme - Cartus */\n --data-visual-category-5-highlight: #094a534d;\n /* Data visual/category-6 - Theme - Cartus */\n --data-visual-category-6: #7f7f7f;\n /* Data visual/category-6-highlight - Theme - Cartus */\n --data-visual-category-6-highlight: #7f7f7f4d;\n /* Data visual/category-7 - Theme - Cartus */\n --data-visual-category-7: #433479;\n /* Data visual/category-7-highlight - Theme - Cartus */\n --data-visual-category-7-highlight: #4334794d;\n /* Data visual/gradient-end - Theme - Cartus */\n --data-visual-gradient-end: #ffffff4d;\n /* Data visual/green - Theme - Cartus */\n --data-visual-green: #258750;\n /* Data visual/green-highlight - Theme - Cartus */\n --data-visual-green-highlight: #deede5;\n /* Data visual/negative - Theme - Cartus */\n --data-visual-negative: #d83a52;\n /* Data visual/negative-highlight - Theme - Cartus */\n --data-visual-negative-highlight: #f9e1e5;\n /* Data visual/positive - Theme - Cartus */\n --data-visual-positive: #258750;\n /* Data visual/positive-highlight - Theme - Cartus */\n --data-visual-positive-highlight: #deede5;\n /* Data visual/red - Theme - Cartus */\n --data-visual-red: #d83a52;\n /* Data visual/red-highlight - Theme - Cartus */\n --data-visual-red-highlight: #f9e1e5;\n /* Foreground/Brand/on-inverse-primary - Theme - Cartus */\n --foreground-brand-on-inverse-primary: #6691b8;\n /* Foreground/Brand/on-inverse-secondary - Theme - Cartus */\n --foreground-brand-on-inverse-secondary: #79c1e6;\n /* Foreground/Brand/on-brand-primary - Theme - Cartus */\n --foreground-brand-on-primary: #ffffff;\n /* Foreground/Brand/on-brand-secondary - Theme - Cartus */\n --foreground-brand-on-secondary: #141414;\n /* Foreground/Brand/brand-primary - Theme - Cartus */\n --foreground-brand-primary: #004788;\n /* Foreground/Brand/brand-primary-depth - Theme - Cartus */\n --foreground-brand-primary-depth: #003c74;\n /* Foreground/Brand/brand-secondary - Theme - Cartus */\n --foreground-brand-secondary: #2098d5;\n /* Foreground/Brand/brand-secondary-depth - Theme - Cartus */\n --foreground-brand-secondary-depth: #1b81b5;\n /* Foreground/Link text/default - Theme - Cartus */\n --foreground-link-text-default: #215ecd;\n /* Foreground/Link text/default-disabled - Theme - Cartus */\n --foreground-link-text-default-disabled: #7a9ee1;\n /* Foreground/Link text/default-hovered - Theme - Cartus */\n --foreground-link-text-default-hovered: #1e55b9;\n /* Foreground/Link text/default-pressed - Theme - Cartus */\n --foreground-link-text-default-pressed: #1a4ba4;\n /* Foreground/Link text/default-visited - Theme - Cartus */\n --foreground-link-text-default-visited: #7a3e7a;\n /* Foreground/Link text/subtle-disabled - Theme - Cartus */\n --foreground-link-text-subtle-disabled: #bdbdbd;\n /* Foreground/Link text/subtle-hovered - Theme - Cartus */\n --foreground-link-text-subtle-hovered: #292929;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Cartus */\n --foreground-link-text-subtle-inversed-disabled: #757575;\n /* Foreground/Link text/subtle-pressed - Theme - Cartus */\n --foreground-link-text-subtle-pressed: #424242;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Cartus */\n --foreground-neutral-disabled-on-color-surface: #757575;\n /* Foreground/Neutral/disabled-on-surface - Theme - Cartus */\n --foreground-neutral-disabled-on-surface: #bdbdbd;\n /* Foreground/Neutral/on-surface - Theme - Cartus */\n --foreground-neutral-on-surface: #141414;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Cartus */\n --foreground-neutral-on-surface-variant-01: #474747;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Cartus */\n --foreground-neutral-on-surface-variant-02: #757575;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Cartus */\n --foreground-neutral-on-surface-variant-03: #8a8a8a;\n /* Foreground/Neutral/skeleton-element - Theme - Cartus */\n --foreground-neutral-skeleton-element: #c7c7c7;\n /* Foreground/Spectrum/blue - Theme - Cartus */\n --foreground-spectrum-blue: #143778;\n /* Foreground/Spectrum/green - Theme - Cartus */\n --foreground-spectrum-green: #134428;\n /* Foreground/Spectrum/lime - Theme - Cartus */\n --foreground-spectrum-lime: #60651a;\n /* Foreground/Spectrum/magenta - Theme - Cartus */\n --foreground-spectrum-magenta: #63076f;\n /* Foreground/Spectrum/orange - Theme - Cartus */\n --foreground-spectrum-orange: #773001;\n /* Foreground/Spectrum/pink - Theme - Cartus */\n --foreground-spectrum-pink: #6c1240;\n /* Foreground/Spectrum/purple - Theme - Cartus */\n --foreground-spectrum-purple: #310077;\n /* Foreground/Spectrum/red - Theme - Cartus */\n --foreground-spectrum-red: #6c1d29;\n /* Foreground/Spectrum/teal - Theme - Cartus */\n --foreground-spectrum-teal: #01413c;\n /* Foreground/Spectrum/yellow - Theme - Cartus */\n --foreground-spectrum-yellow: #7b5e18;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #0000000f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #0000001a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #00000033;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #00000014;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #0000004d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #00000029;\n /* Interactions/brand-disabled-opacity - Theme - Cartus */\n --interactions-brand-disabled-opacity: #0000000f;\n /* Interactions/brand-hover-opacity - Theme - Cartus */\n --interactions-brand-hover-opacity: #0000001a;\n /* Interactions/brand-press-opacity - Theme - Cartus */\n --interactions-brand-press-opacity: #00000033;\n /* Interactions/disabled-opacity - Theme - Cartus */\n --interactions-disabled-opacity: #0000000f;\n /* Interactions/hover-opacity - Theme - Cartus */\n --interactions-hover-opacity: #00000014;\n /* Interactions/link-active-opacity - Theme - Cartus */\n --interactions-link-active-opacity: #0000004d;\n /* Interactions/neutral-hover-opacity - Theme - Cartus */\n --interactions-neutral-hover-opacity: #00000014;\n /* Interactions/neutral-press-opacity - Theme - Cartus */\n --interactions-neutral-press-opacity: #00000029;\n /* Interactions/press-opacity - Theme - Cartus */\n --interactions-press-opacity: #00000029;\n /* Interactions/primary-disabled-opacity - Theme - Cartus */\n --interactions-primary-disabled-opacity: #0047881f;\n /* Interactions/primary-hover-opacity - Theme - Cartus */\n --interactions-primary-hover-opacity: #0047881a;\n /* Interactions/primary-press-opacity - Theme - Cartus */\n --interactions-primary-press-opacity: #00478833;\n /* Shadow/shadow-10 - Theme - Cartus */\n --shadow-10: #0000001a;\n /* Shadow/shadow-12 - Theme - Cartus */\n --shadow-12: #0000001f;\n /* Shadow/shadow-15 - Theme - Cartus */\n --shadow-15: #00000026;\n /* Shadow/shadow-25 - Theme - Cartus */\n --shadow-25: #00000040;\n /* Shadow/shadow-32 - Theme - Cartus */\n --shadow-32: #00000052;\n /* Shadow/inner-shadow - Theme - Cartus */\n --shadow-inner: #ffffff;\n /* Shadow/inner-shadow-100 - Theme - Cartus */\n --shadow-inner-100: #ffffff;\n /* Shadow/variant-01 - Theme - Cartus */\n --shadow-variant-01: #0000001a;\n /* Shadow/variant-02 - Theme - Cartus */\n --shadow-variant-02: #0000001f;\n /* Shadow/variant-03 - Theme - Cartus */\n --shadow-variant-03: #00000026;\n /* Shadow/variant-04 - Theme - Cartus */\n --shadow-variant-04: #00000040;\n /* Shadow/variant-05 - Theme - Cartus */\n --shadow-variant-05: #00000052;\n /* Status/error - Theme - Cartus */\n --status-error: #d83a52;\n /* Status/information - Theme - Cartus */\n --status-information: #276ef1;\n /* Status/informational - Theme - Cartus */\n --status-informational: #276ef1;\n /* Status/success - Theme - Cartus */\n --status-success: #258750;\n /* Status/warning - Theme - Cartus */\n --status-warning: #f6bc2f;\n /* Stroke/Brand/brand-primary - Theme - Cartus */\n --stroke-brand-primary: #004788;\n /* Stroke/Brand/brand-primary-depth - Theme - Cartus */\n --stroke-brand-primary-depth: #003c74;\n /* Stroke/Brand/brand-secondary - Theme - Cartus */\n --stroke-brand-secondary: #2098d5;\n /* Stroke/Brand/brand-secondary-depth - Theme - Cartus */\n --stroke-brand-secondary-depth: #1b81b5;\n /* Stroke/Neutral/neutral-base - Theme - Cartus */\n --stroke-neutral-base: #949494;\n /* Stroke/Neutral/disabled-dark - Theme - Cartus */\n --stroke-neutral-disabled-dark: #757575;\n /* Stroke/Neutral/disabled-light - Theme - Cartus */\n --stroke-neutral-disabled-light: #bdbdbd;\n /* Stroke/Neutral/focus - Theme - Cartus */\n --stroke-neutral-focus: #000000;\n /* Stroke/Neutral/neutral-high - Theme - Cartus */\n --stroke-neutral-high: #141414;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Cartus */\n --stroke-neutral-high-contrast: #141414;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #48566a;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #c8d6e5;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #000000;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Cartus */\n --stroke-neutral-interactions-disabled-dark: #757575;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Cartus */\n --stroke-neutral-interactions-disabled-light: #bdbdbd;\n /* Stroke/Neutral/Interactions/focus - Theme - Cartus */\n --stroke-neutral-interactions-focus: #000000;\n /* Stroke/Neutral/neutral-low - Theme - Cartus */\n --stroke-neutral-low: #e0e0e0;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Cartus */\n --stroke-neutral-low-contrast: #e0e0e0;\n /* Surface/Brand/primary - Theme - Cartus */\n --surface-brand-primary: #004788;\n /* Surface/Brand/primary-highlight - Theme - Cartus */\n --surface-brand-primary-highlight: #d9e3ed;\n /* Surface/Brand/secondary - Theme - Cartus */\n --surface-brand-secondary: #2098d5;\n /* Surface/Brand/secondary-highlight - Theme - Cartus */\n --surface-brand-secondary-highlight: #def0f9;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Cartus */\n --surface-neutral-interactions-dark-disabled: #d6d6d6;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Cartus */\n --surface-neutral-interactions-light-disabled: #f5f5f5;\n /* Surface/Neutral/Interactions/skeleton - Theme - Cartus */\n --surface-neutral-interactions-skeleton: #e0e0e0;\n /* Surface/Neutral/inverse - Theme - Cartus */\n --surface-neutral-inverse: #1f1f1f;\n /* Surface/Neutral/inverse-dark - Theme - Cartus */\n --surface-neutral-inverse-dark: #1f1f1f;\n /* Surface/Neutral/inverse-light - Theme - Cartus */\n --surface-neutral-inverse-light: #ffffff;\n /* Surface/Neutral/skeleton - Theme - Cartus */\n --surface-neutral-skeleton: #e0e0e0;\n /* Surface/Neutral/T1-base - Theme - Cartus */\n --surface-neutral-t1-base: #ffffff;\n /* Surface/Neutral/T2-lowest - Theme - Cartus */\n --surface-neutral-t2-lowest: #f5f5f5;\n /* Surface/Neutral/T3-low - Theme - Cartus */\n --surface-neutral-t3-low: #dbdbdb;\n /* Surface/Neutral/T4-high - Theme - Cartus */\n --surface-neutral-t4-high: #6b6b6b;\n /* Surface/Spectrum/blue - Theme - Cartus */\n --surface-spectrum-blue: #dfe9fd;\n /* Surface/Spectrum/green - Theme - Cartus */\n --surface-spectrum-green: #deede5;\n /* Surface/Spectrum/lime - Theme - Cartus */\n --surface-spectrum-lime: #f6f7e0;\n /* Surface/Spectrum/magenta - Theme - Cartus */\n --surface-spectrum-magenta: #f6dbfa;\n /* Surface/Spectrum/orange - Theme - Cartus */\n --surface-spectrum-orange: #fce7d9;\n /* Surface/Spectrum/pink - Theme - Cartus */\n --surface-spectrum-pink: #f9deec;\n /* Surface/Spectrum/purple - Theme - Cartus */\n --surface-spectrum-purple: #e7d9fc;\n /* Surface/Spectrum/red - Theme - Cartus */\n --surface-spectrum-red: #f9e1e5;\n /* Surface/Spectrum/teal - Theme - Cartus */\n --surface-spectrum-teal: #d9eceb;\n /* Surface/Spectrum/yellow - Theme - Cartus */\n --surface-spectrum-yellow: #fef5e0;\n}\n\n[data-theme='dark'] {\n /* Background/base - Theme - Cartus */\n --background-base: #1f1f1f;\n /* Background/scrim - Theme - Cartus */\n --background-scrim: #61616180;\n /* Background/shade - Theme - Cartus */\n --background-shade: #292929;\n /* Data visual/category-01 - Theme - Cartus */\n --data-visual-category-01: #7899ae;\n /* Data visual/category-01-highlight - Theme - Cartus */\n --data-visual-category-01-highlight: #7899ae4d;\n /* Data visual/category-02 - Theme - Cartus */\n --data-visual-category-02: #7fc4ec;\n /* Data visual/category-02-highlight - Theme - Cartus */\n --data-visual-category-02-highlight: #7fc4ec4d;\n /* Data visual/category-03 - Theme - Cartus */\n --data-visual-category-03: #958ca3;\n /* Data visual/category-03-highlight - Theme - Cartus */\n --data-visual-category-03-highlight: #958ca34d;\n /* Data visual/category-04 - Theme - Cartus */\n --data-visual-category-04: #88c5af;\n /* Data visual/category-04-highlight - Theme - Cartus */\n --data-visual-category-04-highlight: #88c5af4d;\n /* Data visual/category-05 - Theme - Cartus */\n --data-visual-category-05: #789ba0;\n /* Data visual/category-05-highlight - Theme - Cartus */\n --data-visual-category-05-highlight: #789ba04d;\n /* Data visual/category-06 - Theme - Cartus */\n --data-visual-category-06: #b2b2b2;\n /* Data visual/category-06-highlight - Theme - Cartus */\n --data-visual-category-06-highlight: #b2b2b24d;\n /* Data visual/category-07 - Theme - Cartus */\n --data-visual-category-07: #a19abc;\n /* Data visual/category-07-highlight - Theme - Cartus */\n --data-visual-category-07-highlight: #a19abc4d;\n /* Data visual/category-1 - Theme - Cartus */\n --data-visual-category-1: #7899ae;\n /* Data visual/category-1-highlight - Theme - Cartus */\n --data-visual-category-1-highlight: #7899ae4d;\n /* Data visual/category-2 - Theme - Cartus */\n --data-visual-category-2: #7fc4ec;\n /* Data visual/category-2-highlight - Theme - Cartus */\n --data-visual-category-2-highlight: #7fc4ec4d;\n /* Data visual/category-3 - Theme - Cartus */\n --data-visual-category-3: #958ca3;\n /* Data visual/category-3-highlight - Theme - Cartus */\n --data-visual-category-3-highlight: #958ca34d;\n /* Data visual/category-4 - Theme - Cartus */\n --data-visual-category-4: #88c5af;\n /* Data visual/category-4-highlight - Theme - Cartus */\n --data-visual-category-4-highlight: #88c5af4d;\n /* Data visual/category-5 - Theme - Cartus */\n --data-visual-category-5: #789ba0;\n /* Data visual/category-5-highlight - Theme - Cartus */\n --data-visual-category-5-highlight: #789ba04d;\n /* Data visual/category-6 - Theme - Cartus */\n --data-visual-category-6: #b2b2b2;\n /* Data visual/category-6-highlight - Theme - Cartus */\n --data-visual-category-6-highlight: #b2b2b24d;\n /* Data visual/category-7 - Theme - Cartus */\n --data-visual-category-7: #a19abc;\n /* Data visual/category-7-highlight - Theme - Cartus */\n --data-visual-category-7-highlight: #a19abc4d;\n /* Data visual/gradient-end - Theme - Cartus */\n --data-visual-gradient-end: #1f1f1f4d;\n /* Data visual/green - Theme - Cartus */\n --data-visual-green: #7cb796;\n /* Data visual/green-highlight - Theme - Cartus */\n --data-visual-green-highlight: #0d2f1c;\n /* Data visual/negative - Theme - Cartus */\n --data-visual-negative: #e88997;\n /* Data visual/negative-highlight - Theme - Cartus */\n --data-visual-negative-highlight: #4c141d;\n /* Data visual/positive - Theme - Cartus */\n --data-visual-positive: #7cb796;\n /* Data visual/positive-highlight - Theme - Cartus */\n --data-visual-positive-highlight: #0d2f1c;\n /* Data visual/red - Theme - Cartus */\n --data-visual-red: #e88997;\n /* Data visual/red-highlight - Theme - Cartus */\n --data-visual-red-highlight: #4c141d;\n /* Foreground/Brand/on-inverse-primary - Theme - Cartus */\n --foreground-brand-on-inverse-primary: #6691b8;\n /* Foreground/Brand/on-inverse-secondary - Theme - Cartus */\n --foreground-brand-on-inverse-secondary: #79c1e6;\n /* Foreground/Brand/on-brand-primary - Theme - Cartus */\n --foreground-brand-on-primary: #141414;\n /* Foreground/Brand/on-brand-secondary - Theme - Cartus */\n --foreground-brand-on-secondary: #141414;\n /* Foreground/Brand/brand-primary - Theme - Cartus */\n --foreground-brand-primary: #6691b8;\n /* Foreground/Brand/brand-primary-depth - Theme - Cartus */\n --foreground-brand-primary-depth: #8cacc9;\n /* Foreground/Brand/brand-secondary - Theme - Cartus */\n --foreground-brand-secondary: #79c1e6;\n /* Foreground/Brand/brand-secondary-depth - Theme - Cartus */\n --foreground-brand-secondary-depth: #9bd1ec;\n /* Foreground/Link text/default - Theme - Cartus */\n --foreground-link-text-default: #7a9ee1;\n /* Foreground/Link text/default-disabled - Theme - Cartus */\n --foreground-link-text-default-disabled: #14387b;\n /* Foreground/Link text/default-hovered - Theme - Cartus */\n --foreground-link-text-default-hovered: #90afe6;\n /* Foreground/Link text/default-pressed - Theme - Cartus */\n --foreground-link-text-default-pressed: #a6bfeb;\n /* Foreground/Link text/default-visited - Theme - Cartus */\n --foreground-link-text-default-visited: #af8baf;\n /* Foreground/Link text/subtle-disabled - Theme - Cartus */\n --foreground-link-text-subtle-disabled: #4d4d4d;\n /* Foreground/Link text/subtle-hovered - Theme - Cartus */\n --foreground-link-text-subtle-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Cartus */\n --foreground-link-text-subtle-inversed-disabled: #424242;\n /* Foreground/Link text/subtle-pressed - Theme - Cartus */\n --foreground-link-text-subtle-pressed: #d1d1d1;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Cartus */\n --foreground-neutral-disabled-on-color-surface: #424242;\n /* Foreground/Neutral/disabled-on-surface - Theme - Cartus */\n --foreground-neutral-disabled-on-surface: #4d4d4d;\n /* Foreground/Neutral/on-surface - Theme - Cartus */\n --foreground-neutral-on-surface: #fafafa;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Cartus */\n --foreground-neutral-on-surface-variant-01: #c2c2c2;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Cartus */\n --foreground-neutral-on-surface-variant-02: #9e9e9e;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Cartus */\n --foreground-neutral-on-surface-variant-03: #757575;\n /* Foreground/Neutral/skeleton-element - Theme - Cartus */\n --foreground-neutral-skeleton-element: #4d4d4d;\n /* Foreground/Spectrum/blue - Theme - Cartus */\n --foreground-spectrum-blue: #88aff7;\n /* Foreground/Spectrum/green - Theme - Cartus */\n --foreground-spectrum-green: #87bd9f;\n /* Foreground/Spectrum/lime - Theme - Cartus */\n --foreground-spectrum-lime: #dce28f;\n /* Foreground/Spectrum/magenta - Theme - Cartus */\n --foreground-spectrum-magenta: #e07aed;\n /* Foreground/Spectrum/orange - Theme - Cartus */\n --foreground-spectrum-orange: #f6a874;\n /* Foreground/Spectrum/pink - Theme - Cartus */\n --foreground-spectrum-pink: #ea86b9;\n /* Foreground/Spectrum/purple - Theme - Cartus */\n --foreground-spectrum-purple: #c8a6f9;\n /* Foreground/Spectrum/red - Theme - Cartus */\n --foreground-spectrum-red: #ea93a0;\n /* Foreground/Spectrum/teal - Theme - Cartus */\n --foreground-spectrum-teal: #74bbb4;\n /* Foreground/Spectrum/yellow - Theme - Cartus */\n --foreground-spectrum-yellow: #fada8d;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #ffffff0f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #ffffff1a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #ffffff33;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #ffffff14;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #ffffff4d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #ffffff29;\n /* Interactions/brand-disabled-opacity - Theme - Cartus */\n --interactions-brand-disabled-opacity: #ffffff0f;\n /* Interactions/brand-hover-opacity - Theme - Cartus */\n --interactions-brand-hover-opacity: #ffffff1a;\n /* Interactions/brand-press-opacity - Theme - Cartus */\n --interactions-brand-press-opacity: #ffffff33;\n /* Interactions/disabled-opacity - Theme - Cartus */\n --interactions-disabled-opacity: #ffffff0f;\n /* Interactions/hover-opacity - Theme - Cartus */\n --interactions-hover-opacity: #ffffff14;\n /* Interactions/link-active-opacity - Theme - Cartus */\n --interactions-link-active-opacity: #ffffff4d;\n /* Interactions/neutral-hover-opacity - Theme - Cartus */\n --interactions-neutral-hover-opacity: #ffffff14;\n /* Interactions/neutral-press-opacity - Theme - Cartus */\n --interactions-neutral-press-opacity: #ffffff29;\n /* Interactions/press-opacity - Theme - Cartus */\n --interactions-press-opacity: #ffffff29;\n /* Interactions/primary-disabled-opacity - Theme - Cartus */\n --interactions-primary-disabled-opacity: #6691b81f;\n /* Interactions/primary-hover-opacity - Theme - Cartus */\n --interactions-primary-hover-opacity: #6691b81a;\n /* Interactions/primary-press-opacity - Theme - Cartus */\n --interactions-primary-press-opacity: #6691b833;\n /* Shadow/shadow-10 - Theme - Cartus */\n --shadow-10: #6161611a;\n /* Shadow/shadow-12 - Theme - Cartus */\n --shadow-12: #6161611f;\n /* Shadow/shadow-15 - Theme - Cartus */\n --shadow-15: #61616126;\n /* Shadow/shadow-25 - Theme - Cartus */\n --shadow-25: #61616140;\n /* Shadow/shadow-32 - Theme - Cartus */\n --shadow-32: #61616152;\n /* Shadow/inner-shadow - Theme - Cartus */\n --shadow-inner: #000000;\n /* Shadow/inner-shadow-100 - Theme - Cartus */\n --shadow-inner-100: #000000;\n /* Shadow/variant-01 - Theme - Cartus */\n --shadow-variant-01: #6161611a;\n /* Shadow/variant-02 - Theme - Cartus */\n --shadow-variant-02: #6161611f;\n /* Shadow/variant-03 - Theme - Cartus */\n --shadow-variant-03: #61616126;\n /* Shadow/variant-04 - Theme - Cartus */\n --shadow-variant-04: #61616140;\n /* Shadow/variant-05 - Theme - Cartus */\n --shadow-variant-05: #61616152;\n /* Status/error - Theme - Cartus */\n --status-error: #e26b7d;\n /* Status/information - Theme - Cartus */\n --status-information: #5d92f5;\n /* Status/informational - Theme - Cartus */\n --status-informational: #5d92f5;\n /* Status/success - Theme - Cartus */\n --status-success: #519f73;\n /* Status/warning - Theme - Cartus */\n --status-warning: #f8cd63;\n /* Stroke/Brand/brand-primary - Theme - Cartus */\n --stroke-brand-primary: #6691b8;\n /* Stroke/Brand/brand-primary-depth - Theme - Cartus */\n --stroke-brand-primary-depth: #8cacc9;\n /* Stroke/Brand/brand-secondary - Theme - Cartus */\n --stroke-brand-secondary: #79c1e6;\n /* Stroke/Brand/brand-secondary-depth - Theme - Cartus */\n --stroke-brand-secondary-depth: #9bd1ec;\n /* Stroke/Neutral/neutral-base - Theme - Cartus */\n --stroke-neutral-base: #6b6b6b;\n /* Stroke/Neutral/disabled-dark - Theme - Cartus */\n --stroke-neutral-disabled-dark: #424242;\n /* Stroke/Neutral/disabled-light - Theme - Cartus */\n --stroke-neutral-disabled-light: #4d4d4d;\n /* Stroke/Neutral/focus - Theme - Cartus */\n --stroke-neutral-focus: #ffffff;\n /* Stroke/Neutral/neutral-high - Theme - Cartus */\n --stroke-neutral-high: #fafafa;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Cartus */\n --stroke-neutral-high-contrast: #fafafa;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #b1c0d2;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #323b49;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #ffffff;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Cartus */\n --stroke-neutral-interactions-disabled-dark: #424242;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Cartus */\n --stroke-neutral-interactions-disabled-light: #4d4d4d;\n /* Stroke/Neutral/Interactions/focus - Theme - Cartus */\n --stroke-neutral-interactions-focus: #ffffff;\n /* Stroke/Neutral/neutral-low - Theme - Cartus */\n --stroke-neutral-low: #4d4d4d;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Cartus */\n --stroke-neutral-low-contrast: #4d4d4d;\n /* Surface/Brand/primary - Theme - Cartus */\n --surface-brand-primary: #6691b8;\n /* Surface/Brand/primary-highlight - Theme - Cartus */\n --surface-brand-primary-highlight: #001222;\n /* Surface/Brand/secondary - Theme - Cartus */\n --surface-brand-secondary: #79c1e6;\n /* Surface/Brand/secondary-highlight - Theme - Cartus */\n --surface-brand-secondary-highlight: #082635;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Cartus */\n --surface-neutral-interactions-dark-disabled: #474747;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Cartus */\n --surface-neutral-interactions-light-disabled: #292929;\n /* Surface/Neutral/Interactions/skeleton - Theme - Cartus */\n --surface-neutral-interactions-skeleton: #333333;\n /* Surface/Neutral/inverse - Theme - Cartus */\n --surface-neutral-inverse: #383838;\n /* Surface/Neutral/inverse-dark - Theme - Cartus */\n --surface-neutral-inverse-dark: #383838;\n /* Surface/Neutral/inverse-light - Theme - Cartus */\n --surface-neutral-inverse-light: #575757;\n /* Surface/Neutral/skeleton - Theme - Cartus */\n --surface-neutral-skeleton: #333333;\n /* Surface/Neutral/T1-base - Theme - Cartus */\n --surface-neutral-t1-base: #1f1f1f;\n /* Surface/Neutral/T2-lowest - Theme - Cartus */\n --surface-neutral-t2-lowest: #2e2e2e;\n /* Surface/Neutral/T3-low - Theme - Cartus */\n --surface-neutral-t3-low: #383838;\n /* Surface/Neutral/T4-high - Theme - Cartus */\n --surface-neutral-t4-high: #474747;\n /* Surface/Spectrum/blue - Theme - Cartus */\n --surface-spectrum-blue: #0e2754;\n /* Surface/Spectrum/green - Theme - Cartus */\n --surface-spectrum-green: #0d2f1c;\n /* Surface/Spectrum/lime - Theme - Cartus */\n --surface-spectrum-lime: #434712;\n /* Surface/Spectrum/magenta - Theme - Cartus */\n --surface-spectrum-magenta: #45054e;\n /* Surface/Spectrum/orange - Theme - Cartus */\n --surface-spectrum-orange: #532201;\n /* Surface/Spectrum/pink - Theme - Cartus */\n --surface-spectrum-pink: #4c0c2d;\n /* Surface/Spectrum/purple - Theme - Cartus */\n --surface-spectrum-purple: #220053;\n /* Surface/Spectrum/red - Theme - Cartus */\n --surface-spectrum-red: #4c141d;\n /* Surface/Spectrum/teal - Theme - Cartus */\n --surface-spectrum-teal: #012e2a;\n /* Surface/Spectrum/yellow - Theme - Cartus */\n --surface-spectrum-yellow: #564210;\n}\n",
5
+ 'century-21': "/* Generated from figma export: 2025-07-08T20:32:21.402Z */\n\n@import url('https://fonts.googleapis.com/css2?family=Work%20Sans:ital,wght@0,100..900;1,100..900&display=swap');\nbody {\n font-family: var(--typeface);\n}\n\n:root {\n /* Body/Base */\n --body-base: 400 16px/20px var(--typeface);\n /* Body/Base - line height */\n --body-base-line-height: 20px;\n /* Body/Base - size */\n --body-base-size: 16px;\n /* Body/Base - style */\n --body-base-style: regular;\n /* Body/Large */\n --body-large: 400 18px/24px var(--typeface);\n /* Body/Large - line height */\n --body-large-line-height: 24px;\n /* Body/Large - size */\n --body-large-size: 18px;\n /* Body/Large - style */\n --body-large-style: regular;\n /* Body/Small */\n --body-small: 400 14px/20px var(--typeface);\n /* Body/Small - line height */\n --body-small-line-height: 20px;\n /* Body/Small - size */\n --body-small-size: 14px;\n /* Body/Small - style */\n --body-small-style: regular;\n /* Body/X-Small */\n --body-x-small: 400 12px/16px var(--typeface);\n /* Body/X-Small - line height */\n --body-x-small-line-height: 16px;\n /* Body/X-Small - size */\n --body-x-small-size: 12px;\n /* Body/X-Small - style */\n --body-x-small-style: regular;\n /* Colors/Brands/Experiment/blue-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-dark-100: #0a2f85;\n /* Colors/Brands/Experiment/blue-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-dark-200: #1347cc;\n /* Colors/Brands/Experiment/blue-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-dark-300: #0f59e2;\n /* Colors/Brands/Experiment/blue-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-dark-400: #357aea;\n /* Colors/Brands/Experiment/blue-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-dark-50: #181d34;\n /* Colors/Brands/Experiment/blue-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-dark-500: #2e88f6;\n /* Colors/Brands/Experiment/blue-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-dark-600: #50a1ff;\n /* Colors/Brands/Experiment/blue-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-dark-700: #7ab7ff;\n /* Colors/Brands/Experiment/blue-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-dark-800: #dcebfe;\n /* Colors/Brands/Experiment/blue-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-dark-900: #f0f6ff;\n /* Colors/Brands/Experiment/blue-gray-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-100: #1a2332;\n /* Colors/Brands/Experiment/blue-gray-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-200: #252e3c;\n /* Colors/Brands/Experiment/blue-gray-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-300: #323b49;\n /* Colors/Brands/Experiment/blue-gray-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-400: #5e6d82;\n /* Colors/Brands/Experiment/blue-gray-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-50: #0c101c;\n /* Colors/Brands/Experiment/blue-gray-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-500: #8b9bb2;\n /* Colors/Brands/Experiment/blue-gray-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-600: #b1c0d2;\n /* Colors/Brands/Experiment/blue-gray-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-700: #d4dce8;\n /* Colors/Brands/Experiment/blue-gray-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-800: #e2ebf3;\n /* Colors/Brands/Experiment/blue-gray-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-900: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-100: #f1f5f9;\n /* Colors/Brands/Experiment/blue-gray-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-200: #e1e7ef;\n /* Colors/Brands/Experiment/blue-gray-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-300: #c8d6e5;\n /* Colors/Brands/Experiment/blue-gray-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-400: #9eacc0;\n /* Colors/Brands/Experiment/blue-gray-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-50: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-500: #65758b;\n /* Colors/Brands/Experiment/blue-gray-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-600: #48566a;\n /* Colors/Brands/Experiment/blue-gray-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-700: #344256;\n /* Colors/Brands/Experiment/blue-gray-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-800: #1d283a;\n /* Colors/Brands/Experiment/blue-gray-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-900: #0f1729;\n /* Colors/Brands/Experiment/blue-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-light-100: #dcebfe;\n /* Colors/Brands/Experiment/blue-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-light-200: #bedbfe;\n /* Colors/Brands/Experiment/blue-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-light-300: #91c3fd;\n /* Colors/Brands/Experiment/blue-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-light-400: #61a6fa;\n /* Colors/Brands/Experiment/blue-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-light-50: #f2f7ff;\n /* Colors/Brands/Experiment/blue-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-light-500: #3479e9;\n /* Colors/Brands/Experiment/blue-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-light-600: #1559ea;\n /* Colors/Brands/Experiment/blue-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-light-700: #173fab;\n /* Colors/Brands/Experiment/blue-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-light-800: #162f82;\n /* Colors/Brands/Experiment/blue-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-light-900: #0c1736;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-10: #50a1ff1a;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-12: #50a1ff1f;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-16: #50a1ff29;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-20: #50a1ff33;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-8: #50a1ff14;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-10: #1559ea1a;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-12: #1559ea1f;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-16: #1559ea29;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-20: #1559ea33;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-8: #1559ea14;\n /* Colors/Brands/Experiment/orange-dark/100 - Global (primitives) */\n --colors-brands-experiment-orange-dark-100: #852c0f;\n /* Colors/Brands/Experiment/orange-dark/200 - Global (primitives) */\n --colors-brands-experiment-orange-dark-200: #ab4827;\n /* Colors/Brands/Experiment/orange-dark/300 - Global (primitives) */\n --colors-brands-experiment-orange-dark-300: #ce5a07;\n /* Colors/Brands/Experiment/orange-dark/400 - Global (primitives) */\n --colors-brands-experiment-orange-dark-400: #f27013;\n /* Colors/Brands/Experiment/orange-dark/50 - Global (primitives) */\n --colors-brands-experiment-orange-dark-50: #31160d;\n /* Colors/Brands/Experiment/orange-dark/500 - Global (primitives) */\n --colors-brands-experiment-orange-dark-500: #fb923c;\n /* Colors/Brands/Experiment/orange-dark/600 - Global (primitives) */\n --colors-brands-experiment-orange-dark-600: #fdba72;\n /* Colors/Brands/Experiment/orange-dark/700 - Global (primitives) */\n --colors-brands-experiment-orange-dark-700: #fed6a9;\n /* Colors/Brands/Experiment/orange-dark/800 - Global (primitives) */\n --colors-brands-experiment-orange-dark-800: #ffedd6;\n /* Colors/Brands/Experiment/orange-dark/900 - Global (primitives) */\n --colors-brands-experiment-orange-dark-900: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/100 - Global (primitives) */\n --colors-brands-experiment-orange-light-100: #ffedd6;\n /* Colors/Brands/Experiment/orange-light/200 - Global (primitives) */\n --colors-brands-experiment-orange-light-200: #fed6a9;\n /* Colors/Brands/Experiment/orange-light/300 - Global (primitives) */\n --colors-brands-experiment-orange-light-300: #fdba72;\n /* Colors/Brands/Experiment/orange-light/400 - Global (primitives) */\n --colors-brands-experiment-orange-light-400: #fb923c;\n /* Colors/Brands/Experiment/orange-light/50 - Global (primitives) */\n --colors-brands-experiment-orange-light-50: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/500 - Global (primitives) */\n --colors-brands-experiment-orange-light-500: #f67416;\n /* Colors/Brands/Experiment/orange-light/600 - Global (primitives) */\n --colors-brands-experiment-orange-light-600: #e4570c;\n /* Colors/Brands/Experiment/orange-light/700 - Global (primitives) */\n --colors-brands-experiment-orange-light-700: #b63c0b;\n /* Colors/Brands/Experiment/orange-light/800 - Global (primitives) */\n --colors-brands-experiment-orange-light-800: #80310f;\n /* Colors/Brands/Experiment/orange-light/900 - Global (primitives) */\n --colors-brands-experiment-orange-light-900: #471a0a;\n /* Colors/Internal/pink-00-light - Global (primitives) */\n --colors-internal-pink-00-light: #ff4f8d;\n /* Colors/Internal/pink-50-dark - Global (primitives) */\n --colors-internal-pink-50-dark: #802847;\n /* Colors/Neutral/00 - Global (primitives) */\n --colors-neutral-00: #000000;\n /* Colors/Neutral/02 - Global (primitives) */\n --colors-neutral-02: #050505;\n /* Colors/Neutral/04 - Global (primitives) */\n --colors-neutral-04: #0a0a0a;\n /* Colors/Neutral/06 - Global (primitives) */\n --colors-neutral-06: #0f0f0f;\n /* Colors/Neutral/08 - Global (primitives) */\n --colors-neutral-08: #141414;\n /* Colors/Neutral/10 - Global (primitives) */\n --colors-neutral-10: #1a1a1a;\n /* Colors/Neutral/100 - Global (primitives) */\n --colors-neutral-100: #ffffff;\n /* Colors/Neutral/12 - Global (primitives) */\n --colors-neutral-12: #1f1f1f;\n /* Colors/Neutral/14 - Global (primitives) */\n --colors-neutral-14: #242424;\n /* Colors/Neutral/16 - Global (primitives) */\n --colors-neutral-16: #292929;\n /* Colors/Neutral/18 - Global (primitives) */\n --colors-neutral-18: #2e2e2e;\n /* Colors/Neutral/20 - Global (primitives) */\n --colors-neutral-20: #333333;\n /* Colors/Neutral/22 - Global (primitives) */\n --colors-neutral-22: #383838;\n /* Colors/Neutral/24 - Global (primitives) */\n --colors-neutral-24: #424242;\n /* Colors/Neutral/26 - Global (primitives) */\n --colors-neutral-26: #424242;\n /* Colors/Neutral/28 - Global (primitives) */\n --colors-neutral-28: #474747;\n /* Colors/Neutral/30 - Global (primitives) */\n --colors-neutral-30: #4d4d4d;\n /* Colors/Neutral/32 - Global (primitives) */\n --colors-neutral-32: #525252;\n /* Colors/Neutral/34 - Global (primitives) */\n --colors-neutral-34: #575757;\n /* Colors/Neutral/36 - Global (primitives) */\n --colors-neutral-36: #5c5c5c;\n /* Colors/Neutral/38 - Global (primitives) */\n --colors-neutral-38: #616161;\n /* Colors/Neutral/40 - Global (primitives) */\n --colors-neutral-40: #666666;\n /* Colors/Neutral/42 - Global (primitives) */\n --colors-neutral-42: #6b6b6b;\n /* Colors/Neutral/44 - Global (primitives) */\n --colors-neutral-44: #707070;\n /* Colors/Neutral/46 - Global (primitives) */\n --colors-neutral-46: #757575;\n /* Colors/Neutral/48 - Global (primitives) */\n --colors-neutral-48: #7a7a7a;\n /* Colors/Neutral/50 - Global (primitives) */\n --colors-neutral-50: #808080;\n /* Colors/Neutral/52 - Global (primitives) */\n --colors-neutral-52: #858585;\n /* Colors/Neutral/54 - Global (primitives) */\n --colors-neutral-54: #8a8a8a;\n /* Colors/Neutral/56 - Global (primitives) */\n --colors-neutral-56: #8f8f8f;\n /* Colors/Neutral/58 - Global (primitives) */\n --colors-neutral-58: #949494;\n /* Colors/Neutral/60 - Global (primitives) */\n --colors-neutral-60: #999999;\n /* Colors/Neutral/62 - Global (primitives) */\n --colors-neutral-62: #9e9e9e;\n /* Colors/Neutral/64 - Global (primitives) */\n --colors-neutral-64: #a3a3a3;\n /* Colors/Neutral/66 - Global (primitives) */\n --colors-neutral-66: #a8a8a8;\n /* Colors/Neutral/68 - Global (primitives) */\n --colors-neutral-68: #adadad;\n /* Colors/Neutral/70 - Global (primitives) */\n --colors-neutral-70: #b3b3b3;\n /* Colors/Neutral/72 - Global (primitives) */\n --colors-neutral-72: #b8b8b8;\n /* Colors/Neutral/74 - Global (primitives) */\n --colors-neutral-74: #bdbdbd;\n /* Colors/Neutral/76 - Global (primitives) */\n --colors-neutral-76: #c2c2c2;\n /* Colors/Neutral/78 - Global (primitives) */\n --colors-neutral-78: #c7c7c7;\n /* Colors/Neutral/80 - Global (primitives) */\n --colors-neutral-80: #cccccc;\n /* Colors/Neutral/82 - Global (primitives) */\n --colors-neutral-82: #d1d1d1;\n /* Colors/Neutral/84 - Global (primitives) */\n --colors-neutral-84: #d6d6d6;\n /* Colors/Neutral/86 - Global (primitives) */\n --colors-neutral-86: #dbdbdb;\n /* Colors/Neutral/88 - Global (primitives) */\n --colors-neutral-88: #e0e0e0;\n /* Colors/Neutral/90 - Global (primitives) */\n --colors-neutral-90: #e6e6e6;\n /* Colors/Neutral/92 - Global (primitives) */\n --colors-neutral-92: #ebebeb;\n /* Colors/Neutral/94 - Global (primitives) */\n --colors-neutral-94: #f0f0f0;\n /* Colors/Neutral/96 - Global (primitives) */\n --colors-neutral-96: #f5f5f5;\n /* Colors/Neutral/98 - Global (primitives) */\n --colors-neutral-98: #fafafa;\n /* Colors/Neutral/transparent - Global (primitives) */\n --colors-neutral-transparent: #ffffff00;\n /* Colors/System/blue-dark - Global (primitives) */\n --colors-system-blue-dark: #5d92f5;\n /* Colors/System/blue-dark-bg - Global (primitives) */\n --colors-system-blue-dark-bg: #0e2754;\n /* Colors/System/blue-light - Global (primitives) */\n --colors-system-blue-light: #276ef1;\n /* Colors/System/blue-light-bg - Global (primitives) */\n --colors-system-blue-light-bg: #dfe9fd;\n /* Colors/System/green-dark - Global (primitives) */\n --colors-system-green-dark: #519f73;\n /* Colors/System/green-dark-bg - Global (primitives) */\n --colors-system-green-dark-bg: #0d2f1c;\n /* Colors/System/green-light - Global (primitives) */\n --colors-system-green-light: #258750;\n /* Colors/System/green-light-bg - Global (primitives) */\n --colors-system-green-light-bg: #d3e7dc;\n /* Colors/System/Links/00-default-light - Global (primitives) */\n --colors-system-links-00-default-light: #215ecd;\n /* Colors/System/Links/10-hover-light - Global (primitives) */\n --colors-system-links-10-hover-light: #1e55b9;\n /* Colors/System/Links/20-press-light - Global (primitives) */\n --colors-system-links-20-press-light: #1a4ba4;\n /* Colors/System/Links/30-active-dark - Global (primitives) */\n --colors-system-links-30-active-dark: #648edc;\n /* Colors/System/Links/30-active-light - Global (primitives) */\n --colors-system-links-30-active-light: #174290;\n /* Colors/System/Links/40-default-dark - Global (primitives) */\n --colors-system-links-40-default-dark: #7a9ee1;\n /* Colors/System/Links/40-disabled-dark - Global (primitives) */\n --colors-system-links-40-disabled-dark: #14387b;\n /* Colors/System/Links/40-disabled-light - Global (primitives) */\n --colors-system-links-40-disabled-light: #7a9ee1;\n /* Colors/System/Links/50-hover-dark - Global (primitives) */\n --colors-system-links-50-hover-dark: #90afe6;\n /* Colors/System/Links/60-press-dark - Global (primitives) */\n --colors-system-links-60-press-dark: #a6bfeb;\n /* Colors/System/red-dark - Global (primitives) */\n --colors-system-red-dark: #e26b7d;\n /* Colors/System/red-dark-bg - Global (primitives) */\n --colors-system-red-dark-bg: #4c141d;\n /* Colors/System/red-light - Global (primitives) */\n --colors-system-red-light: #d83a52;\n /* Colors/System/red-light-bg - Global (primitives) */\n --colors-system-red-light-bg: #f9e1e9;\n /* Colors/System/Spectrum/Data visual/azure-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-400: #7fc4ec;\n /* Colors/System/Spectrum/Data visual/azure-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-700: #299de0;\n /* Colors/System/Spectrum/Data visual/backrose-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-backrose-900: #958ca3;\n /* Colors/System/Spectrum/Data visual/blackrose-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-blackrose-1200: #130033;\n /* Colors/System/Spectrum/Data visual/bronze-1100 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-1100: #794b34;\n /* Colors/System/Spectrum/Data visual/bronze-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-800: #af9385;\n /* Colors/System/Spectrum/Data visual/brown-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-1200: #7a2a0b;\n /* Colors/System/Spectrum/Data visual/brown-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-900: #b68a79;\n /* Colors/System/Spectrum/Data visual/cadet-gray-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-1200: #094a53;\n /* Colors/System/Spectrum/Data visual/cadet-gray-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-900: #789ba0;\n /* Colors/System/Spectrum/Data visual/cooper-500 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-500: #e6b297;\n /* Colors/System/Spectrum/Data visual/cooper-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-800: #d67e51;\n /* Colors/System/Spectrum/Data visual/gold-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-400: #cdbe80;\n /* Colors/System/Spectrum/Data visual/gold-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-700: #ab922b;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-black - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-black: #1f1f1f4d;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-white - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-400-opacity: #7fc4ec4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-700-opacity: #299de04d;\n /* Colors/System/Spectrum/Data visual/Highlight/backrose-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-backrose-900-opacity: #958ca34d;\n /* Colors/System/Spectrum/Data visual/Highlight/blackrose-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-blackrose-1200-opacity: #1300334d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-1100-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-1100-opacity: #794b344d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-800-opacity: #af93854d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-1200-opacity: #7a2a0b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-900-opacity: #b68a794d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-1200-opacity: #094a534d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-900-opacity: #789ba04d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-500-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-500-opacity: #e6b2974d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-800-opacity: #d67e514d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-400-opacity: #cdbe804d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-700-opacity: #ab922b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-600-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-600-opacity: #88c5af4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-900-opacity: #389e7a4d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-1200-opacity: #5309094d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-900-opacity: #a984844d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-1000-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-1000-opacity: #7f7f7f4d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-700-opacity: #b2b2b24d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-1200-opacity: #2d33004d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-900-opacity: #9699804d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-1200-opacity: #0a466c4d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-900-opacity: #7899ae4d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-1200-opacity: #4334794d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-900-opacity: #a19abc4d;\n /* Colors/System/Spectrum/Data visual/jade-600 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-600: #88c5af;\n /* Colors/System/Spectrum/Data visual/jade-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-900: #389e7a;\n /* Colors/System/Spectrum/Data visual/maroon-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-1200: #530909;\n /* Colors/System/Spectrum/Data visual/maroon-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-900: #a98484;\n /* Colors/System/Spectrum/Data visual/platinum-1000 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-1000: #7f7f7f;\n /* Colors/System/Spectrum/Data visual/platinum-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-700: #b2b2b2;\n /* Colors/System/Spectrum/Data visual/sage-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-1200: #2d3300;\n /* Colors/System/Spectrum/Data visual/sage-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-900: #969980;\n /* Colors/System/Spectrum/Data visual/tanzanite-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-1200: #0a466c;\n /* Colors/System/Spectrum/Data visual/tanzanite-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-900: #7899ae;\n /* Colors/System/Spectrum/Data visual/violet-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-1200: #433479;\n /* Colors/System/Spectrum/Data visual/violet-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-900: #a19abc;\n /* Colors/System/Spectrum/Depth/45-blue-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-blue-dark: #88aff7;\n /* Colors/System/Spectrum/Depth/45-green-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-green-dark: #87bd9f;\n /* Colors/System/Spectrum/Depth/45-lime-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-lime-dark: #dce28f;\n /* Colors/System/Spectrum/Depth/45-magenta-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-magenta-dark: #e07aed;\n /* Colors/System/Spectrum/Depth/45-orange-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-orange-dark: #f6a874;\n /* Colors/System/Spectrum/Depth/45-pink-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-pink-dark: #ea86b9;\n /* Colors/System/Spectrum/Depth/45-purple-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-purple-dark: #c8a6f9;\n /* Colors/System/Spectrum/Depth/45-red-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-red-dark: #ea93a0;\n /* Colors/System/Spectrum/Depth/45-teal-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-teal-dark: #74bbb4;\n /* Colors/System/Spectrum/Depth/45-yellow-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-yellow-dark: #fada8d;\n /* Colors/System/Spectrum/Depth/50-blue-light - Global (primitives) */\n --colors-system-spectrum-depth-50-blue-light: #143778;\n /* Colors/System/Spectrum/Depth/50-green-light - Global (primitives) */\n --colors-system-spectrum-depth-50-green-light: #134428;\n /* Colors/System/Spectrum/Depth/50-lime-light - Global (primitives) */\n --colors-system-spectrum-depth-50-lime-light: #60651a;\n /* Colors/System/Spectrum/Depth/50-magenta-light - Global (primitives) */\n --colors-system-spectrum-depth-50-magenta-light: #63076f;\n /* Colors/System/Spectrum/Depth/50-orange-light - Global (primitives) */\n --colors-system-spectrum-depth-50-orange-light: #773001;\n /* Colors/System/Spectrum/Depth/50-pink-light - Global (primitives) */\n --colors-system-spectrum-depth-50-pink-light: #6c1240;\n /* Colors/System/Spectrum/Depth/50-purple-light - Global (primitives) */\n --colors-system-spectrum-depth-50-purple-light: #310077;\n /* Colors/System/Spectrum/Depth/50-red-light - Global (primitives) */\n --colors-system-spectrum-depth-50-red-light: #6c1d29;\n /* Colors/System/Spectrum/Depth/50-teal-light - Global (primitives) */\n --colors-system-spectrum-depth-50-teal-light: #01413c;\n /* Colors/System/Spectrum/Depth/50-yellow-light - Global (primitives) */\n --colors-system-spectrum-depth-50-yellow-light: #7b5e18;\n /* Colors/System/Spectrum/Highlight/65-blue-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-blue-dark: #0e2754;\n /* Colors/System/Spectrum/Highlight/65-green-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-green-dark: #0d2f1c;\n /* Colors/System/Spectrum/Highlight/65-lime-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-lime-dark: #434712;\n /* Colors/System/Spectrum/Highlight/65-magenta-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-magenta-dark: #45054e;\n /* Colors/System/Spectrum/Highlight/65-orange-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-orange-dark: #532201;\n /* Colors/System/Spectrum/Highlight/65-pink-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-pink-dark: #4c0c2d;\n /* Colors/System/Spectrum/Highlight/65-purple-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-purple-dark: #220053;\n /* Colors/System/Spectrum/Highlight/65-red-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-red-dark: #4c141d;\n /* Colors/System/Spectrum/Highlight/65-teal-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-teal-dark: #012e2a;\n /* Colors/System/Spectrum/Highlight/65-yellow-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-yellow-dark: #564210;\n /* Colors/System/Spectrum/Highlight/85-blue-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-blue-light: #dfe9fd;\n /* Colors/System/Spectrum/Highlight/85-green-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-green-light: #deede5;\n /* Colors/System/Spectrum/Highlight/85-lime-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-lime-light: #f6f7e0;\n /* Colors/System/Spectrum/Highlight/85-magenta-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-magenta-light: #f6dbfa;\n /* Colors/System/Spectrum/Highlight/85-orange-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-orange-light: #fce7d9;\n /* Colors/System/Spectrum/Highlight/85-pink-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-pink-light: #f9deec;\n /* Colors/System/Spectrum/Highlight/85-purple-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-purple-light: #e7d9fc;\n /* Colors/System/Spectrum/Highlight/85-red-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-red-light: #f9e1e5;\n /* Colors/System/Spectrum/Highlight/85-teal-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-teal-light: #d9eceb;\n /* Colors/System/Spectrum/Highlight/85-yellow-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-yellow-light: #fef5e0;\n /* Colors/System/Spectrum/Vibrant/00-blue-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-blue-light: #276ef1;\n /* Colors/System/Spectrum/Vibrant/00-green-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-green-light: #258750;\n /* Colors/System/Spectrum/Vibrant/00-lime-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-lime-light: #c0ca33;\n /* Colors/System/Spectrum/Vibrant/00-magenta-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-magenta-light: #c60ede;\n /* Colors/System/Spectrum/Vibrant/00-orange-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-orange-light: #ee6002;\n /* Colors/System/Spectrum/Vibrant/00-pink-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-pink-light: #d82380;\n /* Colors/System/Spectrum/Vibrant/00-purple-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-purple-light: #6200ee;\n /* Colors/System/Spectrum/Vibrant/00-red-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-red-light: #d83a52;\n /* Colors/System/Spectrum/Vibrant/00-teal-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-teal-light: #038377;\n /* Colors/System/Spectrum/Vibrant/00-yellow-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-yellow-light: #f6bc2f;\n /* Colors/System/Spectrum/Vibrant/40-blue-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-blue-dark: #5d92f5;\n /* Colors/System/Spectrum/Vibrant/40-green-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-green-dark: #7cb796;\n /* Colors/System/Spectrum/Vibrant/40-lime-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-lime-dark: #d9df85;\n /* Colors/System/Spectrum/Vibrant/40-magenta-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-magenta-dark: #dd6eeb;\n /* Colors/System/Spectrum/Vibrant/40-orange-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-orange-dark: #f5a067;\n /* Colors/System/Spectrum/Vibrant/40-pink-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-pink-dark: #e87bb3;\n /* Colors/System/Spectrum/Vibrant/40-purple-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-purple-dark: #a166f5;\n /* Colors/System/Spectrum/Vibrant/40-red-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-red-dark: #e88997;\n /* Colors/System/Spectrum/Vibrant/40-teal-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-teal-dark: #68b5ad;\n /* Colors/System/Spectrum/Vibrant/40-yellow-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-yellow-dark: #fad782;\n /* Colors/System/Visited links/00-default-light - Global (primitives) */\n --colors-system-visited-links-00-default-light: #7a3e7a;\n /* Colors/System/Visited links/30-active-dark - Global (primitives) */\n --colors-system-visited-links-30-active-dark: #a278a2;\n /* Colors/System/Visited links/30-active-light - Global (primitives) */\n --colors-system-visited-links-30-active-light: #552b55;\n /* Colors/System/Visited links/40-default-dark - Global (primitives) */\n --colors-system-visited-links-40-default-dark: #af8baf;\n /* Colors/System/Visited links/40-disabled-dark - Global (primitives) */\n --colors-system-visited-links-40-disabled-dark: #492549;\n /* Colors/System/Visited links/40-disabled-light - Global (primitives) */\n --colors-system-visited-links-40-disabled-light: #af8baf;\n /* Colors/System/yellow-dark - Global (primitives) */\n --colors-system-yellow-dark: #f8cd63;\n /* Colors/System/yellow-dark-bg - Global (primitives) */\n --colors-system-yellow-dark-bg: #564210;\n /* Colors/System/yellow-light - Global (primitives) */\n --colors-system-yellow-light: #f6bc2f;\n /* Colors/System/yellow-light-bg - Global (primitives) */\n --colors-system-yellow-light-bg: #fef5e0;\n /* Corner radius/120 - Global (primitives) */\n --corner-radius-120: 12px;\n /* Corner radius/160 - Global (primitives) */\n --corner-radius-160: 16px;\n /* Corner radius/40 - Global (primitives) */\n --corner-radius-40: 4px;\n /* Corner radius/80 - Global (primitives) */\n --corner-radius-80: 8px;\n /* Corner radius/circular - Global (primitives) */\n --corner-radius-circular: 999px;\n /* Corner radius/None - Global (primitives) */\n --corner-radius-none: 0;\n /* Data visual/category-06-highlight - Theme - Century 21 */\n --data-visual-category-06-highlight: #7f7f7f4d;\n /* Data visual/category-6-highlight - Theme - Century 21 */\n --data-visual-category-6-highlight: #7f7f7f4d;\n /* East - navigation rails, drawers, sheets */\n --drop-shadow-east: 2px 0px 8px -2px #0000001a, 2px 0px 4px -2px #0000001f;\n /* Float */\n --drop-shadow-float: 0px 0px 1px 0px #00000052, 0px 8px 12px 0px #00000026;\n /* North - Bottom navigation, button dock, bottom sheet */\n --drop-shadow-north: 0px -2px 8px -2px #0000001a, 0px -2px 4px -2px #0000001f;\n /* Raise */\n --drop-shadow-raise: 0px 0px 1px 0px #00000026, 0px 1px 1px 0px #00000052;\n /* Scroll */\n --drop-shadow-scroll: 0px 0px 3px 0px #00000052;\n /* South - top navigation */\n --drop-shadow-south: 0px 2px 8px -2px #0000001a, 0px 2px 4px -2px #0000001f;\n /* West - side sheets */\n --drop-shadow-west: -8px 0px 8px -2px #0000001a, -5px 4px 4px -6px #00000026;\n /* Foreground/Link text/subtle-inverse-hovered - Theme - Century 21 */\n --foreground-link-text-subtle-inverse-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inverse-pressed - Theme - Century 21 */\n --foreground-link-text-subtle-inverse-pressed: #d1d1d1;\n /* Foreground/Neutral/inverse-on-surface - Theme - Century 21 */\n --foreground-neutral-inverse-on-surface: #fafafa;\n /* Foreground/Neutral/on-color - Theme - Century 21 */\n --foreground-neutral-on-color: #ffffff;\n /* Foreground/Neutral/on-inverse-surface - Theme - Century 21 */\n --foreground-neutral-on-inverse-surface: #fafafa;\n /* Interaction/disabled-opacity - Theme - 3.0 */\n --interaction-disabled-opacity: #0000000f;\n /* Interaction/primary-disabled-opacity - Theme - 3.0 */\n --interaction-primary-disabled-opacity: #1559ea1f;\n /* Interaction/primary-hover-opacity - Theme - 3.0 */\n --interaction-primary-hover-opacity: #1559ea1a;\n /* Interaction/primary-press-opacity - Theme - 3.0 */\n --interaction-primary-press-opacity: #1559ea33;\n /* Interactions/opacity-black-10 - Global (primitives) */\n --interactions-opacity-black-10: #0000001a;\n /* Interactions/opacity-black-16 - Global (primitives) */\n --interactions-opacity-black-16: #00000029;\n /* Interactions/opacity-black-20 - Global (primitives) */\n --interactions-opacity-black-20: #00000033;\n /* Interactions/opacity-black-30 - Global (primitives) */\n --interactions-opacity-black-30: #0000004d;\n /* Interactions/opacity-black-6 - Global (primitives) */\n --interactions-opacity-black-6: #0000000f;\n /* Interactions/opacity-black-8 - Global (primitives) */\n --interactions-opacity-black-8: #00000014;\n /* Interactions/opacity-white-10 - Global (primitives) */\n --interactions-opacity-white-10: #ffffff1a;\n /* Interactions/opacity-white-16 - Global (primitives) */\n --interactions-opacity-white-16: #ffffff29;\n /* Interactions/opacity-white-20 - Global (primitives) */\n --interactions-opacity-white-20: #ffffff33;\n /* Interactions/opacity-white-30 - Global (primitives) */\n --interactions-opacity-white-30: #ffffff4d;\n /* Interactions/opacity-white-6 - Global (primitives) */\n --interactions-opacity-white-6: #ffffff0f;\n /* Interactions/opacity-white-8 - Global (primitives) */\n --interactions-opacity-white-8: #ffffff14;\n /* Colors/Brands/Century 21/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --interactions-primary-dark-opacity-10: #b0a58a1a;\n /* Colors/Brands/Century 21/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --interactions-primary-dark-opacity-12: #b0a58a1f;\n /* Colors/Brands/Century 21/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --interactions-primary-dark-opacity-16: #b0a58a29;\n /* Colors/Brands/Century 21/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --interactions-primary-dark-opacity-20: #b0a58a33;\n /* Colors/Brands/Century 21/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --interactions-primary-dark-opacity-8: #b0a58a14;\n /* Colors/Brands/Century 21/Interactions/primary-light-opacity-10 - Global (primitives) */\n --interactions-primary-light-opacity-10: #7c693c1a;\n /* Colors/Brands/Century 21/Interactions/primary-light-opacity-12 - Global (primitives) */\n --interactions-primary-light-opacity-12: #7c693c1f;\n /* Colors/Brands/Century 21/Interactions/primary-light-opacity-16 - Global (primitives) */\n --interactions-primary-light-opacity-16: #7c693c29;\n /* Colors/Brands/Century 21/Interactions/primary-light-opacity-20 - Global (primitives) */\n --interactions-primary-light-opacity-20: #7c693c33;\n /* Colors/Brands/Century 21/Interactions/primary-light-opacity-8 - Global (primitives) */\n --interactions-primary-light-opacity-8: #7c693c14;\n /* Labels/Base */\n --labels-base: 500 16px/20px var(--typeface);\n /* Labels/Base - line height */\n --labels-base-line-height: 20px;\n /* Labels/Base - size */\n --labels-base-size: 16px;\n /* Labels/Base - style */\n --labels-base-style: medium;\n /* Labels/Large */\n --labels-large: 500 18px/24px var(--typeface);\n /* Labels/Large - line height */\n --labels-large-line-height: 24px;\n /* Labels/Large - size */\n --labels-large-size: 18px;\n /* Labels/Large - style */\n --labels-large-style: medium;\n /* Labels/Small */\n --labels-small: 500 14px/20px var(--typeface);\n /* Labels/Small - line height */\n --labels-small-line-height: 20px;\n /* Labels/Small - size */\n --labels-small-size: 14px;\n /* Labels/Small - style */\n --labels-small-style: medium;\n /* Labels/X-Small */\n --labels-x-small: 500 12px/16px var(--typeface);\n /* Labels/X-Small - line height */\n --labels-x-small-line-height: 16px;\n /* Labels/X-Small - size */\n --labels-x-small-size: 12px;\n /* Labels/X-Small - style */\n --labels-x-small-style: medium;\n /* Colors/Brands/Century 21/Primary/00-base - Global (primitives) */\n --primary-00-base: #7c693c;\n /* Colors/Brands/Century 21/Primary/15-dark - Global (primitives) */\n --primary-15-dark: #695933;\n /* Colors/Brands/Century 21/Primary/40-light - Global (primitives) */\n --primary-40-light: #b0a58a;\n /* Colors/Brands/Century 21/Primary/55-light - Global (primitives) */\n --primary-55-light: #c4bca7;\n /* Colors/Brands/Century 21/Primary/75-dark - Global (primitives) */\n --primary-75-dark: #1f1a0f;\n /* Colors/Brands/Century 21/Primary/85-light - Global (primitives) */\n --primary-85-light: #ebe9e2;\n /* Radius/full - Borders */\n --radius-full: 999px;\n /* Radius/lg - Borders */\n --radius-lg: 12px;\n /* Radius/md - Borders */\n --radius-md: 8px;\n /* Radius/none - Borders */\n --radius-none: 0;\n /* Radius/sm - Borders */\n --radius-sm: 4px;\n /* Radius/xlg - Borders */\n --radius-xlg: 16px;\n /* Colors/Brands/Century 21/Secondary/00-base - Global (primitives) */\n --secondary-00-base: #252526;\n /* Colors/Brands/Century 21/Secondary/15-dark - Global (primitives) */\n --secondary-15-dark: #1f1f20;\n /* Colors/Brands/Century 21/Secondary/40-light - Global (primitives) */\n --secondary-40-light: #7c7c7d;\n /* Colors/Brands/Century 21/Secondary/55-light - Global (primitives) */\n --secondary-55-light: #9d9d9d;\n /* Colors/Brands/Century 21/Secondary/75-dark - Global (primitives) */\n --secondary-75-dark: #09090a;\n /* Colors/Brands/Century 21/Secondary/85-light - Global (primitives) */\n --secondary-85-light: #dedede;\n /* Shadows/Inner-Shadow-black-100 - Global (primitives) */\n --shadows-inner-shadow-black-100: #000000;\n /* Shadows/Inner-Shadow-white-100 - Global (primitives) */\n --shadows-inner-shadow-white-100: #ffffff;\n /* Shadows/Shadow-black-10 - Global (primitives) */\n --shadows-shadow-black-10: #0000001a;\n /* Shadows/Shadow-black-12 - Global (primitives) */\n --shadows-shadow-black-12: #0000001f;\n /* Shadows/Shadow-black-15 - Global (primitives) */\n --shadows-shadow-black-15: #00000026;\n /* Shadows/Shadow-black-25 - Global (primitives) */\n --shadows-shadow-black-25: #00000040;\n /* Shadows/Shadow-black-32 - Global (primitives) */\n --shadows-shadow-black-32: #00000052;\n /* Shadows/Shadow-black-50 - Global (primitives) */\n --shadows-shadow-black-50: #00000080;\n /* Shadows/Shadow-gray-10 - Global (primitives) */\n --shadows-shadow-gray-10: #6161611a;\n /* Shadows/Shadow-gray-12 - Global (primitives) */\n --shadows-shadow-gray-12: #6161611f;\n /* Shadows/Shadow-gray-15 - Global (primitives) */\n --shadows-shadow-gray-15: #61616126;\n /* Shadows/Shadow-gray-25 - Global (primitives) */\n --shadows-shadow-gray-25: #61616140;\n /* Shadows/Shadow-gray-32 - Global (primitives) */\n --shadows-shadow-gray-32: #61616152;\n /* Shadows/Shadow-gray-50 - Global (primitives) */\n --shadows-shadow-gray-50: #61616180;\n /* Spacing/sizing-01 - Spacing & Sizing */\n --spacing-sizing-01: 4px;\n /* Spacing/sizing-02 - Spacing & Sizing */\n --spacing-sizing-02: 8px;\n /* Spacing/sizing-03 - Spacing & Sizing */\n --spacing-sizing-03: 12px;\n /* Spacing/sizing-04 - Spacing & Sizing */\n --spacing-sizing-04: 16px;\n /* Spacing/sizing-05 - Spacing & Sizing */\n --spacing-sizing-05: 20px;\n /* Spacing/sizing-06 - Spacing & Sizing */\n --spacing-sizing-06: 24px;\n /* Spacing/sizing-07 - Spacing & Sizing */\n --spacing-sizing-07: 28px;\n /* Spacing/sizing-08 - Spacing & Sizing */\n --spacing-sizing-08: 32px;\n /* Spacing/sizing-09 - Spacing & Sizing */\n --spacing-sizing-09: 36px;\n /* Spacing/sizing-10 - Spacing & Sizing */\n --spacing-sizing-10: 40px;\n /* Spacing/sizing-11 - Spacing & Sizing */\n --spacing-sizing-11: 44px;\n /* Spacing/sizing-12 - Spacing & Sizing */\n --spacing-sizing-12: 48px;\n /* Spacing/sizing-13 - Spacing & Sizing */\n --spacing-sizing-13: 52px;\n /* Spacing/sizing-14 - Spacing & Sizing */\n --spacing-sizing-14: 56px;\n /* Spacing/sizing-15 - Spacing & Sizing */\n --spacing-sizing-15: 60px;\n /* Spacing/sizing-16 - Spacing & Sizing */\n --spacing-sizing-16: 64px;\n /* Spacing/sizing-17 - Spacing & Sizing */\n --spacing-sizing-17: 68px;\n /* Spacing/sizing-18 - Spacing & Sizing */\n --spacing-sizing-18: 72px;\n /* Spacing/sizing-19 - Spacing & Sizing */\n --spacing-sizing-19: 80px;\n /* Spacing/sizing-20 - Spacing & Sizing */\n --spacing-sizing-20: 96px;\n /* Spacing/sizing-21 - Spacing & Sizing */\n --spacing-sizing-21: 104px;\n /* Spacing/sizing-22 - Spacing & Sizing */\n --spacing-sizing-22: 120px;\n /* Spacing/sizing-23 - Spacing & Sizing */\n --spacing-sizing-23: 128px;\n /* Spacing/sizing-24 - Spacing & Sizing */\n --spacing-sizing-24: 148px;\n /* Spacing/sizing-25 - Spacing & Sizing */\n --spacing-sizing-25: 152px;\n /* Spacing/sizing-none - Spacing & Sizing */\n --spacing-sizing-none: 0;\n /* Spacings/1040 - Global (primitives) */\n --spacings-1040: 104px;\n /* Spacings/120 - Global (primitives) */\n --spacings-120: 12px;\n /* Spacings/1200 - Global (primitives) */\n --spacings-1200: 120px;\n /* Spacings/1280 - Global (primitives) */\n --spacings-1280: 128px;\n /* Spacings/1480 - Global (primitives) */\n --spacings-1480: 148px;\n /* Spacings/1520 - Global (primitives) */\n --spacings-1520: 152px;\n /* Spacings/160 - Global (primitives) */\n --spacings-160: 16px;\n /* Spacings/200 - Global (primitives) */\n --spacings-200: 20px;\n /* Spacings/240 - Global (primitives) */\n --spacings-240: 24px;\n /* Spacings/280 - Global (primitives) */\n --spacings-280: 28px;\n /* Spacings/320 - Global (primitives) */\n --spacings-320: 32px;\n /* Spacings/360 - Global (primitives) */\n --spacings-360: 36px;\n /* Spacings/40 - Global (primitives) */\n --spacings-40: 4px;\n /* Spacings/400 - Global (primitives) */\n --spacings-400: 40px;\n /* Spacings/440 - Global (primitives) */\n --spacings-440: 44px;\n /* Spacings/480 - Global (primitives) */\n --spacings-480: 48px;\n /* Spacings/520 - Global (primitives) */\n --spacings-520: 52px;\n /* Spacings/560 - Global (primitives) */\n --spacings-560: 56px;\n /* Spacings/600 - Global (primitives) */\n --spacings-600: 60px;\n /* Spacings/640 - Global (primitives) */\n --spacings-640: 64px;\n /* Spacings/680 - Global (primitives) */\n --spacings-680: 68px;\n /* Spacings/720 - Global (primitives) */\n --spacings-720: 72px;\n /* Spacings/80 - Global (primitives) */\n --spacings-80: 8px;\n /* Spacings/800 - Global (primitives) */\n --spacings-800: 80px;\n /* Spacings/960 - Global (primitives) */\n --spacings-960: 96px;\n /* Spacings/None - Global (primitives) */\n --spacings-none: 0;\n /* Status/on-error - Theme - Century 21 */\n --status-on-error: #ffffff;\n /* Status/on-information - Theme - Century 21 */\n --status-on-information: #ffffff;\n /* Status/on-informational - Theme - Century 21 */\n --status-on-informational: #ffffff;\n /* Status/on-success - Theme - Century 21 */\n --status-on-success: #ffffff;\n /* Status/on-warning - Theme - Century 21 */\n --status-on-warning: #141414;\n /* Stroke/Neutral/focus-on-inverse - Theme - Century 21 */\n --stroke-neutral-focus-on-inverse: #ffffff;\n /* Stroke/Neutral/Interaction/inverse-focus - Theme - 3.0 */\n --stroke-neutral-interaction-inverse-focus: #ffffff;\n /* Stroke/Neutral/Interactions/inverse-focus - Theme - Century 21 */\n --stroke-neutral-interactions-inverse-focus: #ffffff;\n /* Stroke/none - Borders */\n --stroke-none: 0;\n /* Stroke/thick - Borders */\n --stroke-thick: 2px;\n /* Stroke/thicker - Borders */\n --stroke-thicker: 4px;\n /* Stroke/thin - Borders */\n --stroke-thin: 1px;\n /* Surface/Neutral/transparent - Theme - Century 21 */\n --surface-neutral-transparent: #ffffff00;\n /* Colors/Brands/Century 21/Tertiary/00-base - Global (primitives) */\n --tertiary-00-base: #746649;\n /* Colors/Brands/Century 21/Tertiary/15-dark - Global (primitives) */\n --tertiary-15-dark: #63573e;\n /* Colors/Brands/Century 21/Tertiary/40-light - Global (primitives) */\n --tertiary-40-light: #aca392;\n /* Colors/Brands/Century 21/Tertiary/55-light - Global (primitives) */\n --tertiary-55-light: #c0baad;\n /* Colors/Brands/Century 21/Tertiary/75-dark - Global (primitives) */\n --tertiary-75-dark: #1d1a12;\n /* Colors/Brands/Century 21/Tertiary/85-light - Global (primitives) */\n --tertiary-85-light: #eae8e4;\n /* Typeface - Brand */\n --typeface: 'Typold', 'Work Sans', sans-serif;\n /* Typography/Line-height/lh-1 - Global (primitives) */\n --typography-line-height-lh-1: 16px;\n /* Typography/Line-height/lh-10 - Global (primitives) */\n --typography-line-height-lh-10: 48px;\n /* Typography/Line-height/lh-11 - Global (primitives) */\n --typography-line-height-lh-11: 56px;\n /* Typography/Line-height/lh-12 - Global (primitives) */\n --typography-line-height-lh-12: 60px;\n /* Typography/Line-height/lh-13 - Global (primitives) */\n --typography-line-height-lh-13: 64px;\n /* Typography/Line-height/lh-14 - Global (primitives) */\n --typography-line-height-lh-14: 72px;\n /* Typography/Line-height/lh-15 - Global (primitives) */\n --typography-line-height-lh-15: 88px;\n /* Typography/Line-height/lh-2 - Global (primitives) */\n --typography-line-height-lh-2: 20px;\n /* Typography/Line-height/lh-3 - Global (primitives) */\n --typography-line-height-lh-3: 22px;\n /* Typography/Line-height/lh-4 - Global (primitives) */\n --typography-line-height-lh-4: 24px;\n /* Typography/Line-height/lh-5 - Global (primitives) */\n --typography-line-height-lh-5: 28px;\n /* Typography/Line-height/lh-6 - Global (primitives) */\n --typography-line-height-lh-6: 32px;\n /* Typography/Line-height/lh-7 - Global (primitives) */\n --typography-line-height-lh-7: 36px;\n /* Typography/Line-height/lh-8 - Global (primitives) */\n --typography-line-height-lh-8: 40px;\n /* Typography/Line-height/lh-9 - Global (primitives) */\n --typography-line-height-lh-9: 44px;\n /* Typography/Size/base - Global (primitives) */\n --typography-size-base: 16px;\n /* Typography/Size/bp-md - Global (primitives) */\n --typography-size-bp-md: 18px;\n /* Typography/Size/d-lg-m - Global (primitives) */\n --typography-size-d-lg-m: 64px;\n /* Typography/Size/d-lg (old) - Global (primitives) */\n --typography-size-d-lg-old: 60px;\n /* Typography/Size/d-md-m - Global (primitives) */\n --typography-size-d-md-m: 56px;\n /* Typography/Size/d-md (old) - Global (primitives) */\n --typography-size-d-md-old: 52px;\n /* Typography/Size/d-sm-m - Global (primitives) */\n --typography-size-d-sm-m: 48px;\n /* Typography/Size/d-sm (old) - Global (primitives) */\n --typography-size-d-sm-old: 44px;\n /* Typography/Size/lg-xlg - Global (primitives) */\n --typography-size-lg-xlg: 28px;\n /* Typography/Size/md-mdp - Global (primitives) */\n --typography-size-md-mdp: 20px;\n /* Typography/Size/mdp-lg - Global (primitives) */\n --typography-size-mdp-lg: 24px;\n /* Typography/Size/sm - Global (primitives) */\n --typography-size-sm: 14px;\n /* Typography/Size/xlg-xxlg - Global (primitives) */\n --typography-size-xlg-xxlg: 32px;\n /* Typography/Size/xs - Global (primitives) */\n --typography-size-xs: 12px;\n /* Typography/Size/xxlg-xxxlg - Global (primitives) */\n --typography-size-xxlg-xxxlg: 36px;\n /* Typography/Size/xxxlg - Global (primitives) */\n --typography-size-xxxlg: 40px;\n /* Typography/Typeface/Arial - Global (primitives) */\n --typography-typeface-arial: 'Arial', sans-serif;\n /* Typography/Typeface/Geist - Global (primitives) */\n --typography-typeface-geist: 'Geist', sans-serif;\n /* Typography/Typeface/Helvetica - Global (primitives) */\n --typography-typeface-helvetica: 'Helvetica', sans-serif;\n /* Typography/Typeface/Inter - Global (primitives) */\n --typography-typeface-inter: 'Inter', sans-serif;\n /* Typography/Typeface/Lato - Global (primitives) */\n --typography-typeface-lato: 'Lato', sans-serif;\n /* Typography/Typeface/Manrope - Global (primitives) */\n --typography-typeface-manrope: 'Manrope', sans-serif;\n /* Typography/Typeface/Open Sans - Global (primitives) */\n --typography-typeface-open-sans: 'Open Sans', sans-serif;\n /* Typography/Typeface/Red Hat Text - Global (primitives) */\n --typography-typeface-red-hat-text: 'Red Hat Text', sans-serif;\n /* Typography/Typeface/Roboto - Global (primitives) */\n --typography-typeface-roboto: 'Roboto', sans-serif;\n /* Typography/Typeface/SF Pro - Global (primitives) */\n --typography-typeface-sf-pro: 'SF Pro', sans-serif;\n /* Typography/Typeface/Typold - Global (primitives) */\n --typography-typeface-typold: 'Typold', sans-serif;\n /* Typography/Typeface/Work Sans - Global (primitives) */\n --typography-typeface-work-sans: 'Work Sans', sans-serif;\n /* Typography/Weight/300 - Global (primitives) */\n --typography-weight-300: 300;\n /* Typography/Weight/400 - Global (primitives) */\n --typography-weight-400: 400;\n /* Typography/Weight/500 - Global (primitives) */\n --typography-weight-500: 500;\n /* Typography/Weight/600 - Global (primitives) */\n --typography-weight-600: 600;\n /* Mobile/Display/Regular/Large */\n --display-regular-large: 400 56px/72px var(--typeface);\n /* Mobile/Display/Regular/Large - line height */\n --display-regular-large-line-height: 72px;\n /* Mobile/Display/Regular/Large - size */\n --display-regular-large-size: 56px;\n /* Mobile/Display/Regular/Large - style */\n --display-regular-large-style: regular;\n /* Mobile/Display/Regular/Medium */\n --display-regular-medium: 400 48px/60px var(--typeface);\n /* Mobile/Display/Regular/Medium - line height */\n --display-regular-medium-line-height: 60px;\n /* Mobile/Display/Regular/Medium - size */\n --display-regular-medium-size: 48px;\n /* Mobile/Display/Regular/Medium - style */\n --display-regular-medium-style: regular;\n /* Mobile/Display/Regular/Small */\n --display-regular-small: 400 40px/48px var(--typeface);\n /* Mobile/Display/Regular/Small - line height */\n --display-regular-small-line-height: 48px;\n /* Mobile/Display/Regular/Small - size */\n --display-regular-small-size: 40px;\n /* Mobile/Display/Regular/Small - style */\n --display-regular-small-style: regular;\n /* Mobile/Display/Semibold/Large */\n --display-semibold-large: 600 56px/72px var(--typeface);\n /* Mobile/Display/Semibold/Large - line height */\n --display-semibold-large-line-height: 72px;\n /* Mobile/Display/Semibold/Large - size */\n --display-semibold-large-size: 56px;\n /* Mobile/Display/Semibold/Large - style */\n --display-semibold-large-style: semibold;\n /* Mobile/Display/Semibold/Medium */\n --display-semibold-medium: 600 48px/60px var(--typeface);\n /* Mobile/Display/Semibold/Medium - line height */\n --display-semibold-medium-line-height: 60px;\n /* Mobile/Display/Semibold/Medium - size */\n --display-semibold-medium-size: 48px;\n /* Mobile/Display/Semibold/Medium - style */\n --display-semibold-medium-style: semibold;\n /* Mobile/Display/Semibold/Small */\n --display-semibold-small: 600 40px/48px var(--typeface);\n /* Mobile/Display/Semibold/Small - line height */\n --display-semibold-small-line-height: 48px;\n /* Mobile/Display/Semibold/Small - size */\n --display-semibold-small-size: 40px;\n /* Mobile/Display/Semibold/Small - style */\n --display-semibold-small-style: semibold;\n /* Mobile/Heading/H1 - Large Headline */\n --heading-h1: 600 32px/40px var(--typeface);\n /* Mobile/Heading/H1 - Large Headline line height */\n --heading-h1-line-height: 40px;\n /* Mobile/Heading/H1 - Large Headline size */\n --heading-h1-size: 32px;\n /* Mobile/Heading/H1 - Large Headline style */\n --heading-h1-style: semibold;\n /* Mobile/Heading/H2 - Headline */\n --heading-h2: 600 28px/36px var(--typeface);\n /* Mobile/Heading/H2 - Headline line height */\n --heading-h2-line-height: 36px;\n /* Mobile/Heading/H2 - Headline size */\n --heading-h2-size: 28px;\n /* Mobile/Heading/H2 - Headline style */\n --heading-h2-style: semibold;\n /* Mobile/Heading/H3 - Headline */\n --heading-h3: 600 24px/32px var(--typeface);\n /* Mobile/Heading/H3 - Headline line height */\n --heading-h3-line-height: 32px;\n /* Mobile/Heading/H3 - Headline size */\n --heading-h3-size: 24px;\n /* Mobile/Heading/H3 - Headline style */\n --heading-h3-style: semibold;\n /* Mobile/Heading/H4 - Headline */\n --heading-h4: 600 20px/28px var(--typeface);\n /* Mobile/Heading/H4 - Headline line height */\n --heading-h4-line-height: 28px;\n /* Mobile/Heading/H4 - Headline size */\n --heading-h4-size: 20px;\n /* Mobile/Heading/H4 - Headline style */\n --heading-h4-style: semibold;\n /* Mobile/Heading/H5 */\n --heading-h5: 600 18px/24px var(--typeface);\n /* Mobile/Heading/H5 - line height */\n --heading-h5-line-height: 24px;\n /* Mobile/Heading/H5 - size */\n --heading-h5-size: 18px;\n /* Mobile/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Mobile/Heading/H6 */\n --heading-h6: 500 16px/20px var(--typeface);\n /* Mobile/Heading/H6 - line height */\n --heading-h6-line-height: 20px;\n /* Mobile/Heading/H6 - size */\n --heading-h6-size: 16px;\n /* Mobile/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Mobile/Subheader/Large - Headline */\n --subheader-large: 400 20px/28px var(--typeface);\n /* Mobile/Subheader/Large - Headline line height */\n --subheader-large-line-height: 28px;\n /* Mobile/Subheader/Large - Headline size */\n --subheader-large-size: 20px;\n /* Mobile/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Mobile/Subheader/Medium - Headline */\n --subheader-medium: 400 18px/24px var(--typeface);\n /* Mobile/Subheader/Medium - Headline line height */\n --subheader-medium-line-height: 24px;\n /* Mobile/Subheader/Medium - Headline size */\n --subheader-medium-size: 18px;\n /* Mobile/Subheader/Medium - Headline style */\n --subheader-medium-style: regular;\n /* Mobile/Subheader/X-Large - Headline */\n --subheader-x-large: 400 24px/32px var(--typeface);\n /* Mobile/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 32px;\n /* Mobile/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 24px;\n /* Mobile/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Mobile/Subheader/XX-Large - Large Headline */\n --subheader-xx-large: 400 28px/36px var(--typeface);\n /* Mobile/Subheader/XX-Large - Large Headline line height */\n --subheader-xx-large-line-height: 36px;\n /* Mobile/Subheader/XX-Large - Large Headline size */\n --subheader-xx-large-size: 28px;\n /* Mobile/Subheader/XX-Large - Large Headline style */\n --subheader-xx-large-style: regular;\n /* Mobile/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 32px/40px var(--typeface);\n /* Mobile/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 40px;\n /* Mobile/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 32px;\n /* Mobile/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n\n @media (width >= 640px) {\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. */\n --display-regular-large: 400 64px/88px var(--typeface);\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. line height */\n --display-regular-large-line-height: 88px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. size */\n --display-regular-large-size: 64px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. style */\n --display-regular-large-style: regular;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. */\n --display-regular-medium: 400 56px/72px var(--typeface);\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. line height */\n --display-regular-medium-line-height: 72px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. size */\n --display-regular-medium-size: 56px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. style */\n --display-regular-medium-style: regular;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. */\n --display-regular-small: 400 48px/60px var(--typeface);\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. line height */\n --display-regular-small-line-height: 60px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. size */\n --display-regular-small-size: 48px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. style */\n --display-regular-small-style: regular;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. */\n --display-semibold-large: 600 64px/88px var(--typeface);\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. line height */\n --display-semibold-large-line-height: 88px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. size */\n --display-semibold-large-size: 64px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. style */\n --display-semibold-large-style: semibold;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. */\n --display-semibold-medium: 600 56px/72px var(--typeface);\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. line height */\n --display-semibold-medium-line-height: 72px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. size */\n --display-semibold-medium-size: 56px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. style */\n --display-semibold-medium-style: semibold;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. */\n --display-semibold-small: 600 48px/60px var(--typeface);\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. line height */\n --display-semibold-small-line-height: 60px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. size */\n --display-semibold-small-size: 48px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. style */\n --display-semibold-small-style: semibold;\n /* Desktop/Heading/H1 */\n --heading-h1: 600 40px/48px var(--typeface);\n /* Desktop/Heading/H1 - line height */\n --heading-h1-line-height: 48px;\n /* Desktop/Heading/H1 - size */\n --heading-h1-size: 40px;\n /* Desktop/Heading/H1 - style */\n --heading-h1-style: semibold;\n /* Desktop/Heading/H2 */\n --heading-h2: 600 32px/40px var(--typeface);\n /* Desktop/Heading/H2 - line height */\n --heading-h2-line-height: 40px;\n /* Desktop/Heading/H2 - size */\n --heading-h2-size: 32px;\n /* Desktop/Heading/H2 - style */\n --heading-h2-style: semibold;\n /* Desktop/Heading/H3 */\n --heading-h3: 600 28px/36px var(--typeface);\n /* Desktop/Heading/H3 - line height */\n --heading-h3-line-height: 36px;\n /* Desktop/Heading/H3 - size */\n --heading-h3-size: 28px;\n /* Desktop/Heading/H3 - style */\n --heading-h3-style: semibold;\n /* Desktop/Heading/H4 */\n --heading-h4: 600 24px/32px var(--typeface);\n /* Desktop/Heading/H4 - line height */\n --heading-h4-line-height: 32px;\n /* Desktop/Heading/H4 - size */\n --heading-h4-size: 24px;\n /* Desktop/Heading/H4 - style */\n --heading-h4-style: semibold;\n /* Desktop/Heading/H5 */\n --heading-h5: 600 20px/28px var(--typeface);\n /* Desktop/Heading/H5 - line height */\n --heading-h5-line-height: 28px;\n /* Desktop/Heading/H5 - size */\n --heading-h5-size: 20px;\n /* Desktop/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Desktop/Heading/H6 */\n --heading-h6: 500 18px/24px var(--typeface);\n /* Desktop/Heading/H6 - line height */\n --heading-h6-line-height: 24px;\n /* Desktop/Heading/H6 - size */\n --heading-h6-size: 18px;\n /* Desktop/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Desktop/Subheader/Large - Headline */\n --subheader-large: 400 24px/32px var(--typeface);\n /* Desktop/Subheader/Large - Headline line height */\n --subheader-large-line-height: 32px;\n /* Desktop/Subheader/Large - Headline size */\n --subheader-large-size: 24px;\n /* Desktop/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Desktop/Subheader/Medium */\n --subheader-medium: 400 20px/28px var(--typeface);\n /* Desktop/Subheader/Medium - line height */\n --subheader-medium-line-height: 28px;\n /* Desktop/Subheader/Medium - size */\n --subheader-medium-size: 20px;\n /* Desktop/Subheader/Medium - style */\n --subheader-medium-style: regular;\n /* Desktop/Subheader/X-Large - Headline */\n --subheader-x-large: 400 28px/36px var(--typeface);\n /* Desktop/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 36px;\n /* Desktop/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 28px;\n /* Desktop/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Desktop/Subheader/XX-Large - Headline */\n --subheader-xx-large: 400 32px/40px var(--typeface);\n /* Desktop/Subheader/XX-Large - Headline line height */\n --subheader-xx-large-line-height: 40px;\n /* Desktop/Subheader/XX-Large - Headline size */\n --subheader-xx-large-size: 32px;\n /* Desktop/Subheader/XX-Large - Headline style */\n --subheader-xx-large-style: regular;\n /* Desktop/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 40px/48px var(--typeface);\n /* Desktop/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 48px;\n /* Desktop/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 40px;\n /* Desktop/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n }\n\n /** Light theme (default) **/\n /* Background/base - Theme - Century 21 */\n --background-base: #ffffff;\n /* Background/scrim - Theme - Century 21 */\n --background-scrim: #00000040;\n /* Background/shade - Theme - Century 21 */\n --background-shade: #f5f5f5;\n /* Data visual/category-01 - Theme - Century 21 */\n --data-visual-category-01: #ab922b;\n /* Data visual/category-01-highlight - Theme - Century 21 */\n --data-visual-category-01-highlight: #ab922b4d;\n /* Data visual/category-02 - Theme - Century 21 */\n --data-visual-category-02: #7a2a0b;\n /* Data visual/category-02-highlight - Theme - Century 21 */\n --data-visual-category-02-highlight: #7a2a0b4d;\n /* Data visual/category-03 - Theme - Century 21 */\n --data-visual-category-03: #d67e51;\n /* Data visual/category-03-highlight - Theme - Century 21 */\n --data-visual-category-03-highlight: #d67e514d;\n /* Data visual/category-04 - Theme - Century 21 */\n --data-visual-category-04: #2d3300;\n /* Data visual/category-04-highlight - Theme - Century 21 */\n --data-visual-category-04-highlight: #2d33004d;\n /* Data visual/category-05 - Theme - Century 21 */\n --data-visual-category-05: #794b34;\n /* Data visual/category-05-highlight - Theme - Century 21 */\n --data-visual-category-05-highlight: #5309094d;\n /* Data visual/category-06 - Theme - Century 21 */\n --data-visual-category-06: #7f7f7f;\n /* Data visual/category-07 - Theme - Century 21 */\n --data-visual-category-07: #530909;\n /* Data visual/category-07-highlight - Theme - Century 21 */\n --data-visual-category-07-highlight: #794b344d;\n /* Data visual/category-1 - Theme - Century 21 */\n --data-visual-category-1: #7a2a0b;\n /* Data visual/category-1-highlight - Theme - Century 21 */\n --data-visual-category-1-highlight: #7a2a0b4d;\n /* Data visual/category-2 - Theme - Century 21 */\n --data-visual-category-2: #d67e51;\n /* Data visual/category-2-highlight - Theme - Century 21 */\n --data-visual-category-2-highlight: #d67e514d;\n /* Data visual/category-3 - Theme - Century 21 */\n --data-visual-category-3: #2d3300;\n /* Data visual/category-3-highlight - Theme - Century 21 */\n --data-visual-category-3-highlight: #2d33004d;\n /* Data visual/category-4 - Theme - Century 21 */\n --data-visual-category-4: #ab922b;\n /* Data visual/category-4-highlight - Theme - Century 21 */\n --data-visual-category-4-highlight: #ab922b4d;\n /* Data visual/category-5 - Theme - Century 21 */\n --data-visual-category-5: #530909;\n /* Data visual/category-5-highlight - Theme - Century 21 */\n --data-visual-category-5-highlight: #5309094d;\n /* Data visual/category-6 - Theme - Century 21 */\n --data-visual-category-6: #7f7f7f;\n /* Data visual/category-7 - Theme - Century 21 */\n --data-visual-category-7: #794b34;\n /* Data visual/category-7-highlight - Theme - Century 21 */\n --data-visual-category-7-highlight: #794b344d;\n /* Data visual/gradient-end - Theme - Century 21 */\n --data-visual-gradient-end: #ffffff4d;\n /* Data visual/green - Theme - Century 21 */\n --data-visual-green: #258750;\n /* Data visual/green-highlight - Theme - Century 21 */\n --data-visual-green-highlight: #deede5;\n /* Data visual/negative - Theme - Cartus */\n --data-visual-negative: #d83a52;\n /* Data visual/negative-highlight - Theme - Century 21 */\n --data-visual-negative-highlight: #f9e1e5;\n /* Data visual/positive - Theme - Century 21 */\n --data-visual-positive: #258750;\n /* Data visual/positive-highlight - Theme - Century 21 */\n --data-visual-positive-highlight: #deede5;\n /* Data visual/red - Theme - Century 21 */\n --data-visual-red: #d83a52;\n /* Data visual/red-highlight - Theme - Century 21 */\n --data-visual-red-highlight: #f9e1e5;\n /* Foreground/Brand/on-inverse-primary - Theme - Century 21 */\n --foreground-brand-on-inverse-primary: #b0a58a;\n /* Foreground/Brand/on-inverse-secondary - Theme - Century 21 */\n --foreground-brand-on-inverse-secondary: #7c7c7d;\n /* Foreground/Brand/on-brand-primary - Theme - Century 21 */\n --foreground-brand-on-primary: #ffffff;\n /* Foreground/Brand/on-brand-secondary - Theme - Century 21 */\n --foreground-brand-on-secondary: #ffffff;\n /* Foreground/Brand/brand-primary - Theme - Century 21 */\n --foreground-brand-primary: #7c693c;\n /* Foreground/Brand/brand-primary-depth - Theme - Century 21 */\n --foreground-brand-primary-depth: #695933;\n /* Foreground/Brand/brand-secondary - Theme - Century 21 */\n --foreground-brand-secondary: #252526;\n /* Foreground/Brand/brand-secondary-depth - Theme - Century 21 */\n --foreground-brand-secondary-depth: #1f1f20;\n /* Foreground/Link text/default - Theme - Century 21 */\n --foreground-link-text-default: #215ecd;\n /* Foreground/Link text/default-disabled - Theme - Century 21 */\n --foreground-link-text-default-disabled: #7a9ee1;\n /* Foreground/Link text/default-hovered - Theme - Century 21 */\n --foreground-link-text-default-hovered: #1e55b9;\n /* Foreground/Link text/default-pressed - Theme - Century 21 */\n --foreground-link-text-default-pressed: #1a4ba4;\n /* Foreground/Link text/default-visited - Theme - Century 21 */\n --foreground-link-text-default-visited: #7a3e7a;\n /* Foreground/Link text/subtle-disabled - Theme - Century 21 */\n --foreground-link-text-subtle-disabled: #bdbdbd;\n /* Foreground/Link text/subtle-hovered - Theme - Century 21 */\n --foreground-link-text-subtle-hovered: #292929;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Coldwell Banker */\n --foreground-link-text-subtle-inversed-disabled: #757575;\n /* Foreground/Link text/subtle-pressed - Theme - Century 21 */\n --foreground-link-text-subtle-pressed: #424242;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Century 21 */\n --foreground-neutral-disabled-on-color-surface: #757575;\n /* Foreground/Neutral/disabled-on-surface - Theme - Century 21 */\n --foreground-neutral-disabled-on-surface: #bdbdbd;\n /* Foreground/Neutral/on-surface - Theme - Century 21 */\n --foreground-neutral-on-surface: #141414;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Century 21 */\n --foreground-neutral-on-surface-variant-01: #474747;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Century 21 */\n --foreground-neutral-on-surface-variant-02: #757575;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Century 21 */\n --foreground-neutral-on-surface-variant-03: #8a8a8a;\n /* Foreground/Neutral/skeleton-element - Theme - Century 21 */\n --foreground-neutral-skeleton-element: #c7c7c7;\n /* Foreground/Spectrum/blue - Theme - Century 21 */\n --foreground-spectrum-blue: #143778;\n /* Foreground/Spectrum/green - Theme - Century 21 */\n --foreground-spectrum-green: #134428;\n /* Foreground/Spectrum/lime - Theme - Century 21 */\n --foreground-spectrum-lime: #60651a;\n /* Foreground/Spectrum/magenta - Theme - Century 21 */\n --foreground-spectrum-magenta: #63076f;\n /* Foreground/Spectrum/orange - Theme - Century 21 */\n --foreground-spectrum-orange: #773001;\n /* Foreground/Spectrum/pink - Theme - Century 21 */\n --foreground-spectrum-pink: #6c1240;\n /* Foreground/Spectrum/purple - Theme - Century 21 */\n --foreground-spectrum-purple: #310077;\n /* Foreground/Spectrum/red - Theme - Century 21 */\n --foreground-spectrum-red: #6c1d29;\n /* Foreground/Spectrum/teal - Theme - Century 21 */\n --foreground-spectrum-teal: #01413c;\n /* Foreground/Spectrum/yellow - Theme - Century 21 */\n --foreground-spectrum-yellow: #7b5e18;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #0000000f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #0000001a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #00000033;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #00000014;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #0000004d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #00000029;\n /* Interactions/brand-disabled-opacity - Theme - Century 21 */\n --interactions-brand-disabled-opacity: #0000000f;\n /* Interactions/brand-hover-opacity - Theme - Century 21 */\n --interactions-brand-hover-opacity: #0000001a;\n /* Interactions/brand-press-opacity - Theme - Century 21 */\n --interactions-brand-press-opacity: #00000033;\n /* Interactions/disabled-opacity - Theme - Century 21 */\n --interactions-disabled-opacity: #0000000f;\n /* Interactions/hover-opacity - Theme - Century 21 */\n --interactions-hover-opacity: #00000014;\n /* Interactions/link-active-opacity - Theme - Century 21 */\n --interactions-link-active-opacity: #0000004d;\n /* Interactions/neutral-hover-opacity - Theme - Century 21 */\n --interactions-neutral-hover-opacity: #00000014;\n /* Interactions/neutral-press-opacity - Theme - Century 21 */\n --interactions-neutral-press-opacity: #00000029;\n /* Interactions/press-opacity - Theme - Century 21 */\n --interactions-press-opacity: #00000029;\n /* Interactions/primary-disabled-opacity - Theme - Century 21 */\n --interactions-primary-disabled-opacity: #7c693c1f;\n /* Interactions/primary-hover-opacity - Theme - Century 21 */\n --interactions-primary-hover-opacity: #7c693c1a;\n /* Interactions/primary-press-opacity - Theme - Century 21 */\n --interactions-primary-press-opacity: #7c693c33;\n /* Shadow/shadow-10 - Theme - Century 21 */\n --shadow-10: #0000001a;\n /* Shadow/shadow-12 - Theme - Century 21 */\n --shadow-12: #0000001f;\n /* Shadow/shadow-15 - Theme - Century 21 */\n --shadow-15: #00000026;\n /* Shadow/shadow-25 - Theme - Century 21 */\n --shadow-25: #00000040;\n /* Shadow/shadow-32 - Theme - Century 21 */\n --shadow-32: #00000052;\n /* Shadow/inner-shadow - Theme - Century 21 */\n --shadow-inner: #ffffff;\n /* Shadow/inner-shadow-100 - Theme - Century 21 */\n --shadow-inner-100: #ffffff;\n /* Shadow/variant-01 - Theme - Century 21 */\n --shadow-variant-01: #0000001a;\n /* Shadow/variant-02 - Theme - Century 21 */\n --shadow-variant-02: #0000001f;\n /* Shadow/variant-03 - Theme - Century 21 */\n --shadow-variant-03: #00000026;\n /* Shadow/variant-04 - Theme - Century 21 */\n --shadow-variant-04: #00000040;\n /* Shadow/variant-05 - Theme - Century 21 */\n --shadow-variant-05: #00000052;\n /* Status/error - Theme - Century 21 */\n --status-error: #d83a52;\n /* Status/information - Theme - Century 21 */\n --status-information: #276ef1;\n /* Status/informational - Theme - Century 21 */\n --status-informational: #276ef1;\n /* Status/success - Theme - Century 21 */\n --status-success: #258750;\n /* Status/warning - Theme - Century 21 */\n --status-warning: #f6bc2f;\n /* Stroke/Brand/brand-primary - Theme - Century 21 */\n --stroke-brand-primary: #7c693c;\n /* Stroke/Brand/brand-primary-depth - Theme - Century 21 */\n --stroke-brand-primary-depth: #695933;\n /* Stroke/Brand/brand-secondary - Theme - Century 21 */\n --stroke-brand-secondary: #252526;\n /* Stroke/Brand/brand-secondary-depth - Theme - Century 21 */\n --stroke-brand-secondary-depth: #1f1f20;\n /* Stroke/Neutral/neutral-base - Theme - Century 21 */\n --stroke-neutral-base: #949494;\n /* Stroke/Neutral/disabled-dark - Theme - Century 21 */\n --stroke-neutral-disabled-dark: #757575;\n /* Stroke/Neutral/disabled-light - Theme - Century 21 */\n --stroke-neutral-disabled-light: #bdbdbd;\n /* Stroke/Neutral/focus - Theme - Century 21 */\n --stroke-neutral-focus: #000000;\n /* Stroke/Neutral/neutral-high - Theme - Century 21 */\n --stroke-neutral-high: #141414;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Century 21 */\n --stroke-neutral-high-contrast: #141414;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #48566a;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #c8d6e5;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #000000;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Century 21 */\n --stroke-neutral-interactions-disabled-dark: #757575;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Century 21 */\n --stroke-neutral-interactions-disabled-light: #bdbdbd;\n /* Stroke/Neutral/Interactions/focus - Theme - Century 21 */\n --stroke-neutral-interactions-focus: #000000;\n /* Stroke/Neutral/neutral-low - Theme - Century 21 */\n --stroke-neutral-low: #e0e0e0;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Century 21 */\n --stroke-neutral-low-contrast: #e0e0e0;\n /* Surface/Brand/primary - Theme - Century 21 */\n --surface-brand-primary: #7c693c;\n /* Surface/Brand/primary-highlight - Theme - Century 21 */\n --surface-brand-primary-highlight: #ebe9e2;\n /* Surface/Brand/secondary - Theme - Century 21 */\n --surface-brand-secondary: #252526;\n /* Surface/Brand/secondary-highlight - Theme - Century 21 */\n --surface-brand-secondary-highlight: #dedede;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Century 21 */\n --surface-neutral-interactions-dark-disabled: #d6d6d6;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Century 21 */\n --surface-neutral-interactions-light-disabled: #f5f5f5;\n /* Surface/Neutral/Interactions/skeleton - Theme - Century 21 */\n --surface-neutral-interactions-skeleton: #e0e0e0;\n /* Surface/Neutral/inverse - Theme - Century 21 */\n --surface-neutral-inverse: #1f1f1f;\n /* Surface/Neutral/inverse-dark - Theme - Century 21 */\n --surface-neutral-inverse-dark: #1f1f1f;\n /* Surface/Neutral/inverse-light - Theme - Century 21 */\n --surface-neutral-inverse-light: #ffffff;\n /* Surface/Neutral/skeleton - Theme - Century 21 */\n --surface-neutral-skeleton: #e0e0e0;\n /* Surface/Neutral/T1-base - Theme - Century 21 */\n --surface-neutral-t1-base: #ffffff;\n /* Surface/Neutral/T2-lowest - Theme - Century 21 */\n --surface-neutral-t2-lowest: #f5f5f5;\n /* Surface/Neutral/T3-low - Theme - Century 21 */\n --surface-neutral-t3-low: #dbdbdb;\n /* Surface/Neutral/T4-high - Theme - Century 21 */\n --surface-neutral-t4-high: #6b6b6b;\n /* Surface/Spectrum/blue - Theme - Century 21 */\n --surface-spectrum-blue: #dfe9fd;\n /* Surface/Spectrum/green - Theme - Century 21 */\n --surface-spectrum-green: #deede5;\n /* Surface/Spectrum/lime - Theme - Century 21 */\n --surface-spectrum-lime: #f6f7e0;\n /* Surface/Spectrum/magenta - Theme - Century 21 */\n --surface-spectrum-magenta: #f6dbfa;\n /* Surface/Spectrum/orange - Theme - Century 21 */\n --surface-spectrum-orange: #fce7d9;\n /* Surface/Spectrum/pink - Theme - Century 21 */\n --surface-spectrum-pink: #f9deec;\n /* Surface/Spectrum/purple - Theme - Century 21 */\n --surface-spectrum-purple: #e7d9fc;\n /* Surface/Spectrum/red - Theme - Century 21 */\n --surface-spectrum-red: #f9e1e5;\n /* Surface/Spectrum/teal - Theme - Century 21 */\n --surface-spectrum-teal: #d9eceb;\n /* Surface/Spectrum/yellow - Theme - Century 21 */\n --surface-spectrum-yellow: #fef5e0;\n}\n\n[data-theme='dark'] {\n /* Background/base - Theme - Century 21 */\n --background-base: #1f1f1f;\n /* Background/scrim - Theme - Century 21 */\n --background-scrim: #61616180;\n /* Background/shade - Theme - Century 21 */\n --background-shade: #292929;\n /* Data visual/category-01 - Theme - Century 21 */\n --data-visual-category-01: #cdbe80;\n /* Data visual/category-01-highlight - Theme - Century 21 */\n --data-visual-category-01-highlight: #cdbe804d;\n /* Data visual/category-02 - Theme - Century 21 */\n --data-visual-category-02: #b68a79;\n /* Data visual/category-02-highlight - Theme - Century 21 */\n --data-visual-category-02-highlight: #b68a794d;\n /* Data visual/category-03 - Theme - Century 21 */\n --data-visual-category-03: #e6b297;\n /* Data visual/category-03-highlight - Theme - Century 21 */\n --data-visual-category-03-highlight: #e6b2974d;\n /* Data visual/category-04 - Theme - Century 21 */\n --data-visual-category-04: #969980;\n /* Data visual/category-04-highlight - Theme - Century 21 */\n --data-visual-category-04-highlight: #9699804d;\n /* Data visual/category-05 - Theme - Century 21 */\n --data-visual-category-05: #af9385;\n /* Data visual/category-05-highlight - Theme - Century 21 */\n --data-visual-category-05-highlight: #a984844d;\n /* Data visual/category-06 - Theme - Century 21 */\n --data-visual-category-06: #b2b2b2;\n /* Data visual/category-07 - Theme - Century 21 */\n --data-visual-category-07: #a98484;\n /* Data visual/category-07-highlight - Theme - Century 21 */\n --data-visual-category-07-highlight: #af93854d;\n /* Data visual/category-1 - Theme - Century 21 */\n --data-visual-category-1: #b68a79;\n /* Data visual/category-1-highlight - Theme - Century 21 */\n --data-visual-category-1-highlight: #b68a794d;\n /* Data visual/category-2 - Theme - Century 21 */\n --data-visual-category-2: #e6b297;\n /* Data visual/category-2-highlight - Theme - Century 21 */\n --data-visual-category-2-highlight: #e6b2974d;\n /* Data visual/category-3 - Theme - Century 21 */\n --data-visual-category-3: #969980;\n /* Data visual/category-3-highlight - Theme - Century 21 */\n --data-visual-category-3-highlight: #9699804d;\n /* Data visual/category-4 - Theme - Century 21 */\n --data-visual-category-4: #cdbe80;\n /* Data visual/category-4-highlight - Theme - Century 21 */\n --data-visual-category-4-highlight: #cdbe804d;\n /* Data visual/category-5 - Theme - Century 21 */\n --data-visual-category-5: #a98484;\n /* Data visual/category-5-highlight - Theme - Century 21 */\n --data-visual-category-5-highlight: #a984844d;\n /* Data visual/category-6 - Theme - Century 21 */\n --data-visual-category-6: #b2b2b2;\n /* Data visual/category-7 - Theme - Century 21 */\n --data-visual-category-7: #af9385;\n /* Data visual/category-7-highlight - Theme - Century 21 */\n --data-visual-category-7-highlight: #af93854d;\n /* Data visual/gradient-end - Theme - Century 21 */\n --data-visual-gradient-end: #1f1f1f4d;\n /* Data visual/green - Theme - Century 21 */\n --data-visual-green: #7cb796;\n /* Data visual/green-highlight - Theme - Century 21 */\n --data-visual-green-highlight: #0d2f1c;\n /* Data visual/negative - Theme - Cartus */\n --data-visual-negative: #e88997;\n /* Data visual/negative-highlight - Theme - Century 21 */\n --data-visual-negative-highlight: #4c141d;\n /* Data visual/positive - Theme - Century 21 */\n --data-visual-positive: #7cb796;\n /* Data visual/positive-highlight - Theme - Century 21 */\n --data-visual-positive-highlight: #0d2f1c;\n /* Data visual/red - Theme - Century 21 */\n --data-visual-red: #e88997;\n /* Data visual/red-highlight - Theme - Century 21 */\n --data-visual-red-highlight: #4c141d;\n /* Foreground/Brand/on-inverse-primary - Theme - Century 21 */\n --foreground-brand-on-inverse-primary: #b0a58a;\n /* Foreground/Brand/on-inverse-secondary - Brand */\n --foreground-brand-on-inverse-secondary: #ffffff;\n /* Foreground/Brand/on-brand-primary - Theme - Century 21 */\n --foreground-brand-on-primary: #141414;\n /* Foreground/Brand/on-brand-secondary - Brand */\n --foreground-brand-on-secondary: #ffffff;\n /* Foreground/Brand/brand-primary - Theme - Century 21 */\n --foreground-brand-primary: #b0a58a;\n /* Foreground/Brand/brand-primary-depth - Theme - Century 21 */\n --foreground-brand-primary-depth: #c4bca7;\n /* Foreground/Brand/brand-secondary - Theme - Century 21 */\n --foreground-brand-secondary: #7c7c7d;\n /* Foreground/Brand/brand-secondary-depth - Theme - Century 21 */\n --foreground-brand-secondary-depth: #9d9d9d;\n /* Foreground/Link text/default - Theme - Century 21 */\n --foreground-link-text-default: #7a9ee1;\n /* Foreground/Link text/default-disabled - Theme - Century 21 */\n --foreground-link-text-default-disabled: #14387b;\n /* Foreground/Link text/default-hovered - Theme - Century 21 */\n --foreground-link-text-default-hovered: #90afe6;\n /* Foreground/Link text/default-pressed - Theme - Century 21 */\n --foreground-link-text-default-pressed: #a6bfeb;\n /* Foreground/Link text/default-visited - Theme - Century 21 */\n --foreground-link-text-default-visited: #af8baf;\n /* Foreground/Link text/subtle-disabled - Theme - Century 21 */\n --foreground-link-text-subtle-disabled: #4d4d4d;\n /* Foreground/Link text/subtle-hovered - Theme - Century 21 */\n --foreground-link-text-subtle-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Coldwell Banker */\n --foreground-link-text-subtle-inversed-disabled: #424242;\n /* Foreground/Link text/subtle-pressed - Theme - Century 21 */\n --foreground-link-text-subtle-pressed: #d1d1d1;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Century 21 */\n --foreground-neutral-disabled-on-color-surface: #424242;\n /* Foreground/Neutral/disabled-on-surface - Theme - Century 21 */\n --foreground-neutral-disabled-on-surface: #4d4d4d;\n /* Foreground/Neutral/on-surface - Theme - Century 21 */\n --foreground-neutral-on-surface: #fafafa;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Century 21 */\n --foreground-neutral-on-surface-variant-01: #c2c2c2;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Century 21 */\n --foreground-neutral-on-surface-variant-02: #9e9e9e;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Century 21 */\n --foreground-neutral-on-surface-variant-03: #757575;\n /* Foreground/Neutral/skeleton-element - Theme - Century 21 */\n --foreground-neutral-skeleton-element: #4d4d4d;\n /* Foreground/Spectrum/blue - Theme - Century 21 */\n --foreground-spectrum-blue: #88aff7;\n /* Foreground/Spectrum/green - Theme - Century 21 */\n --foreground-spectrum-green: #87bd9f;\n /* Foreground/Spectrum/lime - Theme - Century 21 */\n --foreground-spectrum-lime: #dce28f;\n /* Foreground/Spectrum/magenta - Theme - Century 21 */\n --foreground-spectrum-magenta: #e07aed;\n /* Foreground/Spectrum/orange - Theme - Century 21 */\n --foreground-spectrum-orange: #f6a874;\n /* Foreground/Spectrum/pink - Theme - Century 21 */\n --foreground-spectrum-pink: #ea86b9;\n /* Foreground/Spectrum/purple - Theme - Century 21 */\n --foreground-spectrum-purple: #c8a6f9;\n /* Foreground/Spectrum/red - Theme - Century 21 */\n --foreground-spectrum-red: #ea93a0;\n /* Foreground/Spectrum/teal - Theme - Century 21 */\n --foreground-spectrum-teal: #74bbb4;\n /* Foreground/Spectrum/yellow - Theme - Century 21 */\n --foreground-spectrum-yellow: #fada8d;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #ffffff0f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #ffffff1a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #ffffff33;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #ffffff14;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #ffffff4d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #ffffff29;\n /* Interactions/brand-disabled-opacity - Theme - Century 21 */\n --interactions-brand-disabled-opacity: #ffffff0f;\n /* Interactions/brand-hover-opacity - Theme - Century 21 */\n --interactions-brand-hover-opacity: #ffffff1a;\n /* Interactions/brand-press-opacity - Theme - Century 21 */\n --interactions-brand-press-opacity: #ffffff33;\n /* Interactions/disabled-opacity - Theme - Century 21 */\n --interactions-disabled-opacity: #ffffff0f;\n /* Interactions/hover-opacity - Theme - Century 21 */\n --interactions-hover-opacity: #ffffff14;\n /* Interactions/link-active-opacity - Theme - Century 21 */\n --interactions-link-active-opacity: #ffffff4d;\n /* Interactions/neutral-hover-opacity - Theme - Century 21 */\n --interactions-neutral-hover-opacity: #ffffff14;\n /* Interactions/neutral-press-opacity - Theme - Century 21 */\n --interactions-neutral-press-opacity: #ffffff29;\n /* Interactions/press-opacity - Theme - Century 21 */\n --interactions-press-opacity: #ffffff29;\n /* Interactions/primary-disabled-opacity - Theme - Century 21 */\n --interactions-primary-disabled-opacity: #b0a58a1f;\n /* Interactions/primary-hover-opacity - Theme - Century 21 */\n --interactions-primary-hover-opacity: #b0a58a1a;\n /* Interactions/primary-press-opacity - Theme - Century 21 */\n --interactions-primary-press-opacity: #b0a58a33;\n /* Shadow/shadow-10 - Theme - Century 21 */\n --shadow-10: #6161611a;\n /* Shadow/shadow-12 - Theme - Century 21 */\n --shadow-12: #6161611f;\n /* Shadow/shadow-15 - Theme - Century 21 */\n --shadow-15: #61616126;\n /* Shadow/shadow-25 - Theme - Century 21 */\n --shadow-25: #61616140;\n /* Shadow/shadow-32 - Theme - Century 21 */\n --shadow-32: #61616152;\n /* Shadow/inner-shadow - Theme - Century 21 */\n --shadow-inner: #000000;\n /* Shadow/inner-shadow-100 - Theme - Century 21 */\n --shadow-inner-100: #000000;\n /* Shadow/variant-01 - Theme - Century 21 */\n --shadow-variant-01: #6161611a;\n /* Shadow/variant-02 - Theme - Century 21 */\n --shadow-variant-02: #6161611f;\n /* Shadow/variant-03 - Theme - Century 21 */\n --shadow-variant-03: #61616126;\n /* Shadow/variant-04 - Theme - Century 21 */\n --shadow-variant-04: #61616140;\n /* Shadow/variant-05 - Theme - Century 21 */\n --shadow-variant-05: #61616152;\n /* Status/error - Theme - Century 21 */\n --status-error: #e26b7d;\n /* Status/information - Theme - Century 21 */\n --status-information: #5d92f5;\n /* Status/informational - Theme - Century 21 */\n --status-informational: #5d92f5;\n /* Status/success - Theme - Century 21 */\n --status-success: #519f73;\n /* Status/warning - Theme - Century 21 */\n --status-warning: #f8cd63;\n /* Stroke/Brand/brand-primary - Brand */\n --stroke-brand-primary: #ffffff;\n /* Stroke/Brand/brand-primary-depth - Theme - Century 21 */\n --stroke-brand-primary-depth: #c4bca7;\n /* Stroke/Brand/brand-secondary - Brand */\n --stroke-brand-secondary: #ffffff;\n /* Stroke/Brand/brand-secondary-depth - Theme - Century 21 */\n --stroke-brand-secondary-depth: #9d9d9d;\n /* Stroke/Neutral/neutral-base - Theme - Century 21 */\n --stroke-neutral-base: #6b6b6b;\n /* Stroke/Neutral/disabled-dark - Theme - Century 21 */\n --stroke-neutral-disabled-dark: #424242;\n /* Stroke/Neutral/disabled-light - Theme - Century 21 */\n --stroke-neutral-disabled-light: #4d4d4d;\n /* Stroke/Neutral/focus - Theme - Century 21 */\n --stroke-neutral-focus: #ffffff;\n /* Stroke/Neutral/neutral-high - Theme - Century 21 */\n --stroke-neutral-high: #fafafa;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Century 21 */\n --stroke-neutral-high-contrast: #fafafa;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #b1c0d2;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #323b49;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #ffffff;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Century 21 */\n --stroke-neutral-interactions-disabled-dark: #424242;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Century 21 */\n --stroke-neutral-interactions-disabled-light: #4d4d4d;\n /* Stroke/Neutral/Interactions/focus - Theme - Century 21 */\n --stroke-neutral-interactions-focus: #ffffff;\n /* Stroke/Neutral/neutral-low - Theme - Century 21 */\n --stroke-neutral-low: #4d4d4d;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Century 21 */\n --stroke-neutral-low-contrast: #4d4d4d;\n /* Surface/Brand/primary - Theme - Century 21 */\n --surface-brand-primary: #b0a58a;\n /* Surface/Brand/primary-highlight - Theme - Century 21 */\n --surface-brand-primary-highlight: #1f1a0f;\n /* Surface/Brand/secondary - Theme - Century 21 */\n --surface-brand-secondary: #7c7c7d;\n /* Surface/Brand/secondary-highlight - Theme - Century 21 */\n --surface-brand-secondary-highlight: #09090a;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Century 21 */\n --surface-neutral-interactions-dark-disabled: #474747;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Century 21 */\n --surface-neutral-interactions-light-disabled: #292929;\n /* Surface/Neutral/Interactions/skeleton - Theme - Century 21 */\n --surface-neutral-interactions-skeleton: #333333;\n /* Surface/Neutral/inverse - Theme - Century 21 */\n --surface-neutral-inverse: #383838;\n /* Surface/Neutral/inverse-dark - Theme - Century 21 */\n --surface-neutral-inverse-dark: #383838;\n /* Surface/Neutral/inverse-light - Theme - Century 21 */\n --surface-neutral-inverse-light: #575757;\n /* Surface/Neutral/skeleton - Theme - Century 21 */\n --surface-neutral-skeleton: #333333;\n /* Surface/Neutral/T1-base - Theme - Century 21 */\n --surface-neutral-t1-base: #1f1f1f;\n /* Surface/Neutral/T2-lowest - Theme - Century 21 */\n --surface-neutral-t2-lowest: #2e2e2e;\n /* Surface/Neutral/T3-low - Theme - Century 21 */\n --surface-neutral-t3-low: #383838;\n /* Surface/Neutral/T4-high - Theme - Century 21 */\n --surface-neutral-t4-high: #474747;\n /* Surface/Spectrum/blue - Theme - Century 21 */\n --surface-spectrum-blue: #0e2754;\n /* Surface/Spectrum/green - Theme - Century 21 */\n --surface-spectrum-green: #0d2f1c;\n /* Surface/Spectrum/lime - Theme - Century 21 */\n --surface-spectrum-lime: #434712;\n /* Surface/Spectrum/magenta - Theme - Century 21 */\n --surface-spectrum-magenta: #45054e;\n /* Surface/Spectrum/orange - Theme - Century 21 */\n --surface-spectrum-orange: #532201;\n /* Surface/Spectrum/pink - Theme - Century 21 */\n --surface-spectrum-pink: #4c0c2d;\n /* Surface/Spectrum/purple - Theme - Century 21 */\n --surface-spectrum-purple: #220053;\n /* Surface/Spectrum/red - Theme - Century 21 */\n --surface-spectrum-red: #4c141d;\n /* Surface/Spectrum/teal - Theme - Century 21 */\n --surface-spectrum-teal: #012e2a;\n /* Surface/Spectrum/yellow - Theme - Century 21 */\n --surface-spectrum-yellow: #564210;\n}\n",
6
+ 'coldwell-banker': "/* Generated from figma export: 2025-07-08T20:32:21.402Z */\n\n@import url('https://fonts.googleapis.com/css2?family=Work%20Sans:ital,wght@0,100..900;1,100..900&display=swap');\nbody {\n font-family: var(--typeface);\n}\n\n:root {\n /* Body/Base */\n --body-base: 400 16px/20px var(--typeface);\n /* Body/Base - line height */\n --body-base-line-height: 20px;\n /* Body/Base - size */\n --body-base-size: 16px;\n /* Body/Base - style */\n --body-base-style: regular;\n /* Body/Large */\n --body-large: 400 18px/24px var(--typeface);\n /* Body/Large - line height */\n --body-large-line-height: 24px;\n /* Body/Large - size */\n --body-large-size: 18px;\n /* Body/Large - style */\n --body-large-style: regular;\n /* Body/Small */\n --body-small: 400 14px/20px var(--typeface);\n /* Body/Small - line height */\n --body-small-line-height: 20px;\n /* Body/Small - size */\n --body-small-size: 14px;\n /* Body/Small - style */\n --body-small-style: regular;\n /* Body/X-Small */\n --body-x-small: 400 12px/16px var(--typeface);\n /* Body/X-Small - line height */\n --body-x-small-line-height: 16px;\n /* Body/X-Small - size */\n --body-x-small-size: 12px;\n /* Body/X-Small - style */\n --body-x-small-style: regular;\n /* Colors/Brands/Experiment/blue-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-dark-100: #0a2f85;\n /* Colors/Brands/Experiment/blue-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-dark-200: #1347cc;\n /* Colors/Brands/Experiment/blue-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-dark-300: #0f59e2;\n /* Colors/Brands/Experiment/blue-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-dark-400: #357aea;\n /* Colors/Brands/Experiment/blue-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-dark-50: #181d34;\n /* Colors/Brands/Experiment/blue-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-dark-500: #2e88f6;\n /* Colors/Brands/Experiment/blue-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-dark-600: #50a1ff;\n /* Colors/Brands/Experiment/blue-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-dark-700: #7ab7ff;\n /* Colors/Brands/Experiment/blue-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-dark-800: #dcebfe;\n /* Colors/Brands/Experiment/blue-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-dark-900: #f0f6ff;\n /* Colors/Brands/Experiment/blue-gray-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-100: #1a2332;\n /* Colors/Brands/Experiment/blue-gray-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-200: #252e3c;\n /* Colors/Brands/Experiment/blue-gray-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-300: #323b49;\n /* Colors/Brands/Experiment/blue-gray-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-400: #5e6d82;\n /* Colors/Brands/Experiment/blue-gray-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-50: #0c101c;\n /* Colors/Brands/Experiment/blue-gray-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-500: #8b9bb2;\n /* Colors/Brands/Experiment/blue-gray-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-600: #b1c0d2;\n /* Colors/Brands/Experiment/blue-gray-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-700: #d4dce8;\n /* Colors/Brands/Experiment/blue-gray-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-800: #e2ebf3;\n /* Colors/Brands/Experiment/blue-gray-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-900: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-100: #f1f5f9;\n /* Colors/Brands/Experiment/blue-gray-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-200: #e1e7ef;\n /* Colors/Brands/Experiment/blue-gray-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-300: #c8d6e5;\n /* Colors/Brands/Experiment/blue-gray-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-400: #9eacc0;\n /* Colors/Brands/Experiment/blue-gray-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-50: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-500: #65758b;\n /* Colors/Brands/Experiment/blue-gray-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-600: #48566a;\n /* Colors/Brands/Experiment/blue-gray-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-700: #344256;\n /* Colors/Brands/Experiment/blue-gray-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-800: #1d283a;\n /* Colors/Brands/Experiment/blue-gray-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-900: #0f1729;\n /* Colors/Brands/Experiment/blue-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-light-100: #dcebfe;\n /* Colors/Brands/Experiment/blue-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-light-200: #bedbfe;\n /* Colors/Brands/Experiment/blue-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-light-300: #91c3fd;\n /* Colors/Brands/Experiment/blue-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-light-400: #61a6fa;\n /* Colors/Brands/Experiment/blue-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-light-50: #f2f7ff;\n /* Colors/Brands/Experiment/blue-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-light-500: #3479e9;\n /* Colors/Brands/Experiment/blue-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-light-600: #1559ea;\n /* Colors/Brands/Experiment/blue-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-light-700: #173fab;\n /* Colors/Brands/Experiment/blue-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-light-800: #162f82;\n /* Colors/Brands/Experiment/blue-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-light-900: #0c1736;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-10: #50a1ff1a;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-12: #50a1ff1f;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-16: #50a1ff29;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-20: #50a1ff33;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-8: #50a1ff14;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-10: #1559ea1a;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-12: #1559ea1f;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-16: #1559ea29;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-20: #1559ea33;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-8: #1559ea14;\n /* Colors/Brands/Experiment/orange-dark/100 - Global (primitives) */\n --colors-brands-experiment-orange-dark-100: #852c0f;\n /* Colors/Brands/Experiment/orange-dark/200 - Global (primitives) */\n --colors-brands-experiment-orange-dark-200: #ab4827;\n /* Colors/Brands/Experiment/orange-dark/300 - Global (primitives) */\n --colors-brands-experiment-orange-dark-300: #ce5a07;\n /* Colors/Brands/Experiment/orange-dark/400 - Global (primitives) */\n --colors-brands-experiment-orange-dark-400: #f27013;\n /* Colors/Brands/Experiment/orange-dark/50 - Global (primitives) */\n --colors-brands-experiment-orange-dark-50: #31160d;\n /* Colors/Brands/Experiment/orange-dark/500 - Global (primitives) */\n --colors-brands-experiment-orange-dark-500: #fb923c;\n /* Colors/Brands/Experiment/orange-dark/600 - Global (primitives) */\n --colors-brands-experiment-orange-dark-600: #fdba72;\n /* Colors/Brands/Experiment/orange-dark/700 - Global (primitives) */\n --colors-brands-experiment-orange-dark-700: #fed6a9;\n /* Colors/Brands/Experiment/orange-dark/800 - Global (primitives) */\n --colors-brands-experiment-orange-dark-800: #ffedd6;\n /* Colors/Brands/Experiment/orange-dark/900 - Global (primitives) */\n --colors-brands-experiment-orange-dark-900: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/100 - Global (primitives) */\n --colors-brands-experiment-orange-light-100: #ffedd6;\n /* Colors/Brands/Experiment/orange-light/200 - Global (primitives) */\n --colors-brands-experiment-orange-light-200: #fed6a9;\n /* Colors/Brands/Experiment/orange-light/300 - Global (primitives) */\n --colors-brands-experiment-orange-light-300: #fdba72;\n /* Colors/Brands/Experiment/orange-light/400 - Global (primitives) */\n --colors-brands-experiment-orange-light-400: #fb923c;\n /* Colors/Brands/Experiment/orange-light/50 - Global (primitives) */\n --colors-brands-experiment-orange-light-50: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/500 - Global (primitives) */\n --colors-brands-experiment-orange-light-500: #f67416;\n /* Colors/Brands/Experiment/orange-light/600 - Global (primitives) */\n --colors-brands-experiment-orange-light-600: #e4570c;\n /* Colors/Brands/Experiment/orange-light/700 - Global (primitives) */\n --colors-brands-experiment-orange-light-700: #b63c0b;\n /* Colors/Brands/Experiment/orange-light/800 - Global (primitives) */\n --colors-brands-experiment-orange-light-800: #80310f;\n /* Colors/Brands/Experiment/orange-light/900 - Global (primitives) */\n --colors-brands-experiment-orange-light-900: #471a0a;\n /* Colors/Internal/pink-00-light - Global (primitives) */\n --colors-internal-pink-00-light: #ff4f8d;\n /* Colors/Internal/pink-50-dark - Global (primitives) */\n --colors-internal-pink-50-dark: #802847;\n /* Colors/Neutral/00 - Global (primitives) */\n --colors-neutral-00: #000000;\n /* Colors/Neutral/02 - Global (primitives) */\n --colors-neutral-02: #050505;\n /* Colors/Neutral/04 - Global (primitives) */\n --colors-neutral-04: #0a0a0a;\n /* Colors/Neutral/06 - Global (primitives) */\n --colors-neutral-06: #0f0f0f;\n /* Colors/Neutral/08 - Global (primitives) */\n --colors-neutral-08: #141414;\n /* Colors/Neutral/10 - Global (primitives) */\n --colors-neutral-10: #1a1a1a;\n /* Colors/Neutral/100 - Global (primitives) */\n --colors-neutral-100: #ffffff;\n /* Colors/Neutral/12 - Global (primitives) */\n --colors-neutral-12: #1f1f1f;\n /* Colors/Neutral/14 - Global (primitives) */\n --colors-neutral-14: #242424;\n /* Colors/Neutral/16 - Global (primitives) */\n --colors-neutral-16: #292929;\n /* Colors/Neutral/18 - Global (primitives) */\n --colors-neutral-18: #2e2e2e;\n /* Colors/Neutral/20 - Global (primitives) */\n --colors-neutral-20: #333333;\n /* Colors/Neutral/22 - Global (primitives) */\n --colors-neutral-22: #383838;\n /* Colors/Neutral/24 - Global (primitives) */\n --colors-neutral-24: #424242;\n /* Colors/Neutral/26 - Global (primitives) */\n --colors-neutral-26: #424242;\n /* Colors/Neutral/28 - Global (primitives) */\n --colors-neutral-28: #474747;\n /* Colors/Neutral/30 - Global (primitives) */\n --colors-neutral-30: #4d4d4d;\n /* Colors/Neutral/32 - Global (primitives) */\n --colors-neutral-32: #525252;\n /* Colors/Neutral/34 - Global (primitives) */\n --colors-neutral-34: #575757;\n /* Colors/Neutral/36 - Global (primitives) */\n --colors-neutral-36: #5c5c5c;\n /* Colors/Neutral/38 - Global (primitives) */\n --colors-neutral-38: #616161;\n /* Colors/Neutral/40 - Global (primitives) */\n --colors-neutral-40: #666666;\n /* Colors/Neutral/42 - Global (primitives) */\n --colors-neutral-42: #6b6b6b;\n /* Colors/Neutral/44 - Global (primitives) */\n --colors-neutral-44: #707070;\n /* Colors/Neutral/46 - Global (primitives) */\n --colors-neutral-46: #757575;\n /* Colors/Neutral/48 - Global (primitives) */\n --colors-neutral-48: #7a7a7a;\n /* Colors/Neutral/50 - Global (primitives) */\n --colors-neutral-50: #808080;\n /* Colors/Neutral/52 - Global (primitives) */\n --colors-neutral-52: #858585;\n /* Colors/Neutral/54 - Global (primitives) */\n --colors-neutral-54: #8a8a8a;\n /* Colors/Neutral/56 - Global (primitives) */\n --colors-neutral-56: #8f8f8f;\n /* Colors/Neutral/58 - Global (primitives) */\n --colors-neutral-58: #949494;\n /* Colors/Neutral/60 - Global (primitives) */\n --colors-neutral-60: #999999;\n /* Colors/Neutral/62 - Global (primitives) */\n --colors-neutral-62: #9e9e9e;\n /* Colors/Neutral/64 - Global (primitives) */\n --colors-neutral-64: #a3a3a3;\n /* Colors/Neutral/66 - Global (primitives) */\n --colors-neutral-66: #a8a8a8;\n /* Colors/Neutral/68 - Global (primitives) */\n --colors-neutral-68: #adadad;\n /* Colors/Neutral/70 - Global (primitives) */\n --colors-neutral-70: #b3b3b3;\n /* Colors/Neutral/72 - Global (primitives) */\n --colors-neutral-72: #b8b8b8;\n /* Colors/Neutral/74 - Global (primitives) */\n --colors-neutral-74: #bdbdbd;\n /* Colors/Neutral/76 - Global (primitives) */\n --colors-neutral-76: #c2c2c2;\n /* Colors/Neutral/78 - Global (primitives) */\n --colors-neutral-78: #c7c7c7;\n /* Colors/Neutral/80 - Global (primitives) */\n --colors-neutral-80: #cccccc;\n /* Colors/Neutral/82 - Global (primitives) */\n --colors-neutral-82: #d1d1d1;\n /* Colors/Neutral/84 - Global (primitives) */\n --colors-neutral-84: #d6d6d6;\n /* Colors/Neutral/86 - Global (primitives) */\n --colors-neutral-86: #dbdbdb;\n /* Colors/Neutral/88 - Global (primitives) */\n --colors-neutral-88: #e0e0e0;\n /* Colors/Neutral/90 - Global (primitives) */\n --colors-neutral-90: #e6e6e6;\n /* Colors/Neutral/92 - Global (primitives) */\n --colors-neutral-92: #ebebeb;\n /* Colors/Neutral/94 - Global (primitives) */\n --colors-neutral-94: #f0f0f0;\n /* Colors/Neutral/96 - Global (primitives) */\n --colors-neutral-96: #f5f5f5;\n /* Colors/Neutral/98 - Global (primitives) */\n --colors-neutral-98: #fafafa;\n /* Colors/Neutral/transparent - Global (primitives) */\n --colors-neutral-transparent: #ffffff00;\n /* Colors/System/blue-dark - Global (primitives) */\n --colors-system-blue-dark: #5d92f5;\n /* Colors/System/blue-dark-bg - Global (primitives) */\n --colors-system-blue-dark-bg: #0e2754;\n /* Colors/System/blue-light - Global (primitives) */\n --colors-system-blue-light: #276ef1;\n /* Colors/System/blue-light-bg - Global (primitives) */\n --colors-system-blue-light-bg: #dfe9fd;\n /* Colors/System/green-dark - Global (primitives) */\n --colors-system-green-dark: #519f73;\n /* Colors/System/green-dark-bg - Global (primitives) */\n --colors-system-green-dark-bg: #0d2f1c;\n /* Colors/System/green-light - Global (primitives) */\n --colors-system-green-light: #258750;\n /* Colors/System/green-light-bg - Global (primitives) */\n --colors-system-green-light-bg: #d3e7dc;\n /* Colors/System/Links/00-default-light - Global (primitives) */\n --colors-system-links-00-default-light: #215ecd;\n /* Colors/System/Links/10-hover-light - Global (primitives) */\n --colors-system-links-10-hover-light: #1e55b9;\n /* Colors/System/Links/20-press-light - Global (primitives) */\n --colors-system-links-20-press-light: #1a4ba4;\n /* Colors/System/Links/30-active-dark - Global (primitives) */\n --colors-system-links-30-active-dark: #648edc;\n /* Colors/System/Links/30-active-light - Global (primitives) */\n --colors-system-links-30-active-light: #174290;\n /* Colors/System/Links/40-default-dark - Global (primitives) */\n --colors-system-links-40-default-dark: #7a9ee1;\n /* Colors/System/Links/40-disabled-dark - Global (primitives) */\n --colors-system-links-40-disabled-dark: #14387b;\n /* Colors/System/Links/40-disabled-light - Global (primitives) */\n --colors-system-links-40-disabled-light: #7a9ee1;\n /* Colors/System/Links/50-hover-dark - Global (primitives) */\n --colors-system-links-50-hover-dark: #90afe6;\n /* Colors/System/Links/60-press-dark - Global (primitives) */\n --colors-system-links-60-press-dark: #a6bfeb;\n /* Colors/System/red-dark - Global (primitives) */\n --colors-system-red-dark: #e26b7d;\n /* Colors/System/red-dark-bg - Global (primitives) */\n --colors-system-red-dark-bg: #4c141d;\n /* Colors/System/red-light - Global (primitives) */\n --colors-system-red-light: #d83a52;\n /* Colors/System/red-light-bg - Global (primitives) */\n --colors-system-red-light-bg: #f9e1e9;\n /* Colors/System/Spectrum/Data visual/azure-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-400: #7fc4ec;\n /* Colors/System/Spectrum/Data visual/azure-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-700: #299de0;\n /* Colors/System/Spectrum/Data visual/backrose-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-backrose-900: #958ca3;\n /* Colors/System/Spectrum/Data visual/blackrose-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-blackrose-1200: #130033;\n /* Colors/System/Spectrum/Data visual/bronze-1100 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-1100: #794b34;\n /* Colors/System/Spectrum/Data visual/bronze-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-800: #af9385;\n /* Colors/System/Spectrum/Data visual/brown-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-1200: #7a2a0b;\n /* Colors/System/Spectrum/Data visual/brown-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-900: #b68a79;\n /* Colors/System/Spectrum/Data visual/cadet-gray-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-1200: #094a53;\n /* Colors/System/Spectrum/Data visual/cadet-gray-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-900: #789ba0;\n /* Colors/System/Spectrum/Data visual/cooper-500 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-500: #e6b297;\n /* Colors/System/Spectrum/Data visual/cooper-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-800: #d67e51;\n /* Colors/System/Spectrum/Data visual/gold-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-400: #cdbe80;\n /* Colors/System/Spectrum/Data visual/gold-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-700: #ab922b;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-black - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-black: #1f1f1f4d;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-white - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-400-opacity: #7fc4ec4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-700-opacity: #299de04d;\n /* Colors/System/Spectrum/Data visual/Highlight/backrose-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-backrose-900-opacity: #958ca34d;\n /* Colors/System/Spectrum/Data visual/Highlight/blackrose-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-blackrose-1200-opacity: #1300334d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-1100-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-1100-opacity: #794b344d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-800-opacity: #af93854d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-1200-opacity: #7a2a0b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-900-opacity: #b68a794d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-1200-opacity: #094a534d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-900-opacity: #789ba04d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-500-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-500-opacity: #e6b2974d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-800-opacity: #d67e514d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-400-opacity: #cdbe804d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-700-opacity: #ab922b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-600-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-600-opacity: #88c5af4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-900-opacity: #389e7a4d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-1200-opacity: #5309094d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-900-opacity: #a984844d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-1000-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-1000-opacity: #7f7f7f4d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-700-opacity: #b2b2b24d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-1200-opacity: #2d33004d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-900-opacity: #9699804d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-1200-opacity: #0a466c4d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-900-opacity: #7899ae4d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-1200-opacity: #4334794d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-900-opacity: #a19abc4d;\n /* Colors/System/Spectrum/Data visual/jade-600 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-600: #88c5af;\n /* Colors/System/Spectrum/Data visual/jade-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-900: #389e7a;\n /* Colors/System/Spectrum/Data visual/maroon-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-1200: #530909;\n /* Colors/System/Spectrum/Data visual/maroon-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-900: #a98484;\n /* Colors/System/Spectrum/Data visual/platinum-1000 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-1000: #7f7f7f;\n /* Colors/System/Spectrum/Data visual/platinum-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-700: #b2b2b2;\n /* Colors/System/Spectrum/Data visual/sage-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-1200: #2d3300;\n /* Colors/System/Spectrum/Data visual/sage-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-900: #969980;\n /* Colors/System/Spectrum/Data visual/tanzanite-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-1200: #0a466c;\n /* Colors/System/Spectrum/Data visual/tanzanite-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-900: #7899ae;\n /* Colors/System/Spectrum/Data visual/violet-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-1200: #433479;\n /* Colors/System/Spectrum/Data visual/violet-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-900: #a19abc;\n /* Colors/System/Spectrum/Depth/45-blue-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-blue-dark: #88aff7;\n /* Colors/System/Spectrum/Depth/45-green-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-green-dark: #87bd9f;\n /* Colors/System/Spectrum/Depth/45-lime-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-lime-dark: #dce28f;\n /* Colors/System/Spectrum/Depth/45-magenta-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-magenta-dark: #e07aed;\n /* Colors/System/Spectrum/Depth/45-orange-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-orange-dark: #f6a874;\n /* Colors/System/Spectrum/Depth/45-pink-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-pink-dark: #ea86b9;\n /* Colors/System/Spectrum/Depth/45-purple-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-purple-dark: #c8a6f9;\n /* Colors/System/Spectrum/Depth/45-red-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-red-dark: #ea93a0;\n /* Colors/System/Spectrum/Depth/45-teal-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-teal-dark: #74bbb4;\n /* Colors/System/Spectrum/Depth/45-yellow-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-yellow-dark: #fada8d;\n /* Colors/System/Spectrum/Depth/50-blue-light - Global (primitives) */\n --colors-system-spectrum-depth-50-blue-light: #143778;\n /* Colors/System/Spectrum/Depth/50-green-light - Global (primitives) */\n --colors-system-spectrum-depth-50-green-light: #134428;\n /* Colors/System/Spectrum/Depth/50-lime-light - Global (primitives) */\n --colors-system-spectrum-depth-50-lime-light: #60651a;\n /* Colors/System/Spectrum/Depth/50-magenta-light - Global (primitives) */\n --colors-system-spectrum-depth-50-magenta-light: #63076f;\n /* Colors/System/Spectrum/Depth/50-orange-light - Global (primitives) */\n --colors-system-spectrum-depth-50-orange-light: #773001;\n /* Colors/System/Spectrum/Depth/50-pink-light - Global (primitives) */\n --colors-system-spectrum-depth-50-pink-light: #6c1240;\n /* Colors/System/Spectrum/Depth/50-purple-light - Global (primitives) */\n --colors-system-spectrum-depth-50-purple-light: #310077;\n /* Colors/System/Spectrum/Depth/50-red-light - Global (primitives) */\n --colors-system-spectrum-depth-50-red-light: #6c1d29;\n /* Colors/System/Spectrum/Depth/50-teal-light - Global (primitives) */\n --colors-system-spectrum-depth-50-teal-light: #01413c;\n /* Colors/System/Spectrum/Depth/50-yellow-light - Global (primitives) */\n --colors-system-spectrum-depth-50-yellow-light: #7b5e18;\n /* Colors/System/Spectrum/Highlight/65-blue-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-blue-dark: #0e2754;\n /* Colors/System/Spectrum/Highlight/65-green-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-green-dark: #0d2f1c;\n /* Colors/System/Spectrum/Highlight/65-lime-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-lime-dark: #434712;\n /* Colors/System/Spectrum/Highlight/65-magenta-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-magenta-dark: #45054e;\n /* Colors/System/Spectrum/Highlight/65-orange-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-orange-dark: #532201;\n /* Colors/System/Spectrum/Highlight/65-pink-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-pink-dark: #4c0c2d;\n /* Colors/System/Spectrum/Highlight/65-purple-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-purple-dark: #220053;\n /* Colors/System/Spectrum/Highlight/65-red-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-red-dark: #4c141d;\n /* Colors/System/Spectrum/Highlight/65-teal-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-teal-dark: #012e2a;\n /* Colors/System/Spectrum/Highlight/65-yellow-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-yellow-dark: #564210;\n /* Colors/System/Spectrum/Highlight/85-blue-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-blue-light: #dfe9fd;\n /* Colors/System/Spectrum/Highlight/85-green-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-green-light: #deede5;\n /* Colors/System/Spectrum/Highlight/85-lime-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-lime-light: #f6f7e0;\n /* Colors/System/Spectrum/Highlight/85-magenta-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-magenta-light: #f6dbfa;\n /* Colors/System/Spectrum/Highlight/85-orange-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-orange-light: #fce7d9;\n /* Colors/System/Spectrum/Highlight/85-pink-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-pink-light: #f9deec;\n /* Colors/System/Spectrum/Highlight/85-purple-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-purple-light: #e7d9fc;\n /* Colors/System/Spectrum/Highlight/85-red-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-red-light: #f9e1e5;\n /* Colors/System/Spectrum/Highlight/85-teal-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-teal-light: #d9eceb;\n /* Colors/System/Spectrum/Highlight/85-yellow-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-yellow-light: #fef5e0;\n /* Colors/System/Spectrum/Vibrant/00-blue-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-blue-light: #276ef1;\n /* Colors/System/Spectrum/Vibrant/00-green-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-green-light: #258750;\n /* Colors/System/Spectrum/Vibrant/00-lime-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-lime-light: #c0ca33;\n /* Colors/System/Spectrum/Vibrant/00-magenta-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-magenta-light: #c60ede;\n /* Colors/System/Spectrum/Vibrant/00-orange-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-orange-light: #ee6002;\n /* Colors/System/Spectrum/Vibrant/00-pink-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-pink-light: #d82380;\n /* Colors/System/Spectrum/Vibrant/00-purple-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-purple-light: #6200ee;\n /* Colors/System/Spectrum/Vibrant/00-red-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-red-light: #d83a52;\n /* Colors/System/Spectrum/Vibrant/00-teal-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-teal-light: #038377;\n /* Colors/System/Spectrum/Vibrant/00-yellow-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-yellow-light: #f6bc2f;\n /* Colors/System/Spectrum/Vibrant/40-blue-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-blue-dark: #5d92f5;\n /* Colors/System/Spectrum/Vibrant/40-green-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-green-dark: #7cb796;\n /* Colors/System/Spectrum/Vibrant/40-lime-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-lime-dark: #d9df85;\n /* Colors/System/Spectrum/Vibrant/40-magenta-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-magenta-dark: #dd6eeb;\n /* Colors/System/Spectrum/Vibrant/40-orange-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-orange-dark: #f5a067;\n /* Colors/System/Spectrum/Vibrant/40-pink-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-pink-dark: #e87bb3;\n /* Colors/System/Spectrum/Vibrant/40-purple-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-purple-dark: #a166f5;\n /* Colors/System/Spectrum/Vibrant/40-red-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-red-dark: #e88997;\n /* Colors/System/Spectrum/Vibrant/40-teal-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-teal-dark: #68b5ad;\n /* Colors/System/Spectrum/Vibrant/40-yellow-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-yellow-dark: #fad782;\n /* Colors/System/Visited links/00-default-light - Global (primitives) */\n --colors-system-visited-links-00-default-light: #7a3e7a;\n /* Colors/System/Visited links/30-active-dark - Global (primitives) */\n --colors-system-visited-links-30-active-dark: #a278a2;\n /* Colors/System/Visited links/30-active-light - Global (primitives) */\n --colors-system-visited-links-30-active-light: #552b55;\n /* Colors/System/Visited links/40-default-dark - Global (primitives) */\n --colors-system-visited-links-40-default-dark: #af8baf;\n /* Colors/System/Visited links/40-disabled-dark - Global (primitives) */\n --colors-system-visited-links-40-disabled-dark: #492549;\n /* Colors/System/Visited links/40-disabled-light - Global (primitives) */\n --colors-system-visited-links-40-disabled-light: #af8baf;\n /* Colors/System/yellow-dark - Global (primitives) */\n --colors-system-yellow-dark: #f8cd63;\n /* Colors/System/yellow-dark-bg - Global (primitives) */\n --colors-system-yellow-dark-bg: #564210;\n /* Colors/System/yellow-light - Global (primitives) */\n --colors-system-yellow-light: #f6bc2f;\n /* Colors/System/yellow-light-bg - Global (primitives) */\n --colors-system-yellow-light-bg: #fef5e0;\n /* Corner radius/120 - Global (primitives) */\n --corner-radius-120: 12px;\n /* Corner radius/160 - Global (primitives) */\n --corner-radius-160: 16px;\n /* Corner radius/40 - Global (primitives) */\n --corner-radius-40: 4px;\n /* Corner radius/80 - Global (primitives) */\n --corner-radius-80: 8px;\n /* Corner radius/circular - Global (primitives) */\n --corner-radius-circular: 999px;\n /* Corner radius/None - Global (primitives) */\n --corner-radius-none: 0;\n /* Colors/Brands/Coldwell Banker/DK Navy - Global (primitives) */\n --dk-navy: #0a1730;\n /* East - navigation rails, drawers, sheets */\n --drop-shadow-east: 2px 0px 8px -2px #0000001a, 2px 0px 4px -2px #0000001f;\n /* Float */\n --drop-shadow-float: 0px 0px 1px 0px #00000052, 0px 8px 12px 0px #00000026;\n /* North - Bottom navigation, button dock, bottom sheet */\n --drop-shadow-north: 0px -2px 8px -2px #0000001a, 0px -2px 4px -2px #0000001f;\n /* Raise */\n --drop-shadow-raise: 0px 0px 1px 0px #00000026, 0px 1px 1px 0px #00000052;\n /* Scroll */\n --drop-shadow-scroll: 0px 0px 3px 0px #00000052;\n /* South - top navigation */\n --drop-shadow-south: 0px 2px 8px -2px #0000001a, 0px 2px 4px -2px #0000001f;\n /* West - side sheets */\n --drop-shadow-west: -8px 0px 8px -2px #0000001a, -5px 4px 4px -6px #00000026;\n /* Colors/Brands/Coldwell Banker/Favorite - Global (primitives) */\n --favorite: #e96084;\n /* Foreground/Link text/subtle-inverse-hovered - Theme - Coldwell Banker */\n --foreground-link-text-subtle-inverse-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inverse-pressed - Theme - Coldwell Banker */\n --foreground-link-text-subtle-inverse-pressed: #d1d1d1;\n /* Foreground/Neutral/inverse-on-surface - Theme - Coldwell Banker */\n --foreground-neutral-inverse-on-surface: #fafafa;\n /* Foreground/Neutral/on-color - Theme - Coldwell Banker */\n --foreground-neutral-on-color: #ffffff;\n /* Foreground/Neutral/on-inverse-surface - Theme - Coldwell Banker */\n --foreground-neutral-on-inverse-surface: #fafafa;\n /* Colors/Brands/Coldwell Banker/Icy Blue - Global (primitives) */\n --icy-blue: #f0f5fb;\n /* Colors/Brands/Coldwell Banker/Information - Global (primitives) */\n --information: #f4b124;\n /* Interaction/disabled-opacity - Theme - 3.0 */\n --interaction-disabled-opacity: #0000000f;\n /* Interaction/primary-disabled-opacity - Theme - 3.0 */\n --interaction-primary-disabled-opacity: #1559ea1f;\n /* Interaction/primary-hover-opacity - Theme - 3.0 */\n --interaction-primary-hover-opacity: #1559ea1a;\n /* Interaction/primary-press-opacity - Theme - 3.0 */\n --interaction-primary-press-opacity: #1559ea33;\n /* Interactions/opacity-black-10 - Global (primitives) */\n --interactions-opacity-black-10: #0000001a;\n /* Interactions/opacity-black-16 - Global (primitives) */\n --interactions-opacity-black-16: #00000029;\n /* Interactions/opacity-black-20 - Global (primitives) */\n --interactions-opacity-black-20: #00000033;\n /* Interactions/opacity-black-30 - Global (primitives) */\n --interactions-opacity-black-30: #0000004d;\n /* Interactions/opacity-black-6 - Global (primitives) */\n --interactions-opacity-black-6: #0000000f;\n /* Interactions/opacity-black-8 - Global (primitives) */\n --interactions-opacity-black-8: #00000014;\n /* Interactions/opacity-white-10 - Global (primitives) */\n --interactions-opacity-white-10: #ffffff1a;\n /* Interactions/opacity-white-16 - Global (primitives) */\n --interactions-opacity-white-16: #ffffff29;\n /* Interactions/opacity-white-20 - Global (primitives) */\n --interactions-opacity-white-20: #ffffff33;\n /* Interactions/opacity-white-30 - Global (primitives) */\n --interactions-opacity-white-30: #ffffff4d;\n /* Interactions/opacity-white-6 - Global (primitives) */\n --interactions-opacity-white-6: #ffffff0f;\n /* Interactions/opacity-white-8 - Global (primitives) */\n --interactions-opacity-white-8: #ffffff14;\n /* Colors/Brands/Coldwell Banker/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --interactions-primary-dark-opacity-10: #749aff1a;\n /* Colors/Brands/Coldwell Banker/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --interactions-primary-dark-opacity-12: #749aff1f;\n /* Colors/Brands/Coldwell Banker/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --interactions-primary-dark-opacity-16: #749aff29;\n /* Colors/Brands/Coldwell Banker/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --interactions-primary-dark-opacity-20: #749aff33;\n /* Colors/Brands/Coldwell Banker/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --interactions-primary-dark-opacity-8: #749aff14;\n /* Colors/Brands/Coldwell Banker/Interactions/primary-light-opacity-10 - Global (primitives) */\n --interactions-primary-light-opacity-10: #1756ff1a;\n /* Colors/Brands/Coldwell Banker/Interactions/primary-light-opacity-12 - Global (primitives) */\n --interactions-primary-light-opacity-12: #1756ff1f;\n /* Colors/Brands/Coldwell Banker/Interactions/primary-light-opacity-16 - Global (primitives) */\n --interactions-primary-light-opacity-16: #1756ff29;\n /* Colors/Brands/Coldwell Banker/Interactions/primary-light-opacity-20 - Global (primitives) */\n --interactions-primary-light-opacity-20: #1756ff33;\n /* Colors/Brands/Coldwell Banker/Interactions/primary-light-opacity-8 - Global (primitives) */\n --interactions-primary-light-opacity-8: #1756ff14;\n /* Labels/Base */\n --labels-base: 500 16px/20px var(--typeface);\n /* Labels/Base - line height */\n --labels-base-line-height: 20px;\n /* Labels/Base - size */\n --labels-base-size: 16px;\n /* Labels/Base - style */\n --labels-base-style: medium;\n /* Labels/Large */\n --labels-large: 500 18px/24px var(--typeface);\n /* Labels/Large - line height */\n --labels-large-line-height: 24px;\n /* Labels/Large - size */\n --labels-large-size: 18px;\n /* Labels/Large - style */\n --labels-large-style: medium;\n /* Labels/Small */\n --labels-small: 500 14px/20px var(--typeface);\n /* Labels/Small - line height */\n --labels-small-line-height: 20px;\n /* Labels/Small - size */\n --labels-small-size: 14px;\n /* Labels/Small - style */\n --labels-small-style: medium;\n /* Labels/X-Small */\n --labels-x-small: 500 12px/16px var(--typeface);\n /* Labels/X-Small - line height */\n --labels-x-small-line-height: 16px;\n /* Labels/X-Small - size */\n --labels-x-small-size: 12px;\n /* Labels/X-Small - style */\n --labels-x-small-style: medium;\n /* Colors/Brands/Coldwell Banker/Light Gray - Global (primitives) */\n --light-gray: #f5f5f5;\n /* Colors/Brands/Coldwell Banker/Primary/00-base - Global (primitives) */\n --primary-00-base: #1756ff;\n /* Colors/Brands/Coldwell Banker/Primary/15-dark - Global (primitives) */\n --primary-15-dark: #1449d9;\n /* Colors/Brands/Coldwell Banker/Primary/40-light - Global (primitives) */\n --primary-40-light: #749aff;\n /* Colors/Brands/Coldwell Banker/Primary/55-light - Global (primitives) */\n --primary-55-light: #97b3ff;\n /* Colors/Brands/Coldwell Banker/Primary/75-dark - Global (primitives) */\n --primary-75-dark: #061640;\n /* Colors/Brands/Coldwell Banker/Primary/85-light - Global (primitives) */\n --primary-85-light: #dce6ff;\n /* Radius/full - Borders */\n --radius-full: 999px;\n /* Radius/lg - Borders */\n --radius-lg: 12px;\n /* Radius/md - Borders */\n --radius-md: 8px;\n /* Radius/none - Borders */\n --radius-none: 0;\n /* Radius/sm - Borders */\n --radius-sm: 4px;\n /* Radius/xlg - Borders */\n --radius-xlg: 16px;\n /* Colors/Brands/Coldwell Banker/Secondary/00-base - Global (primitives) */\n --secondary-00-base: #1b3c55;\n /* Colors/Brands/Coldwell Banker/Secondary/15-dark - Global (primitives) */\n --secondary-15-dark: #173348;\n /* Colors/Brands/Coldwell Banker/Secondary/40-light - Global (primitives) */\n --secondary-40-light: #8294a2;\n /* Colors/Brands/Coldwell Banker/Secondary/55-light - Global (primitives) */\n --secondary-55-light: #bbc5cc;\n /* Colors/Brands/Coldwell Banker/Secondary/75-dark - Global (primitives) */\n --secondary-75-dark: #070f15;\n /* Colors/Brands/Coldwell Banker/Secondary/85-light - Global (primitives) */\n --secondary-85-light: #dde2e6;\n /* Shadows/Inner-Shadow-black-100 - Global (primitives) */\n --shadows-inner-shadow-black-100: #000000;\n /* Shadows/Inner-Shadow-white-100 - Global (primitives) */\n --shadows-inner-shadow-white-100: #ffffff;\n /* Shadows/Shadow-black-10 - Global (primitives) */\n --shadows-shadow-black-10: #0000001a;\n /* Shadows/Shadow-black-12 - Global (primitives) */\n --shadows-shadow-black-12: #0000001f;\n /* Shadows/Shadow-black-15 - Global (primitives) */\n --shadows-shadow-black-15: #00000026;\n /* Shadows/Shadow-black-25 - Global (primitives) */\n --shadows-shadow-black-25: #00000040;\n /* Shadows/Shadow-black-32 - Global (primitives) */\n --shadows-shadow-black-32: #00000052;\n /* Shadows/Shadow-black-50 - Global (primitives) */\n --shadows-shadow-black-50: #00000080;\n /* Shadows/Shadow-gray-10 - Global (primitives) */\n --shadows-shadow-gray-10: #6161611a;\n /* Shadows/Shadow-gray-12 - Global (primitives) */\n --shadows-shadow-gray-12: #6161611f;\n /* Shadows/Shadow-gray-15 - Global (primitives) */\n --shadows-shadow-gray-15: #61616126;\n /* Shadows/Shadow-gray-25 - Global (primitives) */\n --shadows-shadow-gray-25: #61616140;\n /* Shadows/Shadow-gray-32 - Global (primitives) */\n --shadows-shadow-gray-32: #61616152;\n /* Shadows/Shadow-gray-50 - Global (primitives) */\n --shadows-shadow-gray-50: #61616180;\n /* Spacing/sizing-01 - Spacing & Sizing */\n --spacing-sizing-01: 4px;\n /* Spacing/sizing-02 - Spacing & Sizing */\n --spacing-sizing-02: 8px;\n /* Spacing/sizing-03 - Spacing & Sizing */\n --spacing-sizing-03: 12px;\n /* Spacing/sizing-04 - Spacing & Sizing */\n --spacing-sizing-04: 16px;\n /* Spacing/sizing-05 - Spacing & Sizing */\n --spacing-sizing-05: 20px;\n /* Spacing/sizing-06 - Spacing & Sizing */\n --spacing-sizing-06: 24px;\n /* Spacing/sizing-07 - Spacing & Sizing */\n --spacing-sizing-07: 28px;\n /* Spacing/sizing-08 - Spacing & Sizing */\n --spacing-sizing-08: 32px;\n /* Spacing/sizing-09 - Spacing & Sizing */\n --spacing-sizing-09: 36px;\n /* Spacing/sizing-10 - Spacing & Sizing */\n --spacing-sizing-10: 40px;\n /* Spacing/sizing-11 - Spacing & Sizing */\n --spacing-sizing-11: 44px;\n /* Spacing/sizing-12 - Spacing & Sizing */\n --spacing-sizing-12: 48px;\n /* Spacing/sizing-13 - Spacing & Sizing */\n --spacing-sizing-13: 52px;\n /* Spacing/sizing-14 - Spacing & Sizing */\n --spacing-sizing-14: 56px;\n /* Spacing/sizing-15 - Spacing & Sizing */\n --spacing-sizing-15: 60px;\n /* Spacing/sizing-16 - Spacing & Sizing */\n --spacing-sizing-16: 64px;\n /* Spacing/sizing-17 - Spacing & Sizing */\n --spacing-sizing-17: 68px;\n /* Spacing/sizing-18 - Spacing & Sizing */\n --spacing-sizing-18: 72px;\n /* Spacing/sizing-19 - Spacing & Sizing */\n --spacing-sizing-19: 80px;\n /* Spacing/sizing-20 - Spacing & Sizing */\n --spacing-sizing-20: 96px;\n /* Spacing/sizing-21 - Spacing & Sizing */\n --spacing-sizing-21: 104px;\n /* Spacing/sizing-22 - Spacing & Sizing */\n --spacing-sizing-22: 120px;\n /* Spacing/sizing-23 - Spacing & Sizing */\n --spacing-sizing-23: 128px;\n /* Spacing/sizing-24 - Spacing & Sizing */\n --spacing-sizing-24: 148px;\n /* Spacing/sizing-25 - Spacing & Sizing */\n --spacing-sizing-25: 152px;\n /* Spacing/sizing-none - Spacing & Sizing */\n --spacing-sizing-none: 0;\n /* Spacings/1040 - Global (primitives) */\n --spacings-1040: 104px;\n /* Spacings/120 - Global (primitives) */\n --spacings-120: 12px;\n /* Spacings/1200 - Global (primitives) */\n --spacings-1200: 120px;\n /* Spacings/1280 - Global (primitives) */\n --spacings-1280: 128px;\n /* Spacings/1480 - Global (primitives) */\n --spacings-1480: 148px;\n /* Spacings/1520 - Global (primitives) */\n --spacings-1520: 152px;\n /* Spacings/160 - Global (primitives) */\n --spacings-160: 16px;\n /* Spacings/200 - Global (primitives) */\n --spacings-200: 20px;\n /* Spacings/240 - Global (primitives) */\n --spacings-240: 24px;\n /* Spacings/280 - Global (primitives) */\n --spacings-280: 28px;\n /* Spacings/320 - Global (primitives) */\n --spacings-320: 32px;\n /* Spacings/360 - Global (primitives) */\n --spacings-360: 36px;\n /* Spacings/40 - Global (primitives) */\n --spacings-40: 4px;\n /* Spacings/400 - Global (primitives) */\n --spacings-400: 40px;\n /* Spacings/440 - Global (primitives) */\n --spacings-440: 44px;\n /* Spacings/480 - Global (primitives) */\n --spacings-480: 48px;\n /* Spacings/520 - Global (primitives) */\n --spacings-520: 52px;\n /* Spacings/560 - Global (primitives) */\n --spacings-560: 56px;\n /* Spacings/600 - Global (primitives) */\n --spacings-600: 60px;\n /* Spacings/640 - Global (primitives) */\n --spacings-640: 64px;\n /* Spacings/680 - Global (primitives) */\n --spacings-680: 68px;\n /* Spacings/720 - Global (primitives) */\n --spacings-720: 72px;\n /* Spacings/80 - Global (primitives) */\n --spacings-80: 8px;\n /* Spacings/800 - Global (primitives) */\n --spacings-800: 80px;\n /* Spacings/960 - Global (primitives) */\n --spacings-960: 96px;\n /* Spacings/None - Global (primitives) */\n --spacings-none: 0;\n /* Status/on-error - Theme - Coldwell Banker */\n --status-on-error: #ffffff;\n /* Status/on-information - Theme - Coldwell Banker */\n --status-on-information: #ffffff;\n /* Status/on-informational - Theme - Coldwell Banker */\n --status-on-informational: #ffffff;\n /* Status/on-success - Theme - Coldwell Banker */\n --status-on-success: #ffffff;\n /* Status/on-warning - Theme - Coldwell Banker */\n --status-on-warning: #141414;\n /* Stroke/Neutral/focus-on-inverse - Theme - Coldwell Banker */\n --stroke-neutral-focus-on-inverse: #ffffff;\n /* Stroke/Neutral/Interaction/inverse-focus - Theme - 3.0 */\n --stroke-neutral-interaction-inverse-focus: #ffffff;\n /* Stroke/Neutral/Interactions/inverse-focus - Theme - Coldwell Banker */\n --stroke-neutral-interactions-inverse-focus: #ffffff;\n /* Stroke/none - Borders */\n --stroke-none: 0;\n /* Stroke/thick - Borders */\n --stroke-thick: 2px;\n /* Stroke/thicker - Borders */\n --stroke-thicker: 4px;\n /* Stroke/thin - Borders */\n --stroke-thin: 1px;\n /* Surface/Neutral/transparent - Theme - Coldwell Banker */\n --surface-neutral-transparent: #ffffff00;\n /* Typeface - Brand */\n --typeface: 'Work Sans', sans-serif;\n /* Typography/Line-height/lh-1 - Global (primitives) */\n --typography-line-height-lh-1: 16px;\n /* Typography/Line-height/lh-10 - Global (primitives) */\n --typography-line-height-lh-10: 48px;\n /* Typography/Line-height/lh-11 - Global (primitives) */\n --typography-line-height-lh-11: 56px;\n /* Typography/Line-height/lh-12 - Global (primitives) */\n --typography-line-height-lh-12: 60px;\n /* Typography/Line-height/lh-13 - Global (primitives) */\n --typography-line-height-lh-13: 64px;\n /* Typography/Line-height/lh-14 - Global (primitives) */\n --typography-line-height-lh-14: 72px;\n /* Typography/Line-height/lh-15 - Global (primitives) */\n --typography-line-height-lh-15: 88px;\n /* Typography/Line-height/lh-2 - Global (primitives) */\n --typography-line-height-lh-2: 20px;\n /* Typography/Line-height/lh-3 - Global (primitives) */\n --typography-line-height-lh-3: 22px;\n /* Typography/Line-height/lh-4 - Global (primitives) */\n --typography-line-height-lh-4: 24px;\n /* Typography/Line-height/lh-5 - Global (primitives) */\n --typography-line-height-lh-5: 28px;\n /* Typography/Line-height/lh-6 - Global (primitives) */\n --typography-line-height-lh-6: 32px;\n /* Typography/Line-height/lh-7 - Global (primitives) */\n --typography-line-height-lh-7: 36px;\n /* Typography/Line-height/lh-8 - Global (primitives) */\n --typography-line-height-lh-8: 40px;\n /* Typography/Line-height/lh-9 - Global (primitives) */\n --typography-line-height-lh-9: 44px;\n /* Typography/Size/base - Global (primitives) */\n --typography-size-base: 16px;\n /* Typography/Size/bp-md - Global (primitives) */\n --typography-size-bp-md: 18px;\n /* Typography/Size/d-lg-m - Global (primitives) */\n --typography-size-d-lg-m: 64px;\n /* Typography/Size/d-lg (old) - Global (primitives) */\n --typography-size-d-lg-old: 60px;\n /* Typography/Size/d-md-m - Global (primitives) */\n --typography-size-d-md-m: 56px;\n /* Typography/Size/d-md (old) - Global (primitives) */\n --typography-size-d-md-old: 52px;\n /* Typography/Size/d-sm-m - Global (primitives) */\n --typography-size-d-sm-m: 48px;\n /* Typography/Size/d-sm (old) - Global (primitives) */\n --typography-size-d-sm-old: 44px;\n /* Typography/Size/lg-xlg - Global (primitives) */\n --typography-size-lg-xlg: 28px;\n /* Typography/Size/md-mdp - Global (primitives) */\n --typography-size-md-mdp: 20px;\n /* Typography/Size/mdp-lg - Global (primitives) */\n --typography-size-mdp-lg: 24px;\n /* Typography/Size/sm - Global (primitives) */\n --typography-size-sm: 14px;\n /* Typography/Size/xlg-xxlg - Global (primitives) */\n --typography-size-xlg-xxlg: 32px;\n /* Typography/Size/xs - Global (primitives) */\n --typography-size-xs: 12px;\n /* Typography/Size/xxlg-xxxlg - Global (primitives) */\n --typography-size-xxlg-xxxlg: 36px;\n /* Typography/Size/xxxlg - Global (primitives) */\n --typography-size-xxxlg: 40px;\n /* Typography/Typeface/Arial - Global (primitives) */\n --typography-typeface-arial: 'Arial', sans-serif;\n /* Typography/Typeface/Geist - Global (primitives) */\n --typography-typeface-geist: 'Geist', sans-serif;\n /* Typography/Typeface/Helvetica - Global (primitives) */\n --typography-typeface-helvetica: 'Helvetica', sans-serif;\n /* Typography/Typeface/Inter - Global (primitives) */\n --typography-typeface-inter: 'Inter', sans-serif;\n /* Typography/Typeface/Lato - Global (primitives) */\n --typography-typeface-lato: 'Lato', sans-serif;\n /* Typography/Typeface/Manrope - Global (primitives) */\n --typography-typeface-manrope: 'Manrope', sans-serif;\n /* Typography/Typeface/Open Sans - Global (primitives) */\n --typography-typeface-open-sans: 'Open Sans', sans-serif;\n /* Typography/Typeface/Red Hat Text - Global (primitives) */\n --typography-typeface-red-hat-text: 'Red Hat Text', sans-serif;\n /* Typography/Typeface/Roboto - Global (primitives) */\n --typography-typeface-roboto: 'Roboto', sans-serif;\n /* Typography/Typeface/SF Pro - Global (primitives) */\n --typography-typeface-sf-pro: 'SF Pro', sans-serif;\n /* Typography/Typeface/Typold - Global (primitives) */\n --typography-typeface-typold: 'Typold', sans-serif;\n /* Typography/Typeface/Work Sans - Global (primitives) */\n --typography-typeface-work-sans: 'Work Sans', sans-serif;\n /* Typography/Weight/300 - Global (primitives) */\n --typography-weight-300: 300;\n /* Typography/Weight/400 - Global (primitives) */\n --typography-weight-400: 400;\n /* Typography/Weight/500 - Global (primitives) */\n --typography-weight-500: 500;\n /* Typography/Weight/600 - Global (primitives) */\n --typography-weight-600: 600;\n /* Colors/Brands/Coldwell Banker/Warn - Global (primitives) */\n --warn: #de342b;\n /* Mobile/Display/Regular/Large */\n --display-regular-large: 400 56px/72px var(--typeface);\n /* Mobile/Display/Regular/Large - line height */\n --display-regular-large-line-height: 72px;\n /* Mobile/Display/Regular/Large - size */\n --display-regular-large-size: 56px;\n /* Mobile/Display/Regular/Large - style */\n --display-regular-large-style: regular;\n /* Mobile/Display/Regular/Medium */\n --display-regular-medium: 400 48px/60px var(--typeface);\n /* Mobile/Display/Regular/Medium - line height */\n --display-regular-medium-line-height: 60px;\n /* Mobile/Display/Regular/Medium - size */\n --display-regular-medium-size: 48px;\n /* Mobile/Display/Regular/Medium - style */\n --display-regular-medium-style: regular;\n /* Mobile/Display/Regular/Small */\n --display-regular-small: 400 40px/48px var(--typeface);\n /* Mobile/Display/Regular/Small - line height */\n --display-regular-small-line-height: 48px;\n /* Mobile/Display/Regular/Small - size */\n --display-regular-small-size: 40px;\n /* Mobile/Display/Regular/Small - style */\n --display-regular-small-style: regular;\n /* Mobile/Display/Semibold/Large */\n --display-semibold-large: 600 56px/72px var(--typeface);\n /* Mobile/Display/Semibold/Large - line height */\n --display-semibold-large-line-height: 72px;\n /* Mobile/Display/Semibold/Large - size */\n --display-semibold-large-size: 56px;\n /* Mobile/Display/Semibold/Large - style */\n --display-semibold-large-style: semibold;\n /* Mobile/Display/Semibold/Medium */\n --display-semibold-medium: 600 48px/60px var(--typeface);\n /* Mobile/Display/Semibold/Medium - line height */\n --display-semibold-medium-line-height: 60px;\n /* Mobile/Display/Semibold/Medium - size */\n --display-semibold-medium-size: 48px;\n /* Mobile/Display/Semibold/Medium - style */\n --display-semibold-medium-style: semibold;\n /* Mobile/Display/Semibold/Small */\n --display-semibold-small: 600 40px/48px var(--typeface);\n /* Mobile/Display/Semibold/Small - line height */\n --display-semibold-small-line-height: 48px;\n /* Mobile/Display/Semibold/Small - size */\n --display-semibold-small-size: 40px;\n /* Mobile/Display/Semibold/Small - style */\n --display-semibold-small-style: semibold;\n /* Mobile/Heading/H1 - Large Headline */\n --heading-h1: 600 32px/40px var(--typeface);\n /* Mobile/Heading/H1 - Large Headline line height */\n --heading-h1-line-height: 40px;\n /* Mobile/Heading/H1 - Large Headline size */\n --heading-h1-size: 32px;\n /* Mobile/Heading/H1 - Large Headline style */\n --heading-h1-style: semibold;\n /* Mobile/Heading/H2 - Headline */\n --heading-h2: 600 28px/36px var(--typeface);\n /* Mobile/Heading/H2 - Headline line height */\n --heading-h2-line-height: 36px;\n /* Mobile/Heading/H2 - Headline size */\n --heading-h2-size: 28px;\n /* Mobile/Heading/H2 - Headline style */\n --heading-h2-style: semibold;\n /* Mobile/Heading/H3 - Headline */\n --heading-h3: 600 24px/32px var(--typeface);\n /* Mobile/Heading/H3 - Headline line height */\n --heading-h3-line-height: 32px;\n /* Mobile/Heading/H3 - Headline size */\n --heading-h3-size: 24px;\n /* Mobile/Heading/H3 - Headline style */\n --heading-h3-style: semibold;\n /* Mobile/Heading/H4 - Headline */\n --heading-h4: 600 20px/28px var(--typeface);\n /* Mobile/Heading/H4 - Headline line height */\n --heading-h4-line-height: 28px;\n /* Mobile/Heading/H4 - Headline size */\n --heading-h4-size: 20px;\n /* Mobile/Heading/H4 - Headline style */\n --heading-h4-style: semibold;\n /* Mobile/Heading/H5 */\n --heading-h5: 600 18px/24px var(--typeface);\n /* Mobile/Heading/H5 - line height */\n --heading-h5-line-height: 24px;\n /* Mobile/Heading/H5 - size */\n --heading-h5-size: 18px;\n /* Mobile/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Mobile/Heading/H6 */\n --heading-h6: 500 16px/20px var(--typeface);\n /* Mobile/Heading/H6 - line height */\n --heading-h6-line-height: 20px;\n /* Mobile/Heading/H6 - size */\n --heading-h6-size: 16px;\n /* Mobile/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Mobile/Subheader/Large - Headline */\n --subheader-large: 400 20px/28px var(--typeface);\n /* Mobile/Subheader/Large - Headline line height */\n --subheader-large-line-height: 28px;\n /* Mobile/Subheader/Large - Headline size */\n --subheader-large-size: 20px;\n /* Mobile/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Mobile/Subheader/Medium - Headline */\n --subheader-medium: 400 18px/24px var(--typeface);\n /* Mobile/Subheader/Medium - Headline line height */\n --subheader-medium-line-height: 24px;\n /* Mobile/Subheader/Medium - Headline size */\n --subheader-medium-size: 18px;\n /* Mobile/Subheader/Medium - Headline style */\n --subheader-medium-style: regular;\n /* Mobile/Subheader/X-Large - Headline */\n --subheader-x-large: 400 24px/32px var(--typeface);\n /* Mobile/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 32px;\n /* Mobile/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 24px;\n /* Mobile/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Mobile/Subheader/XX-Large - Large Headline */\n --subheader-xx-large: 400 28px/36px var(--typeface);\n /* Mobile/Subheader/XX-Large - Large Headline line height */\n --subheader-xx-large-line-height: 36px;\n /* Mobile/Subheader/XX-Large - Large Headline size */\n --subheader-xx-large-size: 28px;\n /* Mobile/Subheader/XX-Large - Large Headline style */\n --subheader-xx-large-style: regular;\n /* Mobile/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 32px/40px var(--typeface);\n /* Mobile/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 40px;\n /* Mobile/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 32px;\n /* Mobile/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n\n @media (width >= 640px) {\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. */\n --display-regular-large: 400 64px/88px var(--typeface);\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. line height */\n --display-regular-large-line-height: 88px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. size */\n --display-regular-large-size: 64px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. style */\n --display-regular-large-style: regular;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. */\n --display-regular-medium: 400 56px/72px var(--typeface);\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. line height */\n --display-regular-medium-line-height: 72px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. size */\n --display-regular-medium-size: 56px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. style */\n --display-regular-medium-style: regular;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. */\n --display-regular-small: 400 48px/60px var(--typeface);\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. line height */\n --display-regular-small-line-height: 60px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. size */\n --display-regular-small-size: 48px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. style */\n --display-regular-small-style: regular;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. */\n --display-semibold-large: 600 64px/88px var(--typeface);\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. line height */\n --display-semibold-large-line-height: 88px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. size */\n --display-semibold-large-size: 64px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. style */\n --display-semibold-large-style: semibold;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. */\n --display-semibold-medium: 600 56px/72px var(--typeface);\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. line height */\n --display-semibold-medium-line-height: 72px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. size */\n --display-semibold-medium-size: 56px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. style */\n --display-semibold-medium-style: semibold;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. */\n --display-semibold-small: 600 48px/60px var(--typeface);\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. line height */\n --display-semibold-small-line-height: 60px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. size */\n --display-semibold-small-size: 48px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. style */\n --display-semibold-small-style: semibold;\n /* Desktop/Heading/H1 */\n --heading-h1: 600 40px/48px var(--typeface);\n /* Desktop/Heading/H1 - line height */\n --heading-h1-line-height: 48px;\n /* Desktop/Heading/H1 - size */\n --heading-h1-size: 40px;\n /* Desktop/Heading/H1 - style */\n --heading-h1-style: semibold;\n /* Desktop/Heading/H2 */\n --heading-h2: 600 32px/40px var(--typeface);\n /* Desktop/Heading/H2 - line height */\n --heading-h2-line-height: 40px;\n /* Desktop/Heading/H2 - size */\n --heading-h2-size: 32px;\n /* Desktop/Heading/H2 - style */\n --heading-h2-style: semibold;\n /* Desktop/Heading/H3 */\n --heading-h3: 600 28px/36px var(--typeface);\n /* Desktop/Heading/H3 - line height */\n --heading-h3-line-height: 36px;\n /* Desktop/Heading/H3 - size */\n --heading-h3-size: 28px;\n /* Desktop/Heading/H3 - style */\n --heading-h3-style: semibold;\n /* Desktop/Heading/H4 */\n --heading-h4: 600 24px/32px var(--typeface);\n /* Desktop/Heading/H4 - line height */\n --heading-h4-line-height: 32px;\n /* Desktop/Heading/H4 - size */\n --heading-h4-size: 24px;\n /* Desktop/Heading/H4 - style */\n --heading-h4-style: semibold;\n /* Desktop/Heading/H5 */\n --heading-h5: 600 20px/28px var(--typeface);\n /* Desktop/Heading/H5 - line height */\n --heading-h5-line-height: 28px;\n /* Desktop/Heading/H5 - size */\n --heading-h5-size: 20px;\n /* Desktop/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Desktop/Heading/H6 */\n --heading-h6: 500 18px/24px var(--typeface);\n /* Desktop/Heading/H6 - line height */\n --heading-h6-line-height: 24px;\n /* Desktop/Heading/H6 - size */\n --heading-h6-size: 18px;\n /* Desktop/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Desktop/Subheader/Large - Headline */\n --subheader-large: 400 24px/32px var(--typeface);\n /* Desktop/Subheader/Large - Headline line height */\n --subheader-large-line-height: 32px;\n /* Desktop/Subheader/Large - Headline size */\n --subheader-large-size: 24px;\n /* Desktop/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Desktop/Subheader/Medium */\n --subheader-medium: 400 20px/28px var(--typeface);\n /* Desktop/Subheader/Medium - line height */\n --subheader-medium-line-height: 28px;\n /* Desktop/Subheader/Medium - size */\n --subheader-medium-size: 20px;\n /* Desktop/Subheader/Medium - style */\n --subheader-medium-style: regular;\n /* Desktop/Subheader/X-Large - Headline */\n --subheader-x-large: 400 28px/36px var(--typeface);\n /* Desktop/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 36px;\n /* Desktop/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 28px;\n /* Desktop/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Desktop/Subheader/XX-Large - Headline */\n --subheader-xx-large: 400 32px/40px var(--typeface);\n /* Desktop/Subheader/XX-Large - Headline line height */\n --subheader-xx-large-line-height: 40px;\n /* Desktop/Subheader/XX-Large - Headline size */\n --subheader-xx-large-size: 32px;\n /* Desktop/Subheader/XX-Large - Headline style */\n --subheader-xx-large-style: regular;\n /* Desktop/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 40px/48px var(--typeface);\n /* Desktop/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 48px;\n /* Desktop/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 40px;\n /* Desktop/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n }\n\n /** Light theme (default) **/\n /* Background/base - Theme - Coldwell Banker */\n --background-base: #ffffff;\n /* Background/scrim - Theme - Coldwell Banker */\n --background-scrim: #00000040;\n /* Background/shade - Theme - Coldwell Banker */\n --background-shade: #f5f5f5;\n /* Data visual/category-01 - Theme - Coldwell Banker */\n --data-visual-category-01: #0a466c;\n /* Data visual/category-01-highlight - Theme - Coldwell Banker */\n --data-visual-category-01-highlight: #0a466c4d;\n /* Data visual/category-02 - Theme - Coldwell Banker */\n --data-visual-category-02: #299de0;\n /* Data visual/category-02-highlight - Theme - Coldwell Banker */\n --data-visual-category-02-highlight: #299de04d;\n /* Data visual/category-03 - Theme - Coldwell Banker */\n --data-visual-category-03: #130033;\n /* Data visual/category-03-highlight - Theme - Coldwell Banker */\n --data-visual-category-03-highlight: #1300334d;\n /* Data visual/category-04 - Theme - Coldwell Banker */\n --data-visual-category-04: #389e7a;\n /* Data visual/category-04-highlight - Theme - Coldwell Banker */\n --data-visual-category-04-highlight: #389e7a4d;\n /* Data visual/category-05 - Theme - Coldwell Banker */\n --data-visual-category-05: #094a53;\n /* Data visual/category-05-highlight - Theme - Coldwell Banker */\n --data-visual-category-05-highlight: #094a534d;\n /* Data visual/category-06 - Theme - Coldwell Banker */\n --data-visual-category-06: #7f7f7f;\n /* Data visual/category-06-highlight - Theme - Coldwell Banker */\n --data-visual-category-06-highlight: #7f7f7f4d;\n /* Data visual/category-07 - Theme - Coldwell Banker */\n --data-visual-category-07: #433479;\n /* Data visual/category-07-highlight - Theme - Coldwell Banker */\n --data-visual-category-07-highlight: #4334794d;\n /* Data visual/category-1 - Theme - Coldwell Banker */\n --data-visual-category-1: #0a466c;\n /* Data visual/category-1-highlight - Theme - Coldwell Banker */\n --data-visual-category-1-highlight: #0a466c4d;\n /* Data visual/category-2 - Theme - Coldwell Banker */\n --data-visual-category-2: #299de0;\n /* Data visual/category-2-highlight - Theme - Coldwell Banker */\n --data-visual-category-2-highlight: #299de04d;\n /* Data visual/category-3 - Theme - Coldwell Banker */\n --data-visual-category-3: #130033;\n /* Data visual/category-3-highlight - Theme - Coldwell Banker */\n --data-visual-category-3-highlight: #1300334d;\n /* Data visual/category-4 - Theme - Coldwell Banker */\n --data-visual-category-4: #389e7a;\n /* Data visual/category-4-highlight - Theme - Coldwell Banker */\n --data-visual-category-4-highlight: #389e7a4d;\n /* Data visual/category-5 - Theme - Coldwell Banker */\n --data-visual-category-5: #094a53;\n /* Data visual/category-5-highlight - Theme - Coldwell Banker */\n --data-visual-category-5-highlight: #094a534d;\n /* Data visual/category-6 - Theme - Coldwell Banker */\n --data-visual-category-6: #7f7f7f;\n /* Data visual/category-6-highlight - Theme - Coldwell Banker */\n --data-visual-category-6-highlight: #7f7f7f4d;\n /* Data visual/category-7 - Theme - Coldwell Banker */\n --data-visual-category-7: #433479;\n /* Data visual/category-7-highlight - Theme - Coldwell Banker */\n --data-visual-category-7-highlight: #4334794d;\n /* Data visual/gradient-end - Theme - Coldwell Banker */\n --data-visual-gradient-end: #ffffff4d;\n /* Data visual/green - Theme - Coldwell Banker */\n --data-visual-green: #258750;\n /* Data visual/green-highlight - Theme - Coldwell Banker */\n --data-visual-green-highlight: #deede5;\n /* Data visual/negative - Theme - Coldwell Banker */\n --data-visual-negative: #d83a52;\n /* Data visual/negative-highlight - Theme - Coldwell Banker */\n --data-visual-negative-highlight: #f9e1e5;\n /* Data visual/positive - Theme - Coldwell Banker */\n --data-visual-positive: #258750;\n /* Data visual/positive-highlight - Theme - Coldwell Banker */\n --data-visual-positive-highlight: #deede5;\n /* Data visual/red - Theme - Coldwell Banker */\n --data-visual-red: #d83a52;\n /* Data visual/red-highlight - Theme - Coldwell Banker */\n --data-visual-red-highlight: #f9e1e5;\n /* Foreground/Brand/on-inverse-primary - Theme - Coldwell Banker */\n --foreground-brand-on-inverse-primary: #749aff;\n /* Foreground/Brand/on-inverse-secondary - Theme - Coldwell Banker */\n --foreground-brand-on-inverse-secondary: #bbc5cc;\n /* Foreground/Brand/on-brand-primary - Theme - Coldwell Banker */\n --foreground-brand-on-primary: #ffffff;\n /* Foreground/Brand/on-brand-secondary - Theme - Coldwell Banker */\n --foreground-brand-on-secondary: #ffffff;\n /* Foreground/Brand/brand-primary - Theme - Coldwell Banker */\n --foreground-brand-primary: #1756ff;\n /* Foreground/Brand/brand-primary-depth - Theme - Coldwell Banker */\n --foreground-brand-primary-depth: #1449d9;\n /* Foreground/Brand/brand-secondary - Theme - Coldwell Banker */\n --foreground-brand-secondary: #1b3c55;\n /* Foreground/Brand/brand-secondary-depth - Theme - Coldwell Banker */\n --foreground-brand-secondary-depth: #173348;\n /* Foreground/Link text/default - Theme - Coldwell Banker */\n --foreground-link-text-default: #215ecd;\n /* Foreground/Link text/default-disabled - Theme - Coldwell Banker */\n --foreground-link-text-default-disabled: #7a9ee1;\n /* Foreground/Link text/default-hovered - Theme - Coldwell Banker */\n --foreground-link-text-default-hovered: #1e55b9;\n /* Foreground/Link text/default-pressed - Theme - Coldwell Banker */\n --foreground-link-text-default-pressed: #1a4ba4;\n /* Foreground/Link text/default-visited - Theme - Coldwell Banker */\n --foreground-link-text-default-visited: #7a3e7a;\n /* Foreground/Link text/subtle-disabled - Theme - Coldwell Banker */\n --foreground-link-text-subtle-disabled: #bdbdbd;\n /* Foreground/Link text/subtle-hovered - Theme - Coldwell Banker */\n --foreground-link-text-subtle-hovered: #292929;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Coldwell Banker */\n --foreground-link-text-subtle-inversed-disabled: #757575;\n /* Foreground/Link text/subtle-pressed - Theme - Coldwell Banker */\n --foreground-link-text-subtle-pressed: #424242;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Coldwell Banker */\n --foreground-neutral-disabled-on-color-surface: #757575;\n /* Foreground/Neutral/disabled-on-surface - Theme - Coldwell Banker */\n --foreground-neutral-disabled-on-surface: #bdbdbd;\n /* Foreground/Neutral/on-surface - Theme - Coldwell Banker */\n --foreground-neutral-on-surface: #141414;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Coldwell Banker */\n --foreground-neutral-on-surface-variant-01: #474747;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Coldwell Banker */\n --foreground-neutral-on-surface-variant-02: #757575;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Coldwell Banker */\n --foreground-neutral-on-surface-variant-03: #8a8a8a;\n /* Foreground/Neutral/skeleton-element - Theme - Coldwell Banker */\n --foreground-neutral-skeleton-element: #c7c7c7;\n /* Foreground/Spectrum/blue - Theme - Coldwell Banker */\n --foreground-spectrum-blue: #143778;\n /* Foreground/Spectrum/green - Theme - Coldwell Banker */\n --foreground-spectrum-green: #134428;\n /* Foreground/Spectrum/lime - Theme - Coldwell Banker */\n --foreground-spectrum-lime: #60651a;\n /* Foreground/Spectrum/magenta - Theme - Coldwell Banker */\n --foreground-spectrum-magenta: #63076f;\n /* Foreground/Spectrum/orange - Theme - Coldwell Banker */\n --foreground-spectrum-orange: #773001;\n /* Foreground/Spectrum/pink - Theme - Coldwell Banker */\n --foreground-spectrum-pink: #6c1240;\n /* Foreground/Spectrum/purple - Theme - Coldwell Banker */\n --foreground-spectrum-purple: #310077;\n /* Foreground/Spectrum/red - Theme - Coldwell Banker */\n --foreground-spectrum-red: #6c1d29;\n /* Foreground/Spectrum/teal - Theme - Coldwell Banker */\n --foreground-spectrum-teal: #01413c;\n /* Foreground/Spectrum/yellow - Theme - Coldwell Banker */\n --foreground-spectrum-yellow: #7b5e18;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #0000000f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #0000001a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #00000033;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #00000014;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #0000004d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #00000029;\n /* Interactions/brand-disabled-opacity - Theme - Coldwell Banker */\n --interactions-brand-disabled-opacity: #0000000f;\n /* Interactions/brand-hover-opacity - Theme - Coldwell Banker */\n --interactions-brand-hover-opacity: #0000001a;\n /* Interactions/brand-press-opacity - Theme - Coldwell Banker */\n --interactions-brand-press-opacity: #00000033;\n /* Interactions/disabled-opacity - Theme - Coldwell Banker */\n --interactions-disabled-opacity: #0000000f;\n /* Interactions/hover-opacity - Theme - Coldwell Banker */\n --interactions-hover-opacity: #00000014;\n /* Interactions/link-active-opacity - Theme - Coldwell Banker */\n --interactions-link-active-opacity: #0000004d;\n /* Interactions/neutral-hover-opacity - Theme - Coldwell Banker */\n --interactions-neutral-hover-opacity: #00000014;\n /* Interactions/neutral-press-opacity - Theme - Coldwell Banker */\n --interactions-neutral-press-opacity: #00000029;\n /* Interactions/press-opacity - Theme - Coldwell Banker */\n --interactions-press-opacity: #00000029;\n /* Interactions/primary-disabled-opacity - Theme - Coldwell Banker */\n --interactions-primary-disabled-opacity: #1756ff1f;\n /* Interactions/primary-hover-opacity - Theme - Coldwell Banker */\n --interactions-primary-hover-opacity: #1756ff1a;\n /* Interactions/primary-press-opacity - Theme - Coldwell Banker */\n --interactions-primary-press-opacity: #1756ff33;\n /* Shadow/shadow-10 - Theme - Coldwell Banker */\n --shadow-10: #0000001a;\n /* Shadow/shadow-12 - Theme - Coldwell Banker */\n --shadow-12: #0000001f;\n /* Shadow/shadow-15 - Theme - Coldwell Banker */\n --shadow-15: #00000026;\n /* Shadow/shadow-25 - Theme - Coldwell Banker */\n --shadow-25: #00000040;\n /* Shadow/shadow-32 - Theme - Coldwell Banker */\n --shadow-32: #00000052;\n /* Shadow/inner-shadow - Theme - Coldwell Banker */\n --shadow-inner: #ffffff;\n /* Shadow/inner-shadow-100 - Theme - Coldwell Banker */\n --shadow-inner-100: #ffffff;\n /* Shadow/variant-01 - Theme - Coldwell Banker */\n --shadow-variant-01: #0000001a;\n /* Shadow/variant-02 - Theme - Coldwell Banker */\n --shadow-variant-02: #0000001f;\n /* Shadow/variant-03 - Theme - Coldwell Banker */\n --shadow-variant-03: #00000026;\n /* Shadow/variant-04 - Theme - Coldwell Banker */\n --shadow-variant-04: #00000040;\n /* Shadow/variant-05 - Theme - Coldwell Banker */\n --shadow-variant-05: #00000052;\n /* Status/error - Theme - Coldwell Banker */\n --status-error: #d83a52;\n /* Status/information - Theme - Coldwell Banker */\n --status-information: #276ef1;\n /* Status/informational - Theme - Coldwell Banker */\n --status-informational: #276ef1;\n /* Status/success - Theme - Coldwell Banker */\n --status-success: #258750;\n /* Status/warning - Theme - Coldwell Banker */\n --status-warning: #f6bc2f;\n /* Stroke/Brand/brand-primary - Theme - Coldwell Banker */\n --stroke-brand-primary: #1756ff;\n /* Stroke/Brand/brand-primary-depth - Theme - Coldwell Banker */\n --stroke-brand-primary-depth: #1449d9;\n /* Stroke/Brand/brand-secondary - Theme - Coldwell Banker */\n --stroke-brand-secondary: #1b3c55;\n /* Stroke/Brand/brand-secondary-depth - Theme - Coldwell Banker */\n --stroke-brand-secondary-depth: #173348;\n /* Stroke/Neutral/neutral-base - Theme - Coldwell Banker */\n --stroke-neutral-base: #949494;\n /* Stroke/Neutral/disabled-dark - Theme - Coldwell Banker */\n --stroke-neutral-disabled-dark: #757575;\n /* Stroke/Neutral/disabled-light - Theme - Coldwell Banker */\n --stroke-neutral-disabled-light: #bdbdbd;\n /* Stroke/Neutral/focus - Theme - Coldwell Banker */\n --stroke-neutral-focus: #000000;\n /* Stroke/Neutral/neutral-high - Theme - Coldwell Banker */\n --stroke-neutral-high: #141414;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Coldwell Banker */\n --stroke-neutral-high-contrast: #141414;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #48566a;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #c8d6e5;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #000000;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Coldwell Banker */\n --stroke-neutral-interactions-disabled-dark: #757575;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Coldwell Banker */\n --stroke-neutral-interactions-disabled-light: #bdbdbd;\n /* Stroke/Neutral/Interactions/focus - Theme - Coldwell Banker */\n --stroke-neutral-interactions-focus: #000000;\n /* Stroke/Neutral/neutral-low - Theme - Coldwell Banker */\n --stroke-neutral-low: #e0e0e0;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Coldwell Banker */\n --stroke-neutral-low-contrast: #e0e0e0;\n /* Surface/Brand/primary - Theme - Coldwell Banker */\n --surface-brand-primary: #1756ff;\n /* Surface/Brand/primary-highlight - Theme - Coldwell Banker */\n --surface-brand-primary-highlight: #dce6ff;\n /* Surface/Brand/secondary - Theme - Coldwell Banker */\n --surface-brand-secondary: #1b3c55;\n /* Surface/Brand/secondary-highlight - Theme - Coldwell Banker */\n --surface-brand-secondary-highlight: #dde2e6;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Coldwell Banker */\n --surface-neutral-interactions-dark-disabled: #d6d6d6;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Coldwell Banker */\n --surface-neutral-interactions-light-disabled: #f5f5f5;\n /* Surface/Neutral/Interactions/skeleton - Theme - Coldwell Banker */\n --surface-neutral-interactions-skeleton: #e0e0e0;\n /* Surface/Neutral/inverse - Theme - Coldwell Banker */\n --surface-neutral-inverse: #1f1f1f;\n /* Surface/Neutral/inverse-dark - Theme - Coldwell Banker */\n --surface-neutral-inverse-dark: #1f1f1f;\n /* Surface/Neutral/inverse-light - Theme - Coldwell Banker */\n --surface-neutral-inverse-light: #ffffff;\n /* Surface/Neutral/skeleton - Theme - Coldwell Banker */\n --surface-neutral-skeleton: #e0e0e0;\n /* Surface/Neutral/T1-base - Theme - Coldwell Banker */\n --surface-neutral-t1-base: #ffffff;\n /* Surface/Neutral/T2-lowest - Theme - Coldwell Banker */\n --surface-neutral-t2-lowest: #f5f5f5;\n /* Surface/Neutral/T3-low - Theme - Coldwell Banker */\n --surface-neutral-t3-low: #dbdbdb;\n /* Surface/Neutral/T4-high - Theme - Coldwell Banker */\n --surface-neutral-t4-high: #6b6b6b;\n /* Surface/Spectrum/blue - Theme - Coldwell Banker */\n --surface-spectrum-blue: #dfe9fd;\n /* Surface/Spectrum/green - Theme - Coldwell Banker */\n --surface-spectrum-green: #deede5;\n /* Surface/Spectrum/lime - Theme - Coldwell Banker */\n --surface-spectrum-lime: #f6f7e0;\n /* Surface/Spectrum/magenta - Theme - Coldwell Banker */\n --surface-spectrum-magenta: #f6dbfa;\n /* Surface/Spectrum/orange - Theme - Coldwell Banker */\n --surface-spectrum-orange: #fce7d9;\n /* Surface/Spectrum/pink - Theme - Coldwell Banker */\n --surface-spectrum-pink: #f9deec;\n /* Surface/Spectrum/purple - Theme - Coldwell Banker */\n --surface-spectrum-purple: #e7d9fc;\n /* Surface/Spectrum/red - Theme - Coldwell Banker */\n --surface-spectrum-red: #f9e1e5;\n /* Surface/Spectrum/teal - Theme - Coldwell Banker */\n --surface-spectrum-teal: #d9eceb;\n /* Surface/Spectrum/yellow - Theme - Coldwell Banker */\n --surface-spectrum-yellow: #fef5e0;\n}\n\n[data-theme='dark'] {\n /* Background/base - Theme - Coldwell Banker */\n --background-base: #1f1f1f;\n /* Background/scrim - Theme - Coldwell Banker */\n --background-scrim: #61616180;\n /* Background/shade - Theme - Coldwell Banker */\n --background-shade: #292929;\n /* Data visual/category-01 - Theme - Coldwell Banker */\n --data-visual-category-01: #7899ae;\n /* Data visual/category-01-highlight - Theme - Coldwell Banker */\n --data-visual-category-01-highlight: #7899ae4d;\n /* Data visual/category-02 - Theme - Coldwell Banker */\n --data-visual-category-02: #7fc4ec;\n /* Data visual/category-02-highlight - Theme - Coldwell Banker */\n --data-visual-category-02-highlight: #7fc4ec4d;\n /* Data visual/category-03 - Theme - Coldwell Banker */\n --data-visual-category-03: #958ca3;\n /* Data visual/category-03-highlight - Theme - Coldwell Banker */\n --data-visual-category-03-highlight: #958ca34d;\n /* Data visual/category-04 - Theme - Coldwell Banker */\n --data-visual-category-04: #88c5af;\n /* Data visual/category-04-highlight - Theme - Coldwell Banker */\n --data-visual-category-04-highlight: #88c5af4d;\n /* Data visual/category-05 - Theme - Coldwell Banker */\n --data-visual-category-05: #789ba0;\n /* Data visual/category-05-highlight - Theme - Coldwell Banker */\n --data-visual-category-05-highlight: #789ba04d;\n /* Data visual/category-06 - Theme - Coldwell Banker */\n --data-visual-category-06: #b2b2b2;\n /* Data visual/category-06-highlight - Theme - Coldwell Banker */\n --data-visual-category-06-highlight: #b2b2b24d;\n /* Data visual/category-07 - Theme - Coldwell Banker */\n --data-visual-category-07: #a19abc;\n /* Data visual/category-07-highlight - Theme - Coldwell Banker */\n --data-visual-category-07-highlight: #a19abc4d;\n /* Data visual/category-1 - Theme - Coldwell Banker */\n --data-visual-category-1: #7899ae;\n /* Data visual/category-1-highlight - Theme - Coldwell Banker */\n --data-visual-category-1-highlight: #7899ae4d;\n /* Data visual/category-2 - Theme - Coldwell Banker */\n --data-visual-category-2: #7fc4ec;\n /* Data visual/category-2-highlight - Theme - Coldwell Banker */\n --data-visual-category-2-highlight: #7fc4ec4d;\n /* Data visual/category-3 - Theme - Coldwell Banker */\n --data-visual-category-3: #958ca3;\n /* Data visual/category-3-highlight - Theme - Coldwell Banker */\n --data-visual-category-3-highlight: #958ca34d;\n /* Data visual/category-4 - Theme - Coldwell Banker */\n --data-visual-category-4: #88c5af;\n /* Data visual/category-4-highlight - Theme - Coldwell Banker */\n --data-visual-category-4-highlight: #88c5af4d;\n /* Data visual/category-5 - Theme - Coldwell Banker */\n --data-visual-category-5: #789ba0;\n /* Data visual/category-5-highlight - Theme - Coldwell Banker */\n --data-visual-category-5-highlight: #789ba04d;\n /* Data visual/category-6 - Theme - Coldwell Banker */\n --data-visual-category-6: #b2b2b2;\n /* Data visual/category-6-highlight - Theme - Coldwell Banker */\n --data-visual-category-6-highlight: #b2b2b24d;\n /* Data visual/category-7 - Theme - Coldwell Banker */\n --data-visual-category-7: #a19abc;\n /* Data visual/category-7-highlight - Theme - Coldwell Banker */\n --data-visual-category-7-highlight: #a19abc4d;\n /* Data visual/gradient-end - Theme - Coldwell Banker */\n --data-visual-gradient-end: #1f1f1f4d;\n /* Data visual/green - Theme - Coldwell Banker */\n --data-visual-green: #7cb796;\n /* Data visual/green-highlight - Theme - Coldwell Banker */\n --data-visual-green-highlight: #0d2f1c;\n /* Data visual/negative - Theme - Coldwell Banker */\n --data-visual-negative: #e88997;\n /* Data visual/negative-highlight - Theme - Coldwell Banker */\n --data-visual-negative-highlight: #4c141d;\n /* Data visual/positive - Theme - Coldwell Banker */\n --data-visual-positive: #7cb796;\n /* Data visual/positive-highlight - Theme - Coldwell Banker */\n --data-visual-positive-highlight: #0d2f1c;\n /* Data visual/red - Theme - Coldwell Banker */\n --data-visual-red: #e88997;\n /* Data visual/red-highlight - Theme - Coldwell Banker */\n --data-visual-red-highlight: #4c141d;\n /* Foreground/Brand/on-inverse-primary - Theme - Coldwell Banker */\n --foreground-brand-on-inverse-primary: #749aff;\n /* Foreground/Brand/on-inverse-secondary - Theme - Coldwell Banker */\n --foreground-brand-on-inverse-secondary: #bbc5cc;\n /* Foreground/Brand/on-brand-primary - Theme - Coldwell Banker */\n --foreground-brand-on-primary: #141414;\n /* Foreground/Brand/on-brand-secondary - Theme - Coldwell Banker */\n --foreground-brand-on-secondary: #141414;\n /* Foreground/Brand/brand-primary - Theme - Coldwell Banker */\n --foreground-brand-primary: #749aff;\n /* Foreground/Brand/brand-primary-depth - Theme - Coldwell Banker */\n --foreground-brand-primary-depth: #1449d9;\n /* Foreground/Brand/brand-secondary - Theme - Coldwell Banker */\n --foreground-brand-secondary: #bbc5cc;\n /* Foreground/Brand/brand-secondary-depth - Theme - Coldwell Banker */\n --foreground-brand-secondary-depth: #8294a2;\n /* Foreground/Link text/default - Theme - Coldwell Banker */\n --foreground-link-text-default: #7a9ee1;\n /* Foreground/Link text/default-disabled - Theme - Coldwell Banker */\n --foreground-link-text-default-disabled: #14387b;\n /* Foreground/Link text/default-hovered - Theme - Coldwell Banker */\n --foreground-link-text-default-hovered: #90afe6;\n /* Foreground/Link text/default-pressed - Theme - Coldwell Banker */\n --foreground-link-text-default-pressed: #a6bfeb;\n /* Foreground/Link text/default-visited - Theme - Coldwell Banker */\n --foreground-link-text-default-visited: #af8baf;\n /* Foreground/Link text/subtle-disabled - Theme - Coldwell Banker */\n --foreground-link-text-subtle-disabled: #4d4d4d;\n /* Foreground/Link text/subtle-hovered - Theme - Coldwell Banker */\n --foreground-link-text-subtle-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Coldwell Banker */\n --foreground-link-text-subtle-inversed-disabled: #424242;\n /* Foreground/Link text/subtle-pressed - Theme - Coldwell Banker */\n --foreground-link-text-subtle-pressed: #d1d1d1;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Coldwell Banker */\n --foreground-neutral-disabled-on-color-surface: #424242;\n /* Foreground/Neutral/disabled-on-surface - Theme - Coldwell Banker */\n --foreground-neutral-disabled-on-surface: #4d4d4d;\n /* Foreground/Neutral/on-surface - Theme - Coldwell Banker */\n --foreground-neutral-on-surface: #fafafa;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Coldwell Banker */\n --foreground-neutral-on-surface-variant-01: #c2c2c2;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Coldwell Banker */\n --foreground-neutral-on-surface-variant-02: #9e9e9e;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Coldwell Banker */\n --foreground-neutral-on-surface-variant-03: #757575;\n /* Foreground/Neutral/skeleton-element - Theme - Coldwell Banker */\n --foreground-neutral-skeleton-element: #4d4d4d;\n /* Foreground/Spectrum/blue - Theme - Coldwell Banker */\n --foreground-spectrum-blue: #88aff7;\n /* Foreground/Spectrum/green - Theme - Coldwell Banker */\n --foreground-spectrum-green: #87bd9f;\n /* Foreground/Spectrum/lime - Theme - Coldwell Banker */\n --foreground-spectrum-lime: #dce28f;\n /* Foreground/Spectrum/magenta - Theme - Coldwell Banker */\n --foreground-spectrum-magenta: #e07aed;\n /* Foreground/Spectrum/orange - Theme - Coldwell Banker */\n --foreground-spectrum-orange: #f6a874;\n /* Foreground/Spectrum/pink - Theme - Coldwell Banker */\n --foreground-spectrum-pink: #ea86b9;\n /* Foreground/Spectrum/purple - Theme - Coldwell Banker */\n --foreground-spectrum-purple: #c8a6f9;\n /* Foreground/Spectrum/red - Theme - Coldwell Banker */\n --foreground-spectrum-red: #ea93a0;\n /* Foreground/Spectrum/teal - Theme - Coldwell Banker */\n --foreground-spectrum-teal: #74bbb4;\n /* Foreground/Spectrum/yellow - Theme - Coldwell Banker */\n --foreground-spectrum-yellow: #fada8d;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #ffffff0f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #ffffff1a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #ffffff33;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #ffffff14;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #ffffff4d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #ffffff29;\n /* Interactions/brand-disabled-opacity - Theme - Coldwell Banker */\n --interactions-brand-disabled-opacity: #ffffff0f;\n /* Interactions/brand-hover-opacity - Theme - Coldwell Banker */\n --interactions-brand-hover-opacity: #ffffff1a;\n /* Interactions/brand-press-opacity - Theme - Coldwell Banker */\n --interactions-brand-press-opacity: #ffffff33;\n /* Interactions/disabled-opacity - Theme - Coldwell Banker */\n --interactions-disabled-opacity: #ffffff0f;\n /* Interactions/hover-opacity - Theme - Coldwell Banker */\n --interactions-hover-opacity: #ffffff14;\n /* Interactions/link-active-opacity - Theme - Coldwell Banker */\n --interactions-link-active-opacity: #ffffff29;\n /* Interactions/neutral-hover-opacity - Theme - Coldwell Banker */\n --interactions-neutral-hover-opacity: #ffffff14;\n /* Interactions/neutral-press-opacity - Theme - Coldwell Banker */\n --interactions-neutral-press-opacity: #ffffff29;\n /* Interactions/press-opacity - Theme - Coldwell Banker */\n --interactions-press-opacity: #ffffff29;\n /* Interactions/primary-disabled-opacity - Theme - Coldwell Banker */\n --interactions-primary-disabled-opacity: #749aff1f;\n /* Interactions/primary-hover-opacity - Theme - Coldwell Banker */\n --interactions-primary-hover-opacity: #749aff1a;\n /* Interactions/primary-press-opacity - Theme - Coldwell Banker */\n --interactions-primary-press-opacity: #749aff33;\n /* Shadow/shadow-10 - Theme - Coldwell Banker */\n --shadow-10: #6161611a;\n /* Shadow/shadow-12 - Theme - Coldwell Banker */\n --shadow-12: #6161611f;\n /* Shadow/shadow-15 - Theme - Coldwell Banker */\n --shadow-15: #61616126;\n /* Shadow/shadow-25 - Theme - Coldwell Banker */\n --shadow-25: #61616140;\n /* Shadow/shadow-32 - Theme - Coldwell Banker */\n --shadow-32: #61616152;\n /* Shadow/inner-shadow - Theme - Coldwell Banker */\n --shadow-inner: #000000;\n /* Shadow/inner-shadow-100 - Theme - Coldwell Banker */\n --shadow-inner-100: #000000;\n /* Shadow/variant-01 - Theme - Coldwell Banker */\n --shadow-variant-01: #6161611a;\n /* Shadow/variant-02 - Theme - Coldwell Banker */\n --shadow-variant-02: #6161611f;\n /* Shadow/variant-03 - Theme - Coldwell Banker */\n --shadow-variant-03: #61616126;\n /* Shadow/variant-04 - Theme - Coldwell Banker */\n --shadow-variant-04: #61616140;\n /* Shadow/variant-05 - Theme - Coldwell Banker */\n --shadow-variant-05: #61616152;\n /* Status/error - Theme - Coldwell Banker */\n --status-error: #e26b7d;\n /* Status/information - Theme - Coldwell Banker */\n --status-information: #5d92f5;\n /* Status/informational - Theme - Coldwell Banker */\n --status-informational: #5d92f5;\n /* Status/success - Theme - Coldwell Banker */\n --status-success: #519f73;\n /* Status/warning - Theme - Coldwell Banker */\n --status-warning: #f8cd63;\n /* Stroke/Brand/brand-primary - Theme - Coldwell Banker */\n --stroke-brand-primary: #749aff;\n /* Stroke/Brand/brand-primary-depth - Theme - Coldwell Banker */\n --stroke-brand-primary-depth: #97b3ff;\n /* Stroke/Brand/brand-secondary - Theme - Coldwell Banker */\n --stroke-brand-secondary: #bbc5cc;\n /* Stroke/Brand/brand-secondary-depth - Theme - Coldwell Banker */\n --stroke-brand-secondary-depth: #8294a2;\n /* Stroke/Neutral/neutral-base - Theme - Coldwell Banker */\n --stroke-neutral-base: #6b6b6b;\n /* Stroke/Neutral/disabled-dark - Theme - Coldwell Banker */\n --stroke-neutral-disabled-dark: #424242;\n /* Stroke/Neutral/disabled-light - Theme - Coldwell Banker */\n --stroke-neutral-disabled-light: #4d4d4d;\n /* Stroke/Neutral/focus - Theme - Coldwell Banker */\n --stroke-neutral-focus: #ffffff;\n /* Stroke/Neutral/neutral-high - Theme - Coldwell Banker */\n --stroke-neutral-high: #fafafa;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Coldwell Banker */\n --stroke-neutral-high-contrast: #fafafa;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #b1c0d2;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #323b49;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #ffffff;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Coldwell Banker */\n --stroke-neutral-interactions-disabled-dark: #424242;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Coldwell Banker */\n --stroke-neutral-interactions-disabled-light: #4d4d4d;\n /* Stroke/Neutral/Interactions/focus - Theme - Coldwell Banker */\n --stroke-neutral-interactions-focus: #ffffff;\n /* Stroke/Neutral/neutral-low - Theme - Coldwell Banker */\n --stroke-neutral-low: #4d4d4d;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Coldwell Banker */\n --stroke-neutral-low-contrast: #4d4d4d;\n /* Surface/Brand/primary - Theme - Coldwell Banker */\n --surface-brand-primary: #749aff;\n /* Surface/Brand/primary-highlight - Theme - Coldwell Banker */\n --surface-brand-primary-highlight: #061640;\n /* Surface/Brand/secondary - Theme - Coldwell Banker */\n --surface-brand-secondary: #bbc5cc;\n /* Surface/Brand/secondary-highlight - Theme - Coldwell Banker */\n --surface-brand-secondary-highlight: #070f15;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Coldwell Banker */\n --surface-neutral-interactions-dark-disabled: #474747;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Coldwell Banker */\n --surface-neutral-interactions-light-disabled: #292929;\n /* Surface/Neutral/Interactions/skeleton - Theme - Coldwell Banker */\n --surface-neutral-interactions-skeleton: #333333;\n /* Surface/Neutral/inverse - Theme - Coldwell Banker */\n --surface-neutral-inverse: #383838;\n /* Surface/Neutral/inverse-dark - Theme - Coldwell Banker */\n --surface-neutral-inverse-dark: #383838;\n /* Surface/Neutral/inverse-light - Theme - Coldwell Banker */\n --surface-neutral-inverse-light: #575757;\n /* Surface/Neutral/skeleton - Theme - Coldwell Banker */\n --surface-neutral-skeleton: #333333;\n /* Surface/Neutral/T1-base - Theme - Coldwell Banker */\n --surface-neutral-t1-base: #1f1f1f;\n /* Surface/Neutral/T2-lowest - Theme - Coldwell Banker */\n --surface-neutral-t2-lowest: #2e2e2e;\n /* Surface/Neutral/T3-low - Theme - Coldwell Banker */\n --surface-neutral-t3-low: #383838;\n /* Surface/Neutral/T4-high - Theme - Coldwell Banker */\n --surface-neutral-t4-high: #474747;\n /* Surface/Spectrum/blue - Theme - Coldwell Banker */\n --surface-spectrum-blue: #0e2754;\n /* Surface/Spectrum/green - Theme - Coldwell Banker */\n --surface-spectrum-green: #0d2f1c;\n /* Surface/Spectrum/lime - Theme - Coldwell Banker */\n --surface-spectrum-lime: #434712;\n /* Surface/Spectrum/magenta - Theme - Coldwell Banker */\n --surface-spectrum-magenta: #45054e;\n /* Surface/Spectrum/orange - Theme - Coldwell Banker */\n --surface-spectrum-orange: #532201;\n /* Surface/Spectrum/pink - Theme - Coldwell Banker */\n --surface-spectrum-pink: #4c141d;\n /* Surface/Spectrum/purple - Theme - Coldwell Banker */\n --surface-spectrum-purple: #220053;\n /* Surface/Spectrum/red - Theme - Coldwell Banker */\n --surface-spectrum-red: #4c141d;\n /* Surface/Spectrum/teal - Theme - Coldwell Banker */\n --surface-spectrum-teal: #012e2a;\n /* Surface/Spectrum/yellow - Theme - Coldwell Banker */\n --surface-spectrum-yellow: #564210;\n}\n",
7
+ corcoran: "/* Generated from figma export: 2025-07-08T20:32:21.402Z */\n\n@import url('https://fonts.googleapis.com/css2?family=Work%20Sans:ital,wght@0,100..900;1,100..900&display=swap');\nbody {\n font-family: var(--typeface);\n}\n\n:root {\n /* Body/Base */\n --body-base: 400 16px/20px var(--typeface);\n /* Body/Base - line height */\n --body-base-line-height: 20px;\n /* Body/Base - size */\n --body-base-size: 16px;\n /* Body/Base - style */\n --body-base-style: regular;\n /* Body/Large */\n --body-large: 400 18px/24px var(--typeface);\n /* Body/Large - line height */\n --body-large-line-height: 24px;\n /* Body/Large - size */\n --body-large-size: 18px;\n /* Body/Large - style */\n --body-large-style: regular;\n /* Body/Small */\n --body-small: 400 14px/20px var(--typeface);\n /* Body/Small - line height */\n --body-small-line-height: 20px;\n /* Body/Small - size */\n --body-small-size: 14px;\n /* Body/Small - style */\n --body-small-style: regular;\n /* Body/X-Small */\n --body-x-small: 400 12px/16px var(--typeface);\n /* Body/X-Small - line height */\n --body-x-small-line-height: 16px;\n /* Body/X-Small - size */\n --body-x-small-size: 12px;\n /* Body/X-Small - style */\n --body-x-small-style: regular;\n /* Colors/Brands/Experiment/blue-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-dark-100: #0a2f85;\n /* Colors/Brands/Experiment/blue-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-dark-200: #1347cc;\n /* Colors/Brands/Experiment/blue-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-dark-300: #0f59e2;\n /* Colors/Brands/Experiment/blue-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-dark-400: #357aea;\n /* Colors/Brands/Experiment/blue-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-dark-50: #181d34;\n /* Colors/Brands/Experiment/blue-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-dark-500: #2e88f6;\n /* Colors/Brands/Experiment/blue-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-dark-600: #50a1ff;\n /* Colors/Brands/Experiment/blue-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-dark-700: #7ab7ff;\n /* Colors/Brands/Experiment/blue-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-dark-800: #dcebfe;\n /* Colors/Brands/Experiment/blue-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-dark-900: #f0f6ff;\n /* Colors/Brands/Experiment/blue-gray-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-100: #1a2332;\n /* Colors/Brands/Experiment/blue-gray-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-200: #252e3c;\n /* Colors/Brands/Experiment/blue-gray-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-300: #323b49;\n /* Colors/Brands/Experiment/blue-gray-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-400: #5e6d82;\n /* Colors/Brands/Experiment/blue-gray-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-50: #0c101c;\n /* Colors/Brands/Experiment/blue-gray-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-500: #8b9bb2;\n /* Colors/Brands/Experiment/blue-gray-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-600: #b1c0d2;\n /* Colors/Brands/Experiment/blue-gray-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-700: #d4dce8;\n /* Colors/Brands/Experiment/blue-gray-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-800: #e2ebf3;\n /* Colors/Brands/Experiment/blue-gray-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-900: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-100: #f1f5f9;\n /* Colors/Brands/Experiment/blue-gray-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-200: #e1e7ef;\n /* Colors/Brands/Experiment/blue-gray-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-300: #c8d6e5;\n /* Colors/Brands/Experiment/blue-gray-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-400: #9eacc0;\n /* Colors/Brands/Experiment/blue-gray-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-50: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-500: #65758b;\n /* Colors/Brands/Experiment/blue-gray-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-600: #48566a;\n /* Colors/Brands/Experiment/blue-gray-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-700: #344256;\n /* Colors/Brands/Experiment/blue-gray-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-800: #1d283a;\n /* Colors/Brands/Experiment/blue-gray-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-900: #0f1729;\n /* Colors/Brands/Experiment/blue-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-light-100: #dcebfe;\n /* Colors/Brands/Experiment/blue-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-light-200: #bedbfe;\n /* Colors/Brands/Experiment/blue-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-light-300: #91c3fd;\n /* Colors/Brands/Experiment/blue-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-light-400: #61a6fa;\n /* Colors/Brands/Experiment/blue-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-light-50: #f2f7ff;\n /* Colors/Brands/Experiment/blue-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-light-500: #3479e9;\n /* Colors/Brands/Experiment/blue-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-light-600: #1559ea;\n /* Colors/Brands/Experiment/blue-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-light-700: #173fab;\n /* Colors/Brands/Experiment/blue-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-light-800: #162f82;\n /* Colors/Brands/Experiment/blue-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-light-900: #0c1736;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-10: #50a1ff1a;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-12: #50a1ff1f;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-16: #50a1ff29;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-20: #50a1ff33;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-8: #50a1ff14;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-10: #1559ea1a;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-12: #1559ea1f;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-16: #1559ea29;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-20: #1559ea33;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-8: #1559ea14;\n /* Colors/Brands/Experiment/orange-dark/100 - Global (primitives) */\n --colors-brands-experiment-orange-dark-100: #852c0f;\n /* Colors/Brands/Experiment/orange-dark/200 - Global (primitives) */\n --colors-brands-experiment-orange-dark-200: #ab4827;\n /* Colors/Brands/Experiment/orange-dark/300 - Global (primitives) */\n --colors-brands-experiment-orange-dark-300: #ce5a07;\n /* Colors/Brands/Experiment/orange-dark/400 - Global (primitives) */\n --colors-brands-experiment-orange-dark-400: #f27013;\n /* Colors/Brands/Experiment/orange-dark/50 - Global (primitives) */\n --colors-brands-experiment-orange-dark-50: #31160d;\n /* Colors/Brands/Experiment/orange-dark/500 - Global (primitives) */\n --colors-brands-experiment-orange-dark-500: #fb923c;\n /* Colors/Brands/Experiment/orange-dark/600 - Global (primitives) */\n --colors-brands-experiment-orange-dark-600: #fdba72;\n /* Colors/Brands/Experiment/orange-dark/700 - Global (primitives) */\n --colors-brands-experiment-orange-dark-700: #fed6a9;\n /* Colors/Brands/Experiment/orange-dark/800 - Global (primitives) */\n --colors-brands-experiment-orange-dark-800: #ffedd6;\n /* Colors/Brands/Experiment/orange-dark/900 - Global (primitives) */\n --colors-brands-experiment-orange-dark-900: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/100 - Global (primitives) */\n --colors-brands-experiment-orange-light-100: #ffedd6;\n /* Colors/Brands/Experiment/orange-light/200 - Global (primitives) */\n --colors-brands-experiment-orange-light-200: #fed6a9;\n /* Colors/Brands/Experiment/orange-light/300 - Global (primitives) */\n --colors-brands-experiment-orange-light-300: #fdba72;\n /* Colors/Brands/Experiment/orange-light/400 - Global (primitives) */\n --colors-brands-experiment-orange-light-400: #fb923c;\n /* Colors/Brands/Experiment/orange-light/50 - Global (primitives) */\n --colors-brands-experiment-orange-light-50: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/500 - Global (primitives) */\n --colors-brands-experiment-orange-light-500: #f67416;\n /* Colors/Brands/Experiment/orange-light/600 - Global (primitives) */\n --colors-brands-experiment-orange-light-600: #e4570c;\n /* Colors/Brands/Experiment/orange-light/700 - Global (primitives) */\n --colors-brands-experiment-orange-light-700: #b63c0b;\n /* Colors/Brands/Experiment/orange-light/800 - Global (primitives) */\n --colors-brands-experiment-orange-light-800: #80310f;\n /* Colors/Brands/Experiment/orange-light/900 - Global (primitives) */\n --colors-brands-experiment-orange-light-900: #471a0a;\n /* Colors/Internal/pink-00-light - Global (primitives) */\n --colors-internal-pink-00-light: #ff4f8d;\n /* Colors/Internal/pink-50-dark - Global (primitives) */\n --colors-internal-pink-50-dark: #802847;\n /* Colors/Neutral/00 - Global (primitives) */\n --colors-neutral-00: #000000;\n /* Colors/Neutral/02 - Global (primitives) */\n --colors-neutral-02: #050505;\n /* Colors/Neutral/04 - Global (primitives) */\n --colors-neutral-04: #0a0a0a;\n /* Colors/Neutral/06 - Global (primitives) */\n --colors-neutral-06: #0f0f0f;\n /* Colors/Neutral/08 - Global (primitives) */\n --colors-neutral-08: #141414;\n /* Colors/Neutral/10 - Global (primitives) */\n --colors-neutral-10: #1a1a1a;\n /* Colors/Neutral/100 - Global (primitives) */\n --colors-neutral-100: #ffffff;\n /* Colors/Neutral/12 - Global (primitives) */\n --colors-neutral-12: #1f1f1f;\n /* Colors/Neutral/14 - Global (primitives) */\n --colors-neutral-14: #242424;\n /* Colors/Neutral/16 - Global (primitives) */\n --colors-neutral-16: #292929;\n /* Colors/Neutral/18 - Global (primitives) */\n --colors-neutral-18: #2e2e2e;\n /* Colors/Neutral/20 - Global (primitives) */\n --colors-neutral-20: #333333;\n /* Colors/Neutral/22 - Global (primitives) */\n --colors-neutral-22: #383838;\n /* Colors/Neutral/24 - Global (primitives) */\n --colors-neutral-24: #424242;\n /* Colors/Neutral/26 - Global (primitives) */\n --colors-neutral-26: #424242;\n /* Colors/Neutral/28 - Global (primitives) */\n --colors-neutral-28: #474747;\n /* Colors/Neutral/30 - Global (primitives) */\n --colors-neutral-30: #4d4d4d;\n /* Colors/Neutral/32 - Global (primitives) */\n --colors-neutral-32: #525252;\n /* Colors/Neutral/34 - Global (primitives) */\n --colors-neutral-34: #575757;\n /* Colors/Neutral/36 - Global (primitives) */\n --colors-neutral-36: #5c5c5c;\n /* Colors/Neutral/38 - Global (primitives) */\n --colors-neutral-38: #616161;\n /* Colors/Neutral/40 - Global (primitives) */\n --colors-neutral-40: #666666;\n /* Colors/Neutral/42 - Global (primitives) */\n --colors-neutral-42: #6b6b6b;\n /* Colors/Neutral/44 - Global (primitives) */\n --colors-neutral-44: #707070;\n /* Colors/Neutral/46 - Global (primitives) */\n --colors-neutral-46: #757575;\n /* Colors/Neutral/48 - Global (primitives) */\n --colors-neutral-48: #7a7a7a;\n /* Colors/Neutral/50 - Global (primitives) */\n --colors-neutral-50: #808080;\n /* Colors/Neutral/52 - Global (primitives) */\n --colors-neutral-52: #858585;\n /* Colors/Neutral/54 - Global (primitives) */\n --colors-neutral-54: #8a8a8a;\n /* Colors/Neutral/56 - Global (primitives) */\n --colors-neutral-56: #8f8f8f;\n /* Colors/Neutral/58 - Global (primitives) */\n --colors-neutral-58: #949494;\n /* Colors/Neutral/60 - Global (primitives) */\n --colors-neutral-60: #999999;\n /* Colors/Neutral/62 - Global (primitives) */\n --colors-neutral-62: #9e9e9e;\n /* Colors/Neutral/64 - Global (primitives) */\n --colors-neutral-64: #a3a3a3;\n /* Colors/Neutral/66 - Global (primitives) */\n --colors-neutral-66: #a8a8a8;\n /* Colors/Neutral/68 - Global (primitives) */\n --colors-neutral-68: #adadad;\n /* Colors/Neutral/70 - Global (primitives) */\n --colors-neutral-70: #b3b3b3;\n /* Colors/Neutral/72 - Global (primitives) */\n --colors-neutral-72: #b8b8b8;\n /* Colors/Neutral/74 - Global (primitives) */\n --colors-neutral-74: #bdbdbd;\n /* Colors/Neutral/76 - Global (primitives) */\n --colors-neutral-76: #c2c2c2;\n /* Colors/Neutral/78 - Global (primitives) */\n --colors-neutral-78: #c7c7c7;\n /* Colors/Neutral/80 - Global (primitives) */\n --colors-neutral-80: #cccccc;\n /* Colors/Neutral/82 - Global (primitives) */\n --colors-neutral-82: #d1d1d1;\n /* Colors/Neutral/84 - Global (primitives) */\n --colors-neutral-84: #d6d6d6;\n /* Colors/Neutral/86 - Global (primitives) */\n --colors-neutral-86: #dbdbdb;\n /* Colors/Neutral/88 - Global (primitives) */\n --colors-neutral-88: #e0e0e0;\n /* Colors/Neutral/90 - Global (primitives) */\n --colors-neutral-90: #e6e6e6;\n /* Colors/Neutral/92 - Global (primitives) */\n --colors-neutral-92: #ebebeb;\n /* Colors/Neutral/94 - Global (primitives) */\n --colors-neutral-94: #f0f0f0;\n /* Colors/Neutral/96 - Global (primitives) */\n --colors-neutral-96: #f5f5f5;\n /* Colors/Neutral/98 - Global (primitives) */\n --colors-neutral-98: #fafafa;\n /* Colors/Neutral/transparent - Global (primitives) */\n --colors-neutral-transparent: #ffffff00;\n /* Colors/System/blue-dark - Global (primitives) */\n --colors-system-blue-dark: #5d92f5;\n /* Colors/System/blue-dark-bg - Global (primitives) */\n --colors-system-blue-dark-bg: #0e2754;\n /* Colors/System/blue-light - Global (primitives) */\n --colors-system-blue-light: #276ef1;\n /* Colors/System/blue-light-bg - Global (primitives) */\n --colors-system-blue-light-bg: #dfe9fd;\n /* Colors/System/green-dark - Global (primitives) */\n --colors-system-green-dark: #519f73;\n /* Colors/System/green-dark-bg - Global (primitives) */\n --colors-system-green-dark-bg: #0d2f1c;\n /* Colors/System/green-light - Global (primitives) */\n --colors-system-green-light: #258750;\n /* Colors/System/green-light-bg - Global (primitives) */\n --colors-system-green-light-bg: #d3e7dc;\n /* Colors/System/Links/00-default-light - Global (primitives) */\n --colors-system-links-00-default-light: #215ecd;\n /* Colors/System/Links/10-hover-light - Global (primitives) */\n --colors-system-links-10-hover-light: #1e55b9;\n /* Colors/System/Links/20-press-light - Global (primitives) */\n --colors-system-links-20-press-light: #1a4ba4;\n /* Colors/System/Links/30-active-dark - Global (primitives) */\n --colors-system-links-30-active-dark: #648edc;\n /* Colors/System/Links/30-active-light - Global (primitives) */\n --colors-system-links-30-active-light: #174290;\n /* Colors/System/Links/40-default-dark - Global (primitives) */\n --colors-system-links-40-default-dark: #7a9ee1;\n /* Colors/System/Links/40-disabled-dark - Global (primitives) */\n --colors-system-links-40-disabled-dark: #14387b;\n /* Colors/System/Links/40-disabled-light - Global (primitives) */\n --colors-system-links-40-disabled-light: #7a9ee1;\n /* Colors/System/Links/50-hover-dark - Global (primitives) */\n --colors-system-links-50-hover-dark: #90afe6;\n /* Colors/System/Links/60-press-dark - Global (primitives) */\n --colors-system-links-60-press-dark: #a6bfeb;\n /* Colors/System/red-dark - Global (primitives) */\n --colors-system-red-dark: #e26b7d;\n /* Colors/System/red-dark-bg - Global (primitives) */\n --colors-system-red-dark-bg: #4c141d;\n /* Colors/System/red-light - Global (primitives) */\n --colors-system-red-light: #d83a52;\n /* Colors/System/red-light-bg - Global (primitives) */\n --colors-system-red-light-bg: #f9e1e9;\n /* Colors/System/Spectrum/Data visual/azure-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-400: #7fc4ec;\n /* Colors/System/Spectrum/Data visual/azure-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-700: #299de0;\n /* Colors/System/Spectrum/Data visual/backrose-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-backrose-900: #958ca3;\n /* Colors/System/Spectrum/Data visual/blackrose-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-blackrose-1200: #130033;\n /* Colors/System/Spectrum/Data visual/bronze-1100 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-1100: #794b34;\n /* Colors/System/Spectrum/Data visual/bronze-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-800: #af9385;\n /* Colors/System/Spectrum/Data visual/brown-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-1200: #7a2a0b;\n /* Colors/System/Spectrum/Data visual/brown-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-900: #b68a79;\n /* Colors/System/Spectrum/Data visual/cadet-gray-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-1200: #094a53;\n /* Colors/System/Spectrum/Data visual/cadet-gray-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-900: #789ba0;\n /* Colors/System/Spectrum/Data visual/cooper-500 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-500: #e6b297;\n /* Colors/System/Spectrum/Data visual/cooper-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-800: #d67e51;\n /* Colors/System/Spectrum/Data visual/gold-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-400: #cdbe80;\n /* Colors/System/Spectrum/Data visual/gold-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-700: #ab922b;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-black - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-black: #1f1f1f4d;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-white - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-400-opacity: #7fc4ec4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-700-opacity: #299de04d;\n /* Colors/System/Spectrum/Data visual/Highlight/backrose-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-backrose-900-opacity: #958ca34d;\n /* Colors/System/Spectrum/Data visual/Highlight/blackrose-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-blackrose-1200-opacity: #1300334d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-1100-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-1100-opacity: #794b344d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-800-opacity: #af93854d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-1200-opacity: #7a2a0b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-900-opacity: #b68a794d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-1200-opacity: #094a534d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-900-opacity: #789ba04d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-500-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-500-opacity: #e6b2974d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-800-opacity: #d67e514d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-400-opacity: #cdbe804d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-700-opacity: #ab922b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-600-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-600-opacity: #88c5af4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-900-opacity: #389e7a4d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-1200-opacity: #5309094d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-900-opacity: #a984844d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-1000-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-1000-opacity: #7f7f7f4d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-700-opacity: #b2b2b24d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-1200-opacity: #2d33004d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-900-opacity: #9699804d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-1200-opacity: #0a466c4d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-900-opacity: #7899ae4d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-1200-opacity: #4334794d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-900-opacity: #a19abc4d;\n /* Colors/System/Spectrum/Data visual/jade-600 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-600: #88c5af;\n /* Colors/System/Spectrum/Data visual/jade-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-900: #389e7a;\n /* Colors/System/Spectrum/Data visual/maroon-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-1200: #530909;\n /* Colors/System/Spectrum/Data visual/maroon-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-900: #a98484;\n /* Colors/System/Spectrum/Data visual/platinum-1000 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-1000: #7f7f7f;\n /* Colors/System/Spectrum/Data visual/platinum-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-700: #b2b2b2;\n /* Colors/System/Spectrum/Data visual/sage-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-1200: #2d3300;\n /* Colors/System/Spectrum/Data visual/sage-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-900: #969980;\n /* Colors/System/Spectrum/Data visual/tanzanite-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-1200: #0a466c;\n /* Colors/System/Spectrum/Data visual/tanzanite-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-900: #7899ae;\n /* Colors/System/Spectrum/Data visual/violet-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-1200: #433479;\n /* Colors/System/Spectrum/Data visual/violet-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-900: #a19abc;\n /* Colors/System/Spectrum/Depth/45-blue-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-blue-dark: #88aff7;\n /* Colors/System/Spectrum/Depth/45-green-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-green-dark: #87bd9f;\n /* Colors/System/Spectrum/Depth/45-lime-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-lime-dark: #dce28f;\n /* Colors/System/Spectrum/Depth/45-magenta-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-magenta-dark: #e07aed;\n /* Colors/System/Spectrum/Depth/45-orange-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-orange-dark: #f6a874;\n /* Colors/System/Spectrum/Depth/45-pink-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-pink-dark: #ea86b9;\n /* Colors/System/Spectrum/Depth/45-purple-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-purple-dark: #c8a6f9;\n /* Colors/System/Spectrum/Depth/45-red-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-red-dark: #ea93a0;\n /* Colors/System/Spectrum/Depth/45-teal-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-teal-dark: #74bbb4;\n /* Colors/System/Spectrum/Depth/45-yellow-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-yellow-dark: #fada8d;\n /* Colors/System/Spectrum/Depth/50-blue-light - Global (primitives) */\n --colors-system-spectrum-depth-50-blue-light: #143778;\n /* Colors/System/Spectrum/Depth/50-green-light - Global (primitives) */\n --colors-system-spectrum-depth-50-green-light: #134428;\n /* Colors/System/Spectrum/Depth/50-lime-light - Global (primitives) */\n --colors-system-spectrum-depth-50-lime-light: #60651a;\n /* Colors/System/Spectrum/Depth/50-magenta-light - Global (primitives) */\n --colors-system-spectrum-depth-50-magenta-light: #63076f;\n /* Colors/System/Spectrum/Depth/50-orange-light - Global (primitives) */\n --colors-system-spectrum-depth-50-orange-light: #773001;\n /* Colors/System/Spectrum/Depth/50-pink-light - Global (primitives) */\n --colors-system-spectrum-depth-50-pink-light: #6c1240;\n /* Colors/System/Spectrum/Depth/50-purple-light - Global (primitives) */\n --colors-system-spectrum-depth-50-purple-light: #310077;\n /* Colors/System/Spectrum/Depth/50-red-light - Global (primitives) */\n --colors-system-spectrum-depth-50-red-light: #6c1d29;\n /* Colors/System/Spectrum/Depth/50-teal-light - Global (primitives) */\n --colors-system-spectrum-depth-50-teal-light: #01413c;\n /* Colors/System/Spectrum/Depth/50-yellow-light - Global (primitives) */\n --colors-system-spectrum-depth-50-yellow-light: #7b5e18;\n /* Colors/System/Spectrum/Highlight/65-blue-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-blue-dark: #0e2754;\n /* Colors/System/Spectrum/Highlight/65-green-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-green-dark: #0d2f1c;\n /* Colors/System/Spectrum/Highlight/65-lime-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-lime-dark: #434712;\n /* Colors/System/Spectrum/Highlight/65-magenta-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-magenta-dark: #45054e;\n /* Colors/System/Spectrum/Highlight/65-orange-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-orange-dark: #532201;\n /* Colors/System/Spectrum/Highlight/65-pink-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-pink-dark: #4c0c2d;\n /* Colors/System/Spectrum/Highlight/65-purple-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-purple-dark: #220053;\n /* Colors/System/Spectrum/Highlight/65-red-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-red-dark: #4c141d;\n /* Colors/System/Spectrum/Highlight/65-teal-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-teal-dark: #012e2a;\n /* Colors/System/Spectrum/Highlight/65-yellow-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-yellow-dark: #564210;\n /* Colors/System/Spectrum/Highlight/85-blue-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-blue-light: #dfe9fd;\n /* Colors/System/Spectrum/Highlight/85-green-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-green-light: #deede5;\n /* Colors/System/Spectrum/Highlight/85-lime-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-lime-light: #f6f7e0;\n /* Colors/System/Spectrum/Highlight/85-magenta-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-magenta-light: #f6dbfa;\n /* Colors/System/Spectrum/Highlight/85-orange-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-orange-light: #fce7d9;\n /* Colors/System/Spectrum/Highlight/85-pink-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-pink-light: #f9deec;\n /* Colors/System/Spectrum/Highlight/85-purple-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-purple-light: #e7d9fc;\n /* Colors/System/Spectrum/Highlight/85-red-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-red-light: #f9e1e5;\n /* Colors/System/Spectrum/Highlight/85-teal-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-teal-light: #d9eceb;\n /* Colors/System/Spectrum/Highlight/85-yellow-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-yellow-light: #fef5e0;\n /* Colors/System/Spectrum/Vibrant/00-blue-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-blue-light: #276ef1;\n /* Colors/System/Spectrum/Vibrant/00-green-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-green-light: #258750;\n /* Colors/System/Spectrum/Vibrant/00-lime-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-lime-light: #c0ca33;\n /* Colors/System/Spectrum/Vibrant/00-magenta-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-magenta-light: #c60ede;\n /* Colors/System/Spectrum/Vibrant/00-orange-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-orange-light: #ee6002;\n /* Colors/System/Spectrum/Vibrant/00-pink-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-pink-light: #d82380;\n /* Colors/System/Spectrum/Vibrant/00-purple-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-purple-light: #6200ee;\n /* Colors/System/Spectrum/Vibrant/00-red-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-red-light: #d83a52;\n /* Colors/System/Spectrum/Vibrant/00-teal-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-teal-light: #038377;\n /* Colors/System/Spectrum/Vibrant/00-yellow-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-yellow-light: #f6bc2f;\n /* Colors/System/Spectrum/Vibrant/40-blue-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-blue-dark: #5d92f5;\n /* Colors/System/Spectrum/Vibrant/40-green-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-green-dark: #7cb796;\n /* Colors/System/Spectrum/Vibrant/40-lime-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-lime-dark: #d9df85;\n /* Colors/System/Spectrum/Vibrant/40-magenta-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-magenta-dark: #dd6eeb;\n /* Colors/System/Spectrum/Vibrant/40-orange-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-orange-dark: #f5a067;\n /* Colors/System/Spectrum/Vibrant/40-pink-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-pink-dark: #e87bb3;\n /* Colors/System/Spectrum/Vibrant/40-purple-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-purple-dark: #a166f5;\n /* Colors/System/Spectrum/Vibrant/40-red-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-red-dark: #e88997;\n /* Colors/System/Spectrum/Vibrant/40-teal-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-teal-dark: #68b5ad;\n /* Colors/System/Spectrum/Vibrant/40-yellow-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-yellow-dark: #fad782;\n /* Colors/System/Visited links/00-default-light - Global (primitives) */\n --colors-system-visited-links-00-default-light: #7a3e7a;\n /* Colors/System/Visited links/30-active-dark - Global (primitives) */\n --colors-system-visited-links-30-active-dark: #a278a2;\n /* Colors/System/Visited links/30-active-light - Global (primitives) */\n --colors-system-visited-links-30-active-light: #552b55;\n /* Colors/System/Visited links/40-default-dark - Global (primitives) */\n --colors-system-visited-links-40-default-dark: #af8baf;\n /* Colors/System/Visited links/40-disabled-dark - Global (primitives) */\n --colors-system-visited-links-40-disabled-dark: #492549;\n /* Colors/System/Visited links/40-disabled-light - Global (primitives) */\n --colors-system-visited-links-40-disabled-light: #af8baf;\n /* Colors/System/yellow-dark - Global (primitives) */\n --colors-system-yellow-dark: #f8cd63;\n /* Colors/System/yellow-dark-bg - Global (primitives) */\n --colors-system-yellow-dark-bg: #564210;\n /* Colors/System/yellow-light - Global (primitives) */\n --colors-system-yellow-light: #f6bc2f;\n /* Colors/System/yellow-light-bg - Global (primitives) */\n --colors-system-yellow-light-bg: #fef5e0;\n /* Corner radius/120 - Global (primitives) */\n --corner-radius-120: 12px;\n /* Corner radius/160 - Global (primitives) */\n --corner-radius-160: 16px;\n /* Corner radius/40 - Global (primitives) */\n --corner-radius-40: 4px;\n /* Corner radius/80 - Global (primitives) */\n --corner-radius-80: 8px;\n /* Corner radius/circular - Global (primitives) */\n --corner-radius-circular: 999px;\n /* Corner radius/None - Global (primitives) */\n --corner-radius-none: 0;\n /* East - navigation rails, drawers, sheets */\n --drop-shadow-east: 2px 0px 8px -2px #0000001a, 2px 0px 4px -2px #0000001f;\n /* Float */\n --drop-shadow-float: 0px 0px 1px 0px #00000052, 0px 8px 12px 0px #00000026;\n /* North - Bottom navigation, button dock, bottom sheet */\n --drop-shadow-north: 0px -2px 8px -2px #0000001a, 0px -2px 4px -2px #0000001f;\n /* Raise */\n --drop-shadow-raise: 0px 0px 1px 0px #00000026, 0px 1px 1px 0px #00000052;\n /* Scroll */\n --drop-shadow-scroll: 0px 0px 3px 0px #00000052;\n /* South - top navigation */\n --drop-shadow-south: 0px 2px 8px -2px #0000001a, 0px 2px 4px -2px #0000001f;\n /* West - side sheets */\n --drop-shadow-west: -8px 0px 8px -2px #0000001a, -5px 4px 4px -6px #00000026;\n /* Foreground/Link text/subtle-inverse-hovered - Theme - Corcoran */\n --foreground-link-text-subtle-inverse-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inverse-pressed - Theme - Corcoran */\n --foreground-link-text-subtle-inverse-pressed: #d1d1d1;\n /* Foreground/Neutral/on-color - Theme - Corcoran */\n --foreground-neutral-on-color: #ffffff;\n /* Interaction/disabled-opacity - Theme - 3.0 */\n --interaction-disabled-opacity: #0000000f;\n /* Interaction/primary-disabled-opacity - Theme - 3.0 */\n --interaction-primary-disabled-opacity: #1559ea1f;\n /* Interaction/primary-hover-opacity - Theme - 3.0 */\n --interaction-primary-hover-opacity: #1559ea1a;\n /* Interaction/primary-press-opacity - Theme - 3.0 */\n --interaction-primary-press-opacity: #1559ea33;\n /* Interactions/opacity-black-10 - Global (primitives) */\n --interactions-opacity-black-10: #0000001a;\n /* Interactions/opacity-black-16 - Global (primitives) */\n --interactions-opacity-black-16: #00000029;\n /* Interactions/opacity-black-20 - Global (primitives) */\n --interactions-opacity-black-20: #00000033;\n /* Interactions/opacity-black-30 - Global (primitives) */\n --interactions-opacity-black-30: #0000004d;\n /* Interactions/opacity-black-6 - Global (primitives) */\n --interactions-opacity-black-6: #0000000f;\n /* Interactions/opacity-black-8 - Global (primitives) */\n --interactions-opacity-black-8: #00000014;\n /* Interactions/opacity-white-10 - Global (primitives) */\n --interactions-opacity-white-10: #ffffff1a;\n /* Interactions/opacity-white-16 - Global (primitives) */\n --interactions-opacity-white-16: #ffffff29;\n /* Interactions/opacity-white-20 - Global (primitives) */\n --interactions-opacity-white-20: #ffffff33;\n /* Interactions/opacity-white-30 - Global (primitives) */\n --interactions-opacity-white-30: #ffffff4d;\n /* Interactions/opacity-white-6 - Global (primitives) */\n --interactions-opacity-white-6: #ffffff0f;\n /* Interactions/opacity-white-8 - Global (primitives) */\n --interactions-opacity-white-8: #ffffff14;\n /* Colors/Brands/Corcoran/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --interactions-primary-dark-opacity-10: #92adc41a;\n /* Colors/Brands/Corcoran/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --interactions-primary-dark-opacity-12: #92adc41f;\n /* Colors/Brands/Corcoran/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --interactions-primary-dark-opacity-16: #92adc429;\n /* Colors/Brands/Corcoran/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --interactions-primary-dark-opacity-20: #92adc433;\n /* Colors/Brands/Corcoran/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --interactions-primary-dark-opacity-8: #92adc414;\n /* Colors/Brands/Corcoran/Interactions/primary-light-opacity-10 - Global (primitives) */\n --interactions-primary-light-opacity-10: #4a769d1a;\n /* Colors/Brands/Corcoran/Interactions/primary-light-opacity-12 - Global (primitives) */\n --interactions-primary-light-opacity-12: #4a769d1f;\n /* Colors/Brands/Corcoran/Interactions/primary-light-opacity-16 - Global (primitives) */\n --interactions-primary-light-opacity-16: #4a769d29;\n /* Colors/Brands/Corcoran/Interactions/primary-light-opacity-20 - Global (primitives) */\n --interactions-primary-light-opacity-20: #4a769d33;\n /* Colors/Brands/Corcoran/Interactions/primary-light-opacity-8 - Global (primitives) */\n --interactions-primary-light-opacity-8: #4a769d14;\n /* Labels/Base */\n --labels-base: 500 16px/20px var(--typeface);\n /* Labels/Base - line height */\n --labels-base-line-height: 20px;\n /* Labels/Base - size */\n --labels-base-size: 16px;\n /* Labels/Base - style */\n --labels-base-style: medium;\n /* Labels/Large */\n --labels-large: 500 18px/24px var(--typeface);\n /* Labels/Large - line height */\n --labels-large-line-height: 24px;\n /* Labels/Large - size */\n --labels-large-size: 18px;\n /* Labels/Large - style */\n --labels-large-style: medium;\n /* Labels/Small */\n --labels-small: 500 14px/20px var(--typeface);\n /* Labels/Small - line height */\n --labels-small-line-height: 20px;\n /* Labels/Small - size */\n --labels-small-size: 14px;\n /* Labels/Small - style */\n --labels-small-style: medium;\n /* Labels/X-Small */\n --labels-x-small: 500 12px/16px var(--typeface);\n /* Labels/X-Small - line height */\n --labels-x-small-line-height: 16px;\n /* Labels/X-Small - size */\n --labels-x-small-size: 12px;\n /* Labels/X-Small - style */\n --labels-x-small-style: medium;\n /* Colors/Brands/Corcoran/Primary/00-base - Global (primitives) */\n --primary-00-base: #4a769d;\n /* Colors/Brands/Corcoran/Primary/15-dark - Global (primitives) */\n --primary-15-dark: #3f6485;\n /* Colors/Brands/Corcoran/Primary/40-light - Global (primitives) */\n --primary-40-light: #92adc4;\n /* Colors/Brands/Corcoran/Primary/55-light - Global (primitives) */\n --primary-55-light: #aec1d3;\n /* Colors/Brands/Corcoran/Primary/75-dark - Global (primitives) */\n --primary-75-dark: #131e27;\n /* Colors/Brands/Corcoran/Primary/85-light - Global (primitives) */\n --primary-85-light: #e4eaf0;\n /* Radius/full - Borders */\n --radius-full: 999px;\n /* Radius/lg - Borders */\n --radius-lg: 12px;\n /* Radius/md - Borders */\n --radius-md: 8px;\n /* Radius/none - Borders */\n --radius-none: 0;\n /* Radius/sm - Borders */\n --radius-sm: 4px;\n /* Radius/xlg - Borders */\n --radius-xlg: 16px;\n /* Colors/Brands/Corcoran/Secondary/00-base - Global (primitives) */\n --secondary-00-base: #c0535c;\n /* Colors/Brands/Corcoran/Secondary/15-dark - Global (primitives) */\n --secondary-15-dark: #a3474e;\n /* Colors/Brands/Corcoran/Secondary/40-light - Global (primitives) */\n --secondary-40-light: #d9989d;\n /* Colors/Brands/Corcoran/Secondary/55-light - Global (primitives) */\n --secondary-55-light: #e3b2b6;\n /* Colors/Brands/Corcoran/Secondary/75-dark - Global (primitives) */\n --secondary-75-dark: #301517;\n /* Colors/Brands/Corcoran/Secondary/85-light - Global (primitives) */\n --secondary-85-light: #f6e5e7;\n /* Shadows/Inner-Shadow-black-100 - Global (primitives) */\n --shadows-inner-shadow-black-100: #000000;\n /* Shadows/Inner-Shadow-white-100 - Global (primitives) */\n --shadows-inner-shadow-white-100: #ffffff;\n /* Shadows/Shadow-black-10 - Global (primitives) */\n --shadows-shadow-black-10: #0000001a;\n /* Shadows/Shadow-black-12 - Global (primitives) */\n --shadows-shadow-black-12: #0000001f;\n /* Shadows/Shadow-black-15 - Global (primitives) */\n --shadows-shadow-black-15: #00000026;\n /* Shadows/Shadow-black-25 - Global (primitives) */\n --shadows-shadow-black-25: #00000040;\n /* Shadows/Shadow-black-32 - Global (primitives) */\n --shadows-shadow-black-32: #00000052;\n /* Shadows/Shadow-black-50 - Global (primitives) */\n --shadows-shadow-black-50: #00000080;\n /* Shadows/Shadow-gray-10 - Global (primitives) */\n --shadows-shadow-gray-10: #6161611a;\n /* Shadows/Shadow-gray-12 - Global (primitives) */\n --shadows-shadow-gray-12: #6161611f;\n /* Shadows/Shadow-gray-15 - Global (primitives) */\n --shadows-shadow-gray-15: #61616126;\n /* Shadows/Shadow-gray-25 - Global (primitives) */\n --shadows-shadow-gray-25: #61616140;\n /* Shadows/Shadow-gray-32 - Global (primitives) */\n --shadows-shadow-gray-32: #61616152;\n /* Shadows/Shadow-gray-50 - Global (primitives) */\n --shadows-shadow-gray-50: #61616180;\n /* Spacing/sizing-01 - Spacing & Sizing */\n --spacing-sizing-01: 4px;\n /* Spacing/sizing-02 - Spacing & Sizing */\n --spacing-sizing-02: 8px;\n /* Spacing/sizing-03 - Spacing & Sizing */\n --spacing-sizing-03: 12px;\n /* Spacing/sizing-04 - Spacing & Sizing */\n --spacing-sizing-04: 16px;\n /* Spacing/sizing-05 - Spacing & Sizing */\n --spacing-sizing-05: 20px;\n /* Spacing/sizing-06 - Spacing & Sizing */\n --spacing-sizing-06: 24px;\n /* Spacing/sizing-07 - Spacing & Sizing */\n --spacing-sizing-07: 28px;\n /* Spacing/sizing-08 - Spacing & Sizing */\n --spacing-sizing-08: 32px;\n /* Spacing/sizing-09 - Spacing & Sizing */\n --spacing-sizing-09: 36px;\n /* Spacing/sizing-10 - Spacing & Sizing */\n --spacing-sizing-10: 40px;\n /* Spacing/sizing-11 - Spacing & Sizing */\n --spacing-sizing-11: 44px;\n /* Spacing/sizing-12 - Spacing & Sizing */\n --spacing-sizing-12: 48px;\n /* Spacing/sizing-13 - Spacing & Sizing */\n --spacing-sizing-13: 52px;\n /* Spacing/sizing-14 - Spacing & Sizing */\n --spacing-sizing-14: 56px;\n /* Spacing/sizing-15 - Spacing & Sizing */\n --spacing-sizing-15: 60px;\n /* Spacing/sizing-16 - Spacing & Sizing */\n --spacing-sizing-16: 64px;\n /* Spacing/sizing-17 - Spacing & Sizing */\n --spacing-sizing-17: 68px;\n /* Spacing/sizing-18 - Spacing & Sizing */\n --spacing-sizing-18: 72px;\n /* Spacing/sizing-19 - Spacing & Sizing */\n --spacing-sizing-19: 80px;\n /* Spacing/sizing-20 - Spacing & Sizing */\n --spacing-sizing-20: 96px;\n /* Spacing/sizing-21 - Spacing & Sizing */\n --spacing-sizing-21: 104px;\n /* Spacing/sizing-22 - Spacing & Sizing */\n --spacing-sizing-22: 120px;\n /* Spacing/sizing-23 - Spacing & Sizing */\n --spacing-sizing-23: 128px;\n /* Spacing/sizing-24 - Spacing & Sizing */\n --spacing-sizing-24: 148px;\n /* Spacing/sizing-25 - Spacing & Sizing */\n --spacing-sizing-25: 152px;\n /* Spacing/sizing-none - Spacing & Sizing */\n --spacing-sizing-none: 0;\n /* Spacings/1040 - Global (primitives) */\n --spacings-1040: 104px;\n /* Spacings/120 - Global (primitives) */\n --spacings-120: 12px;\n /* Spacings/1200 - Global (primitives) */\n --spacings-1200: 120px;\n /* Spacings/1280 - Global (primitives) */\n --spacings-1280: 128px;\n /* Spacings/1480 - Global (primitives) */\n --spacings-1480: 148px;\n /* Spacings/1520 - Global (primitives) */\n --spacings-1520: 152px;\n /* Spacings/160 - Global (primitives) */\n --spacings-160: 16px;\n /* Spacings/200 - Global (primitives) */\n --spacings-200: 20px;\n /* Spacings/240 - Global (primitives) */\n --spacings-240: 24px;\n /* Spacings/280 - Global (primitives) */\n --spacings-280: 28px;\n /* Spacings/320 - Global (primitives) */\n --spacings-320: 32px;\n /* Spacings/360 - Global (primitives) */\n --spacings-360: 36px;\n /* Spacings/40 - Global (primitives) */\n --spacings-40: 4px;\n /* Spacings/400 - Global (primitives) */\n --spacings-400: 40px;\n /* Spacings/440 - Global (primitives) */\n --spacings-440: 44px;\n /* Spacings/480 - Global (primitives) */\n --spacings-480: 48px;\n /* Spacings/520 - Global (primitives) */\n --spacings-520: 52px;\n /* Spacings/560 - Global (primitives) */\n --spacings-560: 56px;\n /* Spacings/600 - Global (primitives) */\n --spacings-600: 60px;\n /* Spacings/640 - Global (primitives) */\n --spacings-640: 64px;\n /* Spacings/680 - Global (primitives) */\n --spacings-680: 68px;\n /* Spacings/720 - Global (primitives) */\n --spacings-720: 72px;\n /* Spacings/80 - Global (primitives) */\n --spacings-80: 8px;\n /* Spacings/800 - Global (primitives) */\n --spacings-800: 80px;\n /* Spacings/960 - Global (primitives) */\n --spacings-960: 96px;\n /* Spacings/None - Global (primitives) */\n --spacings-none: 0;\n /* Status/on-error - Theme - Corcoran */\n --status-on-error: #ffffff;\n /* Status/on-information - Theme - Corcoran */\n --status-on-information: #ffffff;\n /* Status/on-informational - Theme - Corcoran */\n --status-on-informational: #ffffff;\n /* Status/on-success - Theme - Corcoran */\n --status-on-success: #ffffff;\n /* Status/on-warning - Theme - Corcoran */\n --status-on-warning: #141414;\n /* Stroke/Neutral/focus-on-inverse - Theme - Corcoran */\n --stroke-neutral-focus-on-inverse: #ffffff;\n /* Stroke/Neutral/Interaction/inverse-focus - Theme - 3.0 */\n --stroke-neutral-interaction-inverse-focus: #ffffff;\n /* Stroke/Neutral/Interactions/inverse-focus - Theme - Corcoran */\n --stroke-neutral-interactions-inverse-focus: #ffffff;\n /* Stroke/none - Borders */\n --stroke-none: 0;\n /* Stroke/thick - Borders */\n --stroke-thick: 2px;\n /* Stroke/thicker - Borders */\n --stroke-thicker: 4px;\n /* Stroke/thin - Borders */\n --stroke-thin: 1px;\n /* Surface/Neutral/transparent - Theme - Corcoran */\n --surface-neutral-transparent: #ffffff00;\n /* Typeface - Brand */\n --typeface: 'Work Sans', sans-serif;\n /* Typography/Line-height/lh-1 - Global (primitives) */\n --typography-line-height-lh-1: 16px;\n /* Typography/Line-height/lh-10 - Global (primitives) */\n --typography-line-height-lh-10: 48px;\n /* Typography/Line-height/lh-11 - Global (primitives) */\n --typography-line-height-lh-11: 56px;\n /* Typography/Line-height/lh-12 - Global (primitives) */\n --typography-line-height-lh-12: 60px;\n /* Typography/Line-height/lh-13 - Global (primitives) */\n --typography-line-height-lh-13: 64px;\n /* Typography/Line-height/lh-14 - Global (primitives) */\n --typography-line-height-lh-14: 72px;\n /* Typography/Line-height/lh-15 - Global (primitives) */\n --typography-line-height-lh-15: 88px;\n /* Typography/Line-height/lh-2 - Global (primitives) */\n --typography-line-height-lh-2: 20px;\n /* Typography/Line-height/lh-3 - Global (primitives) */\n --typography-line-height-lh-3: 22px;\n /* Typography/Line-height/lh-4 - Global (primitives) */\n --typography-line-height-lh-4: 24px;\n /* Typography/Line-height/lh-5 - Global (primitives) */\n --typography-line-height-lh-5: 28px;\n /* Typography/Line-height/lh-6 - Global (primitives) */\n --typography-line-height-lh-6: 32px;\n /* Typography/Line-height/lh-7 - Global (primitives) */\n --typography-line-height-lh-7: 36px;\n /* Typography/Line-height/lh-8 - Global (primitives) */\n --typography-line-height-lh-8: 40px;\n /* Typography/Line-height/lh-9 - Global (primitives) */\n --typography-line-height-lh-9: 44px;\n /* Typography/Size/base - Global (primitives) */\n --typography-size-base: 16px;\n /* Typography/Size/bp-md - Global (primitives) */\n --typography-size-bp-md: 18px;\n /* Typography/Size/d-lg-m - Global (primitives) */\n --typography-size-d-lg-m: 64px;\n /* Typography/Size/d-lg (old) - Global (primitives) */\n --typography-size-d-lg-old: 60px;\n /* Typography/Size/d-md-m - Global (primitives) */\n --typography-size-d-md-m: 56px;\n /* Typography/Size/d-md (old) - Global (primitives) */\n --typography-size-d-md-old: 52px;\n /* Typography/Size/d-sm-m - Global (primitives) */\n --typography-size-d-sm-m: 48px;\n /* Typography/Size/d-sm (old) - Global (primitives) */\n --typography-size-d-sm-old: 44px;\n /* Typography/Size/lg-xlg - Global (primitives) */\n --typography-size-lg-xlg: 28px;\n /* Typography/Size/md-mdp - Global (primitives) */\n --typography-size-md-mdp: 20px;\n /* Typography/Size/mdp-lg - Global (primitives) */\n --typography-size-mdp-lg: 24px;\n /* Typography/Size/sm - Global (primitives) */\n --typography-size-sm: 14px;\n /* Typography/Size/xlg-xxlg - Global (primitives) */\n --typography-size-xlg-xxlg: 32px;\n /* Typography/Size/xs - Global (primitives) */\n --typography-size-xs: 12px;\n /* Typography/Size/xxlg-xxxlg - Global (primitives) */\n --typography-size-xxlg-xxxlg: 36px;\n /* Typography/Size/xxxlg - Global (primitives) */\n --typography-size-xxxlg: 40px;\n /* Typography/Typeface/Arial - Global (primitives) */\n --typography-typeface-arial: 'Arial', sans-serif;\n /* Typography/Typeface/Geist - Global (primitives) */\n --typography-typeface-geist: 'Geist', sans-serif;\n /* Typography/Typeface/Helvetica - Global (primitives) */\n --typography-typeface-helvetica: 'Helvetica', sans-serif;\n /* Typography/Typeface/Inter - Global (primitives) */\n --typography-typeface-inter: 'Inter', sans-serif;\n /* Typography/Typeface/Lato - Global (primitives) */\n --typography-typeface-lato: 'Lato', sans-serif;\n /* Typography/Typeface/Manrope - Global (primitives) */\n --typography-typeface-manrope: 'Manrope', sans-serif;\n /* Typography/Typeface/Open Sans - Global (primitives) */\n --typography-typeface-open-sans: 'Open Sans', sans-serif;\n /* Typography/Typeface/Red Hat Text - Global (primitives) */\n --typography-typeface-red-hat-text: 'Red Hat Text', sans-serif;\n /* Typography/Typeface/Roboto - Global (primitives) */\n --typography-typeface-roboto: 'Roboto', sans-serif;\n /* Typography/Typeface/SF Pro - Global (primitives) */\n --typography-typeface-sf-pro: 'SF Pro', sans-serif;\n /* Typography/Typeface/Typold - Global (primitives) */\n --typography-typeface-typold: 'Typold', sans-serif;\n /* Typography/Typeface/Work Sans - Global (primitives) */\n --typography-typeface-work-sans: 'Work Sans', sans-serif;\n /* Typography/Weight/300 - Global (primitives) */\n --typography-weight-300: 300;\n /* Typography/Weight/400 - Global (primitives) */\n --typography-weight-400: 400;\n /* Typography/Weight/500 - Global (primitives) */\n --typography-weight-500: 500;\n /* Typography/Weight/600 - Global (primitives) */\n --typography-weight-600: 600;\n /* Mobile/Display/Regular/Large */\n --display-regular-large: 400 56px/72px var(--typeface);\n /* Mobile/Display/Regular/Large - line height */\n --display-regular-large-line-height: 72px;\n /* Mobile/Display/Regular/Large - size */\n --display-regular-large-size: 56px;\n /* Mobile/Display/Regular/Large - style */\n --display-regular-large-style: regular;\n /* Mobile/Display/Regular/Medium */\n --display-regular-medium: 400 48px/60px var(--typeface);\n /* Mobile/Display/Regular/Medium - line height */\n --display-regular-medium-line-height: 60px;\n /* Mobile/Display/Regular/Medium - size */\n --display-regular-medium-size: 48px;\n /* Mobile/Display/Regular/Medium - style */\n --display-regular-medium-style: regular;\n /* Mobile/Display/Regular/Small */\n --display-regular-small: 400 40px/48px var(--typeface);\n /* Mobile/Display/Regular/Small - line height */\n --display-regular-small-line-height: 48px;\n /* Mobile/Display/Regular/Small - size */\n --display-regular-small-size: 40px;\n /* Mobile/Display/Regular/Small - style */\n --display-regular-small-style: regular;\n /* Mobile/Display/Semibold/Large */\n --display-semibold-large: 600 56px/72px var(--typeface);\n /* Mobile/Display/Semibold/Large - line height */\n --display-semibold-large-line-height: 72px;\n /* Mobile/Display/Semibold/Large - size */\n --display-semibold-large-size: 56px;\n /* Mobile/Display/Semibold/Large - style */\n --display-semibold-large-style: semibold;\n /* Mobile/Display/Semibold/Medium */\n --display-semibold-medium: 600 48px/60px var(--typeface);\n /* Mobile/Display/Semibold/Medium - line height */\n --display-semibold-medium-line-height: 60px;\n /* Mobile/Display/Semibold/Medium - size */\n --display-semibold-medium-size: 48px;\n /* Mobile/Display/Semibold/Medium - style */\n --display-semibold-medium-style: semibold;\n /* Mobile/Display/Semibold/Small */\n --display-semibold-small: 600 40px/48px var(--typeface);\n /* Mobile/Display/Semibold/Small - line height */\n --display-semibold-small-line-height: 48px;\n /* Mobile/Display/Semibold/Small - size */\n --display-semibold-small-size: 40px;\n /* Mobile/Display/Semibold/Small - style */\n --display-semibold-small-style: semibold;\n /* Mobile/Heading/H1 - Large Headline */\n --heading-h1: 600 32px/40px var(--typeface);\n /* Mobile/Heading/H1 - Large Headline line height */\n --heading-h1-line-height: 40px;\n /* Mobile/Heading/H1 - Large Headline size */\n --heading-h1-size: 32px;\n /* Mobile/Heading/H1 - Large Headline style */\n --heading-h1-style: semibold;\n /* Mobile/Heading/H2 - Headline */\n --heading-h2: 600 28px/36px var(--typeface);\n /* Mobile/Heading/H2 - Headline line height */\n --heading-h2-line-height: 36px;\n /* Mobile/Heading/H2 - Headline size */\n --heading-h2-size: 28px;\n /* Mobile/Heading/H2 - Headline style */\n --heading-h2-style: semibold;\n /* Mobile/Heading/H3 - Headline */\n --heading-h3: 600 24px/32px var(--typeface);\n /* Mobile/Heading/H3 - Headline line height */\n --heading-h3-line-height: 32px;\n /* Mobile/Heading/H3 - Headline size */\n --heading-h3-size: 24px;\n /* Mobile/Heading/H3 - Headline style */\n --heading-h3-style: semibold;\n /* Mobile/Heading/H4 - Headline */\n --heading-h4: 600 20px/28px var(--typeface);\n /* Mobile/Heading/H4 - Headline line height */\n --heading-h4-line-height: 28px;\n /* Mobile/Heading/H4 - Headline size */\n --heading-h4-size: 20px;\n /* Mobile/Heading/H4 - Headline style */\n --heading-h4-style: semibold;\n /* Mobile/Heading/H5 */\n --heading-h5: 600 18px/24px var(--typeface);\n /* Mobile/Heading/H5 - line height */\n --heading-h5-line-height: 24px;\n /* Mobile/Heading/H5 - size */\n --heading-h5-size: 18px;\n /* Mobile/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Mobile/Heading/H6 */\n --heading-h6: 500 16px/20px var(--typeface);\n /* Mobile/Heading/H6 - line height */\n --heading-h6-line-height: 20px;\n /* Mobile/Heading/H6 - size */\n --heading-h6-size: 16px;\n /* Mobile/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Mobile/Subheader/Large - Headline */\n --subheader-large: 400 20px/28px var(--typeface);\n /* Mobile/Subheader/Large - Headline line height */\n --subheader-large-line-height: 28px;\n /* Mobile/Subheader/Large - Headline size */\n --subheader-large-size: 20px;\n /* Mobile/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Mobile/Subheader/Medium - Headline */\n --subheader-medium: 400 18px/24px var(--typeface);\n /* Mobile/Subheader/Medium - Headline line height */\n --subheader-medium-line-height: 24px;\n /* Mobile/Subheader/Medium - Headline size */\n --subheader-medium-size: 18px;\n /* Mobile/Subheader/Medium - Headline style */\n --subheader-medium-style: regular;\n /* Mobile/Subheader/X-Large - Headline */\n --subheader-x-large: 400 24px/32px var(--typeface);\n /* Mobile/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 32px;\n /* Mobile/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 24px;\n /* Mobile/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Mobile/Subheader/XX-Large - Large Headline */\n --subheader-xx-large: 400 28px/36px var(--typeface);\n /* Mobile/Subheader/XX-Large - Large Headline line height */\n --subheader-xx-large-line-height: 36px;\n /* Mobile/Subheader/XX-Large - Large Headline size */\n --subheader-xx-large-size: 28px;\n /* Mobile/Subheader/XX-Large - Large Headline style */\n --subheader-xx-large-style: regular;\n /* Mobile/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 32px/40px var(--typeface);\n /* Mobile/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 40px;\n /* Mobile/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 32px;\n /* Mobile/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n\n @media (width >= 640px) {\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. */\n --display-regular-large: 400 64px/88px var(--typeface);\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. line height */\n --display-regular-large-line-height: 88px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. size */\n --display-regular-large-size: 64px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. style */\n --display-regular-large-style: regular;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. */\n --display-regular-medium: 400 56px/72px var(--typeface);\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. line height */\n --display-regular-medium-line-height: 72px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. size */\n --display-regular-medium-size: 56px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. style */\n --display-regular-medium-style: regular;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. */\n --display-regular-small: 400 48px/60px var(--typeface);\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. line height */\n --display-regular-small-line-height: 60px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. size */\n --display-regular-small-size: 48px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. style */\n --display-regular-small-style: regular;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. */\n --display-semibold-large: 600 64px/88px var(--typeface);\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. line height */\n --display-semibold-large-line-height: 88px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. size */\n --display-semibold-large-size: 64px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. style */\n --display-semibold-large-style: semibold;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. */\n --display-semibold-medium: 600 56px/72px var(--typeface);\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. line height */\n --display-semibold-medium-line-height: 72px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. size */\n --display-semibold-medium-size: 56px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. style */\n --display-semibold-medium-style: semibold;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. */\n --display-semibold-small: 600 48px/60px var(--typeface);\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. line height */\n --display-semibold-small-line-height: 60px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. size */\n --display-semibold-small-size: 48px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. style */\n --display-semibold-small-style: semibold;\n /* Desktop/Heading/H1 */\n --heading-h1: 600 40px/48px var(--typeface);\n /* Desktop/Heading/H1 - line height */\n --heading-h1-line-height: 48px;\n /* Desktop/Heading/H1 - size */\n --heading-h1-size: 40px;\n /* Desktop/Heading/H1 - style */\n --heading-h1-style: semibold;\n /* Desktop/Heading/H2 */\n --heading-h2: 600 32px/40px var(--typeface);\n /* Desktop/Heading/H2 - line height */\n --heading-h2-line-height: 40px;\n /* Desktop/Heading/H2 - size */\n --heading-h2-size: 32px;\n /* Desktop/Heading/H2 - style */\n --heading-h2-style: semibold;\n /* Desktop/Heading/H3 */\n --heading-h3: 600 28px/36px var(--typeface);\n /* Desktop/Heading/H3 - line height */\n --heading-h3-line-height: 36px;\n /* Desktop/Heading/H3 - size */\n --heading-h3-size: 28px;\n /* Desktop/Heading/H3 - style */\n --heading-h3-style: semibold;\n /* Desktop/Heading/H4 */\n --heading-h4: 600 24px/32px var(--typeface);\n /* Desktop/Heading/H4 - line height */\n --heading-h4-line-height: 32px;\n /* Desktop/Heading/H4 - size */\n --heading-h4-size: 24px;\n /* Desktop/Heading/H4 - style */\n --heading-h4-style: semibold;\n /* Desktop/Heading/H5 */\n --heading-h5: 600 20px/28px var(--typeface);\n /* Desktop/Heading/H5 - line height */\n --heading-h5-line-height: 28px;\n /* Desktop/Heading/H5 - size */\n --heading-h5-size: 20px;\n /* Desktop/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Desktop/Heading/H6 */\n --heading-h6: 500 18px/24px var(--typeface);\n /* Desktop/Heading/H6 - line height */\n --heading-h6-line-height: 24px;\n /* Desktop/Heading/H6 - size */\n --heading-h6-size: 18px;\n /* Desktop/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Desktop/Subheader/Large - Headline */\n --subheader-large: 400 24px/32px var(--typeface);\n /* Desktop/Subheader/Large - Headline line height */\n --subheader-large-line-height: 32px;\n /* Desktop/Subheader/Large - Headline size */\n --subheader-large-size: 24px;\n /* Desktop/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Desktop/Subheader/Medium */\n --subheader-medium: 400 20px/28px var(--typeface);\n /* Desktop/Subheader/Medium - line height */\n --subheader-medium-line-height: 28px;\n /* Desktop/Subheader/Medium - size */\n --subheader-medium-size: 20px;\n /* Desktop/Subheader/Medium - style */\n --subheader-medium-style: regular;\n /* Desktop/Subheader/X-Large - Headline */\n --subheader-x-large: 400 28px/36px var(--typeface);\n /* Desktop/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 36px;\n /* Desktop/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 28px;\n /* Desktop/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Desktop/Subheader/XX-Large - Headline */\n --subheader-xx-large: 400 32px/40px var(--typeface);\n /* Desktop/Subheader/XX-Large - Headline line height */\n --subheader-xx-large-line-height: 40px;\n /* Desktop/Subheader/XX-Large - Headline size */\n --subheader-xx-large-size: 32px;\n /* Desktop/Subheader/XX-Large - Headline style */\n --subheader-xx-large-style: regular;\n /* Desktop/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 40px/48px var(--typeface);\n /* Desktop/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 48px;\n /* Desktop/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 40px;\n /* Desktop/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n }\n\n /** Light theme (default) **/\n /* Background/base - Theme - Corcoran */\n --background-base: #ffffff;\n /* Background/scrim - Theme - Corcoran */\n --background-scrim: #00000040;\n /* Background/shade - Theme - Corcoran */\n --background-shade: #f5f5f5;\n /* Data visual/category-01 - Theme - Corcoran */\n --data-visual-category-01: #0a466c;\n /* Data visual/category-01-highlight - Theme - Corcoran */\n --data-visual-category-01-highlight: #0a466c4d;\n /* Data visual/category-02 - Theme - Corcoran */\n --data-visual-category-02: #299de0;\n /* Data visual/category-02-highlight - Theme - Corcoran */\n --data-visual-category-02-highlight: #299de04d;\n /* Data visual/category-03 - Theme - Corcoran */\n --data-visual-category-03: #130033;\n /* Data visual/category-03-highlight - Theme - Corcoran */\n --data-visual-category-03-highlight: #1300334d;\n /* Data visual/category-04 - Theme - Corcoran */\n --data-visual-category-04: #389e7a;\n /* Data visual/category-04-highlight - Theme - Corcoran */\n --data-visual-category-04-highlight: #389e7a4d;\n /* Data visual/category-05 - Theme - Corcoran */\n --data-visual-category-05: #094a53;\n /* Data visual/category-05-highlight - Theme - Corcoran */\n --data-visual-category-05-highlight: #094a534d;\n /* Data visual/category-06 - Theme - Corcoran */\n --data-visual-category-06: #7f7f7f;\n /* Data visual/category-06-highlight - Theme - Corcoran */\n --data-visual-category-06-highlight: #7f7f7f4d;\n /* Data visual/category-07 - Theme - Corcoran */\n --data-visual-category-07: #433479;\n /* Data visual/category-07-highlight - Theme - Corcoran */\n --data-visual-category-07-highlight: #4334794d;\n /* Data visual/category-1 - Theme - Corcoran */\n --data-visual-category-1: #0a466c;\n /* Data visual/category-1-highlight - Theme - Corcoran */\n --data-visual-category-1-highlight: #0a466c4d;\n /* Data visual/category-2 - Theme - Corcoran */\n --data-visual-category-2: #299de0;\n /* Data visual/category-2-highlight - Theme - Corcoran */\n --data-visual-category-2-highlight: #299de04d;\n /* Data visual/category-3 - Theme - Corcoran */\n --data-visual-category-3: #130033;\n /* Data visual/category-3-highlight - Theme - Corcoran */\n --data-visual-category-3-highlight: #1300334d;\n /* Data visual/category-4 - Theme - Corcoran */\n --data-visual-category-4: #389e7a;\n /* Data visual/category-4-highlight - Theme - Corcoran */\n --data-visual-category-4-highlight: #389e7a4d;\n /* Data visual/category-5 - Theme - Corcoran */\n --data-visual-category-5: #094a53;\n /* Data visual/category-5-highlight - Theme - Corcoran */\n --data-visual-category-5-highlight: #094a534d;\n /* Data visual/category-6 - Theme - Corcoran */\n --data-visual-category-6: #7f7f7f;\n /* Data visual/category-6-highlight - Theme - Corcoran */\n --data-visual-category-6-highlight: #7f7f7f4d;\n /* Data visual/category-7 - Theme - Corcoran */\n --data-visual-category-7: #433479;\n /* Data visual/category-7-highlight - Theme - Corcoran */\n --data-visual-category-7-highlight: #4334794d;\n /* Data visual/gradient-end - Theme - Corcoran */\n --data-visual-gradient-end: #ffffff4d;\n /* Data visual/green - Theme - Corcoran */\n --data-visual-green: #258750;\n /* Data visual/green-highlight - Theme - Corcoran */\n --data-visual-green-highlight: #deede5;\n /* Data visual/negative - Theme - Corcoran */\n --data-visual-negative: #d83a52;\n /* Data visual/negative-highlight - Theme - Corcoran */\n --data-visual-negative-highlight: #f9e1e5;\n /* Data visual/positive - Theme - Corcoran */\n --data-visual-positive: #258750;\n /* Data visual/positive-highlight - Theme - Corcoran */\n --data-visual-positive-highlight: #deede5;\n /* Data visual/red - Theme - Corcoran */\n --data-visual-red: #d83a52;\n /* Data visual/red-highlight - Theme - Corcoran */\n --data-visual-red-highlight: #f9e1e5;\n /* Foreground/Brand/on-inverse-primary - Theme - Corcoran */\n --foreground-brand-on-inverse-primary: #92adc4;\n /* Foreground/Brand/on-inverse-secondary - Theme - Corcoran */\n --foreground-brand-on-inverse-secondary: #d9989d;\n /* Foreground/Brand/on-brand-primary - Theme - Corcoran */\n --foreground-brand-on-primary: #ffffff;\n /* Foreground/Brand/on-brand-secondary - Theme - Corcoran */\n --foreground-brand-on-secondary: #ffffff;\n /* Foreground/Brand/brand-primary - Theme - Corcoran */\n --foreground-brand-primary: #4a769d;\n /* Foreground/Brand/brand-primary-depth - Theme - Corcoran */\n --foreground-brand-primary-depth: #3f6485;\n /* Foreground/Brand/brand-secondary - Theme - Corcoran */\n --foreground-brand-secondary: #c0535c;\n /* Foreground/Brand/brand-secondary-depth - Theme - Corcoran */\n --foreground-brand-secondary-depth: #a3474e;\n /* Foreground/Link text/default - Theme - Corcoran */\n --foreground-link-text-default: #215ecd;\n /* Foreground/Link text/default-disabled - Theme - Corcoran */\n --foreground-link-text-default-disabled: #7a9ee1;\n /* Foreground/Link text/default-hovered - Theme - Corcoran */\n --foreground-link-text-default-hovered: #1e55b9;\n /* Foreground/Link text/default-pressed - Theme - Corcoran */\n --foreground-link-text-default-pressed: #1a4ba4;\n /* Foreground/Link text/default-visited - Theme - Corcoran */\n --foreground-link-text-default-visited: #7a3e7a;\n /* Foreground/Link text/subtle-disabled - Theme - Corcoran */\n --foreground-link-text-subtle-disabled: #bdbdbd;\n /* Foreground/Link text/subtle-hovered - Theme - Corcoran */\n --foreground-link-text-subtle-hovered: #292929;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Corcoran */\n --foreground-link-text-subtle-inversed-disabled: #757575;\n /* Foreground/Link text/subtle-pressed - Theme - Corcoran */\n --foreground-link-text-subtle-pressed: #424242;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Corcoran */\n --foreground-neutral-disabled-on-color-surface: #757575;\n /* Foreground/Neutral/disabled-on-surface - Theme - Corcoran */\n --foreground-neutral-disabled-on-surface: #bdbdbd;\n /* Foreground/Neutral/inverse-on-surface - Theme - Corcoran */\n --foreground-neutral-inverse-on-surface: #ffffff;\n /* Foreground/Neutral/on-inverse-surface - Theme - Corcoran */\n --foreground-neutral-on-inverse-surface: #ffffff;\n /* Foreground/Neutral/on-surface - Theme - Corcoran */\n --foreground-neutral-on-surface: #141414;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Corcoran */\n --foreground-neutral-on-surface-variant-01: #474747;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Corcoran */\n --foreground-neutral-on-surface-variant-02: #757575;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Corcoran */\n --foreground-neutral-on-surface-variant-03: #8a8a8a;\n /* Foreground/Neutral/skeleton-element - Theme - Corcoran */\n --foreground-neutral-skeleton-element: #c7c7c7;\n /* Foreground/Spectrum/blue - Theme - Corcoran */\n --foreground-spectrum-blue: #143778;\n /* Foreground/Spectrum/green - Theme - Corcoran */\n --foreground-spectrum-green: #134428;\n /* Foreground/Spectrum/lime - Theme - Corcoran */\n --foreground-spectrum-lime: #60651a;\n /* Foreground/Spectrum/magenta - Theme - Corcoran */\n --foreground-spectrum-magenta: #63076f;\n /* Foreground/Spectrum/orange - Theme - Corcoran */\n --foreground-spectrum-orange: #773001;\n /* Foreground/Spectrum/pink - Theme - Corcoran */\n --foreground-spectrum-pink: #6c1240;\n /* Foreground/Spectrum/purple - Theme - Corcoran */\n --foreground-spectrum-purple: #310077;\n /* Foreground/Spectrum/red - Theme - Corcoran */\n --foreground-spectrum-red: #6c1d29;\n /* Foreground/Spectrum/teal - Theme - Corcoran */\n --foreground-spectrum-teal: #01413c;\n /* Foreground/Spectrum/yellow - Theme - Corcoran */\n --foreground-spectrum-yellow: #7b5e18;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #0000000f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #0000001a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #00000033;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #00000014;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #0000004d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #00000029;\n /* Interactions/brand-disabled-opacity - Theme - Corcoran */\n --interactions-brand-disabled-opacity: #0000000f;\n /* Interactions/brand-hover-opacity - Theme - Corcoran */\n --interactions-brand-hover-opacity: #0000001a;\n /* Interactions/brand-press-opacity - Theme - Corcoran */\n --interactions-brand-press-opacity: #00000033;\n /* Interactions/disabled-opacity - Theme - Corcoran */\n --interactions-disabled-opacity: #0000000f;\n /* Interactions/hover-opacity - Theme - Corcoran */\n --interactions-hover-opacity: #00000014;\n /* Interactions/link-active-opacity - Theme - Corcoran */\n --interactions-link-active-opacity: #0000004d;\n /* Interactions/neutral-hover-opacity - Theme - Corcoran */\n --interactions-neutral-hover-opacity: #00000014;\n /* Interactions/neutral-press-opacity - Theme - Corcoran */\n --interactions-neutral-press-opacity: #00000029;\n /* Interactions/press-opacity - Theme - Corcoran */\n --interactions-press-opacity: #00000029;\n /* Interactions/primary-disabled-opacity - Theme - Corcoran */\n --interactions-primary-disabled-opacity: #4a769d1f;\n /* Interactions/primary-hover-opacity - Theme - Corcoran */\n --interactions-primary-hover-opacity: #4a769d1a;\n /* Interactions/primary-press-opacity - Theme - Corcoran */\n --interactions-primary-press-opacity: #4a769d33;\n /* Shadow/shadow-10 - Theme - Corcoran */\n --shadow-10: #0000001a;\n /* Shadow/shadow-12 - Theme - Corcoran */\n --shadow-12: #0000001f;\n /* Shadow/shadow-15 - Theme - Corcoran */\n --shadow-15: #00000026;\n /* Shadow/shadow-25 - Theme - Corcoran */\n --shadow-25: #00000040;\n /* Shadow/shadow-32 - Theme - Corcoran */\n --shadow-32: #00000052;\n /* Shadow/inner-shadow - Theme - Corcoran */\n --shadow-inner: #ffffff;\n /* Shadow/inner-shadow-100 - Theme - Corcoran */\n --shadow-inner-100: #ffffff;\n /* Shadow/variant-01 - Theme - Corcoran */\n --shadow-variant-01: #0000001a;\n /* Shadow/variant-02 - Theme - Corcoran */\n --shadow-variant-02: #0000001f;\n /* Shadow/variant-03 - Theme - Corcoran */\n --shadow-variant-03: #00000026;\n /* Shadow/variant-04 - Theme - Corcoran */\n --shadow-variant-04: #00000040;\n /* Shadow/variant-05 - Theme - Corcoran */\n --shadow-variant-05: #00000052;\n /* Status/error - Theme - Corcoran */\n --status-error: #d83a52;\n /* Status/information - Theme - Corcoran */\n --status-information: #276ef1;\n /* Status/informational - Theme - Corcoran */\n --status-informational: #276ef1;\n /* Status/success - Theme - Corcoran */\n --status-success: #258750;\n /* Status/warning - Theme - Corcoran */\n --status-warning: #f6bc2f;\n /* Stroke/Brand/brand-primary - Theme - Corcoran */\n --stroke-brand-primary: #4a769d;\n /* Stroke/Brand/brand-primary-depth - Theme - Corcoran */\n --stroke-brand-primary-depth: #3f6485;\n /* Stroke/Brand/brand-secondary - Theme - Corcoran */\n --stroke-brand-secondary: #c0535c;\n /* Stroke/Brand/brand-secondary-depth - Theme - Corcoran */\n --stroke-brand-secondary-depth: #a3474e;\n /* Stroke/Neutral/neutral-base - Theme - Corcoran */\n --stroke-neutral-base: #949494;\n /* Stroke/Neutral/disabled-dark - Theme - Corcoran */\n --stroke-neutral-disabled-dark: #757575;\n /* Stroke/Neutral/disabled-light - Theme - Corcoran */\n --stroke-neutral-disabled-light: #bdbdbd;\n /* Stroke/Neutral/focus - Theme - Corcoran */\n --stroke-neutral-focus: #000000;\n /* Stroke/Neutral/neutral-high - Theme - Corcoran */\n --stroke-neutral-high: #141414;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Corcoran */\n --stroke-neutral-high-contrast: #141414;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #48566a;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #c8d6e5;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #000000;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Corcoran */\n --stroke-neutral-interactions-disabled-dark: #757575;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Corcoran */\n --stroke-neutral-interactions-disabled-light: #bdbdbd;\n /* Stroke/Neutral/Interactions/focus - Theme - Corcoran */\n --stroke-neutral-interactions-focus: #000000;\n /* Stroke/Neutral/neutral-low - Theme - Corcoran */\n --stroke-neutral-low: #e0e0e0;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Corcoran */\n --stroke-neutral-low-contrast: #e0e0e0;\n /* Surface/Brand/primary - Theme - Corcoran */\n --surface-brand-primary: #4a769d;\n /* Surface/Brand/primary-highlight - Theme - Corcoran */\n --surface-brand-primary-highlight: #e4eaf0;\n /* Surface/Brand/secondary - Theme - Corcoran */\n --surface-brand-secondary: #c0535c;\n /* Surface/Brand/secondary-highlight - Theme - Corcoran */\n --surface-brand-secondary-highlight: #f6e5e7;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Corcoran */\n --surface-neutral-interactions-dark-disabled: #d6d6d6;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Corcoran */\n --surface-neutral-interactions-light-disabled: #f5f5f5;\n /* Surface/Neutral/Interactions/skeleton - Theme - Corcoran */\n --surface-neutral-interactions-skeleton: #e0e0e0;\n /* Surface/Neutral/inverse - Theme - Corcoran */\n --surface-neutral-inverse: #1f1f1f;\n /* Surface/Neutral/inverse-dark - Theme - Corcoran */\n --surface-neutral-inverse-dark: #1f1f1f;\n /* Surface/Neutral/inverse-light - Theme - Corcoran */\n --surface-neutral-inverse-light: #ffffff;\n /* Surface/Neutral/skeleton - Theme - Corcoran */\n --surface-neutral-skeleton: #e0e0e0;\n /* Surface/Neutral/T1-base - Theme - Corcoran */\n --surface-neutral-t1-base: #ffffff;\n /* Surface/Neutral/T2-lowest - Theme - Corcoran */\n --surface-neutral-t2-lowest: #f5f5f5;\n /* Surface/Neutral/T3-low - Theme - Corcoran */\n --surface-neutral-t3-low: #dbdbdb;\n /* Surface/Neutral/T4-high - Theme - Corcoran */\n --surface-neutral-t4-high: #6b6b6b;\n /* Surface/Spectrum/blue - Theme - Corcoran */\n --surface-spectrum-blue: #dfe9fd;\n /* Surface/Spectrum/green - Theme - Corcoran */\n --surface-spectrum-green: #deede5;\n /* Surface/Spectrum/lime - Theme - Corcoran */\n --surface-spectrum-lime: #f6f7e0;\n /* Surface/Spectrum/magenta - Theme - Corcoran */\n --surface-spectrum-magenta: #f6dbfa;\n /* Surface/Spectrum/orange - Theme - Corcoran */\n --surface-spectrum-orange: #fce7d9;\n /* Surface/Spectrum/pink - Theme - Corcoran */\n --surface-spectrum-pink: #f9deec;\n /* Surface/Spectrum/purple - Theme - Corcoran */\n --surface-spectrum-purple: #e7d9fc;\n /* Surface/Spectrum/red - Theme - Corcoran */\n --surface-spectrum-red: #f9e1e5;\n /* Surface/Spectrum/teal - Theme - Corcoran */\n --surface-spectrum-teal: #d9eceb;\n /* Surface/Spectrum/yellow - Theme - Corcoran */\n --surface-spectrum-yellow: #fef5e0;\n}\n\n[data-theme='dark'] {\n /* Background/base - Theme - Corcoran */\n --background-base: #1f1f1f;\n /* Background/scrim - Theme - Corcoran */\n --background-scrim: #61616180;\n /* Background/shade - Theme - Corcoran */\n --background-shade: #292929;\n /* Data visual/category-01 - Theme - Corcoran */\n --data-visual-category-01: #7899ae;\n /* Data visual/category-01-highlight - Theme - Corcoran */\n --data-visual-category-01-highlight: #7899ae4d;\n /* Data visual/category-02 - Theme - Corcoran */\n --data-visual-category-02: #7fc4ec;\n /* Data visual/category-02-highlight - Theme - Corcoran */\n --data-visual-category-02-highlight: #7fc4ec4d;\n /* Data visual/category-03 - Theme - Corcoran */\n --data-visual-category-03: #958ca3;\n /* Data visual/category-03-highlight - Theme - Corcoran */\n --data-visual-category-03-highlight: #958ca34d;\n /* Data visual/category-04 - Theme - Corcoran */\n --data-visual-category-04: #88c5af;\n /* Data visual/category-04-highlight - Theme - Corcoran */\n --data-visual-category-04-highlight: #88c5af4d;\n /* Data visual/category-05 - Theme - Corcoran */\n --data-visual-category-05: #789ba0;\n /* Data visual/category-05-highlight - Theme - Corcoran */\n --data-visual-category-05-highlight: #789ba04d;\n /* Data visual/category-06 - Theme - Corcoran */\n --data-visual-category-06: #b2b2b2;\n /* Data visual/category-06-highlight - Theme - Corcoran */\n --data-visual-category-06-highlight: #b2b2b24d;\n /* Data visual/category-07 - Theme - Corcoran */\n --data-visual-category-07: #a19abc;\n /* Data visual/category-07-highlight - Theme - Corcoran */\n --data-visual-category-07-highlight: #a19abc4d;\n /* Data visual/category-1 - Theme - Corcoran */\n --data-visual-category-1: #7899ae;\n /* Data visual/category-1-highlight - Theme - Corcoran */\n --data-visual-category-1-highlight: #7899ae4d;\n /* Data visual/category-2 - Theme - Corcoran */\n --data-visual-category-2: #7fc4ec;\n /* Data visual/category-2-highlight - Theme - Corcoran */\n --data-visual-category-2-highlight: #7fc4ec4d;\n /* Data visual/category-3 - Theme - Corcoran */\n --data-visual-category-3: #958ca3;\n /* Data visual/category-3-highlight - Theme - Corcoran */\n --data-visual-category-3-highlight: #958ca34d;\n /* Data visual/category-4 - Theme - Corcoran */\n --data-visual-category-4: #88c5af;\n /* Data visual/category-4-highlight - Theme - Corcoran */\n --data-visual-category-4-highlight: #88c5af4d;\n /* Data visual/category-5 - Theme - Corcoran */\n --data-visual-category-5: #789ba0;\n /* Data visual/category-5-highlight - Theme - Corcoran */\n --data-visual-category-5-highlight: #789ba04d;\n /* Data visual/category-6 - Theme - Corcoran */\n --data-visual-category-6: #b2b2b2;\n /* Data visual/category-6-highlight - Theme - Corcoran */\n --data-visual-category-6-highlight: #b2b2b24d;\n /* Data visual/category-7 - Theme - Corcoran */\n --data-visual-category-7: #a19abc;\n /* Data visual/category-7-highlight - Theme - Corcoran */\n --data-visual-category-7-highlight: #a19abc4d;\n /* Data visual/gradient-end - Theme - Corcoran */\n --data-visual-gradient-end: #1f1f1f4d;\n /* Data visual/green - Theme - Corcoran */\n --data-visual-green: #7cb796;\n /* Data visual/green-highlight - Theme - Corcoran */\n --data-visual-green-highlight: #0d2f1c;\n /* Data visual/negative - Theme - Corcoran */\n --data-visual-negative: #e88997;\n /* Data visual/negative-highlight - Theme - Corcoran */\n --data-visual-negative-highlight: #4c141d;\n /* Data visual/positive - Theme - Corcoran */\n --data-visual-positive: #7cb796;\n /* Data visual/positive-highlight - Theme - Corcoran */\n --data-visual-positive-highlight: #0d2f1c;\n /* Data visual/red - Theme - Corcoran */\n --data-visual-red: #e88997;\n /* Data visual/red-highlight - Theme - Corcoran */\n --data-visual-red-highlight: #4c141d;\n /* Foreground/Brand/on-inverse-primary - Theme - Corcoran */\n --foreground-brand-on-inverse-primary: #92adc4;\n /* Foreground/Brand/on-inverse-secondary - Theme - Corcoran */\n --foreground-brand-on-inverse-secondary: #d9989d;\n /* Foreground/Brand/on-brand-primary - Theme - Corcoran */\n --foreground-brand-on-primary: #141414;\n /* Foreground/Brand/on-brand-secondary - Theme - Corcoran */\n --foreground-brand-on-secondary: #141414;\n /* Foreground/Brand/brand-primary - Theme - Corcoran */\n --foreground-brand-primary: #92adc4;\n /* Foreground/Brand/brand-primary-depth - Theme - Corcoran */\n --foreground-brand-primary-depth: #aec1d3;\n /* Foreground/Brand/brand-secondary - Theme - Corcoran */\n --foreground-brand-secondary: #d9989d;\n /* Foreground/Brand/brand-secondary-depth - Theme - Corcoran */\n --foreground-brand-secondary-depth: #e3b2b6;\n /* Foreground/Link text/default - Theme - Corcoran */\n --foreground-link-text-default: #7a9ee1;\n /* Foreground/Link text/default-disabled - Theme - Corcoran */\n --foreground-link-text-default-disabled: #14387b;\n /* Foreground/Link text/default-hovered - Theme - Corcoran */\n --foreground-link-text-default-hovered: #90afe6;\n /* Foreground/Link text/default-pressed - Theme - Corcoran */\n --foreground-link-text-default-pressed: #a6bfeb;\n /* Foreground/Link text/default-visited - Theme - Corcoran */\n --foreground-link-text-default-visited: #af8baf;\n /* Foreground/Link text/subtle-disabled - Theme - Corcoran */\n --foreground-link-text-subtle-disabled: #4d4d4d;\n /* Foreground/Link text/subtle-hovered - Theme - Corcoran */\n --foreground-link-text-subtle-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Corcoran */\n --foreground-link-text-subtle-inversed-disabled: #424242;\n /* Foreground/Link text/subtle-pressed - Theme - Corcoran */\n --foreground-link-text-subtle-pressed: #d1d1d1;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Corcoran */\n --foreground-neutral-disabled-on-color-surface: #424242;\n /* Foreground/Neutral/disabled-on-surface - Theme - Corcoran */\n --foreground-neutral-disabled-on-surface: #4d4d4d;\n /* Foreground/Neutral/inverse-on-surface - Theme - Corcoran */\n --foreground-neutral-inverse-on-surface: #fafafa;\n /* Foreground/Neutral/on-inverse-surface - Theme - Corcoran */\n --foreground-neutral-on-inverse-surface: #fafafa;\n /* Foreground/Neutral/on-surface - Theme - Corcoran */\n --foreground-neutral-on-surface: #fafafa;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Corcoran */\n --foreground-neutral-on-surface-variant-01: #c2c2c2;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Corcoran */\n --foreground-neutral-on-surface-variant-02: #9e9e9e;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Corcoran */\n --foreground-neutral-on-surface-variant-03: #757575;\n /* Foreground/Neutral/skeleton-element - Theme - Corcoran */\n --foreground-neutral-skeleton-element: #4d4d4d;\n /* Foreground/Spectrum/blue - Theme - Corcoran */\n --foreground-spectrum-blue: #88aff7;\n /* Foreground/Spectrum/green - Theme - Corcoran */\n --foreground-spectrum-green: #87bd9f;\n /* Foreground/Spectrum/lime - Theme - Corcoran */\n --foreground-spectrum-lime: #dce28f;\n /* Foreground/Spectrum/magenta - Theme - Corcoran */\n --foreground-spectrum-magenta: #e07aed;\n /* Foreground/Spectrum/orange - Theme - Corcoran */\n --foreground-spectrum-orange: #f6a874;\n /* Foreground/Spectrum/pink - Theme - Corcoran */\n --foreground-spectrum-pink: #ea86b9;\n /* Foreground/Spectrum/purple - Theme - Corcoran */\n --foreground-spectrum-purple: #c8a6f9;\n /* Foreground/Spectrum/red - Theme - Corcoran */\n --foreground-spectrum-red: #ea93a0;\n /* Foreground/Spectrum/teal - Theme - Corcoran */\n --foreground-spectrum-teal: #74bbb4;\n /* Foreground/Spectrum/yellow - Theme - Corcoran */\n --foreground-spectrum-yellow: #fada8d;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #ffffff0f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #ffffff1a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #ffffff33;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #ffffff14;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #ffffff4d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #ffffff29;\n /* Interactions/brand-disabled-opacity - Theme - Corcoran */\n --interactions-brand-disabled-opacity: #ffffff0f;\n /* Interactions/brand-hover-opacity - Theme - Corcoran */\n --interactions-brand-hover-opacity: #ffffff1a;\n /* Interactions/brand-press-opacity - Theme - Corcoran */\n --interactions-brand-press-opacity: #ffffff33;\n /* Interactions/disabled-opacity - Theme - Corcoran */\n --interactions-disabled-opacity: #ffffff0f;\n /* Interactions/hover-opacity - Theme - Corcoran */\n --interactions-hover-opacity: #ffffff14;\n /* Interactions/link-active-opacity - Theme - Corcoran */\n --interactions-link-active-opacity: #ffffff4d;\n /* Interactions/neutral-hover-opacity - Theme - Corcoran */\n --interactions-neutral-hover-opacity: #ffffff14;\n /* Interactions/neutral-press-opacity - Theme - Corcoran */\n --interactions-neutral-press-opacity: #ffffff29;\n /* Interactions/press-opacity - Theme - Corcoran */\n --interactions-press-opacity: #ffffff29;\n /* Interactions/primary-disabled-opacity - Theme - Corcoran */\n --interactions-primary-disabled-opacity: #92adc41f;\n /* Interactions/primary-hover-opacity - Theme - Corcoran */\n --interactions-primary-hover-opacity: #92adc41a;\n /* Interactions/primary-press-opacity - Theme - Corcoran */\n --interactions-primary-press-opacity: #92adc433;\n /* Shadow/shadow-10 - Theme - Corcoran */\n --shadow-10: #6161611a;\n /* Shadow/shadow-12 - Theme - Corcoran */\n --shadow-12: #6161611f;\n /* Shadow/shadow-15 - Theme - Corcoran */\n --shadow-15: #61616126;\n /* Shadow/shadow-25 - Theme - Corcoran */\n --shadow-25: #61616140;\n /* Shadow/shadow-32 - Theme - Corcoran */\n --shadow-32: #61616152;\n /* Shadow/inner-shadow - Theme - Corcoran */\n --shadow-inner: #000000;\n /* Shadow/inner-shadow-100 - Theme - Corcoran */\n --shadow-inner-100: #000000;\n /* Shadow/variant-01 - Theme - Corcoran */\n --shadow-variant-01: #6161611a;\n /* Shadow/variant-02 - Theme - Corcoran */\n --shadow-variant-02: #6161611f;\n /* Shadow/variant-03 - Theme - Corcoran */\n --shadow-variant-03: #61616126;\n /* Shadow/variant-04 - Theme - Corcoran */\n --shadow-variant-04: #61616140;\n /* Shadow/variant-05 - Theme - Corcoran */\n --shadow-variant-05: #61616152;\n /* Status/error - Theme - Corcoran */\n --status-error: #e26b7d;\n /* Status/information - Theme - Corcoran */\n --status-information: #5d92f5;\n /* Status/informational - Theme - Corcoran */\n --status-informational: #5d92f5;\n /* Status/success - Theme - Corcoran */\n --status-success: #519f73;\n /* Status/warning - Theme - Corcoran */\n --status-warning: #f8cd63;\n /* Stroke/Brand/brand-primary - Theme - Corcoran */\n --stroke-brand-primary: #92adc4;\n /* Stroke/Brand/brand-primary-depth - Theme - Corcoran */\n --stroke-brand-primary-depth: #aec1d3;\n /* Stroke/Brand/brand-secondary - Theme - Corcoran */\n --stroke-brand-secondary: #d9989d;\n /* Stroke/Brand/brand-secondary-depth - Theme - Corcoran */\n --stroke-brand-secondary-depth: #e3b2b6;\n /* Stroke/Neutral/neutral-base - Theme - Corcoran */\n --stroke-neutral-base: #6b6b6b;\n /* Stroke/Neutral/disabled-dark - Theme - Corcoran */\n --stroke-neutral-disabled-dark: #424242;\n /* Stroke/Neutral/disabled-light - Theme - Corcoran */\n --stroke-neutral-disabled-light: #4d4d4d;\n /* Stroke/Neutral/focus - Theme - Corcoran */\n --stroke-neutral-focus: #ffffff;\n /* Stroke/Neutral/neutral-high - Theme - Corcoran */\n --stroke-neutral-high: #fafafa;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Corcoran */\n --stroke-neutral-high-contrast: #fafafa;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #b1c0d2;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #323b49;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #ffffff;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Corcoran */\n --stroke-neutral-interactions-disabled-dark: #424242;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Corcoran */\n --stroke-neutral-interactions-disabled-light: #4d4d4d;\n /* Stroke/Neutral/Interactions/focus - Theme - Corcoran */\n --stroke-neutral-interactions-focus: #ffffff;\n /* Stroke/Neutral/neutral-low - Theme - Corcoran */\n --stroke-neutral-low: #4d4d4d;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Corcoran */\n --stroke-neutral-low-contrast: #4d4d4d;\n /* Surface/Brand/primary - Theme - Corcoran */\n --surface-brand-primary: #92adc4;\n /* Surface/Brand/primary-highlight - Theme - Corcoran */\n --surface-brand-primary-highlight: #131e27;\n /* Surface/Brand/secondary - Theme - Corcoran */\n --surface-brand-secondary: #d9989d;\n /* Surface/Brand/secondary-highlight - Theme - Corcoran */\n --surface-brand-secondary-highlight: #131e27;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Corcoran */\n --surface-neutral-interactions-dark-disabled: #474747;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Corcoran */\n --surface-neutral-interactions-light-disabled: #292929;\n /* Surface/Neutral/Interactions/skeleton - Theme - Corcoran */\n --surface-neutral-interactions-skeleton: #333333;\n /* Surface/Neutral/inverse - Theme - Corcoran */\n --surface-neutral-inverse: #383838;\n /* Surface/Neutral/inverse-dark - Theme - Corcoran */\n --surface-neutral-inverse-dark: #383838;\n /* Surface/Neutral/inverse-light - Theme - Corcoran */\n --surface-neutral-inverse-light: #575757;\n /* Surface/Neutral/skeleton - Theme - Corcoran */\n --surface-neutral-skeleton: #333333;\n /* Surface/Neutral/T1-base - Theme - Corcoran */\n --surface-neutral-t1-base: #1f1f1f;\n /* Surface/Neutral/T2-lowest - Theme - Corcoran */\n --surface-neutral-t2-lowest: #2e2e2e;\n /* Surface/Neutral/T3-low - Theme - Corcoran */\n --surface-neutral-t3-low: #383838;\n /* Surface/Neutral/T4-high - Theme - Corcoran */\n --surface-neutral-t4-high: #474747;\n /* Surface/Spectrum/blue - Theme - Corcoran */\n --surface-spectrum-blue: #0e2754;\n /* Surface/Spectrum/green - Theme - Corcoran */\n --surface-spectrum-green: #0d2f1c;\n /* Surface/Spectrum/lime - Theme - Corcoran */\n --surface-spectrum-lime: #434712;\n /* Surface/Spectrum/magenta - Theme - Corcoran */\n --surface-spectrum-magenta: #45054e;\n /* Surface/Spectrum/orange - Theme - Corcoran */\n --surface-spectrum-orange: #532201;\n /* Surface/Spectrum/pink - Theme - Corcoran */\n --surface-spectrum-pink: #4c0c2d;\n /* Surface/Spectrum/purple - Theme - Corcoran */\n --surface-spectrum-purple: #220053;\n /* Surface/Spectrum/red - Theme - Corcoran */\n --surface-spectrum-red: #4c141d;\n /* Surface/Spectrum/teal - Theme - Corcoran */\n --surface-spectrum-teal: #012e2a;\n /* Surface/Spectrum/yellow - Theme - Corcoran */\n --surface-spectrum-yellow: #564210;\n}\n",
8
+ 'denali-boss': "/* Generated from figma export: 2025-07-08T20:32:21.402Z */\n\n@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap');\nbody {\n font-family: var(--typeface);\n}\n\n:root {\n /* Body/Base */\n --body-base: 400 16px/20px var(--typeface);\n /* Body/Base - line height */\n --body-base-line-height: 20px;\n /* Body/Base - size */\n --body-base-size: 16px;\n /* Body/Base - style */\n --body-base-style: regular;\n /* Body/Large */\n --body-large: 400 18px/24px var(--typeface);\n /* Body/Large - line height */\n --body-large-line-height: 24px;\n /* Body/Large - size */\n --body-large-size: 18px;\n /* Body/Large - style */\n --body-large-style: regular;\n /* Body/Small */\n --body-small: 400 14px/20px var(--typeface);\n /* Body/Small - line height */\n --body-small-line-height: 20px;\n /* Body/Small - size */\n --body-small-size: 14px;\n /* Body/Small - style */\n --body-small-style: regular;\n /* Body/X-Small */\n --body-x-small: 400 12px/16px var(--typeface);\n /* Body/X-Small - line height */\n --body-x-small-line-height: 16px;\n /* Body/X-Small - size */\n --body-x-small-size: 12px;\n /* Body/X-Small - style */\n --body-x-small-style: regular;\n /* Colors/Brands/Experiment/blue-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-dark-100: #0a2f85;\n /* Colors/Brands/Experiment/blue-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-dark-200: #1347cc;\n /* Colors/Brands/Experiment/blue-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-dark-300: #0f59e2;\n /* Colors/Brands/Experiment/blue-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-dark-400: #357aea;\n /* Colors/Brands/Experiment/blue-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-dark-50: #181d34;\n /* Colors/Brands/Experiment/blue-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-dark-500: #2e88f6;\n /* Colors/Brands/Experiment/blue-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-dark-600: #50a1ff;\n /* Colors/Brands/Experiment/blue-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-dark-700: #7ab7ff;\n /* Colors/Brands/Experiment/blue-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-dark-800: #dcebfe;\n /* Colors/Brands/Experiment/blue-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-dark-900: #f0f6ff;\n /* Colors/Brands/Experiment/blue-gray-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-100: #1a2332;\n /* Colors/Brands/Experiment/blue-gray-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-200: #252e3c;\n /* Colors/Brands/Experiment/blue-gray-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-300: #323b49;\n /* Colors/Brands/Experiment/blue-gray-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-400: #5e6d82;\n /* Colors/Brands/Experiment/blue-gray-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-50: #0c101c;\n /* Colors/Brands/Experiment/blue-gray-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-500: #8b9bb2;\n /* Colors/Brands/Experiment/blue-gray-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-600: #b1c0d2;\n /* Colors/Brands/Experiment/blue-gray-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-700: #d4dce8;\n /* Colors/Brands/Experiment/blue-gray-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-800: #e2ebf3;\n /* Colors/Brands/Experiment/blue-gray-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-900: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-100: #f1f5f9;\n /* Colors/Brands/Experiment/blue-gray-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-200: #e1e7ef;\n /* Colors/Brands/Experiment/blue-gray-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-300: #c8d6e5;\n /* Colors/Brands/Experiment/blue-gray-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-400: #9eacc0;\n /* Colors/Brands/Experiment/blue-gray-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-50: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-500: #65758b;\n /* Colors/Brands/Experiment/blue-gray-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-600: #48566a;\n /* Colors/Brands/Experiment/blue-gray-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-700: #344256;\n /* Colors/Brands/Experiment/blue-gray-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-800: #1d283a;\n /* Colors/Brands/Experiment/blue-gray-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-900: #0f1729;\n /* Colors/Brands/Experiment/blue-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-light-100: #dcebfe;\n /* Colors/Brands/Experiment/blue-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-light-200: #bedbfe;\n /* Colors/Brands/Experiment/blue-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-light-300: #91c3fd;\n /* Colors/Brands/Experiment/blue-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-light-400: #61a6fa;\n /* Colors/Brands/Experiment/blue-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-light-50: #f2f7ff;\n /* Colors/Brands/Experiment/blue-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-light-500: #3479e9;\n /* Colors/Brands/Experiment/blue-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-light-600: #1559ea;\n /* Colors/Brands/Experiment/blue-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-light-700: #173fab;\n /* Colors/Brands/Experiment/blue-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-light-800: #162f82;\n /* Colors/Brands/Experiment/blue-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-light-900: #0c1736;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-10: #50a1ff1a;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-12: #50a1ff1f;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-16: #50a1ff29;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-20: #50a1ff33;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-8: #50a1ff14;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-10: #1559ea1a;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-12: #1559ea1f;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-16: #1559ea29;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-20: #1559ea33;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-8: #1559ea14;\n /* Colors/Brands/Experiment/orange-dark/100 - Global (primitives) */\n --colors-brands-experiment-orange-dark-100: #852c0f;\n /* Colors/Brands/Experiment/orange-dark/200 - Global (primitives) */\n --colors-brands-experiment-orange-dark-200: #ab4827;\n /* Colors/Brands/Experiment/orange-dark/300 - Global (primitives) */\n --colors-brands-experiment-orange-dark-300: #ce5a07;\n /* Colors/Brands/Experiment/orange-dark/400 - Global (primitives) */\n --colors-brands-experiment-orange-dark-400: #f27013;\n /* Colors/Brands/Experiment/orange-dark/50 - Global (primitives) */\n --colors-brands-experiment-orange-dark-50: #31160d;\n /* Colors/Brands/Experiment/orange-dark/500 - Global (primitives) */\n --colors-brands-experiment-orange-dark-500: #fb923c;\n /* Colors/Brands/Experiment/orange-dark/600 - Global (primitives) */\n --colors-brands-experiment-orange-dark-600: #fdba72;\n /* Colors/Brands/Experiment/orange-dark/700 - Global (primitives) */\n --colors-brands-experiment-orange-dark-700: #fed6a9;\n /* Colors/Brands/Experiment/orange-dark/800 - Global (primitives) */\n --colors-brands-experiment-orange-dark-800: #ffedd6;\n /* Colors/Brands/Experiment/orange-dark/900 - Global (primitives) */\n --colors-brands-experiment-orange-dark-900: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/100 - Global (primitives) */\n --colors-brands-experiment-orange-light-100: #ffedd6;\n /* Colors/Brands/Experiment/orange-light/200 - Global (primitives) */\n --colors-brands-experiment-orange-light-200: #fed6a9;\n /* Colors/Brands/Experiment/orange-light/300 - Global (primitives) */\n --colors-brands-experiment-orange-light-300: #fdba72;\n /* Colors/Brands/Experiment/orange-light/400 - Global (primitives) */\n --colors-brands-experiment-orange-light-400: #fb923c;\n /* Colors/Brands/Experiment/orange-light/50 - Global (primitives) */\n --colors-brands-experiment-orange-light-50: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/500 - Global (primitives) */\n --colors-brands-experiment-orange-light-500: #f67416;\n /* Colors/Brands/Experiment/orange-light/600 - Global (primitives) */\n --colors-brands-experiment-orange-light-600: #e4570c;\n /* Colors/Brands/Experiment/orange-light/700 - Global (primitives) */\n --colors-brands-experiment-orange-light-700: #b63c0b;\n /* Colors/Brands/Experiment/orange-light/800 - Global (primitives) */\n --colors-brands-experiment-orange-light-800: #80310f;\n /* Colors/Brands/Experiment/orange-light/900 - Global (primitives) */\n --colors-brands-experiment-orange-light-900: #471a0a;\n /* Colors/Internal/pink-00-light - Global (primitives) */\n --colors-internal-pink-00-light: #ff4f8d;\n /* Colors/Internal/pink-50-dark - Global (primitives) */\n --colors-internal-pink-50-dark: #802847;\n /* Colors/Neutral/00 - Global (primitives) */\n --colors-neutral-00: #000000;\n /* Colors/Neutral/02 - Global (primitives) */\n --colors-neutral-02: #050505;\n /* Colors/Neutral/04 - Global (primitives) */\n --colors-neutral-04: #0a0a0a;\n /* Colors/Neutral/06 - Global (primitives) */\n --colors-neutral-06: #0f0f0f;\n /* Colors/Neutral/08 - Global (primitives) */\n --colors-neutral-08: #141414;\n /* Colors/Neutral/10 - Global (primitives) */\n --colors-neutral-10: #1a1a1a;\n /* Colors/Neutral/100 - Global (primitives) */\n --colors-neutral-100: #ffffff;\n /* Colors/Neutral/12 - Global (primitives) */\n --colors-neutral-12: #1f1f1f;\n /* Colors/Neutral/14 - Global (primitives) */\n --colors-neutral-14: #242424;\n /* Colors/Neutral/16 - Global (primitives) */\n --colors-neutral-16: #292929;\n /* Colors/Neutral/18 - Global (primitives) */\n --colors-neutral-18: #2e2e2e;\n /* Colors/Neutral/20 - Global (primitives) */\n --colors-neutral-20: #333333;\n /* Colors/Neutral/22 - Global (primitives) */\n --colors-neutral-22: #383838;\n /* Colors/Neutral/24 - Global (primitives) */\n --colors-neutral-24: #424242;\n /* Colors/Neutral/26 - Global (primitives) */\n --colors-neutral-26: #424242;\n /* Colors/Neutral/28 - Global (primitives) */\n --colors-neutral-28: #474747;\n /* Colors/Neutral/30 - Global (primitives) */\n --colors-neutral-30: #4d4d4d;\n /* Colors/Neutral/32 - Global (primitives) */\n --colors-neutral-32: #525252;\n /* Colors/Neutral/34 - Global (primitives) */\n --colors-neutral-34: #575757;\n /* Colors/Neutral/36 - Global (primitives) */\n --colors-neutral-36: #5c5c5c;\n /* Colors/Neutral/38 - Global (primitives) */\n --colors-neutral-38: #616161;\n /* Colors/Neutral/40 - Global (primitives) */\n --colors-neutral-40: #666666;\n /* Colors/Neutral/42 - Global (primitives) */\n --colors-neutral-42: #6b6b6b;\n /* Colors/Neutral/44 - Global (primitives) */\n --colors-neutral-44: #707070;\n /* Colors/Neutral/46 - Global (primitives) */\n --colors-neutral-46: #757575;\n /* Colors/Neutral/48 - Global (primitives) */\n --colors-neutral-48: #7a7a7a;\n /* Colors/Neutral/50 - Global (primitives) */\n --colors-neutral-50: #808080;\n /* Colors/Neutral/52 - Global (primitives) */\n --colors-neutral-52: #858585;\n /* Colors/Neutral/54 - Global (primitives) */\n --colors-neutral-54: #8a8a8a;\n /* Colors/Neutral/56 - Global (primitives) */\n --colors-neutral-56: #8f8f8f;\n /* Colors/Neutral/58 - Global (primitives) */\n --colors-neutral-58: #949494;\n /* Colors/Neutral/60 - Global (primitives) */\n --colors-neutral-60: #999999;\n /* Colors/Neutral/62 - Global (primitives) */\n --colors-neutral-62: #9e9e9e;\n /* Colors/Neutral/64 - Global (primitives) */\n --colors-neutral-64: #a3a3a3;\n /* Colors/Neutral/66 - Global (primitives) */\n --colors-neutral-66: #a8a8a8;\n /* Colors/Neutral/68 - Global (primitives) */\n --colors-neutral-68: #adadad;\n /* Colors/Neutral/70 - Global (primitives) */\n --colors-neutral-70: #b3b3b3;\n /* Colors/Neutral/72 - Global (primitives) */\n --colors-neutral-72: #b8b8b8;\n /* Colors/Neutral/74 - Global (primitives) */\n --colors-neutral-74: #bdbdbd;\n /* Colors/Neutral/76 - Global (primitives) */\n --colors-neutral-76: #c2c2c2;\n /* Colors/Neutral/78 - Global (primitives) */\n --colors-neutral-78: #c7c7c7;\n /* Colors/Neutral/80 - Global (primitives) */\n --colors-neutral-80: #cccccc;\n /* Colors/Neutral/82 - Global (primitives) */\n --colors-neutral-82: #d1d1d1;\n /* Colors/Neutral/84 - Global (primitives) */\n --colors-neutral-84: #d6d6d6;\n /* Colors/Neutral/86 - Global (primitives) */\n --colors-neutral-86: #dbdbdb;\n /* Colors/Neutral/88 - Global (primitives) */\n --colors-neutral-88: #e0e0e0;\n /* Colors/Neutral/90 - Global (primitives) */\n --colors-neutral-90: #e6e6e6;\n /* Colors/Neutral/92 - Global (primitives) */\n --colors-neutral-92: #ebebeb;\n /* Colors/Neutral/94 - Global (primitives) */\n --colors-neutral-94: #f0f0f0;\n /* Colors/Neutral/96 - Global (primitives) */\n --colors-neutral-96: #f5f5f5;\n /* Colors/Neutral/98 - Global (primitives) */\n --colors-neutral-98: #fafafa;\n /* Colors/Neutral/transparent - Global (primitives) */\n --colors-neutral-transparent: #ffffff00;\n /* Colors/System/blue-dark - Global (primitives) */\n --colors-system-blue-dark: #5d92f5;\n /* Colors/System/blue-dark-bg - Global (primitives) */\n --colors-system-blue-dark-bg: #0e2754;\n /* Colors/System/blue-light - Global (primitives) */\n --colors-system-blue-light: #276ef1;\n /* Colors/System/blue-light-bg - Global (primitives) */\n --colors-system-blue-light-bg: #dfe9fd;\n /* Colors/System/green-dark - Global (primitives) */\n --colors-system-green-dark: #519f73;\n /* Colors/System/green-dark-bg - Global (primitives) */\n --colors-system-green-dark-bg: #0d2f1c;\n /* Colors/System/green-light - Global (primitives) */\n --colors-system-green-light: #258750;\n /* Colors/System/green-light-bg - Global (primitives) */\n --colors-system-green-light-bg: #d3e7dc;\n /* Colors/System/Links/00-default-light - Global (primitives) */\n --colors-system-links-00-default-light: #215ecd;\n /* Colors/System/Links/10-hover-light - Global (primitives) */\n --colors-system-links-10-hover-light: #1e55b9;\n /* Colors/System/Links/20-press-light - Global (primitives) */\n --colors-system-links-20-press-light: #1a4ba4;\n /* Colors/System/Links/30-active-dark - Global (primitives) */\n --colors-system-links-30-active-dark: #648edc;\n /* Colors/System/Links/30-active-light - Global (primitives) */\n --colors-system-links-30-active-light: #174290;\n /* Colors/System/Links/40-default-dark - Global (primitives) */\n --colors-system-links-40-default-dark: #7a9ee1;\n /* Colors/System/Links/40-disabled-dark - Global (primitives) */\n --colors-system-links-40-disabled-dark: #14387b;\n /* Colors/System/Links/40-disabled-light - Global (primitives) */\n --colors-system-links-40-disabled-light: #7a9ee1;\n /* Colors/System/Links/50-hover-dark - Global (primitives) */\n --colors-system-links-50-hover-dark: #90afe6;\n /* Colors/System/Links/60-press-dark - Global (primitives) */\n --colors-system-links-60-press-dark: #a6bfeb;\n /* Colors/System/red-dark - Global (primitives) */\n --colors-system-red-dark: #e26b7d;\n /* Colors/System/red-dark-bg - Global (primitives) */\n --colors-system-red-dark-bg: #4c141d;\n /* Colors/System/red-light - Global (primitives) */\n --colors-system-red-light: #d83a52;\n /* Colors/System/red-light-bg - Global (primitives) */\n --colors-system-red-light-bg: #f9e1e9;\n /* Colors/System/Spectrum/Data visual/azure-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-400: #7fc4ec;\n /* Colors/System/Spectrum/Data visual/azure-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-700: #299de0;\n /* Colors/System/Spectrum/Data visual/backrose-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-backrose-900: #958ca3;\n /* Colors/System/Spectrum/Data visual/blackrose-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-blackrose-1200: #130033;\n /* Colors/System/Spectrum/Data visual/bronze-1100 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-1100: #794b34;\n /* Colors/System/Spectrum/Data visual/bronze-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-800: #af9385;\n /* Colors/System/Spectrum/Data visual/brown-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-1200: #7a2a0b;\n /* Colors/System/Spectrum/Data visual/brown-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-900: #b68a79;\n /* Colors/System/Spectrum/Data visual/cadet-gray-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-1200: #094a53;\n /* Colors/System/Spectrum/Data visual/cadet-gray-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-900: #789ba0;\n /* Colors/System/Spectrum/Data visual/cooper-500 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-500: #e6b297;\n /* Colors/System/Spectrum/Data visual/cooper-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-800: #d67e51;\n /* Colors/System/Spectrum/Data visual/gold-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-400: #cdbe80;\n /* Colors/System/Spectrum/Data visual/gold-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-700: #ab922b;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-black - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-black: #1f1f1f4d;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-white - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-400-opacity: #7fc4ec4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-700-opacity: #299de04d;\n /* Colors/System/Spectrum/Data visual/Highlight/backrose-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-backrose-900-opacity: #958ca34d;\n /* Colors/System/Spectrum/Data visual/Highlight/blackrose-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-blackrose-1200-opacity: #1300334d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-1100-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-1100-opacity: #794b344d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-800-opacity: #af93854d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-1200-opacity: #7a2a0b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-900-opacity: #b68a794d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-1200-opacity: #094a534d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-900-opacity: #789ba04d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-500-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-500-opacity: #e6b2974d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-800-opacity: #d67e514d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-400-opacity: #cdbe804d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-700-opacity: #ab922b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-600-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-600-opacity: #88c5af4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-900-opacity: #389e7a4d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-1200-opacity: #5309094d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-900-opacity: #a984844d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-1000-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-1000-opacity: #7f7f7f4d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-700-opacity: #b2b2b24d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-1200-opacity: #2d33004d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-900-opacity: #9699804d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-1200-opacity: #0a466c4d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-900-opacity: #7899ae4d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-1200-opacity: #4334794d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-900-opacity: #a19abc4d;\n /* Colors/System/Spectrum/Data visual/jade-600 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-600: #88c5af;\n /* Colors/System/Spectrum/Data visual/jade-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-900: #389e7a;\n /* Colors/System/Spectrum/Data visual/maroon-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-1200: #530909;\n /* Colors/System/Spectrum/Data visual/maroon-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-900: #a98484;\n /* Colors/System/Spectrum/Data visual/platinum-1000 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-1000: #7f7f7f;\n /* Colors/System/Spectrum/Data visual/platinum-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-700: #b2b2b2;\n /* Colors/System/Spectrum/Data visual/sage-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-1200: #2d3300;\n /* Colors/System/Spectrum/Data visual/sage-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-900: #969980;\n /* Colors/System/Spectrum/Data visual/tanzanite-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-1200: #0a466c;\n /* Colors/System/Spectrum/Data visual/tanzanite-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-900: #7899ae;\n /* Colors/System/Spectrum/Data visual/violet-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-1200: #433479;\n /* Colors/System/Spectrum/Data visual/violet-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-900: #a19abc;\n /* Colors/System/Spectrum/Depth/45-blue-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-blue-dark: #88aff7;\n /* Colors/System/Spectrum/Depth/45-green-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-green-dark: #87bd9f;\n /* Colors/System/Spectrum/Depth/45-lime-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-lime-dark: #dce28f;\n /* Colors/System/Spectrum/Depth/45-magenta-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-magenta-dark: #e07aed;\n /* Colors/System/Spectrum/Depth/45-orange-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-orange-dark: #f6a874;\n /* Colors/System/Spectrum/Depth/45-pink-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-pink-dark: #ea86b9;\n /* Colors/System/Spectrum/Depth/45-purple-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-purple-dark: #c8a6f9;\n /* Colors/System/Spectrum/Depth/45-red-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-red-dark: #ea93a0;\n /* Colors/System/Spectrum/Depth/45-teal-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-teal-dark: #74bbb4;\n /* Colors/System/Spectrum/Depth/45-yellow-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-yellow-dark: #fada8d;\n /* Colors/System/Spectrum/Depth/50-blue-light - Global (primitives) */\n --colors-system-spectrum-depth-50-blue-light: #143778;\n /* Colors/System/Spectrum/Depth/50-green-light - Global (primitives) */\n --colors-system-spectrum-depth-50-green-light: #134428;\n /* Colors/System/Spectrum/Depth/50-lime-light - Global (primitives) */\n --colors-system-spectrum-depth-50-lime-light: #60651a;\n /* Colors/System/Spectrum/Depth/50-magenta-light - Global (primitives) */\n --colors-system-spectrum-depth-50-magenta-light: #63076f;\n /* Colors/System/Spectrum/Depth/50-orange-light - Global (primitives) */\n --colors-system-spectrum-depth-50-orange-light: #773001;\n /* Colors/System/Spectrum/Depth/50-pink-light - Global (primitives) */\n --colors-system-spectrum-depth-50-pink-light: #6c1240;\n /* Colors/System/Spectrum/Depth/50-purple-light - Global (primitives) */\n --colors-system-spectrum-depth-50-purple-light: #310077;\n /* Colors/System/Spectrum/Depth/50-red-light - Global (primitives) */\n --colors-system-spectrum-depth-50-red-light: #6c1d29;\n /* Colors/System/Spectrum/Depth/50-teal-light - Global (primitives) */\n --colors-system-spectrum-depth-50-teal-light: #01413c;\n /* Colors/System/Spectrum/Depth/50-yellow-light - Global (primitives) */\n --colors-system-spectrum-depth-50-yellow-light: #7b5e18;\n /* Colors/System/Spectrum/Highlight/65-blue-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-blue-dark: #0e2754;\n /* Colors/System/Spectrum/Highlight/65-green-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-green-dark: #0d2f1c;\n /* Colors/System/Spectrum/Highlight/65-lime-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-lime-dark: #434712;\n /* Colors/System/Spectrum/Highlight/65-magenta-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-magenta-dark: #45054e;\n /* Colors/System/Spectrum/Highlight/65-orange-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-orange-dark: #532201;\n /* Colors/System/Spectrum/Highlight/65-pink-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-pink-dark: #4c0c2d;\n /* Colors/System/Spectrum/Highlight/65-purple-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-purple-dark: #220053;\n /* Colors/System/Spectrum/Highlight/65-red-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-red-dark: #4c141d;\n /* Colors/System/Spectrum/Highlight/65-teal-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-teal-dark: #012e2a;\n /* Colors/System/Spectrum/Highlight/65-yellow-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-yellow-dark: #564210;\n /* Colors/System/Spectrum/Highlight/85-blue-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-blue-light: #dfe9fd;\n /* Colors/System/Spectrum/Highlight/85-green-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-green-light: #deede5;\n /* Colors/System/Spectrum/Highlight/85-lime-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-lime-light: #f6f7e0;\n /* Colors/System/Spectrum/Highlight/85-magenta-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-magenta-light: #f6dbfa;\n /* Colors/System/Spectrum/Highlight/85-orange-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-orange-light: #fce7d9;\n /* Colors/System/Spectrum/Highlight/85-pink-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-pink-light: #f9deec;\n /* Colors/System/Spectrum/Highlight/85-purple-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-purple-light: #e7d9fc;\n /* Colors/System/Spectrum/Highlight/85-red-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-red-light: #f9e1e5;\n /* Colors/System/Spectrum/Highlight/85-teal-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-teal-light: #d9eceb;\n /* Colors/System/Spectrum/Highlight/85-yellow-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-yellow-light: #fef5e0;\n /* Colors/System/Spectrum/Vibrant/00-blue-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-blue-light: #276ef1;\n /* Colors/System/Spectrum/Vibrant/00-green-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-green-light: #258750;\n /* Colors/System/Spectrum/Vibrant/00-lime-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-lime-light: #c0ca33;\n /* Colors/System/Spectrum/Vibrant/00-magenta-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-magenta-light: #c60ede;\n /* Colors/System/Spectrum/Vibrant/00-orange-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-orange-light: #ee6002;\n /* Colors/System/Spectrum/Vibrant/00-pink-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-pink-light: #d82380;\n /* Colors/System/Spectrum/Vibrant/00-purple-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-purple-light: #6200ee;\n /* Colors/System/Spectrum/Vibrant/00-red-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-red-light: #d83a52;\n /* Colors/System/Spectrum/Vibrant/00-teal-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-teal-light: #038377;\n /* Colors/System/Spectrum/Vibrant/00-yellow-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-yellow-light: #f6bc2f;\n /* Colors/System/Spectrum/Vibrant/40-blue-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-blue-dark: #5d92f5;\n /* Colors/System/Spectrum/Vibrant/40-green-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-green-dark: #7cb796;\n /* Colors/System/Spectrum/Vibrant/40-lime-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-lime-dark: #d9df85;\n /* Colors/System/Spectrum/Vibrant/40-magenta-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-magenta-dark: #dd6eeb;\n /* Colors/System/Spectrum/Vibrant/40-orange-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-orange-dark: #f5a067;\n /* Colors/System/Spectrum/Vibrant/40-pink-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-pink-dark: #e87bb3;\n /* Colors/System/Spectrum/Vibrant/40-purple-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-purple-dark: #a166f5;\n /* Colors/System/Spectrum/Vibrant/40-red-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-red-dark: #e88997;\n /* Colors/System/Spectrum/Vibrant/40-teal-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-teal-dark: #68b5ad;\n /* Colors/System/Spectrum/Vibrant/40-yellow-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-yellow-dark: #fad782;\n /* Colors/System/Visited links/00-default-light - Global (primitives) */\n --colors-system-visited-links-00-default-light: #7a3e7a;\n /* Colors/System/Visited links/30-active-dark - Global (primitives) */\n --colors-system-visited-links-30-active-dark: #a278a2;\n /* Colors/System/Visited links/30-active-light - Global (primitives) */\n --colors-system-visited-links-30-active-light: #552b55;\n /* Colors/System/Visited links/40-default-dark - Global (primitives) */\n --colors-system-visited-links-40-default-dark: #af8baf;\n /* Colors/System/Visited links/40-disabled-dark - Global (primitives) */\n --colors-system-visited-links-40-disabled-dark: #492549;\n /* Colors/System/Visited links/40-disabled-light - Global (primitives) */\n --colors-system-visited-links-40-disabled-light: #af8baf;\n /* Colors/System/yellow-dark - Global (primitives) */\n --colors-system-yellow-dark: #f8cd63;\n /* Colors/System/yellow-dark-bg - Global (primitives) */\n --colors-system-yellow-dark-bg: #564210;\n /* Colors/System/yellow-light - Global (primitives) */\n --colors-system-yellow-light: #f6bc2f;\n /* Colors/System/yellow-light-bg - Global (primitives) */\n --colors-system-yellow-light-bg: #fef5e0;\n /* Corner radius/120 - Global (primitives) */\n --corner-radius-120: 12px;\n /* Corner radius/160 - Global (primitives) */\n --corner-radius-160: 16px;\n /* Corner radius/40 - Global (primitives) */\n --corner-radius-40: 4px;\n /* Corner radius/80 - Global (primitives) */\n --corner-radius-80: 8px;\n /* Corner radius/circular - Global (primitives) */\n --corner-radius-circular: 999px;\n /* Corner radius/None - Global (primitives) */\n --corner-radius-none: 0;\n /* East - navigation rails, drawers, sheets */\n --drop-shadow-east: 2px 0px 8px -2px #0000001a, 2px 0px 4px -2px #0000001f;\n /* Float */\n --drop-shadow-float: 0px 0px 1px 0px #00000052, 0px 8px 12px 0px #00000026;\n /* North - Bottom navigation, button dock, bottom sheet */\n --drop-shadow-north: 0px -2px 8px -2px #0000001a, 0px -2px 4px -2px #0000001f;\n /* Raise */\n --drop-shadow-raise: 0px 0px 1px 0px #00000026, 0px 1px 1px 0px #00000052;\n /* Scroll */\n --drop-shadow-scroll: 0px 0px 3px 0px #00000052;\n /* South - top navigation */\n --drop-shadow-south: 0px 2px 8px -2px #0000001a, 0px 2px 4px -2px #0000001f;\n /* West - side sheets */\n --drop-shadow-west: -8px 0px 8px -2px #0000001a, -5px 4px 4px -6px #00000026;\n /* Foreground/Link text/subtle-inverse-hovered - Theme - Denali & Boss */\n --foreground-link-text-subtle-inverse-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inverse-pressed - Theme - Denali & Boss */\n --foreground-link-text-subtle-inverse-pressed: #d1d1d1;\n /* Foreground/Neutral/inverse-on-surface - Theme - Denali & Boss */\n --foreground-neutral-inverse-on-surface: #fafafa;\n /* Foreground/Neutral/on-color - Theme - Denali & Boss */\n --foreground-neutral-on-color: #ffffff;\n /* Foreground/Neutral/on-inverse-surface - Theme - Denali & Boss */\n --foreground-neutral-on-inverse-surface: #fafafa;\n /* Interaction/disabled-opacity - Theme - 3.0 */\n --interaction-disabled-opacity: #0000000f;\n /* Interaction/primary-disabled-opacity - Theme - 3.0 */\n --interaction-primary-disabled-opacity: #1559ea1f;\n /* Interaction/primary-hover-opacity - Theme - 3.0 */\n --interaction-primary-hover-opacity: #1559ea1a;\n /* Interaction/primary-press-opacity - Theme - 3.0 */\n --interaction-primary-press-opacity: #1559ea33;\n /* Interactions/opacity-black-10 - Global (primitives) */\n --interactions-opacity-black-10: #0000001a;\n /* Interactions/opacity-black-16 - Global (primitives) */\n --interactions-opacity-black-16: #00000029;\n /* Interactions/opacity-black-20 - Global (primitives) */\n --interactions-opacity-black-20: #00000033;\n /* Interactions/opacity-black-30 - Global (primitives) */\n --interactions-opacity-black-30: #0000004d;\n /* Interactions/opacity-black-6 - Global (primitives) */\n --interactions-opacity-black-6: #0000000f;\n /* Interactions/opacity-black-8 - Global (primitives) */\n --interactions-opacity-black-8: #00000014;\n /* Interactions/opacity-white-10 - Global (primitives) */\n --interactions-opacity-white-10: #ffffff1a;\n /* Interactions/opacity-white-16 - Global (primitives) */\n --interactions-opacity-white-16: #ffffff29;\n /* Interactions/opacity-white-20 - Global (primitives) */\n --interactions-opacity-white-20: #ffffff33;\n /* Interactions/opacity-white-30 - Global (primitives) */\n --interactions-opacity-white-30: #ffffff4d;\n /* Interactions/opacity-white-6 - Global (primitives) */\n --interactions-opacity-white-6: #ffffff0f;\n /* Interactions/opacity-white-8 - Global (primitives) */\n --interactions-opacity-white-8: #ffffff14;\n /* Colors/Brands/Denali & Boss/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --interactions-primary-dark-opacity-10: #66b2cb1a;\n /* Colors/Brands/Denali & Boss/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --interactions-primary-dark-opacity-12: #66b2cb1f;\n /* Colors/Brands/Denali & Boss/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --interactions-primary-dark-opacity-16: #66b2cb29;\n /* Colors/Brands/Denali & Boss/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --interactions-primary-dark-opacity-20: #66b2cb33;\n /* Colors/Brands/Denali & Boss/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --interactions-primary-dark-opacity-8: #66b2cb14;\n /* Colors/Brands/Denali & Boss/Interactions/primary-light-opacity-10 - Global (primitives) */\n --interactions-primary-light-opacity-10: #007ea81a;\n /* Colors/Brands/Denali & Boss/Interactions/primary-light-opacity-12 - Global (primitives) */\n --interactions-primary-light-opacity-12: #007ea81f;\n /* Colors/Brands/Denali & Boss/Interactions/primary-light-opacity-16 - Global (primitives) */\n --interactions-primary-light-opacity-16: #007ea829;\n /* Colors/Brands/Denali & Boss/Interactions/primary-light-opacity-20 - Global (primitives) */\n --interactions-primary-light-opacity-20: #007ea833;\n /* Colors/Brands/Denali & Boss/Interactions/primary-light-opacity-8 - Global (primitives) */\n --interactions-primary-light-opacity-8: #007ea814;\n /* Labels/Base */\n --labels-base: 500 16px/20px var(--typeface);\n /* Labels/Base - line height */\n --labels-base-line-height: 20px;\n /* Labels/Base - size */\n --labels-base-size: 16px;\n /* Labels/Base - style */\n --labels-base-style: medium;\n /* Labels/Large */\n --labels-large: 500 18px/24px var(--typeface);\n /* Labels/Large - line height */\n --labels-large-line-height: 24px;\n /* Labels/Large - size */\n --labels-large-size: 18px;\n /* Labels/Large - style */\n --labels-large-style: medium;\n /* Labels/Small */\n --labels-small: 500 14px/20px var(--typeface);\n /* Labels/Small - line height */\n --labels-small-line-height: 20px;\n /* Labels/Small - size */\n --labels-small-size: 14px;\n /* Labels/Small - style */\n --labels-small-style: medium;\n /* Labels/X-Small */\n --labels-x-small: 500 12px/16px var(--typeface);\n /* Labels/X-Small - line height */\n --labels-x-small-line-height: 16px;\n /* Labels/X-Small - size */\n --labels-x-small-size: 12px;\n /* Labels/X-Small - style */\n --labels-x-small-style: medium;\n /* Colors/Brands/Denali & Boss/Primary/00-base - Global (primitives) */\n --primary-00-base: #007ea8;\n /* Colors/Brands/Denali & Boss/Primary/15-dark - Global (primitives) */\n --primary-15-dark: #006b86;\n /* Colors/Brands/Denali & Boss/Primary/40-light - Global (primitives) */\n --primary-40-light: #66b2cb;\n /* Colors/Brands/Denali & Boss/Primary/55-light - Global (primitives) */\n --primary-55-light: #8cc5d8;\n /* Colors/Brands/Denali & Boss/Primary/75-dark - Global (primitives) */\n --primary-75-dark: #00202a;\n /* Colors/Brands/Denali & Boss/Primary/85-light - Global (primitives) */\n --primary-85-light: #d9ecf2;\n /* Radius/full - Borders */\n --radius-full: 999px;\n /* Radius/lg - Borders */\n --radius-lg: 12px;\n /* Radius/md - Borders */\n --radius-md: 8px;\n /* Radius/none - Borders */\n --radius-none: 0;\n /* Radius/sm - Borders */\n --radius-sm: 4px;\n /* Radius/xlg - Borders */\n --radius-xlg: 16px;\n /* Colors/Brands/Denali & Boss/Secondary/00-base - Global (primitives) */\n --secondary-00-base: #2a3957;\n /* Colors/Brands/Denali & Boss/Secondary/15-dark - Global (primitives) */\n --secondary-15-dark: #24304a;\n /* Colors/Brands/Denali & Boss/Secondary/40-light - Global (primitives) */\n --secondary-40-light: #7f889a;\n /* Colors/Brands/Denali & Boss/Secondary/55-light - Global (primitives) */\n --secondary-55-light: #9fa6b3;\n /* Colors/Brands/Denali & Boss/Secondary/75-dark - Global (primitives) */\n --secondary-75-dark: #0b0e16;\n /* Colors/Brands/Denali & Boss/Secondary/85-light - Global (primitives) */\n --secondary-85-light: #dfe1e6;\n /* Shadows/Inner-Shadow-black-100 - Global (primitives) */\n --shadows-inner-shadow-black-100: #000000;\n /* Shadows/Inner-Shadow-white-100 - Global (primitives) */\n --shadows-inner-shadow-white-100: #ffffff;\n /* Shadows/Shadow-black-10 - Global (primitives) */\n --shadows-shadow-black-10: #0000001a;\n /* Shadows/Shadow-black-12 - Global (primitives) */\n --shadows-shadow-black-12: #0000001f;\n /* Shadows/Shadow-black-15 - Global (primitives) */\n --shadows-shadow-black-15: #00000026;\n /* Shadows/Shadow-black-25 - Global (primitives) */\n --shadows-shadow-black-25: #00000040;\n /* Shadows/Shadow-black-32 - Global (primitives) */\n --shadows-shadow-black-32: #00000052;\n /* Shadows/Shadow-black-50 - Global (primitives) */\n --shadows-shadow-black-50: #00000080;\n /* Shadows/Shadow-gray-10 - Global (primitives) */\n --shadows-shadow-gray-10: #6161611a;\n /* Shadows/Shadow-gray-12 - Global (primitives) */\n --shadows-shadow-gray-12: #6161611f;\n /* Shadows/Shadow-gray-15 - Global (primitives) */\n --shadows-shadow-gray-15: #61616126;\n /* Shadows/Shadow-gray-25 - Global (primitives) */\n --shadows-shadow-gray-25: #61616140;\n /* Shadows/Shadow-gray-32 - Global (primitives) */\n --shadows-shadow-gray-32: #61616152;\n /* Shadows/Shadow-gray-50 - Global (primitives) */\n --shadows-shadow-gray-50: #61616180;\n /* Spacing/sizing-01 - Spacing & Sizing */\n --spacing-sizing-01: 4px;\n /* Spacing/sizing-02 - Spacing & Sizing */\n --spacing-sizing-02: 8px;\n /* Spacing/sizing-03 - Spacing & Sizing */\n --spacing-sizing-03: 12px;\n /* Spacing/sizing-04 - Spacing & Sizing */\n --spacing-sizing-04: 16px;\n /* Spacing/sizing-05 - Spacing & Sizing */\n --spacing-sizing-05: 20px;\n /* Spacing/sizing-06 - Spacing & Sizing */\n --spacing-sizing-06: 24px;\n /* Spacing/sizing-07 - Spacing & Sizing */\n --spacing-sizing-07: 28px;\n /* Spacing/sizing-08 - Spacing & Sizing */\n --spacing-sizing-08: 32px;\n /* Spacing/sizing-09 - Spacing & Sizing */\n --spacing-sizing-09: 36px;\n /* Spacing/sizing-10 - Spacing & Sizing */\n --spacing-sizing-10: 40px;\n /* Spacing/sizing-11 - Spacing & Sizing */\n --spacing-sizing-11: 44px;\n /* Spacing/sizing-12 - Spacing & Sizing */\n --spacing-sizing-12: 48px;\n /* Spacing/sizing-13 - Spacing & Sizing */\n --spacing-sizing-13: 52px;\n /* Spacing/sizing-14 - Spacing & Sizing */\n --spacing-sizing-14: 56px;\n /* Spacing/sizing-15 - Spacing & Sizing */\n --spacing-sizing-15: 60px;\n /* Spacing/sizing-16 - Spacing & Sizing */\n --spacing-sizing-16: 64px;\n /* Spacing/sizing-17 - Spacing & Sizing */\n --spacing-sizing-17: 68px;\n /* Spacing/sizing-18 - Spacing & Sizing */\n --spacing-sizing-18: 72px;\n /* Spacing/sizing-19 - Spacing & Sizing */\n --spacing-sizing-19: 80px;\n /* Spacing/sizing-20 - Spacing & Sizing */\n --spacing-sizing-20: 96px;\n /* Spacing/sizing-21 - Spacing & Sizing */\n --spacing-sizing-21: 104px;\n /* Spacing/sizing-22 - Spacing & Sizing */\n --spacing-sizing-22: 120px;\n /* Spacing/sizing-23 - Spacing & Sizing */\n --spacing-sizing-23: 128px;\n /* Spacing/sizing-24 - Spacing & Sizing */\n --spacing-sizing-24: 148px;\n /* Spacing/sizing-25 - Spacing & Sizing */\n --spacing-sizing-25: 152px;\n /* Spacing/sizing-none - Spacing & Sizing */\n --spacing-sizing-none: 0;\n /* Spacings/1040 - Global (primitives) */\n --spacings-1040: 104px;\n /* Spacings/120 - Global (primitives) */\n --spacings-120: 12px;\n /* Spacings/1200 - Global (primitives) */\n --spacings-1200: 120px;\n /* Spacings/1280 - Global (primitives) */\n --spacings-1280: 128px;\n /* Spacings/1480 - Global (primitives) */\n --spacings-1480: 148px;\n /* Spacings/1520 - Global (primitives) */\n --spacings-1520: 152px;\n /* Spacings/160 - Global (primitives) */\n --spacings-160: 16px;\n /* Spacings/200 - Global (primitives) */\n --spacings-200: 20px;\n /* Spacings/240 - Global (primitives) */\n --spacings-240: 24px;\n /* Spacings/280 - Global (primitives) */\n --spacings-280: 28px;\n /* Spacings/320 - Global (primitives) */\n --spacings-320: 32px;\n /* Spacings/360 - Global (primitives) */\n --spacings-360: 36px;\n /* Spacings/40 - Global (primitives) */\n --spacings-40: 4px;\n /* Spacings/400 - Global (primitives) */\n --spacings-400: 40px;\n /* Spacings/440 - Global (primitives) */\n --spacings-440: 44px;\n /* Spacings/480 - Global (primitives) */\n --spacings-480: 48px;\n /* Spacings/520 - Global (primitives) */\n --spacings-520: 52px;\n /* Spacings/560 - Global (primitives) */\n --spacings-560: 56px;\n /* Spacings/600 - Global (primitives) */\n --spacings-600: 60px;\n /* Spacings/640 - Global (primitives) */\n --spacings-640: 64px;\n /* Spacings/680 - Global (primitives) */\n --spacings-680: 68px;\n /* Spacings/720 - Global (primitives) */\n --spacings-720: 72px;\n /* Spacings/80 - Global (primitives) */\n --spacings-80: 8px;\n /* Spacings/800 - Global (primitives) */\n --spacings-800: 80px;\n /* Spacings/960 - Global (primitives) */\n --spacings-960: 96px;\n /* Spacings/None - Global (primitives) */\n --spacings-none: 0;\n /* Status/on-error - Theme - Denali & Boss */\n --status-on-error: #ffffff;\n /* Status/on-information - Theme - Denali & Boss */\n --status-on-information: #ffffff;\n /* Status/on-informational - Theme - Denali & Boss */\n --status-on-informational: #ffffff;\n /* Status/on-success - Theme - Denali & Boss */\n --status-on-success: #ffffff;\n /* Status/on-warning - Theme - Denali & Boss */\n --status-on-warning: #141414;\n /* Stroke/Neutral/focus-on-inverse - Theme - Denali & Boss */\n --stroke-neutral-focus-on-inverse: #ffffff;\n /* Stroke/Neutral/Interaction/inverse-focus - Theme - 3.0 */\n --stroke-neutral-interaction-inverse-focus: #ffffff;\n /* Stroke/Neutral/Interactions/inverse-focus - Theme - Denali & Boss */\n --stroke-neutral-interactions-inverse-focus: #ffffff;\n /* Stroke/none - Borders */\n --stroke-none: 0;\n /* Stroke/thick - Borders */\n --stroke-thick: 2px;\n /* Stroke/thicker - Borders */\n --stroke-thicker: 4px;\n /* Stroke/thin - Borders */\n --stroke-thin: 1px;\n /* Surface/Neutral/transparent - Theme - Denali & Boss */\n --surface-neutral-transparent: #ffffff00;\n /* Typeface - Brand */\n --typeface: 'Inter', 'Work Sans', sans-serif;\n /* Typography/Line-height/lh-1 - Global (primitives) */\n --typography-line-height-lh-1: 16px;\n /* Typography/Line-height/lh-10 - Global (primitives) */\n --typography-line-height-lh-10: 48px;\n /* Typography/Line-height/lh-11 - Global (primitives) */\n --typography-line-height-lh-11: 56px;\n /* Typography/Line-height/lh-12 - Global (primitives) */\n --typography-line-height-lh-12: 60px;\n /* Typography/Line-height/lh-13 - Global (primitives) */\n --typography-line-height-lh-13: 64px;\n /* Typography/Line-height/lh-14 - Global (primitives) */\n --typography-line-height-lh-14: 72px;\n /* Typography/Line-height/lh-15 - Global (primitives) */\n --typography-line-height-lh-15: 88px;\n /* Typography/Line-height/lh-2 - Global (primitives) */\n --typography-line-height-lh-2: 20px;\n /* Typography/Line-height/lh-3 - Global (primitives) */\n --typography-line-height-lh-3: 22px;\n /* Typography/Line-height/lh-4 - Global (primitives) */\n --typography-line-height-lh-4: 24px;\n /* Typography/Line-height/lh-5 - Global (primitives) */\n --typography-line-height-lh-5: 28px;\n /* Typography/Line-height/lh-6 - Global (primitives) */\n --typography-line-height-lh-6: 32px;\n /* Typography/Line-height/lh-7 - Global (primitives) */\n --typography-line-height-lh-7: 36px;\n /* Typography/Line-height/lh-8 - Global (primitives) */\n --typography-line-height-lh-8: 40px;\n /* Typography/Line-height/lh-9 - Global (primitives) */\n --typography-line-height-lh-9: 44px;\n /* Typography/Size/base - Global (primitives) */\n --typography-size-base: 16px;\n /* Typography/Size/bp-md - Global (primitives) */\n --typography-size-bp-md: 18px;\n /* Typography/Size/d-lg-m - Global (primitives) */\n --typography-size-d-lg-m: 64px;\n /* Typography/Size/d-lg (old) - Global (primitives) */\n --typography-size-d-lg-old: 60px;\n /* Typography/Size/d-md-m - Global (primitives) */\n --typography-size-d-md-m: 56px;\n /* Typography/Size/d-md (old) - Global (primitives) */\n --typography-size-d-md-old: 52px;\n /* Typography/Size/d-sm-m - Global (primitives) */\n --typography-size-d-sm-m: 48px;\n /* Typography/Size/d-sm (old) - Global (primitives) */\n --typography-size-d-sm-old: 44px;\n /* Typography/Size/lg-xlg - Global (primitives) */\n --typography-size-lg-xlg: 28px;\n /* Typography/Size/md-mdp - Global (primitives) */\n --typography-size-md-mdp: 20px;\n /* Typography/Size/mdp-lg - Global (primitives) */\n --typography-size-mdp-lg: 24px;\n /* Typography/Size/sm - Global (primitives) */\n --typography-size-sm: 14px;\n /* Typography/Size/xlg-xxlg - Global (primitives) */\n --typography-size-xlg-xxlg: 32px;\n /* Typography/Size/xs - Global (primitives) */\n --typography-size-xs: 12px;\n /* Typography/Size/xxlg-xxxlg - Global (primitives) */\n --typography-size-xxlg-xxxlg: 36px;\n /* Typography/Size/xxxlg - Global (primitives) */\n --typography-size-xxxlg: 40px;\n /* Typography/Typeface/Arial - Global (primitives) */\n --typography-typeface-arial: 'Arial', sans-serif;\n /* Typography/Typeface/Geist - Global (primitives) */\n --typography-typeface-geist: 'Geist', sans-serif;\n /* Typography/Typeface/Helvetica - Global (primitives) */\n --typography-typeface-helvetica: 'Helvetica', sans-serif;\n /* Typography/Typeface/Inter - Global (primitives) */\n --typography-typeface-inter: 'Inter', sans-serif;\n /* Typography/Typeface/Lato - Global (primitives) */\n --typography-typeface-lato: 'Lato', sans-serif;\n /* Typography/Typeface/Manrope - Global (primitives) */\n --typography-typeface-manrope: 'Manrope', sans-serif;\n /* Typography/Typeface/Open Sans - Global (primitives) */\n --typography-typeface-open-sans: 'Open Sans', sans-serif;\n /* Typography/Typeface/Red Hat Text - Global (primitives) */\n --typography-typeface-red-hat-text: 'Red Hat Text', sans-serif;\n /* Typography/Typeface/Roboto - Global (primitives) */\n --typography-typeface-roboto: 'Roboto', sans-serif;\n /* Typography/Typeface/SF Pro - Global (primitives) */\n --typography-typeface-sf-pro: 'SF Pro', sans-serif;\n /* Typography/Typeface/Typold - Global (primitives) */\n --typography-typeface-typold: 'Typold', sans-serif;\n /* Typography/Typeface/Work Sans - Global (primitives) */\n --typography-typeface-work-sans: 'Work Sans', sans-serif;\n /* Typography/Weight/300 - Global (primitives) */\n --typography-weight-300: 300;\n /* Typography/Weight/400 - Global (primitives) */\n --typography-weight-400: 400;\n /* Typography/Weight/500 - Global (primitives) */\n --typography-weight-500: 500;\n /* Typography/Weight/600 - Global (primitives) */\n --typography-weight-600: 600;\n /* Mobile/Display/Regular/Large */\n --display-regular-large: 400 56px/72px var(--typeface);\n /* Mobile/Display/Regular/Large - line height */\n --display-regular-large-line-height: 72px;\n /* Mobile/Display/Regular/Large - size */\n --display-regular-large-size: 56px;\n /* Mobile/Display/Regular/Large - style */\n --display-regular-large-style: regular;\n /* Mobile/Display/Regular/Medium */\n --display-regular-medium: 400 48px/60px var(--typeface);\n /* Mobile/Display/Regular/Medium - line height */\n --display-regular-medium-line-height: 60px;\n /* Mobile/Display/Regular/Medium - size */\n --display-regular-medium-size: 48px;\n /* Mobile/Display/Regular/Medium - style */\n --display-regular-medium-style: regular;\n /* Mobile/Display/Regular/Small */\n --display-regular-small: 400 40px/48px var(--typeface);\n /* Mobile/Display/Regular/Small - line height */\n --display-regular-small-line-height: 48px;\n /* Mobile/Display/Regular/Small - size */\n --display-regular-small-size: 40px;\n /* Mobile/Display/Regular/Small - style */\n --display-regular-small-style: regular;\n /* Mobile/Display/Semibold/Large */\n --display-semibold-large: 600 56px/72px var(--typeface);\n /* Mobile/Display/Semibold/Large - line height */\n --display-semibold-large-line-height: 72px;\n /* Mobile/Display/Semibold/Large - size */\n --display-semibold-large-size: 56px;\n /* Mobile/Display/Semibold/Large - style */\n --display-semibold-large-style: semibold;\n /* Mobile/Display/Semibold/Medium */\n --display-semibold-medium: 600 48px/60px var(--typeface);\n /* Mobile/Display/Semibold/Medium - line height */\n --display-semibold-medium-line-height: 60px;\n /* Mobile/Display/Semibold/Medium - size */\n --display-semibold-medium-size: 48px;\n /* Mobile/Display/Semibold/Medium - style */\n --display-semibold-medium-style: semibold;\n /* Mobile/Display/Semibold/Small */\n --display-semibold-small: 600 40px/48px var(--typeface);\n /* Mobile/Display/Semibold/Small - line height */\n --display-semibold-small-line-height: 48px;\n /* Mobile/Display/Semibold/Small - size */\n --display-semibold-small-size: 40px;\n /* Mobile/Display/Semibold/Small - style */\n --display-semibold-small-style: semibold;\n /* Mobile/Heading/H1 - Large Headline */\n --heading-h1: 600 32px/40px var(--typeface);\n /* Mobile/Heading/H1 - Large Headline line height */\n --heading-h1-line-height: 40px;\n /* Mobile/Heading/H1 - Large Headline size */\n --heading-h1-size: 32px;\n /* Mobile/Heading/H1 - Large Headline style */\n --heading-h1-style: semibold;\n /* Mobile/Heading/H2 - Headline */\n --heading-h2: 600 28px/36px var(--typeface);\n /* Mobile/Heading/H2 - Headline line height */\n --heading-h2-line-height: 36px;\n /* Mobile/Heading/H2 - Headline size */\n --heading-h2-size: 28px;\n /* Mobile/Heading/H2 - Headline style */\n --heading-h2-style: semibold;\n /* Mobile/Heading/H3 - Headline */\n --heading-h3: 600 24px/32px var(--typeface);\n /* Mobile/Heading/H3 - Headline line height */\n --heading-h3-line-height: 32px;\n /* Mobile/Heading/H3 - Headline size */\n --heading-h3-size: 24px;\n /* Mobile/Heading/H3 - Headline style */\n --heading-h3-style: semibold;\n /* Mobile/Heading/H4 - Headline */\n --heading-h4: 600 20px/28px var(--typeface);\n /* Mobile/Heading/H4 - Headline line height */\n --heading-h4-line-height: 28px;\n /* Mobile/Heading/H4 - Headline size */\n --heading-h4-size: 20px;\n /* Mobile/Heading/H4 - Headline style */\n --heading-h4-style: semibold;\n /* Mobile/Heading/H5 */\n --heading-h5: 600 18px/24px var(--typeface);\n /* Mobile/Heading/H5 - line height */\n --heading-h5-line-height: 24px;\n /* Mobile/Heading/H5 - size */\n --heading-h5-size: 18px;\n /* Mobile/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Mobile/Heading/H6 */\n --heading-h6: 500 16px/20px var(--typeface);\n /* Mobile/Heading/H6 - line height */\n --heading-h6-line-height: 20px;\n /* Mobile/Heading/H6 - size */\n --heading-h6-size: 16px;\n /* Mobile/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Mobile/Subheader/Large - Headline */\n --subheader-large: 400 20px/28px var(--typeface);\n /* Mobile/Subheader/Large - Headline line height */\n --subheader-large-line-height: 28px;\n /* Mobile/Subheader/Large - Headline size */\n --subheader-large-size: 20px;\n /* Mobile/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Mobile/Subheader/Medium - Headline */\n --subheader-medium: 400 18px/24px var(--typeface);\n /* Mobile/Subheader/Medium - Headline line height */\n --subheader-medium-line-height: 24px;\n /* Mobile/Subheader/Medium - Headline size */\n --subheader-medium-size: 18px;\n /* Mobile/Subheader/Medium - Headline style */\n --subheader-medium-style: regular;\n /* Mobile/Subheader/X-Large - Headline */\n --subheader-x-large: 400 24px/32px var(--typeface);\n /* Mobile/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 32px;\n /* Mobile/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 24px;\n /* Mobile/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Mobile/Subheader/XX-Large - Large Headline */\n --subheader-xx-large: 400 28px/36px var(--typeface);\n /* Mobile/Subheader/XX-Large - Large Headline line height */\n --subheader-xx-large-line-height: 36px;\n /* Mobile/Subheader/XX-Large - Large Headline size */\n --subheader-xx-large-size: 28px;\n /* Mobile/Subheader/XX-Large - Large Headline style */\n --subheader-xx-large-style: regular;\n /* Mobile/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 32px/40px var(--typeface);\n /* Mobile/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 40px;\n /* Mobile/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 32px;\n /* Mobile/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n\n @media (width >= 640px) {\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. */\n --display-regular-large: 400 64px/88px var(--typeface);\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. line height */\n --display-regular-large-line-height: 88px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. size */\n --display-regular-large-size: 64px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. style */\n --display-regular-large-style: regular;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. */\n --display-regular-medium: 400 56px/72px var(--typeface);\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. line height */\n --display-regular-medium-line-height: 72px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. size */\n --display-regular-medium-size: 56px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. style */\n --display-regular-medium-style: regular;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. */\n --display-regular-small: 400 48px/60px var(--typeface);\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. line height */\n --display-regular-small-line-height: 60px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. size */\n --display-regular-small-size: 48px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. style */\n --display-regular-small-style: regular;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. */\n --display-semibold-large: 600 64px/88px var(--typeface);\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. line height */\n --display-semibold-large-line-height: 88px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. size */\n --display-semibold-large-size: 64px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. style */\n --display-semibold-large-style: semibold;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. */\n --display-semibold-medium: 600 56px/72px var(--typeface);\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. line height */\n --display-semibold-medium-line-height: 72px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. size */\n --display-semibold-medium-size: 56px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. style */\n --display-semibold-medium-style: semibold;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. */\n --display-semibold-small: 600 48px/60px var(--typeface);\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. line height */\n --display-semibold-small-line-height: 60px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. size */\n --display-semibold-small-size: 48px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. style */\n --display-semibold-small-style: semibold;\n /* Desktop/Heading/H1 */\n --heading-h1: 600 40px/48px var(--typeface);\n /* Desktop/Heading/H1 - line height */\n --heading-h1-line-height: 48px;\n /* Desktop/Heading/H1 - size */\n --heading-h1-size: 40px;\n /* Desktop/Heading/H1 - style */\n --heading-h1-style: semibold;\n /* Desktop/Heading/H2 */\n --heading-h2: 600 32px/40px var(--typeface);\n /* Desktop/Heading/H2 - line height */\n --heading-h2-line-height: 40px;\n /* Desktop/Heading/H2 - size */\n --heading-h2-size: 32px;\n /* Desktop/Heading/H2 - style */\n --heading-h2-style: semibold;\n /* Desktop/Heading/H3 */\n --heading-h3: 600 28px/36px var(--typeface);\n /* Desktop/Heading/H3 - line height */\n --heading-h3-line-height: 36px;\n /* Desktop/Heading/H3 - size */\n --heading-h3-size: 28px;\n /* Desktop/Heading/H3 - style */\n --heading-h3-style: semibold;\n /* Desktop/Heading/H4 */\n --heading-h4: 600 24px/32px var(--typeface);\n /* Desktop/Heading/H4 - line height */\n --heading-h4-line-height: 32px;\n /* Desktop/Heading/H4 - size */\n --heading-h4-size: 24px;\n /* Desktop/Heading/H4 - style */\n --heading-h4-style: semibold;\n /* Desktop/Heading/H5 */\n --heading-h5: 600 20px/28px var(--typeface);\n /* Desktop/Heading/H5 - line height */\n --heading-h5-line-height: 28px;\n /* Desktop/Heading/H5 - size */\n --heading-h5-size: 20px;\n /* Desktop/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Desktop/Heading/H6 */\n --heading-h6: 500 18px/24px var(--typeface);\n /* Desktop/Heading/H6 - line height */\n --heading-h6-line-height: 24px;\n /* Desktop/Heading/H6 - size */\n --heading-h6-size: 18px;\n /* Desktop/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Desktop/Subheader/Large - Headline */\n --subheader-large: 400 24px/32px var(--typeface);\n /* Desktop/Subheader/Large - Headline line height */\n --subheader-large-line-height: 32px;\n /* Desktop/Subheader/Large - Headline size */\n --subheader-large-size: 24px;\n /* Desktop/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Desktop/Subheader/Medium */\n --subheader-medium: 400 20px/28px var(--typeface);\n /* Desktop/Subheader/Medium - line height */\n --subheader-medium-line-height: 28px;\n /* Desktop/Subheader/Medium - size */\n --subheader-medium-size: 20px;\n /* Desktop/Subheader/Medium - style */\n --subheader-medium-style: regular;\n /* Desktop/Subheader/X-Large - Headline */\n --subheader-x-large: 400 28px/36px var(--typeface);\n /* Desktop/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 36px;\n /* Desktop/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 28px;\n /* Desktop/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Desktop/Subheader/XX-Large - Headline */\n --subheader-xx-large: 400 32px/40px var(--typeface);\n /* Desktop/Subheader/XX-Large - Headline line height */\n --subheader-xx-large-line-height: 40px;\n /* Desktop/Subheader/XX-Large - Headline size */\n --subheader-xx-large-size: 32px;\n /* Desktop/Subheader/XX-Large - Headline style */\n --subheader-xx-large-style: regular;\n /* Desktop/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 40px/48px var(--typeface);\n /* Desktop/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 48px;\n /* Desktop/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 40px;\n /* Desktop/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n }\n\n /** Light theme (default) **/\n /* Background/base - Theme - Denali & Boss */\n --background-base: #ffffff;\n /* Background/scrim - Theme - Denali & Boss */\n --background-scrim: #00000040;\n /* Background/shade - Theme - Denali & Boss */\n --background-shade: #f5f5f5;\n /* Data visual/category-01 - Theme - Denali & Boss */\n --data-visual-category-01: #0a466c;\n /* Data visual/category-01-highlight - Theme - Denali & Boss */\n --data-visual-category-01-highlight: #0a466c4d;\n /* Data visual/category-02 - Theme - Denali & Boss */\n --data-visual-category-02: #299de0;\n /* Data visual/category-02-highlight - Theme - Denali & Boss */\n --data-visual-category-02-highlight: #299de04d;\n /* Data visual/category-03 - Theme - Denali & Boss */\n --data-visual-category-03: #130033;\n /* Data visual/category-03-highlight - Theme - Denali & Boss */\n --data-visual-category-03-highlight: #1300334d;\n /* Data visual/category-04 - Theme - Denali & Boss */\n --data-visual-category-04: #389e7a;\n /* Data visual/category-04-highlight - Theme - Denali & Boss */\n --data-visual-category-04-highlight: #389e7a4d;\n /* Data visual/category-05 - Theme - Denali & Boss */\n --data-visual-category-05: #094a53;\n /* Data visual/category-05-highlight - Theme - Denali & Boss */\n --data-visual-category-05-highlight: #094a534d;\n /* Data visual/category-06 - Theme - Denali & Boss */\n --data-visual-category-06: #7f7f7f;\n /* Data visual/category-06-highlight - Theme - Denali & Boss */\n --data-visual-category-06-highlight: #7f7f7f4d;\n /* Data visual/category-07 - Theme - Denali & Boss */\n --data-visual-category-07: #433479;\n /* Data visual/category-07-highlight - Theme - Denali & Boss */\n --data-visual-category-07-highlight: #4334794d;\n /* Data visual/category-1 - Theme - Denali & Boss */\n --data-visual-category-1: #0a466c;\n /* Data visual/category-1-highlight - Theme - Denali & Boss */\n --data-visual-category-1-highlight: #0a466c4d;\n /* Data visual/category-2 - Theme - Denali & Boss */\n --data-visual-category-2: #299de0;\n /* Data visual/category-2-highlight - Theme - Denali & Boss */\n --data-visual-category-2-highlight: #299de04d;\n /* Data visual/category-3 - Theme - Denali & Boss */\n --data-visual-category-3: #130033;\n /* Data visual/category-3-highlight - Theme - Denali & Boss */\n --data-visual-category-3-highlight: #1300334d;\n /* Data visual/category-4 - Theme - Denali & Boss */\n --data-visual-category-4: #389e7a;\n /* Data visual/category-4-highlight - Theme - Denali & Boss */\n --data-visual-category-4-highlight: #389e7a4d;\n /* Data visual/category-5 - Theme - Denali & Boss */\n --data-visual-category-5: #094a53;\n /* Data visual/category-5-highlight - Theme - Denali & Boss */\n --data-visual-category-5-highlight: #094a534d;\n /* Data visual/category-6 - Theme - Denali & Boss */\n --data-visual-category-6: #7f7f7f;\n /* Data visual/category-6-highlight - Theme - Denali & Boss */\n --data-visual-category-6-highlight: #7f7f7f4d;\n /* Data visual/category-7 - Theme - Denali & Boss */\n --data-visual-category-7: #433479;\n /* Data visual/category-7-highlight - Theme - Denali & Boss */\n --data-visual-category-7-highlight: #4334794d;\n /* Data visual/gradient-end - Theme - Denali & Boss */\n --data-visual-gradient-end: #ffffff4d;\n /* Data visual/green - Theme - Denali & Boss */\n --data-visual-green: #258750;\n /* Data visual/green-highlight - Theme - Denali & Boss */\n --data-visual-green-highlight: #deede5;\n /* Data visual/negative - Theme - Denali & Boss */\n --data-visual-negative: #d83a52;\n /* Data visual/negative-highlight - Theme - Denali & Boss */\n --data-visual-negative-highlight: #f9e1e5;\n /* Data visual/positive - Theme - Denali & Boss */\n --data-visual-positive: #258750;\n /* Data visual/positive-highlight - Theme - Denali & Boss */\n --data-visual-positive-highlight: #deede5;\n /* Data visual/red - Theme - Denali & Boss */\n --data-visual-red: #d83a52;\n /* Data visual/red-highlight - Theme - Denali & Boss */\n --data-visual-red-highlight: #f9e1e5;\n /* Foreground/Brand/on-inverse-primary - Theme - Denali & Boss */\n --foreground-brand-on-inverse-primary: #66b2cb;\n /* Foreground/Brand/on-inverse-secondary - Theme - Denali & Boss */\n --foreground-brand-on-inverse-secondary: #7f889a;\n /* Foreground/Brand/on-brand-primary - Theme - Denali & Boss */\n --foreground-brand-on-primary: #ffffff;\n /* Foreground/Brand/on-brand-secondary - Theme - Denali & Boss */\n --foreground-brand-on-secondary: #ffffff;\n /* Foreground/Brand/brand-primary - Theme - Denali & Boss */\n --foreground-brand-primary: #007ea8;\n /* Foreground/Brand/brand-primary-depth - Theme - Denali & Boss */\n --foreground-brand-primary-depth: #006b86;\n /* Foreground/Brand/brand-secondary - Theme - Denali & Boss */\n --foreground-brand-secondary: #2a3957;\n /* Foreground/Brand/brand-secondary-depth - Theme - Denali & Boss */\n --foreground-brand-secondary-depth: #24304a;\n /* Foreground/Link text/default - Theme - Denali & Boss */\n --foreground-link-text-default: #215ecd;\n /* Foreground/Link text/default-disabled - Theme - Denali & Boss */\n --foreground-link-text-default-disabled: #7a9ee1;\n /* Foreground/Link text/default-hovered - Theme - Denali & Boss */\n --foreground-link-text-default-hovered: #1e55b9;\n /* Foreground/Link text/default-pressed - Theme - Denali & Boss */\n --foreground-link-text-default-pressed: #1a4ba4;\n /* Foreground/Link text/default-visited - Theme - Denali & Boss */\n --foreground-link-text-default-visited: #7a3e7a;\n /* Foreground/Link text/subtle-disabled - Theme - Denali & Boss */\n --foreground-link-text-subtle-disabled: #bdbdbd;\n /* Foreground/Link text/subtle-hovered - Theme - Denali & Boss */\n --foreground-link-text-subtle-hovered: #292929;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Denali & Boss */\n --foreground-link-text-subtle-inversed-disabled: #757575;\n /* Foreground/Link text/subtle-pressed - Theme - Denali & Boss */\n --foreground-link-text-subtle-pressed: #424242;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Denali & Boss */\n --foreground-neutral-disabled-on-color-surface: #757575;\n /* Foreground/Neutral/disabled-on-surface - Theme - Denali & Boss */\n --foreground-neutral-disabled-on-surface: #bdbdbd;\n /* Foreground/Neutral/on-surface - Theme - Denali & Boss */\n --foreground-neutral-on-surface: #141414;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Denali & Boss */\n --foreground-neutral-on-surface-variant-01: #474747;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Denali & Boss */\n --foreground-neutral-on-surface-variant-02: #757575;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Denali & Boss */\n --foreground-neutral-on-surface-variant-03: #8a8a8a;\n /* Foreground/Neutral/skeleton-element - Theme - Denali & Boss */\n --foreground-neutral-skeleton-element: #c7c7c7;\n /* Foreground/Spectrum/blue - Theme - Denali & Boss */\n --foreground-spectrum-blue: #143778;\n /* Foreground/Spectrum/green - Theme - Denali & Boss */\n --foreground-spectrum-green: #134428;\n /* Foreground/Spectrum/lime - Theme - Denali & Boss */\n --foreground-spectrum-lime: #60651a;\n /* Foreground/Spectrum/magenta - Theme - Denali & Boss */\n --foreground-spectrum-magenta: #63076f;\n /* Foreground/Spectrum/orange - Theme - Denali & Boss */\n --foreground-spectrum-orange: #773001;\n /* Foreground/Spectrum/pink - Theme - Denali & Boss */\n --foreground-spectrum-pink: #6c1240;\n /* Foreground/Spectrum/purple - Theme - Denali & Boss */\n --foreground-spectrum-purple: #310077;\n /* Foreground/Spectrum/red - Theme - Denali & Boss */\n --foreground-spectrum-red: #6c1d29;\n /* Foreground/Spectrum/teal - Theme - Denali & Boss */\n --foreground-spectrum-teal: #01413c;\n /* Foreground/Spectrum/yellow - Theme - Denali & Boss */\n --foreground-spectrum-yellow: #7b5e18;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #0000000f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #0000001a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #00000033;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #00000014;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #0000004d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #00000029;\n /* Interactions/brand-disabled-opacity - Theme - Denali & Boss */\n --interactions-brand-disabled-opacity: #0000000f;\n /* Interactions/brand-hover-opacity - Theme - Denali & Boss */\n --interactions-brand-hover-opacity: #0000001a;\n /* Interactions/brand-press-opacity - Theme - Denali & Boss */\n --interactions-brand-press-opacity: #00000033;\n /* Interactions/disabled-opacity - Theme - Denali & Boss */\n --interactions-disabled-opacity: #0000000f;\n /* Interactions/hover-opacity - Theme - Denali & Boss */\n --interactions-hover-opacity: #00000014;\n /* Interactions/link-active-opacity - Theme - Denali & Boss */\n --interactions-link-active-opacity: #0000004d;\n /* Interactions/neutral-hover-opacity - Theme - Denali & Boss */\n --interactions-neutral-hover-opacity: #00000014;\n /* Interactions/neutral-press-opacity - Theme - Denali & Boss */\n --interactions-neutral-press-opacity: #00000029;\n /* Interactions/press-opacity - Theme - Denali & Boss */\n --interactions-press-opacity: #00000029;\n /* Interactions/primary-disabled-opacity - Theme - Denali & Boss */\n --interactions-primary-disabled-opacity: #007ea81f;\n /* Interactions/primary-hover-opacity - Theme - Denali & Boss */\n --interactions-primary-hover-opacity: #007ea81a;\n /* Interactions/primary-press-opacity - Theme - Denali & Boss */\n --interactions-primary-press-opacity: #007ea833;\n /* Shadow/shadow-10 - Theme - Denali & Boss */\n --shadow-10: #0000001a;\n /* Shadow/shadow-12 - Theme - Denali & Boss */\n --shadow-12: #0000001f;\n /* Shadow/shadow-15 - Theme - Denali & Boss */\n --shadow-15: #00000026;\n /* Shadow/shadow-25 - Theme - Denali & Boss */\n --shadow-25: #00000040;\n /* Shadow/shadow-32 - Theme - Denali & Boss */\n --shadow-32: #00000052;\n /* Shadow/inner-shadow - Theme - Denali & Boss */\n --shadow-inner: #ffffff;\n /* Shadow/inner-shadow-100 - Theme - Denali & Boss */\n --shadow-inner-100: #ffffff;\n /* Shadow/variant-01 - Theme - Denali & Boss */\n --shadow-variant-01: #0000001a;\n /* Shadow/variant-02 - Theme - Denali & Boss */\n --shadow-variant-02: #0000001f;\n /* Shadow/variant-03 - Theme - Denali & Boss */\n --shadow-variant-03: #00000026;\n /* Shadow/variant-04 - Theme - Denali & Boss */\n --shadow-variant-04: #00000040;\n /* Shadow/variant-05 - Theme - Denali & Boss */\n --shadow-variant-05: #00000052;\n /* Status/error - Theme - Denali & Boss */\n --status-error: #d83a52;\n /* Status/information - Theme - Denali & Boss */\n --status-information: #276ef1;\n /* Status/informational - Theme - Denali & Boss */\n --status-informational: #276ef1;\n /* Status/success - Theme - Denali & Boss */\n --status-success: #258750;\n /* Status/warning - Theme - Denali & Boss */\n --status-warning: #f6bc2f;\n /* Stroke/Brand/brand-primary - Theme - Denali & Boss */\n --stroke-brand-primary: #007ea8;\n /* Stroke/Brand/brand-primary-depth - Theme - Denali & Boss */\n --stroke-brand-primary-depth: #006b86;\n /* Stroke/Brand/brand-secondary - Theme - Denali & Boss */\n --stroke-brand-secondary: #2a3957;\n /* Stroke/Brand/brand-secondary-depth - Theme - Denali & Boss */\n --stroke-brand-secondary-depth: #24304a;\n /* Stroke/Neutral/neutral-base - Theme - Denali & Boss */\n --stroke-neutral-base: #949494;\n /* Stroke/Neutral/disabled-dark - Theme - Denali & Boss */\n --stroke-neutral-disabled-dark: #757575;\n /* Stroke/Neutral/disabled-light - Theme - Denali & Boss */\n --stroke-neutral-disabled-light: #bdbdbd;\n /* Stroke/Neutral/focus - Theme - Denali & Boss */\n --stroke-neutral-focus: #000000;\n /* Stroke/Neutral/neutral-high - Theme - Denali & Boss */\n --stroke-neutral-high: #141414;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Denali & Boss */\n --stroke-neutral-high-contrast: #141414;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #48566a;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #c8d6e5;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #000000;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Denali & Boss */\n --stroke-neutral-interactions-disabled-dark: #757575;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Denali & Boss */\n --stroke-neutral-interactions-disabled-light: #bdbdbd;\n /* Stroke/Neutral/Interactions/focus - Theme - Denali & Boss */\n --stroke-neutral-interactions-focus: #000000;\n /* Stroke/Neutral/neutral-low - Theme - Denali & Boss */\n --stroke-neutral-low: #e0e0e0;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Denali & Boss */\n --stroke-neutral-low-contrast: #e0e0e0;\n /* Surface/Brand/primary - Theme - Denali & Boss */\n --surface-brand-primary: #007ea8;\n /* Surface/Brand/primary-highlight - Theme - Denali & Boss */\n --surface-brand-primary-highlight: #d9ecf2;\n /* Surface/Brand/secondary - Theme - Denali & Boss */\n --surface-brand-secondary: #2a3957;\n /* Surface/Brand/secondary-highlight - Theme - Denali & Boss */\n --surface-brand-secondary-highlight: #dfe1e6;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Denali & Boss */\n --surface-neutral-interactions-dark-disabled: #d6d6d6;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Denali & Boss */\n --surface-neutral-interactions-light-disabled: #f5f5f5;\n /* Surface/Neutral/Interactions/skeleton - Theme - Denali & Boss */\n --surface-neutral-interactions-skeleton: #e0e0e0;\n /* Surface/Neutral/inverse - Theme - Denali & Boss */\n --surface-neutral-inverse: #1f1f1f;\n /* Surface/Neutral/inverse-dark - Theme - Denali & Boss */\n --surface-neutral-inverse-dark: #1f1f1f;\n /* Surface/Neutral/inverse-light - Theme - Denali & Boss */\n --surface-neutral-inverse-light: #ffffff;\n /* Surface/Neutral/skeleton - Theme - Denali & Boss */\n --surface-neutral-skeleton: #e0e0e0;\n /* Surface/Neutral/T1-base - Theme - Denali & Boss */\n --surface-neutral-t1-base: #ffffff;\n /* Surface/Neutral/T2-lowest - Theme - Denali & Boss */\n --surface-neutral-t2-lowest: #f5f5f5;\n /* Surface/Neutral/T3-low - Theme - Denali & Boss */\n --surface-neutral-t3-low: #dbdbdb;\n /* Surface/Neutral/T4-high - Theme - Denali & Boss */\n --surface-neutral-t4-high: #6b6b6b;\n /* Surface/Spectrum/blue - Theme - Denali & Boss */\n --surface-spectrum-blue: #dfe9fd;\n /* Surface/Spectrum/green - Theme - Denali & Boss */\n --surface-spectrum-green: #deede5;\n /* Surface/Spectrum/lime - Theme - Denali & Boss */\n --surface-spectrum-lime: #f6f7e0;\n /* Surface/Spectrum/magenta - Theme - Denali & Boss */\n --surface-spectrum-magenta: #f6dbfa;\n /* Surface/Spectrum/orange - Theme - Denali & Boss */\n --surface-spectrum-orange: #fce7d9;\n /* Surface/Spectrum/pink - Theme - Denali & Boss */\n --surface-spectrum-pink: #f9deec;\n /* Surface/Spectrum/purple - Theme - Denali & Boss */\n --surface-spectrum-purple: #e7d9fc;\n /* Surface/Spectrum/red - Theme - Denali & Boss */\n --surface-spectrum-red: #f9e1e5;\n /* Surface/Spectrum/teal - Theme - Denali & Boss */\n --surface-spectrum-teal: #d9eceb;\n /* Surface/Spectrum/yellow - Theme - Denali & Boss */\n --surface-spectrum-yellow: #fef5e0;\n}\n\n[data-theme='dark'] {\n /* Background/base - Theme - Denali & Boss */\n --background-base: #1f1f1f;\n /* Background/scrim - Theme - Denali & Boss */\n --background-scrim: #61616180;\n /* Background/shade - Theme - Denali & Boss */\n --background-shade: #292929;\n /* Data visual/category-01 - Theme - Denali & Boss */\n --data-visual-category-01: #7899ae;\n /* Data visual/category-01-highlight - Theme - Denali & Boss */\n --data-visual-category-01-highlight: #7899ae4d;\n /* Data visual/category-02 - Theme - Denali & Boss */\n --data-visual-category-02: #7fc4ec;\n /* Data visual/category-02-highlight - Theme - Denali & Boss */\n --data-visual-category-02-highlight: #7fc4ec4d;\n /* Data visual/category-03 - Theme - Denali & Boss */\n --data-visual-category-03: #958ca3;\n /* Data visual/category-03-highlight - Theme - Denali & Boss */\n --data-visual-category-03-highlight: #958ca34d;\n /* Data visual/category-04 - Theme - Denali & Boss */\n --data-visual-category-04: #88c5af;\n /* Data visual/category-04-highlight - Theme - Denali & Boss */\n --data-visual-category-04-highlight: #88c5af4d;\n /* Data visual/category-05 - Theme - Denali & Boss */\n --data-visual-category-05: #789ba0;\n /* Data visual/category-05-highlight - Theme - Denali & Boss */\n --data-visual-category-05-highlight: #789ba04d;\n /* Data visual/category-06 - Theme - Denali & Boss */\n --data-visual-category-06: #b2b2b2;\n /* Data visual/category-06-highlight - Theme - Denali & Boss */\n --data-visual-category-06-highlight: #b2b2b24d;\n /* Data visual/category-07 - Theme - Denali & Boss */\n --data-visual-category-07: #a19abc;\n /* Data visual/category-07-highlight - Theme - Denali & Boss */\n --data-visual-category-07-highlight: #a19abc4d;\n /* Data visual/category-1 - Theme - Denali & Boss */\n --data-visual-category-1: #7899ae;\n /* Data visual/category-1-highlight - Theme - Denali & Boss */\n --data-visual-category-1-highlight: #7899ae4d;\n /* Data visual/category-2 - Theme - Denali & Boss */\n --data-visual-category-2: #7fc4ec;\n /* Data visual/category-2-highlight - Theme - Denali & Boss */\n --data-visual-category-2-highlight: #7fc4ec4d;\n /* Data visual/category-3 - Theme - Denali & Boss */\n --data-visual-category-3: #958ca3;\n /* Data visual/category-3-highlight - Theme - Denali & Boss */\n --data-visual-category-3-highlight: #958ca34d;\n /* Data visual/category-4 - Theme - Denali & Boss */\n --data-visual-category-4: #88c5af;\n /* Data visual/category-4-highlight - Theme - Denali & Boss */\n --data-visual-category-4-highlight: #88c5af4d;\n /* Data visual/category-5 - Theme - Denali & Boss */\n --data-visual-category-5: #789ba0;\n /* Data visual/category-5-highlight - Theme - Denali & Boss */\n --data-visual-category-5-highlight: #789ba04d;\n /* Data visual/category-6 - Theme - Denali & Boss */\n --data-visual-category-6: #b2b2b2;\n /* Data visual/category-6-highlight - Theme - Denali & Boss */\n --data-visual-category-6-highlight: #b2b2b24d;\n /* Data visual/category-7 - Theme - Denali & Boss */\n --data-visual-category-7: #a19abc;\n /* Data visual/category-7-highlight - Theme - Denali & Boss */\n --data-visual-category-7-highlight: #a19abc4d;\n /* Data visual/gradient-end - Theme - Denali & Boss */\n --data-visual-gradient-end: #1f1f1f4d;\n /* Data visual/green - Theme - Denali & Boss */\n --data-visual-green: #7cb796;\n /* Data visual/green-highlight - Theme - Denali & Boss */\n --data-visual-green-highlight: #0d2f1c;\n /* Data visual/negative - Theme - Denali & Boss */\n --data-visual-negative: #e88997;\n /* Data visual/negative-highlight - Theme - Denali & Boss */\n --data-visual-negative-highlight: #4c141d;\n /* Data visual/positive - Theme - Denali & Boss */\n --data-visual-positive: #7cb796;\n /* Data visual/positive-highlight - Theme - Denali & Boss */\n --data-visual-positive-highlight: #0d2f1c;\n /* Data visual/red - Theme - Denali & Boss */\n --data-visual-red: #e88997;\n /* Data visual/red-highlight - Theme - Denali & Boss */\n --data-visual-red-highlight: #4c141d;\n /* Foreground/Brand/on-inverse-primary - Theme - Denali & Boss */\n --foreground-brand-on-inverse-primary: #66b2cb;\n /* Foreground/Brand/on-inverse-secondary - Theme - Denali & Boss */\n --foreground-brand-on-inverse-secondary: #7f889a;\n /* Foreground/Brand/on-brand-primary - Theme - Denali & Boss */\n --foreground-brand-on-primary: #141414;\n /* Foreground/Brand/on-brand-secondary - Theme - Denali & Boss */\n --foreground-brand-on-secondary: #141414;\n /* Foreground/Brand/brand-primary - Theme - Denali & Boss */\n --foreground-brand-primary: #66b2cb;\n /* Foreground/Brand/brand-primary-depth - Theme - Denali & Boss */\n --foreground-brand-primary-depth: #8cc5d8;\n /* Foreground/Brand/brand-secondary - Theme - Denali & Boss */\n --foreground-brand-secondary: #7f889a;\n /* Foreground/Brand/brand-secondary-depth - Theme - Denali & Boss */\n --foreground-brand-secondary-depth: #9fa6b3;\n /* Foreground/Link text/default - Theme - Denali & Boss */\n --foreground-link-text-default: #7a9ee1;\n /* Foreground/Link text/default-disabled - Theme - Denali & Boss */\n --foreground-link-text-default-disabled: #14387b;\n /* Foreground/Link text/default-hovered - Theme - Denali & Boss */\n --foreground-link-text-default-hovered: #90afe6;\n /* Foreground/Link text/default-pressed - Theme - Denali & Boss */\n --foreground-link-text-default-pressed: #a6bfeb;\n /* Foreground/Link text/default-visited - Theme - Denali & Boss */\n --foreground-link-text-default-visited: #af8baf;\n /* Foreground/Link text/subtle-disabled - Theme - Denali & Boss */\n --foreground-link-text-subtle-disabled: #4d4d4d;\n /* Foreground/Link text/subtle-hovered - Theme - Denali & Boss */\n --foreground-link-text-subtle-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Denali & Boss */\n --foreground-link-text-subtle-inversed-disabled: #424242;\n /* Foreground/Link text/subtle-pressed - Theme - Denali & Boss */\n --foreground-link-text-subtle-pressed: #d1d1d1;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Denali & Boss */\n --foreground-neutral-disabled-on-color-surface: #424242;\n /* Foreground/Neutral/disabled-on-surface - Theme - Denali & Boss */\n --foreground-neutral-disabled-on-surface: #4d4d4d;\n /* Foreground/Neutral/on-surface - Theme - Denali & Boss */\n --foreground-neutral-on-surface: #fafafa;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Denali & Boss */\n --foreground-neutral-on-surface-variant-01: #c2c2c2;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Denali & Boss */\n --foreground-neutral-on-surface-variant-02: #9e9e9e;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Denali & Boss */\n --foreground-neutral-on-surface-variant-03: #757575;\n /* Foreground/Neutral/skeleton-element - Theme - Denali & Boss */\n --foreground-neutral-skeleton-element: #4d4d4d;\n /* Foreground/Spectrum/blue - Theme - Denali & Boss */\n --foreground-spectrum-blue: #88aff7;\n /* Foreground/Spectrum/green - Theme - Denali & Boss */\n --foreground-spectrum-green: #87bd9f;\n /* Foreground/Spectrum/lime - Theme - Denali & Boss */\n --foreground-spectrum-lime: #dce28f;\n /* Foreground/Spectrum/magenta - Theme - Denali & Boss */\n --foreground-spectrum-magenta: #e07aed;\n /* Foreground/Spectrum/orange - Theme - Denali & Boss */\n --foreground-spectrum-orange: #f6a874;\n /* Foreground/Spectrum/pink - Theme - Denali & Boss */\n --foreground-spectrum-pink: #ea86b9;\n /* Foreground/Spectrum/purple - Theme - Denali & Boss */\n --foreground-spectrum-purple: #c8a6f9;\n /* Foreground/Spectrum/red - Theme - Denali & Boss */\n --foreground-spectrum-red: #ea93a0;\n /* Foreground/Spectrum/teal - Theme - Denali & Boss */\n --foreground-spectrum-teal: #74bbb4;\n /* Foreground/Spectrum/yellow - Theme - Denali & Boss */\n --foreground-spectrum-yellow: #fada8d;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #ffffff0f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #ffffff1a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #ffffff33;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #ffffff14;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #ffffff4d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #ffffff29;\n /* Interactions/brand-disabled-opacity - Theme - Denali & Boss */\n --interactions-brand-disabled-opacity: #ffffff0f;\n /* Interactions/brand-hover-opacity - Theme - Denali & Boss */\n --interactions-brand-hover-opacity: #ffffff1a;\n /* Interactions/brand-press-opacity - Theme - Denali & Boss */\n --interactions-brand-press-opacity: #ffffff33;\n /* Interactions/disabled-opacity - Theme - Denali & Boss */\n --interactions-disabled-opacity: #ffffff0f;\n /* Interactions/hover-opacity - Theme - Denali & Boss */\n --interactions-hover-opacity: #ffffff14;\n /* Interactions/link-active-opacity - Theme - Denali & Boss */\n --interactions-link-active-opacity: #ffffff4d;\n /* Interactions/neutral-hover-opacity - Theme - Denali & Boss */\n --interactions-neutral-hover-opacity: #ffffff14;\n /* Interactions/neutral-press-opacity - Theme - Denali & Boss */\n --interactions-neutral-press-opacity: #ffffff29;\n /* Interactions/press-opacity - Theme - Denali & Boss */\n --interactions-press-opacity: #ffffff29;\n /* Interactions/primary-disabled-opacity - Theme - Denali & Boss */\n --interactions-primary-disabled-opacity: #66b2cb1f;\n /* Interactions/primary-hover-opacity - Theme - Denali & Boss */\n --interactions-primary-hover-opacity: #66b2cb1a;\n /* Interactions/primary-press-opacity - Theme - Denali & Boss */\n --interactions-primary-press-opacity: #66b2cb33;\n /* Shadow/shadow-10 - Theme - Denali & Boss */\n --shadow-10: #6161611a;\n /* Shadow/shadow-12 - Theme - Denali & Boss */\n --shadow-12: #6161611f;\n /* Shadow/shadow-15 - Theme - Denali & Boss */\n --shadow-15: #61616126;\n /* Shadow/shadow-25 - Theme - Denali & Boss */\n --shadow-25: #61616140;\n /* Shadow/shadow-32 - Theme - Denali & Boss */\n --shadow-32: #61616152;\n /* Shadow/inner-shadow - Theme - Denali & Boss */\n --shadow-inner: #000000;\n /* Shadow/inner-shadow-100 - Theme - Denali & Boss */\n --shadow-inner-100: #000000;\n /* Shadow/variant-01 - Theme - Denali & Boss */\n --shadow-variant-01: #6161611a;\n /* Shadow/variant-02 - Theme - Denali & Boss */\n --shadow-variant-02: #6161611f;\n /* Shadow/variant-03 - Theme - Denali & Boss */\n --shadow-variant-03: #61616126;\n /* Shadow/variant-04 - Theme - Denali & Boss */\n --shadow-variant-04: #61616140;\n /* Shadow/variant-05 - Theme - Denali & Boss */\n --shadow-variant-05: #61616152;\n /* Status/error - Theme - Denali & Boss */\n --status-error: #e26b7d;\n /* Status/information - Theme - Denali & Boss */\n --status-information: #5d92f5;\n /* Status/informational - Theme - Denali & Boss */\n --status-informational: #5d92f5;\n /* Status/success - Theme - Denali & Boss */\n --status-success: #519f73;\n /* Status/warning - Theme - Denali & Boss */\n --status-warning: #f8cd63;\n /* Stroke/Brand/brand-primary - Theme - Denali & Boss */\n --stroke-brand-primary: #66b2cb;\n /* Stroke/Brand/brand-primary-depth - Theme - Denali & Boss */\n --stroke-brand-primary-depth: #8cc5d8;\n /* Stroke/Brand/brand-secondary - Theme - Denali & Boss */\n --stroke-brand-secondary: #7f889a;\n /* Stroke/Brand/brand-secondary-depth - Theme - Denali & Boss */\n --stroke-brand-secondary-depth: #9fa6b3;\n /* Stroke/Neutral/neutral-base - Theme - Denali & Boss */\n --stroke-neutral-base: #6b6b6b;\n /* Stroke/Neutral/disabled-dark - Theme - Denali & Boss */\n --stroke-neutral-disabled-dark: #424242;\n /* Stroke/Neutral/disabled-light - Theme - Denali & Boss */\n --stroke-neutral-disabled-light: #4d4d4d;\n /* Stroke/Neutral/focus - Theme - Denali & Boss */\n --stroke-neutral-focus: #ffffff;\n /* Stroke/Neutral/neutral-high - Theme - Denali & Boss */\n --stroke-neutral-high: #fafafa;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Denali & Boss */\n --stroke-neutral-high-contrast: #fafafa;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #b1c0d2;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #323b49;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #ffffff;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Denali & Boss */\n --stroke-neutral-interactions-disabled-dark: #424242;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Denali & Boss */\n --stroke-neutral-interactions-disabled-light: #4d4d4d;\n /* Stroke/Neutral/Interactions/focus - Theme - Denali & Boss */\n --stroke-neutral-interactions-focus: #ffffff;\n /* Stroke/Neutral/neutral-low - Theme - Denali & Boss */\n --stroke-neutral-low: #4d4d4d;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Denali & Boss */\n --stroke-neutral-low-contrast: #4d4d4d;\n /* Surface/Brand/primary - Theme - Denali & Boss */\n --surface-brand-primary: #66b2cb;\n /* Surface/Brand/primary-highlight - Theme - Denali & Boss */\n --surface-brand-primary-highlight: #00202a;\n /* Surface/Brand/secondary - Theme - Denali & Boss */\n --surface-brand-secondary: #7f889a;\n /* Surface/Brand/secondary-highlight - Theme - Denali & Boss */\n --surface-brand-secondary-highlight: #0b0e16;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Denali & Boss */\n --surface-neutral-interactions-dark-disabled: #474747;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Denali & Boss */\n --surface-neutral-interactions-light-disabled: #292929;\n /* Surface/Neutral/Interactions/skeleton - Theme - Denali & Boss */\n --surface-neutral-interactions-skeleton: #333333;\n /* Surface/Neutral/inverse - Theme - Denali & Boss */\n --surface-neutral-inverse: #383838;\n /* Surface/Neutral/inverse-dark - Theme - Denali & Boss */\n --surface-neutral-inverse-dark: #383838;\n /* Surface/Neutral/inverse-light - Theme - Denali & Boss */\n --surface-neutral-inverse-light: #575757;\n /* Surface/Neutral/skeleton - Theme - Denali & Boss */\n --surface-neutral-skeleton: #333333;\n /* Surface/Neutral/T1-base - Theme - Denali & Boss */\n --surface-neutral-t1-base: #1f1f1f;\n /* Surface/Neutral/T2-lowest - Theme - Denali & Boss */\n --surface-neutral-t2-lowest: #2e2e2e;\n /* Surface/Neutral/T3-low - Theme - Denali & Boss */\n --surface-neutral-t3-low: #383838;\n /* Surface/Neutral/T4-high - Theme - Denali & Boss */\n --surface-neutral-t4-high: #474747;\n /* Surface/Spectrum/blue - Theme - Denali & Boss */\n --surface-spectrum-blue: #0e2754;\n /* Surface/Spectrum/green - Theme - Denali & Boss */\n --surface-spectrum-green: #0d2f1c;\n /* Surface/Spectrum/lime - Theme - Denali & Boss */\n --surface-spectrum-lime: #434712;\n /* Surface/Spectrum/magenta - Theme - Denali & Boss */\n --surface-spectrum-magenta: #45054e;\n /* Surface/Spectrum/orange - Theme - Denali & Boss */\n --surface-spectrum-orange: #532201;\n /* Surface/Spectrum/pink - Theme - Denali & Boss */\n --surface-spectrum-pink: #4c0c2d;\n /* Surface/Spectrum/purple - Theme - Denali & Boss */\n --surface-spectrum-purple: #220053;\n /* Surface/Spectrum/red - Theme - Denali & Boss */\n --surface-spectrum-red: #4c141d;\n /* Surface/Spectrum/teal - Theme - Denali & Boss */\n --surface-spectrum-teal: #012e2a;\n /* Surface/Spectrum/yellow - Theme - Denali & Boss */\n --surface-spectrum-yellow: #564210;\n}\n",
9
+ era: "/* Generated from figma export: 2025-07-08T20:32:21.402Z */\n\n@import url('https://fonts.googleapis.com/css2?family=Work%20Sans:ital,wght@0,100..900;1,100..900&display=swap');\nbody {\n font-family: var(--typeface);\n}\n\n:root {\n /* Body/Base */\n --body-base: 400 16px/20px var(--typeface);\n /* Body/Base - line height */\n --body-base-line-height: 20px;\n /* Body/Base - size */\n --body-base-size: 16px;\n /* Body/Base - style */\n --body-base-style: regular;\n /* Body/Large */\n --body-large: 400 18px/24px var(--typeface);\n /* Body/Large - line height */\n --body-large-line-height: 24px;\n /* Body/Large - size */\n --body-large-size: 18px;\n /* Body/Large - style */\n --body-large-style: regular;\n /* Body/Small */\n --body-small: 400 14px/20px var(--typeface);\n /* Body/Small - line height */\n --body-small-line-height: 20px;\n /* Body/Small - size */\n --body-small-size: 14px;\n /* Body/Small - style */\n --body-small-style: regular;\n /* Body/X-Small */\n --body-x-small: 400 12px/16px var(--typeface);\n /* Body/X-Small - line height */\n --body-x-small-line-height: 16px;\n /* Body/X-Small - size */\n --body-x-small-size: 12px;\n /* Body/X-Small - style */\n --body-x-small-style: regular;\n /* Colors/Brands/Experiment/blue-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-dark-100: #0a2f85;\n /* Colors/Brands/Experiment/blue-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-dark-200: #1347cc;\n /* Colors/Brands/Experiment/blue-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-dark-300: #0f59e2;\n /* Colors/Brands/Experiment/blue-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-dark-400: #357aea;\n /* Colors/Brands/Experiment/blue-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-dark-50: #181d34;\n /* Colors/Brands/Experiment/blue-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-dark-500: #2e88f6;\n /* Colors/Brands/Experiment/blue-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-dark-600: #50a1ff;\n /* Colors/Brands/Experiment/blue-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-dark-700: #7ab7ff;\n /* Colors/Brands/Experiment/blue-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-dark-800: #dcebfe;\n /* Colors/Brands/Experiment/blue-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-dark-900: #f0f6ff;\n /* Colors/Brands/Experiment/blue-gray-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-100: #1a2332;\n /* Colors/Brands/Experiment/blue-gray-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-200: #252e3c;\n /* Colors/Brands/Experiment/blue-gray-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-300: #323b49;\n /* Colors/Brands/Experiment/blue-gray-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-400: #5e6d82;\n /* Colors/Brands/Experiment/blue-gray-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-50: #0c101c;\n /* Colors/Brands/Experiment/blue-gray-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-500: #8b9bb2;\n /* Colors/Brands/Experiment/blue-gray-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-600: #b1c0d2;\n /* Colors/Brands/Experiment/blue-gray-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-700: #d4dce8;\n /* Colors/Brands/Experiment/blue-gray-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-800: #e2ebf3;\n /* Colors/Brands/Experiment/blue-gray-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-900: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-100: #f1f5f9;\n /* Colors/Brands/Experiment/blue-gray-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-200: #e1e7ef;\n /* Colors/Brands/Experiment/blue-gray-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-300: #c8d6e5;\n /* Colors/Brands/Experiment/blue-gray-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-400: #9eacc0;\n /* Colors/Brands/Experiment/blue-gray-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-50: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-500: #65758b;\n /* Colors/Brands/Experiment/blue-gray-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-600: #48566a;\n /* Colors/Brands/Experiment/blue-gray-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-700: #344256;\n /* Colors/Brands/Experiment/blue-gray-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-800: #1d283a;\n /* Colors/Brands/Experiment/blue-gray-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-900: #0f1729;\n /* Colors/Brands/Experiment/blue-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-light-100: #dcebfe;\n /* Colors/Brands/Experiment/blue-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-light-200: #bedbfe;\n /* Colors/Brands/Experiment/blue-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-light-300: #91c3fd;\n /* Colors/Brands/Experiment/blue-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-light-400: #61a6fa;\n /* Colors/Brands/Experiment/blue-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-light-50: #f2f7ff;\n /* Colors/Brands/Experiment/blue-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-light-500: #3479e9;\n /* Colors/Brands/Experiment/blue-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-light-600: #1559ea;\n /* Colors/Brands/Experiment/blue-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-light-700: #173fab;\n /* Colors/Brands/Experiment/blue-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-light-800: #162f82;\n /* Colors/Brands/Experiment/blue-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-light-900: #0c1736;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-10: #50a1ff1a;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-12: #50a1ff1f;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-16: #50a1ff29;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-20: #50a1ff33;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-8: #50a1ff14;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-10: #1559ea1a;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-12: #1559ea1f;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-16: #1559ea29;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-20: #1559ea33;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-8: #1559ea14;\n /* Colors/Brands/Experiment/orange-dark/100 - Global (primitives) */\n --colors-brands-experiment-orange-dark-100: #852c0f;\n /* Colors/Brands/Experiment/orange-dark/200 - Global (primitives) */\n --colors-brands-experiment-orange-dark-200: #ab4827;\n /* Colors/Brands/Experiment/orange-dark/300 - Global (primitives) */\n --colors-brands-experiment-orange-dark-300: #ce5a07;\n /* Colors/Brands/Experiment/orange-dark/400 - Global (primitives) */\n --colors-brands-experiment-orange-dark-400: #f27013;\n /* Colors/Brands/Experiment/orange-dark/50 - Global (primitives) */\n --colors-brands-experiment-orange-dark-50: #31160d;\n /* Colors/Brands/Experiment/orange-dark/500 - Global (primitives) */\n --colors-brands-experiment-orange-dark-500: #fb923c;\n /* Colors/Brands/Experiment/orange-dark/600 - Global (primitives) */\n --colors-brands-experiment-orange-dark-600: #fdba72;\n /* Colors/Brands/Experiment/orange-dark/700 - Global (primitives) */\n --colors-brands-experiment-orange-dark-700: #fed6a9;\n /* Colors/Brands/Experiment/orange-dark/800 - Global (primitives) */\n --colors-brands-experiment-orange-dark-800: #ffedd6;\n /* Colors/Brands/Experiment/orange-dark/900 - Global (primitives) */\n --colors-brands-experiment-orange-dark-900: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/100 - Global (primitives) */\n --colors-brands-experiment-orange-light-100: #ffedd6;\n /* Colors/Brands/Experiment/orange-light/200 - Global (primitives) */\n --colors-brands-experiment-orange-light-200: #fed6a9;\n /* Colors/Brands/Experiment/orange-light/300 - Global (primitives) */\n --colors-brands-experiment-orange-light-300: #fdba72;\n /* Colors/Brands/Experiment/orange-light/400 - Global (primitives) */\n --colors-brands-experiment-orange-light-400: #fb923c;\n /* Colors/Brands/Experiment/orange-light/50 - Global (primitives) */\n --colors-brands-experiment-orange-light-50: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/500 - Global (primitives) */\n --colors-brands-experiment-orange-light-500: #f67416;\n /* Colors/Brands/Experiment/orange-light/600 - Global (primitives) */\n --colors-brands-experiment-orange-light-600: #e4570c;\n /* Colors/Brands/Experiment/orange-light/700 - Global (primitives) */\n --colors-brands-experiment-orange-light-700: #b63c0b;\n /* Colors/Brands/Experiment/orange-light/800 - Global (primitives) */\n --colors-brands-experiment-orange-light-800: #80310f;\n /* Colors/Brands/Experiment/orange-light/900 - Global (primitives) */\n --colors-brands-experiment-orange-light-900: #471a0a;\n /* Colors/Internal/pink-00-light - Global (primitives) */\n --colors-internal-pink-00-light: #ff4f8d;\n /* Colors/Internal/pink-50-dark - Global (primitives) */\n --colors-internal-pink-50-dark: #802847;\n /* Colors/Neutral/00 - Global (primitives) */\n --colors-neutral-00: #000000;\n /* Colors/Neutral/02 - Global (primitives) */\n --colors-neutral-02: #050505;\n /* Colors/Neutral/04 - Global (primitives) */\n --colors-neutral-04: #0a0a0a;\n /* Colors/Neutral/06 - Global (primitives) */\n --colors-neutral-06: #0f0f0f;\n /* Colors/Neutral/08 - Global (primitives) */\n --colors-neutral-08: #141414;\n /* Colors/Neutral/10 - Global (primitives) */\n --colors-neutral-10: #1a1a1a;\n /* Colors/Neutral/100 - Global (primitives) */\n --colors-neutral-100: #ffffff;\n /* Colors/Neutral/12 - Global (primitives) */\n --colors-neutral-12: #1f1f1f;\n /* Colors/Neutral/14 - Global (primitives) */\n --colors-neutral-14: #242424;\n /* Colors/Neutral/16 - Global (primitives) */\n --colors-neutral-16: #292929;\n /* Colors/Neutral/18 - Global (primitives) */\n --colors-neutral-18: #2e2e2e;\n /* Colors/Neutral/20 - Global (primitives) */\n --colors-neutral-20: #333333;\n /* Colors/Neutral/22 - Global (primitives) */\n --colors-neutral-22: #383838;\n /* Colors/Neutral/24 - Global (primitives) */\n --colors-neutral-24: #424242;\n /* Colors/Neutral/26 - Global (primitives) */\n --colors-neutral-26: #424242;\n /* Colors/Neutral/28 - Global (primitives) */\n --colors-neutral-28: #474747;\n /* Colors/Neutral/30 - Global (primitives) */\n --colors-neutral-30: #4d4d4d;\n /* Colors/Neutral/32 - Global (primitives) */\n --colors-neutral-32: #525252;\n /* Colors/Neutral/34 - Global (primitives) */\n --colors-neutral-34: #575757;\n /* Colors/Neutral/36 - Global (primitives) */\n --colors-neutral-36: #5c5c5c;\n /* Colors/Neutral/38 - Global (primitives) */\n --colors-neutral-38: #616161;\n /* Colors/Neutral/40 - Global (primitives) */\n --colors-neutral-40: #666666;\n /* Colors/Neutral/42 - Global (primitives) */\n --colors-neutral-42: #6b6b6b;\n /* Colors/Neutral/44 - Global (primitives) */\n --colors-neutral-44: #707070;\n /* Colors/Neutral/46 - Global (primitives) */\n --colors-neutral-46: #757575;\n /* Colors/Neutral/48 - Global (primitives) */\n --colors-neutral-48: #7a7a7a;\n /* Colors/Neutral/50 - Global (primitives) */\n --colors-neutral-50: #808080;\n /* Colors/Neutral/52 - Global (primitives) */\n --colors-neutral-52: #858585;\n /* Colors/Neutral/54 - Global (primitives) */\n --colors-neutral-54: #8a8a8a;\n /* Colors/Neutral/56 - Global (primitives) */\n --colors-neutral-56: #8f8f8f;\n /* Colors/Neutral/58 - Global (primitives) */\n --colors-neutral-58: #949494;\n /* Colors/Neutral/60 - Global (primitives) */\n --colors-neutral-60: #999999;\n /* Colors/Neutral/62 - Global (primitives) */\n --colors-neutral-62: #9e9e9e;\n /* Colors/Neutral/64 - Global (primitives) */\n --colors-neutral-64: #a3a3a3;\n /* Colors/Neutral/66 - Global (primitives) */\n --colors-neutral-66: #a8a8a8;\n /* Colors/Neutral/68 - Global (primitives) */\n --colors-neutral-68: #adadad;\n /* Colors/Neutral/70 - Global (primitives) */\n --colors-neutral-70: #b3b3b3;\n /* Colors/Neutral/72 - Global (primitives) */\n --colors-neutral-72: #b8b8b8;\n /* Colors/Neutral/74 - Global (primitives) */\n --colors-neutral-74: #bdbdbd;\n /* Colors/Neutral/76 - Global (primitives) */\n --colors-neutral-76: #c2c2c2;\n /* Colors/Neutral/78 - Global (primitives) */\n --colors-neutral-78: #c7c7c7;\n /* Colors/Neutral/80 - Global (primitives) */\n --colors-neutral-80: #cccccc;\n /* Colors/Neutral/82 - Global (primitives) */\n --colors-neutral-82: #d1d1d1;\n /* Colors/Neutral/84 - Global (primitives) */\n --colors-neutral-84: #d6d6d6;\n /* Colors/Neutral/86 - Global (primitives) */\n --colors-neutral-86: #dbdbdb;\n /* Colors/Neutral/88 - Global (primitives) */\n --colors-neutral-88: #e0e0e0;\n /* Colors/Neutral/90 - Global (primitives) */\n --colors-neutral-90: #e6e6e6;\n /* Colors/Neutral/92 - Global (primitives) */\n --colors-neutral-92: #ebebeb;\n /* Colors/Neutral/94 - Global (primitives) */\n --colors-neutral-94: #f0f0f0;\n /* Colors/Neutral/96 - Global (primitives) */\n --colors-neutral-96: #f5f5f5;\n /* Colors/Neutral/98 - Global (primitives) */\n --colors-neutral-98: #fafafa;\n /* Colors/Neutral/transparent - Global (primitives) */\n --colors-neutral-transparent: #ffffff00;\n /* Colors/System/blue-dark - Global (primitives) */\n --colors-system-blue-dark: #5d92f5;\n /* Colors/System/blue-dark-bg - Global (primitives) */\n --colors-system-blue-dark-bg: #0e2754;\n /* Colors/System/blue-light - Global (primitives) */\n --colors-system-blue-light: #276ef1;\n /* Colors/System/blue-light-bg - Global (primitives) */\n --colors-system-blue-light-bg: #dfe9fd;\n /* Colors/System/green-dark - Global (primitives) */\n --colors-system-green-dark: #519f73;\n /* Colors/System/green-dark-bg - Global (primitives) */\n --colors-system-green-dark-bg: #0d2f1c;\n /* Colors/System/green-light - Global (primitives) */\n --colors-system-green-light: #258750;\n /* Colors/System/green-light-bg - Global (primitives) */\n --colors-system-green-light-bg: #d3e7dc;\n /* Colors/System/Links/00-default-light - Global (primitives) */\n --colors-system-links-00-default-light: #215ecd;\n /* Colors/System/Links/10-hover-light - Global (primitives) */\n --colors-system-links-10-hover-light: #1e55b9;\n /* Colors/System/Links/20-press-light - Global (primitives) */\n --colors-system-links-20-press-light: #1a4ba4;\n /* Colors/System/Links/30-active-dark - Global (primitives) */\n --colors-system-links-30-active-dark: #648edc;\n /* Colors/System/Links/30-active-light - Global (primitives) */\n --colors-system-links-30-active-light: #174290;\n /* Colors/System/Links/40-default-dark - Global (primitives) */\n --colors-system-links-40-default-dark: #7a9ee1;\n /* Colors/System/Links/40-disabled-dark - Global (primitives) */\n --colors-system-links-40-disabled-dark: #14387b;\n /* Colors/System/Links/40-disabled-light - Global (primitives) */\n --colors-system-links-40-disabled-light: #7a9ee1;\n /* Colors/System/Links/50-hover-dark - Global (primitives) */\n --colors-system-links-50-hover-dark: #90afe6;\n /* Colors/System/Links/60-press-dark - Global (primitives) */\n --colors-system-links-60-press-dark: #a6bfeb;\n /* Colors/System/red-dark - Global (primitives) */\n --colors-system-red-dark: #e26b7d;\n /* Colors/System/red-dark-bg - Global (primitives) */\n --colors-system-red-dark-bg: #4c141d;\n /* Colors/System/red-light - Global (primitives) */\n --colors-system-red-light: #d83a52;\n /* Colors/System/red-light-bg - Global (primitives) */\n --colors-system-red-light-bg: #f9e1e9;\n /* Colors/System/Spectrum/Data visual/azure-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-400: #7fc4ec;\n /* Colors/System/Spectrum/Data visual/azure-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-700: #299de0;\n /* Colors/System/Spectrum/Data visual/backrose-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-backrose-900: #958ca3;\n /* Colors/System/Spectrum/Data visual/blackrose-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-blackrose-1200: #130033;\n /* Colors/System/Spectrum/Data visual/bronze-1100 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-1100: #794b34;\n /* Colors/System/Spectrum/Data visual/bronze-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-800: #af9385;\n /* Colors/System/Spectrum/Data visual/brown-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-1200: #7a2a0b;\n /* Colors/System/Spectrum/Data visual/brown-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-900: #b68a79;\n /* Colors/System/Spectrum/Data visual/cadet-gray-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-1200: #094a53;\n /* Colors/System/Spectrum/Data visual/cadet-gray-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-900: #789ba0;\n /* Colors/System/Spectrum/Data visual/cooper-500 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-500: #e6b297;\n /* Colors/System/Spectrum/Data visual/cooper-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-800: #d67e51;\n /* Colors/System/Spectrum/Data visual/gold-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-400: #cdbe80;\n /* Colors/System/Spectrum/Data visual/gold-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-700: #ab922b;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-black - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-black: #1f1f1f4d;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-white - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-400-opacity: #7fc4ec4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-700-opacity: #299de04d;\n /* Colors/System/Spectrum/Data visual/Highlight/backrose-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-backrose-900-opacity: #958ca34d;\n /* Colors/System/Spectrum/Data visual/Highlight/blackrose-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-blackrose-1200-opacity: #1300334d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-1100-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-1100-opacity: #794b344d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-800-opacity: #af93854d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-1200-opacity: #7a2a0b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-900-opacity: #b68a794d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-1200-opacity: #094a534d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-900-opacity: #789ba04d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-500-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-500-opacity: #e6b2974d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-800-opacity: #d67e514d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-400-opacity: #cdbe804d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-700-opacity: #ab922b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-600-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-600-opacity: #88c5af4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-900-opacity: #389e7a4d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-1200-opacity: #5309094d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-900-opacity: #a984844d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-1000-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-1000-opacity: #7f7f7f4d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-700-opacity: #b2b2b24d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-1200-opacity: #2d33004d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-900-opacity: #9699804d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-1200-opacity: #0a466c4d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-900-opacity: #7899ae4d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-1200-opacity: #4334794d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-900-opacity: #a19abc4d;\n /* Colors/System/Spectrum/Data visual/jade-600 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-600: #88c5af;\n /* Colors/System/Spectrum/Data visual/jade-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-900: #389e7a;\n /* Colors/System/Spectrum/Data visual/maroon-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-1200: #530909;\n /* Colors/System/Spectrum/Data visual/maroon-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-900: #a98484;\n /* Colors/System/Spectrum/Data visual/platinum-1000 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-1000: #7f7f7f;\n /* Colors/System/Spectrum/Data visual/platinum-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-700: #b2b2b2;\n /* Colors/System/Spectrum/Data visual/sage-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-1200: #2d3300;\n /* Colors/System/Spectrum/Data visual/sage-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-900: #969980;\n /* Colors/System/Spectrum/Data visual/tanzanite-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-1200: #0a466c;\n /* Colors/System/Spectrum/Data visual/tanzanite-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-900: #7899ae;\n /* Colors/System/Spectrum/Data visual/violet-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-1200: #433479;\n /* Colors/System/Spectrum/Data visual/violet-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-900: #a19abc;\n /* Colors/System/Spectrum/Depth/45-blue-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-blue-dark: #88aff7;\n /* Colors/System/Spectrum/Depth/45-green-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-green-dark: #87bd9f;\n /* Colors/System/Spectrum/Depth/45-lime-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-lime-dark: #dce28f;\n /* Colors/System/Spectrum/Depth/45-magenta-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-magenta-dark: #e07aed;\n /* Colors/System/Spectrum/Depth/45-orange-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-orange-dark: #f6a874;\n /* Colors/System/Spectrum/Depth/45-pink-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-pink-dark: #ea86b9;\n /* Colors/System/Spectrum/Depth/45-purple-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-purple-dark: #c8a6f9;\n /* Colors/System/Spectrum/Depth/45-red-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-red-dark: #ea93a0;\n /* Colors/System/Spectrum/Depth/45-teal-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-teal-dark: #74bbb4;\n /* Colors/System/Spectrum/Depth/45-yellow-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-yellow-dark: #fada8d;\n /* Colors/System/Spectrum/Depth/50-blue-light - Global (primitives) */\n --colors-system-spectrum-depth-50-blue-light: #143778;\n /* Colors/System/Spectrum/Depth/50-green-light - Global (primitives) */\n --colors-system-spectrum-depth-50-green-light: #134428;\n /* Colors/System/Spectrum/Depth/50-lime-light - Global (primitives) */\n --colors-system-spectrum-depth-50-lime-light: #60651a;\n /* Colors/System/Spectrum/Depth/50-magenta-light - Global (primitives) */\n --colors-system-spectrum-depth-50-magenta-light: #63076f;\n /* Colors/System/Spectrum/Depth/50-orange-light - Global (primitives) */\n --colors-system-spectrum-depth-50-orange-light: #773001;\n /* Colors/System/Spectrum/Depth/50-pink-light - Global (primitives) */\n --colors-system-spectrum-depth-50-pink-light: #6c1240;\n /* Colors/System/Spectrum/Depth/50-purple-light - Global (primitives) */\n --colors-system-spectrum-depth-50-purple-light: #310077;\n /* Colors/System/Spectrum/Depth/50-red-light - Global (primitives) */\n --colors-system-spectrum-depth-50-red-light: #6c1d29;\n /* Colors/System/Spectrum/Depth/50-teal-light - Global (primitives) */\n --colors-system-spectrum-depth-50-teal-light: #01413c;\n /* Colors/System/Spectrum/Depth/50-yellow-light - Global (primitives) */\n --colors-system-spectrum-depth-50-yellow-light: #7b5e18;\n /* Colors/System/Spectrum/Highlight/65-blue-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-blue-dark: #0e2754;\n /* Colors/System/Spectrum/Highlight/65-green-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-green-dark: #0d2f1c;\n /* Colors/System/Spectrum/Highlight/65-lime-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-lime-dark: #434712;\n /* Colors/System/Spectrum/Highlight/65-magenta-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-magenta-dark: #45054e;\n /* Colors/System/Spectrum/Highlight/65-orange-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-orange-dark: #532201;\n /* Colors/System/Spectrum/Highlight/65-pink-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-pink-dark: #4c0c2d;\n /* Colors/System/Spectrum/Highlight/65-purple-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-purple-dark: #220053;\n /* Colors/System/Spectrum/Highlight/65-red-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-red-dark: #4c141d;\n /* Colors/System/Spectrum/Highlight/65-teal-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-teal-dark: #012e2a;\n /* Colors/System/Spectrum/Highlight/65-yellow-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-yellow-dark: #564210;\n /* Colors/System/Spectrum/Highlight/85-blue-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-blue-light: #dfe9fd;\n /* Colors/System/Spectrum/Highlight/85-green-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-green-light: #deede5;\n /* Colors/System/Spectrum/Highlight/85-lime-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-lime-light: #f6f7e0;\n /* Colors/System/Spectrum/Highlight/85-magenta-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-magenta-light: #f6dbfa;\n /* Colors/System/Spectrum/Highlight/85-orange-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-orange-light: #fce7d9;\n /* Colors/System/Spectrum/Highlight/85-pink-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-pink-light: #f9deec;\n /* Colors/System/Spectrum/Highlight/85-purple-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-purple-light: #e7d9fc;\n /* Colors/System/Spectrum/Highlight/85-red-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-red-light: #f9e1e5;\n /* Colors/System/Spectrum/Highlight/85-teal-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-teal-light: #d9eceb;\n /* Colors/System/Spectrum/Highlight/85-yellow-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-yellow-light: #fef5e0;\n /* Colors/System/Spectrum/Vibrant/00-blue-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-blue-light: #276ef1;\n /* Colors/System/Spectrum/Vibrant/00-green-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-green-light: #258750;\n /* Colors/System/Spectrum/Vibrant/00-lime-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-lime-light: #c0ca33;\n /* Colors/System/Spectrum/Vibrant/00-magenta-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-magenta-light: #c60ede;\n /* Colors/System/Spectrum/Vibrant/00-orange-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-orange-light: #ee6002;\n /* Colors/System/Spectrum/Vibrant/00-pink-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-pink-light: #d82380;\n /* Colors/System/Spectrum/Vibrant/00-purple-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-purple-light: #6200ee;\n /* Colors/System/Spectrum/Vibrant/00-red-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-red-light: #d83a52;\n /* Colors/System/Spectrum/Vibrant/00-teal-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-teal-light: #038377;\n /* Colors/System/Spectrum/Vibrant/00-yellow-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-yellow-light: #f6bc2f;\n /* Colors/System/Spectrum/Vibrant/40-blue-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-blue-dark: #5d92f5;\n /* Colors/System/Spectrum/Vibrant/40-green-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-green-dark: #7cb796;\n /* Colors/System/Spectrum/Vibrant/40-lime-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-lime-dark: #d9df85;\n /* Colors/System/Spectrum/Vibrant/40-magenta-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-magenta-dark: #dd6eeb;\n /* Colors/System/Spectrum/Vibrant/40-orange-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-orange-dark: #f5a067;\n /* Colors/System/Spectrum/Vibrant/40-pink-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-pink-dark: #e87bb3;\n /* Colors/System/Spectrum/Vibrant/40-purple-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-purple-dark: #a166f5;\n /* Colors/System/Spectrum/Vibrant/40-red-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-red-dark: #e88997;\n /* Colors/System/Spectrum/Vibrant/40-teal-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-teal-dark: #68b5ad;\n /* Colors/System/Spectrum/Vibrant/40-yellow-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-yellow-dark: #fad782;\n /* Colors/System/Visited links/00-default-light - Global (primitives) */\n --colors-system-visited-links-00-default-light: #7a3e7a;\n /* Colors/System/Visited links/30-active-dark - Global (primitives) */\n --colors-system-visited-links-30-active-dark: #a278a2;\n /* Colors/System/Visited links/30-active-light - Global (primitives) */\n --colors-system-visited-links-30-active-light: #552b55;\n /* Colors/System/Visited links/40-default-dark - Global (primitives) */\n --colors-system-visited-links-40-default-dark: #af8baf;\n /* Colors/System/Visited links/40-disabled-dark - Global (primitives) */\n --colors-system-visited-links-40-disabled-dark: #492549;\n /* Colors/System/Visited links/40-disabled-light - Global (primitives) */\n --colors-system-visited-links-40-disabled-light: #af8baf;\n /* Colors/System/yellow-dark - Global (primitives) */\n --colors-system-yellow-dark: #f8cd63;\n /* Colors/System/yellow-dark-bg - Global (primitives) */\n --colors-system-yellow-dark-bg: #564210;\n /* Colors/System/yellow-light - Global (primitives) */\n --colors-system-yellow-light: #f6bc2f;\n /* Colors/System/yellow-light-bg - Global (primitives) */\n --colors-system-yellow-light-bg: #fef5e0;\n /* Corner radius/120 - Global (primitives) */\n --corner-radius-120: 12px;\n /* Corner radius/160 - Global (primitives) */\n --corner-radius-160: 16px;\n /* Corner radius/40 - Global (primitives) */\n --corner-radius-40: 4px;\n /* Corner radius/80 - Global (primitives) */\n --corner-radius-80: 8px;\n /* Corner radius/circular - Global (primitives) */\n --corner-radius-circular: 999px;\n /* Corner radius/None - Global (primitives) */\n --corner-radius-none: 0;\n /* East - navigation rails, drawers, sheets */\n --drop-shadow-east: 2px 0px 8px -2px #0000001a, 2px 0px 4px -2px #0000001f;\n /* Float */\n --drop-shadow-float: 0px 0px 1px 0px #00000052, 0px 8px 12px 0px #00000026;\n /* North - Bottom navigation, button dock, bottom sheet */\n --drop-shadow-north: 0px -2px 8px -2px #0000001a, 0px -2px 4px -2px #0000001f;\n /* Raise */\n --drop-shadow-raise: 0px 0px 1px 0px #00000026, 0px 1px 1px 0px #00000052;\n /* Scroll */\n --drop-shadow-scroll: 0px 0px 3px 0px #00000052;\n /* South - top navigation */\n --drop-shadow-south: 0px 2px 8px -2px #0000001a, 0px 2px 4px -2px #0000001f;\n /* West - side sheets */\n --drop-shadow-west: -8px 0px 8px -2px #0000001a, -5px 4px 4px -6px #00000026;\n /* Foreground/Brand/on-brand-primary - Theme - ERA */\n --foreground-brand-on-primary: #ffffff;\n /* Foreground/Link text/subtle-inverse-hovered - Theme - ERA */\n --foreground-link-text-subtle-inverse-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inverse-pressed - Theme - ERA */\n --foreground-link-text-subtle-inverse-pressed: #d1d1d1;\n /* Foreground/Neutral/inverse-on-surface - Theme - ERA */\n --foreground-neutral-inverse-on-surface: #fafafa;\n /* Foreground/Neutral/on-color - Theme - ERA */\n --foreground-neutral-on-color: #ffffff;\n /* Foreground/Neutral/on-inverse-surface - Theme - ERA */\n --foreground-neutral-on-inverse-surface: #fafafa;\n /* Interaction/disabled-opacity - Theme - 3.0 */\n --interaction-disabled-opacity: #0000000f;\n /* Interaction/primary-disabled-opacity - Theme - 3.0 */\n --interaction-primary-disabled-opacity: #1559ea1f;\n /* Interaction/primary-hover-opacity - Theme - 3.0 */\n --interaction-primary-hover-opacity: #1559ea1a;\n /* Interaction/primary-press-opacity - Theme - 3.0 */\n --interaction-primary-press-opacity: #1559ea33;\n /* Interactions/opacity-black-10 - Global (primitives) */\n --interactions-opacity-black-10: #0000001a;\n /* Interactions/opacity-black-16 - Global (primitives) */\n --interactions-opacity-black-16: #00000029;\n /* Interactions/opacity-black-20 - Global (primitives) */\n --interactions-opacity-black-20: #00000033;\n /* Interactions/opacity-black-30 - Global (primitives) */\n --interactions-opacity-black-30: #0000004d;\n /* Interactions/opacity-black-6 - Global (primitives) */\n --interactions-opacity-black-6: #0000000f;\n /* Interactions/opacity-black-8 - Global (primitives) */\n --interactions-opacity-black-8: #00000014;\n /* Interactions/opacity-white-10 - Global (primitives) */\n --interactions-opacity-white-10: #ffffff1a;\n /* Interactions/opacity-white-16 - Global (primitives) */\n --interactions-opacity-white-16: #ffffff29;\n /* Interactions/opacity-white-20 - Global (primitives) */\n --interactions-opacity-white-20: #ffffff33;\n /* Interactions/opacity-white-30 - Global (primitives) */\n --interactions-opacity-white-30: #ffffff4d;\n /* Interactions/opacity-white-6 - Global (primitives) */\n --interactions-opacity-white-6: #ffffff0f;\n /* Interactions/opacity-white-8 - Global (primitives) */\n --interactions-opacity-white-8: #ffffff14;\n /* Colors/Brands/ERA/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --interactions-primary-dark-opacity-10: #6d84af1a;\n /* Colors/Brands/ERA/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --interactions-primary-dark-opacity-12: #6d84af1f;\n /* Colors/Brands/ERA/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --interactions-primary-dark-opacity-16: #6d84af29;\n /* Colors/Brands/ERA/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --interactions-primary-dark-opacity-20: #6d84af33;\n /* Colors/Brands/ERA/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --interactions-primary-dark-opacity-8: #6d84af14;\n /* Colors/Brands/ERA/Interactions/primary-light-opacity-10 - Global (primitives) */\n --interactions-primary-light-opacity-10: #0b32791a;\n /* Colors/Brands/ERA/Interactions/primary-light-opacity-12 - Global (primitives) */\n --interactions-primary-light-opacity-12: #0b32791f;\n /* Colors/Brands/ERA/Interactions/primary-light-opacity-16 - Global (primitives) */\n --interactions-primary-light-opacity-16: #0b327929;\n /* Colors/Brands/ERA/Interactions/primary-light-opacity-20 - Global (primitives) */\n --interactions-primary-light-opacity-20: #0b327933;\n /* Colors/Brands/ERA/Interactions/primary-light-opacity-8 - Global (primitives) */\n --interactions-primary-light-opacity-8: #0b327914;\n /* Labels/Base */\n --labels-base: 500 16px/20px var(--typeface);\n /* Labels/Base - line height */\n --labels-base-line-height: 20px;\n /* Labels/Base - size */\n --labels-base-size: 16px;\n /* Labels/Base - style */\n --labels-base-style: medium;\n /* Labels/Large */\n --labels-large: 500 18px/24px var(--typeface);\n /* Labels/Large - line height */\n --labels-large-line-height: 24px;\n /* Labels/Large - size */\n --labels-large-size: 18px;\n /* Labels/Large - style */\n --labels-large-style: medium;\n /* Labels/Small */\n --labels-small: 500 14px/20px var(--typeface);\n /* Labels/Small - line height */\n --labels-small-line-height: 20px;\n /* Labels/Small - size */\n --labels-small-size: 14px;\n /* Labels/Small - style */\n --labels-small-style: medium;\n /* Labels/X-Small */\n --labels-x-small: 500 12px/16px var(--typeface);\n /* Labels/X-Small - line height */\n --labels-x-small-line-height: 16px;\n /* Labels/X-Small - size */\n --labels-x-small-size: 12px;\n /* Labels/X-Small - style */\n --labels-x-small-style: medium;\n /* Colors/Brands/ERA/Primary/00-base - Global (primitives) */\n --primary-00-base: #0b3279;\n /* Colors/Brands/ERA/Primary/15-dark - Global (primitives) */\n --primary-15-dark: #092b67;\n /* Colors/Brands/ERA/Primary/40-light - Global (primitives) */\n --primary-40-light: #6d84af;\n /* Colors/Brands/ERA/Primary/55-light - Global (primitives) */\n --primary-55-light: #91a3c3;\n /* Colors/Brands/ERA/Primary/75-dark - Global (primitives) */\n --primary-75-dark: #030d1e;\n /* Colors/Brands/ERA/Primary/85-light - Global (primitives) */\n --primary-85-light: #dae0eb;\n /* Radius/full - Borders */\n --radius-full: 999px;\n /* Radius/lg - Borders */\n --radius-lg: 12px;\n /* Radius/md - Borders */\n --radius-md: 8px;\n /* Radius/none - Borders */\n --radius-none: 0;\n /* Radius/sm - Borders */\n --radius-sm: 4px;\n /* Radius/xlg - Borders */\n --radius-xlg: 16px;\n /* Colors/Brands/ERA/Secondary/00-base - Global (primitives) */\n --secondary-00-base: #c8102e;\n /* Colors/Brands/ERA/Secondary/15-dark - Global (primitives) */\n --secondary-15-dark: #aa0e27;\n /* Colors/Brands/ERA/Secondary/40-light - Global (primitives) */\n --secondary-40-light: #de7082;\n /* Colors/Brands/ERA/Secondary/55-light - Global (primitives) */\n --secondary-55-light: #e693a1;\n /* Colors/Brands/ERA/Secondary/75-dark - Global (primitives) */\n --secondary-75-dark: #32040c;\n /* Colors/Brands/ERA/Secondary/85-light - Global (primitives) */\n --secondary-85-light: #f7dbe0;\n /* Shadows/Inner-Shadow-black-100 - Global (primitives) */\n --shadows-inner-shadow-black-100: #000000;\n /* Shadows/Inner-Shadow-white-100 - Global (primitives) */\n --shadows-inner-shadow-white-100: #ffffff;\n /* Shadows/Shadow-black-10 - Global (primitives) */\n --shadows-shadow-black-10: #0000001a;\n /* Shadows/Shadow-black-12 - Global (primitives) */\n --shadows-shadow-black-12: #0000001f;\n /* Shadows/Shadow-black-15 - Global (primitives) */\n --shadows-shadow-black-15: #00000026;\n /* Shadows/Shadow-black-25 - Global (primitives) */\n --shadows-shadow-black-25: #00000040;\n /* Shadows/Shadow-black-32 - Global (primitives) */\n --shadows-shadow-black-32: #00000052;\n /* Shadows/Shadow-black-50 - Global (primitives) */\n --shadows-shadow-black-50: #00000080;\n /* Shadows/Shadow-gray-10 - Global (primitives) */\n --shadows-shadow-gray-10: #6161611a;\n /* Shadows/Shadow-gray-12 - Global (primitives) */\n --shadows-shadow-gray-12: #6161611f;\n /* Shadows/Shadow-gray-15 - Global (primitives) */\n --shadows-shadow-gray-15: #61616126;\n /* Shadows/Shadow-gray-25 - Global (primitives) */\n --shadows-shadow-gray-25: #61616140;\n /* Shadows/Shadow-gray-32 - Global (primitives) */\n --shadows-shadow-gray-32: #61616152;\n /* Shadows/Shadow-gray-50 - Global (primitives) */\n --shadows-shadow-gray-50: #61616180;\n /* Spacing/sizing-01 - Spacing & Sizing */\n --spacing-sizing-01: 4px;\n /* Spacing/sizing-02 - Spacing & Sizing */\n --spacing-sizing-02: 8px;\n /* Spacing/sizing-03 - Spacing & Sizing */\n --spacing-sizing-03: 12px;\n /* Spacing/sizing-04 - Spacing & Sizing */\n --spacing-sizing-04: 16px;\n /* Spacing/sizing-05 - Spacing & Sizing */\n --spacing-sizing-05: 20px;\n /* Spacing/sizing-06 - Spacing & Sizing */\n --spacing-sizing-06: 24px;\n /* Spacing/sizing-07 - Spacing & Sizing */\n --spacing-sizing-07: 28px;\n /* Spacing/sizing-08 - Spacing & Sizing */\n --spacing-sizing-08: 32px;\n /* Spacing/sizing-09 - Spacing & Sizing */\n --spacing-sizing-09: 36px;\n /* Spacing/sizing-10 - Spacing & Sizing */\n --spacing-sizing-10: 40px;\n /* Spacing/sizing-11 - Spacing & Sizing */\n --spacing-sizing-11: 44px;\n /* Spacing/sizing-12 - Spacing & Sizing */\n --spacing-sizing-12: 48px;\n /* Spacing/sizing-13 - Spacing & Sizing */\n --spacing-sizing-13: 52px;\n /* Spacing/sizing-14 - Spacing & Sizing */\n --spacing-sizing-14: 56px;\n /* Spacing/sizing-15 - Spacing & Sizing */\n --spacing-sizing-15: 60px;\n /* Spacing/sizing-16 - Spacing & Sizing */\n --spacing-sizing-16: 64px;\n /* Spacing/sizing-17 - Spacing & Sizing */\n --spacing-sizing-17: 68px;\n /* Spacing/sizing-18 - Spacing & Sizing */\n --spacing-sizing-18: 72px;\n /* Spacing/sizing-19 - Spacing & Sizing */\n --spacing-sizing-19: 80px;\n /* Spacing/sizing-20 - Spacing & Sizing */\n --spacing-sizing-20: 96px;\n /* Spacing/sizing-21 - Spacing & Sizing */\n --spacing-sizing-21: 104px;\n /* Spacing/sizing-22 - Spacing & Sizing */\n --spacing-sizing-22: 120px;\n /* Spacing/sizing-23 - Spacing & Sizing */\n --spacing-sizing-23: 128px;\n /* Spacing/sizing-24 - Spacing & Sizing */\n --spacing-sizing-24: 148px;\n /* Spacing/sizing-25 - Spacing & Sizing */\n --spacing-sizing-25: 152px;\n /* Spacing/sizing-none - Spacing & Sizing */\n --spacing-sizing-none: 0;\n /* Spacings/1040 - Global (primitives) */\n --spacings-1040: 104px;\n /* Spacings/120 - Global (primitives) */\n --spacings-120: 12px;\n /* Spacings/1200 - Global (primitives) */\n --spacings-1200: 120px;\n /* Spacings/1280 - Global (primitives) */\n --spacings-1280: 128px;\n /* Spacings/1480 - Global (primitives) */\n --spacings-1480: 148px;\n /* Spacings/1520 - Global (primitives) */\n --spacings-1520: 152px;\n /* Spacings/160 - Global (primitives) */\n --spacings-160: 16px;\n /* Spacings/200 - Global (primitives) */\n --spacings-200: 20px;\n /* Spacings/240 - Global (primitives) */\n --spacings-240: 24px;\n /* Spacings/280 - Global (primitives) */\n --spacings-280: 28px;\n /* Spacings/320 - Global (primitives) */\n --spacings-320: 32px;\n /* Spacings/360 - Global (primitives) */\n --spacings-360: 36px;\n /* Spacings/40 - Global (primitives) */\n --spacings-40: 4px;\n /* Spacings/400 - Global (primitives) */\n --spacings-400: 40px;\n /* Spacings/440 - Global (primitives) */\n --spacings-440: 44px;\n /* Spacings/480 - Global (primitives) */\n --spacings-480: 48px;\n /* Spacings/520 - Global (primitives) */\n --spacings-520: 52px;\n /* Spacings/560 - Global (primitives) */\n --spacings-560: 56px;\n /* Spacings/600 - Global (primitives) */\n --spacings-600: 60px;\n /* Spacings/640 - Global (primitives) */\n --spacings-640: 64px;\n /* Spacings/680 - Global (primitives) */\n --spacings-680: 68px;\n /* Spacings/720 - Global (primitives) */\n --spacings-720: 72px;\n /* Spacings/80 - Global (primitives) */\n --spacings-80: 8px;\n /* Spacings/800 - Global (primitives) */\n --spacings-800: 80px;\n /* Spacings/960 - Global (primitives) */\n --spacings-960: 96px;\n /* Spacings/None - Global (primitives) */\n --spacings-none: 0;\n /* Status/on-error - Theme - ERA */\n --status-on-error: #ffffff;\n /* Status/on-information - Theme - ERA */\n --status-on-information: #ffffff;\n /* Status/on-informational - Theme - ERA */\n --status-on-informational: #ffffff;\n /* Status/on-success - Theme - ERA */\n --status-on-success: #ffffff;\n /* Status/on-warning - Theme - ERA */\n --status-on-warning: #141414;\n /* Stroke/Neutral/focus-on-inverse - Theme - ERA */\n --stroke-neutral-focus-on-inverse: #ffffff;\n /* Stroke/Neutral/Interaction/inverse-focus - Theme - 3.0 */\n --stroke-neutral-interaction-inverse-focus: #ffffff;\n /* Stroke/Neutral/Interactions/inverse-focus - Theme - ERA */\n --stroke-neutral-interactions-inverse-focus: #ffffff;\n /* Stroke/none - Borders */\n --stroke-none: 0;\n /* Stroke/thick - Borders */\n --stroke-thick: 2px;\n /* Stroke/thicker - Borders */\n --stroke-thicker: 4px;\n /* Stroke/thin - Borders */\n --stroke-thin: 1px;\n /* Surface/Neutral/transparent - Theme - ERA */\n --surface-neutral-transparent: #ffffff00;\n /* Colors/Brands/ERA/Tertiary/00-base - Global (primitives) */\n --tertiary-00-base: #990033;\n /* Colors/Brands/ERA/Tertiary/15-dark - Global (primitives) */\n --tertiary-15-dark: #82002b;\n /* Colors/Brands/ERA/Tertiary/40-light - Global (primitives) */\n --tertiary-40-light: #c26685;\n /* Colors/Brands/ERA/Tertiary/55-light - Global (primitives) */\n --tertiary-55-light: #d18ca3;\n /* Colors/Brands/ERA/Tertiary/75-dark - Global (primitives) */\n --tertiary-75-dark: #26000d;\n /* Colors/Brands/ERA/Tertiary/85-light - Global (primitives) */\n --tertiary-85-light: #f0d9e0;\n /* Typeface - Brand */\n --typeface: 'SF Pro', 'Work Sans', sans-serif;\n /* Typography/Line-height/lh-1 - Global (primitives) */\n --typography-line-height-lh-1: 16px;\n /* Typography/Line-height/lh-10 - Global (primitives) */\n --typography-line-height-lh-10: 48px;\n /* Typography/Line-height/lh-11 - Global (primitives) */\n --typography-line-height-lh-11: 56px;\n /* Typography/Line-height/lh-12 - Global (primitives) */\n --typography-line-height-lh-12: 60px;\n /* Typography/Line-height/lh-13 - Global (primitives) */\n --typography-line-height-lh-13: 64px;\n /* Typography/Line-height/lh-14 - Global (primitives) */\n --typography-line-height-lh-14: 72px;\n /* Typography/Line-height/lh-15 - Global (primitives) */\n --typography-line-height-lh-15: 88px;\n /* Typography/Line-height/lh-2 - Global (primitives) */\n --typography-line-height-lh-2: 20px;\n /* Typography/Line-height/lh-3 - Global (primitives) */\n --typography-line-height-lh-3: 22px;\n /* Typography/Line-height/lh-4 - Global (primitives) */\n --typography-line-height-lh-4: 24px;\n /* Typography/Line-height/lh-5 - Global (primitives) */\n --typography-line-height-lh-5: 28px;\n /* Typography/Line-height/lh-6 - Global (primitives) */\n --typography-line-height-lh-6: 32px;\n /* Typography/Line-height/lh-7 - Global (primitives) */\n --typography-line-height-lh-7: 36px;\n /* Typography/Line-height/lh-8 - Global (primitives) */\n --typography-line-height-lh-8: 40px;\n /* Typography/Line-height/lh-9 - Global (primitives) */\n --typography-line-height-lh-9: 44px;\n /* Typography/Size/base - Global (primitives) */\n --typography-size-base: 16px;\n /* Typography/Size/bp-md - Global (primitives) */\n --typography-size-bp-md: 18px;\n /* Typography/Size/d-lg-m - Global (primitives) */\n --typography-size-d-lg-m: 64px;\n /* Typography/Size/d-lg (old) - Global (primitives) */\n --typography-size-d-lg-old: 60px;\n /* Typography/Size/d-md-m - Global (primitives) */\n --typography-size-d-md-m: 56px;\n /* Typography/Size/d-md (old) - Global (primitives) */\n --typography-size-d-md-old: 52px;\n /* Typography/Size/d-sm-m - Global (primitives) */\n --typography-size-d-sm-m: 48px;\n /* Typography/Size/d-sm (old) - Global (primitives) */\n --typography-size-d-sm-old: 44px;\n /* Typography/Size/lg-xlg - Global (primitives) */\n --typography-size-lg-xlg: 28px;\n /* Typography/Size/md-mdp - Global (primitives) */\n --typography-size-md-mdp: 20px;\n /* Typography/Size/mdp-lg - Global (primitives) */\n --typography-size-mdp-lg: 24px;\n /* Typography/Size/sm - Global (primitives) */\n --typography-size-sm: 14px;\n /* Typography/Size/xlg-xxlg - Global (primitives) */\n --typography-size-xlg-xxlg: 32px;\n /* Typography/Size/xs - Global (primitives) */\n --typography-size-xs: 12px;\n /* Typography/Size/xxlg-xxxlg - Global (primitives) */\n --typography-size-xxlg-xxxlg: 36px;\n /* Typography/Size/xxxlg - Global (primitives) */\n --typography-size-xxxlg: 40px;\n /* Typography/Typeface/Arial - Global (primitives) */\n --typography-typeface-arial: 'Arial', sans-serif;\n /* Typography/Typeface/Geist - Global (primitives) */\n --typography-typeface-geist: 'Geist', sans-serif;\n /* Typography/Typeface/Helvetica - Global (primitives) */\n --typography-typeface-helvetica: 'Helvetica', sans-serif;\n /* Typography/Typeface/Inter - Global (primitives) */\n --typography-typeface-inter: 'Inter', sans-serif;\n /* Typography/Typeface/Lato - Global (primitives) */\n --typography-typeface-lato: 'Lato', sans-serif;\n /* Typography/Typeface/Manrope - Global (primitives) */\n --typography-typeface-manrope: 'Manrope', sans-serif;\n /* Typography/Typeface/Open Sans - Global (primitives) */\n --typography-typeface-open-sans: 'Open Sans', sans-serif;\n /* Typography/Typeface/Red Hat Text - Global (primitives) */\n --typography-typeface-red-hat-text: 'Red Hat Text', sans-serif;\n /* Typography/Typeface/Roboto - Global (primitives) */\n --typography-typeface-roboto: 'Roboto', sans-serif;\n /* Typography/Typeface/SF Pro - Global (primitives) */\n --typography-typeface-sf-pro: 'SF Pro', sans-serif;\n /* Typography/Typeface/Typold - Global (primitives) */\n --typography-typeface-typold: 'Typold', sans-serif;\n /* Typography/Typeface/Work Sans - Global (primitives) */\n --typography-typeface-work-sans: 'Work Sans', sans-serif;\n /* Typography/Weight/300 - Global (primitives) */\n --typography-weight-300: 300;\n /* Typography/Weight/400 - Global (primitives) */\n --typography-weight-400: 400;\n /* Typography/Weight/500 - Global (primitives) */\n --typography-weight-500: 500;\n /* Typography/Weight/600 - Global (primitives) */\n --typography-weight-600: 600;\n /* Mobile/Display/Regular/Large */\n --display-regular-large: 400 56px/72px var(--typeface);\n /* Mobile/Display/Regular/Large - line height */\n --display-regular-large-line-height: 72px;\n /* Mobile/Display/Regular/Large - size */\n --display-regular-large-size: 56px;\n /* Mobile/Display/Regular/Large - style */\n --display-regular-large-style: regular;\n /* Mobile/Display/Regular/Medium */\n --display-regular-medium: 400 48px/60px var(--typeface);\n /* Mobile/Display/Regular/Medium - line height */\n --display-regular-medium-line-height: 60px;\n /* Mobile/Display/Regular/Medium - size */\n --display-regular-medium-size: 48px;\n /* Mobile/Display/Regular/Medium - style */\n --display-regular-medium-style: regular;\n /* Mobile/Display/Regular/Small */\n --display-regular-small: 400 40px/48px var(--typeface);\n /* Mobile/Display/Regular/Small - line height */\n --display-regular-small-line-height: 48px;\n /* Mobile/Display/Regular/Small - size */\n --display-regular-small-size: 40px;\n /* Mobile/Display/Regular/Small - style */\n --display-regular-small-style: regular;\n /* Mobile/Display/Semibold/Large */\n --display-semibold-large: 600 56px/72px var(--typeface);\n /* Mobile/Display/Semibold/Large - line height */\n --display-semibold-large-line-height: 72px;\n /* Mobile/Display/Semibold/Large - size */\n --display-semibold-large-size: 56px;\n /* Mobile/Display/Semibold/Large - style */\n --display-semibold-large-style: semibold;\n /* Mobile/Display/Semibold/Medium */\n --display-semibold-medium: 600 48px/60px var(--typeface);\n /* Mobile/Display/Semibold/Medium - line height */\n --display-semibold-medium-line-height: 60px;\n /* Mobile/Display/Semibold/Medium - size */\n --display-semibold-medium-size: 48px;\n /* Mobile/Display/Semibold/Medium - style */\n --display-semibold-medium-style: semibold;\n /* Mobile/Display/Semibold/Small */\n --display-semibold-small: 600 40px/48px var(--typeface);\n /* Mobile/Display/Semibold/Small - line height */\n --display-semibold-small-line-height: 48px;\n /* Mobile/Display/Semibold/Small - size */\n --display-semibold-small-size: 40px;\n /* Mobile/Display/Semibold/Small - style */\n --display-semibold-small-style: semibold;\n /* Mobile/Heading/H1 - Large Headline */\n --heading-h1: 600 32px/40px var(--typeface);\n /* Mobile/Heading/H1 - Large Headline line height */\n --heading-h1-line-height: 40px;\n /* Mobile/Heading/H1 - Large Headline size */\n --heading-h1-size: 32px;\n /* Mobile/Heading/H1 - Large Headline style */\n --heading-h1-style: semibold;\n /* Mobile/Heading/H2 - Headline */\n --heading-h2: 600 28px/36px var(--typeface);\n /* Mobile/Heading/H2 - Headline line height */\n --heading-h2-line-height: 36px;\n /* Mobile/Heading/H2 - Headline size */\n --heading-h2-size: 28px;\n /* Mobile/Heading/H2 - Headline style */\n --heading-h2-style: semibold;\n /* Mobile/Heading/H3 - Headline */\n --heading-h3: 600 24px/32px var(--typeface);\n /* Mobile/Heading/H3 - Headline line height */\n --heading-h3-line-height: 32px;\n /* Mobile/Heading/H3 - Headline size */\n --heading-h3-size: 24px;\n /* Mobile/Heading/H3 - Headline style */\n --heading-h3-style: semibold;\n /* Mobile/Heading/H4 - Headline */\n --heading-h4: 600 20px/28px var(--typeface);\n /* Mobile/Heading/H4 - Headline line height */\n --heading-h4-line-height: 28px;\n /* Mobile/Heading/H4 - Headline size */\n --heading-h4-size: 20px;\n /* Mobile/Heading/H4 - Headline style */\n --heading-h4-style: semibold;\n /* Mobile/Heading/H5 */\n --heading-h5: 600 18px/24px var(--typeface);\n /* Mobile/Heading/H5 - line height */\n --heading-h5-line-height: 24px;\n /* Mobile/Heading/H5 - size */\n --heading-h5-size: 18px;\n /* Mobile/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Mobile/Heading/H6 */\n --heading-h6: 500 16px/20px var(--typeface);\n /* Mobile/Heading/H6 - line height */\n --heading-h6-line-height: 20px;\n /* Mobile/Heading/H6 - size */\n --heading-h6-size: 16px;\n /* Mobile/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Mobile/Subheader/Large - Headline */\n --subheader-large: 400 20px/28px var(--typeface);\n /* Mobile/Subheader/Large - Headline line height */\n --subheader-large-line-height: 28px;\n /* Mobile/Subheader/Large - Headline size */\n --subheader-large-size: 20px;\n /* Mobile/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Mobile/Subheader/Medium - Headline */\n --subheader-medium: 400 18px/24px var(--typeface);\n /* Mobile/Subheader/Medium - Headline line height */\n --subheader-medium-line-height: 24px;\n /* Mobile/Subheader/Medium - Headline size */\n --subheader-medium-size: 18px;\n /* Mobile/Subheader/Medium - Headline style */\n --subheader-medium-style: regular;\n /* Mobile/Subheader/X-Large - Headline */\n --subheader-x-large: 400 24px/32px var(--typeface);\n /* Mobile/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 32px;\n /* Mobile/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 24px;\n /* Mobile/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Mobile/Subheader/XX-Large - Large Headline */\n --subheader-xx-large: 400 28px/36px var(--typeface);\n /* Mobile/Subheader/XX-Large - Large Headline line height */\n --subheader-xx-large-line-height: 36px;\n /* Mobile/Subheader/XX-Large - Large Headline size */\n --subheader-xx-large-size: 28px;\n /* Mobile/Subheader/XX-Large - Large Headline style */\n --subheader-xx-large-style: regular;\n /* Mobile/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 32px/40px var(--typeface);\n /* Mobile/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 40px;\n /* Mobile/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 32px;\n /* Mobile/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n\n @media (width >= 640px) {\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. */\n --display-regular-large: 400 64px/88px var(--typeface);\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. line height */\n --display-regular-large-line-height: 88px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. size */\n --display-regular-large-size: 64px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. style */\n --display-regular-large-style: regular;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. */\n --display-regular-medium: 400 56px/72px var(--typeface);\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. line height */\n --display-regular-medium-line-height: 72px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. size */\n --display-regular-medium-size: 56px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. style */\n --display-regular-medium-style: regular;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. */\n --display-regular-small: 400 48px/60px var(--typeface);\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. line height */\n --display-regular-small-line-height: 60px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. size */\n --display-regular-small-size: 48px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. style */\n --display-regular-small-style: regular;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. */\n --display-semibold-large: 600 64px/88px var(--typeface);\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. line height */\n --display-semibold-large-line-height: 88px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. size */\n --display-semibold-large-size: 64px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. style */\n --display-semibold-large-style: semibold;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. */\n --display-semibold-medium: 600 56px/72px var(--typeface);\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. line height */\n --display-semibold-medium-line-height: 72px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. size */\n --display-semibold-medium-size: 56px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. style */\n --display-semibold-medium-style: semibold;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. */\n --display-semibold-small: 600 48px/60px var(--typeface);\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. line height */\n --display-semibold-small-line-height: 60px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. size */\n --display-semibold-small-size: 48px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. style */\n --display-semibold-small-style: semibold;\n /* Desktop/Heading/H1 */\n --heading-h1: 600 40px/48px var(--typeface);\n /* Desktop/Heading/H1 - line height */\n --heading-h1-line-height: 48px;\n /* Desktop/Heading/H1 - size */\n --heading-h1-size: 40px;\n /* Desktop/Heading/H1 - style */\n --heading-h1-style: semibold;\n /* Desktop/Heading/H2 */\n --heading-h2: 600 32px/40px var(--typeface);\n /* Desktop/Heading/H2 - line height */\n --heading-h2-line-height: 40px;\n /* Desktop/Heading/H2 - size */\n --heading-h2-size: 32px;\n /* Desktop/Heading/H2 - style */\n --heading-h2-style: semibold;\n /* Desktop/Heading/H3 */\n --heading-h3: 600 28px/36px var(--typeface);\n /* Desktop/Heading/H3 - line height */\n --heading-h3-line-height: 36px;\n /* Desktop/Heading/H3 - size */\n --heading-h3-size: 28px;\n /* Desktop/Heading/H3 - style */\n --heading-h3-style: semibold;\n /* Desktop/Heading/H4 */\n --heading-h4: 600 24px/32px var(--typeface);\n /* Desktop/Heading/H4 - line height */\n --heading-h4-line-height: 32px;\n /* Desktop/Heading/H4 - size */\n --heading-h4-size: 24px;\n /* Desktop/Heading/H4 - style */\n --heading-h4-style: semibold;\n /* Desktop/Heading/H5 */\n --heading-h5: 600 20px/28px var(--typeface);\n /* Desktop/Heading/H5 - line height */\n --heading-h5-line-height: 28px;\n /* Desktop/Heading/H5 - size */\n --heading-h5-size: 20px;\n /* Desktop/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Desktop/Heading/H6 */\n --heading-h6: 500 18px/24px var(--typeface);\n /* Desktop/Heading/H6 - line height */\n --heading-h6-line-height: 24px;\n /* Desktop/Heading/H6 - size */\n --heading-h6-size: 18px;\n /* Desktop/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Desktop/Subheader/Large - Headline */\n --subheader-large: 400 24px/32px var(--typeface);\n /* Desktop/Subheader/Large - Headline line height */\n --subheader-large-line-height: 32px;\n /* Desktop/Subheader/Large - Headline size */\n --subheader-large-size: 24px;\n /* Desktop/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Desktop/Subheader/Medium */\n --subheader-medium: 400 20px/28px var(--typeface);\n /* Desktop/Subheader/Medium - line height */\n --subheader-medium-line-height: 28px;\n /* Desktop/Subheader/Medium - size */\n --subheader-medium-size: 20px;\n /* Desktop/Subheader/Medium - style */\n --subheader-medium-style: regular;\n /* Desktop/Subheader/X-Large - Headline */\n --subheader-x-large: 400 28px/36px var(--typeface);\n /* Desktop/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 36px;\n /* Desktop/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 28px;\n /* Desktop/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Desktop/Subheader/XX-Large - Headline */\n --subheader-xx-large: 400 32px/40px var(--typeface);\n /* Desktop/Subheader/XX-Large - Headline line height */\n --subheader-xx-large-line-height: 40px;\n /* Desktop/Subheader/XX-Large - Headline size */\n --subheader-xx-large-size: 32px;\n /* Desktop/Subheader/XX-Large - Headline style */\n --subheader-xx-large-style: regular;\n /* Desktop/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 40px/48px var(--typeface);\n /* Desktop/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 48px;\n /* Desktop/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 40px;\n /* Desktop/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n }\n\n /** Light theme (default) **/\n /* Background/base - Theme - ERA */\n --background-base: #ffffff;\n /* Background/scrim - Theme - ERA */\n --background-scrim: #00000040;\n /* Background/shade - Theme - ERA */\n --background-shade: #f5f5f5;\n /* Data visual/category-01 - Theme - ERA */\n --data-visual-category-01: #0a466c;\n /* Data visual/category-01-highlight - Theme - ERA */\n --data-visual-category-01-highlight: #0a466c4d;\n /* Data visual/category-02 - Theme - ERA */\n --data-visual-category-02: #299de0;\n /* Data visual/category-02-highlight - Theme - ERA */\n --data-visual-category-02-highlight: #299de04d;\n /* Data visual/category-03 - Theme - ERA */\n --data-visual-category-03: #130033;\n /* Data visual/category-03-highlight - Theme - ERA */\n --data-visual-category-03-highlight: #1300334d;\n /* Data visual/category-04 - Theme - ERA */\n --data-visual-category-04: #389e7a;\n /* Data visual/category-04-highlight - Theme - ERA */\n --data-visual-category-04-highlight: #389e7a4d;\n /* Data visual/category-05 - Theme - ERA */\n --data-visual-category-05: #094a53;\n /* Data visual/category-05-highlight - Theme - ERA */\n --data-visual-category-05-highlight: #094a534d;\n /* Data visual/category-06 - Theme - ERA */\n --data-visual-category-06: #7f7f7f;\n /* Data visual/category-06-highlight - Theme - ERA */\n --data-visual-category-06-highlight: #7f7f7f4d;\n /* Data visual/category-07 - Theme - ERA */\n --data-visual-category-07: #433479;\n /* Data visual/category-07-highlight - Theme - ERA */\n --data-visual-category-07-highlight: #4334794d;\n /* Data visual/category-1 - Theme - ERA */\n --data-visual-category-1: #0a466c;\n /* Data visual/category-1-highlight - Theme - ERA */\n --data-visual-category-1-highlight: #0a466c4d;\n /* Data visual/category-2 - Theme - ERA */\n --data-visual-category-2: #299de0;\n /* Data visual/category-2-highlight - Theme - ERA */\n --data-visual-category-2-highlight: #299de04d;\n /* Data visual/category-3 - Theme - ERA */\n --data-visual-category-3: #130033;\n /* Data visual/category-3-highlight - Theme - ERA */\n --data-visual-category-3-highlight: #1300334d;\n /* Data visual/category-4 - Theme - ERA */\n --data-visual-category-4: #389e7a;\n /* Data visual/category-4-highlight - Theme - ERA */\n --data-visual-category-4-highlight: #389e7a4d;\n /* Data visual/category-5 - Theme - ERA */\n --data-visual-category-5: #094a53;\n /* Data visual/category-5-highlight - Theme - ERA */\n --data-visual-category-5-highlight: #094a534d;\n /* Data visual/category-6 - Theme - ERA */\n --data-visual-category-6: #7f7f7f;\n /* Data visual/category-6-highlight - Theme - ERA */\n --data-visual-category-6-highlight: #7f7f7f4d;\n /* Data visual/category-7 - Theme - ERA */\n --data-visual-category-7: #433479;\n /* Data visual/category-7-highlight - Theme - ERA */\n --data-visual-category-7-highlight: #4334794d;\n /* Data visual/gradient-end - Theme - ERA */\n --data-visual-gradient-end: #ffffff4d;\n /* Data visual/green - Theme - ERA */\n --data-visual-green: #258750;\n /* Data visual/green-highlight - Theme - ERA */\n --data-visual-green-highlight: #deede5;\n /* Data visual/negative - Theme - ERA */\n --data-visual-negative: #d83a52;\n /* Data visual/negative-highlight - Theme - ERA */\n --data-visual-negative-highlight: #f9e1e5;\n /* Data visual/positive - Theme - ERA */\n --data-visual-positive: #258750;\n /* Data visual/positive-highlight - Theme - ERA */\n --data-visual-positive-highlight: #deede5;\n /* Data visual/red - Theme - ERA */\n --data-visual-red: #d83a52;\n /* Data visual/red-highlight - Theme - ERA */\n --data-visual-red-highlight: #f9e1e5;\n /* Foreground/Brand/on-inverse-primary - Theme - ERA */\n --foreground-brand-on-inverse-primary: #6d84af;\n /* Foreground/Brand/on-inverse-secondary - Theme - ERA */\n --foreground-brand-on-inverse-secondary: #de7082;\n /* Foreground/Brand/on-brand-secondary - Theme - ERA */\n --foreground-brand-on-secondary: #ffffff;\n /* Foreground/Brand/brand-primary - Theme - ERA */\n --foreground-brand-primary: #0b3279;\n /* Foreground/Brand/brand-primary-depth - Theme - ERA */\n --foreground-brand-primary-depth: #092b67;\n /* Foreground/Brand/brand-secondary - Theme - ERA */\n --foreground-brand-secondary: #c8102e;\n /* Foreground/Brand/brand-secondary-depth - Theme - ERA */\n --foreground-brand-secondary-depth: #aa0e27;\n /* Foreground/Link text/default - Theme - ERA */\n --foreground-link-text-default: #215ecd;\n /* Foreground/Link text/default-disabled - Theme - ERA */\n --foreground-link-text-default-disabled: #7a9ee1;\n /* Foreground/Link text/default-hovered - Theme - ERA */\n --foreground-link-text-default-hovered: #1e55b9;\n /* Foreground/Link text/default-pressed - Theme - ERA */\n --foreground-link-text-default-pressed: #1a4ba4;\n /* Foreground/Link text/default-visited - Theme - ERA */\n --foreground-link-text-default-visited: #7a3e7a;\n /* Foreground/Link text/subtle-disabled - Theme - ERA */\n --foreground-link-text-subtle-disabled: #bdbdbd;\n /* Foreground/Link text/subtle-hovered - Theme - ERA */\n --foreground-link-text-subtle-hovered: #292929;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - ERA */\n --foreground-link-text-subtle-inversed-disabled: #757575;\n /* Foreground/Link text/subtle-pressed - Theme - ERA */\n --foreground-link-text-subtle-pressed: #424242;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - ERA */\n --foreground-neutral-disabled-on-color-surface: #757575;\n /* Foreground/Neutral/disabled-on-surface - Theme - ERA */\n --foreground-neutral-disabled-on-surface: #bdbdbd;\n /* Foreground/Neutral/on-surface - Theme - ERA */\n --foreground-neutral-on-surface: #141414;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - ERA */\n --foreground-neutral-on-surface-variant-01: #474747;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - ERA */\n --foreground-neutral-on-surface-variant-02: #757575;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - ERA */\n --foreground-neutral-on-surface-variant-03: #8a8a8a;\n /* Foreground/Neutral/skeleton-element - Theme - ERA */\n --foreground-neutral-skeleton-element: #c7c7c7;\n /* Foreground/Spectrum/blue - Theme - ERA */\n --foreground-spectrum-blue: #143778;\n /* Foreground/Spectrum/green - Theme - ERA */\n --foreground-spectrum-green: #134428;\n /* Foreground/Spectrum/lime - Theme - ERA */\n --foreground-spectrum-lime: #60651a;\n /* Foreground/Spectrum/magenta - Theme - ERA */\n --foreground-spectrum-magenta: #63076f;\n /* Foreground/Spectrum/orange - Theme - ERA */\n --foreground-spectrum-orange: #773001;\n /* Foreground/Spectrum/pink - Theme - ERA */\n --foreground-spectrum-pink: #6c1240;\n /* Foreground/Spectrum/purple - Theme - ERA */\n --foreground-spectrum-purple: #310077;\n /* Foreground/Spectrum/red - Theme - ERA */\n --foreground-spectrum-red: #6c1d29;\n /* Foreground/Spectrum/teal - Theme - ERA */\n --foreground-spectrum-teal: #01413c;\n /* Foreground/Spectrum/yellow - Theme - ERA */\n --foreground-spectrum-yellow: #7b5e18;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #0000000f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #0000001a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #00000033;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #00000014;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #0000004d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #00000029;\n /* Interactions/brand-disabled-opacity - Theme - ERA */\n --interactions-brand-disabled-opacity: #0000000f;\n /* Interactions/brand-hover-opacity - Theme - ERA */\n --interactions-brand-hover-opacity: #0000001a;\n /* Interactions/brand-press-opacity - Theme - ERA */\n --interactions-brand-press-opacity: #00000033;\n /* Interactions/disabled-opacity - Theme - ERA */\n --interactions-disabled-opacity: #0000000f;\n /* Interactions/hover-opacity - Theme - ERA */\n --interactions-hover-opacity: #00000014;\n /* Interactions/link-active-opacity - Theme - ERA */\n --interactions-link-active-opacity: #0000004d;\n /* Interactions/neutral-hover-opacity - Theme - ERA */\n --interactions-neutral-hover-opacity: #00000014;\n /* Interactions/neutral-press-opacity - Theme - ERA */\n --interactions-neutral-press-opacity: #00000029;\n /* Interactions/press-opacity - Theme - ERA */\n --interactions-press-opacity: #00000029;\n /* Interactions/primary-disabled-opacity - Theme - ERA */\n --interactions-primary-disabled-opacity: #0b32791f;\n /* Interactions/primary-hover-opacity - Theme - ERA */\n --interactions-primary-hover-opacity: #0b32791a;\n /* Interactions/primary-press-opacity - Theme - ERA */\n --interactions-primary-press-opacity: #0b327933;\n /* Shadow/shadow-10 - Theme - ERA */\n --shadow-10: #0000001a;\n /* Shadow/shadow-12 - Theme - ERA */\n --shadow-12: #0000001f;\n /* Shadow/shadow-15 - Theme - ERA */\n --shadow-15: #00000026;\n /* Shadow/shadow-25 - Theme - ERA */\n --shadow-25: #00000040;\n /* Shadow/shadow-32 - Theme - ERA */\n --shadow-32: #00000052;\n /* Shadow/inner-shadow - Theme - ERA */\n --shadow-inner: #ffffff;\n /* Shadow/inner-shadow-100 - Theme - ERA */\n --shadow-inner-100: #ffffff;\n /* Shadow/variant-01 - Theme - ERA */\n --shadow-variant-01: #0000001a;\n /* Shadow/variant-02 - Theme - ERA */\n --shadow-variant-02: #0000001f;\n /* Shadow/variant-03 - Theme - ERA */\n --shadow-variant-03: #00000026;\n /* Shadow/variant-04 - Theme - ERA */\n --shadow-variant-04: #00000040;\n /* Shadow/variant-05 - Theme - ERA */\n --shadow-variant-05: #00000052;\n /* Status/error - Theme - ERA */\n --status-error: #d83a52;\n /* Status/information - Theme - ERA */\n --status-information: #276ef1;\n /* Status/informational - Theme - ERA */\n --status-informational: #276ef1;\n /* Status/success - Theme - ERA */\n --status-success: #258750;\n /* Status/warning - Theme - ERA */\n --status-warning: #f6bc2f;\n /* Stroke/Brand/brand-primary - Theme - ERA */\n --stroke-brand-primary: #0b3279;\n /* Stroke/Brand/brand-primary-depth - Theme - ERA */\n --stroke-brand-primary-depth: #092b67;\n /* Stroke/Brand/brand-secondary - Theme - ERA */\n --stroke-brand-secondary: #c8102e;\n /* Stroke/Brand/brand-secondary-depth - Theme - ERA */\n --stroke-brand-secondary-depth: #a3474e;\n /* Stroke/Neutral/neutral-base - Theme - ERA */\n --stroke-neutral-base: #949494;\n /* Stroke/Neutral/disabled-dark - Theme - ERA */\n --stroke-neutral-disabled-dark: #757575;\n /* Stroke/Neutral/disabled-light - Theme - ERA */\n --stroke-neutral-disabled-light: #bdbdbd;\n /* Stroke/Neutral/focus - Theme - ERA */\n --stroke-neutral-focus: #000000;\n /* Stroke/Neutral/neutral-high - Theme - ERA */\n --stroke-neutral-high: #242424;\n /* Stroke/Neutral/neutral-high-contrast - Theme - ERA */\n --stroke-neutral-high-contrast: #242424;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #48566a;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #c8d6e5;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #000000;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - ERA */\n --stroke-neutral-interactions-disabled-dark: #757575;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - ERA */\n --stroke-neutral-interactions-disabled-light: #bdbdbd;\n /* Stroke/Neutral/Interactions/focus - Theme - ERA */\n --stroke-neutral-interactions-focus: #000000;\n /* Stroke/Neutral/neutral-low - Theme - ERA */\n --stroke-neutral-low: #e0e0e0;\n /* Stroke/Neutral/neutral-low-contrast - Theme - ERA */\n --stroke-neutral-low-contrast: #e0e0e0;\n /* Surface/Brand/primary - Theme - ERA */\n --surface-brand-primary: #0b3279;\n /* Surface/Brand/primary-highlight - Theme - ERA */\n --surface-brand-primary-highlight: #dae0eb;\n /* Surface/Brand/secondary - Theme - ERA */\n --surface-brand-secondary: #c8102e;\n /* Surface/Brand/secondary-highlight - Theme - ERA */\n --surface-brand-secondary-highlight: #f7dbe0;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - ERA */\n --surface-neutral-interactions-dark-disabled: #d6d6d6;\n /* Surface/Neutral/Interactions/light-disabled - Theme - ERA */\n --surface-neutral-interactions-light-disabled: #f5f5f5;\n /* Surface/Neutral/Interactions/skeleton - Theme - ERA */\n --surface-neutral-interactions-skeleton: #e0e0e0;\n /* Surface/Neutral/inverse - Theme - ERA */\n --surface-neutral-inverse: #1f1f1f;\n /* Surface/Neutral/inverse-dark - Theme - ERA */\n --surface-neutral-inverse-dark: #1f1f1f;\n /* Surface/Neutral/inverse-light - Theme - ERA */\n --surface-neutral-inverse-light: #ffffff;\n /* Surface/Neutral/skeleton - Theme - ERA */\n --surface-neutral-skeleton: #e0e0e0;\n /* Surface/Neutral/T1-base - Theme - ERA */\n --surface-neutral-t1-base: #ffffff;\n /* Surface/Neutral/T2-lowest - Theme - ERA */\n --surface-neutral-t2-lowest: #f5f5f5;\n /* Surface/Neutral/T3-low - Theme - ERA */\n --surface-neutral-t3-low: #dbdbdb;\n /* Surface/Neutral/T4-high - Theme - ERA */\n --surface-neutral-t4-high: #6b6b6b;\n /* Surface/Spectrum/blue - Theme - ERA */\n --surface-spectrum-blue: #dfe9fd;\n /* Surface/Spectrum/green - Theme - ERA */\n --surface-spectrum-green: #deede5;\n /* Surface/Spectrum/lime - Theme - ERA */\n --surface-spectrum-lime: #f6f7e0;\n /* Surface/Spectrum/magenta - Theme - ERA */\n --surface-spectrum-magenta: #f6dbfa;\n /* Surface/Spectrum/orange - Theme - ERA */\n --surface-spectrum-orange: #fce7d9;\n /* Surface/Spectrum/pink - Theme - ERA */\n --surface-spectrum-pink: #f9deec;\n /* Surface/Spectrum/purple - Theme - ERA */\n --surface-spectrum-purple: #e7d9fc;\n /* Surface/Spectrum/red - Theme - ERA */\n --surface-spectrum-red: #f9e1e5;\n /* Surface/Spectrum/teal - Theme - ERA */\n --surface-spectrum-teal: #d9eceb;\n /* Surface/Spectrum/yellow - Theme - ERA */\n --surface-spectrum-yellow: #fef5e0;\n}\n\n[data-theme='dark'] {\n /* Background/base - Theme - ERA */\n --background-base: #1f1f1f;\n /* Background/scrim - Theme - ERA */\n --background-scrim: #61616180;\n /* Background/shade - Theme - ERA */\n --background-shade: #292929;\n /* Data visual/category-01 - Theme - ERA */\n --data-visual-category-01: #7899ae;\n /* Data visual/category-01-highlight - Theme - ERA */\n --data-visual-category-01-highlight: #7899ae4d;\n /* Data visual/category-02 - Theme - ERA */\n --data-visual-category-02: #7fc4ec;\n /* Data visual/category-02-highlight - Theme - ERA */\n --data-visual-category-02-highlight: #7fc4ec4d;\n /* Data visual/category-03 - Theme - ERA */\n --data-visual-category-03: #958ca3;\n /* Data visual/category-03-highlight - Theme - ERA */\n --data-visual-category-03-highlight: #958ca34d;\n /* Data visual/category-04 - Theme - ERA */\n --data-visual-category-04: #88c5af;\n /* Data visual/category-04-highlight - Theme - ERA */\n --data-visual-category-04-highlight: #88c5af4d;\n /* Data visual/category-05 - Theme - ERA */\n --data-visual-category-05: #789ba0;\n /* Data visual/category-05-highlight - Theme - ERA */\n --data-visual-category-05-highlight: #789ba04d;\n /* Data visual/category-06 - Theme - ERA */\n --data-visual-category-06: #b2b2b2;\n /* Data visual/category-06-highlight - Theme - ERA */\n --data-visual-category-06-highlight: #b2b2b24d;\n /* Data visual/category-07 - Theme - ERA */\n --data-visual-category-07: #a19abc;\n /* Data visual/category-07-highlight - Theme - ERA */\n --data-visual-category-07-highlight: #a19abc4d;\n /* Data visual/category-1 - Theme - ERA */\n --data-visual-category-1: #7899ae;\n /* Data visual/category-1-highlight - Theme - ERA */\n --data-visual-category-1-highlight: #7899ae4d;\n /* Data visual/category-2 - Theme - ERA */\n --data-visual-category-2: #7fc4ec;\n /* Data visual/category-2-highlight - Theme - ERA */\n --data-visual-category-2-highlight: #7fc4ec4d;\n /* Data visual/category-3 - Theme - ERA */\n --data-visual-category-3: #958ca3;\n /* Data visual/category-3-highlight - Theme - ERA */\n --data-visual-category-3-highlight: #958ca34d;\n /* Data visual/category-4 - Theme - ERA */\n --data-visual-category-4: #88c5af;\n /* Data visual/category-4-highlight - Theme - ERA */\n --data-visual-category-4-highlight: #88c5af4d;\n /* Data visual/category-5 - Theme - ERA */\n --data-visual-category-5: #789ba0;\n /* Data visual/category-5-highlight - Theme - ERA */\n --data-visual-category-5-highlight: #789ba04d;\n /* Data visual/category-6 - Theme - ERA */\n --data-visual-category-6: #b2b2b2;\n /* Data visual/category-6-highlight - Theme - ERA */\n --data-visual-category-6-highlight: #b2b2b24d;\n /* Data visual/category-7 - Theme - ERA */\n --data-visual-category-7: #a19abc;\n /* Data visual/category-7-highlight - Theme - ERA */\n --data-visual-category-7-highlight: #a19abc4d;\n /* Data visual/gradient-end - Theme - ERA */\n --data-visual-gradient-end: #1f1f1f4d;\n /* Data visual/green - Theme - ERA */\n --data-visual-green: #7cb796;\n /* Data visual/green-highlight - Theme - ERA */\n --data-visual-green-highlight: #0d2f1c;\n /* Data visual/negative - Theme - ERA */\n --data-visual-negative: #e88997;\n /* Data visual/negative-highlight - Theme - ERA */\n --data-visual-negative-highlight: #4c141d;\n /* Data visual/positive - Theme - ERA */\n --data-visual-positive: #7cb796;\n /* Data visual/positive-highlight - Theme - ERA */\n --data-visual-positive-highlight: #0d2f1c;\n /* Data visual/red - Theme - ERA */\n --data-visual-red: #e88997;\n /* Data visual/red-highlight - Theme - ERA */\n --data-visual-red-highlight: #4c141d;\n /* Foreground/Brand/on-inverse-primary - Theme - ERA */\n --foreground-brand-on-inverse-primary: #6d84af;\n /* Foreground/Brand/on-inverse-secondary - Theme - ERA */\n --foreground-brand-on-inverse-secondary: #de7082;\n /* Foreground/Brand/on-brand-secondary - Theme - ERA */\n --foreground-brand-on-secondary: #141414;\n /* Foreground/Brand/brand-primary - Theme - ERA */\n --foreground-brand-primary: #6d84af;\n /* Foreground/Brand/brand-primary-depth - Theme - ERA */\n --foreground-brand-primary-depth: #91a3c3;\n /* Foreground/Brand/brand-secondary - Theme - ERA */\n --foreground-brand-secondary: #de7082;\n /* Foreground/Brand/brand-secondary-depth - Theme - ERA */\n --foreground-brand-secondary-depth: #e693a1;\n /* Foreground/Link text/default - Theme - ERA */\n --foreground-link-text-default: #7a9ee1;\n /* Foreground/Link text/default-disabled - Theme - ERA */\n --foreground-link-text-default-disabled: #14387b;\n /* Foreground/Link text/default-hovered - Theme - ERA */\n --foreground-link-text-default-hovered: #90afe6;\n /* Foreground/Link text/default-pressed - Theme - ERA */\n --foreground-link-text-default-pressed: #a6bfeb;\n /* Foreground/Link text/default-visited - Theme - ERA */\n --foreground-link-text-default-visited: #af8baf;\n /* Foreground/Link text/subtle-disabled - Theme - ERA */\n --foreground-link-text-subtle-disabled: #4d4d4d;\n /* Foreground/Link text/subtle-hovered - Theme - ERA */\n --foreground-link-text-subtle-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - ERA */\n --foreground-link-text-subtle-inversed-disabled: #424242;\n /* Foreground/Link text/subtle-pressed - Theme - ERA */\n --foreground-link-text-subtle-pressed: #d1d1d1;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - ERA */\n --foreground-neutral-disabled-on-color-surface: #424242;\n /* Foreground/Neutral/disabled-on-surface - Theme - ERA */\n --foreground-neutral-disabled-on-surface: #4d4d4d;\n /* Foreground/Neutral/on-surface - Theme - ERA */\n --foreground-neutral-on-surface: #fafafa;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - ERA */\n --foreground-neutral-on-surface-variant-01: #c2c2c2;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - ERA */\n --foreground-neutral-on-surface-variant-02: #9e9e9e;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - ERA */\n --foreground-neutral-on-surface-variant-03: #757575;\n /* Foreground/Neutral/skeleton-element - Theme - ERA */\n --foreground-neutral-skeleton-element: #4d4d4d;\n /* Foreground/Spectrum/blue - Theme - ERA */\n --foreground-spectrum-blue: #88aff7;\n /* Foreground/Spectrum/green - Theme - ERA */\n --foreground-spectrum-green: #87bd9f;\n /* Foreground/Spectrum/lime - Theme - ERA */\n --foreground-spectrum-lime: #dce28f;\n /* Foreground/Spectrum/magenta - Theme - ERA */\n --foreground-spectrum-magenta: #e07aed;\n /* Foreground/Spectrum/orange - Theme - ERA */\n --foreground-spectrum-orange: #f6a874;\n /* Foreground/Spectrum/pink - Theme - ERA */\n --foreground-spectrum-pink: #ea86b9;\n /* Foreground/Spectrum/purple - Theme - ERA */\n --foreground-spectrum-purple: #c8a6f9;\n /* Foreground/Spectrum/red - Theme - ERA */\n --foreground-spectrum-red: #ea93a0;\n /* Foreground/Spectrum/teal - Theme - ERA */\n --foreground-spectrum-teal: #74bbb4;\n /* Foreground/Spectrum/yellow - Theme - ERA */\n --foreground-spectrum-yellow: #fada8d;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #ffffff0f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #ffffff1a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #ffffff33;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #ffffff14;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #ffffff4d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #ffffff29;\n /* Interactions/brand-disabled-opacity - Theme - ERA */\n --interactions-brand-disabled-opacity: #ffffff0f;\n /* Interactions/brand-hover-opacity - Theme - ERA */\n --interactions-brand-hover-opacity: #ffffff1a;\n /* Interactions/brand-press-opacity - Theme - ERA */\n --interactions-brand-press-opacity: #ffffff33;\n /* Interactions/disabled-opacity - Theme - ERA */\n --interactions-disabled-opacity: #ffffff0f;\n /* Interactions/hover-opacity - Theme - ERA */\n --interactions-hover-opacity: #ffffff14;\n /* Interactions/link-active-opacity - Theme - ERA */\n --interactions-link-active-opacity: #ffffff4d;\n /* Interactions/neutral-hover-opacity - Theme - ERA */\n --interactions-neutral-hover-opacity: #ffffff14;\n /* Interactions/neutral-press-opacity - Theme - ERA */\n --interactions-neutral-press-opacity: #ffffff29;\n /* Interactions/press-opacity - Theme - ERA */\n --interactions-press-opacity: #ffffff29;\n /* Interactions/primary-disabled-opacity - Theme - ERA */\n --interactions-primary-disabled-opacity: #0b32791f;\n /* Interactions/primary-hover-opacity - Theme - ERA */\n --interactions-primary-hover-opacity: #0b32791a;\n /* Interactions/primary-press-opacity - Theme - ERA */\n --interactions-primary-press-opacity: #0b327933;\n /* Shadow/shadow-10 - Theme - ERA */\n --shadow-10: #6161611a;\n /* Shadow/shadow-12 - Theme - ERA */\n --shadow-12: #6161611f;\n /* Shadow/shadow-15 - Theme - ERA */\n --shadow-15: #61616126;\n /* Shadow/shadow-25 - Theme - ERA */\n --shadow-25: #61616140;\n /* Shadow/shadow-32 - Theme - ERA */\n --shadow-32: #61616152;\n /* Shadow/inner-shadow - Theme - ERA */\n --shadow-inner: #000000;\n /* Shadow/inner-shadow-100 - Theme - ERA */\n --shadow-inner-100: #000000;\n /* Shadow/variant-01 - Theme - ERA */\n --shadow-variant-01: #6161611a;\n /* Shadow/variant-02 - Theme - ERA */\n --shadow-variant-02: #6161611f;\n /* Shadow/variant-03 - Theme - ERA */\n --shadow-variant-03: #61616126;\n /* Shadow/variant-04 - Theme - ERA */\n --shadow-variant-04: #61616140;\n /* Shadow/variant-05 - Theme - ERA */\n --shadow-variant-05: #61616152;\n /* Status/error - Theme - ERA */\n --status-error: #e26b7d;\n /* Status/information - Theme - ERA */\n --status-information: #5d92f5;\n /* Status/informational - Theme - ERA */\n --status-informational: #5d92f5;\n /* Status/success - Theme - ERA */\n --status-success: #519f73;\n /* Status/warning - Theme - ERA */\n --status-warning: #f8cd63;\n /* Stroke/Brand/brand-primary - Theme - ERA */\n --stroke-brand-primary: #6d84af;\n /* Stroke/Brand/brand-primary-depth - Theme - ERA */\n --stroke-brand-primary-depth: #91a3c3;\n /* Stroke/Brand/brand-secondary - Theme - ERA */\n --stroke-brand-secondary: #de7082;\n /* Stroke/Brand/brand-secondary-depth - Theme - ERA */\n --stroke-brand-secondary-depth: #e693a1;\n /* Stroke/Neutral/neutral-base - Theme - ERA */\n --stroke-neutral-base: #6b6b6b;\n /* Stroke/Neutral/disabled-dark - Theme - ERA */\n --stroke-neutral-disabled-dark: #424242;\n /* Stroke/Neutral/disabled-light - Theme - ERA */\n --stroke-neutral-disabled-light: #4d4d4d;\n /* Stroke/Neutral/focus - Theme - ERA */\n --stroke-neutral-focus: #ffffff;\n /* Stroke/Neutral/neutral-high - Theme - ERA */\n --stroke-neutral-high: #fafafa;\n /* Stroke/Neutral/neutral-high-contrast - Theme - ERA */\n --stroke-neutral-high-contrast: #fafafa;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #b1c0d2;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #323b49;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #ffffff;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - ERA */\n --stroke-neutral-interactions-disabled-dark: #424242;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - ERA */\n --stroke-neutral-interactions-disabled-light: #4d4d4d;\n /* Stroke/Neutral/Interactions/focus - Theme - ERA */\n --stroke-neutral-interactions-focus: #ffffff;\n /* Stroke/Neutral/neutral-low - Theme - ERA */\n --stroke-neutral-low: #4d4d4d;\n /* Stroke/Neutral/neutral-low-contrast - Theme - ERA */\n --stroke-neutral-low-contrast: #4d4d4d;\n /* Surface/Brand/primary - Theme - ERA */\n --surface-brand-primary: #6d84af;\n /* Surface/Brand/primary-highlight - Theme - ERA */\n --surface-brand-primary-highlight: #030d1e;\n /* Surface/Brand/secondary - Theme - ERA */\n --surface-brand-secondary: #de7082;\n /* Surface/Brand/secondary-highlight - Theme - ERA */\n --surface-brand-secondary-highlight: #32040c;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - ERA */\n --surface-neutral-interactions-dark-disabled: #474747;\n /* Surface/Neutral/Interactions/light-disabled - Theme - ERA */\n --surface-neutral-interactions-light-disabled: #292929;\n /* Surface/Neutral/Interactions/skeleton - Theme - ERA */\n --surface-neutral-interactions-skeleton: #333333;\n /* Surface/Neutral/inverse - Theme - ERA */\n --surface-neutral-inverse: #333333;\n /* Surface/Neutral/inverse-dark - Theme - ERA */\n --surface-neutral-inverse-dark: #333333;\n /* Surface/Neutral/inverse-light - Theme - ERA */\n --surface-neutral-inverse-light: #575757;\n /* Surface/Neutral/skeleton - Theme - ERA */\n --surface-neutral-skeleton: #333333;\n /* Surface/Neutral/T1-base - Theme - ERA */\n --surface-neutral-t1-base: #1f1f1f;\n /* Surface/Neutral/T2-lowest - Theme - ERA */\n --surface-neutral-t2-lowest: #2e2e2e;\n /* Surface/Neutral/T3-low - Theme - ERA */\n --surface-neutral-t3-low: #383838;\n /* Surface/Neutral/T4-high - Theme - ERA */\n --surface-neutral-t4-high: #474747;\n /* Surface/Spectrum/blue - Theme - ERA */\n --surface-spectrum-blue: #0e2754;\n /* Surface/Spectrum/green - Theme - ERA */\n --surface-spectrum-green: #0d2f1c;\n /* Surface/Spectrum/lime - Theme - ERA */\n --surface-spectrum-lime: #434712;\n /* Surface/Spectrum/magenta - Theme - ERA */\n --surface-spectrum-magenta: #45054e;\n /* Surface/Spectrum/orange - Theme - ERA */\n --surface-spectrum-orange: #532201;\n /* Surface/Spectrum/pink - Theme - ERA */\n --surface-spectrum-pink: #4c0c2d;\n /* Surface/Spectrum/purple - Theme - ERA */\n --surface-spectrum-purple: #220053;\n /* Surface/Spectrum/red - Theme - ERA */\n --surface-spectrum-red: #4c141d;\n /* Surface/Spectrum/teal - Theme - ERA */\n --surface-spectrum-teal: #012e2a;\n /* Surface/Spectrum/yellow - Theme - ERA */\n --surface-spectrum-yellow: #564210;\n}\n",
10
+ sothebys: "/* Generated from figma export: 2025-07-08T20:32:21.402Z */\n\n@import url('https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&display=swap');\nbody {\n font-family: var(--typeface);\n}\n\n:root {\n /* Body/Base */\n --body-base: 400 16px/20px var(--typeface);\n /* Body/Base - line height */\n --body-base-line-height: 20px;\n /* Body/Base - size */\n --body-base-size: 16px;\n /* Body/Base - style */\n --body-base-style: regular;\n /* Body/Large */\n --body-large: 400 18px/24px var(--typeface);\n /* Body/Large - line height */\n --body-large-line-height: 24px;\n /* Body/Large - size */\n --body-large-size: 18px;\n /* Body/Large - style */\n --body-large-style: regular;\n /* Body/Small */\n --body-small: 400 14px/20px var(--typeface);\n /* Body/Small - line height */\n --body-small-line-height: 20px;\n /* Body/Small - size */\n --body-small-size: 14px;\n /* Body/Small - style */\n --body-small-style: regular;\n /* Body/X-Small */\n --body-x-small: 400 12px/16px var(--typeface);\n /* Body/X-Small - line height */\n --body-x-small-line-height: 16px;\n /* Body/X-Small - size */\n --body-x-small-size: 12px;\n /* Body/X-Small - style */\n --body-x-small-style: regular;\n /* Colors/Brands/Experiment/blue-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-dark-100: #0a2f85;\n /* Colors/Brands/Experiment/blue-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-dark-200: #1347cc;\n /* Colors/Brands/Experiment/blue-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-dark-300: #0f59e2;\n /* Colors/Brands/Experiment/blue-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-dark-400: #357aea;\n /* Colors/Brands/Experiment/blue-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-dark-50: #181d34;\n /* Colors/Brands/Experiment/blue-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-dark-500: #2e88f6;\n /* Colors/Brands/Experiment/blue-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-dark-600: #50a1ff;\n /* Colors/Brands/Experiment/blue-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-dark-700: #7ab7ff;\n /* Colors/Brands/Experiment/blue-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-dark-800: #dcebfe;\n /* Colors/Brands/Experiment/blue-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-dark-900: #f0f6ff;\n /* Colors/Brands/Experiment/blue-gray-dark/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-100: #1a2332;\n /* Colors/Brands/Experiment/blue-gray-dark/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-200: #252e3c;\n /* Colors/Brands/Experiment/blue-gray-dark/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-300: #323b49;\n /* Colors/Brands/Experiment/blue-gray-dark/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-400: #5e6d82;\n /* Colors/Brands/Experiment/blue-gray-dark/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-50: #0c101c;\n /* Colors/Brands/Experiment/blue-gray-dark/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-500: #8b9bb2;\n /* Colors/Brands/Experiment/blue-gray-dark/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-600: #b1c0d2;\n /* Colors/Brands/Experiment/blue-gray-dark/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-700: #d4dce8;\n /* Colors/Brands/Experiment/blue-gray-dark/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-800: #e2ebf3;\n /* Colors/Brands/Experiment/blue-gray-dark/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-dark-900: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-100: #f1f5f9;\n /* Colors/Brands/Experiment/blue-gray-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-200: #e1e7ef;\n /* Colors/Brands/Experiment/blue-gray-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-300: #c8d6e5;\n /* Colors/Brands/Experiment/blue-gray-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-400: #9eacc0;\n /* Colors/Brands/Experiment/blue-gray-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-50: #f8fafc;\n /* Colors/Brands/Experiment/blue-gray-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-500: #65758b;\n /* Colors/Brands/Experiment/blue-gray-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-600: #48566a;\n /* Colors/Brands/Experiment/blue-gray-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-700: #344256;\n /* Colors/Brands/Experiment/blue-gray-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-800: #1d283a;\n /* Colors/Brands/Experiment/blue-gray-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-gray-light-900: #0f1729;\n /* Colors/Brands/Experiment/blue-light/100 - Global (primitives) */\n --colors-brands-experiment-blue-light-100: #dcebfe;\n /* Colors/Brands/Experiment/blue-light/200 - Global (primitives) */\n --colors-brands-experiment-blue-light-200: #bedbfe;\n /* Colors/Brands/Experiment/blue-light/300 - Global (primitives) */\n --colors-brands-experiment-blue-light-300: #91c3fd;\n /* Colors/Brands/Experiment/blue-light/400 - Global (primitives) */\n --colors-brands-experiment-blue-light-400: #61a6fa;\n /* Colors/Brands/Experiment/blue-light/50 - Global (primitives) */\n --colors-brands-experiment-blue-light-50: #f2f7ff;\n /* Colors/Brands/Experiment/blue-light/500 - Global (primitives) */\n --colors-brands-experiment-blue-light-500: #3479e9;\n /* Colors/Brands/Experiment/blue-light/600 - Global (primitives) */\n --colors-brands-experiment-blue-light-600: #1559ea;\n /* Colors/Brands/Experiment/blue-light/700 - Global (primitives) */\n --colors-brands-experiment-blue-light-700: #173fab;\n /* Colors/Brands/Experiment/blue-light/800 - Global (primitives) */\n --colors-brands-experiment-blue-light-800: #162f82;\n /* Colors/Brands/Experiment/blue-light/900 - Global (primitives) */\n --colors-brands-experiment-blue-light-900: #0c1736;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-10: #50a1ff1a;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-12: #50a1ff1f;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-16: #50a1ff29;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-20: #50a1ff33;\n /* Colors/Brands/Experiment/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-dark-opacity-8: #50a1ff14;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-10 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-10: #1559ea1a;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-12 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-12: #1559ea1f;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-16 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-16: #1559ea29;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-20 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-20: #1559ea33;\n /* Colors/Brands/Experiment/Interactions/primary-light-opacity-8 - Global (primitives) */\n --colors-brands-experiment-interactions-primary-light-opacity-8: #1559ea14;\n /* Colors/Brands/Experiment/orange-dark/100 - Global (primitives) */\n --colors-brands-experiment-orange-dark-100: #852c0f;\n /* Colors/Brands/Experiment/orange-dark/200 - Global (primitives) */\n --colors-brands-experiment-orange-dark-200: #ab4827;\n /* Colors/Brands/Experiment/orange-dark/300 - Global (primitives) */\n --colors-brands-experiment-orange-dark-300: #ce5a07;\n /* Colors/Brands/Experiment/orange-dark/400 - Global (primitives) */\n --colors-brands-experiment-orange-dark-400: #f27013;\n /* Colors/Brands/Experiment/orange-dark/50 - Global (primitives) */\n --colors-brands-experiment-orange-dark-50: #31160d;\n /* Colors/Brands/Experiment/orange-dark/500 - Global (primitives) */\n --colors-brands-experiment-orange-dark-500: #fb923c;\n /* Colors/Brands/Experiment/orange-dark/600 - Global (primitives) */\n --colors-brands-experiment-orange-dark-600: #fdba72;\n /* Colors/Brands/Experiment/orange-dark/700 - Global (primitives) */\n --colors-brands-experiment-orange-dark-700: #fed6a9;\n /* Colors/Brands/Experiment/orange-dark/800 - Global (primitives) */\n --colors-brands-experiment-orange-dark-800: #ffedd6;\n /* Colors/Brands/Experiment/orange-dark/900 - Global (primitives) */\n --colors-brands-experiment-orange-dark-900: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/100 - Global (primitives) */\n --colors-brands-experiment-orange-light-100: #ffedd6;\n /* Colors/Brands/Experiment/orange-light/200 - Global (primitives) */\n --colors-brands-experiment-orange-light-200: #fed6a9;\n /* Colors/Brands/Experiment/orange-light/300 - Global (primitives) */\n --colors-brands-experiment-orange-light-300: #fdba72;\n /* Colors/Brands/Experiment/orange-light/400 - Global (primitives) */\n --colors-brands-experiment-orange-light-400: #fb923c;\n /* Colors/Brands/Experiment/orange-light/50 - Global (primitives) */\n --colors-brands-experiment-orange-light-50: #fff6eb;\n /* Colors/Brands/Experiment/orange-light/500 - Global (primitives) */\n --colors-brands-experiment-orange-light-500: #f67416;\n /* Colors/Brands/Experiment/orange-light/600 - Global (primitives) */\n --colors-brands-experiment-orange-light-600: #e4570c;\n /* Colors/Brands/Experiment/orange-light/700 - Global (primitives) */\n --colors-brands-experiment-orange-light-700: #b63c0b;\n /* Colors/Brands/Experiment/orange-light/800 - Global (primitives) */\n --colors-brands-experiment-orange-light-800: #80310f;\n /* Colors/Brands/Experiment/orange-light/900 - Global (primitives) */\n --colors-brands-experiment-orange-light-900: #471a0a;\n /* Colors/Internal/pink-00-light - Global (primitives) */\n --colors-internal-pink-00-light: #ff4f8d;\n /* Colors/Internal/pink-50-dark - Global (primitives) */\n --colors-internal-pink-50-dark: #802847;\n /* Colors/Neutral/00 - Global (primitives) */\n --colors-neutral-00: #000000;\n /* Colors/Neutral/02 - Global (primitives) */\n --colors-neutral-02: #050505;\n /* Colors/Neutral/04 - Global (primitives) */\n --colors-neutral-04: #0a0a0a;\n /* Colors/Neutral/06 - Global (primitives) */\n --colors-neutral-06: #0f0f0f;\n /* Colors/Neutral/08 - Global (primitives) */\n --colors-neutral-08: #141414;\n /* Colors/Neutral/10 - Global (primitives) */\n --colors-neutral-10: #1a1a1a;\n /* Colors/Neutral/100 - Global (primitives) */\n --colors-neutral-100: #ffffff;\n /* Colors/Neutral/12 - Global (primitives) */\n --colors-neutral-12: #1f1f1f;\n /* Colors/Neutral/14 - Global (primitives) */\n --colors-neutral-14: #242424;\n /* Colors/Neutral/16 - Global (primitives) */\n --colors-neutral-16: #292929;\n /* Colors/Neutral/18 - Global (primitives) */\n --colors-neutral-18: #2e2e2e;\n /* Colors/Neutral/20 - Global (primitives) */\n --colors-neutral-20: #333333;\n /* Colors/Neutral/22 - Global (primitives) */\n --colors-neutral-22: #383838;\n /* Colors/Neutral/24 - Global (primitives) */\n --colors-neutral-24: #424242;\n /* Colors/Neutral/26 - Global (primitives) */\n --colors-neutral-26: #424242;\n /* Colors/Neutral/28 - Global (primitives) */\n --colors-neutral-28: #474747;\n /* Colors/Neutral/30 - Global (primitives) */\n --colors-neutral-30: #4d4d4d;\n /* Colors/Neutral/32 - Global (primitives) */\n --colors-neutral-32: #525252;\n /* Colors/Neutral/34 - Global (primitives) */\n --colors-neutral-34: #575757;\n /* Colors/Neutral/36 - Global (primitives) */\n --colors-neutral-36: #5c5c5c;\n /* Colors/Neutral/38 - Global (primitives) */\n --colors-neutral-38: #616161;\n /* Colors/Neutral/40 - Global (primitives) */\n --colors-neutral-40: #666666;\n /* Colors/Neutral/42 - Global (primitives) */\n --colors-neutral-42: #6b6b6b;\n /* Colors/Neutral/44 - Global (primitives) */\n --colors-neutral-44: #707070;\n /* Colors/Neutral/46 - Global (primitives) */\n --colors-neutral-46: #757575;\n /* Colors/Neutral/48 - Global (primitives) */\n --colors-neutral-48: #7a7a7a;\n /* Colors/Neutral/50 - Global (primitives) */\n --colors-neutral-50: #808080;\n /* Colors/Neutral/52 - Global (primitives) */\n --colors-neutral-52: #858585;\n /* Colors/Neutral/54 - Global (primitives) */\n --colors-neutral-54: #8a8a8a;\n /* Colors/Neutral/56 - Global (primitives) */\n --colors-neutral-56: #8f8f8f;\n /* Colors/Neutral/58 - Global (primitives) */\n --colors-neutral-58: #949494;\n /* Colors/Neutral/60 - Global (primitives) */\n --colors-neutral-60: #999999;\n /* Colors/Neutral/62 - Global (primitives) */\n --colors-neutral-62: #9e9e9e;\n /* Colors/Neutral/64 - Global (primitives) */\n --colors-neutral-64: #a3a3a3;\n /* Colors/Neutral/66 - Global (primitives) */\n --colors-neutral-66: #a8a8a8;\n /* Colors/Neutral/68 - Global (primitives) */\n --colors-neutral-68: #adadad;\n /* Colors/Neutral/70 - Global (primitives) */\n --colors-neutral-70: #b3b3b3;\n /* Colors/Neutral/72 - Global (primitives) */\n --colors-neutral-72: #b8b8b8;\n /* Colors/Neutral/74 - Global (primitives) */\n --colors-neutral-74: #bdbdbd;\n /* Colors/Neutral/76 - Global (primitives) */\n --colors-neutral-76: #c2c2c2;\n /* Colors/Neutral/78 - Global (primitives) */\n --colors-neutral-78: #c7c7c7;\n /* Colors/Neutral/80 - Global (primitives) */\n --colors-neutral-80: #cccccc;\n /* Colors/Neutral/82 - Global (primitives) */\n --colors-neutral-82: #d1d1d1;\n /* Colors/Neutral/84 - Global (primitives) */\n --colors-neutral-84: #d6d6d6;\n /* Colors/Neutral/86 - Global (primitives) */\n --colors-neutral-86: #dbdbdb;\n /* Colors/Neutral/88 - Global (primitives) */\n --colors-neutral-88: #e0e0e0;\n /* Colors/Neutral/90 - Global (primitives) */\n --colors-neutral-90: #e6e6e6;\n /* Colors/Neutral/92 - Global (primitives) */\n --colors-neutral-92: #ebebeb;\n /* Colors/Neutral/94 - Global (primitives) */\n --colors-neutral-94: #f0f0f0;\n /* Colors/Neutral/96 - Global (primitives) */\n --colors-neutral-96: #f5f5f5;\n /* Colors/Neutral/98 - Global (primitives) */\n --colors-neutral-98: #fafafa;\n /* Colors/Neutral/transparent - Global (primitives) */\n --colors-neutral-transparent: #ffffff00;\n /* Colors/System/blue-dark - Global (primitives) */\n --colors-system-blue-dark: #5d92f5;\n /* Colors/System/blue-dark-bg - Global (primitives) */\n --colors-system-blue-dark-bg: #0e2754;\n /* Colors/System/blue-light - Global (primitives) */\n --colors-system-blue-light: #276ef1;\n /* Colors/System/blue-light-bg - Global (primitives) */\n --colors-system-blue-light-bg: #dfe9fd;\n /* Colors/System/green-dark - Global (primitives) */\n --colors-system-green-dark: #519f73;\n /* Colors/System/green-dark-bg - Global (primitives) */\n --colors-system-green-dark-bg: #0d2f1c;\n /* Colors/System/green-light - Global (primitives) */\n --colors-system-green-light: #258750;\n /* Colors/System/green-light-bg - Global (primitives) */\n --colors-system-green-light-bg: #d3e7dc;\n /* Colors/System/Links/00-default-light - Global (primitives) */\n --colors-system-links-00-default-light: #215ecd;\n /* Colors/System/Links/10-hover-light - Global (primitives) */\n --colors-system-links-10-hover-light: #1e55b9;\n /* Colors/System/Links/20-press-light - Global (primitives) */\n --colors-system-links-20-press-light: #1a4ba4;\n /* Colors/System/Links/30-active-dark - Global (primitives) */\n --colors-system-links-30-active-dark: #648edc;\n /* Colors/System/Links/30-active-light - Global (primitives) */\n --colors-system-links-30-active-light: #174290;\n /* Colors/System/Links/40-default-dark - Global (primitives) */\n --colors-system-links-40-default-dark: #7a9ee1;\n /* Colors/System/Links/40-disabled-dark - Global (primitives) */\n --colors-system-links-40-disabled-dark: #14387b;\n /* Colors/System/Links/40-disabled-light - Global (primitives) */\n --colors-system-links-40-disabled-light: #7a9ee1;\n /* Colors/System/Links/50-hover-dark - Global (primitives) */\n --colors-system-links-50-hover-dark: #90afe6;\n /* Colors/System/Links/60-press-dark - Global (primitives) */\n --colors-system-links-60-press-dark: #a6bfeb;\n /* Colors/System/red-dark - Global (primitives) */\n --colors-system-red-dark: #e26b7d;\n /* Colors/System/red-dark-bg - Global (primitives) */\n --colors-system-red-dark-bg: #4c141d;\n /* Colors/System/red-light - Global (primitives) */\n --colors-system-red-light: #d83a52;\n /* Colors/System/red-light-bg - Global (primitives) */\n --colors-system-red-light-bg: #f9e1e9;\n /* Colors/System/Spectrum/Data visual/azure-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-400: #7fc4ec;\n /* Colors/System/Spectrum/Data visual/azure-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-azure-700: #299de0;\n /* Colors/System/Spectrum/Data visual/backrose-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-backrose-900: #958ca3;\n /* Colors/System/Spectrum/Data visual/blackrose-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-blackrose-1200: #130033;\n /* Colors/System/Spectrum/Data visual/bronze-1100 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-1100: #794b34;\n /* Colors/System/Spectrum/Data visual/bronze-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-bronze-800: #af9385;\n /* Colors/System/Spectrum/Data visual/brown-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-1200: #7a2a0b;\n /* Colors/System/Spectrum/Data visual/brown-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-brown-900: #b68a79;\n /* Colors/System/Spectrum/Data visual/cadet-gray-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-1200: #094a53;\n /* Colors/System/Spectrum/Data visual/cadet-gray-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-cadet-gray-900: #789ba0;\n /* Colors/System/Spectrum/Data visual/cooper-500 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-500: #e6b297;\n /* Colors/System/Spectrum/Data visual/cooper-800 - Global (primitives) */\n --colors-system-spectrum-data-visual-cooper-800: #d67e51;\n /* Colors/System/Spectrum/Data visual/gold-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-400: #cdbe80;\n /* Colors/System/Spectrum/Data visual/gold-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-gold-700: #ab922b;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-black - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-black: #1f1f1f4d;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-white - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-400-opacity: #7fc4ec4d;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-700-opacity: #299de04d;\n /* Colors/System/Spectrum/Data visual/Highlight/backrose-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-backrose-900-opacity: #958ca34d;\n /* Colors/System/Spectrum/Data visual/Highlight/blackrose-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-blackrose-1200-opacity: #1300334d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-1100-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-1100-opacity: #794b344d;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-800-opacity: #af93854d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-1200-opacity: #7a2a0b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-900-opacity: #b68a794d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-1200-opacity: #094a534d;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-900-opacity: #789ba04d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-500-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-500-opacity: #e6b2974d;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-800-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-800-opacity: #d67e514d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-400-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-400-opacity: #cdbe804d;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-700-opacity: #ab922b4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-600-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-600-opacity: #88c5af4d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-900-opacity: #389e7a4d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-1200-opacity: #5309094d;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-900-opacity: #a984844d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-1000-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-1000-opacity: #7f7f7f4d;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-700-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-700-opacity: #b2b2b24d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-1200-opacity: #2d33004d;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-900-opacity: #9699804d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-1200-opacity: #0a466c4d;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-900-opacity: #7899ae4d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-1200-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-1200-opacity: #4334794d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-900-opacity - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-900-opacity: #a19abc4d;\n /* Colors/System/Spectrum/Data visual/jade-600 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-600: #88c5af;\n /* Colors/System/Spectrum/Data visual/jade-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-jade-900: #389e7a;\n /* Colors/System/Spectrum/Data visual/maroon-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-1200: #530909;\n /* Colors/System/Spectrum/Data visual/maroon-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-maroon-900: #a98484;\n /* Colors/System/Spectrum/Data visual/platinum-1000 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-1000: #7f7f7f;\n /* Colors/System/Spectrum/Data visual/platinum-700 - Global (primitives) */\n --colors-system-spectrum-data-visual-platinum-700: #b2b2b2;\n /* Colors/System/Spectrum/Data visual/sage-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-1200: #2d3300;\n /* Colors/System/Spectrum/Data visual/sage-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-sage-900: #969980;\n /* Colors/System/Spectrum/Data visual/tanzanite-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-1200: #0a466c;\n /* Colors/System/Spectrum/Data visual/tanzanite-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-tanzanite-900: #7899ae;\n /* Colors/System/Spectrum/Data visual/violet-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-1200: #433479;\n /* Colors/System/Spectrum/Data visual/violet-900 - Global (primitives) */\n --colors-system-spectrum-data-visual-violet-900: #a19abc;\n /* Colors/System/Spectrum/Depth/45-blue-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-blue-dark: #88aff7;\n /* Colors/System/Spectrum/Depth/45-green-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-green-dark: #87bd9f;\n /* Colors/System/Spectrum/Depth/45-lime-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-lime-dark: #dce28f;\n /* Colors/System/Spectrum/Depth/45-magenta-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-magenta-dark: #e07aed;\n /* Colors/System/Spectrum/Depth/45-orange-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-orange-dark: #f6a874;\n /* Colors/System/Spectrum/Depth/45-pink-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-pink-dark: #ea86b9;\n /* Colors/System/Spectrum/Depth/45-purple-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-purple-dark: #c8a6f9;\n /* Colors/System/Spectrum/Depth/45-red-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-red-dark: #ea93a0;\n /* Colors/System/Spectrum/Depth/45-teal-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-teal-dark: #74bbb4;\n /* Colors/System/Spectrum/Depth/45-yellow-dark - Global (primitives) */\n --colors-system-spectrum-depth-45-yellow-dark: #fada8d;\n /* Colors/System/Spectrum/Depth/50-blue-light - Global (primitives) */\n --colors-system-spectrum-depth-50-blue-light: #143778;\n /* Colors/System/Spectrum/Depth/50-green-light - Global (primitives) */\n --colors-system-spectrum-depth-50-green-light: #134428;\n /* Colors/System/Spectrum/Depth/50-lime-light - Global (primitives) */\n --colors-system-spectrum-depth-50-lime-light: #60651a;\n /* Colors/System/Spectrum/Depth/50-magenta-light - Global (primitives) */\n --colors-system-spectrum-depth-50-magenta-light: #63076f;\n /* Colors/System/Spectrum/Depth/50-orange-light - Global (primitives) */\n --colors-system-spectrum-depth-50-orange-light: #773001;\n /* Colors/System/Spectrum/Depth/50-pink-light - Global (primitives) */\n --colors-system-spectrum-depth-50-pink-light: #6c1240;\n /* Colors/System/Spectrum/Depth/50-purple-light - Global (primitives) */\n --colors-system-spectrum-depth-50-purple-light: #310077;\n /* Colors/System/Spectrum/Depth/50-red-light - Global (primitives) */\n --colors-system-spectrum-depth-50-red-light: #6c1d29;\n /* Colors/System/Spectrum/Depth/50-teal-light - Global (primitives) */\n --colors-system-spectrum-depth-50-teal-light: #01413c;\n /* Colors/System/Spectrum/Depth/50-yellow-light - Global (primitives) */\n --colors-system-spectrum-depth-50-yellow-light: #7b5e18;\n /* Colors/System/Spectrum/Highlight/65-blue-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-blue-dark: #0e2754;\n /* Colors/System/Spectrum/Highlight/65-green-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-green-dark: #0d2f1c;\n /* Colors/System/Spectrum/Highlight/65-lime-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-lime-dark: #434712;\n /* Colors/System/Spectrum/Highlight/65-magenta-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-magenta-dark: #45054e;\n /* Colors/System/Spectrum/Highlight/65-orange-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-orange-dark: #532201;\n /* Colors/System/Spectrum/Highlight/65-pink-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-pink-dark: #4c0c2d;\n /* Colors/System/Spectrum/Highlight/65-purple-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-purple-dark: #220053;\n /* Colors/System/Spectrum/Highlight/65-red-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-red-dark: #4c141d;\n /* Colors/System/Spectrum/Highlight/65-teal-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-teal-dark: #012e2a;\n /* Colors/System/Spectrum/Highlight/65-yellow-dark - Global (primitives) */\n --colors-system-spectrum-highlight-65-yellow-dark: #564210;\n /* Colors/System/Spectrum/Highlight/85-blue-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-blue-light: #dfe9fd;\n /* Colors/System/Spectrum/Highlight/85-green-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-green-light: #deede5;\n /* Colors/System/Spectrum/Highlight/85-lime-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-lime-light: #f6f7e0;\n /* Colors/System/Spectrum/Highlight/85-magenta-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-magenta-light: #f6dbfa;\n /* Colors/System/Spectrum/Highlight/85-orange-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-orange-light: #fce7d9;\n /* Colors/System/Spectrum/Highlight/85-pink-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-pink-light: #f9deec;\n /* Colors/System/Spectrum/Highlight/85-purple-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-purple-light: #e7d9fc;\n /* Colors/System/Spectrum/Highlight/85-red-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-red-light: #f9e1e5;\n /* Colors/System/Spectrum/Highlight/85-teal-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-teal-light: #d9eceb;\n /* Colors/System/Spectrum/Highlight/85-yellow-light - Global (primitives) */\n --colors-system-spectrum-highlight-85-yellow-light: #fef5e0;\n /* Colors/System/Spectrum/Vibrant/00-blue-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-blue-light: #276ef1;\n /* Colors/System/Spectrum/Vibrant/00-green-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-green-light: #258750;\n /* Colors/System/Spectrum/Vibrant/00-lime-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-lime-light: #c0ca33;\n /* Colors/System/Spectrum/Vibrant/00-magenta-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-magenta-light: #c60ede;\n /* Colors/System/Spectrum/Vibrant/00-orange-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-orange-light: #ee6002;\n /* Colors/System/Spectrum/Vibrant/00-pink-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-pink-light: #d82380;\n /* Colors/System/Spectrum/Vibrant/00-purple-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-purple-light: #6200ee;\n /* Colors/System/Spectrum/Vibrant/00-red-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-red-light: #d83a52;\n /* Colors/System/Spectrum/Vibrant/00-teal-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-teal-light: #038377;\n /* Colors/System/Spectrum/Vibrant/00-yellow-light - Global (primitives) */\n --colors-system-spectrum-vibrant-00-yellow-light: #f6bc2f;\n /* Colors/System/Spectrum/Vibrant/40-blue-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-blue-dark: #5d92f5;\n /* Colors/System/Spectrum/Vibrant/40-green-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-green-dark: #7cb796;\n /* Colors/System/Spectrum/Vibrant/40-lime-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-lime-dark: #d9df85;\n /* Colors/System/Spectrum/Vibrant/40-magenta-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-magenta-dark: #dd6eeb;\n /* Colors/System/Spectrum/Vibrant/40-orange-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-orange-dark: #f5a067;\n /* Colors/System/Spectrum/Vibrant/40-pink-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-pink-dark: #e87bb3;\n /* Colors/System/Spectrum/Vibrant/40-purple-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-purple-dark: #a166f5;\n /* Colors/System/Spectrum/Vibrant/40-red-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-red-dark: #e88997;\n /* Colors/System/Spectrum/Vibrant/40-teal-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-teal-dark: #68b5ad;\n /* Colors/System/Spectrum/Vibrant/40-yellow-dark - Global (primitives) */\n --colors-system-spectrum-vibrant-40-yellow-dark: #fad782;\n /* Colors/System/Visited links/00-default-light - Global (primitives) */\n --colors-system-visited-links-00-default-light: #7a3e7a;\n /* Colors/System/Visited links/30-active-dark - Global (primitives) */\n --colors-system-visited-links-30-active-dark: #a278a2;\n /* Colors/System/Visited links/30-active-light - Global (primitives) */\n --colors-system-visited-links-30-active-light: #552b55;\n /* Colors/System/Visited links/40-default-dark - Global (primitives) */\n --colors-system-visited-links-40-default-dark: #af8baf;\n /* Colors/System/Visited links/40-disabled-dark - Global (primitives) */\n --colors-system-visited-links-40-disabled-dark: #492549;\n /* Colors/System/Visited links/40-disabled-light - Global (primitives) */\n --colors-system-visited-links-40-disabled-light: #af8baf;\n /* Colors/System/yellow-dark - Global (primitives) */\n --colors-system-yellow-dark: #f8cd63;\n /* Colors/System/yellow-dark-bg - Global (primitives) */\n --colors-system-yellow-dark-bg: #564210;\n /* Colors/System/yellow-light - Global (primitives) */\n --colors-system-yellow-light: #f6bc2f;\n /* Colors/System/yellow-light-bg - Global (primitives) */\n --colors-system-yellow-light-bg: #fef5e0;\n /* Corner radius/120 - Global (primitives) */\n --corner-radius-120: 12px;\n /* Corner radius/160 - Global (primitives) */\n --corner-radius-160: 16px;\n /* Corner radius/40 - Global (primitives) */\n --corner-radius-40: 4px;\n /* Corner radius/80 - Global (primitives) */\n --corner-radius-80: 8px;\n /* Corner radius/circular - Global (primitives) */\n --corner-radius-circular: 999px;\n /* Corner radius/None - Global (primitives) */\n --corner-radius-none: 0;\n /* East - navigation rails, drawers, sheets */\n --drop-shadow-east: 2px 0px 8px -2px #0000001a, 2px 0px 4px -2px #0000001f;\n /* Float */\n --drop-shadow-float: 0px 0px 1px 0px #00000052, 0px 8px 12px 0px #00000026;\n /* North - Bottom navigation, button dock, bottom sheet */\n --drop-shadow-north: 0px -2px 8px -2px #0000001a, 0px -2px 4px -2px #0000001f;\n /* Raise */\n --drop-shadow-raise: 0px 0px 1px 0px #00000026, 0px 1px 1px 0px #00000052;\n /* Scroll */\n --drop-shadow-scroll: 0px 0px 3px 0px #00000052;\n /* South - top navigation */\n --drop-shadow-south: 0px 2px 8px -2px #0000001a, 0px 2px 4px -2px #0000001f;\n /* West - side sheets */\n --drop-shadow-west: -8px 0px 8px -2px #0000001a, -5px 4px 4px -6px #00000026;\n /* Foreground/Brand/on-brand-primary - Theme - Sotheby's */\n --foreground-brand-on-primary: #ffffff;\n /* Foreground/Link text/subtle-inverse-hovered - Theme - Sotheby's */\n --foreground-link-text-subtle-inverse-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inverse-pressed - Theme - Sotheby's */\n --foreground-link-text-subtle-inverse-pressed: #d1d1d1;\n /* Foreground/Neutral/inverse-on-surface - Theme - Sotheby's */\n --foreground-neutral-inverse-on-surface: #fafafa;\n /* Foreground/Neutral/on-color - Theme - Sotheby's */\n --foreground-neutral-on-color: #ffffff;\n /* Foreground/Neutral/on-inverse-surface - Theme - Sotheby's */\n --foreground-neutral-on-inverse-surface: #fafafa;\n /* Interaction/disabled-opacity - Theme - 3.0 */\n --interaction-disabled-opacity: #0000000f;\n /* Interaction/primary-disabled-opacity - Theme - 3.0 */\n --interaction-primary-disabled-opacity: #1559ea1f;\n /* Interaction/primary-hover-opacity - Theme - 3.0 */\n --interaction-primary-hover-opacity: #1559ea1a;\n /* Interaction/primary-press-opacity - Theme - 3.0 */\n --interaction-primary-press-opacity: #1559ea33;\n /* Interactions/opacity-black-10 - Global (primitives) */\n --interactions-opacity-black-10: #0000001a;\n /* Interactions/opacity-black-16 - Global (primitives) */\n --interactions-opacity-black-16: #00000029;\n /* Interactions/opacity-black-20 - Global (primitives) */\n --interactions-opacity-black-20: #00000033;\n /* Interactions/opacity-black-30 - Global (primitives) */\n --interactions-opacity-black-30: #0000004d;\n /* Interactions/opacity-black-6 - Global (primitives) */\n --interactions-opacity-black-6: #0000000f;\n /* Interactions/opacity-black-8 - Global (primitives) */\n --interactions-opacity-black-8: #00000014;\n /* Interactions/opacity-white-10 - Global (primitives) */\n --interactions-opacity-white-10: #ffffff1a;\n /* Interactions/opacity-white-16 - Global (primitives) */\n --interactions-opacity-white-16: #ffffff29;\n /* Interactions/opacity-white-20 - Global (primitives) */\n --interactions-opacity-white-20: #ffffff33;\n /* Interactions/opacity-white-30 - Global (primitives) */\n --interactions-opacity-white-30: #ffffff4d;\n /* Interactions/opacity-white-6 - Global (primitives) */\n --interactions-opacity-white-6: #ffffff0f;\n /* Interactions/opacity-white-8 - Global (primitives) */\n --interactions-opacity-white-8: #ffffff14;\n /* Colors/Brands/Sotheby's/Interactions/primary-dark-opacity-10 - Global (primitives) */\n --interactions-primary-dark-opacity-10: #667b921a;\n /* Colors/Brands/Sotheby's/Interactions/primary-dark-opacity-12 - Global (primitives) */\n --interactions-primary-dark-opacity-12: #667b921f;\n /* Colors/Brands/Sotheby's/Interactions/primary-dark-opacity-16 - Global (primitives) */\n --interactions-primary-dark-opacity-16: #667b9229;\n /* Colors/Brands/Sotheby's/Interactions/primary-dark-opacity-20 - Global (primitives) */\n --interactions-primary-dark-opacity-20: #667b9233;\n /* Colors/Brands/Sotheby's/Interactions/primary-dark-opacity-8 - Global (primitives) */\n --interactions-primary-dark-opacity-8: #667b9214;\n /* Colors/Brands/Sotheby's/Interactions/primary-light-opacity-10 - Global (primitives) */\n --interactions-primary-light-opacity-10: #0023491a;\n /* Colors/Brands/Sotheby's/Interactions/primary-light-opacity-12 - Global (primitives) */\n --interactions-primary-light-opacity-12: #0023491f;\n /* Colors/Brands/Sotheby's/Interactions/primary-light-opacity-16 - Global (primitives) */\n --interactions-primary-light-opacity-16: #00234929;\n /* Colors/Brands/Sotheby's/Interactions/primary-light-opacity-20 - Global (primitives) */\n --interactions-primary-light-opacity-20: #00234933;\n /* Colors/Brands/Sotheby's/Interactions/primary-light-opacity-8 - Global (primitives) */\n --interactions-primary-light-opacity-8: #00234914;\n /* Labels/Base */\n --labels-base: 500 16px/20px var(--typeface);\n /* Labels/Base - line height */\n --labels-base-line-height: 20px;\n /* Labels/Base - size */\n --labels-base-size: 16px;\n /* Labels/Base - style */\n --labels-base-style: medium;\n /* Labels/Large */\n --labels-large: 500 18px/24px var(--typeface);\n /* Labels/Large - line height */\n --labels-large-line-height: 24px;\n /* Labels/Large - size */\n --labels-large-size: 18px;\n /* Labels/Large - style */\n --labels-large-style: medium;\n /* Labels/Small */\n --labels-small: 500 14px/20px var(--typeface);\n /* Labels/Small - line height */\n --labels-small-line-height: 20px;\n /* Labels/Small - size */\n --labels-small-size: 14px;\n /* Labels/Small - style */\n --labels-small-style: medium;\n /* Labels/X-Small */\n --labels-x-small: 500 12px/16px var(--typeface);\n /* Labels/X-Small - line height */\n --labels-x-small-line-height: 16px;\n /* Labels/X-Small - size */\n --labels-x-small-size: 12px;\n /* Labels/X-Small - style */\n --labels-x-small-style: medium;\n /* Colors/Brands/Sotheby's/Primary/00-base - Global (primitives) */\n --primary-00-base: #002349;\n /* Colors/Brands/Sotheby's/Primary/15-dark - Global (primitives) */\n --primary-15-dark: #001e3e;\n /* Colors/Brands/Sotheby's/Primary/40-light - Global (primitives) */\n --primary-40-light: #667b92;\n /* Colors/Brands/Sotheby's/Primary/55-light - Global (primitives) */\n --primary-55-light: #8c9cad;\n /* Colors/Brands/Sotheby's/Primary/75-dark - Global (primitives) */\n --primary-75-dark: #000912;\n /* Colors/Brands/Sotheby's/Primary/85-light - Global (primitives) */\n --primary-85-light: #d9dee4;\n /* Radius/full - Borders */\n --radius-full: 999px;\n /* Radius/lg - Borders */\n --radius-lg: 12px;\n /* Radius/md - Borders */\n --radius-md: 8px;\n /* Radius/none - Borders */\n --radius-none: 0;\n /* Radius/sm - Borders */\n --radius-sm: 4px;\n /* Radius/xlg - Borders */\n --radius-xlg: 16px;\n /* Colors/Brands/Sotheby's/Secondary/00-base - Global (primitives) */\n --secondary-00-base: #c29b40;\n /* Colors/Brands/Sotheby's/Secondary/15-dark - Global (primitives) */\n --secondary-15-dark: #a58436;\n /* Colors/Brands/Sotheby's/Secondary/40-light - Global (primitives) */\n --secondary-40-light: #dac38c;\n /* Colors/Brands/Sotheby's/Secondary/55-light - Global (primitives) */\n --secondary-55-light: #e4d2a9;\n /* Colors/Brands/Sotheby's/Secondary/75-dark - Global (primitives) */\n --secondary-75-dark: #312710;\n /* Colors/Brands/Sotheby's/Secondary/85-light - Global (primitives) */\n --secondary-85-light: #f6f0e2;\n /* Shadows/Inner-Shadow-black-100 - Global (primitives) */\n --shadows-inner-shadow-black-100: #000000;\n /* Shadows/Inner-Shadow-white-100 - Global (primitives) */\n --shadows-inner-shadow-white-100: #ffffff;\n /* Shadows/Shadow-black-10 - Global (primitives) */\n --shadows-shadow-black-10: #0000001a;\n /* Shadows/Shadow-black-12 - Global (primitives) */\n --shadows-shadow-black-12: #0000001f;\n /* Shadows/Shadow-black-15 - Global (primitives) */\n --shadows-shadow-black-15: #00000026;\n /* Shadows/Shadow-black-25 - Global (primitives) */\n --shadows-shadow-black-25: #00000040;\n /* Shadows/Shadow-black-32 - Global (primitives) */\n --shadows-shadow-black-32: #00000052;\n /* Shadows/Shadow-black-50 - Global (primitives) */\n --shadows-shadow-black-50: #00000080;\n /* Shadows/Shadow-gray-10 - Global (primitives) */\n --shadows-shadow-gray-10: #6161611a;\n /* Shadows/Shadow-gray-12 - Global (primitives) */\n --shadows-shadow-gray-12: #6161611f;\n /* Shadows/Shadow-gray-15 - Global (primitives) */\n --shadows-shadow-gray-15: #61616126;\n /* Shadows/Shadow-gray-25 - Global (primitives) */\n --shadows-shadow-gray-25: #61616140;\n /* Shadows/Shadow-gray-32 - Global (primitives) */\n --shadows-shadow-gray-32: #61616152;\n /* Shadows/Shadow-gray-50 - Global (primitives) */\n --shadows-shadow-gray-50: #61616180;\n /* Spacing/sizing-01 - Spacing & Sizing */\n --spacing-sizing-01: 4px;\n /* Spacing/sizing-02 - Spacing & Sizing */\n --spacing-sizing-02: 8px;\n /* Spacing/sizing-03 - Spacing & Sizing */\n --spacing-sizing-03: 12px;\n /* Spacing/sizing-04 - Spacing & Sizing */\n --spacing-sizing-04: 16px;\n /* Spacing/sizing-05 - Spacing & Sizing */\n --spacing-sizing-05: 20px;\n /* Spacing/sizing-06 - Spacing & Sizing */\n --spacing-sizing-06: 24px;\n /* Spacing/sizing-07 - Spacing & Sizing */\n --spacing-sizing-07: 28px;\n /* Spacing/sizing-08 - Spacing & Sizing */\n --spacing-sizing-08: 32px;\n /* Spacing/sizing-09 - Spacing & Sizing */\n --spacing-sizing-09: 36px;\n /* Spacing/sizing-10 - Spacing & Sizing */\n --spacing-sizing-10: 40px;\n /* Spacing/sizing-11 - Spacing & Sizing */\n --spacing-sizing-11: 44px;\n /* Spacing/sizing-12 - Spacing & Sizing */\n --spacing-sizing-12: 48px;\n /* Spacing/sizing-13 - Spacing & Sizing */\n --spacing-sizing-13: 52px;\n /* Spacing/sizing-14 - Spacing & Sizing */\n --spacing-sizing-14: 56px;\n /* Spacing/sizing-15 - Spacing & Sizing */\n --spacing-sizing-15: 60px;\n /* Spacing/sizing-16 - Spacing & Sizing */\n --spacing-sizing-16: 64px;\n /* Spacing/sizing-17 - Spacing & Sizing */\n --spacing-sizing-17: 68px;\n /* Spacing/sizing-18 - Spacing & Sizing */\n --spacing-sizing-18: 72px;\n /* Spacing/sizing-19 - Spacing & Sizing */\n --spacing-sizing-19: 80px;\n /* Spacing/sizing-20 - Spacing & Sizing */\n --spacing-sizing-20: 96px;\n /* Spacing/sizing-21 - Spacing & Sizing */\n --spacing-sizing-21: 104px;\n /* Spacing/sizing-22 - Spacing & Sizing */\n --spacing-sizing-22: 120px;\n /* Spacing/sizing-23 - Spacing & Sizing */\n --spacing-sizing-23: 128px;\n /* Spacing/sizing-24 - Spacing & Sizing */\n --spacing-sizing-24: 148px;\n /* Spacing/sizing-25 - Spacing & Sizing */\n --spacing-sizing-25: 152px;\n /* Spacing/sizing-none - Spacing & Sizing */\n --spacing-sizing-none: 0;\n /* Spacings/1040 - Global (primitives) */\n --spacings-1040: 104px;\n /* Spacings/120 - Global (primitives) */\n --spacings-120: 12px;\n /* Spacings/1200 - Global (primitives) */\n --spacings-1200: 120px;\n /* Spacings/1280 - Global (primitives) */\n --spacings-1280: 128px;\n /* Spacings/1480 - Global (primitives) */\n --spacings-1480: 148px;\n /* Spacings/1520 - Global (primitives) */\n --spacings-1520: 152px;\n /* Spacings/160 - Global (primitives) */\n --spacings-160: 16px;\n /* Spacings/200 - Global (primitives) */\n --spacings-200: 20px;\n /* Spacings/240 - Global (primitives) */\n --spacings-240: 24px;\n /* Spacings/280 - Global (primitives) */\n --spacings-280: 28px;\n /* Spacings/320 - Global (primitives) */\n --spacings-320: 32px;\n /* Spacings/360 - Global (primitives) */\n --spacings-360: 36px;\n /* Spacings/40 - Global (primitives) */\n --spacings-40: 4px;\n /* Spacings/400 - Global (primitives) */\n --spacings-400: 40px;\n /* Spacings/440 - Global (primitives) */\n --spacings-440: 44px;\n /* Spacings/480 - Global (primitives) */\n --spacings-480: 48px;\n /* Spacings/520 - Global (primitives) */\n --spacings-520: 52px;\n /* Spacings/560 - Global (primitives) */\n --spacings-560: 56px;\n /* Spacings/600 - Global (primitives) */\n --spacings-600: 60px;\n /* Spacings/640 - Global (primitives) */\n --spacings-640: 64px;\n /* Spacings/680 - Global (primitives) */\n --spacings-680: 68px;\n /* Spacings/720 - Global (primitives) */\n --spacings-720: 72px;\n /* Spacings/80 - Global (primitives) */\n --spacings-80: 8px;\n /* Spacings/800 - Global (primitives) */\n --spacings-800: 80px;\n /* Spacings/960 - Global (primitives) */\n --spacings-960: 96px;\n /* Spacings/None - Global (primitives) */\n --spacings-none: 0;\n /* Status/on-error - Theme - Sotheby's */\n --status-on-error: #ffffff;\n /* Status/on-information - Theme - Sotheby's */\n --status-on-information: #ffffff;\n /* Status/on-informational - Theme - Sotheby's */\n --status-on-informational: #ffffff;\n /* Status/on-success - Theme - Sotheby's */\n --status-on-success: #ffffff;\n /* Status/on-warning - Theme - Sotheby's */\n --status-on-warning: #141414;\n /* Stroke/Neutral/focus-on-inverse - Theme - Sotheby's */\n --stroke-neutral-focus-on-inverse: #ffffff;\n /* Stroke/Neutral/Interaction/inverse-focus - Theme - 3.0 */\n --stroke-neutral-interaction-inverse-focus: #ffffff;\n /* Stroke/Neutral/Interactions/inverse-focus - Theme - Sotheby's */\n --stroke-neutral-interactions-inverse-focus: #ffffff;\n /* Stroke/none - Borders */\n --stroke-none: 0;\n /* Stroke/thick - Borders */\n --stroke-thick: 2px;\n /* Stroke/thicker - Borders */\n --stroke-thicker: 4px;\n /* Stroke/thin - Borders */\n --stroke-thin: 1px;\n /* Surface/Neutral/transparent - Theme - Sotheby's */\n --surface-neutral-transparent: #ffffff00;\n /* Typeface - Brand */\n --typeface: 'Geist', 'Work Sans', sans-serif;\n /* Typography/Line-height/lh-1 - Global (primitives) */\n --typography-line-height-lh-1: 16px;\n /* Typography/Line-height/lh-10 - Global (primitives) */\n --typography-line-height-lh-10: 48px;\n /* Typography/Line-height/lh-11 - Global (primitives) */\n --typography-line-height-lh-11: 56px;\n /* Typography/Line-height/lh-12 - Global (primitives) */\n --typography-line-height-lh-12: 60px;\n /* Typography/Line-height/lh-13 - Global (primitives) */\n --typography-line-height-lh-13: 64px;\n /* Typography/Line-height/lh-14 - Global (primitives) */\n --typography-line-height-lh-14: 72px;\n /* Typography/Line-height/lh-15 - Global (primitives) */\n --typography-line-height-lh-15: 88px;\n /* Typography/Line-height/lh-2 - Global (primitives) */\n --typography-line-height-lh-2: 20px;\n /* Typography/Line-height/lh-3 - Global (primitives) */\n --typography-line-height-lh-3: 22px;\n /* Typography/Line-height/lh-4 - Global (primitives) */\n --typography-line-height-lh-4: 24px;\n /* Typography/Line-height/lh-5 - Global (primitives) */\n --typography-line-height-lh-5: 28px;\n /* Typography/Line-height/lh-6 - Global (primitives) */\n --typography-line-height-lh-6: 32px;\n /* Typography/Line-height/lh-7 - Global (primitives) */\n --typography-line-height-lh-7: 36px;\n /* Typography/Line-height/lh-8 - Global (primitives) */\n --typography-line-height-lh-8: 40px;\n /* Typography/Line-height/lh-9 - Global (primitives) */\n --typography-line-height-lh-9: 44px;\n /* Typography/Size/base - Global (primitives) */\n --typography-size-base: 16px;\n /* Typography/Size/bp-md - Global (primitives) */\n --typography-size-bp-md: 18px;\n /* Typography/Size/d-lg-m - Global (primitives) */\n --typography-size-d-lg-m: 64px;\n /* Typography/Size/d-lg (old) - Global (primitives) */\n --typography-size-d-lg-old: 60px;\n /* Typography/Size/d-md-m - Global (primitives) */\n --typography-size-d-md-m: 56px;\n /* Typography/Size/d-md (old) - Global (primitives) */\n --typography-size-d-md-old: 52px;\n /* Typography/Size/d-sm-m - Global (primitives) */\n --typography-size-d-sm-m: 48px;\n /* Typography/Size/d-sm (old) - Global (primitives) */\n --typography-size-d-sm-old: 44px;\n /* Typography/Size/lg-xlg - Global (primitives) */\n --typography-size-lg-xlg: 28px;\n /* Typography/Size/md-mdp - Global (primitives) */\n --typography-size-md-mdp: 20px;\n /* Typography/Size/mdp-lg - Global (primitives) */\n --typography-size-mdp-lg: 24px;\n /* Typography/Size/sm - Global (primitives) */\n --typography-size-sm: 14px;\n /* Typography/Size/xlg-xxlg - Global (primitives) */\n --typography-size-xlg-xxlg: 32px;\n /* Typography/Size/xs - Global (primitives) */\n --typography-size-xs: 12px;\n /* Typography/Size/xxlg-xxxlg - Global (primitives) */\n --typography-size-xxlg-xxxlg: 36px;\n /* Typography/Size/xxxlg - Global (primitives) */\n --typography-size-xxxlg: 40px;\n /* Typography/Typeface/Arial - Global (primitives) */\n --typography-typeface-arial: 'Arial', sans-serif;\n /* Typography/Typeface/Geist - Global (primitives) */\n --typography-typeface-geist: 'Geist', sans-serif;\n /* Typography/Typeface/Helvetica - Global (primitives) */\n --typography-typeface-helvetica: 'Helvetica', sans-serif;\n /* Typography/Typeface/Inter - Global (primitives) */\n --typography-typeface-inter: 'Inter', sans-serif;\n /* Typography/Typeface/Lato - Global (primitives) */\n --typography-typeface-lato: 'Lato', sans-serif;\n /* Typography/Typeface/Manrope - Global (primitives) */\n --typography-typeface-manrope: 'Manrope', sans-serif;\n /* Typography/Typeface/Open Sans - Global (primitives) */\n --typography-typeface-open-sans: 'Open Sans', sans-serif;\n /* Typography/Typeface/Red Hat Text - Global (primitives) */\n --typography-typeface-red-hat-text: 'Red Hat Text', sans-serif;\n /* Typography/Typeface/Roboto - Global (primitives) */\n --typography-typeface-roboto: 'Roboto', sans-serif;\n /* Typography/Typeface/SF Pro - Global (primitives) */\n --typography-typeface-sf-pro: 'SF Pro', sans-serif;\n /* Typography/Typeface/Typold - Global (primitives) */\n --typography-typeface-typold: 'Typold', sans-serif;\n /* Typography/Typeface/Work Sans - Global (primitives) */\n --typography-typeface-work-sans: 'Work Sans', sans-serif;\n /* Typography/Weight/300 - Global (primitives) */\n --typography-weight-300: 300;\n /* Typography/Weight/400 - Global (primitives) */\n --typography-weight-400: 400;\n /* Typography/Weight/500 - Global (primitives) */\n --typography-weight-500: 500;\n /* Typography/Weight/600 - Global (primitives) */\n --typography-weight-600: 600;\n /* Mobile/Display/Regular/Large */\n --display-regular-large: 400 56px/72px var(--typeface);\n /* Mobile/Display/Regular/Large - line height */\n --display-regular-large-line-height: 72px;\n /* Mobile/Display/Regular/Large - size */\n --display-regular-large-size: 56px;\n /* Mobile/Display/Regular/Large - style */\n --display-regular-large-style: regular;\n /* Mobile/Display/Regular/Medium */\n --display-regular-medium: 400 48px/60px var(--typeface);\n /* Mobile/Display/Regular/Medium - line height */\n --display-regular-medium-line-height: 60px;\n /* Mobile/Display/Regular/Medium - size */\n --display-regular-medium-size: 48px;\n /* Mobile/Display/Regular/Medium - style */\n --display-regular-medium-style: regular;\n /* Mobile/Display/Regular/Small */\n --display-regular-small: 400 40px/48px var(--typeface);\n /* Mobile/Display/Regular/Small - line height */\n --display-regular-small-line-height: 48px;\n /* Mobile/Display/Regular/Small - size */\n --display-regular-small-size: 40px;\n /* Mobile/Display/Regular/Small - style */\n --display-regular-small-style: regular;\n /* Mobile/Display/Semibold/Large */\n --display-semibold-large: 600 56px/72px var(--typeface);\n /* Mobile/Display/Semibold/Large - line height */\n --display-semibold-large-line-height: 72px;\n /* Mobile/Display/Semibold/Large - size */\n --display-semibold-large-size: 56px;\n /* Mobile/Display/Semibold/Large - style */\n --display-semibold-large-style: semibold;\n /* Mobile/Display/Semibold/Medium */\n --display-semibold-medium: 600 48px/60px var(--typeface);\n /* Mobile/Display/Semibold/Medium - line height */\n --display-semibold-medium-line-height: 60px;\n /* Mobile/Display/Semibold/Medium - size */\n --display-semibold-medium-size: 48px;\n /* Mobile/Display/Semibold/Medium - style */\n --display-semibold-medium-style: semibold;\n /* Mobile/Display/Semibold/Small */\n --display-semibold-small: 600 40px/48px var(--typeface);\n /* Mobile/Display/Semibold/Small - line height */\n --display-semibold-small-line-height: 48px;\n /* Mobile/Display/Semibold/Small - size */\n --display-semibold-small-size: 40px;\n /* Mobile/Display/Semibold/Small - style */\n --display-semibold-small-style: semibold;\n /* Mobile/Heading/H1 - Large Headline */\n --heading-h1: 600 32px/40px var(--typeface);\n /* Mobile/Heading/H1 - Large Headline line height */\n --heading-h1-line-height: 40px;\n /* Mobile/Heading/H1 - Large Headline size */\n --heading-h1-size: 32px;\n /* Mobile/Heading/H1 - Large Headline style */\n --heading-h1-style: semibold;\n /* Mobile/Heading/H2 - Headline */\n --heading-h2: 600 28px/36px var(--typeface);\n /* Mobile/Heading/H2 - Headline line height */\n --heading-h2-line-height: 36px;\n /* Mobile/Heading/H2 - Headline size */\n --heading-h2-size: 28px;\n /* Mobile/Heading/H2 - Headline style */\n --heading-h2-style: semibold;\n /* Mobile/Heading/H3 - Headline */\n --heading-h3: 600 24px/32px var(--typeface);\n /* Mobile/Heading/H3 - Headline line height */\n --heading-h3-line-height: 32px;\n /* Mobile/Heading/H3 - Headline size */\n --heading-h3-size: 24px;\n /* Mobile/Heading/H3 - Headline style */\n --heading-h3-style: semibold;\n /* Mobile/Heading/H4 - Headline */\n --heading-h4: 600 20px/28px var(--typeface);\n /* Mobile/Heading/H4 - Headline line height */\n --heading-h4-line-height: 28px;\n /* Mobile/Heading/H4 - Headline size */\n --heading-h4-size: 20px;\n /* Mobile/Heading/H4 - Headline style */\n --heading-h4-style: semibold;\n /* Mobile/Heading/H5 */\n --heading-h5: 600 18px/24px var(--typeface);\n /* Mobile/Heading/H5 - line height */\n --heading-h5-line-height: 24px;\n /* Mobile/Heading/H5 - size */\n --heading-h5-size: 18px;\n /* Mobile/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Mobile/Heading/H6 */\n --heading-h6: 500 16px/20px var(--typeface);\n /* Mobile/Heading/H6 - line height */\n --heading-h6-line-height: 20px;\n /* Mobile/Heading/H6 - size */\n --heading-h6-size: 16px;\n /* Mobile/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Mobile/Subheader/Large - Headline */\n --subheader-large: 400 20px/28px var(--typeface);\n /* Mobile/Subheader/Large - Headline line height */\n --subheader-large-line-height: 28px;\n /* Mobile/Subheader/Large - Headline size */\n --subheader-large-size: 20px;\n /* Mobile/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Mobile/Subheader/Medium - Headline */\n --subheader-medium: 400 18px/24px var(--typeface);\n /* Mobile/Subheader/Medium - Headline line height */\n --subheader-medium-line-height: 24px;\n /* Mobile/Subheader/Medium - Headline size */\n --subheader-medium-size: 18px;\n /* Mobile/Subheader/Medium - Headline style */\n --subheader-medium-style: regular;\n /* Mobile/Subheader/X-Large - Headline */\n --subheader-x-large: 400 24px/32px var(--typeface);\n /* Mobile/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 32px;\n /* Mobile/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 24px;\n /* Mobile/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Mobile/Subheader/XX-Large - Large Headline */\n --subheader-xx-large: 400 28px/36px var(--typeface);\n /* Mobile/Subheader/XX-Large - Large Headline line height */\n --subheader-xx-large-line-height: 36px;\n /* Mobile/Subheader/XX-Large - Large Headline size */\n --subheader-xx-large-size: 28px;\n /* Mobile/Subheader/XX-Large - Large Headline style */\n --subheader-xx-large-style: regular;\n /* Mobile/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 32px/40px var(--typeface);\n /* Mobile/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 40px;\n /* Mobile/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 32px;\n /* Mobile/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n\n @media (width >= 640px) {\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. */\n --display-regular-large: 400 64px/88px var(--typeface);\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. line height */\n --display-regular-large-line-height: 88px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. size */\n --display-regular-large-size: 64px;\n /* Desktop/Display/Regular/Large - Used in landing hero or marketing sections. style */\n --display-regular-large-style: regular;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. */\n --display-regular-medium: 400 56px/72px var(--typeface);\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. line height */\n --display-regular-medium-line-height: 72px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. size */\n --display-regular-medium-size: 56px;\n /* Desktop/Display/Regular/Medium - Used in landing hero or marketing sections. style */\n --display-regular-medium-style: regular;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. */\n --display-regular-small: 400 48px/60px var(--typeface);\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. line height */\n --display-regular-small-line-height: 60px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. size */\n --display-regular-small-size: 48px;\n /* Desktop/Display/Regular/Small - Used in landing hero or marketing sections. style */\n --display-regular-small-style: regular;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. */\n --display-semibold-large: 600 64px/88px var(--typeface);\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. line height */\n --display-semibold-large-line-height: 88px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. size */\n --display-semibold-large-size: 64px;\n /* Desktop/Display/SemiBold/Large - Used in landing hero or marketing sections. style */\n --display-semibold-large-style: semibold;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. */\n --display-semibold-medium: 600 56px/72px var(--typeface);\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. line height */\n --display-semibold-medium-line-height: 72px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. size */\n --display-semibold-medium-size: 56px;\n /* Desktop/Display/SemiBold/Medium - Used in landing hero or marketing sections. style */\n --display-semibold-medium-style: semibold;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. */\n --display-semibold-small: 600 48px/60px var(--typeface);\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. line height */\n --display-semibold-small-line-height: 60px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. size */\n --display-semibold-small-size: 48px;\n /* Desktop/Display/SemiBold/Small - Used in landing hero or marketing sections. style */\n --display-semibold-small-style: semibold;\n /* Desktop/Heading/H1 */\n --heading-h1: 600 40px/48px var(--typeface);\n /* Desktop/Heading/H1 - line height */\n --heading-h1-line-height: 48px;\n /* Desktop/Heading/H1 - size */\n --heading-h1-size: 40px;\n /* Desktop/Heading/H1 - style */\n --heading-h1-style: semibold;\n /* Desktop/Heading/H2 */\n --heading-h2: 600 32px/40px var(--typeface);\n /* Desktop/Heading/H2 - line height */\n --heading-h2-line-height: 40px;\n /* Desktop/Heading/H2 - size */\n --heading-h2-size: 32px;\n /* Desktop/Heading/H2 - style */\n --heading-h2-style: semibold;\n /* Desktop/Heading/H3 */\n --heading-h3: 600 28px/36px var(--typeface);\n /* Desktop/Heading/H3 - line height */\n --heading-h3-line-height: 36px;\n /* Desktop/Heading/H3 - size */\n --heading-h3-size: 28px;\n /* Desktop/Heading/H3 - style */\n --heading-h3-style: semibold;\n /* Desktop/Heading/H4 */\n --heading-h4: 600 24px/32px var(--typeface);\n /* Desktop/Heading/H4 - line height */\n --heading-h4-line-height: 32px;\n /* Desktop/Heading/H4 - size */\n --heading-h4-size: 24px;\n /* Desktop/Heading/H4 - style */\n --heading-h4-style: semibold;\n /* Desktop/Heading/H5 */\n --heading-h5: 600 20px/28px var(--typeface);\n /* Desktop/Heading/H5 - line height */\n --heading-h5-line-height: 28px;\n /* Desktop/Heading/H5 - size */\n --heading-h5-size: 20px;\n /* Desktop/Heading/H5 - style */\n --heading-h5-style: semibold;\n /* Desktop/Heading/H6 */\n --heading-h6: 500 18px/24px var(--typeface);\n /* Desktop/Heading/H6 - line height */\n --heading-h6-line-height: 24px;\n /* Desktop/Heading/H6 - size */\n --heading-h6-size: 18px;\n /* Desktop/Heading/H6 - style */\n --heading-h6-style: medium;\n /* Desktop/Subheader/Large - Headline */\n --subheader-large: 400 24px/32px var(--typeface);\n /* Desktop/Subheader/Large - Headline line height */\n --subheader-large-line-height: 32px;\n /* Desktop/Subheader/Large - Headline size */\n --subheader-large-size: 24px;\n /* Desktop/Subheader/Large - Headline style */\n --subheader-large-style: regular;\n /* Desktop/Subheader/Medium */\n --subheader-medium: 400 20px/28px var(--typeface);\n /* Desktop/Subheader/Medium - line height */\n --subheader-medium-line-height: 28px;\n /* Desktop/Subheader/Medium - size */\n --subheader-medium-size: 20px;\n /* Desktop/Subheader/Medium - style */\n --subheader-medium-style: regular;\n /* Desktop/Subheader/X-Large - Headline */\n --subheader-x-large: 400 28px/36px var(--typeface);\n /* Desktop/Subheader/X-Large - Headline line height */\n --subheader-x-large-line-height: 36px;\n /* Desktop/Subheader/X-Large - Headline size */\n --subheader-x-large-size: 28px;\n /* Desktop/Subheader/X-Large - Headline style */\n --subheader-x-large-style: regular;\n /* Desktop/Subheader/XX-Large - Headline */\n --subheader-xx-large: 400 32px/40px var(--typeface);\n /* Desktop/Subheader/XX-Large - Headline line height */\n --subheader-xx-large-line-height: 40px;\n /* Desktop/Subheader/XX-Large - Headline size */\n --subheader-xx-large-size: 32px;\n /* Desktop/Subheader/XX-Large - Headline style */\n --subheader-xx-large-style: regular;\n /* Desktop/Subheader/XXX-Large - Large Headline */\n --subheader-xxx-large: 400 40px/48px var(--typeface);\n /* Desktop/Subheader/XXX-Large - Large Headline line height */\n --subheader-xxx-large-line-height: 48px;\n /* Desktop/Subheader/XXX-Large - Large Headline size */\n --subheader-xxx-large-size: 40px;\n /* Desktop/Subheader/XXX-Large - Large Headline style */\n --subheader-xxx-large-style: regular;\n }\n\n /** Light theme (default) **/\n /* Background/base - Theme - Sotheby's */\n --background-base: #ffffff;\n /* Background/scrim - Theme - Sotheby's */\n --background-scrim: #00000040;\n /* Background/shade - Theme - Sotheby's */\n --background-shade: #f5f5f5;\n /* Data visual/category-01 - Theme - Sotheby's */\n --data-visual-category-01: #130033;\n /* Data visual/category-01-highlight - Theme - Sotheby's */\n --data-visual-category-01-highlight: #1300334d;\n /* Data visual/category-02 - Theme - Sotheby's */\n --data-visual-category-02: #299de0;\n /* Data visual/category-02-highlight - Theme - Sotheby's */\n --data-visual-category-02-highlight: #299de04d;\n /* Data visual/category-03 - Theme - Sotheby's */\n --data-visual-category-03: #0a466c;\n /* Data visual/category-03-highlight - Theme - Sotheby's */\n --data-visual-category-03-highlight: #0a466c4d;\n /* Data visual/category-04 - Theme - Sotheby's */\n --data-visual-category-04: #389e7a;\n /* Data visual/category-04-highlight - Theme - Sotheby's */\n --data-visual-category-04-highlight: #389e7a4d;\n /* Data visual/category-05 - Theme - Sotheby's */\n --data-visual-category-05: #094a53;\n /* Data visual/category-05-highlight - Theme - Sotheby's */\n --data-visual-category-05-highlight: #094a534d;\n /* Data visual/category-06 - Theme - Sotheby's */\n --data-visual-category-06: #7f7f7f;\n /* Data visual/category-06-highlight - Theme - Sotheby's */\n --data-visual-category-06-highlight: #7f7f7f4d;\n /* Data visual/category-07 - Theme - Sotheby's */\n --data-visual-category-07: #433479;\n /* Data visual/category-07-highlight - Theme - Sotheby's */\n --data-visual-category-07-highlight: #4334794d;\n /* Data visual/category-1 - Theme - Sotheby's */\n --data-visual-category-1: #0a466c;\n /* Data visual/category-1-highlight - Theme - Sotheby's */\n --data-visual-category-1-highlight: #0a466c4d;\n /* Data visual/category-2 - Theme - Sotheby's */\n --data-visual-category-2: #299de0;\n /* Data visual/category-2-highlight - Theme - Sotheby's */\n --data-visual-category-2-highlight: #299de04d;\n /* Data visual/category-3 - Theme - Sotheby's */\n --data-visual-category-3: #130033;\n /* Data visual/category-3-highlight - Theme - Sotheby's */\n --data-visual-category-3-highlight: #1300334d;\n /* Data visual/category-4 - Theme - Sotheby's */\n --data-visual-category-4: #389e7a;\n /* Data visual/category-4-highlight - Theme - Sotheby's */\n --data-visual-category-4-highlight: #389e7a4d;\n /* Data visual/category-5 - Theme - Sotheby's */\n --data-visual-category-5: #094a53;\n /* Data visual/category-5-highlight - Theme - Sotheby's */\n --data-visual-category-5-highlight: #094a534d;\n /* Data visual/category-6 - Theme - Sotheby's */\n --data-visual-category-6: #7f7f7f;\n /* Data visual/category-6-highlight - Theme - Sotheby's */\n --data-visual-category-6-highlight: #7f7f7f4d;\n /* Data visual/category-7 - Theme - Sotheby's */\n --data-visual-category-7: #433479;\n /* Data visual/category-7-highlight - Theme - Sotheby's */\n --data-visual-category-7-highlight: #4334794d;\n /* Data visual/gradient-end - Theme - Sotheby's */\n --data-visual-gradient-end: #ffffff4d;\n /* Data visual/green - Theme - Sotheby's */\n --data-visual-green: #258750;\n /* Data visual/green-highlight - Theme - Sotheby's */\n --data-visual-green-highlight: #deede5;\n /* Data visual/negative - Theme - Sotheby's */\n --data-visual-negative: #d83a52;\n /* Data visual/negative-highlight - Theme - Sotheby's */\n --data-visual-negative-highlight: #f9e1e5;\n /* Data visual/positive - Theme - Sotheby's */\n --data-visual-positive: #258750;\n /* Data visual/positive-highlight - Theme - Sotheby's */\n --data-visual-positive-highlight: #deede5;\n /* Data visual/red - Theme - Sotheby's */\n --data-visual-red: #d83a52;\n /* Data visual/red-highlight - Theme - Sotheby's */\n --data-visual-red-highlight: #f9e1e5;\n /* Foreground/Brand/on-inverse-primary - Theme - Sotheby's */\n --foreground-brand-on-inverse-primary: #667b92;\n /* Foreground/Brand/on-inverse-secondary - Theme - Sotheby's */\n --foreground-brand-on-inverse-secondary: #dac38c;\n /* Foreground/Brand/on-brand-secondary - Theme - Sotheby's */\n --foreground-brand-on-secondary: #141414;\n /* Foreground/Brand/brand-primary - Theme - Sotheby's */\n --foreground-brand-primary: #002349;\n /* Foreground/Brand/brand-primary-depth - Theme - Sotheby's */\n --foreground-brand-primary-depth: #001e3e;\n /* Foreground/Brand/brand-secondary - Theme - Sotheby's */\n --foreground-brand-secondary: #c29b40;\n /* Foreground/Brand/brand-secondary-depth - Theme - Sotheby's */\n --foreground-brand-secondary-depth: #a58436;\n /* Foreground/Link text/default - Theme - Sotheby's */\n --foreground-link-text-default: #215ecd;\n /* Foreground/Link text/default-disabled - Theme - Sotheby's */\n --foreground-link-text-default-disabled: #7a9ee1;\n /* Foreground/Link text/default-hovered - Theme - Sotheby's */\n --foreground-link-text-default-hovered: #1e55b9;\n /* Foreground/Link text/default-pressed - Theme - Sotheby's */\n --foreground-link-text-default-pressed: #1a4ba4;\n /* Foreground/Link text/default-visited - Theme - Sotheby's */\n --foreground-link-text-default-visited: #7a3e7a;\n /* Foreground/Link text/subtle-disabled - Theme - Sotheby's */\n --foreground-link-text-subtle-disabled: #bdbdbd;\n /* Foreground/Link text/subtle-hovered - Theme - Sotheby's */\n --foreground-link-text-subtle-hovered: #292929;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Sotheby's */\n --foreground-link-text-subtle-inversed-disabled: #6b6b6b;\n /* Foreground/Link text/subtle-pressed - Theme - Sotheby's */\n --foreground-link-text-subtle-pressed: #424242;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Sotheby's */\n --foreground-neutral-disabled-on-color-surface: #6b6b6b;\n /* Foreground/Neutral/disabled-on-surface - Theme - Sotheby's */\n --foreground-neutral-disabled-on-surface: #bdbdbd;\n /* Foreground/Neutral/on-surface - Theme - Sotheby's */\n --foreground-neutral-on-surface: #141414;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Sotheby's */\n --foreground-neutral-on-surface-variant-01: #474747;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Sotheby's */\n --foreground-neutral-on-surface-variant-02: #757575;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Sotheby's */\n --foreground-neutral-on-surface-variant-03: #8a8a8a;\n /* Foreground/Neutral/skeleton-element - Theme - Sotheby's */\n --foreground-neutral-skeleton-element: #c7c7c7;\n /* Foreground/Spectrum/blue - Theme - Sotheby's */\n --foreground-spectrum-blue: #143778;\n /* Foreground/Spectrum/green - Theme - Sotheby's */\n --foreground-spectrum-green: #134428;\n /* Foreground/Spectrum/lime - Theme - Sotheby's */\n --foreground-spectrum-lime: #60651a;\n /* Foreground/Spectrum/magenta - Theme - Sotheby's */\n --foreground-spectrum-magenta: #63076f;\n /* Foreground/Spectrum/orange - Theme - Sotheby's */\n --foreground-spectrum-orange: #773001;\n /* Foreground/Spectrum/pink - Theme - Sotheby's */\n --foreground-spectrum-pink: #6c1240;\n /* Foreground/Spectrum/purple - Theme - Sotheby's */\n --foreground-spectrum-purple: #310077;\n /* Foreground/Spectrum/red - Theme - Sotheby's */\n --foreground-spectrum-red: #6c1d29;\n /* Foreground/Spectrum/teal - Theme - Sotheby's */\n --foreground-spectrum-teal: #01413c;\n /* Foreground/Spectrum/yellow - Theme - Sotheby's */\n --foreground-spectrum-yellow: #7b5e18;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #0000000f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #0000001a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #00000033;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #00000014;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #0000004d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #00000029;\n /* Interactions/brand-disabled-opacity - Theme - Sotheby's */\n --interactions-brand-disabled-opacity: #0000000f;\n /* Interactions/brand-hover-opacity - Theme - Sotheby's */\n --interactions-brand-hover-opacity: #0000001a;\n /* Interactions/brand-press-opacity - Theme - Sotheby's */\n --interactions-brand-press-opacity: #00000033;\n /* Interactions/disabled-opacity - Theme - Sotheby's */\n --interactions-disabled-opacity: #0000000f;\n /* Interactions/hover-opacity - Theme - Sotheby's */\n --interactions-hover-opacity: #00000014;\n /* Interactions/link-active-opacity - Theme - Sotheby's */\n --interactions-link-active-opacity: #0000004d;\n /* Interactions/neutral-hover-opacity - Theme - Sotheby's */\n --interactions-neutral-hover-opacity: #00000014;\n /* Interactions/neutral-press-opacity - Theme - Sotheby's */\n --interactions-neutral-press-opacity: #00000029;\n /* Interactions/press-opacity - Theme - Sotheby's */\n --interactions-press-opacity: #00000029;\n /* Interactions/primary-disabled-opacity - Theme - Sotheby's */\n --interactions-primary-disabled-opacity: #0023491f;\n /* Interactions/primary-hover-opacity - Theme - Sotheby's */\n --interactions-primary-hover-opacity: #0023491a;\n /* Interactions/primary-press-opacity - Theme - Sotheby's */\n --interactions-primary-press-opacity: #00234933;\n /* Shadow/shadow-10 - Theme - Sotheby's */\n --shadow-10: #0000001a;\n /* Shadow/shadow-12 - Theme - Sotheby's */\n --shadow-12: #0000001f;\n /* Shadow/shadow-15 - Theme - Sotheby's */\n --shadow-15: #00000026;\n /* Shadow/shadow-25 - Theme - Sotheby's */\n --shadow-25: #00000040;\n /* Shadow/shadow-32 - Theme - Sotheby's */\n --shadow-32: #00000052;\n /* Shadow/inner-shadow - Theme - Sotheby's */\n --shadow-inner: #ffffff;\n /* Shadow/inner-shadow-100 - Theme - Sotheby's */\n --shadow-inner-100: #ffffff;\n /* Shadow/variant-01 - Theme - Sotheby's */\n --shadow-variant-01: #0000001a;\n /* Shadow/variant-02 - Theme - Sotheby's */\n --shadow-variant-02: #0000001f;\n /* Shadow/variant-03 - Theme - Sotheby's */\n --shadow-variant-03: #00000026;\n /* Shadow/variant-04 - Theme - Sotheby's */\n --shadow-variant-04: #00000040;\n /* Shadow/variant-05 - Theme - Sotheby's */\n --shadow-variant-05: #00000052;\n /* Status/error - Theme - Sotheby's */\n --status-error: #d83a52;\n /* Status/information - Theme - Sotheby's */\n --status-information: #276ef1;\n /* Status/informational - Theme - Sotheby's */\n --status-informational: #276ef1;\n /* Status/success - Theme - Sotheby's */\n --status-success: #258750;\n /* Status/warning - Theme - Sotheby's */\n --status-warning: #f6bc2f;\n /* Stroke/Brand/brand-primary - Theme - Sotheby's */\n --stroke-brand-primary: #002349;\n /* Stroke/Brand/brand-primary-depth - Theme - Sotheby's */\n --stroke-brand-primary-depth: #001e3e;\n /* Stroke/Brand/brand-secondary - Theme - Sotheby's */\n --stroke-brand-secondary: #c29b40;\n /* Stroke/Brand/brand-secondary-depth - Theme - Sotheby's */\n --stroke-brand-secondary-depth: #a58436;\n /* Stroke/Neutral/neutral-base - Theme - Sotheby's */\n --stroke-neutral-base: #949494;\n /* Stroke/Neutral/disabled-dark - Theme - Sotheby's */\n --stroke-neutral-disabled-dark: #757575;\n /* Stroke/Neutral/disabled-light - Theme - Sotheby's */\n --stroke-neutral-disabled-light: #bdbdbd;\n /* Stroke/Neutral/focus - Theme - Sotheby's */\n --stroke-neutral-focus: #000000;\n /* Stroke/Neutral/neutral-high - Theme - Sotheby's */\n --stroke-neutral-high: #141414;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Sotheby's */\n --stroke-neutral-high-contrast: #141414;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #48566a;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #c8d6e5;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #000000;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Sotheby's */\n --stroke-neutral-interactions-disabled-dark: #757575;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Sotheby's */\n --stroke-neutral-interactions-disabled-light: #bdbdbd;\n /* Stroke/Neutral/Interactions/focus - Theme - Sotheby's */\n --stroke-neutral-interactions-focus: #000000;\n /* Stroke/Neutral/neutral-low - Theme - Sotheby's */\n --stroke-neutral-low: #e0e0e0;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Sotheby's */\n --stroke-neutral-low-contrast: #e0e0e0;\n /* Surface/Brand/primary - Theme - Sotheby's */\n --surface-brand-primary: #002349;\n /* Surface/Brand/primary-highlight - Theme - Sotheby's */\n --surface-brand-primary-highlight: #d9dee4;\n /* Surface/Brand/secondary - Theme - Sotheby's */\n --surface-brand-secondary: #c29b40;\n /* Surface/Brand/secondary-highlight - Theme - Sotheby's */\n --surface-brand-secondary-highlight: #f6f0e2;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Sotheby's */\n --surface-neutral-interactions-dark-disabled: #d6d6d6;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Sotheby's */\n --surface-neutral-interactions-light-disabled: #f5f5f5;\n /* Surface/Neutral/Interactions/skeleton - Theme - Sotheby's */\n --surface-neutral-interactions-skeleton: #e0e0e0;\n /* Surface/Neutral/inverse - Theme - Sotheby's */\n --surface-neutral-inverse: #1f1f1f;\n /* Surface/Neutral/inverse-dark - Theme - Sotheby's */\n --surface-neutral-inverse-dark: #1f1f1f;\n /* Surface/Neutral/inverse-light - Theme - Sotheby's */\n --surface-neutral-inverse-light: #ffffff;\n /* Surface/Neutral/skeleton - Theme - Sotheby's */\n --surface-neutral-skeleton: #e0e0e0;\n /* Surface/Neutral/T1-base - Theme - Sotheby's */\n --surface-neutral-t1-base: #ffffff;\n /* Surface/Neutral/T2-lowest - Theme - Sotheby's */\n --surface-neutral-t2-lowest: #f5f5f5;\n /* Surface/Neutral/T3-low - Theme - Sotheby's */\n --surface-neutral-t3-low: #dbdbdb;\n /* Surface/Neutral/T4-high - Theme - Sotheby's */\n --surface-neutral-t4-high: #6b6b6b;\n /* Surface/Spectrum/blue - Theme - Sotheby's */\n --surface-spectrum-blue: #dfe9fd;\n /* Surface/Spectrum/green - Theme - Sotheby's */\n --surface-spectrum-green: #deede5;\n /* Surface/Spectrum/lime - Theme - Sotheby's */\n --surface-spectrum-lime: #f6f7e0;\n /* Surface/Spectrum/magenta - Theme - Sotheby's */\n --surface-spectrum-magenta: #f6dbfa;\n /* Surface/Spectrum/orange - Theme - Sotheby's */\n --surface-spectrum-orange: #fce7d9;\n /* Surface/Spectrum/pink - Theme - Sotheby's */\n --surface-spectrum-pink: #f9deec;\n /* Surface/Spectrum/purple - Theme - Sotheby's */\n --surface-spectrum-purple: #e7d9fc;\n /* Surface/Spectrum/red - Theme - Sotheby's */\n --surface-spectrum-red: #f9e1e5;\n /* Surface/Spectrum/teal - Theme - Sotheby's */\n --surface-spectrum-teal: #d9eceb;\n /* Surface/Spectrum/yellow - Theme - Sotheby's */\n --surface-spectrum-yellow: #fef5e0;\n}\n\n[data-theme='dark'] {\n /* Background/base - Theme - Sotheby's */\n --background-base: #1f1f1f;\n /* Background/scrim - Theme - Sotheby's */\n --background-scrim: #61616180;\n /* Background/shade - Theme - Sotheby's */\n --background-shade: #292929;\n /* Data visual/category-01 - Theme - Sotheby's */\n --data-visual-category-01: #958ca3;\n /* Data visual/category-01-highlight - Theme - Sotheby's */\n --data-visual-category-01-highlight: #958ca34d;\n /* Data visual/category-02 - Theme - Sotheby's */\n --data-visual-category-02: #7fc4ec;\n /* Data visual/category-02-highlight - Theme - Sotheby's */\n --data-visual-category-02-highlight: #7fc4ec4d;\n /* Data visual/category-03 - Theme - Sotheby's */\n --data-visual-category-03: #7899ae;\n /* Data visual/category-03-highlight - Theme - Sotheby's */\n --data-visual-category-03-highlight: #7899ae4d;\n /* Data visual/category-04 - Theme - Sotheby's */\n --data-visual-category-04: #88c5af;\n /* Data visual/category-04-highlight - Theme - Sotheby's */\n --data-visual-category-04-highlight: #88c5af4d;\n /* Data visual/category-05 - Theme - Sotheby's */\n --data-visual-category-05: #789ba0;\n /* Data visual/category-05-highlight - Theme - Sotheby's */\n --data-visual-category-05-highlight: #789ba04d;\n /* Data visual/category-06 - Theme - Sotheby's */\n --data-visual-category-06: #b2b2b2;\n /* Data visual/category-06-highlight - Theme - Sotheby's */\n --data-visual-category-06-highlight: #b2b2b24d;\n /* Data visual/category-07 - Theme - Sotheby's */\n --data-visual-category-07: #a19abc;\n /* Data visual/category-07-highlight - Theme - Sotheby's */\n --data-visual-category-07-highlight: #a19abc4d;\n /* Data visual/category-1 - Theme - Sotheby's */\n --data-visual-category-1: #7899ae;\n /* Data visual/category-1-highlight - Theme - Sotheby's */\n --data-visual-category-1-highlight: #7899ae4d;\n /* Data visual/category-2 - Theme - Sotheby's */\n --data-visual-category-2: #7fc4ec;\n /* Data visual/category-2-highlight - Theme - Sotheby's */\n --data-visual-category-2-highlight: #7fc4ec4d;\n /* Data visual/category-3 - Theme - Sotheby's */\n --data-visual-category-3: #958ca3;\n /* Data visual/category-3-highlight - Theme - Sotheby's */\n --data-visual-category-3-highlight: #958ca34d;\n /* Data visual/category-4 - Theme - Sotheby's */\n --data-visual-category-4: #88c5af;\n /* Data visual/category-4-highlight - Theme - Sotheby's */\n --data-visual-category-4-highlight: #88c5af4d;\n /* Data visual/category-5 - Theme - Sotheby's */\n --data-visual-category-5: #789ba0;\n /* Data visual/category-5-highlight - Theme - Sotheby's */\n --data-visual-category-5-highlight: #789ba04d;\n /* Data visual/category-6 - Theme - Sotheby's */\n --data-visual-category-6: #b2b2b2;\n /* Data visual/category-6-highlight - Theme - Sotheby's */\n --data-visual-category-6-highlight: #b2b2b24d;\n /* Data visual/category-7 - Theme - Sotheby's */\n --data-visual-category-7: #a19abc;\n /* Data visual/category-7-highlight - Theme - Sotheby's */\n --data-visual-category-7-highlight: #a19abc4d;\n /* Data visual/gradient-end - Theme - Sotheby's */\n --data-visual-gradient-end: #1f1f1f4d;\n /* Data visual/green - Theme - Sotheby's */\n --data-visual-green: #7cb796;\n /* Data visual/green-highlight - Theme - Sotheby's */\n --data-visual-green-highlight: #0d2f1c;\n /* Data visual/negative - Theme - Sotheby's */\n --data-visual-negative: #e88997;\n /* Data visual/negative-highlight - Theme - Sotheby's */\n --data-visual-negative-highlight: #4c141d;\n /* Data visual/positive - Theme - Sotheby's */\n --data-visual-positive: #7cb796;\n /* Data visual/positive-highlight - Theme - Sotheby's */\n --data-visual-positive-highlight: #0d2f1c;\n /* Data visual/red - Theme - Sotheby's */\n --data-visual-red: #e88997;\n /* Data visual/red-highlight - Theme - Sotheby's */\n --data-visual-red-highlight: #4c141d;\n /* Foreground/Brand/on-inverse-primary - Theme - Sotheby's */\n --foreground-brand-on-inverse-primary: #667b92;\n /* Foreground/Brand/on-inverse-secondary - Theme - Sotheby's */\n --foreground-brand-on-inverse-secondary: #dac38c;\n /* Foreground/Brand/on-brand-secondary - Theme - Sotheby's */\n --foreground-brand-on-secondary: #141414;\n /* Foreground/Brand/brand-primary - Theme - Sotheby's */\n --foreground-brand-primary: #667b92;\n /* Foreground/Brand/brand-primary-depth - Theme - Sotheby's */\n --foreground-brand-primary-depth: #8c9cad;\n /* Foreground/Brand/brand-secondary - Theme - Sotheby's */\n --foreground-brand-secondary: #dac38c;\n /* Foreground/Brand/brand-secondary-depth - Theme - Sotheby's */\n --foreground-brand-secondary-depth: #e4d2a9;\n /* Foreground/Link text/default - Theme - Sotheby's */\n --foreground-link-text-default: #7a9ee1;\n /* Foreground/Link text/default-disabled - Theme - Sotheby's */\n --foreground-link-text-default-disabled: #14387b;\n /* Foreground/Link text/default-hovered - Theme - Sotheby's */\n --foreground-link-text-default-hovered: #90afe6;\n /* Foreground/Link text/default-pressed - Theme - Sotheby's */\n --foreground-link-text-default-pressed: #a6bfeb;\n /* Foreground/Link text/default-visited - Theme - Sotheby's */\n --foreground-link-text-default-visited: #af8baf;\n /* Foreground/Link text/subtle-disabled - Theme - Sotheby's */\n --foreground-link-text-subtle-disabled: #4d4d4d;\n /* Foreground/Link text/subtle-hovered - Theme - Sotheby's */\n --foreground-link-text-subtle-hovered: #e6e6e6;\n /* Foreground/Link text/subtle-inversed-disabled - Theme - Sotheby's */\n --foreground-link-text-subtle-inversed-disabled: #424242;\n /* Foreground/Link text/subtle-pressed - Theme - Sotheby's */\n --foreground-link-text-subtle-pressed: #d1d1d1;\n /* Foreground/Neutral/disabled-on-color-surface - Theme - Sotheby's */\n --foreground-neutral-disabled-on-color-surface: #424242;\n /* Foreground/Neutral/disabled-on-surface - Theme - Sotheby's */\n --foreground-neutral-disabled-on-surface: #4d4d4d;\n /* Foreground/Neutral/on-surface - Theme - Sotheby's */\n --foreground-neutral-on-surface: #fafafa;\n /* Foreground/Neutral/on-surface-variant-01 - Theme - Sotheby's */\n --foreground-neutral-on-surface-variant-01: #c2c2c2;\n /* Foreground/Neutral/on-surface-variant-02 - Theme - Sotheby's */\n --foreground-neutral-on-surface-variant-02: #9e9e9e;\n /* Foreground/Neutral/on-surface-variant-03 - Theme - Sotheby's */\n --foreground-neutral-on-surface-variant-03: #757575;\n /* Foreground/Neutral/skeleton-element - Theme - Sotheby's */\n --foreground-neutral-skeleton-element: #4d4d4d;\n /* Foreground/Spectrum/blue - Theme - Sotheby's */\n --foreground-spectrum-blue: #88aff7;\n /* Foreground/Spectrum/green - Theme - Sotheby's */\n --foreground-spectrum-green: #87bd9f;\n /* Foreground/Spectrum/lime - Theme - Sotheby's */\n --foreground-spectrum-lime: #dce28f;\n /* Foreground/Spectrum/magenta - Theme - Sotheby's */\n --foreground-spectrum-magenta: #e07aed;\n /* Foreground/Spectrum/orange - Theme - Sotheby's */\n --foreground-spectrum-orange: #f6a874;\n /* Foreground/Spectrum/pink - Theme - Sotheby's */\n --foreground-spectrum-pink: #ea86b9;\n /* Foreground/Spectrum/purple - Theme - Sotheby's */\n --foreground-spectrum-purple: #c8a6f9;\n /* Foreground/Spectrum/red - Theme - Sotheby's */\n --foreground-spectrum-red: #ea93a0;\n /* Foreground/Spectrum/teal - Theme - Sotheby's */\n --foreground-spectrum-teal: #74bbb4;\n /* Foreground/Spectrum/yellow - Theme - Sotheby's */\n --foreground-spectrum-yellow: #fada8d;\n /* Interaction/brand-disabled-opacity - Theme - 3.0 */\n --interaction-brand-disabled-opacity: #ffffff0f;\n /* Interaction/brand-hover-opacity - Theme - 3.0 */\n --interaction-brand-hover-opacity: #ffffff1a;\n /* Interaction/brand-press-opacity - Theme - 3.0 */\n --interaction-brand-press-opacity: #ffffff33;\n /* Interaction/hover-opacity - Theme - 3.0 */\n --interaction-hover-opacity: #ffffff14;\n /* Interaction/link-active-opacity - Theme - 3.0 */\n --interaction-link-active-opacity: #ffffff4d;\n /* Interaction/press-opacity - Theme - 3.0 */\n --interaction-press-opacity: #ffffff29;\n /* Interactions/brand-disabled-opacity - Theme - Sotheby's */\n --interactions-brand-disabled-opacity: #ffffff0f;\n /* Interactions/brand-hover-opacity - Theme - Sotheby's */\n --interactions-brand-hover-opacity: #ffffff1a;\n /* Interactions/brand-press-opacity - Theme - Sotheby's */\n --interactions-brand-press-opacity: #ffffff33;\n /* Interactions/disabled-opacity - Theme - Sotheby's */\n --interactions-disabled-opacity: #ffffff0f;\n /* Interactions/hover-opacity - Theme - Sotheby's */\n --interactions-hover-opacity: #ffffff14;\n /* Interactions/link-active-opacity - Theme - Sotheby's */\n --interactions-link-active-opacity: #ffffff4d;\n /* Interactions/neutral-hover-opacity - Theme - Sotheby's */\n --interactions-neutral-hover-opacity: #ffffff14;\n /* Interactions/neutral-press-opacity - Theme - Sotheby's */\n --interactions-neutral-press-opacity: #ffffff29;\n /* Interactions/press-opacity - Theme - Sotheby's */\n --interactions-press-opacity: #ffffff29;\n /* Interactions/primary-disabled-opacity - Theme - Sotheby's */\n --interactions-primary-disabled-opacity: #667b921f;\n /* Interactions/primary-hover-opacity - Theme - Sotheby's */\n --interactions-primary-hover-opacity: #667b921a;\n /* Interactions/primary-press-opacity - Theme - Sotheby's */\n --interactions-primary-press-opacity: #667b9233;\n /* Shadow/shadow-10 - Theme - Sotheby's */\n --shadow-10: #6161611a;\n /* Shadow/shadow-12 - Theme - Sotheby's */\n --shadow-12: #6161611f;\n /* Shadow/shadow-15 - Theme - Sotheby's */\n --shadow-15: #61616126;\n /* Shadow/shadow-25 - Theme - Sotheby's */\n --shadow-25: #61616140;\n /* Shadow/shadow-32 - Theme - Sotheby's */\n --shadow-32: #61616152;\n /* Shadow/inner-shadow - Theme - Sotheby's */\n --shadow-inner: #000000;\n /* Shadow/inner-shadow-100 - Theme - Sotheby's */\n --shadow-inner-100: #000000;\n /* Shadow/variant-01 - Theme - Sotheby's */\n --shadow-variant-01: #6161611a;\n /* Shadow/variant-02 - Theme - Sotheby's */\n --shadow-variant-02: #6161611f;\n /* Shadow/variant-03 - Theme - Sotheby's */\n --shadow-variant-03: #61616126;\n /* Shadow/variant-04 - Theme - Sotheby's */\n --shadow-variant-04: #61616140;\n /* Shadow/variant-05 - Theme - Sotheby's */\n --shadow-variant-05: #61616152;\n /* Status/error - Theme - Sotheby's */\n --status-error: #e26b7d;\n /* Status/information - Theme - Sotheby's */\n --status-information: #5d92f5;\n /* Status/informational - Theme - Sotheby's */\n --status-informational: #5d92f5;\n /* Status/success - Theme - Sotheby's */\n --status-success: #519f73;\n /* Status/warning - Theme - Sotheby's */\n --status-warning: #f8cd63;\n /* Stroke/Brand/brand-primary - Theme - Sotheby's */\n --stroke-brand-primary: #667b92;\n /* Stroke/Brand/brand-primary-depth - Theme - Sotheby's */\n --stroke-brand-primary-depth: #8c9cad;\n /* Stroke/Brand/brand-secondary - Theme - Sotheby's */\n --stroke-brand-secondary: #dac38c;\n /* Stroke/Brand/brand-secondary-depth - Theme - Sotheby's */\n --stroke-brand-secondary-depth: #e4d2a9;\n /* Stroke/Neutral/neutral-base - Theme - Sotheby's */\n --stroke-neutral-base: #6b6b6b;\n /* Stroke/Neutral/disabled-dark - Theme - Sotheby's */\n --stroke-neutral-disabled-dark: #424242;\n /* Stroke/Neutral/disabled-light - Theme - Sotheby's */\n --stroke-neutral-disabled-light: #4d4d4d;\n /* Stroke/Neutral/focus - Theme - Sotheby's */\n --stroke-neutral-focus: #ffffff;\n /* Stroke/Neutral/neutral-high - Theme - Sotheby's */\n --stroke-neutral-high: #fafafa;\n /* Stroke/Neutral/neutral-high-contrast - Theme - Sotheby's */\n --stroke-neutral-high-contrast: #fafafa;\n /* Stroke/Neutral/Interaction/disabled-dark - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-dark: #b1c0d2;\n /* Stroke/Neutral/Interaction/disabled-light - Theme - 3.0 */\n --stroke-neutral-interaction-disabled-light: #323b49;\n /* Stroke/Neutral/Interaction/focus - Theme - 3.0 */\n --stroke-neutral-interaction-focus: #ffffff;\n /* Stroke/Neutral/Interactions/disabled-dark - Theme - Sotheby's */\n --stroke-neutral-interactions-disabled-dark: #424242;\n /* Stroke/Neutral/Interactions/disabled-light - Theme - Sotheby's */\n --stroke-neutral-interactions-disabled-light: #4d4d4d;\n /* Stroke/Neutral/Interactions/focus - Theme - Sotheby's */\n --stroke-neutral-interactions-focus: #ffffff;\n /* Stroke/Neutral/neutral-low - Theme - Sotheby's */\n --stroke-neutral-low: #4d4d4d;\n /* Stroke/Neutral/neutral-low-contrast - Theme - Sotheby's */\n --stroke-neutral-low-contrast: #4d4d4d;\n /* Surface/Brand/primary - Theme - Sotheby's */\n --surface-brand-primary: #667b92;\n /* Surface/Brand/primary-highlight - Theme - Sotheby's */\n --surface-brand-primary-highlight: #000912;\n /* Surface/Brand/secondary - Theme - Sotheby's */\n --surface-brand-secondary: #dac38c;\n /* Surface/Brand/secondary-highlight - Theme - Sotheby's */\n --surface-brand-secondary-highlight: #312710;\n /* Surface/Neutral/Interactions/dark-disabled - Theme - Sotheby's */\n --surface-neutral-interactions-dark-disabled: #474747;\n /* Surface/Neutral/Interactions/light-disabled - Theme - Sotheby's */\n --surface-neutral-interactions-light-disabled: #292929;\n /* Surface/Neutral/Interactions/skeleton - Theme - Sotheby's */\n --surface-neutral-interactions-skeleton: #333333;\n /* Surface/Neutral/inverse - Theme - Sotheby's */\n --surface-neutral-inverse: #383838;\n /* Surface/Neutral/inverse-dark - Theme - Sotheby's */\n --surface-neutral-inverse-dark: #383838;\n /* Surface/Neutral/inverse-light - Theme - Sotheby's */\n --surface-neutral-inverse-light: #575757;\n /* Surface/Neutral/skeleton - Theme - Sotheby's */\n --surface-neutral-skeleton: #333333;\n /* Surface/Neutral/T1-base - Theme - Sotheby's */\n --surface-neutral-t1-base: #1f1f1f;\n /* Surface/Neutral/T2-lowest - Theme - Sotheby's */\n --surface-neutral-t2-lowest: #2e2e2e;\n /* Surface/Neutral/T3-low - Theme - Sotheby's */\n --surface-neutral-t3-low: #383838;\n /* Surface/Neutral/T4-high - Theme - Sotheby's */\n --surface-neutral-t4-high: #474747;\n /* Surface/Spectrum/blue - Theme - Sotheby's */\n --surface-spectrum-blue: #0e2754;\n /* Surface/Spectrum/green - Theme - Sotheby's */\n --surface-spectrum-green: #0d2f1c;\n /* Surface/Spectrum/lime - Theme - Sotheby's */\n --surface-spectrum-lime: #434712;\n /* Surface/Spectrum/magenta - Theme - Sotheby's */\n --surface-spectrum-magenta: #45054e;\n /* Surface/Spectrum/orange - Theme - Sotheby's */\n --surface-spectrum-orange: #532201;\n /* Surface/Spectrum/pink - Theme - Sotheby's */\n --surface-spectrum-pink: #4c0c2d;\n /* Surface/Spectrum/purple - Theme - Sotheby's */\n --surface-spectrum-purple: #220053;\n /* Surface/Spectrum/red - Theme - Sotheby's */\n --surface-spectrum-red: #4c141d;\n /* Surface/Spectrum/teal - Theme - Sotheby's */\n --surface-spectrum-teal: #012e2a;\n /* Surface/Spectrum/yellow - Theme - Sotheby's */\n --surface-spectrum-yellow: #564210;\n}\n",
11
+ };
12
+ //# sourceMappingURL=brandsCss.js.map