@bspk/ui 1.0.1 → 1.1.12

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 (677) hide show
  1. package/README.md +5 -0
  2. package/{Avatar.d.ts → dist/Avatar.d.ts} +2 -2
  3. package/dist/Avatar.js +27 -0
  4. package/dist/Avatar.js.map +1 -0
  5. package/{Badge.d.ts → dist/Badge.d.ts} +2 -2
  6. package/dist/Badge.js +16 -0
  7. package/dist/Badge.js.map +1 -0
  8. package/{BannerAlert.d.ts → dist/BannerAlert.d.ts} +4 -4
  9. package/dist/BannerAlert.js +20 -0
  10. package/dist/BannerAlert.js.map +1 -0
  11. package/{Button.d.ts → dist/Button.d.ts} +1 -1
  12. package/dist/Button.js +30 -0
  13. package/dist/Button.js.map +1 -0
  14. package/{Card.d.ts → dist/Card.d.ts} +2 -2
  15. package/dist/Card.js +18 -0
  16. package/dist/Card.js.map +1 -0
  17. package/{Checkbox.d.ts → dist/Checkbox.d.ts} +2 -2
  18. package/dist/Checkbox.js +32 -0
  19. package/dist/Checkbox.js.map +1 -0
  20. package/{CheckboxGroup.d.ts → dist/CheckboxGroup.d.ts} +1 -1
  21. package/dist/CheckboxGroup.js +16 -0
  22. package/dist/CheckboxGroup.js.map +1 -0
  23. package/{CheckboxOption.d.ts → dist/CheckboxOption.d.ts} +1 -1
  24. package/dist/CheckboxOption.js +14 -0
  25. package/dist/CheckboxOption.js.map +1 -0
  26. package/{Chip.d.ts → dist/Chip.d.ts} +2 -2
  27. package/dist/Chip.js +22 -0
  28. package/dist/Chip.js.map +1 -0
  29. package/{Dialog.d.ts → dist/Dialog.d.ts} +2 -2
  30. package/dist/Dialog.js +70 -0
  31. package/dist/Dialog.js.map +1 -0
  32. package/{Divider.d.ts → dist/Divider.d.ts} +2 -2
  33. package/dist/Divider.js +26 -0
  34. package/dist/Divider.js.map +1 -0
  35. package/{Dropdown.d.ts → dist/Dropdown.d.ts} +2 -2
  36. package/dist/Dropdown.js +37 -0
  37. package/dist/Dropdown.js.map +1 -0
  38. package/{DropdownField.d.ts → dist/DropdownField.d.ts} +1 -1
  39. package/{DropdownField.js → dist/DropdownField.js} +5 -7
  40. package/dist/DropdownField.js.map +1 -0
  41. package/{EmptyState.d.ts → dist/EmptyState.d.ts} +7 -1
  42. package/dist/EmptyState.js +18 -0
  43. package/dist/EmptyState.js.map +1 -0
  44. package/{Fab.d.ts → dist/Fab.d.ts} +2 -2
  45. package/dist/Fab.js +24 -0
  46. package/dist/Fab.js.map +1 -0
  47. package/{FormField.d.ts → dist/FormField.d.ts} +2 -2
  48. package/dist/FormField.js +27 -0
  49. package/dist/FormField.js.map +1 -0
  50. package/{Img.d.ts → dist/Img.d.ts} +1 -1
  51. package/dist/Img.js +12 -0
  52. package/dist/Img.js.map +1 -0
  53. package/{InlineAlert.d.ts → dist/InlineAlert.d.ts} +2 -2
  54. package/dist/InlineAlert.js +27 -0
  55. package/dist/InlineAlert.js.map +1 -0
  56. package/{Layout.d.ts → dist/Layout.d.ts} +1 -1
  57. package/{Layout.js → dist/Layout.js} +3 -5
  58. package/dist/Layout.js.map +1 -0
  59. package/{Link.d.ts → dist/Link.d.ts} +2 -2
  60. package/dist/Link.js +17 -0
  61. package/dist/Link.js.map +1 -0
  62. package/{ListItem.d.ts → dist/ListItem.d.ts} +3 -3
  63. package/dist/ListItem.js +93 -0
  64. package/dist/ListItem.js.map +1 -0
  65. package/{Menu.d.ts → dist/Menu.d.ts} +2 -2
  66. package/dist/Menu.js +62 -0
  67. package/dist/Menu.js.map +1 -0
  68. package/{MenuButton.d.ts → dist/MenuButton.d.ts} +2 -2
  69. package/dist/MenuButton.js +15 -0
  70. package/dist/MenuButton.js.map +1 -0
  71. package/{Modal.d.ts → dist/Modal.d.ts} +2 -2
  72. package/dist/Modal.js +32 -0
  73. package/dist/Modal.js.map +1 -0
  74. package/{NumberField.d.ts → dist/NumberField.d.ts} +1 -1
  75. package/{NumberField.js → dist/NumberField.js} +5 -7
  76. package/dist/NumberField.js.map +1 -0
  77. package/{NumberInput.d.ts → dist/NumberInput.d.ts} +2 -2
  78. package/dist/NumberInput.js +64 -0
  79. package/dist/NumberInput.js.map +1 -0
  80. package/{Popover.d.ts → dist/Popover.d.ts} +2 -2
  81. package/dist/Popover.js +46 -0
  82. package/dist/Popover.js.map +1 -0
  83. package/{Portal.js → dist/Portal.js} +4 -5
  84. package/dist/Portal.js.map +1 -0
  85. package/{ProgressBar.d.ts → dist/ProgressBar.d.ts} +2 -2
  86. package/dist/ProgressBar.js +17 -0
  87. package/dist/ProgressBar.js.map +1 -0
  88. package/{ProgressCircle.d.ts → dist/ProgressCircle.d.ts} +3 -3
  89. package/dist/ProgressCircle.js +30 -0
  90. package/dist/ProgressCircle.js.map +1 -0
  91. package/{ProgressionStepper.d.ts → dist/ProgressionStepper.d.ts} +2 -2
  92. package/dist/ProgressionStepper.js +24 -0
  93. package/dist/ProgressionStepper.js.map +1 -0
  94. package/{ProgressionStepperBar.d.ts → dist/ProgressionStepperBar.d.ts} +7 -3
  95. package/dist/ProgressionStepperBar.js +15 -0
  96. package/dist/ProgressionStepperBar.js.map +1 -0
  97. package/{Radio.d.ts → dist/Radio.d.ts} +2 -2
  98. package/dist/Radio.js +18 -0
  99. package/dist/Radio.js.map +1 -0
  100. package/{RadioGroup.d.ts → dist/RadioGroup.d.ts} +1 -1
  101. package/dist/RadioGroup.js +16 -0
  102. package/dist/RadioGroup.js.map +1 -0
  103. package/{RadioOption.d.ts → dist/RadioOption.d.ts} +1 -1
  104. package/dist/RadioOption.js +14 -0
  105. package/dist/RadioOption.js.map +1 -0
  106. package/{SearchBar.d.ts → dist/SearchBar.d.ts} +2 -2
  107. package/{SearchBar.js → dist/SearchBar.js} +13 -19
  108. package/dist/SearchBar.js.map +1 -0
  109. package/{SegmentedControl.d.ts → dist/SegmentedControl.d.ts} +2 -2
  110. package/dist/SegmentedControl.js +22 -0
  111. package/dist/SegmentedControl.js.map +1 -0
  112. package/dist/Skeleton.d.ts +45 -0
  113. package/dist/Skeleton.js +25 -0
  114. package/dist/Skeleton.js.map +1 -0
  115. package/{StylesProviderAnywhere.d.ts → dist/StylesProviderAnywhere.d.ts} +4 -1
  116. package/dist/StylesProviderAnywhere.js +15 -0
  117. package/dist/StylesProviderAnywhere.js.map +1 -0
  118. package/{StylesProviderBetterHomesGardens.d.ts → dist/StylesProviderBetterHomesGardens.d.ts} +4 -1
  119. package/dist/StylesProviderBetterHomesGardens.js +15 -0
  120. package/dist/StylesProviderBetterHomesGardens.js.map +1 -0
  121. package/{StylesProviderCartus.d.ts → dist/StylesProviderCartus.d.ts} +4 -1
  122. package/dist/StylesProviderCartus.js +15 -0
  123. package/dist/StylesProviderCartus.js.map +1 -0
  124. package/{StylesProviderCentury21.d.ts → dist/StylesProviderCentury21.d.ts} +4 -1
  125. package/dist/StylesProviderCentury21.js +15 -0
  126. package/dist/StylesProviderCentury21.js.map +1 -0
  127. package/{StylesProviderColdwellBanker.d.ts → dist/StylesProviderColdwellBanker.d.ts} +4 -1
  128. package/dist/StylesProviderColdwellBanker.js +15 -0
  129. package/dist/StylesProviderColdwellBanker.js.map +1 -0
  130. package/{StylesProviderCorcoran.d.ts → dist/StylesProviderCorcoran.d.ts} +4 -1
  131. package/dist/StylesProviderCorcoran.js +15 -0
  132. package/dist/StylesProviderCorcoran.js.map +1 -0
  133. package/{StylesProviderDenaliBoss.d.ts → dist/StylesProviderDenaliBoss.d.ts} +4 -1
  134. package/dist/StylesProviderDenaliBoss.js +15 -0
  135. package/dist/StylesProviderDenaliBoss.js.map +1 -0
  136. package/{StylesProviderEra.d.ts → dist/StylesProviderEra.d.ts} +4 -1
  137. package/dist/StylesProviderEra.js +15 -0
  138. package/dist/StylesProviderEra.js.map +1 -0
  139. package/{StylesProviderSothebys.d.ts → dist/StylesProviderSothebys.d.ts} +4 -1
  140. package/dist/StylesProviderSothebys.js +15 -0
  141. package/dist/StylesProviderSothebys.js.map +1 -0
  142. package/{Switch.d.ts → dist/Switch.d.ts} +2 -2
  143. package/dist/Switch.js +21 -0
  144. package/dist/Switch.js.map +1 -0
  145. package/{SwitchGroup.d.ts → dist/SwitchGroup.d.ts} +1 -1
  146. package/dist/SwitchGroup.js +16 -0
  147. package/dist/SwitchGroup.js.map +1 -0
  148. package/{SwitchOption.d.ts → dist/SwitchOption.d.ts} +1 -1
  149. package/dist/SwitchOption.js +14 -0
  150. package/dist/SwitchOption.js.map +1 -0
  151. package/{TabGroup.d.ts → dist/TabGroup.d.ts} +2 -2
  152. package/dist/TabGroup.js +22 -0
  153. package/dist/TabGroup.js.map +1 -0
  154. package/{Table.d.ts → dist/Table.d.ts} +2 -2
  155. package/dist/Table.js +20 -0
  156. package/dist/Table.js.map +1 -0
  157. package/{Tag.d.ts → dist/Tag.d.ts} +2 -2
  158. package/dist/Tag.js +15 -0
  159. package/dist/Tag.js.map +1 -0
  160. package/{TextField.d.ts → dist/TextField.d.ts} +1 -1
  161. package/dist/TextField.js +17 -0
  162. package/dist/TextField.js.map +1 -0
  163. package/{TextInput.d.ts → dist/TextInput.d.ts} +2 -2
  164. package/dist/TextInput.js +23 -0
  165. package/dist/TextInput.js.map +1 -0
  166. package/{Textarea.d.ts → dist/Textarea.d.ts} +2 -2
  167. package/dist/Textarea.js +39 -0
  168. package/dist/Textarea.js.map +1 -0
  169. package/{TextareaField.d.ts → dist/TextareaField.d.ts} +1 -1
  170. package/dist/TextareaField.js +24 -0
  171. package/dist/TextareaField.js.map +1 -0
  172. package/{ToggleOption.d.ts → dist/ToggleOption.d.ts} +2 -2
  173. package/dist/ToggleOption.js +14 -0
  174. package/dist/ToggleOption.js.map +1 -0
  175. package/{Tooltip.d.ts → dist/Tooltip.d.ts} +2 -2
  176. package/dist/Tooltip.js +42 -0
  177. package/dist/Tooltip.js.map +1 -0
  178. package/{TopNavigation.d.ts → dist/TopNavigation.d.ts} +2 -2
  179. package/dist/TopNavigation.js +14 -0
  180. package/dist/TopNavigation.js.map +1 -0
  181. package/{Txt.d.ts → dist/Txt.d.ts} +1 -1
  182. package/{Txt.js → dist/Txt.js} +3 -8
  183. package/dist/Txt.js.map +1 -0
  184. package/dist/avatar.css +1 -0
  185. package/dist/badge.css +1 -0
  186. package/dist/banner-alert.css +1 -0
  187. package/dist/base.css +1 -0
  188. package/dist/button.css +1 -0
  189. package/dist/card.css +1 -0
  190. package/dist/checkbox.css +1 -0
  191. package/dist/chip.css +1 -0
  192. package/dist/colors.css +1 -0
  193. package/dist/dialog.css +1 -0
  194. package/dist/divider.css +1 -0
  195. package/dist/dropdown.css +1 -0
  196. package/dist/fab.css +1 -0
  197. package/dist/form-field.css +1 -0
  198. package/{hooks → dist/hooks}/useCheckboxGroupState.d.ts +1 -1
  199. package/{hooks → dist/hooks}/useCheckboxGroupState.js +3 -6
  200. package/dist/hooks/useCheckboxGroupState.js.map +1 -0
  201. package/{hooks → dist/hooks}/useCheckboxState.js +2 -5
  202. package/dist/hooks/useCheckboxState.js.map +1 -0
  203. package/{hooks → dist/hooks}/useFloating.js +5 -8
  204. package/dist/hooks/useFloating.js.map +1 -0
  205. package/{hooks → dist/hooks}/useFloatingMenu.js +6 -9
  206. package/dist/hooks/useFloatingMenu.js.map +1 -0
  207. package/{hooks → dist/hooks}/useId.js +4 -7
  208. package/dist/hooks/useId.js.map +1 -0
  209. package/{hooks → dist/hooks}/useKeyboardNavigation.js +4 -7
  210. package/dist/hooks/useKeyboardNavigation.js.map +1 -0
  211. package/{hooks → dist/hooks}/useLongPress.js +3 -6
  212. package/dist/hooks/useLongPress.js.map +1 -0
  213. package/{hooks → dist/hooks}/useModalState.js +3 -6
  214. package/dist/hooks/useModalState.js.map +1 -0
  215. package/{hooks → dist/hooks}/useNavOptions.js +4 -7
  216. package/dist/hooks/useNavOptions.js.map +1 -0
  217. package/{hooks → dist/hooks}/useOutsideClick.js +2 -5
  218. package/dist/hooks/useOutsideClick.js.map +1 -0
  219. package/{hooks → dist/hooks}/useRadioState.js +2 -5
  220. package/dist/hooks/useRadioState.js.map +1 -0
  221. package/{hooks → dist/hooks}/useSwitchGroupState.d.ts +1 -1
  222. package/{hooks → dist/hooks}/useSwitchGroupState.js +3 -6
  223. package/dist/hooks/useSwitchGroupState.js.map +1 -0
  224. package/{hooks → dist/hooks}/useTimeout.js +2 -5
  225. package/dist/hooks/useTimeout.js.map +1 -0
  226. package/{hooks → dist/hooks}/useValidChildren.js +4 -7
  227. package/dist/hooks/useValidChildren.js.map +1 -0
  228. package/{index.js → dist/index.js} +2 -4
  229. package/dist/index.js.map +1 -0
  230. package/dist/inline-alert.css +1 -0
  231. package/dist/link.css +1 -0
  232. package/dist/list-item.css +1 -0
  233. package/dist/menu-button.css +1 -0
  234. package/dist/menu.css +1 -0
  235. package/dist/modal.css +1 -0
  236. package/dist/number-input.css +1 -0
  237. package/dist/popover.css +1 -0
  238. package/dist/progress-bar.css +1 -0
  239. package/dist/progress-circle.css +1 -0
  240. package/dist/progression-stepper-bar.css +1 -0
  241. package/dist/progression-stepper.css +1 -0
  242. package/dist/radio.css +1 -0
  243. package/dist/search-bar.css +1 -0
  244. package/dist/segmented-control.css +1 -0
  245. package/dist/skeleton.css +6 -0
  246. package/dist/switch.css +1 -0
  247. package/dist/tab-group.css +1 -0
  248. package/dist/table.css +1 -0
  249. package/dist/tag.css +1 -0
  250. package/dist/text-input.css +1 -0
  251. package/dist/textarea.css +4 -0
  252. package/dist/toggle-option.css +1 -0
  253. package/dist/tooltip.css +1 -0
  254. package/dist/top-navigation.css +1 -0
  255. package/{utils → dist/utils}/children.js +9 -12
  256. package/dist/utils/children.js.map +1 -0
  257. package/dist/utils/colorVariants.d.ts +7 -0
  258. package/dist/utils/colorVariants.js +22 -0
  259. package/dist/utils/colorVariants.js.map +1 -0
  260. package/{utils → dist/utils}/errors.d.ts +1 -1
  261. package/{utils → dist/utils}/errors.js +20 -12
  262. package/dist/utils/errors.js.map +1 -0
  263. package/{utils → dist/utils}/getValidNode.js +2 -5
  264. package/dist/utils/getValidNode.js.map +1 -0
  265. package/{utils → dist/utils}/keyboard.js +2 -4
  266. package/dist/utils/keyboard.js.map +1 -0
  267. package/dist/utils/placeholder.test.d.ts +1 -0
  268. package/dist/utils/placeholder.test.js +7 -0
  269. package/dist/utils/placeholder.test.js.map +1 -0
  270. package/{utils → dist/utils}/ref.js +2 -4
  271. package/dist/utils/ref.js.map +1 -0
  272. package/{utils → dist/utils}/scrollElementIntoView.js +2 -4
  273. package/dist/utils/scrollElementIntoView.js.map +1 -0
  274. package/{utils → dist/utils}/srOnly.js +2 -4
  275. package/dist/utils/srOnly.js.map +1 -0
  276. package/dist/utils/styleAdd.d.ts +1 -0
  277. package/dist/utils/styleAdd.js +11 -0
  278. package/dist/utils/styleAdd.js.map +1 -0
  279. package/{utils → dist/utils}/tryIntPsrse.js +2 -4
  280. package/dist/utils/tryIntPsrse.js.map +1 -0
  281. package/dist/utils/txtVariants.d.ts +7 -0
  282. package/{utils → dist/utils}/txtVariants.js +7 -4
  283. package/dist/utils/txtVariants.js.map +1 -0
  284. package/meta-types.ts +46 -0
  285. package/meta.ts +465 -0
  286. package/package.json +31 -20
  287. package/src/Avatar.tsx +3 -61
  288. package/src/Badge.tsx +2 -30
  289. package/src/BannerAlert.tsx +6 -119
  290. package/src/Button.tsx +3 -228
  291. package/src/Card.tsx +2 -22
  292. package/src/Checkbox.tsx +2 -94
  293. package/src/CheckboxGroup.tsx +2 -2
  294. package/src/CheckboxOption.tsx +3 -3
  295. package/src/Chip.tsx +2 -68
  296. package/src/Dialog.tsx +2 -154
  297. package/src/Divider.tsx +2 -54
  298. package/src/Dropdown.tsx +2 -119
  299. package/src/DropdownField.tsx +3 -2
  300. package/src/EmptyState.tsx +10 -4
  301. package/src/Fab.tsx +2 -125
  302. package/src/FormField.tsx +2 -15
  303. package/src/Img.tsx +1 -9
  304. package/src/InlineAlert.tsx +2 -48
  305. package/src/Layout.tsx +1 -0
  306. package/src/Link.tsx +2 -23
  307. package/src/ListItem.tsx +3 -118
  308. package/src/Menu.tsx +3 -41
  309. package/src/MenuButton.tsx +2 -17
  310. package/src/Modal.tsx +3 -24
  311. package/src/NumberField.tsx +3 -2
  312. package/src/NumberInput.tsx +2 -126
  313. package/src/Popover.tsx +3 -110
  314. package/src/Portal.tsx +1 -0
  315. package/src/ProgressBar.tsx +2 -49
  316. package/src/ProgressCircle.tsx +2 -57
  317. package/src/ProgressionStepper.tsx +2 -175
  318. package/src/ProgressionStepperBar.tsx +7 -44
  319. package/src/Radio.tsx +2 -82
  320. package/src/RadioGroup.tsx +2 -2
  321. package/src/RadioOption.tsx +3 -3
  322. package/src/SearchBar.tsx +4 -10
  323. package/src/SegmentedControl.tsx +2 -116
  324. package/src/Skeleton.tsx +40 -56
  325. package/src/StylesProviderAnywhere.tsx +4 -18
  326. package/src/StylesProviderBetterHomesGardens.tsx +4 -18
  327. package/src/StylesProviderCartus.tsx +4 -18
  328. package/src/StylesProviderCentury21.tsx +4 -18
  329. package/src/StylesProviderColdwellBanker.tsx +4 -18
  330. package/src/StylesProviderCorcoran.tsx +4 -18
  331. package/src/StylesProviderDenaliBoss.tsx +4 -18
  332. package/src/StylesProviderEra.tsx +4 -18
  333. package/src/StylesProviderSothebys.tsx +4 -18
  334. package/src/Switch.tsx +2 -66
  335. package/src/SwitchGroup.tsx +2 -2
  336. package/src/SwitchOption.tsx +3 -3
  337. package/src/TabGroup.tsx +2 -100
  338. package/src/Table.tsx +2 -49
  339. package/src/Tag.tsx +3 -67
  340. package/src/TextField.tsx +3 -2
  341. package/src/TextInput.tsx +2 -152
  342. package/src/Textarea.tsx +2 -80
  343. package/src/TextareaField.tsx +3 -2
  344. package/src/ToggleOption.tsx +2 -79
  345. package/src/Tooltip.tsx +3 -66
  346. package/src/TopNavigation.tsx +2 -10
  347. package/src/Txt.tsx +1 -9
  348. package/src/avatar.scss +74 -0
  349. package/src/badge.scss +28 -0
  350. package/{BannerAlert.js → src/banner-alert.scss} +5 -23
  351. package/src/{styles/base.css → base.scss} +5 -3
  352. package/src/button.scss +218 -0
  353. package/src/card.scss +23 -0
  354. package/{Checkbox.js → src/checkbox.scss} +9 -34
  355. package/{Chip.js → src/chip.scss} +3 -24
  356. package/src/colors.scss +76 -0
  357. package/{Dialog.js → src/dialog.scss} +7 -76
  358. package/src/divider.scss +47 -0
  359. package/{Dropdown.js → src/dropdown.scss} +4 -45
  360. package/{Fab.js → src/fab.scss} +4 -27
  361. package/src/form-field.scss +13 -0
  362. package/src/hooks/useFloating.ts +5 -5
  363. package/src/inline-alert.scss +51 -0
  364. package/src/link.scss +21 -0
  365. package/src/list-item.scss +113 -0
  366. package/src/menu-button.scss +16 -0
  367. package/src/menu.scss +36 -0
  368. package/src/modal.scss +22 -0
  369. package/src/number-input.scss +128 -0
  370. package/{Popover.js → src/popover.scss} +10 -49
  371. package/src/progress-bar.scss +50 -0
  372. package/src/progress-circle.scss +56 -0
  373. package/src/progression-stepper-bar.scss +39 -0
  374. package/{ProgressionStepper.js → src/progression-stepper.scss} +8 -27
  375. package/{Radio.js → src/radio.scss} +6 -22
  376. package/src/search-bar.scss +7 -0
  377. package/{SegmentedControl.js → src/segmented-control.scss} +7 -24
  378. package/src/skeleton.scss +83 -0
  379. package/{Switch.js → src/switch.scss} +4 -25
  380. package/{TabGroup.js → src/tab-group.scss} +9 -26
  381. package/{Table.js → src/table.scss} +4 -22
  382. package/{Tag.js → src/tag.scss} +5 -28
  383. package/{TextInput.js → src/text-input.scss} +7 -31
  384. package/{Textarea.js → src/textarea.scss} +9 -38
  385. package/{ToggleOption.js → src/toggle-option.scss} +3 -16
  386. package/src/tooltip.scss +63 -0
  387. package/src/top-navigation.scss +5 -0
  388. package/src/utils/children.ts +1 -1
  389. package/src/utils/colorVariants.ts +22 -73
  390. package/src/utils/styleAdd.ts +7 -0
  391. package/src/utils/txtVariants.ts +8 -27
  392. package/Accordion.d.ts +0 -20
  393. package/Accordion.js +0 -18
  394. package/Accordion.js.map +0 -1
  395. package/Avatar.js +0 -81
  396. package/Avatar.js.map +0 -1
  397. package/Badge.js +0 -43
  398. package/Badge.js.map +0 -1
  399. package/BannerAlert.js.map +0 -1
  400. package/BottomNavigation.d.ts +0 -20
  401. package/BottomNavigation.js +0 -18
  402. package/BottomNavigation.js.map +0 -1
  403. package/BottomSheet.d.ts +0 -20
  404. package/BottomSheet.js +0 -18
  405. package/BottomSheet.js.map +0 -1
  406. package/Breadcrumb.d.ts +0 -20
  407. package/Breadcrumb.js +0 -18
  408. package/Breadcrumb.js.map +0 -1
  409. package/Button.js +0 -254
  410. package/Button.js.map +0 -1
  411. package/ButtonDock.d.ts +0 -20
  412. package/ButtonDock.js +0 -18
  413. package/ButtonDock.js.map +0 -1
  414. package/CODE_OF_CONDUCT.md +0 -137
  415. package/CONTRIBUTING.md +0 -42
  416. package/Card.js +0 -38
  417. package/Card.js.map +0 -1
  418. package/Chart.d.ts +0 -20
  419. package/Chart.js +0 -18
  420. package/Chart.js.map +0 -1
  421. package/Checkbox.js.map +0 -1
  422. package/CheckboxGroup.js +0 -18
  423. package/CheckboxGroup.js.map +0 -1
  424. package/CheckboxOption.js +0 -16
  425. package/CheckboxOption.js.map +0 -1
  426. package/Chip.js.map +0 -1
  427. package/DatePicker.d.ts +0 -20
  428. package/DatePicker.js +0 -18
  429. package/DatePicker.js.map +0 -1
  430. package/Dialog.js.map +0 -1
  431. package/Divider.js +0 -76
  432. package/Divider.js.map +0 -1
  433. package/Drawer.d.ts +0 -20
  434. package/Drawer.js +0 -18
  435. package/Drawer.js.map +0 -1
  436. package/Dropdown.js.map +0 -1
  437. package/DropdownField.js.map +0 -1
  438. package/EmptyState.js +0 -20
  439. package/EmptyState.js.map +0 -1
  440. package/Fab.js.map +0 -1
  441. package/FileUpload.d.ts +0 -20
  442. package/FileUpload.js +0 -18
  443. package/FileUpload.js.map +0 -1
  444. package/FormField.js +0 -39
  445. package/FormField.js.map +0 -1
  446. package/GUIDELINES.md +0 -41
  447. package/Image.d.ts +0 -20
  448. package/Image.js +0 -18
  449. package/Image.js.map +0 -1
  450. package/Img.js +0 -20
  451. package/Img.js.map +0 -1
  452. package/InlineAlert.js +0 -73
  453. package/InlineAlert.js.map +0 -1
  454. package/Layout.js.map +0 -1
  455. package/Link.js +0 -37
  456. package/Link.js.map +0 -1
  457. package/ListItem.js +0 -207
  458. package/ListItem.js.map +0 -1
  459. package/Menu.js +0 -98
  460. package/Menu.js.map +0 -1
  461. package/MenuButton.js +0 -30
  462. package/MenuButton.js.map +0 -1
  463. package/Modal.js +0 -53
  464. package/Modal.js.map +0 -1
  465. package/MultiSelection.d.ts +0 -20
  466. package/MultiSelection.js +0 -18
  467. package/MultiSelection.js.map +0 -1
  468. package/NavigationRail.d.ts +0 -20
  469. package/NavigationRail.js +0 -18
  470. package/NavigationRail.js.map +0 -1
  471. package/NumberField.js.map +0 -1
  472. package/NumberInput.js +0 -188
  473. package/NumberInput.js.map +0 -1
  474. package/OTPInput.d.ts +0 -20
  475. package/OTPInput.js +0 -18
  476. package/OTPInput.js.map +0 -1
  477. package/PageControl.d.ts +0 -20
  478. package/PageControl.js +0 -18
  479. package/PageControl.js.map +0 -1
  480. package/PasswordInput.d.ts +0 -20
  481. package/PasswordInput.js +0 -18
  482. package/PasswordInput.js.map +0 -1
  483. package/PhoneNumberInput.d.ts +0 -20
  484. package/PhoneNumberInput.js +0 -18
  485. package/PhoneNumberInput.js.map +0 -1
  486. package/Popover.js.map +0 -1
  487. package/Portal.js.map +0 -1
  488. package/ProgressBar.js +0 -64
  489. package/ProgressBar.js.map +0 -1
  490. package/ProgressCircle.js +0 -82
  491. package/ProgressCircle.js.map +0 -1
  492. package/ProgressionStepper.js.map +0 -1
  493. package/ProgressionStepperBar.js +0 -51
  494. package/ProgressionStepperBar.js.map +0 -1
  495. package/Radio.js.map +0 -1
  496. package/RadioGroup.js +0 -18
  497. package/RadioGroup.js.map +0 -1
  498. package/RadioOption.js +0 -16
  499. package/RadioOption.js.map +0 -1
  500. package/Rating.d.ts +0 -16
  501. package/Rating.js +0 -18
  502. package/Rating.js.map +0 -1
  503. package/SearchBar.js.map +0 -1
  504. package/SegmentedControl.js.map +0 -1
  505. package/Skeleton.d.ts +0 -28
  506. package/Skeleton.js +0 -57
  507. package/Skeleton.js.map +0 -1
  508. package/SliderInput.d.ts +0 -16
  509. package/SliderInput.js +0 -18
  510. package/SliderInput.js.map +0 -1
  511. package/Snackbar.d.ts +0 -16
  512. package/Snackbar.js +0 -18
  513. package/Snackbar.js.map +0 -1
  514. package/StylesProviderAnywhere.js +0 -29
  515. package/StylesProviderAnywhere.js.map +0 -1
  516. package/StylesProviderBetterHomesGardens.js +0 -29
  517. package/StylesProviderBetterHomesGardens.js.map +0 -1
  518. package/StylesProviderCartus.js +0 -29
  519. package/StylesProviderCartus.js.map +0 -1
  520. package/StylesProviderCentury21.js +0 -29
  521. package/StylesProviderCentury21.js.map +0 -1
  522. package/StylesProviderColdwellBanker.js +0 -29
  523. package/StylesProviderColdwellBanker.js.map +0 -1
  524. package/StylesProviderCorcoran.js +0 -29
  525. package/StylesProviderCorcoran.js.map +0 -1
  526. package/StylesProviderDenaliBoss.js +0 -29
  527. package/StylesProviderDenaliBoss.js.map +0 -1
  528. package/StylesProviderEra.js +0 -29
  529. package/StylesProviderEra.js.map +0 -1
  530. package/StylesProviderSothebys.js +0 -29
  531. package/StylesProviderSothebys.js.map +0 -1
  532. package/Switch.js.map +0 -1
  533. package/SwitchGroup.js +0 -18
  534. package/SwitchGroup.js.map +0 -1
  535. package/SwitchOption.js +0 -16
  536. package/SwitchOption.js.map +0 -1
  537. package/TabGroup.js.map +0 -1
  538. package/Table.js.map +0 -1
  539. package/Tag.js.map +0 -1
  540. package/TextField.js +0 -19
  541. package/TextField.js.map +0 -1
  542. package/TextInput.js.map +0 -1
  543. package/Textarea.js.map +0 -1
  544. package/TextareaField.js +0 -26
  545. package/TextareaField.js.map +0 -1
  546. package/TimePicker.d.ts +0 -16
  547. package/TimePicker.js +0 -18
  548. package/TimePicker.js.map +0 -1
  549. package/ToggleOption.js.map +0 -1
  550. package/Tooltip.js +0 -104
  551. package/Tooltip.js.map +0 -1
  552. package/TopNavigation.js +0 -18
  553. package/TopNavigation.js.map +0 -1
  554. package/Txt.js.map +0 -1
  555. package/hooks/useCheckboxGroupState.js.map +0 -1
  556. package/hooks/useCheckboxState.js.map +0 -1
  557. package/hooks/useFloating.js.map +0 -1
  558. package/hooks/useFloatingMenu.js.map +0 -1
  559. package/hooks/useId.js.map +0 -1
  560. package/hooks/useKeyboardNavigation.js.map +0 -1
  561. package/hooks/useLongPress.js.map +0 -1
  562. package/hooks/useModalState.js.map +0 -1
  563. package/hooks/useNavOptions.js.map +0 -1
  564. package/hooks/useOutsideClick.js.map +0 -1
  565. package/hooks/useRadioState.js.map +0 -1
  566. package/hooks/useSwitchGroupState.js.map +0 -1
  567. package/hooks/useTimeout.js.map +0 -1
  568. package/hooks/useValidChildren.js.map +0 -1
  569. package/index.js.map +0 -1
  570. package/meta.d.ts +0 -44
  571. package/meta.js +0 -5789
  572. package/meta.js.map +0 -1
  573. package/src/Accordion.tsx +0 -33
  574. package/src/BottomNavigation.tsx +0 -33
  575. package/src/BottomSheet.tsx +0 -33
  576. package/src/Breadcrumb.tsx +0 -33
  577. package/src/ButtonDock.tsx +0 -33
  578. package/src/Chart.tsx +0 -33
  579. package/src/DatePicker.tsx +0 -33
  580. package/src/Drawer.tsx +0 -33
  581. package/src/FileUpload.tsx +0 -33
  582. package/src/Image.tsx +0 -33
  583. package/src/MultiSelection.tsx +0 -33
  584. package/src/NavigationRail.tsx +0 -33
  585. package/src/OTPInput.tsx +0 -33
  586. package/src/PageControl.tsx +0 -33
  587. package/src/PasswordInput.tsx +0 -33
  588. package/src/PhoneNumberInput.tsx +0 -33
  589. package/src/Rating.tsx +0 -29
  590. package/src/SliderInput.tsx +0 -29
  591. package/src/Snackbar.tsx +0 -29
  592. package/src/TimePicker.tsx +0 -29
  593. package/src/meta.ts +0 -6238
  594. package/src/package.json +0 -3
  595. package/src/styles/anywhere.css +0 -1693
  596. package/src/styles/anywhere.ts +0 -1694
  597. package/src/styles/base.ts +0 -161
  598. package/src/styles/better-homes-gardens.css +0 -1693
  599. package/src/styles/better-homes-gardens.ts +0 -1694
  600. package/src/styles/cartus.css +0 -1691
  601. package/src/styles/cartus.ts +0 -1692
  602. package/src/styles/century-21.css +0 -1689
  603. package/src/styles/century-21.ts +0 -1690
  604. package/src/styles/coldwell-banker.css +0 -1691
  605. package/src/styles/coldwell-banker.ts +0 -1692
  606. package/src/styles/corcoran.css +0 -1685
  607. package/src/styles/corcoran.ts +0 -1686
  608. package/src/styles/denali-boss.css +0 -1681
  609. package/src/styles/denali-boss.ts +0 -1682
  610. package/src/styles/era.css +0 -1685
  611. package/src/styles/era.ts +0 -1686
  612. package/src/styles/sothebys.css +0 -1677
  613. package/src/styles/sothebys.ts +0 -1678
  614. package/styles/anywhere.d.ts +0 -2
  615. package/styles/anywhere.js +0 -1697
  616. package/styles/anywhere.js.map +0 -1
  617. package/styles/base.d.ts +0 -2
  618. package/styles/base.js +0 -164
  619. package/styles/base.js.map +0 -1
  620. package/styles/better-homes-gardens.d.ts +0 -2
  621. package/styles/better-homes-gardens.js +0 -1697
  622. package/styles/better-homes-gardens.js.map +0 -1
  623. package/styles/cartus.d.ts +0 -2
  624. package/styles/cartus.js +0 -1695
  625. package/styles/cartus.js.map +0 -1
  626. package/styles/century-21.d.ts +0 -2
  627. package/styles/century-21.js +0 -1693
  628. package/styles/century-21.js.map +0 -1
  629. package/styles/coldwell-banker.d.ts +0 -2
  630. package/styles/coldwell-banker.js +0 -1695
  631. package/styles/coldwell-banker.js.map +0 -1
  632. package/styles/corcoran.d.ts +0 -2
  633. package/styles/corcoran.js +0 -1689
  634. package/styles/corcoran.js.map +0 -1
  635. package/styles/denali-boss.d.ts +0 -2
  636. package/styles/denali-boss.js +0 -1685
  637. package/styles/denali-boss.js.map +0 -1
  638. package/styles/era.d.ts +0 -2
  639. package/styles/era.js +0 -1689
  640. package/styles/era.js.map +0 -1
  641. package/styles/sothebys.d.ts +0 -2
  642. package/styles/sothebys.js +0 -1681
  643. package/styles/sothebys.js.map +0 -1
  644. package/utils/children.js.map +0 -1
  645. package/utils/colorVariants.d.ts +0 -5
  646. package/utils/colorVariants.js +0 -61
  647. package/utils/colorVariants.js.map +0 -1
  648. package/utils/errors.js.map +0 -1
  649. package/utils/getValidNode.js.map +0 -1
  650. package/utils/keyboard.js.map +0 -1
  651. package/utils/ref.js.map +0 -1
  652. package/utils/scrollElementIntoView.js.map +0 -1
  653. package/utils/srOnly.js.map +0 -1
  654. package/utils/tryIntPsrse.js.map +0 -1
  655. package/utils/txtVariants.d.ts +0 -2
  656. package/utils/txtVariants.js.map +0 -1
  657. /package/{Portal.d.ts → dist/Portal.d.ts} +0 -0
  658. /package/{hooks → dist/hooks}/useCheckboxState.d.ts +0 -0
  659. /package/{hooks → dist/hooks}/useFloating.d.ts +0 -0
  660. /package/{hooks → dist/hooks}/useFloatingMenu.d.ts +0 -0
  661. /package/{hooks → dist/hooks}/useId.d.ts +0 -0
  662. /package/{hooks → dist/hooks}/useKeyboardNavigation.d.ts +0 -0
  663. /package/{hooks → dist/hooks}/useLongPress.d.ts +0 -0
  664. /package/{hooks → dist/hooks}/useModalState.d.ts +0 -0
  665. /package/{hooks → dist/hooks}/useNavOptions.d.ts +0 -0
  666. /package/{hooks → dist/hooks}/useOutsideClick.d.ts +0 -0
  667. /package/{hooks → dist/hooks}/useRadioState.d.ts +0 -0
  668. /package/{hooks → dist/hooks}/useTimeout.d.ts +0 -0
  669. /package/{hooks → dist/hooks}/useValidChildren.d.ts +0 -0
  670. /package/{index.d.ts → dist/index.d.ts} +0 -0
  671. /package/{utils → dist/utils}/children.d.ts +0 -0
  672. /package/{utils → dist/utils}/getValidNode.d.ts +0 -0
  673. /package/{utils → dist/utils}/keyboard.d.ts +0 -0
  674. /package/{utils → dist/utils}/ref.d.ts +0 -0
  675. /package/{utils → dist/utils}/scrollElementIntoView.d.ts +0 -0
  676. /package/{utils → dist/utils}/srOnly.d.ts +0 -0
  677. /package/{utils → dist/utils}/tryIntPsrse.d.ts +0 -0
package/styles/era.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"era.js","sources":["../src/styles/era.ts"],"sourcesContent":[null],"names":[],"mappings":"AAAA,iBAAe,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqpDd;;;;"}
@@ -1,2 +0,0 @@
1
- declare const _default: "/* Generated from figma export: 2025-05-01T18:43:34.841Z */\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/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: #1f1f1f00;\n /* Colors/System/Spectrum/Data visual/Gradient/opacity-white - Global (primitives) */\n --colors-system-spectrum-data-visual-gradient-opacity-white: #ffffff00;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-1200: #154f70;\n /* Colors/System/Spectrum/Data visual/Highlight/azure-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-azure-400: #dff0fa;\n /* Colors/System/Spectrum/Data visual/Highlight/backrose-1400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-backrose-1400: #0a001a;\n /* Colors/System/Spectrum/Data visual/Highlight/blackrose-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-blackrose-400: #dcd9e0;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-1400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-1400: #3d261a;\n /* Colors/System/Spectrum/Data visual/Highlight/bronze-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-bronze-400: #ebe4e1;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-dark-1400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-dark-1400: #3d1506;\n /* Colors/System/Spectrum/Data visual/Highlight/brown-light-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-brown-light-400: #ebdfda;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-1400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-1400: #05252a;\n /* Colors/System/Spectrum/Data visual/Highlight/cadet-gray-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cadet-gray-400: #dae4e5;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-1200: #6b3f29;\n /* Colors/System/Spectrum/Data visual/Highlight/cooper-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-cooper-400: #f9ece5;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-1200 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-1200: #564916;\n /* Colors/System/Spectrum/Data visual/Highlight/gold-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-gold-400: #f2efdf;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-1400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-1400: #1c4f3d;\n /* Colors/System/Spectrum/Data visual/Highlight/jade-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-jade-400: #e1f0eb;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-1400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-1400: #2a0505;\n /* Colors/System/Spectrum/Data visual/Highlight/maroon-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-maroon-400: #e5dada;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-1400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-1400: #404040;\n /* Colors/System/Spectrum/Data visual/Highlight/platinum-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-platinum-400: #ececec;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-1400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-1400: #171a00;\n /* Colors/System/Spectrum/Data visual/Highlight/sage-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-sage-400: #dfe0d9;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-1400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-1400: #052336;\n /* Colors/System/Spectrum/Data visual/Highlight/tanzanite-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-tanzanite-400: #dae3e9;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-1400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-1400: #221a3d;\n /* Colors/System/Spectrum/Data visual/Highlight/violet-400 - Global (primitives) */\n --colors-system-spectrum-data-visual-highlight-violet-400: #e3e1eb;\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-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-primary - Theme - Sotheby's */\n --foreground-brand-on-primary: #ffffff;\n /* Foreground/Brand/on-brand-secondary - Theme - Sotheby's */\n --foreground-brand-on-secondary: #141414;\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 /* 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/circular - Borders */\n --radius-circular: 999px;\n /* Radius/large - Borders */\n --radius-large: 12px;\n /* Radius/medium - Borders */\n --radius-medium: 8px;\n /* Radius/none - Borders */\n --radius-none: 0;\n /* Radius/small - Borders */\n --radius-small: 4px;\n /* Radius/x-large - Borders */\n --radius-x-large: 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: 72px;\n /* Spacing/sizing-18 - Spacing & Sizing */\n --spacing-sizing-18: 80px;\n /* Spacing/sizing-19 - Spacing & Sizing */\n --spacing-sizing-19: 96px;\n /* Spacing/sizing-20 - Spacing & Sizing */\n --spacing-sizing-20: 104px;\n /* Spacing/sizing-21 - Spacing & Sizing */\n --spacing-sizing-21: 120px;\n /* Spacing/sizing-22 - Spacing & Sizing */\n --spacing-sizing-22: 128px;\n /* Spacing/sizing-23 - Spacing & Sizing */\n --spacing-sizing-23: 148px;\n /* Spacing/sizing-24 - Spacing & Sizing */\n --spacing-sizing-24: 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/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/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: #dcd9e0;\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: #dff0fa;\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: #dae3e9;\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: #e1f0eb;\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: #dae4e5;\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: #ececec;\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: #e3e1eb;\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: #dae3e9;\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: #dff0fa;\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: #dcd9e0;\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: #e1f0eb;\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: #dae4e5;\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: #ececec;\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: #e3e1eb;\n /* Data visual/gradient-end - Theme - Sotheby's */\n --data-visual-gradient-end: #ffffff00;\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/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 /* 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/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: #0a001a;\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: #154f70;\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: #052336;\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: #1c4f3d;\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: #05252a;\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: #404040;\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: #221a3d;\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: #052336;\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: #154f70;\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: #0a001a;\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: #1c4f3d;\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: #05252a;\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: #404040;\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: #221a3d;\n /* Data visual/gradient-end - Theme - Sotheby's */\n --data-visual-gradient-end: #1f1f1f00;\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/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 /* 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/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";
2
- export default _default;