//kit/healthstack.kit.theme/AppTypography/AppTypography

AppTypography

[androidJvm]
fun AppTypography(headline1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 40.sp, lineHeight = 52.sp ), headline2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 32.sp, lineHeight = 41.6.sp ), headline3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 20.sp, lineHeight = 26.sp ), headline4: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 16.sp, lineHeight = 20.8.sp ), title1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 18.sp, lineHeight = 23.4.sp ), title2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 16.sp, lineHeight = 20.8.sp ), title3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 14.sp, lineHeight = 18.2.sp ), subtitle1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 18.sp, lineHeight = 23.4.sp ), subtitle2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 16.sp, lineHeight = 20.8.sp ), subtitle3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 14.sp, lineHeight = 18.2.sp ), body1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 16.sp, lineHeight = 20.8.sp ), body2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 14.sp, lineHeight = 18.2.sp ), body3: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 12.sp, lineHeight = 15.6.sp ), caption: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 12.sp, lineHeight = 15.6.sp ), overline1: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W400, fontSize = 10.sp, lineHeight = 13.sp ), overline2: TextStyle = TextStyle( fontFamily = Inter, fontWeight = FontWeight.W600, fontSize = 10.sp, lineHeight = 13.sp ))