export const COLORS = { income: '#4CAF50', expense: '#F44336', background: '#F5F5F5', card: '#FFFFFF', text: '#333333', textSecondary: '#666666', border: '#E0E0E0', primary: '#2196F3', } as const; export const FONTS = { regular: 16, small: 14, large: 24, xlarge: 32, } as const;