/* All variables here should start with key word "legacy" */
/* this would allow us to once the work on the themes is finished */
/* grep for legacy and remove all the variables that are not needed anymore */

:root {
   --legacy-color-primary-600 :#6046FF;
   --legacy-color-primary-800 :#1664FF;
}

[data-theme="dark"] {
   --legacy-color-primary-600 :#6046FF;
   --legacy-color-primary-800 :#1664FF;
}
