export const ZONE_COLORS: Record<string, string> = {
  FREE: '#00B894',
  CONDITIONAL: '#F5A623',
  FORBIDDEN: '#FF4D5E',
}
