When exporting charts to SVG, CSS variables such as var(--tooltip-grey) are preserved as-is in the output file. Since the exported SVG is no longer inside the DOM, these variables are not resolved, ...