constants/Colors.ts
export const Colors = {
cream: '#f6f3ec',
ink: '#151310',
green: '#1f3d30',
gold: '#b8935a',
// Map marker colors by location type
markerRestaurant: '#1f3d30',
markerStore: '#b8935a',
markerDoctor: '#1a2e4a',
markerLawyer: '#6b1a1a',
// UI
background: '#f6f3ec',
surface: '#ffffff',
border: '#e0dcd4',
textPrimary: '#151310',
textSecondary: '#5a5650',
tabActive: '#1f3d30',
tabInactive: '#9a9590',
} as const;