import theme from "mazlo-theme"; import StyleSheet from "../../services/StyleSheet"; export default StyleSheet.create({ body: { color: theme.colors.text, fontFamily: theme.fonts.body, fontSize: theme.fontSizes.sm, lineHeight: theme.fontSizes.sm * theme.lineHeights.normal, }, heading: { fontFamily: theme.fonts.heading, }, });