Weights
Four weights — reach past semibold only for real emphasis.
<div style={{ display: 'flex', flexDirection: 'column', gap: '8px' }}>
<Text weight="normal">Normal weight</Text>
<Text weight="medium">Medium weight</Text>
<Text weight="semibold">Semibold weight</Text>
<Text weight="bold">Bold weight</Text>
</div>