You can create a typography theme in your devup.json file and pass variables to typography props.
devup.json
typography
{ "theme": { "typography": { "h1": { "fontSize": "24px", "fontWeight": "bold" } } } }
<Text typography="h1">Hello</Text>