@bspk/ui 1.1.33 → 1.2.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 (975) hide show
  1. package/build.ts +75 -27
  2. package/dist/components/Accordion/Accordion.d.ts +34 -0
  3. package/dist/components/Accordion/Accordion.js +42 -0
  4. package/dist/components/Accordion/Accordion.js.map +1 -0
  5. package/dist/components/Accordion/AccordionExample.d.ts +3 -0
  6. package/dist/components/Accordion/AccordionExample.js +72 -0
  7. package/dist/components/Accordion/AccordionExample.js.map +1 -0
  8. package/dist/components/Accordion/AccordionSection.d.ts +84 -0
  9. package/dist/components/Accordion/AccordionSection.js +27 -0
  10. package/dist/components/Accordion/AccordionSection.js.map +1 -0
  11. package/dist/components/Accordion/accordion.css +74 -0
  12. package/dist/components/Accordion/accordion.css.js +79 -0
  13. package/dist/components/Accordion/index.d.ts +1 -0
  14. package/dist/components/Accordion/index.js +2 -0
  15. package/dist/components/Accordion/index.js.map +1 -0
  16. package/dist/components/Avatar/Avatar.d.ts +16 -12
  17. package/dist/components/Avatar/Avatar.js +7 -9
  18. package/dist/components/Avatar/Avatar.js.map +1 -1
  19. package/dist/components/Avatar/AvatarExample.d.ts +1 -1
  20. package/dist/components/Avatar/AvatarExample.js +11 -2
  21. package/dist/components/Avatar/AvatarExample.js.map +1 -1
  22. package/dist/components/Avatar/avatar.css +27 -1
  23. package/dist/components/Avatar/avatar.css.js +27 -2
  24. package/dist/components/AvatarGroup/AvatarGroup.d.ts +10 -12
  25. package/dist/components/AvatarGroup/AvatarGroup.js +6 -6
  26. package/dist/components/AvatarGroup/AvatarGroup.js.map +1 -1
  27. package/dist/components/AvatarGroup/AvatarGroupExample.d.ts +3 -0
  28. package/dist/components/AvatarGroup/AvatarGroupExample.js +31 -0
  29. package/dist/components/AvatarGroup/AvatarGroupExample.js.map +1 -0
  30. package/dist/components/AvatarGroup/avatar-group.css +12 -1
  31. package/dist/components/AvatarGroup/avatar-group.css.js +12 -2
  32. package/dist/components/Badge/Badge.d.ts +6 -12
  33. package/dist/components/Badge/Badge.js +8 -10
  34. package/dist/components/Badge/Badge.js.map +1 -1
  35. package/dist/components/Badge/BadgeExample.d.ts +1 -1
  36. package/dist/components/Badge/BadgeExample.js +7 -38
  37. package/dist/components/Badge/BadgeExample.js.map +1 -1
  38. package/dist/components/Badge/badge.css +15 -24
  39. package/dist/components/Badge/badge.css.js +15 -25
  40. package/dist/components/BadgeDot/BadgeDot.d.ts +47 -0
  41. package/dist/components/BadgeDot/BadgeDot.js +35 -0
  42. package/dist/components/BadgeDot/BadgeDot.js.map +1 -0
  43. package/dist/components/BadgeDot/BadgeDotExample.d.ts +3 -0
  44. package/dist/components/BadgeDot/BadgeDotExample.js +16 -0
  45. package/dist/components/BadgeDot/BadgeDotExample.js.map +1 -0
  46. package/dist/components/BadgeDot/badge-dot.css +22 -0
  47. package/dist/components/BadgeDot/badge-dot.css.js +27 -0
  48. package/dist/components/BadgeDot/index.d.ts +1 -0
  49. package/dist/components/BadgeDot/index.js +2 -0
  50. package/dist/components/BadgeDot/index.js.map +1 -0
  51. package/dist/components/BannerAlert/BannerAlert.d.ts +7 -7
  52. package/dist/components/BannerAlert/BannerAlert.js +7 -5
  53. package/dist/components/BannerAlert/BannerAlert.js.map +1 -1
  54. package/dist/components/BannerAlert/BannerAlertExample.d.ts +1 -1
  55. package/dist/components/BannerAlert/BannerAlertExample.js +6 -6
  56. package/dist/components/BannerAlert/BannerAlertExample.js.map +1 -1
  57. package/dist/components/BannerAlert/banner-alert.css +1 -1
  58. package/dist/components/BannerAlert/banner-alert.css.js +1 -2
  59. package/dist/components/Breadcrumb/Breadcrumb.d.ts +6 -9
  60. package/dist/components/Breadcrumb/Breadcrumb.js +6 -8
  61. package/dist/components/Breadcrumb/Breadcrumb.js.map +1 -1
  62. package/dist/components/Breadcrumb/BreadcrumbExample.d.ts +1 -1
  63. package/dist/components/Breadcrumb/BreadcrumbExample.js +67 -0
  64. package/dist/components/Breadcrumb/BreadcrumbExample.js.map +1 -1
  65. package/dist/components/Breadcrumb/breadcrumb.css.js +0 -1
  66. package/dist/components/Button/Button.d.ts +11 -12
  67. package/dist/components/Button/Button.js +19 -19
  68. package/dist/components/Button/Button.js.map +1 -1
  69. package/dist/components/Button/ButtonExample.d.ts +1 -1
  70. package/dist/components/Button/ButtonExample.js +8 -1
  71. package/dist/components/Button/ButtonExample.js.map +1 -1
  72. package/dist/components/Button/button.css +3 -3
  73. package/dist/components/Button/button.css.js +3 -4
  74. package/dist/components/Card/Card.d.ts +2 -6
  75. package/dist/components/Card/Card.js +2 -4
  76. package/dist/components/Card/Card.js.map +1 -1
  77. package/dist/components/Card/CardExample.d.ts +1 -1
  78. package/dist/components/Card/card.css +1 -1
  79. package/dist/components/Card/card.css.js +1 -2
  80. package/dist/components/Checkbox/Checkbox.d.ts +6 -8
  81. package/dist/components/Checkbox/Checkbox.js +4 -6
  82. package/dist/components/Checkbox/Checkbox.js.map +1 -1
  83. package/dist/components/Checkbox/checkbox.css +0 -6
  84. package/dist/components/Checkbox/checkbox.css.js +0 -7
  85. package/dist/components/CheckboxGroup/CheckboxGroup.d.ts +6 -10
  86. package/dist/components/CheckboxGroup/CheckboxGroup.js +3 -5
  87. package/dist/components/CheckboxGroup/CheckboxGroup.js.map +1 -1
  88. package/dist/components/CheckboxGroup/CheckboxGroupExample.d.ts +1 -1
  89. package/dist/components/CheckboxGroup/CheckboxGroupExample.js +23 -1
  90. package/dist/components/CheckboxGroup/CheckboxGroupExample.js.map +1 -1
  91. package/dist/components/CheckboxOption/CheckboxOption.d.ts +5 -17
  92. package/dist/components/CheckboxOption/CheckboxOption.js +4 -5
  93. package/dist/components/CheckboxOption/CheckboxOption.js.map +1 -1
  94. package/dist/components/ChipAssist/ChipAssist.d.ts +3 -7
  95. package/dist/components/ChipAssist/ChipAssist.js +3 -5
  96. package/dist/components/ChipAssist/ChipAssist.js.map +1 -1
  97. package/dist/components/ChipAssist/ChipAssistExample.d.ts +1 -1
  98. package/dist/components/ChipAssist/ChipAssistExample.js.map +1 -1
  99. package/dist/components/ChipFilter/ChipFilter.d.ts +3 -7
  100. package/dist/components/ChipFilter/ChipFilter.js +3 -5
  101. package/dist/components/ChipFilter/ChipFilter.js.map +1 -1
  102. package/dist/components/ChipFilter/ChipFilterExample.d.ts +2 -2
  103. package/dist/components/ChipFilter/ChipFilterExample.js.map +1 -1
  104. package/dist/components/ChipGroup/ChipGroup.d.ts +4 -8
  105. package/dist/components/ChipGroup/ChipGroup.js +3 -5
  106. package/dist/components/ChipGroup/ChipGroup.js.map +1 -1
  107. package/dist/components/ChipGroup/ChipGroupExample.d.ts +2 -2
  108. package/dist/components/ChipGroup/ChipGroupExample.js +1 -1
  109. package/dist/components/ChipGroup/ChipGroupExample.js.map +1 -1
  110. package/dist/components/ChipGroup/chip-group.css.js +0 -1
  111. package/dist/components/ChipInput/ChipInput.d.ts +3 -7
  112. package/dist/components/ChipInput/ChipInput.js +3 -5
  113. package/dist/components/ChipInput/ChipInput.js.map +1 -1
  114. package/dist/components/ChipInput/ChipInputExample.d.ts +1 -1
  115. package/dist/components/ChipInput/ChipInputExample.js.map +1 -1
  116. package/dist/components/ChipSuggestion/ChipSuggestion.d.ts +3 -7
  117. package/dist/components/ChipSuggestion/ChipSuggestion.js +3 -5
  118. package/dist/components/ChipSuggestion/ChipSuggestion.js.map +1 -1
  119. package/dist/components/ChipSuggestion/ChipSuggestionExample.d.ts +1 -1
  120. package/dist/components/ChipSuggestion/ChipSuggestionExample.js.map +1 -1
  121. package/dist/components/ChipUtility/ChipUtility.d.ts +4 -8
  122. package/dist/components/ChipUtility/ChipUtility.js +2 -5
  123. package/dist/components/ChipUtility/ChipUtility.js.map +1 -1
  124. package/dist/components/ChipUtility/ChipUtilityExample.d.ts +1 -1
  125. package/dist/components/ChipUtility/ChipUtilityExample.js +2 -0
  126. package/dist/components/ChipUtility/ChipUtilityExample.js.map +1 -1
  127. package/dist/components/ChipUtility/chip-utility.css +11 -11
  128. package/dist/components/ChipUtility/chip-utility.css.js +11 -12
  129. package/dist/components/Combobox/Combobox.d.ts +7 -11
  130. package/dist/components/Combobox/Combobox.js +8 -33
  131. package/dist/components/Combobox/Combobox.js.map +1 -1
  132. package/dist/components/Combobox/ListItems.d.ts +26 -0
  133. package/dist/components/Combobox/ListItems.js +22 -0
  134. package/dist/components/Combobox/ListItems.js.map +1 -0
  135. package/dist/components/Dialog/Dialog.d.ts +4 -10
  136. package/dist/components/Dialog/Dialog.js +11 -48
  137. package/dist/components/Dialog/Dialog.js.map +1 -1
  138. package/dist/components/Dialog/DialogExample.d.ts +1 -1
  139. package/dist/components/Dialog/DialogExample.js +3 -4
  140. package/dist/components/Dialog/DialogExample.js.map +1 -1
  141. package/dist/components/Dialog/dialog.css +67 -37
  142. package/dist/components/Dialog/dialog.css.js +67 -38
  143. package/dist/components/Divider/Divider.d.ts +3 -7
  144. package/dist/components/Divider/Divider.js +3 -5
  145. package/dist/components/Divider/Divider.js.map +1 -1
  146. package/dist/components/Divider/DividerExample.d.ts +1 -1
  147. package/dist/components/Divider/divider.css +3 -7
  148. package/dist/components/Divider/divider.css.js +3 -8
  149. package/dist/components/EmptyState/EmptyState.d.ts +3 -7
  150. package/dist/components/EmptyState/EmptyState.js +2 -4
  151. package/dist/components/EmptyState/EmptyState.js.map +1 -1
  152. package/dist/components/EmptyState/EmptyStateExample.d.ts +1 -1
  153. package/dist/components/EmptyState/EmptyStateExample.js +11 -6
  154. package/dist/components/EmptyState/EmptyStateExample.js.map +1 -1
  155. package/dist/components/ExamplePlaceholder/ExamplePlaceholder.d.ts +30 -11
  156. package/dist/components/ExamplePlaceholder/ExamplePlaceholder.js +2 -4
  157. package/dist/components/ExamplePlaceholder/ExamplePlaceholder.js.map +1 -1
  158. package/dist/components/Fab/Fab.d.ts +6 -10
  159. package/dist/components/Fab/Fab.js +19 -13
  160. package/dist/components/Fab/Fab.js.map +1 -1
  161. package/dist/components/Fab/FabExample.d.ts +1 -1
  162. package/dist/components/Fab/fab.css +2 -2
  163. package/dist/components/Fab/fab.css.js +2 -3
  164. package/dist/components/FileUpload/FileUpload.d.ts +87 -0
  165. package/dist/components/FileUpload/FileUpload.js +140 -0
  166. package/dist/components/FileUpload/FileUpload.js.map +1 -0
  167. package/dist/components/FileUpload/FileUploadExample.d.ts +3 -0
  168. package/dist/components/FileUpload/FileUploadExample.js +66 -0
  169. package/dist/components/FileUpload/FileUploadExample.js.map +1 -0
  170. package/dist/components/FileUpload/file-upload.css +20 -0
  171. package/dist/components/FileUpload/file-upload.css.js +25 -0
  172. package/dist/components/FileUpload/index.d.ts +1 -0
  173. package/dist/components/FileUpload/index.js +2 -0
  174. package/dist/components/FileUpload/index.js.map +1 -0
  175. package/dist/components/FileUploadItem/FileUploadItem.d.ts +40 -0
  176. package/dist/components/FileUploadItem/FileUploadItem.js +60 -0
  177. package/dist/components/FileUploadItem/FileUploadItem.js.map +1 -0
  178. package/dist/components/FileUploadItem/FileUploadItemExample.d.ts +3 -0
  179. package/dist/components/FileUploadItem/FileUploadItemExample.js +67 -0
  180. package/dist/components/FileUploadItem/FileUploadItemExample.js.map +1 -0
  181. package/dist/components/FileUploadItem/file-upload-item.css +40 -0
  182. package/dist/components/FileUploadItem/file-upload-item.css.js +45 -0
  183. package/dist/components/FileUploadItem/index.d.ts +1 -0
  184. package/dist/components/FileUploadItem/index.js +2 -0
  185. package/dist/components/FileUploadItem/index.js.map +1 -0
  186. package/dist/components/FormField/FormField.d.ts +10 -24
  187. package/dist/components/FormField/FormField.js +4 -7
  188. package/dist/components/FormField/FormField.js.map +1 -1
  189. package/dist/components/FormField/FormFieldExample.d.ts +4 -0
  190. package/dist/components/FormField/FormFieldExample.js +12 -0
  191. package/dist/components/FormField/FormFieldExample.js.map +1 -0
  192. package/dist/components/FormField/form-field.css.js +0 -1
  193. package/dist/components/Img/Img.d.ts +2 -6
  194. package/dist/components/Img/Img.js +1 -3
  195. package/dist/components/Img/Img.js.map +1 -1
  196. package/dist/components/InlineAlert/InlineAlert.d.ts +3 -7
  197. package/dist/components/InlineAlert/InlineAlert.js +4 -7
  198. package/dist/components/InlineAlert/InlineAlert.js.map +1 -1
  199. package/dist/components/InlineAlert/SvgWarningTwoTone.d.ts +1 -0
  200. package/dist/components/InlineAlert/SvgWarningTwoTone.js +5 -0
  201. package/dist/components/InlineAlert/SvgWarningTwoTone.js.map +1 -0
  202. package/dist/components/InlineAlert/inline-alert.css +1 -0
  203. package/dist/components/InlineAlert/inline-alert.css.js +1 -1
  204. package/dist/components/Layout/Layout.d.ts +4 -8
  205. package/dist/components/Layout/Layout.js +1 -3
  206. package/dist/components/Layout/Layout.js.map +1 -1
  207. package/dist/components/Layout/LayoutExample.d.ts +3 -0
  208. package/dist/components/Layout/LayoutExample.js +7 -0
  209. package/dist/components/Layout/LayoutExample.js.map +1 -0
  210. package/dist/components/Link/Link.d.ts +3 -7
  211. package/dist/components/Link/Link.js +2 -4
  212. package/dist/components/Link/Link.js.map +1 -1
  213. package/dist/components/Link/LinkExample.d.ts +1 -1
  214. package/dist/components/Link/LinkExample.js +7 -7
  215. package/dist/components/Link/LinkExample.js.map +1 -1
  216. package/dist/components/Link/link.css +1 -1
  217. package/dist/components/Link/link.css.js +1 -2
  218. package/dist/components/ListItem/ListItem.d.ts +9 -21
  219. package/dist/components/ListItem/ListItem.js +12 -66
  220. package/dist/components/ListItem/ListItem.js.map +1 -1
  221. package/dist/components/ListItem/ListItemButton.d.ts +2 -0
  222. package/dist/components/ListItem/ListItemButton.js +7 -0
  223. package/dist/components/ListItem/ListItemButton.js.map +1 -0
  224. package/dist/components/ListItem/ListItemExample.d.ts +2 -3
  225. package/dist/components/ListItem/ListItemExample.js +22 -41
  226. package/dist/components/ListItem/ListItemExample.js.map +1 -1
  227. package/dist/components/ListItem/list-item.css +11 -25
  228. package/dist/components/ListItem/list-item.css.js +12 -27
  229. package/dist/components/Listbox/Listbox.d.ts +7 -10
  230. package/dist/components/Listbox/Listbox.js +6 -8
  231. package/dist/components/Listbox/Listbox.js.map +1 -1
  232. package/dist/components/Menu/Menu.d.ts +27 -23
  233. package/dist/components/Menu/Menu.js +25 -32
  234. package/dist/components/Menu/Menu.js.map +1 -1
  235. package/dist/components/Menu/MenuExample.d.ts +2 -2
  236. package/dist/components/Menu/MenuExample.js +25 -2
  237. package/dist/components/Menu/MenuExample.js.map +1 -1
  238. package/dist/components/Menu/menu.css +5 -2
  239. package/dist/components/Menu/menu.css.js +5 -3
  240. package/dist/components/MenuButton/MenuButton.d.ts +3 -7
  241. package/dist/components/MenuButton/MenuButton.js +1 -3
  242. package/dist/components/MenuButton/MenuButton.js.map +1 -1
  243. package/dist/components/MenuButton/menu-button.css.js +0 -1
  244. package/dist/components/Modal/Modal.d.ts +6 -10
  245. package/dist/components/Modal/Modal.js +3 -5
  246. package/dist/components/Modal/Modal.js.map +1 -1
  247. package/dist/components/Modal/ModalExample.d.ts +1 -1
  248. package/dist/components/Modal/ModalExample.js +3 -3
  249. package/dist/components/Modal/ModalExample.js.map +1 -1
  250. package/dist/components/Modal/modal.css +6 -14
  251. package/dist/components/Modal/modal.css.js +6 -15
  252. package/dist/components/NumberField/NumberField.d.ts +5 -9
  253. package/dist/components/NumberField/NumberField.js +3 -6
  254. package/dist/components/NumberField/NumberField.js.map +1 -1
  255. package/dist/components/NumberInput/IncrementButton.d.ts +7 -0
  256. package/dist/components/NumberInput/IncrementButton.js +10 -0
  257. package/dist/components/NumberInput/IncrementButton.js.map +1 -0
  258. package/dist/components/NumberInput/NumberInput.d.ts +4 -11
  259. package/dist/components/NumberInput/NumberInput.js +22 -37
  260. package/dist/components/NumberInput/NumberInput.js.map +1 -1
  261. package/dist/components/NumberInput/NumberInputExample.d.ts +3 -0
  262. package/dist/components/NumberInput/NumberInputExample.js +5 -0
  263. package/dist/components/NumberInput/NumberInputExample.js.map +1 -0
  264. package/dist/components/NumberInput/number-input.css +9 -6
  265. package/dist/components/NumberInput/number-input.css.js +9 -7
  266. package/dist/components/OTPInput/OTPInput.d.ts +41 -0
  267. package/dist/components/OTPInput/OTPInput.js +57 -0
  268. package/dist/components/OTPInput/OTPInput.js.map +1 -0
  269. package/dist/components/OTPInput/OTPInputExample.d.ts +3 -0
  270. package/dist/components/OTPInput/OTPInputExample.js +25 -0
  271. package/dist/components/OTPInput/OTPInputExample.js.map +1 -0
  272. package/dist/components/OTPInput/index.d.ts +1 -0
  273. package/dist/components/OTPInput/index.js +2 -0
  274. package/dist/components/OTPInput/index.js.map +1 -0
  275. package/dist/components/OTPInput/otp-input.css +72 -0
  276. package/dist/components/OTPInput/otp-input.css.js +77 -0
  277. package/dist/components/PageControl/PageControl.d.ts +43 -0
  278. package/dist/components/PageControl/PageControl.js +46 -0
  279. package/dist/components/PageControl/PageControl.js.map +1 -0
  280. package/dist/components/PageControl/index.d.ts +1 -0
  281. package/dist/components/PageControl/index.js +2 -0
  282. package/dist/components/PageControl/index.js.map +1 -0
  283. package/dist/components/PageControl/page-control.css +33 -0
  284. package/dist/components/PageControl/page-control.css.js +38 -0
  285. package/dist/components/Pagination/PageInput.d.ts +5 -0
  286. package/dist/components/Pagination/PageInput.js +36 -0
  287. package/dist/components/Pagination/PageInput.js.map +1 -0
  288. package/dist/components/Pagination/PageList.d.ts +3 -0
  289. package/dist/components/Pagination/PageList.js +9 -0
  290. package/dist/components/Pagination/PageList.js.map +1 -0
  291. package/dist/components/Pagination/Pagination.d.ts +43 -0
  292. package/dist/components/Pagination/Pagination.js +49 -0
  293. package/dist/components/Pagination/Pagination.js.map +1 -0
  294. package/dist/components/Pagination/index.d.ts +1 -0
  295. package/dist/components/Pagination/index.js +2 -0
  296. package/dist/components/Pagination/index.js.map +1 -0
  297. package/dist/components/Pagination/pagination.css +31 -0
  298. package/dist/components/Pagination/pagination.css.js +36 -0
  299. package/dist/components/PasswordField/PasswordField.d.ts +31 -0
  300. package/dist/components/PasswordField/PasswordField.js +33 -0
  301. package/dist/components/PasswordField/PasswordField.js.map +1 -0
  302. package/dist/components/PasswordField/index.d.ts +1 -0
  303. package/dist/components/PasswordField/index.js +2 -0
  304. package/dist/components/PasswordField/index.js.map +1 -0
  305. package/dist/components/PasswordInput/PasswordInput.d.ts +21 -0
  306. package/dist/components/PasswordInput/PasswordInput.js +34 -0
  307. package/dist/components/PasswordInput/PasswordInput.js.map +1 -0
  308. package/dist/components/PasswordInput/index.d.ts +1 -0
  309. package/dist/components/PasswordInput/index.js +2 -0
  310. package/dist/components/PasswordInput/index.js.map +1 -0
  311. package/dist/components/PasswordInput/password-input.css +28 -0
  312. package/dist/components/PasswordInput/password-input.css.js +33 -0
  313. package/dist/components/PhoneNumberField/PhoneNumberField.d.ts +5 -9
  314. package/dist/components/PhoneNumberField/PhoneNumberField.js +3 -6
  315. package/dist/components/PhoneNumberField/PhoneNumberField.js.map +1 -1
  316. package/dist/components/PhoneNumberInput/PhoneNumberInput.d.ts +6 -10
  317. package/dist/components/PhoneNumberInput/PhoneNumberInput.js +5 -9
  318. package/dist/components/PhoneNumberInput/PhoneNumberInput.js.map +1 -1
  319. package/dist/components/PhoneNumberInput/phone-number-input.css.js +0 -1
  320. package/dist/components/Popover/Popover.d.ts +11 -9
  321. package/dist/components/Popover/Popover.js +27 -11
  322. package/dist/components/Popover/Popover.js.map +1 -1
  323. package/dist/components/Popover/PopoverExample.d.ts +1 -1
  324. package/dist/components/Popover/PopoverExample.js +19 -3
  325. package/dist/components/Popover/PopoverExample.js.map +1 -1
  326. package/dist/components/Popover/popover.css +17 -22
  327. package/dist/components/Popover/popover.css.js +17 -23
  328. package/dist/components/Portal/Portal.d.ts +1 -5
  329. package/dist/components/Portal/Portal.js +5 -5
  330. package/dist/components/Portal/Portal.js.map +1 -1
  331. package/dist/components/ProgressBar/ProgressBar.d.ts +16 -6
  332. package/dist/components/ProgressBar/ProgressBar.js +7 -6
  333. package/dist/components/ProgressBar/ProgressBar.js.map +1 -1
  334. package/dist/components/ProgressBar/progress-bar.css +5 -2
  335. package/dist/components/ProgressBar/progress-bar.css.js +5 -3
  336. package/dist/components/ProgressCircle/ProgressCircle.d.ts +1 -2
  337. package/dist/components/ProgressCircle/ProgressCircle.js +4 -10
  338. package/dist/components/ProgressCircle/ProgressCircle.js.map +1 -1
  339. package/dist/components/ProgressCircle/ProgressCircleSVG.d.ts +3 -0
  340. package/dist/components/ProgressCircle/ProgressCircleSVG.js +9 -0
  341. package/dist/components/ProgressCircle/ProgressCircleSVG.js.map +1 -0
  342. package/dist/components/ProgressCircle/progress-circle.css.js +0 -1
  343. package/dist/components/ProgressionStepper/ProgressionStepper.d.ts +4 -12
  344. package/dist/components/ProgressionStepper/ProgressionStepper.js +6 -8
  345. package/dist/components/ProgressionStepper/ProgressionStepper.js.map +1 -1
  346. package/dist/components/ProgressionStepper/ProgressionStepperExample.d.ts +1 -1
  347. package/dist/components/ProgressionStepper/ProgressionStepperExample.js +2 -1
  348. package/dist/components/ProgressionStepper/ProgressionStepperExample.js.map +1 -1
  349. package/dist/components/ProgressionStepper/progression-stepper.css +11 -0
  350. package/dist/components/ProgressionStepper/progression-stepper.css.js +11 -1
  351. package/dist/components/ProgressionStepperBar/ProgressionStepperBar.d.ts +2 -6
  352. package/dist/components/ProgressionStepperBar/ProgressionStepperBar.js +3 -5
  353. package/dist/components/ProgressionStepperBar/ProgressionStepperBar.js.map +1 -1
  354. package/dist/components/ProgressionStepperBar/progression-stepper-bar.css +2 -2
  355. package/dist/components/ProgressionStepperBar/progression-stepper-bar.css.js +2 -3
  356. package/dist/components/Radio/Radio.d.ts +3 -7
  357. package/dist/components/Radio/Radio.js +3 -5
  358. package/dist/components/Radio/Radio.js.map +1 -1
  359. package/dist/components/Radio/RadioExample.d.ts +1 -1
  360. package/dist/components/Radio/radio.css +1 -1
  361. package/dist/components/Radio/radio.css.js +1 -2
  362. package/dist/components/RadioGroup/RadioGroup.d.ts +9 -13
  363. package/dist/components/RadioGroup/RadioGroup.js +6 -9
  364. package/dist/components/RadioGroup/RadioGroup.js.map +1 -1
  365. package/dist/components/RadioGroup/RadioGroupExample.d.ts +1 -1
  366. package/dist/components/RadioGroup/RadioGroupExample.js +2 -22
  367. package/dist/components/RadioGroup/RadioGroupExample.js.map +1 -1
  368. package/dist/components/RadioGroup/radio-group.css +0 -1
  369. package/dist/components/RadioGroup/radio-group.css.js +0 -2
  370. package/dist/components/RadioOption/RadioOption.d.ts +4 -17
  371. package/dist/components/RadioOption/RadioOption.js +3 -4
  372. package/dist/components/RadioOption/RadioOption.js.map +1 -1
  373. package/dist/components/RadioOption/RadioOptionExample.d.ts +1 -1
  374. package/dist/components/Rating/Rating.d.ts +39 -0
  375. package/dist/components/Rating/Rating.js +41 -0
  376. package/dist/components/Rating/Rating.js.map +1 -0
  377. package/dist/components/Rating/RatingExample.d.ts +3 -0
  378. package/dist/components/Rating/RatingExample.js +17 -0
  379. package/dist/components/Rating/RatingExample.js.map +1 -0
  380. package/dist/components/Rating/index.d.ts +1 -0
  381. package/dist/components/Rating/index.js +2 -0
  382. package/dist/components/Rating/index.js.map +1 -0
  383. package/dist/components/Rating/rating.css +65 -0
  384. package/dist/components/Rating/rating.css.js +70 -0
  385. package/dist/components/Scrim/Scrim.d.ts +3 -15
  386. package/dist/components/Scrim/Scrim.js +2 -4
  387. package/dist/components/Scrim/Scrim.js.map +1 -1
  388. package/dist/components/Scrim/scrim.css +12 -2
  389. package/dist/components/Scrim/scrim.css.js +12 -3
  390. package/dist/components/SearchBar/SearchBar.d.ts +5 -9
  391. package/dist/components/SearchBar/SearchBar.js +10 -11
  392. package/dist/components/SearchBar/SearchBar.js.map +1 -1
  393. package/dist/components/SearchBar/SearchBarExample.d.ts +1 -1
  394. package/dist/components/SearchBar/SearchBarExample.js +1 -1
  395. package/dist/components/SearchBar/SearchBarExample.js.map +1 -1
  396. package/dist/components/SearchBar/search-bar.css +1 -1
  397. package/dist/components/SearchBar/search-bar.css.js +1 -2
  398. package/dist/components/SegmentedControl/SegmentedControl.d.ts +6 -86
  399. package/dist/components/SegmentedControl/SegmentedControl.js +5 -15
  400. package/dist/components/SegmentedControl/SegmentedControl.js.map +1 -1
  401. package/dist/components/SegmentedControl/SegmentedControlExample.d.ts +1 -1
  402. package/dist/components/SegmentedControl/SegmentedControlExample.js +41 -20
  403. package/dist/components/SegmentedControl/SegmentedControlExample.js.map +1 -1
  404. package/dist/components/SegmentedControl/segmented-control.css +26 -73
  405. package/dist/components/SegmentedControl/segmented-control.css.js +26 -74
  406. package/dist/components/Select/Select.d.ts +5 -9
  407. package/dist/components/Select/Select.js +6 -8
  408. package/dist/components/Select/Select.js.map +1 -1
  409. package/dist/components/Select/SelectExample.d.ts +1 -1
  410. package/dist/components/Select/SelectExample.js +3 -3
  411. package/dist/components/Select/SelectExample.js.map +1 -1
  412. package/dist/components/Select/select.css +10 -9
  413. package/dist/components/Select/select.css.js +10 -10
  414. package/dist/components/SelectField/SelectField.d.ts +5 -9
  415. package/dist/components/SelectField/SelectField.js +5 -6
  416. package/dist/components/SelectField/SelectField.js.map +1 -1
  417. package/dist/components/Skeleton/Circular.d.ts +2 -0
  418. package/dist/components/Skeleton/Circular.js +6 -0
  419. package/dist/components/Skeleton/Circular.js.map +1 -0
  420. package/dist/components/Skeleton/Photo.d.ts +2 -0
  421. package/dist/components/Skeleton/Photo.js +6 -0
  422. package/dist/components/Skeleton/Photo.js.map +1 -0
  423. package/dist/components/Skeleton/Profile.d.ts +2 -0
  424. package/dist/components/Skeleton/Profile.js +6 -0
  425. package/dist/components/Skeleton/Profile.js.map +1 -0
  426. package/dist/components/Skeleton/Rectangular.d.ts +2 -0
  427. package/dist/components/Skeleton/Rectangular.js +6 -0
  428. package/dist/components/Skeleton/Rectangular.js.map +1 -0
  429. package/dist/components/Skeleton/Skeleton.d.ts +4 -12
  430. package/dist/components/Skeleton/Skeleton.js +2 -19
  431. package/dist/components/Skeleton/Skeleton.js.map +1 -1
  432. package/dist/components/Skeleton/SkeletonExample.d.ts +1 -1
  433. package/dist/components/Skeleton/SkeletonExample.js +13 -10
  434. package/dist/components/Skeleton/SkeletonExample.js.map +1 -1
  435. package/dist/components/Skeleton/Thumbnail.d.ts +2 -0
  436. package/dist/components/Skeleton/Thumbnail.js +6 -0
  437. package/dist/components/Skeleton/Thumbnail.js.map +1 -0
  438. package/dist/components/Skeleton/index.d.ts +5 -0
  439. package/dist/components/Skeleton/index.js +5 -0
  440. package/dist/components/Skeleton/index.js.map +1 -1
  441. package/dist/components/SkeletonText/SkeletonText.d.ts +3 -7
  442. package/dist/components/SkeletonText/SkeletonText.js +2 -4
  443. package/dist/components/SkeletonText/SkeletonText.js.map +1 -1
  444. package/dist/components/SkeletonText/SkeletonTextExample.d.ts +1 -1
  445. package/dist/components/SkeletonText/SkeletonTextExample.js.map +1 -1
  446. package/dist/components/Slider/Slider.d.ts +80 -0
  447. package/dist/components/Slider/Slider.js +131 -0
  448. package/dist/components/Slider/Slider.js.map +1 -0
  449. package/dist/components/Slider/SliderExample.d.ts +3 -0
  450. package/dist/components/Slider/SliderExample.js +59 -0
  451. package/dist/components/Slider/SliderExample.js.map +1 -0
  452. package/dist/components/Slider/SliderIntervalDots.d.ts +6 -0
  453. package/dist/components/Slider/SliderIntervalDots.js +20 -0
  454. package/dist/components/Slider/SliderIntervalDots.js.map +1 -0
  455. package/dist/components/Slider/index.d.ts +1 -0
  456. package/dist/components/Slider/index.js +2 -0
  457. package/dist/components/Slider/index.js.map +1 -0
  458. package/dist/components/Slider/slider.css +122 -0
  459. package/dist/components/Slider/slider.css.js +127 -0
  460. package/dist/components/Slider/useNormalizeSliderValue.d.ts +7 -0
  461. package/dist/components/Slider/useNormalizeSliderValue.js +12 -0
  462. package/dist/components/Slider/useNormalizeSliderValue.js.map +1 -0
  463. package/dist/components/StylesProviderAnywhere/StylesProviderAnywhere.d.ts +4 -6
  464. package/dist/components/StylesProviderAnywhere/StylesProviderAnywhere.js +4 -4
  465. package/dist/components/StylesProviderAnywhere/StylesProviderAnywhere.js.map +1 -1
  466. package/dist/components/StylesProviderBetterHomesGardens/StylesProviderBetterHomesGardens.d.ts +4 -6
  467. package/dist/components/StylesProviderBetterHomesGardens/StylesProviderBetterHomesGardens.js +4 -4
  468. package/dist/components/StylesProviderBetterHomesGardens/StylesProviderBetterHomesGardens.js.map +1 -1
  469. package/dist/components/StylesProviderCartus/StylesProviderCartus.d.ts +4 -6
  470. package/dist/components/StylesProviderCartus/StylesProviderCartus.js +4 -4
  471. package/dist/components/StylesProviderCartus/StylesProviderCartus.js.map +1 -1
  472. package/dist/components/StylesProviderCentury21/StylesProviderCentury21.d.ts +4 -6
  473. package/dist/components/StylesProviderCentury21/StylesProviderCentury21.js +4 -4
  474. package/dist/components/StylesProviderCentury21/StylesProviderCentury21.js.map +1 -1
  475. package/dist/components/StylesProviderColdwellBanker/StylesProviderColdwellBanker.d.ts +4 -6
  476. package/dist/components/StylesProviderColdwellBanker/StylesProviderColdwellBanker.js +4 -4
  477. package/dist/components/StylesProviderColdwellBanker/StylesProviderColdwellBanker.js.map +1 -1
  478. package/dist/components/StylesProviderCorcoran/StylesProviderCorcoran.d.ts +4 -6
  479. package/dist/components/StylesProviderCorcoran/StylesProviderCorcoran.js +4 -4
  480. package/dist/components/StylesProviderCorcoran/StylesProviderCorcoran.js.map +1 -1
  481. package/dist/components/StylesProviderDemo/StylesProviderDemo.d.ts +25 -0
  482. package/dist/components/StylesProviderDemo/StylesProviderDemo.js +35 -0
  483. package/dist/components/StylesProviderDemo/StylesProviderDemo.js.map +1 -0
  484. package/dist/components/StylesProviderDemo/brandsCss.d.ts +2 -0
  485. package/dist/components/StylesProviderDemo/brandsCss.js +12 -0
  486. package/dist/components/StylesProviderDemo/brandsCss.js.map +1 -0
  487. package/dist/components/StylesProviderDemo/index.d.ts +1 -0
  488. package/dist/components/StylesProviderDemo/index.js +2 -0
  489. package/dist/components/StylesProviderDemo/index.js.map +1 -0
  490. package/dist/components/StylesProviderDenaliBoss/StylesProviderDenaliBoss.d.ts +4 -6
  491. package/dist/components/StylesProviderDenaliBoss/StylesProviderDenaliBoss.js +4 -4
  492. package/dist/components/StylesProviderDenaliBoss/StylesProviderDenaliBoss.js.map +1 -1
  493. package/dist/components/StylesProviderEra/StylesProviderEra.d.ts +4 -6
  494. package/dist/components/StylesProviderEra/StylesProviderEra.js +4 -4
  495. package/dist/components/StylesProviderEra/StylesProviderEra.js.map +1 -1
  496. package/dist/components/StylesProviderSothebys/StylesProviderSothebys.d.ts +4 -6
  497. package/dist/components/StylesProviderSothebys/StylesProviderSothebys.js +4 -4
  498. package/dist/components/StylesProviderSothebys/StylesProviderSothebys.js.map +1 -1
  499. package/dist/components/Switch/Switch.d.ts +3 -7
  500. package/dist/components/Switch/Switch.js +2 -4
  501. package/dist/components/Switch/Switch.js.map +1 -1
  502. package/dist/components/Switch/switch.css +1 -1
  503. package/dist/components/Switch/switch.css.js +1 -2
  504. package/dist/components/SwitchOption/SwitchOption.d.ts +5 -9
  505. package/dist/components/SwitchOption/SwitchOption.js +4 -5
  506. package/dist/components/SwitchOption/SwitchOption.js.map +1 -1
  507. package/dist/components/TabGroup/TabGroup.d.ts +5 -87
  508. package/dist/components/TabGroup/TabGroup.js +7 -22
  509. package/dist/components/TabGroup/TabGroup.js.map +1 -1
  510. package/dist/components/TabGroup/TabGroupExample.d.ts +1 -1
  511. package/dist/components/TabGroup/TabGroupExample.js +74 -70
  512. package/dist/components/TabGroup/TabGroupExample.js.map +1 -1
  513. package/dist/components/TabGroup/tab-group.css +18 -54
  514. package/dist/components/TabGroup/tab-group.css.js +18 -55
  515. package/dist/components/TabList/TabList.d.ts +129 -0
  516. package/dist/components/TabList/TabList.js +80 -0
  517. package/dist/components/TabList/TabList.js.map +1 -0
  518. package/dist/components/TabList/TabListExample.d.ts +3 -0
  519. package/dist/components/TabList/TabListExample.js +6 -0
  520. package/dist/components/TabList/TabListExample.js.map +1 -0
  521. package/dist/components/TabList/index.d.ts +1 -0
  522. package/dist/components/TabList/index.js +2 -0
  523. package/dist/components/TabList/index.js.map +1 -0
  524. package/dist/components/TabList/tab-list.css +64 -0
  525. package/dist/components/TabList/tab-list.css.js +69 -0
  526. package/dist/components/Table/Footer.d.ts +8 -0
  527. package/dist/components/Table/Footer.js +8 -0
  528. package/dist/components/Table/Footer.js.map +1 -0
  529. package/dist/components/Table/Table.d.ts +46 -30
  530. package/dist/components/Table/Table.js +73 -12
  531. package/dist/components/Table/Table.js.map +1 -1
  532. package/dist/components/Table/TableExample.d.ts +4 -0
  533. package/dist/components/Table/TableExample.js +126 -0
  534. package/dist/components/Table/TableExample.js.map +1 -0
  535. package/dist/components/Table/table.css +168 -21
  536. package/dist/components/Table/table.css.js +168 -22
  537. package/dist/components/Table/utils.d.ts +81 -0
  538. package/dist/components/Table/utils.js +89 -0
  539. package/dist/components/Table/utils.js.map +1 -0
  540. package/dist/components/Tag/Tag.d.ts +7 -35
  541. package/dist/components/Tag/Tag.js +5 -11
  542. package/dist/components/Tag/Tag.js.map +1 -1
  543. package/dist/components/Tag/TagExample.d.ts +3 -0
  544. package/dist/components/Tag/TagExample.js +14 -0
  545. package/dist/components/Tag/TagExample.js.map +1 -0
  546. package/dist/components/Tag/tag.css +8 -12
  547. package/dist/components/Tag/tag.css.js +8 -13
  548. package/dist/components/TextField/TextField.d.ts +5 -9
  549. package/dist/components/TextField/TextField.js +3 -5
  550. package/dist/components/TextField/TextField.js.map +1 -1
  551. package/dist/components/TextInput/TextInput.d.ts +17 -11
  552. package/dist/components/TextInput/TextInput.js +4 -6
  553. package/dist/components/TextInput/TextInput.js.map +1 -1
  554. package/dist/components/TextInput/TextInputExample.d.ts +1 -1
  555. package/dist/components/TextInput/TextInputExample.js +2 -0
  556. package/dist/components/TextInput/TextInputExample.js.map +1 -1
  557. package/dist/components/TextInput/text-input.css +3 -3
  558. package/dist/components/TextInput/text-input.css.js +3 -4
  559. package/dist/components/Textarea/Textarea.d.ts +4 -8
  560. package/dist/components/Textarea/Textarea.js +3 -5
  561. package/dist/components/Textarea/Textarea.js.map +1 -1
  562. package/dist/components/Textarea/TextareaExample.d.ts +1 -1
  563. package/dist/components/Textarea/TextareaExample.js +4 -1
  564. package/dist/components/Textarea/TextareaExample.js.map +1 -1
  565. package/dist/components/Textarea/textarea.css +1 -1
  566. package/dist/components/Textarea/textarea.css.js +1 -2
  567. package/dist/components/TextareaField/TextareaField.d.ts +5 -9
  568. package/dist/components/TextareaField/TextareaField.js +9 -12
  569. package/dist/components/TextareaField/TextareaField.js.map +1 -1
  570. package/dist/components/TextareaField/TextareaFieldExample.d.ts +1 -1
  571. package/dist/components/TextareaField/TextareaFieldExample.js +2 -1
  572. package/dist/components/TextareaField/TextareaFieldExample.js.map +1 -1
  573. package/dist/components/TimeInput/Listbox.d.ts +10 -0
  574. package/dist/components/TimeInput/Listbox.js +66 -0
  575. package/dist/components/TimeInput/Listbox.js.map +1 -0
  576. package/dist/components/TimeInput/Segment.d.ts +21 -0
  577. package/dist/components/TimeInput/Segment.js +160 -0
  578. package/dist/components/TimeInput/Segment.js.map +1 -0
  579. package/dist/components/TimeInput/TimeInput.d.ts +26 -0
  580. package/dist/components/TimeInput/TimeInput.js +66 -0
  581. package/dist/components/TimeInput/TimeInput.js.map +1 -0
  582. package/dist/components/TimeInput/TimeInputExample.d.ts +3 -0
  583. package/dist/components/TimeInput/TimeInputExample.js +4 -0
  584. package/dist/components/TimeInput/TimeInputExample.js.map +1 -0
  585. package/dist/components/TimeInput/index.d.ts +1 -0
  586. package/dist/components/TimeInput/index.js +2 -0
  587. package/dist/components/TimeInput/index.js.map +1 -0
  588. package/dist/components/TimeInput/time-input.css +138 -0
  589. package/dist/components/TimeInput/time-input.css.js +143 -0
  590. package/dist/components/ToggleOption/ToggleOption.d.ts +7 -7
  591. package/dist/components/ToggleOption/ToggleOption.js +2 -4
  592. package/dist/components/ToggleOption/ToggleOption.js.map +1 -1
  593. package/dist/components/ToggleOption/toggle-option.css +17 -12
  594. package/dist/components/ToggleOption/toggle-option.css.js +17 -13
  595. package/dist/components/Tooltip/Tooltip.d.ts +12 -11
  596. package/dist/components/Tooltip/Tooltip.js +17 -15
  597. package/dist/components/Tooltip/Tooltip.js.map +1 -1
  598. package/dist/components/Tooltip/TooltipExample.d.ts +3 -2
  599. package/dist/components/Tooltip/TooltipExample.js +1 -1
  600. package/dist/components/Tooltip/TooltipExample.js.map +1 -1
  601. package/dist/components/Tooltip/tooltip.css +1 -1
  602. package/dist/components/Tooltip/tooltip.css.js +1 -2
  603. package/dist/components/TopNavigation/TopNavigation.d.ts +1 -5
  604. package/dist/components/TopNavigation/TopNavigation.js +1 -3
  605. package/dist/components/TopNavigation/TopNavigation.js.map +1 -1
  606. package/dist/components/TopNavigation/top-navigation.css.js +0 -1
  607. package/dist/components/Truncated/Truncated.d.ts +7 -8
  608. package/dist/components/Truncated/Truncated.js +11 -6
  609. package/dist/components/Truncated/Truncated.js.map +1 -1
  610. package/dist/components/Txt/Txt.d.ts +4 -8
  611. package/dist/components/Txt/Txt.js +2 -4
  612. package/dist/components/Txt/Txt.js.map +1 -1
  613. package/dist/components/UIProvider/UIProvider.d.ts +1 -5
  614. package/dist/components/UIProvider/UIProvider.js +2 -4
  615. package/dist/components/UIProvider/UIProvider.js.map +1 -1
  616. package/dist/constants/brands.d.ts +7 -0
  617. package/dist/{index.js → constants/brands.js} +1 -9
  618. package/dist/{index.js.map → constants/brands.js.map} +1 -1
  619. package/dist/constants/phases.d.ts +3 -0
  620. package/dist/constants/phases.js +9 -0
  621. package/dist/constants/phases.js.map +1 -0
  622. package/dist/hooks/useCheckboxGroupState.d.ts +1 -1
  623. package/dist/hooks/useCheckboxState.d.ts +1 -1
  624. package/dist/hooks/useCombobox.d.ts +4 -3
  625. package/dist/hooks/useCombobox.js +7 -7
  626. package/dist/hooks/useCombobox.js.map +1 -1
  627. package/dist/hooks/useFloating.d.ts +1 -3
  628. package/dist/hooks/useFloating.js +4 -3
  629. package/dist/hooks/useFloating.js.map +1 -1
  630. package/dist/hooks/useId.js +5 -3
  631. package/dist/hooks/useId.js.map +1 -1
  632. package/dist/hooks/useKeyNavigation.d.ts +17 -0
  633. package/dist/hooks/useKeyNavigation.js +46 -0
  634. package/dist/hooks/useKeyNavigation.js.map +1 -0
  635. package/dist/hooks/useLongPress.d.ts +2 -1
  636. package/dist/hooks/useLongPress.js +2 -1
  637. package/dist/hooks/useLongPress.js.map +1 -1
  638. package/dist/hooks/useOutsideClick.d.ts +5 -1
  639. package/dist/hooks/useOutsideClick.js +1 -1
  640. package/dist/hooks/useOutsideClick.js.map +1 -1
  641. package/dist/hooks/usePaginationState.d.ts +4 -0
  642. package/dist/hooks/usePaginationState.js +22 -0
  643. package/dist/hooks/usePaginationState.js.map +1 -0
  644. package/dist/hooks/useRadioState.d.ts +2 -2
  645. package/dist/hooks/useTimeout.d.ts +8 -5
  646. package/dist/hooks/useTimeout.js +7 -23
  647. package/dist/hooks/useTimeout.js.map +1 -1
  648. package/dist/hooks/useUIContext.d.ts +1 -1
  649. package/dist/styles/anywhere.css +305 -111
  650. package/dist/styles/anywhere.css.js +305 -112
  651. package/dist/{base.css → styles/base.css} +32 -17
  652. package/dist/{base.css.js → styles/base.css.js} +32 -18
  653. package/dist/styles/better-homes-gardens.css +309 -109
  654. package/dist/styles/better-homes-gardens.css.js +309 -110
  655. package/dist/styles/cartus.css +309 -109
  656. package/dist/styles/cartus.css.js +309 -110
  657. package/dist/styles/century-21.css +303 -105
  658. package/dist/styles/century-21.css.js +303 -106
  659. package/dist/styles/coldwell-banker.css +309 -109
  660. package/dist/styles/coldwell-banker.css.js +309 -110
  661. package/dist/{colors.css → styles/colors.css} +1 -1
  662. package/dist/{colors.css.js → styles/colors.css.js} +1 -2
  663. package/dist/styles/corcoran.css +305 -107
  664. package/dist/styles/corcoran.css.js +305 -108
  665. package/dist/styles/denali-boss.css +307 -109
  666. package/dist/styles/denali-boss.css.js +307 -110
  667. package/dist/styles/era.css +317 -113
  668. package/dist/styles/era.css.js +317 -114
  669. package/dist/styles/sothebys.css +309 -109
  670. package/dist/styles/sothebys.css.js +309 -110
  671. package/dist/{index.d.ts → types/common.d.ts} +12 -22
  672. package/dist/types/common.js +10 -0
  673. package/dist/types/common.js.map +1 -0
  674. package/{meta-types.ts → dist/types/meta.d.ts} +7 -14
  675. package/dist/types/meta.js +47 -0
  676. package/dist/types/meta.js.map +1 -0
  677. package/dist/utils/bound.d.ts +18 -0
  678. package/dist/utils/bound.js +22 -0
  679. package/dist/utils/bound.js.map +1 -0
  680. package/dist/utils/colorVariants.d.ts +1 -1
  681. package/dist/utils/colorVariants.js +1 -1
  682. package/dist/utils/createExampleChildElement.d.ts +17 -0
  683. package/dist/utils/createExampleChildElement.js +50 -0
  684. package/dist/utils/createExampleChildElement.js.map +1 -0
  685. package/dist/utils/demo.d.ts +29 -10
  686. package/dist/utils/demo.js.map +1 -1
  687. package/dist/utils/fileUploads.d.ts +51 -0
  688. package/dist/utils/fileUploads.js +2 -0
  689. package/dist/utils/fileUploads.js.map +1 -0
  690. package/dist/utils/handleKeyDown.d.ts +12 -0
  691. package/dist/utils/handleKeyDown.js +20 -0
  692. package/dist/utils/handleKeyDown.js.map +1 -0
  693. package/dist/utils/keyboard.js +2 -2
  694. package/dist/utils/keyboard.js.map +1 -1
  695. package/dist/utils/random.d.ts +15 -0
  696. package/dist/utils/random.js +26 -0
  697. package/dist/utils/random.js.map +1 -0
  698. package/dist/utils/scrollElementIntoView.d.ts +1 -1
  699. package/dist/utils/scrollElementIntoView.js +2 -0
  700. package/dist/utils/scrollElementIntoView.js.map +1 -1
  701. package/dist/utils/txtVariants.d.ts +1 -1
  702. package/dist/utils/txtVariants.js +1 -1
  703. package/meta.ts +15 -28
  704. package/package.json +115 -91
  705. package/src/components/Accordion/Accordion.tsx +77 -0
  706. package/src/components/Accordion/AccordionExample.tsx +87 -0
  707. package/src/components/Accordion/AccordionSection.tsx +128 -0
  708. package/src/components/Accordion/accordion.scss +105 -0
  709. package/src/components/Accordion/index.tsx +1 -0
  710. package/src/components/Avatar/Avatar.tsx +37 -18
  711. package/src/components/Avatar/AvatarExample.tsx +12 -4
  712. package/src/components/Avatar/avatar.scss +34 -1
  713. package/src/components/AvatarGroup/AvatarGroup.tsx +20 -14
  714. package/src/components/AvatarGroup/AvatarGroupExample.tsx +33 -0
  715. package/src/components/AvatarGroup/avatar-group.scss +16 -1
  716. package/src/components/Badge/Badge.tsx +16 -16
  717. package/src/components/Badge/BadgeExample.tsx +11 -66
  718. package/src/components/Badge/badge.scss +18 -25
  719. package/src/components/BadgeDot/BadgeDot.tsx +83 -0
  720. package/src/components/BadgeDot/BadgeDotExample.tsx +25 -0
  721. package/src/components/BadgeDot/badge-dot.scss +26 -0
  722. package/src/components/BadgeDot/index.tsx +1 -0
  723. package/src/components/BannerAlert/BannerAlert.tsx +10 -9
  724. package/src/components/BannerAlert/BannerAlertExample.tsx +7 -8
  725. package/src/components/BannerAlert/banner-alert.scss +1 -1
  726. package/src/components/Breadcrumb/Breadcrumb.tsx +15 -17
  727. package/src/components/Breadcrumb/BreadcrumbExample.tsx +68 -2
  728. package/src/components/Button/Button.tsx +44 -29
  729. package/src/components/Button/ButtonExample.tsx +8 -3
  730. package/src/components/Button/button.scss +3 -3
  731. package/src/components/Card/Card.tsx +3 -6
  732. package/src/components/Card/card.scss +1 -1
  733. package/src/components/Checkbox/Checkbox.tsx +27 -25
  734. package/src/components/Checkbox/checkbox.scss +0 -7
  735. package/src/components/CheckboxGroup/CheckboxGroup.tsx +65 -59
  736. package/src/components/CheckboxGroup/CheckboxGroupExample.tsx +24 -3
  737. package/src/components/CheckboxOption/CheckboxOption.tsx +7 -20
  738. package/src/components/ChipAssist/ChipAssist.tsx +11 -7
  739. package/src/components/ChipAssist/ChipAssistExample.tsx +1 -2
  740. package/src/components/ChipFilter/ChipFilter.tsx +10 -6
  741. package/src/components/ChipFilter/ChipFilterExample.tsx +1 -2
  742. package/src/components/ChipGroup/ChipGroup.tsx +4 -8
  743. package/src/components/ChipGroup/ChipGroupExample.tsx +6 -7
  744. package/src/components/ChipInput/ChipInput.tsx +3 -6
  745. package/src/components/ChipInput/ChipInputExample.tsx +1 -2
  746. package/src/components/ChipSuggestion/ChipSuggestion.tsx +3 -7
  747. package/src/components/ChipSuggestion/ChipSuggestionExample.tsx +1 -2
  748. package/src/components/ChipUtility/ChipUtility.tsx +7 -12
  749. package/src/components/ChipUtility/ChipUtilityExample.tsx +2 -2
  750. package/src/components/ChipUtility/chip-utility.scss +2 -2
  751. package/src/components/Combobox/Combobox.tsx +33 -123
  752. package/src/components/Combobox/ListItems.tsx +107 -0
  753. package/src/components/Dialog/Dialog.tsx +54 -95
  754. package/src/components/Dialog/DialogExample.tsx +4 -13
  755. package/src/components/Dialog/dialog.scss +81 -63
  756. package/src/components/Divider/Divider.tsx +5 -7
  757. package/src/components/Divider/divider.scss +3 -7
  758. package/src/components/EmptyState/EmptyState.tsx +3 -7
  759. package/src/components/EmptyState/EmptyStateExample.tsx +16 -18
  760. package/src/components/ExamplePlaceholder/ExamplePlaceholder.tsx +33 -15
  761. package/src/components/Fab/Fab.tsx +50 -40
  762. package/src/components/Fab/fab.scss +2 -2
  763. package/src/components/FileUpload/FileUpload.tsx +285 -0
  764. package/src/components/FileUpload/FileUploadExample.tsx +91 -0
  765. package/src/components/FileUpload/file-upload.scss +20 -0
  766. package/src/components/FileUpload/index.tsx +1 -0
  767. package/src/components/FileUploadItem/FileUploadItem.tsx +121 -0
  768. package/src/components/FileUploadItem/FileUploadItemExample.tsx +78 -0
  769. package/src/components/FileUploadItem/file-upload-item.scss +46 -0
  770. package/src/components/FileUploadItem/index.tsx +1 -0
  771. package/src/components/FormField/FormField.tsx +30 -42
  772. package/src/components/FormField/FormFieldExample.tsx +41 -0
  773. package/src/components/Img/Img.tsx +2 -6
  774. package/src/components/InlineAlert/InlineAlert.tsx +6 -27
  775. package/src/components/InlineAlert/SvgWarningTwoTone.tsx +18 -0
  776. package/src/components/InlineAlert/inline-alert.scss +1 -0
  777. package/src/components/Layout/Layout.tsx +4 -8
  778. package/src/components/Layout/LayoutExample.tsx +14 -0
  779. package/src/components/Link/Link.tsx +3 -7
  780. package/src/components/Link/LinkExample.tsx +7 -8
  781. package/src/components/Link/link.scss +1 -1
  782. package/src/components/ListItem/ListItem.tsx +40 -121
  783. package/src/components/ListItem/ListItemButton.tsx +6 -0
  784. package/src/components/ListItem/ListItemExample.tsx +26 -77
  785. package/src/components/ListItem/list-item.scss +11 -30
  786. package/src/components/Listbox/Listbox.tsx +14 -14
  787. package/src/components/Menu/Menu.tsx +83 -85
  788. package/src/components/Menu/MenuExample.tsx +28 -6
  789. package/src/components/Menu/menu.scss +6 -2
  790. package/src/components/MenuButton/MenuButton.tsx +3 -6
  791. package/src/components/Modal/Modal.tsx +12 -15
  792. package/src/components/Modal/ModalExample.tsx +3 -4
  793. package/src/components/Modal/modal.scss +8 -21
  794. package/src/components/NumberField/NumberField.tsx +18 -27
  795. package/src/components/NumberInput/IncrementButton.tsx +31 -0
  796. package/src/components/NumberInput/NumberInput.tsx +54 -68
  797. package/src/components/NumberInput/NumberInputExample.tsx +6 -0
  798. package/src/components/NumberInput/number-input.scss +10 -6
  799. package/src/components/OTPInput/OTPInput.tsx +121 -0
  800. package/src/components/OTPInput/OTPInputExample.tsx +26 -0
  801. package/src/components/OTPInput/index.tsx +1 -0
  802. package/src/components/OTPInput/otp-input.scss +87 -0
  803. package/src/components/PageControl/PageControl.tsx +98 -0
  804. package/src/components/PageControl/index.tsx +1 -0
  805. package/src/components/PageControl/page-control.scss +38 -0
  806. package/src/components/Pagination/PageInput.tsx +65 -0
  807. package/src/components/Pagination/PageList.tsx +21 -0
  808. package/src/components/Pagination/Pagination.tsx +104 -0
  809. package/src/components/Pagination/index.tsx +1 -0
  810. package/src/components/Pagination/pagination.scss +36 -0
  811. package/src/components/PasswordField/PasswordField.tsx +68 -0
  812. package/src/components/PasswordField/index.tsx +1 -0
  813. package/src/components/PasswordInput/PasswordInput.tsx +115 -0
  814. package/src/components/PasswordInput/index.tsx +1 -0
  815. package/src/components/PasswordInput/password-input.scss +36 -0
  816. package/src/components/PhoneNumberField/PhoneNumberField.tsx +10 -49
  817. package/src/components/PhoneNumberInput/PhoneNumberInput.tsx +20 -19
  818. package/src/components/Popover/Popover.tsx +94 -53
  819. package/src/components/Popover/PopoverExample.tsx +20 -4
  820. package/src/components/Popover/popover.scss +17 -29
  821. package/src/components/Portal/Portal.tsx +4 -6
  822. package/src/components/ProgressBar/ProgressBar.tsx +33 -9
  823. package/src/components/ProgressBar/progress-bar.scss +8 -2
  824. package/src/components/ProgressCircle/ProgressCircle.tsx +5 -43
  825. package/src/components/ProgressCircle/ProgressCircleSVG.tsx +38 -0
  826. package/src/components/ProgressionStepper/ProgressionStepper.tsx +20 -19
  827. package/src/components/ProgressionStepper/ProgressionStepperExample.tsx +3 -3
  828. package/src/components/ProgressionStepper/progression-stepper.scss +13 -0
  829. package/src/components/ProgressionStepperBar/ProgressionStepperBar.tsx +5 -8
  830. package/src/components/ProgressionStepperBar/progression-stepper-bar.scss +2 -2
  831. package/src/components/Radio/Radio.tsx +4 -10
  832. package/src/components/Radio/radio.scss +1 -1
  833. package/src/components/RadioGroup/RadioGroup.tsx +80 -82
  834. package/src/components/RadioGroup/RadioGroupExample.tsx +3 -24
  835. package/src/components/RadioGroup/radio-group.scss +0 -1
  836. package/src/components/RadioOption/RadioOption.tsx +6 -21
  837. package/src/components/Rating/Rating.tsx +100 -0
  838. package/src/components/Rating/RatingExample.tsx +18 -0
  839. package/src/components/Rating/index.tsx +1 -0
  840. package/src/components/Rating/rating.scss +85 -0
  841. package/src/components/Scrim/Scrim.tsx +5 -24
  842. package/src/components/Scrim/scrim.scss +15 -4
  843. package/src/components/SearchBar/SearchBar.tsx +18 -13
  844. package/src/components/SearchBar/SearchBarExample.tsx +9 -3
  845. package/src/components/SearchBar/search-bar.scss +1 -1
  846. package/src/components/SegmentedControl/SegmentedControl.tsx +19 -123
  847. package/src/components/SegmentedControl/SegmentedControlExample.tsx +42 -21
  848. package/src/components/SegmentedControl/segmented-control.scss +37 -89
  849. package/src/components/Select/Select.tsx +26 -34
  850. package/src/components/Select/SelectExample.tsx +4 -13
  851. package/src/components/Select/select.scss +14 -11
  852. package/src/components/SelectField/SelectField.tsx +20 -28
  853. package/src/components/Skeleton/Circular.tsx +5 -0
  854. package/src/components/Skeleton/Photo.tsx +5 -0
  855. package/src/components/Skeleton/Profile.tsx +5 -0
  856. package/src/components/Skeleton/Rectangular.tsx +5 -0
  857. package/src/components/Skeleton/Skeleton.tsx +6 -29
  858. package/src/components/Skeleton/SkeletonExample.tsx +21 -36
  859. package/src/components/Skeleton/Thumbnail.tsx +5 -0
  860. package/src/components/Skeleton/index.tsx +5 -0
  861. package/src/components/SkeletonText/SkeletonText.tsx +2 -6
  862. package/src/components/SkeletonText/SkeletonTextExample.tsx +1 -2
  863. package/src/components/Slider/Slider.tsx +281 -0
  864. package/src/components/Slider/SliderExample.tsx +63 -0
  865. package/src/components/Slider/SliderIntervalDots.tsx +35 -0
  866. package/src/components/Slider/index.tsx +1 -0
  867. package/src/components/Slider/slider.scss +121 -0
  868. package/src/components/Slider/useNormalizeSliderValue.ts +16 -0
  869. package/src/components/StylesProviderAnywhere/StylesProviderAnywhere.tsx +4 -6
  870. package/src/components/StylesProviderBetterHomesGardens/StylesProviderBetterHomesGardens.tsx +4 -6
  871. package/src/components/StylesProviderCartus/StylesProviderCartus.tsx +4 -6
  872. package/src/components/StylesProviderCentury21/StylesProviderCentury21.tsx +4 -6
  873. package/src/components/StylesProviderColdwellBanker/StylesProviderColdwellBanker.tsx +4 -6
  874. package/src/components/StylesProviderCorcoran/StylesProviderCorcoran.tsx +4 -6
  875. package/src/components/StylesProviderDemo/StylesProviderDemo.tsx +49 -0
  876. package/src/components/StylesProviderDemo/brandsCss.ts +20 -0
  877. package/src/components/StylesProviderDemo/index.tsx +1 -0
  878. package/src/components/StylesProviderDenaliBoss/StylesProviderDenaliBoss.tsx +4 -6
  879. package/src/components/StylesProviderEra/StylesProviderEra.tsx +4 -6
  880. package/src/components/StylesProviderSothebys/StylesProviderSothebys.tsx +4 -6
  881. package/src/components/Switch/Switch.tsx +3 -7
  882. package/src/components/Switch/switch.scss +1 -1
  883. package/src/components/SwitchOption/SwitchOption.tsx +6 -9
  884. package/src/components/TabGroup/TabGroup.tsx +17 -130
  885. package/src/components/TabGroup/TabGroupExample.tsx +78 -71
  886. package/src/components/TabGroup/tab-group.scss +33 -79
  887. package/src/components/TabList/TabList.tsx +239 -0
  888. package/src/components/TabList/TabListExample.tsx +7 -0
  889. package/src/components/TabList/index.tsx +1 -0
  890. package/src/components/TabList/tab-list.scss +76 -0
  891. package/src/components/Table/Footer.tsx +40 -0
  892. package/src/components/Table/Table.tsx +181 -53
  893. package/src/components/Table/TableExample.tsx +138 -0
  894. package/src/components/Table/table.scss +229 -27
  895. package/src/components/Table/utils.ts +179 -0
  896. package/src/components/Tag/Tag.tsx +11 -54
  897. package/src/components/Tag/TagExample.tsx +16 -0
  898. package/src/components/Tag/tag.scss +8 -13
  899. package/src/components/TextField/TextField.tsx +6 -27
  900. package/src/components/TextInput/TextInput.tsx +72 -54
  901. package/src/components/TextInput/TextInputExample.tsx +2 -2
  902. package/src/components/TextInput/text-input.scss +3 -2
  903. package/src/components/Textarea/Textarea.tsx +10 -11
  904. package/src/components/Textarea/TextareaExample.tsx +4 -3
  905. package/src/components/Textarea/textarea.scss +1 -1
  906. package/src/components/TextareaField/TextareaField.tsx +22 -39
  907. package/src/components/TextareaField/TextareaFieldExample.tsx +3 -9
  908. package/src/components/TimeInput/Listbox.tsx +95 -0
  909. package/src/components/TimeInput/Segment.tsx +221 -0
  910. package/src/components/TimeInput/TimeInput.tsx +192 -0
  911. package/src/components/TimeInput/TimeInputExample.tsx +6 -0
  912. package/src/components/TimeInput/index.tsx +1 -0
  913. package/src/components/TimeInput/time-input.scss +176 -0
  914. package/src/components/ToggleOption/ToggleOption.tsx +11 -12
  915. package/src/components/ToggleOption/toggle-option.scss +15 -11
  916. package/src/components/Tooltip/Tooltip.tsx +30 -27
  917. package/src/components/Tooltip/TooltipExample.tsx +10 -6
  918. package/src/components/Tooltip/tooltip.scss +1 -1
  919. package/src/components/TopNavigation/TopNavigation.tsx +1 -5
  920. package/src/components/Truncated/Truncated.tsx +24 -13
  921. package/src/components/Txt/Txt.tsx +3 -7
  922. package/src/components/UIProvider/UIProvider.tsx +2 -5
  923. package/src/constants/brands.ts +45 -0
  924. package/src/constants/phases.ts +11 -0
  925. package/src/global.d.ts +3 -0
  926. package/src/hooks/useCombobox.ts +9 -12
  927. package/src/hooks/useFloating.ts +5 -7
  928. package/src/hooks/useId.ts +5 -3
  929. package/src/hooks/useKeyNavigation.ts +66 -0
  930. package/src/hooks/useLongPress.ts +3 -2
  931. package/src/hooks/useOutsideClick.ts +9 -5
  932. package/src/hooks/usePaginationState.tsx +24 -0
  933. package/src/hooks/useTimeout.ts +14 -4
  934. package/src/{base.scss → styles/base.scss} +28 -12
  935. package/src/{colors.scss → styles/colors.scss} +1 -1
  936. package/src/{index.ts → types/common.ts} +15 -62
  937. package/src/types/meta.ts +109 -0
  938. package/src/utils/bound.ts +30 -0
  939. package/src/utils/colorVariants.ts +1 -1
  940. package/src/utils/createExampleChildElement.tsx +83 -0
  941. package/src/utils/demo.ts +25 -17
  942. package/src/utils/fileUploads.ts +73 -0
  943. package/src/utils/handleKeyDown.ts +24 -0
  944. package/src/utils/keyboard.ts +2 -2
  945. package/src/utils/random.ts +25 -0
  946. package/src/utils/scrollElementIntoView.ts +3 -1
  947. package/src/utils/txtVariants.ts +1 -1
  948. package/tsconfig.json +12 -5
  949. package/dist/components/Chip/Chip.d.ts +0 -64
  950. package/dist/components/Chip/Chip.js +0 -33
  951. package/dist/components/Chip/Chip.js.map +0 -1
  952. package/dist/components/Chip/chip.css +0 -44
  953. package/dist/components/Chip/chip.css.js +0 -50
  954. package/dist/components/Chip/index.d.ts +0 -1
  955. package/dist/components/Chip/index.js +0 -2
  956. package/dist/components/Chip/index.js.map +0 -1
  957. package/dist/hooks/useOptionIconsInvalid.d.ts +0 -36
  958. package/dist/hooks/useOptionIconsInvalid.js +0 -21
  959. package/dist/hooks/useOptionIconsInvalid.js.map +0 -1
  960. package/dist/hooks/useValidChildren.d.ts +0 -6
  961. package/dist/hooks/useValidChildren.js +0 -30
  962. package/dist/hooks/useValidChildren.js.map +0 -1
  963. package/dist/utils/children.d.ts +0 -29
  964. package/dist/utils/children.js +0 -67
  965. package/dist/utils/children.js.map +0 -1
  966. package/dist/utils/srOnly.d.ts +0 -14
  967. package/dist/utils/srOnly.js +0 -13
  968. package/dist/utils/srOnly.js.map +0 -1
  969. package/src/components/Chip/Chip.tsx +0 -104
  970. package/src/components/Chip/chip.scss +0 -66
  971. package/src/components/Chip/index.tsx +0 -1
  972. package/src/hooks/useOptionIconsInvalid.ts +0 -58
  973. package/src/hooks/useValidChildren.ts +0 -54
  974. package/src/utils/children.ts +0 -80
  975. package/src/utils/srOnly.ts +0 -14
@@ -0,0 +1,20 @@
1
+ import { Brand } from '-/types/common';
2
+
3
+ export const BRANDS_CSS: Record<Brand, string> = {
4
+ anywhere:
5
+ "/* 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",
6
+ 'better-homes-gardens':
7
+ "/* 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",
8
+ 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",
9
+ 'century-21':
10
+ "/* 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",
11
+ 'coldwell-banker':
12
+ "/* 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",
13
+ corcoran:
14
+ "/* 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",
15
+ 'denali-boss':
16
+ "/* 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",
17
+ 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",
18
+ sothebys:
19
+ "/* 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",
20
+ };