import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ headerContainer: { padding: 15, alignItems: 'center', justifyContent: 'center', }, headerText: { color: 'black', fontSize: 26, fontWeight: 'bold', }, sectionContainer: { marginTop: 32, paddingHorizontal: 24, }, sectionTitle: { fontSize: 22, fontWeight: '600', }, sectionDescription: { marginTop: 8, fontSize: 18, fontWeight: '400', }, highlight: { fontWeight: '700', }, }); export default styles;