Can anyone suggest handling the light/dark/system theme toggle with tokens? I can do this on a basic html/css/js site but I haven't ever used tokens for it. Previously, I would have js toggle the theme and set that in my local storage and use css variables to define the colors.