import {StyleSheet} from 'react-native'; export const globalStyles = StyleSheet.create({ container: { flex:1, padding:24, }, titleText: { fontFamily: 'GowunDodum-Regular', fontSize:18, color: '#333' }, paragraph: { marginVertical: 8, lineHeight:20, }, input: { fontFamily: 'GowunDodum-Regular', borderWidth: 1, borderColor: 'blue', padding: 8, fontSize: 18, borderRadius:4, } })