Token declarations
Each token is represented as a CSS declaration whose property name begins with -- and whose value is CSS text. The accompanying usage form references that declaration through var(--token), allowing the current cascaded value to be substituted into another declaration. The generator does not make a value valid for every property; validity still depends on where the variable is consumed.