I want to map one of the modern font stacks to a CSS custom property so I can change them globally when I use 2 different fonts.
Currently I add a token "font-secondary" with the non-primary font attached to it. But I'd like to make singular tokens where I could use the var(--font-family) when making specific tokens.