Is it possible to define design tokens that are similar to Figma’s Text Styles? That is, the tokens represent a set of CSS properties rather than an individual property. Specifically we’d like to expose a value like “Headline level 2” that determines the fontFamily, fontSize, lineHeight, etc.
Currently design tokens map to specific values, like color or fontName. I would recommend using custom CSS classes to achieve styling multiple properties at once.