CharcoalTypography

fun CharcoalTypography(regular10: TextStyle = TextStyle( fontSize = charcoalTextStyle10FontSize, fontFamily = FontFamily.SansSerif, lineHeight = charcoalTextStyle10lineHeight, ), regular12: TextStyle = TextStyle( fontSize = charcoalTextStyle12FontSize, fontFamily = FontFamily.SansSerif, lineHeight = charcoalTextStyle12lineHeight, ), regular14: TextStyle = TextStyle( fontSize = charcoalTextStyle14FontSize, fontFamily = FontFamily.SansSerif, lineHeight = charcoalTextStyle14lineHeight, ), regular16: TextStyle = TextStyle( fontSize = charcoalTextStyle16FontSize, fontFamily = FontFamily.SansSerif, lineHeight = charcoalTextStyle16lineHeight, ), regular20: TextStyle = TextStyle( fontSize = charcoalTextStyle20FontSize, fontFamily = FontFamily.SansSerif, lineHeight = charcoalTextStyle20lineHeight, ), bold10: TextStyle = TextStyle( fontSize = charcoalTextStyle10FontSize, fontFamily = FontFamily.SansSerif, fontWeight = FontWeight.Bold, lineHeight = charcoalTextStyle10lineHeight, ), bold12: TextStyle = TextStyle( fontSize = charcoalTextStyle12FontSize, fontFamily = FontFamily.SansSerif, fontWeight = FontWeight.Bold, lineHeight = charcoalTextStyle12lineHeight, ), bold14: TextStyle = TextStyle( fontSize = charcoalTextStyle14FontSize, fontFamily = FontFamily.SansSerif, fontWeight = FontWeight.Bold, lineHeight = charcoalTextStyle14lineHeight, ), bold16: TextStyle = TextStyle( fontSize = charcoalTextStyle16FontSize, fontFamily = FontFamily.SansSerif, fontWeight = FontWeight.Bold, lineHeight = charcoalTextStyle16lineHeight, ), bold20: TextStyle = TextStyle( fontSize = charcoalTextStyle20FontSize, fontFamily = FontFamily.SansSerif, fontWeight = FontWeight.Bold, lineHeight = charcoalTextStyle20lineHeight, ), mono10: TextStyle = TextStyle( fontSize = charcoalTextStyle10FontSize, fontFamily = charcoalFontFamilyRobotoMono, lineHeight = charcoalTextStyle10lineHeight, ), mono12: TextStyle = TextStyle( fontSize = charcoalTextStyle12FontSize, fontFamily = charcoalFontFamilyRobotoMono, lineHeight = charcoalTextStyle12lineHeight, ), mono14: TextStyle = TextStyle( fontSize = charcoalTextStyle14FontSize, fontFamily = charcoalFontFamilyRobotoMono, lineHeight = charcoalTextStyle14lineHeight, ), mono16: TextStyle = TextStyle( fontSize = charcoalTextStyle16FontSize, fontFamily = charcoalFontFamilyRobotoMono, lineHeight = charcoalTextStyle16lineHeight, ), mono20: TextStyle = TextStyle( fontSize = charcoalTextStyle20FontSize, fontFamily = charcoalFontFamilyRobotoMono, lineHeight = charcoalTextStyle20lineHeight, ), boldMono10: TextStyle = TextStyle( fontSize = charcoalTextStyle10FontSize, fontFamily = charcoalFontFamilyRobotoMono, fontWeight = FontWeight.Bold, lineHeight = charcoalTextStyle10lineHeight, ), boldMono12: TextStyle = TextStyle( fontSize = charcoalTextStyle12FontSize, fontFamily = charcoalFontFamilyRobotoMono, fontWeight = FontWeight.Bold, lineHeight = charcoalTextStyle12lineHeight, ), boldMono14: TextStyle = TextStyle( fontSize = charcoalTextStyle14FontSize, fontFamily = charcoalFontFamilyRobotoMono, fontWeight = FontWeight.Bold, lineHeight = charcoalTextStyle14lineHeight, ), boldMono16: TextStyle = TextStyle( fontSize = charcoalTextStyle16FontSize, fontFamily = charcoalFontFamilyRobotoMono, fontWeight = FontWeight.Bold, lineHeight = charcoalTextStyle16lineHeight, ), boldMono20: TextStyle = TextStyle( fontSize = charcoalTextStyle20FontSize, fontFamily = charcoalFontFamilyRobotoMono, fontWeight = FontWeight.Bold, lineHeight = charcoalTextStyle20lineHeight, ))