```
<Text>Tell us what you think</Text>
```

By default, the Text component will inherit font properties from its parent. Use the props to override this behaviour.

```
<Box between={2}>
  <Text bold>
    Get Optik TV<Text.Sup>®</Text.Sup> and Internet for $85 per month for 12 months.
  </Text>
  <Text size="small">
    Sign up for 2 years and save BIG on your first 12 months.
  </Text>
</Box>
```
