diff --git a/core/designsystem/src/main/java/com/goalpanzi/mission_mate/core/designsystem/theme/Type.kt b/core/designsystem/src/main/java/com/goalpanzi/mission_mate/core/designsystem/theme/Type.kt index 37d5b7a1..18f6b60a 100644 --- a/core/designsystem/src/main/java/com/goalpanzi/mission_mate/core/designsystem/theme/Type.kt +++ b/core/designsystem/src/main/java/com/goalpanzi/mission_mate/core/designsystem/theme/Type.kt @@ -57,6 +57,19 @@ object MissionMateTypography { fontWeight = FontWeight.Normal ) + private val heading_sm = DefaultTextStyle.copy( + fontSize = 30.sp, + lineHeight = 40.sp + ) + + val heading_sm_bold = heading_sm.copy( + fontWeight = FontWeight.Bold + ) + + val heading_sm_regular = heading_sm.copy( + fontWeight = FontWeight.Normal + ) + private val title_xl = DefaultTextStyle.copy( fontSize = 24.sp, lineHeight = 34.sp