mt | string | number | array | object | Defines the margin-top style property. Default value: 1em |
mb | string | number | array | object | Defines the margin-top style property. Default value: 1em |
fontFamily | string | Defines the font-family style property. Default value from 'theme.typography.fontFamily' Default value: Soehne, sans-serif |
fontSize | string | Defines the font-size style property. Default value from 'theme.typography.fontSize Default value: 16px |
fontWeight | string | number | array | object | Defines the font-weight style property. Default value from 'theme.typography.fontWeightRegular' Default value: 400 |
lineHeight | string | number | array | object | Defines the line-height style property. Default value from 'theme.typography.lineHeight' Default value: 1.6 |
letterSpacing | string | number | array | object | Defines the letter-spacing style property. |
fontStyle | string | array | object | Defines the font-style style property. Default value: normal |
textAlign | string | array | object | Defines the text-align style property. Default value: left |
color | string | Defines the color style property. Default value from 'theme.color.text.primary' Default value: #555555 |