Text
<SpacedGroup direction="vertical" xs={24}>
<Typography variant="mega">Mega
<Typography variant="huge">Huge</Typography>
<Typography variant="xLarge">Extra Large</Typography>
<Typography variant="large">Large</Typography>
<Typography variant="base">Base Text</Typography>
<Typography variant="small">Small</Typography>
<Typography variant="xSmall">Extra Small</Typography>
<Typography variant="button">Button Text</Typography>
</SpacedGroup>
</Playground>