Type scale
The Material 3 type scale ranges from display down to label.
Text("Display", style = MaterialTheme.typography.displaySmall)
Text("Headline", style = MaterialTheme.typography.headlineSmall)
Text("Title", style = MaterialTheme.typography.titleMedium)
Text("Body", style = MaterialTheme.typography.bodyMedium)
Text("Label", style = MaterialTheme.typography.labelMedium)