## Motivation <!-- Brief explanation of the feature through use cases. --> Responsive typography, e.g.: ```js globalStyle({ fontSize: [undefined, '125%', '150%'], } ``` ## Details <!-- Any additional details (e.g. implementation ideas). Please use custom headings for longer sections. --> Typings should be inferred similarly to `useStyling()`.