diff --git a/data/tokens.json b/data/tokens.json index eff40b9f..62cd6f7e 100644 --- a/data/tokens.json +++ b/data/tokens.json @@ -1719,6 +1719,21 @@ }, "type": "typography" } + }, + "paragraph": { + "m": { + "value": { + "fontFamily": "$fontFamilies.default", + "fontWeight": "$fontWeights.400", + "lineHeight": "$lineHeights.400", + "fontSize": "$fontSize.100", + "letterSpacing": "0%", + "paragraphSpacing": "0", + "textDecoration": "none", + "textCase": "none" + }, + "type": "typography" + } } }, "flash": { @@ -2666,6 +2681,21 @@ }, "type": "typography" } + }, + "paragraph": { + "m": { + "value": { + "fontFamily": "$fontFamilies.default", + "fontWeight": "$fontWeights.400", + "lineHeight": "$lineHeights.400", + "fontSize": "$fontSize.100", + "letterSpacing": "0%", + "paragraphSpacing": "0", + "textDecoration": "none", + "textCase": "none" + }, + "type": "typography" + } } }, "stepFlow": {